From owner-svn-src-head@freebsd.org Tue Nov 17 16:43:29 2015 Return-Path: Delivered-To: svn-src-head@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 329F4A31BB8; Tue, 17 Nov 2015 16:43:29 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pa0-x230.google.com (mail-pa0-x230.google.com [IPv6:2607:f8b0:400e:c03::230]) (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 057891BB6; Tue, 17 Nov 2015 16:43:29 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by pabfh17 with SMTP id fh17so14247498pab.0; Tue, 17 Nov 2015 08:43:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=4wdbteeIob+dmkdyZBPefS5CZmwapMJn6Oxi89I6tz4=; b=J04nFFO7LDNAtxcRCgjMINN6y3FtSpTkMpk9xQC+17QBlzQCeQG5isFAtwqiiVVCAZ Kkp0fbAfKCPfSpDdMT9lZl/UuS+/5gI1/pbZNgvbyWzjlX+XxwKicZuqFhHvwgiitVuV 1SgnG4DGzV7IuXFPy/4HrdXH2pn2IMKww0lHTecuJgbjTM8TJJKKkG4cJL28Zd7B3OD+ LhvqJWQVetCfGgwwOoJ9vgCdkOKD3VGaeoUl80NA3LWuuf2ccIFx2Rbt1MXEDqcqeTiT pHfE4DGo6igQWrIA8yRU1fv1enCQ7aGU8FM07RmAzmWnx9HtoPItMaUSM/Zxmn0ol8GZ LrvA== X-Received: by 10.69.2.226 with SMTP id br2mr25794454pbd.137.1447778608639; Tue, 17 Nov 2015 08:43:28 -0800 (PST) Received: from [192.168.20.11] (c-24-16-212-205.hsd1.wa.comcast.net. [24.16.212.205]) by smtp.gmail.com with ESMTPSA id by6sm44063518pab.25.2015.11.17.08.43.26 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 17 Nov 2015 08:43:27 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: svn commit: r290976 - head From: Garrett Cooper X-Mailer: iPhone Mail (13B143) In-Reply-To: <201511171218.tAHCIwZJ091369@repo.freebsd.org> Date: Tue, 17 Nov 2015 08:43:26 -0800 Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <201511171218.tAHCIwZJ091369@repo.freebsd.org> To: Baptiste Daroussin X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2015 16:43:29 -0000 > On Nov 17, 2015, at 04:18, Baptiste Daroussin wrote: >=20 > Author: bapt > Date: Tue Nov 17 12:18:57 2015 > New Revision: 290976 > URL: https://svnweb.freebsd.org/changeset/base/290976 >=20 > Log: > install(1) is following symlinks when installing a files, which result in= > inconsistency when installing new locales and may also result in failures= > when reinstalling after having run make delete-old (due to previous > inconsistencies) for now recommand removing all locales until install(1) i= s > fixed >=20 > Modified: > head/UPDATING >=20 > Modified: head/UPDATING > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D > --- head/UPDATING Tue Nov 17 12:09:57 2015 (r290975) > +++ head/UPDATING Tue Nov 17 12:18:57 2015 (r290976) > @@ -39,6 +39,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11 > Databases administrators will need to reindex their databases given > collation results will be different. >=20 > + Due to a bug in install(1) it is recommanded to remove the ancient > + locales before running make installworld *recommended=