Bug 42401 - BFD check fails on fedora 16
Summary: BFD check fails on fedora 16
Status: RESOLVED NOTOURBUG
Alias: None
Product: cairo
Classification: Unclassified
Component: general (show other bugs)
Version: 1.10.1
Hardware: Other All
: medium normal
Assignee: Carl Worth
QA Contact: cairo-bugs mailing list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-30 07:29 UTC by Christian Persch (GNOME)
Modified: 2012-02-09 16:31 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
patch (839 bytes, patch)
2011-10-30 07:29 UTC, Christian Persch (GNOME)
Details | Splinter Review

Description Christian Persch (GNOME) 2011-10-30 07:29:37 UTC
Created attachment 52914 [details] [review]
patch

cairo git master @ 8ddecc08a5e4fc43368c01e4e85215962b009b92

Fedora 16; binutils and binutils-devel are installed, /usr/lib/libbfd.a and /usr/include/bfd.h exists. However, the configure check for BFD still fails with this notice in config.log:

/usr/lib/libbfd.a(plugin.o): In function `try_load_plugin':
(.text+0x53c): undefined reference to `dlopen'
/usr/lib/libbfd.a(plugin.o): In function `try_load_plugin':
(.text+0x563): undefined reference to `dlsym'
/usr/lib/libbfd.a(plugin.o): In function `try_load_plugin':
(.text+0x5e9): undefined reference to `dlerror'
collect2: ld returned 1 exit status
Comment 1 Chris Wilson 2012-02-09 16:31:58 UTC
Sounds like libbfd is not declaring its dependencies.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.