From owner-freebsd-perl@FreeBSD.ORG Sun Dec 29 12:36:57 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 7D2D8F07 for ; Sun, 29 Dec 2013 12:36:57 +0000 (UTC) Received: from mail-la0-x22e.google.com (mail-la0-x22e.google.com [IPv6:2a00:1450:4010:c03::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 045D31162 for ; Sun, 29 Dec 2013 12:36:56 +0000 (UTC) Received: by mail-la0-f46.google.com with SMTP id eh20so5014543lab.19 for ; Sun, 29 Dec 2013 04:36:55 -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=CBWiPFLC9HN9F6Mh52ob+G0Y8VoeEZjrlZQKCkZf0KQ=; b=o+Bqq6JADZzvJlUziJJt1IAyTgorV9vhpYt02oNzKmEHqYP5zFkFZaBNCFvq4AHjfV DsDYzh5GlTK/KYDvgT+qgI/4/A9kw+tjQLK/LFCTcr3Qla13bH3aoncHNM73GHwo1ZJ4 v3suEz55fKHJwM8KJOcZctxqez+RdMzrmDl7tSGddOGPgyKWYq9i1dMD63bKi3P86ol4 09q4xg+wjpyeCmcWrABMEd6udvDt8LmApVjwlrDUcWbMkklPDWOFC7kNPosPabhiBx4w wRwuIMMf6iyU6uv1nf4GL/GQ5AcP+ufjoXhqurw5XxjQQpZNWUYHLaJRxJ0Saquozk53 i32A== X-Received: by 10.152.2.165 with SMTP id 5mr799907lav.70.1388320615049; Sun, 29 Dec 2013 04:36:55 -0800 (PST) Received: from [83.145.205.163] (xdsl-205-163.nblnetworks.fi. [83.145.205.163]) by mx.google.com with ESMTPSA id a8sm32707916lae.5.2013.12.29.04.36.53 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 29 Dec 2013 04:36:54 -0800 (PST) Message-ID: <52C01764.2030801@gmail.com> Date: Sun, 29 Dec 2013 14:36:52 +0200 From: Jukka Ukkonen User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: perl@freebsd.org Subject: Re: perl 5.8.1_6 build fails on FreeBSD 9.2 References: <52BA321E.1010804@gmail.com> In-Reply-To: <52BA321E.1010804@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 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: Sun, 29 Dec 2013 12:36:57 -0000 On 12/25/13 03:17, Jukka Ukkonen wrote: > For some reason this is what happens... > > # make install > ===> Installing for perl5.18-5.18.1_6 > ===> Checking if lang/perl5.18 already installed > ./+INSTALL: Permission denied > pkg_add: install script returned error status > *** [install-package] Error code 1 > > Stop in /usr/ports/lang/perl5.18. > *** [install] Error code 1 > > Stop in /usr/ports/lang/perl5.18. > > > 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. > > Anyhow, season's greetings. > --jau > 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. Cheers, --jau