|
From: | Jacob Bachmeyer |
Subject: | Re: cdparanoia10.2 not compiling on aarch64 |
Date: | Mon, 06 Sep 2021 22:29:16 -0500 |
User-agent: | Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.22) Gecko/20090807 MultiZilla/1.8.3.4e SeaMonkey/1.1.17 Mnenhy/0.7.6.0 |
m.conder@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
[Prev in Thread] | Current Thread | [Next in Thread] |