On 2/25/25 12:24, Jose Jurado wrote:
[...]
config.guess timestamp = 2009-06-10
uname -m = aarch64
[...]
We get one of these every so often; someone is still shipping a
config.guess that is likely older than your CPU architecture.
[...]
# PROBLEM NO. 2 -
I couldn't download your first suggested file and throught that I would get a
similar problem for your second suggested file:
$ cd /tmp
$
wgethttp://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
Connecting to git.savannah.gnu.org (209.51.188.168:80)
saving to '?p=config.git'
?p=config.git 100%
|************************************************************************************************|
19975 0:00:00 ETA
'?p=config.git' saved
So I get a ?p=config.git file, which I don't know how to run.
That '?p=config.git' file is very probably actually config.guess. Try
renaming it to 'config.guess' and adding "-O config.sub" when you
download the second file to force the correct filename.
Also run "find -name config.guess" and "find -name config.sub" to find
any other copies of those scripts; please ensure that all of them are
updated with the latest version.
Does this help?
-- Jacob