summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-11-17 12:18:57 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-11-17 12:18:57 +0000
commit01bedb0cf4a013842edc372fa011d0e7c2ad3aa3 (patch)
tree3ba1c494dd0d14f192dc0109ba5a8726ea86aa36 /UPDATING
parentd48d68fa9e3daacd9d7e26b50f18c3a5e1d18e32 (diff)
downloadsrc-test2-01bedb0cf4a013842edc372fa011d0e7c2ad3aa3.tar.gz
src-test2-01bedb0cf4a013842edc372fa011d0e7c2ad3aa3.zip
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
Notes
Notes: svn path=/head/; revision=290976
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING5
1 files changed, 5 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 18ed81b5789a..1f091fcf5654 100644
--- a/UPDATING
+++ b/UPDATING
@@ -39,6 +39,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11.x IS SLOW:
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.