[OLPC-devel] Re: [One Laptop Per Child] #89: sugar-jhbuild dies on librsvg under gentoo

Zarro Boogs per Child bugtracker at laptop.org
Mon Sep 4 15:44:36 EDT 2006


#89: sugar-jhbuild dies on librsvg under gentoo
-------------------------+--------------------------------------------------
 Reporter:  hummingbird  |        Owner:  hummingbird
     Type:  defect       |       Status:  assigned   
 Priority:  normal       |    Milestone:  rev1 beta  
Component:  sugar        |   Resolution:             
 Keywords:               |  
-------------------------+--------------------------------------------------
Changes (by hummingbird):

  * status:  new => assigned

Comment:

 Okay, this was simple enough to fix (tx cjb!)

 What was happening was that the linker was picking up on the system gnome
 libs instead of the sugar build's.

 Changed the library ordering in libsrvg/Makefile.am as follows:

 {{{

 Line 98: librsvg_2_la_LIBADD = $(LIBGNOME_VFS_LIBS) $(LIBGSF_LIBS)
 $(LIBCROCO_LIBS) $(LIBRSVG_LIBS) $(FREETYPE_LIBS)

 to

 librsvg_2_la_LIBADD = $(LIBGSF_LIBS) $(LIBCROCO_LIBS) $(LIBRSVG_LIBS)
 $(FREETYPE_LIBS) $(LIBGNOME_VFS_LIBS)

 }}}

 Can someone commit this change plz ?

-- 
Ticket URL: <http://dev.laptop.org/ticket/89#comment:1>
One Laptop Per Child <http://laptop.org/>



More information about the Devel mailing list