Re: lib/60530: NetBSD 11.0 cleandir leaves external/cddl/osnet/lib/libdtrace/obj/dtrace.expsym around

"Martin Husemann via gnats" <[email protected]> Sun, 2 Aug 2026 14:15:02 +0000 (UTC)
Newsgroups gmane.os.netbsd.bugs
Message-ID <[email protected]>
The following reply was made to PR lib/60530; it has been noted by GNATS.

From: Martin Husemann <[email protected]>
To: [email protected]
Cc: 
Subject: Re: lib/60530: NetBSD 11.0 cleandir leaves
 external/cddl/osnet/lib/libdtrace/obj/dtrace.expsym around
Date: Sun, 2 Aug 2026 16:13:28 +0200

 On Sun, Aug 02, 2026 at 02:10:01PM +0000, [email protected] via gnats wrote:
 > As of NetBSD 11.0, a cleandir invocation leaves
 > external/cddl/osnet/lib/libdtrace/obj/dtrace.expsym around. This is not
 > normally a problem, but after e1fa74cf44d45b866247e909658488492a8742dd
 > (in the Git mirror), it means that doing a series of NetBSD builds for
 > different architectures will eventually run into a diffsym failure for
 > i386 and amd64 because that file will have been previously generated
 > for a non-x86 architecture.
 
 (a) cleandir not removing that file is a bug
 (b) you can not share object directories for different architectures.
 
 Martin