pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/58799: earm binary packages are actually compiled for earmv4, resulting in a fatal warning when adding packages
The following reply was made to PR pkg/58799; it has been noted by GNATS.
From: Ludit Gaj <gludit%proton.me@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/58799: earm binary packages are actually compiled for earmv4, resulting in a fatal warning when adding packages
Date: Fri, 15 Nov 2024 00:56:43 +0000
> So, the real problem is somewhere else. Can we see the
> mega-mega-verbose output?
So I did some source reading and it seems that CHECK_OS_VERSION is used to =
ignore the version number of the release only, but doesn't apply to archite=
cture.
This means that there is no way to work around it via pkg_install.conf (my =
use case here is running BUILD_DEPENDS=3Dbin-install make depends and happi=
ly re-using prebuild earmv4 binary packages on earmv5 machine for some of t=
he dependencies).=20
Can we consider introducing new CHECK_ARCH configuration variable or extend=
ing the meaning of CHECK_OS_VERSION?
Home |
Main Index |
Thread Index |
Old Index