Subject: pkg/19590: glib2 package broken ?
To: None <gnats-bugs@gnats.netbsd.org>
From: None <jaco@scrogneugneu.org>
List: netbsd-bugs
Date: 12/28/2002 12:15:31
>Number:         19590
>Category:       pkg
>Synopsis:       glib2 package doesn't install libg*.[a|la|so] libs
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Dec 28 03:16:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Eric Jacoboni
>Release:        NetBSD 1.6K
>Organization:
None
>Environment:
System: NetBSD titine.scrogneugneu.org 1.6K NetBSD 1.6K (TITINE-$Revision: 1.532 $) #6: Thu Dec 26 22:48:24 CET 2002 root@titine.scrogneugneu.org:/usr/src.cvsup/obj/sys/arch/i386/compile/TITINE i386
Architecture: i386
Machine: i386
>Description:
Installing glib2 package is ok (no complaints) but all others
dependant packages (e.g atk, but, in fact, a lot!) fail to build
because they don't find required libs.

>How-To-Repeat:
$ cd devel/glib2
$ sudo make
[build ok]
$ sudo make install
[no complaint]
$ cd ../atk
$ sudo make
[..]
checking for GLIB - version >= 2.0.0... no
*** Could not run GLIB test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GLIB is incorrectly installed.
configure: error:
*** GLIB 2.0.0 or better is required. The latest version of
*** GLIB is always available from ftp://ftp.gtk.org/.
*** Error code 1

Looking at config.log seems to indicate that some glib libs are
missing... Furthermore:

$ cd ../glib2
$ sudo make deinstall
[...]
pkg_delete: file `/usr/local/lib/libgmodule-2.0.a' doesn't really exist
pkg_delete: file `/usr/local/lib/libgmodule-2.0.la' doesn't really exist
pkg_delete: file `/usr/local/lib/libgmodule-2.0.so' doesn't really exist
pkg_delete: file `/usr/local/lib/libgmodule-2.0.so.200' doesn't really exist
pkg_delete: file `/usr/local/lib/libgmodule-2.0.so.200.0' doesn't really exist
pkg_delete: file `/usr/local/lib/libgobject-2.0.a' doesn't really exist
pkg_delete: file `/usr/local/lib/libgobject-2.0.la' doesn't really exist
pkg_delete: file `/usr/local/lib/libgobject-2.0.so' doesn't really exist
pkg_delete: file `/usr/local/lib/libgobject-2.0.so.200' doesn't really exist
pkg_delete: file `/usr/local/lib/libgobject-2.0.so.200.0' doesn't really exist
pkg_delete: file `/usr/local/lib/libgthread-2.0.a' doesn't really exist
pkg_delete: file `/usr/local/lib/libgthread-2.0.la' doesn't really exist
pkg_delete: file `/usr/local/lib/libgthread-2.0.so' doesn't really exist
pkg_delete: file `/usr/local/lib/libgthread-2.0.so.200' doesn't really exist
pkg_delete: file `/usr/local/lib/libgthread-2.0.so.200.0' doesn't really exist

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted: