Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Aug 2023 06:02:40 GMT
From:      Jessica Clarke <jrtc27@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 995d2b3e3bcf - main - ObsoleteFiles.inc: Don't try and delete /usr/lib32/libdtrace.so.2
Message-ID:  <202308050602.37562e7L093441@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jrtc27:

URL: https://cgit.FreeBSD.org/src/commit/?id=995d2b3e3bcf69a0d705e41c98b1cb85c7a6316b

commit 995d2b3e3bcf69a0d705e41c98b1cb85c7a6316b
Author:     Jessica Clarke <jrtc27@FreeBSD.org>
AuthorDate: 2023-08-05 06:02:27 +0000
Commit:     Jessica Clarke <jrtc27@FreeBSD.org>
CommitDate: 2023-08-05 06:02:27 +0000

    ObsoleteFiles.inc: Don't try and delete /usr/lib32/libdtrace.so.2
    
    OLD_FILES and OLD_LIBS implicitly include the libcompat variant, whereas
    MOVED_LIBS exists specifically for files that have moved between /lib
    and /usr/lib, and thus don't get a libcompat equivalent.
    
    Reported by:    des
    Fixes:          5fd1da4d8501 ("ObsoleteFiles.inc: Add an entry for libdtrace.so.2 in /usr/lib")
---
 ObsoleteFiles.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 67bdb1f3d8e0..d77ced3c817d 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -56,7 +56,7 @@
 OLD_FILES+=usr/include/net/iflib_private.h
 
 # 20230802: Remove a copy of libdtrace.so installed to the wrong path
-OLD_FILES+=usr/lib/libdtrace.so.2
+MOVED_LIBS+=usr/lib/libdtrace.so.2
 
 # 20230726: Removal of support for the VTOC8 partitioning scheme
 OLD_FILES+=usr/include/sys/disk/vtoc.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308050602.37562e7L093441>