diff options
| author | mrg <mrg@NetBSD.org> | 2023-03-23 07:15:08 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2023-03-23 07:15:08 +0000 |
| commit | 35278edb2145c75c869cb786995ae791facd90d0 (patch) | |
| tree | 9e70acdd4db51c7353ec1fee76366608f8c82602 /UPDATING | |
| parent | fb9f03096a6f657e6cc3fd2736da3fa25a1adf63 (diff) | |
add a note about how to fix missing ./usr/lib/libisns* files.
Diffstat (limited to 'UPDATING')
| -rw-r--r-- | UPDATING | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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), |
