m.con...@gmx.ch wrote:
so what are we to do:
config.guess timestamp = 2006-07-02
uname -m = aarch64
[...]
Try:
$ wget https://git.savannah.gnu.org/cgit/config.git/plain/config.guess
-O configure.guess
$ wget https://git.savannah.gnu.org/cgit/config.git/plain/config.sub -O
configure.sub
(Check if those files already exist; some versions of cdparanoia renamed
config.{guess,sub} to configure.{guess,sub}. If you do not have the
configure.{guess,sub} files, omit the "-O" options.)
The failing config.guess apparently packaged with cdparanoia is very old
(from 2006!) and may even predate the existence of 64-bit ARM. Newer
versions of these scripts may be all that is needed to adapt the package
for AArch64.
-- Jacob