From owner-freebsd-perl@FreeBSD.ORG Tue Dec 31 00:00:46 2013 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 59242E70 for ; Tue, 31 Dec 2013 00:00:46 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1D8251D35 for ; Tue, 31 Dec 2013 00:00:46 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id A1A95BDC2E; Tue, 31 Dec 2013 01:00:44 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 7DFA9BDC24; Tue, 31 Dec 2013 01:00:43 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 2A5F1CB18B06; Tue, 31 Dec 2013 01:00:43 +0100 (CET) Date: Tue, 31 Dec 2013 01:00:43 +0100 From: Mathieu Arnold To: Jukka Ukkonen , perl@freebsd.org Subject: Re: perl 5.8.1_6 build fails on FreeBSD 9.2 Message-ID: In-Reply-To: <52C01764.2030801@gmail.com> References: <52BA321E.1010804@gmail.com> <52C01764.2030801@gmail.com> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline 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, 31 Dec 2013 00:00:46 -0000 +--On 29 d=C3=A9cembre 2013 14:36:52 +0200 Jukka Ukkonen wrote: | On 12/25/13 03:17, Jukka Ukkonen wrote: |> For some reason this is what happens... |>=20 |> # make install |> =3D=3D=3D> Installing for perl5.18-5.18.1_6 |> =3D=3D=3D> Checking if lang/perl5.18 already installed |> ./+INSTALL: Permission denied |> pkg_add: install script returned error status |> *** [install-package] Error code 1 |>=20 |> Stop in /usr/ports/lang/perl5.18. |> *** [install] Error code 1 |>=20 |> Stop in /usr/ports/lang/perl5.18. |>=20 |>=20 |> Since perl has spread like a virus as a pre-condition |> for other packages this sort of problems obviously |> prevent any attempts to update the installed ports. |>=20 |> Anyhow, season's greetings. |> --jau |>=20 |=20 | The reason for this seems to be that some XML file in the perl | package contains 8-bit text (someone's name most likely) which | cannot be processed using UTF-8 locales. | When I set LC_CTYPE to any ISO8859 locale the build works just | fine. | If the build needs a proper 8-bit ISO8859 locale to work, maybe | such a locale should be set automatically in the beginning of the | build process. Oh, good, you found out how it broke \o/ I was wondering how you did it, as I couldn't reproduce it... I'll try to think of some patch, does it work if LC_TYPE=3DC ? --=20 Mathieu Arnold