Hi all,
I had issues building some rubygem packages with rpmbuild. E.g. rubygem-redcarpet[1].
During my tests, I am using the spec file from the master branch.
Using mock instead (of rpmbuild), the issue doesn't happen. Do you know why it happens? Am I missing something obvious?
Thank you,
1 - RPM build errors: Downloading https://rubygems.org/gems/redcarpet-3.3.2.gem to /home/mockbuild/rpmbuild/SOURCES/redcarpet-3.3.2.gem Empty %files file /home/mockbuild/rpmbuild/BUILD/rubygem-redcarpet-3.3.2/debugsourcefiles.list
- Breno
Dne 07. 02. 20 v 22:34 Breno Brand Fernandes napsal(a):
Hi all,
I had issues building some rubygem packages with rpmbuild. E.g. rubygem-redcarpet[1].
During my tests, I am using the spec file from the master branch.
Using mock instead (of rpmbuild), the issue doesn't happen.
That is the reason to always use mock ;)
Do you know why it happens? Am I missing something obvious?
Don't you have `%global debug_package %{nil}` set somewhere in your .rpmrc? You should be able to find more details about debuginfo packages here:
https://docs.fedoraproject.org/en-US/packaging-guidelines/Debuginfo/
Vít
Thank you,
1 - RPM build errors: Downloading https://rubygems.org/gems/redcarpet-3.3.2.gem to /home/mockbuild/rpmbuild/SOURCES/redcarpet-3.3.2.gem Empty %files file /home/mockbuild/rpmbuild/BUILD/rubygem-redcarpet-3.3.2/debugsourcefiles.list
- Breno
ruby-sig mailing list -- ruby-sig@lists.fedoraproject.org To unsubscribe send an email to ruby-sig-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/ruby-sig@lists.fedoraproject.o...
Ok, will do.
Thanks for your feedback, Vít.
On Mon, 10 Feb 2020 at 04:46, Vít Ondruch vondruch@redhat.com wrote:
Dne 07. 02. 20 v 22:34 Breno Brand Fernandes napsal(a):
Hi all,
I had issues building some rubygem packages with rpmbuild. E.g. rubygem-redcarpet[1].
During my tests, I am using the spec file from the master branch.
Using mock instead (of rpmbuild), the issue doesn't happen.
That is the reason to always use mock ;)
Do you know why it happens? Am I missing something obvious?
Don't you have `%global debug_package %{nil}` set somewhere in your .rpmrc? You should be able to find more details about debuginfo packages here:
https://docs.fedoraproject.org/en-US/packaging-guidelines/Debuginfo/
Vít
Thank you,
1 - RPM build errors: Downloading https://rubygems.org/gems/redcarpet-3.3.2.gem to /home/mockbuild/rpmbuild/SOURCES/redcarpet-3.3.2.gem Empty %files file /home/mockbuild/rpmbuild/BUILD/rubygem-redcarpet-3.3.2/debugsourcefiles.list
- Breno
ruby-sig mailing list -- ruby-sig@lists.fedoraproject.org To unsubscribe send an email to ruby-sig-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/ruby-sig@lists.fedoraproject.o...
ruby-sig mailing list -- ruby-sig@lists.fedoraproject.org To unsubscribe send an email to ruby-sig-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/ruby-sig@lists.fedoraproject.o...
ruby-sig@lists.fedoraproject.org