Bug 716193

Summary: FTBFS notecase-1.6.1-6.fc12: ImplicitDSOLinking
Product: [Fedora] Fedora Reporter: FTBFS <ftbfs>
Component: notecaseAssignee: Martin-Gomez Pablo <pablomg+fedora>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: high    
Version: rawhideCC: pablomg+fedora, pbrobinson, richardfearn
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: 2012-07-06 23:07:35 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: 659965    
Attachments:
Description Flags
root.log
none
build.log
none
mock.log
none
root.log
none
build.log
none
mock.log
none
patch to fix #716193 none

Description FTBFS 2011-06-23 16:33:25 UTC
notecase-1.6.1-6.fc12.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 2011-06-23 16:33:28 UTC
Created attachment 509418 [details]
root.log


root.log for i386

Comment 2 FTBFS 2011-06-23 16:33:29 UTC
Created attachment 509419 [details]
build.log


build.log for i386

Comment 3 FTBFS 2011-06-23 16:33:30 UTC
Created attachment 509420 [details]
mock.log


mock.log for i386

Comment 4 FTBFS 2011-06-23 16:33:32 UTC
Created attachment 509421 [details]
root.log


root.log for x86_64

Comment 5 FTBFS 2011-06-23 16:33:33 UTC
Created attachment 509422 [details]
build.log


build.log for x86_64

Comment 6 FTBFS 2011-06-23 16:33:35 UTC
Created attachment 509423 [details]
mock.log


mock.log for x86_64

Comment 7 Richard Fearn 2011-07-11 21:36:49 UTC
Created attachment 512292 [details]
patch to fix #716193

This is the same problem as #631448 and #565174.

The patch in #565174 (that adds -lX11 to LDFLAGS) is fine - but causes -lX11 to appear in the ld command line twice.

Adding it directly to the command line (as in this patch) is marginally better - but -lX11 needs to come *after* the list of object files.