Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Feb 2014 18:35:13 +0100
From:      Michael Kristofic <michael.kristofic@gmail.com>
To:        perl@FreeBSD.org
Subject:   converters/p5-Text-Iconv
Message-ID:  <530CD451.4090101@gmail.com>
In-Reply-To: <530CCCCC.7030106@gmail.com>
References:  <530CCCCC.7030106@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

I'd like to kindly ask you for help with this error on my FreeBSD 
machine. I've recently upgraded from 9.2 to 10.0 and as part of the 
upgrading process, I'm trying to reinstall all of my ports.

This error stops the converters/p5-Text-Iconv port from rebuilding:

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
1 error

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

===>>> make failed for converters/p5-Text-Iconv
===>>> Aborting update

===>>> Update for converters/p5-Text-Iconv failed
===>>> Aborting update

===>>> Killing background jobs
Terminated

Thank you very much in advance. Best regards Michael





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