pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/53275: can't build converters/p5-Text-Iconv on Solaris 11.3



>Number:         53275
>Category:       pkg
>Synopsis:       can't build converters/p5-Text-Iconv on Solaris 11.3
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri May 11 08:35:00 +0000 2018
>Originator:     Joern Clausen
>Release:        
>Organization:
University of Bielefeld
>Environment:
>Description:
Building converters/p5-Text-Iconv falls flat right at the start with

===> Configuring for p5-Text-Iconv-1.7nb8
Checking for iconv ... fail
Failed to find iconv, please check your settings and re-run as:
/opt/pkg-hrz/20180102/bin/perl Makefile.PL LIBS='-L/path/to/lib' INC='-I/path/to/include'
*** Error code 1


libiconv-1.14nb3 is installed

Running

$ bmake USE_CWRAPPERS=no

does work, on the other hand:

===> Configuring for p5-Text-Iconv-1.7nb8
Checking for iconv ... ok (added -liconv)


and it does pick up the correct libiconv:

$ ldd ./work.pkgsrc-sol11i86/Text-Iconv-1.7/blib/arch/auto/Text/Iconv/Iconv.so
        libiconv.so.2 =>         /opt/pkg-hrz/20180102/lib/libiconv.so.2
        libssp.so.0 =>   /opt/pkg-gcc/4.9.4/lib/amd64/libssp.so.0
        libc.so.1 =>     /lib/64/libc.so.1

>How-To-Repeat:

>Fix:



Home | Main Index | Thread Index | Old Index