pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: OSABI
On Tue, Aug 02, 2016 at 09:43:30PM +0200, Manuel Bouyer wrote:
> On Tue, Aug 02, 2016 at 05:17:30PM +0100, Patrick Welche wrote:
> > Just hit
> >
> > The Operating System version (7.0.1) does not match 7.0
> >
> > Surely that doesn't matter... Just match on the first 2 numbers?
> >
> > (I remember something about CHECK_OSABI=no but that doesn't seem to
> > workaround either...)
>
> OSABI is harmfull. I always have to install it with -I (I never have
> a kernel that exactly matches the userland anyway).
Found the workaround in an old email from Joerg:
Add CHECK_OSABI=no to /etc/pkg_install.conf.
When comparing 7.0.1 to 7.0, is it reasonable for the match to fail?
e.g., my guess is that those package are built on 7.0.1 with pkgver=7.0,
so should be fine - is that true? If so, do we want a
NetBSD)
OS_VERSION=`echo "${OS_VERSION}" | \
sed -e's/\([0-9]*\.[0-9]*\).*/\1/'`
in pkgtools/osabi/INSTALL?
It turns out that the only affected packages are:
devel/p5-perl-headers
lang/STk
net/net-snmp
net/oidentd
pkgtools/x11-links
sysutils/libgtop
sysutils/lsof
sysutils/pftop
Cheers,
Patrick
Home |
Main Index |
Thread Index |
Old Index