add a note about how to fix missing ./usr/lib/libisns* files.

This commit is contained in:
mrg 2023-03-23 07:15:08 +00:00
parent f080a0a61e
commit 79cbfccb47
1 changed files with 7 additions and 1 deletions

View File

@ -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),