Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 15104] libxcb 1.2 renames shared objects and loses the library archive breaking many packages

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 15104] libxcb 1.2 renames shared objects and loses the library archive breaking many packages
  • Date: 23 Mar 2009 23:10:39 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=15104


Bill Arnold <qwnsknight AT gmail.com> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |qwnsknight AT gmail.com




--- Comment #22 from Bill Arnold <qwnsknight AT gmail.com> 2009-03-23 18:10:35
---
(In reply to comment #14)
> This works for me:
>
> find /usr/lib -name "*.la" -exec sed -e "s:-lxcb-xlib:: ;
> s:/usr/lib/libxcb-xlib.la::" -i \{\} \;
>
> (see http://bugs.gentoo.org/158476)

similar problem with gtk+2 and /usr/lib/libxcb-render-util.la

find /usr/lib -name "*.la" -exec sed -e \
"s:/usr/lib/libxcb-render-util.la::" -i.libxcb-render-util.la \{\} \;

stability to be determined..

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




Archive powered by MHonArc 2.6.24.

Top of Page