Subject: Re: pkg/35906: pkg "filelight" contains unresolved references
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: pkgsrc-bugs
Date: 03/03/2007 16:25:01
The following reply was made to PR pkg/35906; it has been noted by GNATS.

From: Joerg Sonnenberger <joerg@britannica.bec.de>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: pkg/35906: pkg "filelight" contains unresolved references
Date: Sat, 3 Mar 2007 17:23:13 +0100

 On Sat, Mar 03, 2007 at 02:10:00PM +0000, thomas.feddersen@t-online.de wrote:
 > => Required installed package digest>=20010302: digest-20060826 found
 > ===> Building for qt3-tools-3.3.7
 
 ...
 
 As this indicates, the issue is part of the Qt3 build, not filelight.
 The interesting part is missing -- look for the link command of uic.
 The rest looks fine.
 
 > create symlink /usr/lib/libz.so.0 -> /lib/libz.so.1.0
 
 This looks very wrong. libz.so should point to libz.so.1 and no
 libz.so.0 exist. libX11 and friends are not supposed to be used by
 X11_TYPE=xorg.
 
 Joerg