Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config.guess timestamp = 2015-03-04 ... time for a newer version? #193

Open
sanderjo opened this issue Aug 15, 2024 · 0 comments
Open

config.guess timestamp = 2015-03-04 ... time for a newer version? #193

sanderjo opened this issue Aug 15, 2024 · 0 comments

Comments

@sanderjo
Copy link

redirected by animetosho#32 to here

The config.guess included with par2cmdline is quite old (timestamp = 2015-03-04), which on my riscv64 leads to the error below.

Is it possible to include a more recent config.guess (and config.sub)?

Now I have to manually download fresher versions from the given savannah urls.

I will try if using the files from the OS works too:

find / | grep config.guess
/usr/share/autoconf/build-aux/config.guess
/usr/share/automake-1.17/config.guess

/tmp/par2cmdline # ./configure
checking build system type... ./config.guess: unable to guess system type

This script, last modified 2015-03-04, has failed to recognize
the operating system you are using. It is advised that you
download the most up to date version of the config scripts from

  http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
and
  http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD

If the version you run (./config.guess) is already up to date, please
send the following data and any information you think might be
pertinent to <[email protected]> in order to provide the needed
information to handle your system.

config.guess timestamp = 2015-03-04

uname -m = riscv64
uname -r = 6.1.15
uname -s = Linux
uname -v = #1.0.12 SMP PREEMPT Fri Aug  2 08:53:21 UTC 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant