NetBSD-Bugs archive

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

port-amd64/59530: Ports: lsof : The Operating System version (10.1) does not match 10.0



>Number:         59530
>Category:       port-amd64
>Synopsis:       Ports: lsof : The Operating System version (10.1) does not match 10.0
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    port-amd64-maintainer
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Jul 18 05:50:00 +0000 2025
>Originator:     John L. Males
>Release:        10.1
>Organization:
>Environment:
NetBSD hostname.domain 10.1 NetBSD 10.1 (GENERIC) #0: Mon Dec 16 13:08:11 UTC 2024  mkrepro%mkrepro.NetBSD.org@localhost:/usr/src/sys/arch/amd64/compile/GENERIC amd64
>Description:
When tried to install lsof via pkgin received message "The Operating System version (10.1) does not match 10.0".

The reason for high priority is I feel lsof information is needed to report a serious bug with potential to cause premature ssd or NVMe wear/failure.
>How-To-Repeat:
1) Clean install of NetBSD 10.1 via "https://cdn.netbsd.org/pub/NetBSD/NetBSD-10.1/images/NetBSD-10.1-amd64-install.img.gz";.

2) As root user install pkgin via pkg_add per:
export PKG_PATH=http://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/amd64/10.1/All
pkg_add -v pkgin

3) As root user install any package(s):
pkgin install lscpu dmidecode

4) As root user install lsof:
pkgin install lsof

5) Console result of (4):

calculating dependencies...done.

2 packages to install:
  lsof-4.91nb7 osabi-NetBSD-10.0

0 to remove, 0 to refresh, 0 to upgrade, 2 to install
298K to download, 1067K of additional disk space will be used

proceed ? [Y/n] y
[1/2] lsof-4.91nb7.tgz                                                                                                                                      100%  295KB 294.6KB/s   00:00    
[2/2] osabi-NetBSD-10.0.tgz                                                                                                                                 100% 3284     3.2KB/s   00:00    
[1/2] installing osabi-NetBSD-10.0...
The Operating System version (10.1) does not match 10.0
To force installation of this package, add CHECK_OSABI=no to pkg_install.conf
[2/2] installing lsof-4.91nb7...
The Operating System version (10.1) does not match 10.0
To force installation of this package, add CHECK_OSABI=no to pkg_install.conf
pkg_install warnings: 0, errors: 3
pkg_install error log can be found in /var/db/pkgin/pkg_install-err.log
reading local summary...
processing local summary...

Note I had installed xfce4 and various GUI and cli programs prior to installing lsof.  I have shortened how to repeat problem to cli based to save time in hopes my assumption how to repeat is as noted above.



>Fix:



Home | Main Index | Thread Index | Old Index