Subject: pkg/31067: devel/flex libiconv can not found
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <huajian.luo@sun.com>
List: pkgsrc-bugs
Date: 08/25/2005 09:28:00
>Number:         31067
>Category:       pkg
>Synopsis:       devel/flex  libiconv  can not found
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Aug 25 09:28:00 +0000 2005
>Originator:     Huajian.Luo
>Release:        solaris 10
>Organization:
Sun
>Environment:
solaris 10
>Description:
pkgsrc can not set rpath to the flex ports and make it unrunable after 
installation.
>How-To-Repeat:
$cd  devel/flex
$bmake
$ldd  work.sparc/*/flex
        libintl.so.2 =>  (file not found)
        libiconv.so.2 =>         (file not found)
        libc.so.1 =>     /lib/libc.so.1
        libm.so.2 =>     /lib/libm.so.2
        /platform/SUNW,Sun-Blade-2500/lib/libc_psr.so.1

$bmake install
$flex
ld.so.1: work.sparc/flex-2.5.4/flex: fatal: libintl.so.2: open failed: No such file or directory
Killed
>Fix: