rubygem-puma failed to build from source in Fedora rawhide/f35 https://koji.fedoraproject.org/koji/taskinfo?taskID=72491550 For details on the mass rebuild see: https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Please fix rubygem-puma at your earliest convenience and set the bug's status to ASSIGNED when you start fixing it. If the bug remains in NEW state for 8 weeks, rubygem-puma will be orphaned. Before branching of Fedora 36, rubygem-puma will be retired, if it still fails to build. For more details on the FTBFS policy, please visit: https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/
Created attachment 1808680 [details] build.log
Created attachment 1808681 [details] root.log file root.log too big, will only attach last 32768 bytes
Created attachment 1808682 [details] state.log
Dear Maintainer, your package has an open Fails To Build From Source bug for Fedora 35. Action is required from you. If you can fix your package to build, perform a build in koji, and either create an update in bodhi, or close this bug without creating an update, if updating is not appropriate [1]. If you are working on a fix, set the status to ASSIGNED to acknowledge this. If you have already fixed this issue, please close this Bugzilla report. Following the policy for such packages [2], your package will be orphaned if this bug remains in NEW state more than 8 weeks (not sooner than 2021-09-23). A week before the mass branching of Fedora 36 according to the schedule [3], any packages not successfully rebuilt at least on Fedora 34 will be retired regardless of the status of this bug. [1] https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/ [2] https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/ [3] https://fedorapeople.org/groups/schedule/f-36/f-36-key-tasks.html
This bug appears to have been reported against 'rawhide' during the Fedora 35 development cycle. Changing version to 35.
This is broken by change in RPM: https://github.com/rpm-software-management/rpm/pull/1512 If RPM was fixed the fix could have been: ~~~ $ git diff diff --git a/rubygem-puma.spec b/rubygem-puma.spec index 0a412ad..787e991 100644 --- a/rubygem-puma.spec +++ b/rubygem-puma.spec @@ -66,18 +66,14 @@ BuildArch: noarch Documentation for %{name}. %prep -%setup -q -n %{gem_name}-%{version} -b 1 -b 3 +%setup -q -T -n %{_builddir} -c %{_builddir} -a 1 -a 3 -%patch2 -p1 +%autosetup -N -S git -D -T -n %{_builddir} +%autopatch 3 4 -pushd %{_builddir} -%patch3 -p1 +%setup -q -n %{gem_name}-%{version} -# When removed, remove also the `BR: git` above. -%global __scm git_am -%{expand:%__scm_setup_%{__scm}} -%apply_patch -p1 %{PATCH4} -popd +%patch2 -p1 %if %{with ragel} # Test suite on s390x fails on various places with following error: ~~~ Which is quite ugly as well (all the `-n %{_builddir} -c %{_builddir}`). @pvalena: So how about finishing the bug 1880111 https://src.fedoraproject.org/rpms/rubygem-puma/pull-request/4
FEDORA-2021-d579528255 has been submitted as an update to Fedora 36. https://bodhi.fedoraproject.org/updates/FEDORA-2021-d579528255
FEDORA-2021-d579528255 has been pushed to the Fedora 36 stable repository. If problem still persists, please make note of it in this bug report.