From owner-freebsd-current@freebsd.org Mon Nov 16 02:24:20 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C8E4A2F45C for ; Mon, 16 Nov 2015 02:24:20 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: from mail-yk0-x231.google.com (mail-yk0-x231.google.com [IPv6:2607:f8b0:4002:c07::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BEF1A17C7; Mon, 16 Nov 2015 02:24:19 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: by ykdv3 with SMTP id v3so217734589ykd.0; Sun, 15 Nov 2015 18:24:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=5Z0c6KXp0CQgPrmKT+2g8m53Iuas0+8qgxZuSFnLLGc=; b=k/AAlA1xu52rRY6uNZOtIcn/1+hmQ1kP4CgLH0QptR3S0FKDFAv7R0bHQq2FqbkmA6 fCiu4XXqzIwM6+pJ0ZcxKhTI1WtJ+r7nREYFDsr9iuB5FIitGVMHYpVtq0I3//6pjuP6 UcaB6oit1k5TGXZOAffmsJAUtuNC0O/qv0T0kpNeLkdB2npCyfYlV4mrzMqAbC5kCKde Z+U1kruc3FhRLKtSsVnKRLuBZY/If6iowl2ITiV4nCYeDTkbMAx/WXYUpvNrqGcZvHjE v0zkV3II2PFv32MF/ZCAJ29atGg9sh2MxUindUSPeV4teMgdNi4zgjmEZD6eind4sR6G zNDQ== MIME-Version: 1.0 X-Received: by 10.13.224.3 with SMTP id j3mr34008769ywe.246.1447640658875; Sun, 15 Nov 2015 18:24:18 -0800 (PST) Sender: crodr001@gmail.com Received: by 10.37.95.9 with HTTP; Sun, 15 Nov 2015 18:24:18 -0800 (PST) In-Reply-To: <94D9C31A-2FDF-4B5C-99AE-847FED0DE859@gmail.com> References: <94D9C31A-2FDF-4B5C-99AE-847FED0DE859@gmail.com> Date: Sun, 15 Nov 2015 18:24:18 -0800 X-Google-Sender-Auth: ci8amlzw5k-61RM8a1b-ow1TfTU Message-ID: Subject: Re: make installworld failing with locales due to broken symlinks From: Craig Rodrigues To: freebsd-current Current Cc: Baptiste Daroussin , Bryan Drewery X-Mailman-Approved-At: Mon, 16 Nov 2015 03:16:46 +0000 Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2015 02:24:20 -0000 On Sun, Nov 15, 2015 at 5:57 PM, NGie Cooper wrote: > $ ls `readlink -f /usr/share/locale/ca_IT.ISO8859-1/LC_CTYPE` > ls: /usr/share/locale/la_LN.ISO8859-1: No such file or directory > I built the latest world, and then did the following: rm -fr /tmp/testdir mkdir /tmp/testdir make installworld DESTDIR=/tmp/testdir cd /tmp/testdir/usr/share/locale for f in $(find . -type l) ; do [ ! -e $f ] && echo "$f does not exist"; done ./zh_CN.GB2312/LC_NUMERIC does not exist ./zh_CN.GB2312/LC_MONETARY does not exist ./zh_CN.GB2312/LC_COLLATE does not exist ./zh_CN.GB2312/LC_CTYPE does not exist ./zh_CN.GB2312/LC_MESSAGES does not exist ./zh_CN.GB2312/LC_TIME does not exist ./zh_CN.eucCN/LC_MESSAGES does not exist ./zh_CN.eucCN/LC_NUMERIC does not exist ./zh_CN.eucCN/LC_TIME does not exist ./zh_CN.eucCN/LC_CTYPE does not exist ./zh_CN.eucCN/LC_MONETARY does not exist ./zh_CN.eucCN/LC_COLLATE does not exist ./zh_HK.UTF-8/LC_NUMERIC does not exist ./zh_HK.UTF-8/LC_MONETARY does not exist ./zh_HK.UTF-8/LC_COLLATE does not exist ./zh_HK.UTF-8/LC_MESSAGES does not exist ./zh_HK.UTF-8/LC_TIME does not exist ./zh_HK.UTF-8/LC_CTYPE does not exist ./zh_CN.GBK/LC_CTYPE does not exist ./zh_CN.GBK/LC_NUMERIC does not exist ./zh_CN.GBK/LC_MESSAGES does not exist ./zh_CN.GBK/LC_COLLATE does not exist ./zh_CN.GBK/LC_MONETARY does not exist ./zh_CN.GBK/LC_TIME does not exist ./zh_CN.GB18030/LC_COLLATE does not exist ./zh_CN.GB18030/LC_MESSAGES does not exist ./zh_CN.GB18030/LC_CTYPE does not exist ./zh_CN.GB18030/LC_TIME does not exist ./zh_CN.GB18030/LC_NUMERIC does not exist ./zh_CN.GB18030/LC_MONETARY does not exist ./zh_TW.UTF-8/LC_MESSAGES does not exist ./zh_TW.UTF-8/LC_NUMERIC does not exist ./zh_TW.UTF-8/LC_MONETARY does not exist ./zh_TW.UTF-8/LC_TIME does not exist ./zh_TW.UTF-8/LC_CTYPE does not exist ./zh_TW.UTF-8/LC_COLLATE does not exist ./zh_HK.Big5HKSCS/LC_MONETARY does not exist ./zh_HK.Big5HKSCS/LC_NUMERIC does not exist ./zh_HK.Big5HKSCS/LC_CTYPE does not exist ./zh_HK.Big5HKSCS/LC_TIME does not exist ./zh_HK.Big5HKSCS/LC_COLLATE does not exist ./zh_HK.Big5HKSCS/LC_MESSAGES does not exist ./zh_TW.Big5/LC_MONETARY does not exist ./zh_TW.Big5/LC_CTYPE does not exist ./zh_TW.Big5/LC_TIME does not exist ./zh_TW.Big5/LC_NUMERIC does not exist ./zh_TW.Big5/LC_MESSAGES does not exist ./zh_TW.Big5/LC_COLLATE does not exist -- Craig