Mantis - glib2
Viewing Issue Advanced Details
3627 packaging major always 2009-04-09 00:09 2009-04-09 01:09
gadavis  
 
normal  
closed  
2.18.4,REV=2009.03.23 won't fix  
none    
none  
0003627: glib2 missing libtool .la archive files
Various packages, such as libatk, libintl, libpango, and libpangocairo ship with libtool archives that reference a number of libtool archives that look like they should ship with CSWglib2 or CSWglib2devel. The most recent version of glib2 or glib2_devel (2.18.4,REV=2009.03.23) is missing the following .la files:
libglib-2.0.la
libgmodule-20.la
libgobject-20.la

This causes a number of build errors when one tries to link with libtool against the dependent libraries listed above, such as trying to build the rrdtool 1.3 series which depends on Pango and PangoCairo.
Issue History
2009-04-09 00:09 gadavis New Issue
2009-04-09 01:09 harpchad Note Added: 0005934
2009-04-09 01:09 harpchad Status new => closed
2009-04-09 01:09 harpchad Resolution open => won't fix

Notes
(0005934)
harpchad   
2009-04-09 01:09   
This is intentional. The offending packages need to be rebuilt without libtool. Current OpenCSW policy is to strip libtool files prior to packaging (in fact mgar does this automatically).

In order to build rrdtool prior to the Pango update see the libtool page on Trac (http://apps.sourceforge.net/trac/gar/wiki/LibTool) [^] for a workaround.