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.
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to