Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 347992 - ~media-libs/libfpx-1.3.0 - library is broken
Summary: ~media-libs/libfpx-1.3.0 - library is broken
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-07 02:00 UTC by Rafał Mużyło
Modified: 2010-12-10 16:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rafał Mużyło 2010-12-07 02:00:21 UTC
People that did the "autotools update" failed to check the 'whys' of a certain hack.

This results in gcc, instead of g++, being used for linking the library,
leading to a broken library, as it's not linked to libstdc++.
You can observe it i.e. as a failure to find the lib during imagemagick build.
It's fixed by following the advice from automake info page: adding
'nodist_EXTRA_libfpx_la_SOURCES = dummy.cxx' in top level Makefile.am and eutoreconf.
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2010-12-10 16:30:11 UTC
Thanks for reporting, fixed without touching autotools, upstream should better rewrite them properly.