NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: bin/58697: postinstall(8) removes non-obsolete compat libs



The following reply was made to PR bin/58697; it has been noted by GNATS.

From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: bin/58697: postinstall(8) removes non-obsolete compat libs
Date: Thu, 26 Sep 2024 13:28:11 +0200

 This turned out to be a local issue - I had a spurious "libossaudio.so.1.2"
 around (from years ago, for whatever reasons) and the duplicate minor
 script correctly infered that libossaudio.so.1.1 is superseeded by
 that. The "exclude_libs" part does not work at all because it gets
 passed full qualified paths but expects to match only basenames.
 
 Removing the spurious versions made the whole thing work for me
 (but leaves the exclude_libs issue open).
 
 Martin
 


Home | Main Index | Thread Index | Old Index