Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 355291

Summary: libopensync-0.22 links libosengine.so against system libopensync
Product: Gentoo Linux Reporter: Ryan Hill (RETIRED) <rhill>
Component: [OLD] LibraryAssignee: Ryan Hill (RETIRED) <rhill>
Status: RESOLVED FIXED    
Severity: normal CC: pda
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 354423    

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.