Subject: pkg/18300: devel/pango fails to build (probably because of buildlink2)
To: None <gnats-bugs@gnats.netbsd.org>
From: Julio Merino <jmmv@hispabsd.org>
List: netbsd-bugs
Date: 09/15/2002 18:30:05
>Number:         18300
>Category:       pkg
>Synopsis:       devel/pango fails to build (probably because of buildlink2)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Sep 15 09:29:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Julio Merino
>Release:        NetBSD 1.6H
>Organization:
HispaBSD
>Environment:
	
	
System: NetBSD darkstar.local 1.6H NetBSD 1.6H (DARKSTAR) #15: Sun Sep 15 13:08:16 CEST 2002 jmmv@darkstar.local:/var/build/kernel/DARKSTAR i386
Architecture: i386
Machine: i386
>Description:
	devel/pango builds properly using the buildlink2 stuff. Although,
	when it comes to the installation, it tries to relink files, and
	it fails in modules/arabic. The linker tries to use the library
	../../pango/.libs/libpangox-1.0.so, which is a link to a
	non-existant file. If we look in that directory (inside work):

	lrwxr-xr-x  1 root  wheel      20 Sep 15 18:22 libpangox-1.0.so -> libpangox-1.0.so.0.4
	lrwxr-xr-x  1 root  wheel      20 Sep 15 18:22 libpangox-1.0.so.0 -> libpangox-1.0.so.0.4

	These two files point to the library libpangox-1.0.so.0.4, which
	is not created when using the buildlink2 stuff.

	I've switched the package to use buildlink 1 only and it works
	fine. The library gets created properly (where links point to):

	-rwxr-xr-x  1 root  wheel   56253 Sep 15 18:22 libpangox-1.0.so.0.4
	-rwxr-xr-x  1 root  wheel   56189 Sep 15 18:22 libpangox-1.0.so.0.4T

>How-To-Repeat:
	cd /usr/pkgsrc/devel/pango
	make && make install
>Fix:
	Not known by me.

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