summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authormrg <mrg@NetBSD.org>2023-03-23 07:15:08 +0000
committermrg <mrg@NetBSD.org>2023-03-23 07:15:08 +0000
commit35278edb2145c75c869cb786995ae791facd90d0 (patch)
tree9e70acdd4db51c7353ec1fee76366608f8c82602 /UPDATING
parentfb9f03096a6f657e6cc3fd2736da3fa25a1adf63 (diff)
add a note about how to fix missing ./usr/lib/libisns* files.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 7 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 97c27be9c57..1410d70e06b 100644
--- a/UPDATING
+++ b/UPDATING
@@ -1,4 +1,4 @@
-$NetBSD: UPDATING,v 1.336 2023/01/16 08:49:55 martin Exp $
+$NetBSD: UPDATING,v 1.337 2023/03/23 07:15:08 mrg Exp $
This file (UPDATING) is intended to be a brief reference to recent
changes that might cause problems in the build process, and a guide for
@@ -19,6 +19,12 @@ See also: BUILDING, build.sh, Makefile.
Recent changes:
^^^^^^^^^^^^^^^
+20230322:
+ Fixes for moved /lib/libisns* mean that builds will complain about
+ ./usr/lib/libisns* being missing until src/lib/libisns is forced
+ to (re)install the files, including the symlinks. The simplest
+ way is to clean this subdir before building.
+
20230112:
New binutils require an updated ld.elf_so. If you are doing
(unsupported) in-place self builds (with the -E flag to build.sh),