converters/p5-Text-Iconv
Michael Kristofic
michael.kristofic at gmail.com
Tue Feb 25 17:35:17 UTC 2014
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
More information about the freebsd-perl
mailing list