Source-Changes-D archive

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

Re: CVS commit: src/distrib/sets/lists/debug



    Date:        Fri, 26 Jun 2026 22:47:42 +0000
    From:        "Taylor R Campbell" <riastradh%netbsd.org@localhost>
    Message-ID:  <20260626224742.DE8F7FA2B%cvs.NetBSD.org@localhost>

  | Module Name:	src
  | Committed By:	riastradh
  | Date:		Fri Jun 26 22:47:42 UTC 2026
  |
  | Modified Files:
  | 	src/distrib/sets/lists/debug: shl.mi
  |
  | Log Message:
  | debug/shl.mi: Cull obsolete linkable shlibs and explain why.
  |
  | This is not a _good_ system but it's the system we have:

Surely we don't need that for the *debug* libs - this:

+#       This way,
+#       systems that still have the old shared libraries after an
+#       update, which applications might have been linked against,

isn't going to apply usually to anything linked against debug libs,
and if someone has such an application, they'd be much better to
relink it against the newer debug lib that has been installed, and
perhaps no longer need to debug if whatever issue caused the need
for that might have been fixed in the update.

obsoleting old debug libs (though not always done) has been the
practice for a long time now, without any complaints about problems
I have ever seen.

kre




Home | Main Index | Thread Index | Old Index