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 716193 - FTBFS notecase-1.6.1-6.fc12: ImplicitDSOLinking
Summary: FTBFS notecase-1.6.1-6.fc12: ImplicitDSOLinking
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: notecase
Version: rawhide
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Martin-Gomez Pablo
QA Contact: Fedora Extras Quality Assurance
URL: http://linux.dell.com/files/fedora/Fi...
Whiteboard:
Depends On:
Blocks: F15FTBFS
TreeView+ depends on / blocked
 
Reported: 2011-06-23 16:33 UTC by FTBFS
Modified: 2012-07-06 23:07 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-07-06 23:07:35 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
root.log (468.71 KB, text/plain)
2011-06-23 16:33 UTC, FTBFS
no flags Details
build.log (109.24 KB, text/plain)
2011-06-23 16:33 UTC, FTBFS
no flags Details
mock.log (1.28 KB, text/plain)
2011-06-23 16:33 UTC, FTBFS
no flags Details
root.log (727.84 KB, text/plain)
2011-06-23 16:33 UTC, FTBFS
no flags Details
build.log (108.75 KB, text/plain)
2011-06-23 16:33 UTC, FTBFS
no flags Details
mock.log (1.29 KB, text/plain)
2011-06-23 16:33 UTC, FTBFS
no flags Details
patch to fix #716193 (2.33 KB, patch)
2011-07-11 21:36 UTC, Richard Fearn
no flags Details | Diff

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.


Note You need to log in before you can comment on or make changes to this bug.