Module Name:    src
Committed By:   riastradh
Date:           Fri Nov 22 14:30:28 UTC 2024

Modified Files:
        src: UPDATING

Log Message:
UPDATING: Note stale .actsym files and suggest workaround.


To generate a diff of this commit:
cvs rdiff -u -r1.366 -r1.367 src/UPDATING

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/UPDATING
diff -u src/UPDATING:1.366 src/UPDATING:1.367
--- src/UPDATING:1.366	Mon Nov 11 13:58:56 2024
+++ src/UPDATING	Fri Nov 22 14:30:28 2024
@@ -1,4 +1,4 @@
-$NetBSD: UPDATING,v 1.366 2024/11/11 13:58:56 riastradh Exp $
+$NetBSD: UPDATING,v 1.367 2024/11/22 14:30:28 riastradh 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,16 @@ See also: BUILDING, build.sh, Makefile.
 Recent changes:
 ^^^^^^^^^^^^^^^
 
+20241122:
+	Changes to bsd.lib.mk to improve detecting differences in
+	shared library symbol exports may cause some .actsym files in
+	the objdir to become stale in update builds.
+
+	To work around this, delete all files matching `*.actsym' in
+	the objdir.  For example:
+
+	find OBJDIR -name '*.actsym' -type f -print0 | xargs -0 rm
+
 20241104:
 	Changes around the integration of the zstd compression
 	library may require manual deletion of some object directories

Reply via email to