Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Mar 2014 18:33:26 GMT
From:      Tom Hoffmann <trh411@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/187907: Install of converters/p5-Text-Iconv Fails
Message-ID:  <201403241833.s2OIXQhh070159@cgiserv.freebsd.org>
Resent-Message-ID: <201403241840.s2OIe1AF058524@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         187907
>Category:       ports
>Synopsis:       Install of converters/p5-Text-Iconv Fails
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 24 18:40:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Tom Hoffmann
>Release:        FreeBSD-10.0-RELEASE
>Organization:
N/A
>Environment:
FreeBSD mosquito 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014     root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Receive the following errors attempting to install converters/p5-Text-Iconv:

===>  Building for p5-Text-Iconv-1.7
cc -c  -I/usr/local/include  -O2 -pipe -DLIBICONV_PLUG -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing    -DVERSION=\"1.7\"  -DXS_VERSION=\"1.7\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.16/mach/CORE"   Iconv.c
Iconv.xs:219:11: warning: implicit declaration of function 'iconvctl' is invalid in C99 [-Wimplicit-function-declaration]
   return iconvctl(obj->handle, request, arg);
          ^
Iconv.xs:321:11: error: use of undeclared identifier 'ICONV_TRIVIALP'
         reqno = ICONV_TRIVIALP;
                 ^
Iconv.xs:323:11: error: use of undeclared identifier 'ICONV_GET_TRANSLITERATE'
         reqno = ICONV_GET_TRANSLITERATE;
                 ^
Iconv.xs:325:11: error: use of undeclared identifier 'ICONV_GET_DISCARD_ILSEQ'
         reqno = ICONV_GET_DISCARD_ILSEQ;
                 ^
Iconv.xs:364:11: error: use of undeclared identifier 'ICONV_SET_TRANSLITERATE'
         reqno = ICONV_SET_TRANSLITERATE;
                 ^
Iconv.xs:366:11: error: use of undeclared identifier 'ICONV_SET_DISCARD_ILSEQ'
         reqno = ICONV_SET_DISCARD_ILSEQ;
                 ^
1 warning and 5 errors generated.
*** [Iconv.o] Error code 1

make[1]: stopped in /usr/ports/converters/p5-Text-Iconv/work/Text-Iconv-1.7

make[1]: stopped in /usr/ports/converters/p5-Text-Iconv/work/Text-Iconv-1.7
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop.
make: stopped in /usr/ports/converters/p5-Text-Iconv

>How-To-Repeat:
Attempt to install converters/p5-Text-Iconv. Fails with the same errors every time.
>Fix:


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403241833.s2OIXQhh070159>