Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1107038

Summary: rpm: FTBFS in rawhide
Product: [Fedora] Fedora Reporter: Dennis Gilmore <dennis>
Component: rpmAssignee: Packaging Maintenance Team <packaging-team-maint>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: jzeleny, novyjindrich, packaging-team-maint, pknirsch, pmatilai
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-06-10 12:06:05 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1105908    
Attachments:
Description Flags
build.log
none
root.log
none
state.log none

Description Dennis Gilmore 2014-06-09 19:11:56 UTC
Your package rpm failed to build from source in current rawhide.

http://koji.fedoraproject.org/koji/taskinfo?taskID=6998034

For details on mass rebuild see https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

Comment 1 Dennis Gilmore 2014-06-09 19:12:03 UTC
Created attachment 905903 [details]
build.log

Comment 2 Dennis Gilmore 2014-06-09 19:12:05 UTC
Created attachment 905904 [details]
root.log

Comment 3 Dennis Gilmore 2014-06-09 19:12:06 UTC
Created attachment 905905 [details]
state.log

Comment 4 Panu Matilainen 2014-06-10 07:41:38 UTC
This looks like something else in rawhide is hosed, the test-suite is failing all over the place with:

+Assertion 'rtnl->rbuffer' failed at ../src/libsystemd/sd-rtnl/rtnl-message.c:1171, function socket_read_message(). Aborting.
+./atlocal: line 31: 32537 Aborted                 MAGIC="/magic/magic" FAKECHROOT_BASE="${RPMTEST}" fakechroot "$@" --define "_topdir /build"

This happens on package builds, so I guess its the gethostbyname() call to figure buildhost that is failing somewhere in libsystemd. Or something... Additionally the arm-build failed because it timed out. So this seems more like intermittent failures somewhere else than rpm.

Comment 5 Panu Matilainen 2014-06-10 12:06:05 UTC
Reproducable on builders (assert errors on x86_64, stuck entirely on i686 and arm), but not in local mock build. Which makes it pretty much impossible to debug, so "fixed" in rpm-4.11.2-13.fc21 by simply disabling the test-suite for now.