Bug 42401

Summary: BFD check fails on fedora 16
Product: cairo Reporter: Christian Persch (GNOME) <chpe>
Component: generalAssignee: Carl Worth <cworth>
Status: RESOLVED NOTOURBUG QA Contact: cairo-bugs mailing list <cairo-bugs>
Severity: normal    
Priority: medium    
Version: 1.10.1   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:
Attachments: patch

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.