On 5 Aug 2023, at 06:55, Dag-Erling Smørgrav <[email protected]> wrote: > > Mark Johnston <[email protected]> writes: >> commit 6de02228409fd2b7ca1d7e3b8d9043a105093cdd >> Author: Domagoj Stolfa <[email protected]> >> AuthorDate: 2023-08-02 00:10:46 +0000 >> Commit: Mark Johnston <[email protected]> >> CommitDate: 2023-08-02 13:15:08 +0000 >> >> dtrace: Add WITH_DTRACE_ASAN >> >> See commit 4ae6991228105eb34989c870194ae7b0a1e23be4. This version of >> the commit avoids inadvertently changing SHLIBDIR for libdtrace.so. > > This is still broken. > > % yes | sudo make delete-old ; sudo make installworld -j8 >/dev/null 2>&1 ; > make check-old >>>> Removing old files (only deletes safe to delete libs) > remove /usr/lib32/libdtrace.so.2? remove > /usr/lib/debug/usr/lib32/libdtrace.so.2.debug? >>> Old files removed >>>> Removing old directories >>>> Old directories removed > To remove old libraries run 'make delete-old-libs'. >>>> Checking for old files > /usr/lib32/libdtrace.so.2 > /usr/lib/debug/usr/lib32/libdtrace.so.2.debug >>>> Checking for old libraries >>>> Checking for old directories > To remove old files and directories run 'make delete-old'. > To remove old libraries run 'make delete-old-libs’.
Hopefully 995d2b3e3bcf fixes that. Jess
