From owner-freebsd-perl@FreeBSD.ORG Tue Feb 25 17:35:17 2014 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A6910DE2 for ; Tue, 25 Feb 2014 17:35:17 +0000 (UTC) Received: from mail-yk0-x231.google.com (mail-yk0-x231.google.com [IPv6:2607:f8b0:4002:c07::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6485912C6 for ; Tue, 25 Feb 2014 17:35:17 +0000 (UTC) Received: by mail-yk0-f177.google.com with SMTP id q200so19472672ykb.8 for ; Tue, 25 Feb 2014 09:35:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=VDktBbKuaC7LmufMUZRXbHMRJTiH6R75MhrjZ2fVofM=; b=ASuj4sdIF/C49SFDJVF4fTf64P7bpjTHEDlPIpVcVj3Ux+q9SYPg6cAyJ+oaoZR5ka qfzcUfyai3s/pDf11pAxNF1UFYGhlN3fz96k+4ponZmcslyFfekYSrBiF0DSyX5wjJWF jhz0+LFmmP9WyaChhOQyQrCOqILfN8VmsR69J8i/Yc64QkoOu0IctE1fmcFudj/ffR6U eBydmmOtboVwscI4Oj/gtFWYR8EdhNJV51h/syosIhT+wWiKJzo8fF4pg+geE8LznmNw 2CH2i5681Bftgdial9pZAiCdLLaMPdLEzUH9H4lLXOg6WJsJ60qjDzuMZuOHxzmUAYXD 2KJw== X-Received: by 10.236.36.16 with SMTP id v16mr1234326yha.153.1393349716468; Tue, 25 Feb 2014 09:35:16 -0800 (PST) Received: from [10.69.1.94] (199-171-143-94.cust.centrio.cz. [94.143.171.199]) by mx.google.com with ESMTPSA id 23sm10551441yhj.5.2014.02.25.09.35.14 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 25 Feb 2014 09:35:15 -0800 (PST) Message-ID: <530CD451.4090101@gmail.com> Date: Tue, 25 Feb 2014 18:35:13 +0100 From: Michael Kristofic User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: perl@FreeBSD.org Subject: converters/p5-Text-Iconv References: <530CCCCC.7030106@gmail.com> In-Reply-To: <530CCCCC.7030106@gmail.com> X-Forwarded-Message-Id: <530CCCCC.7030106@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Feb 2014 17:35:17 -0000 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