From owner-freebsd-current@freebsd.org Mon Nov 16 02:37:19 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 0EF41A2F6FF for ; Mon, 16 Nov 2015 02:37:19 +0000 (UTC) (envelope-from mailing-machine@vniz.net) Received: from mail-lb0-f175.google.com (mail-lb0-f175.google.com [209.85.217.175]) (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 8A2371DE6 for ; Mon, 16 Nov 2015 02:37:18 +0000 (UTC) (envelope-from mailing-machine@vniz.net) Received: by lbblt2 with SMTP id lt2so80875903lbb.3 for ; Sun, 15 Nov 2015 18:37:16 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=cKEbxTpYY1fB5o8T8S2cyVb3jymaPdNt7vNyTgbbeHY=; b=khzbUduGGMrQFd1R0gfDHu04aOX2xrcze0yuAglbpWoJwp3KjLityBrtl3N7wNRPJ8 DJ9UUkt3rTAT5/HaqOSTo+4C6T1QFj+EzPKD2tclx4kMf5//GySp+vDUDWEvZOIbAa+I gIn0OznIeoOT295G6I9V6h695tDXtPDRZjC75zncRJY4NS0qam7RhHSJ7BnTh5a46NhN 7iOSInoNZtmpsar96B47Ed0ZhwX4H8h6uZkI3QnJzISTBSTQqkHxl94Kr8N/LuCTpg7/ hUTyqtUjvnEohqKfNlHUSSHRDswVGzzxGUFnq7u/GF7Ot0/YcKKhcXCznTPiyv+mdx7H 12qw== X-Gm-Message-State: ALoCoQleg/dug5d64Xf7M2/lvhQIBNsPauOaeh2Hv7Q1pQq7PLDU3VPLEB+fftcq0A4MdqqHoaod X-Received: by 10.112.35.196 with SMTP id k4mr15710809lbj.3.1447641436010; Sun, 15 Nov 2015 18:37:16 -0800 (PST) Received: from [192.168.1.2] ([89.169.173.68]) by smtp.gmail.com with ESMTPSA id un3sm1398983lbc.28.2015.11.15.18.37.14 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 15 Nov 2015 18:37:15 -0800 (PST) Subject: Re: make installworld failing with locales due to broken symlinks To: NGie Cooper , freebsd-current Current References: <94D9C31A-2FDF-4B5C-99AE-847FED0DE859@gmail.com> Cc: Baptiste Daroussin , Bryan Drewery From: Andrey Chernov Message-ID: <5649415A.8010408@freebsd.org> Date: Mon, 16 Nov 2015 05:37:14 +0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <94D9C31A-2FDF-4B5C-99AE-847FED0DE859@gmail.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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:37:19 -0000 On 16.11.2015 4:57, NGie Cooper wrote: > make: stopped in /usr/src/git > $ ls -l /usr/share/locale/ca_IT.ISO8859-1/LC_CTYPE > lrwxr-xr-x 1 root wheel 27 Nov 1 16:24 /usr/share/locale/ca_IT.ISO8859-1/LC_CTYPE -> ../la_LN.ISO8859-1/LC_CTYPE > $ readlink -f /usr/share/locale/ca_IT.ISO8859-1/LC_CTYPE > /usr/share/locale/la_LN.ISO8859-1 > $ 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 As I remember, we already hit this type of problem before with old locales. "ln -sf" and "rm -rf" should be used everywhere on install target to avoid that. -- http://ache.vniz.net/