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 564646

Summary: FTBFS elfutils-0.144-2.fc13
Product: [Fedora] Fedora Reporter: FTBFS <ftbfs>
Component: elfutilsAssignee: Roland McGrath <roland>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: high    
Version: rawhideCC: mjw, mjw, roland
Target Milestone: ---Keywords: Triaged
Target Release: ---   
Hardware: All   
OS: Linux   
URL: http://linux.dell.com/files/fedora/FixBuildRequires/mock-results/
Whiteboard:
Fixed In Version: elfutils-0.145-1.fc11 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-03-09 03:22:10 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: 538681, 563528    
Attachments:
Description Flags
root.log
none
build.log
none
mock.log
none
root.log
none
build.log
none
mock.log none

Description FTBFS 2010-02-13 16:28:51 UTC
elfutils-0.144-2.fc13.src.rpm Failed To Build From Source against the rawhide tree.  See http://fedoraproject.org/wiki/FTBFS for more information.
If you believe this is actually a bug in another package, do NOT change the component in this bug or close this bug.  Instead, add the appropriate bug number from the other package to the "Depends on" line in this bug.  If the other package does not yet have a bug created that you think matches, please create one.  Doing so helps us properly track bugs and their dependencies, just as we track package dependencies.  (If you close this bug, and the other package is not fixed before the next FTBFS run, a new bug will get created.  Please follow the above advice to avoid such duplication.)

Comment 1 FTBFS 2010-02-13 16:28:54 UTC
Created attachment 390921 [details]
root.log

root.log for i386

Comment 2 FTBFS 2010-02-13 16:28:55 UTC
Created attachment 390922 [details]
build.log

build.log for i386

Comment 3 FTBFS 2010-02-13 16:28:56 UTC
Created attachment 390923 [details]
mock.log

mock.log for i386

Comment 4 FTBFS 2010-02-13 16:28:58 UTC
Created attachment 390924 [details]
root.log

root.log for x86_64

Comment 5 FTBFS 2010-02-13 16:28:59 UTC
Created attachment 390925 [details]
build.log

build.log for x86_64

Comment 6 FTBFS 2010-02-13 16:29:00 UTC
Created attachment 390926 [details]
mock.log

mock.log for x86_64

Comment 7 Mark Wielaard 2010-02-15 13:25:32 UTC
I did a local build. Things build fine on fedora 12, but on rawhide and got the same failure:

+ make -s -j4
Making all in config
Making all in m4
Making all in lib
Making all in libelf
elf_version.c:91: fatal error: opening dependency file .deps/elf_version.Tpo: No such file or directory
compilation terminated.
elf_hash.c:66: fatal error: opening dependency file .deps/elf_hash.Tpo: No such file or directory
compilation terminated.
elf_fill.c:68: fatal error: opening dependency file .deps/elf_fill.Tpo: No such file or directory
compilation terminated.
elf_error.c:330: fatal error: opening dependency file .deps/elf_error.Tpo: No such file or directory
compilation terminated.
make[3]: *** [elf_version.os] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: *** [elf_hash.os] Error 1
make[3]: *** [elf_fill.os] Error 1
make[3]: *** [elf_error.os] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.a7Uw0g (%build)

Comment 8 Roland McGrath 2010-02-16 00:22:12 UTC
F-13 %configure macro just started passing --disable-dependency-tracking, which was broken.  Fixed upstream.

Comment 9 Mark Wielaard 2010-02-16 13:51:49 UTC
I tested the upstream code and that seems to work.

A workaround for now would be the following patch to the elfutils.spec file:

@@ -199,7 +201,7 @@ RPM_OPT_FLAGS=${RPM_OPT_FLAGS/-Wall/}
 RPM_OPT_FLAGS="$RPM_OPT_FLAGS -D__NO_INLINE__"
 %endif
 
-%configure CFLAGS="$RPM_OPT_FLAGS -fexceptions" || {
+%configure CFLAGS="$RPM_OPT_FLAGS -fexceptions" --enable-dependency-tracking || {
   cat config.log
   exit 2
 }

Could we add the above for now while we wait for a new upstream release? (this is also blocking adding the fix for bug #563528).

Comment 10 Fedora Update System 2010-02-24 03:48:04 UTC
elfutils-0.145-1.fc12 has been submitted as an update for Fedora 12.
http://admin.fedoraproject.org/updates/elfutils-0.145-1.fc12

Comment 11 Fedora Update System 2010-02-24 03:48:18 UTC
elfutils-0.145-1.fc11 has been submitted as an update for Fedora 11.
http://admin.fedoraproject.org/updates/elfutils-0.145-1.fc11

Comment 12 Fedora Update System 2010-02-24 03:50:45 UTC
elfutils-0.145-1.fc13 has been submitted as an update for Fedora 13.
http://admin.fedoraproject.org/updates/elfutils-0.145-1.fc13

Comment 13 Fedora Update System 2010-02-26 03:39:41 UTC
elfutils-0.145-1.fc11 has been pushed to the Fedora 11 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update elfutils'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F11/FEDORA-2010-2938

Comment 14 Fedora Update System 2010-02-26 03:40:33 UTC
elfutils-0.145-1.fc12 has been pushed to the Fedora 12 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update elfutils'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F12/FEDORA-2010-2944

Comment 15 Fedora Update System 2010-03-05 03:36:01 UTC
elfutils-0.145-1.fc13 has been pushed to the Fedora 13 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 16 Fedora Update System 2010-03-09 03:21:54 UTC
elfutils-0.145-1.fc12 has been pushed to the Fedora 12 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 17 Fedora Update System 2010-03-16 23:17:05 UTC
elfutils-0.145-1.fc11 has been pushed to the Fedora 11 stable repository.  If problems still persist, please make note of it in this bug report.