pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/55860: package installation blocked by OSABI issues on 9.1
The following reply was made to PR pkg/55860; it has been noted by GNATS.
From: "David H. Gutteridge" <david%gutteridge.ca@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/55860: package installation blocked by OSABI issues on 9.1
Date: Fri, 11 Dec 2020 18:07:21 -0500
Do you have pkg_admin installed at both /usr/sbin/ and /usr/pkg/sbin?
If so, is the one at /usr/pkg/sbin in your $PATH first? If so, please
try placing pkg_install.conf at /etc, rather than (or in addition to)
being at /usr/pkg/etc.
The reason I ask is because the INSTALL script for osabi in the binary
package in question has a hard-coded path set to /usr/sbin/pkg_admin at
line 165. /usr/sbin/pkg_admin expects to find pkg_install.conf at /etc.
So in your test example, you may be calling /usr/pkg/sbin/pkg_admin and
seeing that CHECK_OSABI is set, but /usr/sbin/pkg_admin won't find it.
Dave
Home |
Main Index |
Thread Index |
Old Index