Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 355291 - libopensync-0.22 links libosengine.so against system libopensync
Summary: libopensync-0.22 links libosengine.so against system libopensync
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Ryan Hill (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 354423
  Show dependency tree
 
Reported: 2011-02-17 02:52 UTC by Ryan Hill (RETIRED)
Modified: 2011-02-18 06:16 UTC (History)
1 user (show)

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 Ryan Hill (RETIRED) gentoo-dev 2011-02-17 02:52:49 UTC
on a downgrade libtool relinks libopengine.so.0 against the libopensync.so.1 in /usr/lib/ which is about to be removed.
Comment 1 Rafał Mużyło 2011-02-17 16:58:26 UTC
Seems upstream didn't understand autotools back when it was using them.
opensync/Makefile.am and osengine/Makefile.am:
in both @PACKAGE_LIBS@ should be appended to _LIBADD, not _LDFLAGS
(that '-R $(libdir)' seems redundant too).
Comment 2 Ryan Hill (RETIRED) gentoo-dev 2011-02-18 05:27:36 UTC
Thanks for the hint.  It looks like I exposed this when I started running eautoreconf.
Comment 3 Ryan Hill (RETIRED) gentoo-dev 2011-02-18 06:16:42 UTC
Fixed.