Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Nov 2015 12:18:58 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r290976 - head
Message-ID:  <201511171218.tAHCIwZJ091369@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Nov 17 12:18:57 2015
New Revision: 290976
URL: https://svnweb.freebsd.org/changeset/base/290976

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) is
  fixed

Modified:
  head/UPDATING

Modified: head/UPDATING
==============================================================================
--- 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.
 
+	Due to a bug in install(1) it is recommanded to remove the ancient
+	locales before running make installworld
+
+	rm -rf /usr/share/locale
+
 20151030:
 	The OpenSSL has been upgraded to 1.0.2d.  Any binaries requiring
 	libcrypto.so.7 or libssl.so.7 must be recompiled.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511171218.tAHCIwZJ091369>