From owner-freebsd-current@freebsd.org Mon Nov 16 02:41:02 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 55AEFA2F7C2 for ; Mon, 16 Nov 2015 02:41:02 +0000 (UTC) (envelope-from mailing-machine@vniz.net) Received: from mail-lb0-f170.google.com (mail-lb0-f170.google.com [209.85.217.170]) (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 D6B861045 for ; Mon, 16 Nov 2015 02:41:01 +0000 (UTC) (envelope-from mailing-machine@vniz.net) Received: by lbbsy6 with SMTP id sy6so51811238lbb.2 for ; Sun, 15 Nov 2015 18:40:59 -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=kXhHnxfbvUu1dIzUhptoGakAIJJSXb5SC1e6qcqUr3I=; b=I31rGPci0fRJaUiHn7LsvQxqoAYxpSA6eR7UTg3YOaHqVKCp27zTxQeEzBKdafHxKy IHArD364cHFRDneXVIaE17XsTI7Z6Bau74j0eXfpXhC1dUuPH7IcDHTByT+DG6D1SxsN D8FSLP0yezYjBpUed6UPpkMRIfygrYnVrKGNLkQVEtRmeKVkVFoIa4DAcxs6uroSp39W 0yHxVdyQxwFcTrKDCp6tmVJuH76oMV92Vqc8jb8GKmRt+D8O3PL9Vq1D5aSneiBSfFWy eztfBuJR5nDuYEKCecNb5DHFTY7f0sC4i577+meZlUfW/RGh0y8bi9Ygl69BS5Nzf6ml K9Mg== X-Gm-Message-State: ALoCoQm1lecihTCFnT7XZWmBt4oX7hLH8i02wakgaA01LLz5f5v2cAjWvyaCncj6xm1mM36LlZ5/ X-Received: by 10.112.12.73 with SMTP id w9mr15861855lbb.36.1447641659831; Sun, 15 Nov 2015 18:40:59 -0800 (PST) Received: from [192.168.1.2] ([89.169.173.68]) by smtp.gmail.com with ESMTPSA id ki2sm333327lbc.15.2015.11.15.18.40.59 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 15 Nov 2015 18:40:59 -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> <5649415A.8010408@freebsd.org> Cc: Baptiste Daroussin , Bryan Drewery From: Andrey Chernov Message-ID: <5649423A.7080201@freebsd.org> Date: Mon, 16 Nov 2015 05:40:58 +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: <5649415A.8010408@freebsd.org> 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:41:02 -0000 On 16.11.2015 5:37, Andrey Chernov wrote: > 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. > Oops, auto-typo. "rm -f" instead, since all directories are created by mtree. -- http://ache.vniz.net/