pkgsrc-Bugs archive

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

Re: pkg/59530 (Ports: lsof : The Operating System version (10.1) does not match 10.0)



Synopsis: Ports: lsof : The Operating System version (10.1) does not match 10.0

State-Changed-From-To: open->feedback
State-Changed-By: gutteridge%NetBSD.org@localhost
State-Changed-When: Fri, 18 Jul 2025 12:26:56 +0000
State-Changed-Why:
The lsof package contains patching that can be very specific to a
kernel change (which is sometimes internal and not even marked by a
version bump), so it sets OSVERSION_SPECIFIC as a warning, which has
the ramification you're seeing here.

TNF binary packages are built to match any major version, against the
earliest release (10.0 in this case), so this will trigger the mismatch
error by design. For 10.0 vs 10.1, there should be no actual issue for
this package.

You have two options here. One is to simply follow the instructions in
the message, that is, "add CHECK_OSABI=no to pkg_install.conf". That
should be safe to do in this context (with this package). The other is
to build the package from source instead. (That brings its own not
recommended approach of mixing binary and locally-built packages, but
is relatively simple for this particular example.)




Home | Main Index | Thread Index | Old Index