Bug 564660

Summary: FTBFS gmpc-0.19.1-2.fc13: ImplicitDSOLinking
Product: [Fedora] Fedora Reporter: FTBFS <ftbfs>
Component: gmpcAssignee: Adrian Reber <adrian>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: high    
Version: 13CC: adrian, bruno
Target Milestone: ---Keywords: Triaged
Target Release: ---   
Hardware: All   
OS: Linux   
URL: http://linux.dell.com/files/fedora/FixBuildRequires/mock-results/
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-05-07 20:31:53 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: 564245, 583274    
Attachments:
Description Flags
root.log
none
build.log
none
mock.log
none
root.log
none
build.log
none
mock.log
none
Patch for Makefile.in to get builds to work,
none
Makefile.am patch for upstream. none

Description FTBFS 2010-02-13 16:31:17 UTC
gmpc-0.19.1-2.fc13.src.rpm Failed To Build From Source against the rawhide tree.  See http://fedoraproject.org/wiki/FTBFS for more information.
This failure is due to a change in the linker default behavior, which uncovered a fault in your package.  See http://fedoraproject.org/wiki/Features/ChangeInImplicitDSOLinking .
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:31:21 UTC
Created attachment 390998 [details]
root.log

root.log for i386

Comment 2 FTBFS 2010-02-13 16:31:22 UTC
Created attachment 390999 [details]
build.log

build.log for i386

Comment 3 FTBFS 2010-02-13 16:31:23 UTC
Created attachment 391000 [details]
mock.log

mock.log for i386

Comment 4 FTBFS 2010-02-13 16:31:26 UTC
Created attachment 391001 [details]
root.log

root.log for x86_64

Comment 5 FTBFS 2010-02-13 16:31:27 UTC
Created attachment 391002 [details]
build.log

build.log for x86_64

Comment 6 FTBFS 2010-02-13 16:31:28 UTC
Created attachment 391003 [details]
mock.log

mock.log for x86_64

Comment 7 Bug Zapper 2010-03-15 14:35:59 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 13 development cycle.
Changing version to '13'.

More information and reason for this action is here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 8 Bruno Wolff III 2010-04-10 17:21:46 UTC
Created attachment 405738 [details]
Patch for Makefile.in to get builds to work,

As part of my Fedora Engineering Services task I took a look at this and found that -lz and -lX11 were needed to make this build. I am including a patch for Makefile.in to get this package to build and Makefile.am to send upstream.

Comment 9 Bruno Wolff III 2010-04-10 17:22:50 UTC
Created attachment 405739 [details]
Makefile.am patch for upstream.

Comment 10 Adrian Reber 2010-05-07 20:31:53 UTC
Thanks. Fixed in the development branch. In addition to your patch I also had to add "-lm".