pkgsrc-Bugs archive

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

pkg/52985: converters/p5-Text-Iconv does not build on Solaris using cwrappers



>Number:         52985
>Category:       pkg
>Synopsis:       converters/p5-Text-Iconv does not build on Solaris using cwrappers
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Feb 07 15:05:00 +0000 2018
>Originator:     Joern Clausen
>Release:        
>Organization:
University of Bielefeld
>Environment:
>Description:
With cwrappers activated, building converters/p5-Text-Iconv on Solaris 11.3 fails with

===> Creating toolchain wrappers for p5-Text-Iconv-1.7nb8
===> 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


Deactivating cwrappers temporarily, libiconv is found and used:

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

NOTE: If you have multiple iconv implementations installed, you might
      want to make sure that I've found the one you want to use.
      If necessary, you can explicitly specify paths like this:

      /opt/pkg-hrz/20180102/bin/perl Makefile.PL LIBS='-L/path/to/lib' INC='-I/path/to/include'

Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile


Luckily the right library is found, .../Text/Iconv/Iconv.so is linked to pkgsrc's libiconv.

>How-To-Repeat:

>Fix:



Home | Main Index | Thread Index | Old Index