Page MenuHomeFreeBSD

Use MOVED_LIBS for the libalias modules being moved to /lib.
ClosedPublic

Authored by jhb on Jan 11 2022, 7:22 PM.
Tags
None
Referenced Files
F154406145: D33849.id101703.diff
Tue, Apr 28, 9:19 AM
Unknown Object (File)
Mon, Apr 27, 5:58 AM
Unknown Object (File)
Thu, Apr 23, 8:10 AM
Unknown Object (File)
Tue, Apr 21, 5:08 AM
Unknown Object (File)
Sun, Apr 12, 12:13 AM
Unknown Object (File)
Sun, Apr 5, 8:23 AM
Unknown Object (File)
Mar 24 2026, 4:00 PM
Unknown Object (File)
Mar 8 2026, 3:09 PM
Subscribers
None

Details

Summary

This is a bit more unusual in that the modules dropped their major
version suffix at the same time, so the old files being removed by
MOVED_LIBS in this case are the symlinks to the old libraries.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 43861
Build 40749: arc lint + arc unit

Event Timeline

jhb requested review of this revision.Jan 11 2022, 7:22 PM
jhb created this revision.
emaste added inline comments.
ObsoleteFiles.inc
14259

I suspect that this is so long ago as to not matter anyway.

This revision is now accepted and ready to land.Jan 14 2022, 3:23 PM
ObsoleteFiles.inc
14259

Well, without this fix we'd delete the lib32 versions of these (which are in /usr/lib32 instead of /lib32). That is how I found this.

ObsoleteFiles.inc
14259

Ah yes, of course. I suspect these are also old enough that we could probably delete everything from here to EOF.