Re: git: 5cdaac92e119 - main - dtrace: Revert the addition of WITH_DTRACE_ASAN
Date: Tue, 01 Aug 2023 23:46:13 UTC
Mark Johnston wrote: > The branch main has been updated by markj: > > URL: https://cgit.FreeBSD.org/src/commit/?id=5cdaac92e119d41063d4f0155a78a4abe767f15e > > commit 5cdaac92e119d41063d4f0155a78a4abe767f15e > Author: Mark Johnston <markj@FreeBSD.org> > AuthorDate: 2023-08-01 17:01:37 +0000 > Commit: Mark Johnston <markj@FreeBSD.org> > CommitDate: 2023-08-01 17:03:10 +0000 > > dtrace: Revert the addition of WITH_DTRACE_ASAN > > The follow-up fix triggers a lib32 build failure, revert everything > until the problem is addressed. > --- > cddl/lib/libdtrace/Makefile | 11 ----------- > cddl/usr.sbin/dtrace/Makefile | 5 ----- > cddl/usr.sbin/lockstat/Makefile | 7 ------- > cddl/usr.sbin/plockstat/Makefile | 7 ------- > share/man/man5/src.conf.5 | 5 ----- > share/mk/src.opts.mk | 1 - > tools/build/options/WITH_DTRACE_ASAN | 4 ---- > 7 files changed, 40 deletions(-) I wonder if we should add the ObsoleteFiles entry removing that unfortunate /usr/lib/libdtrace.so.5?