#837: Build in F-8 branch aborted after srpm step ---------------------+------------------------------------------------------ Reporter: nsantos | Owner: rel-eng@lists.fedoraproject.org Type: defect | Status: new Milestone: | Component: koji Keywords: | ---------------------+------------------------------------------------------ I've successfully build qpidc-0.3.700546 on the F-9 branch, but using the same exact specfile and sourcefile fails under the F-8 branch with the following message (the -1 and -2 releases are identical):
http://koji.fedoraproject.org/koji/taskinfo?taskID=859743
{{{ ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/qpidc.spec'], False, '/var/lib/mock/dist-f8-build-266140-48669/root/', None, 86400, True, 0, 427, 102, None, logger=<mock.trace_decorator.getLog object at 0x2b5ff5e74f90>) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/qpidc.spec'] sh: /usr/bin/python: No such file or directory warning: Could not canonicalize hostname: x86-1.fedora.phx.redhat.com Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/qpidc-0.3.700546-2.fc8.src.rpm Child returncode was: 0 LEAVE do --> }}}
Looks like the build process is aborted after the srpm is generated and I can't figure out why, since nothing is different in the spec and source between F-8 and F-9.
Could you please take a look at the buildscripts, or let me know if there's anything missing/wrong on my side?
Thanks, [[BR]] Nuno
#837: Build in F-8 branch aborted after srpm step ----------------------+----------------------------------------------------- Reporter: nsantos | Owner: rel-eng@lists.fedoraproject.org Type: defect | Status: new Milestone: | Component: koji Resolution: | Keywords: ----------------------+----------------------------------------------------- Comment (by nsantos):
Forgot to mention it builds fine in rawhide too (same spec/source), just not under F-8.
#837: Build in F-8 branch aborted after srpm step ----------------------+----------------------------------------------------- Reporter: nsantos | Owner: rel-eng@lists.fedoraproject.org Type: defect | Status: closed Milestone: | Component: koji Resolution: invalid | Keywords: ----------------------+----------------------------------------------------- Changes (by jkeating):
* status: new => closed * resolution: => invalid
Comment:
The error is actually in your root.log. The build.log shows the srpm creation, which is used to generate the BuildRequires. root.log shows:
DEBUG util.py:250: No Package Found for librdmacm-devel
rel-eng@lists.fedoraproject.org