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" and "config.sub" files are too outdated #130

Open
XiePengHan opened this issue Oct 30, 2023 · 2 comments
Open

"config.guess" and "config.sub" files are too outdated #130

XiePengHan opened this issue Oct 30, 2023 · 2 comments

Comments

@XiePengHan
Copy link

The config.guess and config.sub files are outdated. Please update these files. Thank you.

@Xeonacid
Copy link

#125 fix this.

@XiePengHan
Copy link
Author

This script, last modified 2015-01-01, 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 <config-patches@gnu.org> in order to provide the needed
information to handle your system.

config.guess timestamp = 2015-01-01

uname -m = riscv64
uname -r = 6.5.8-arch1-1
uname -s = Linux
uname -v = #1 SMP PREEMPT_DYNAMIC Thu, 19 Oct 2023 22:52:14 +0000

/usr/bin/uname -p = unknown
/bin/uname -X     = 

hostinfo               = 
/bin/universe          = 
/usr/bin/arch -k       = 
/bin/arch              = 
/usr/bin/oslevel       = 
/usr/convex/getsysinfo = 

UNAME_MACHINE = riscv64
UNAME_RELEASE = 6.5.8-arch1-1
UNAME_SYSTEM  = Linux
UNAME_VERSION = #1 SMP PREEMPT_DYNAMIC Thu, 19 Oct 2023 22:52:14 +0000
configure: error: cannot guess build type; you must specify one

The error message indicates that the config.guess script has a timestamp of January 1, 2015, which suggests that it is quite outdated. Since my system is based on a RISC-V architecture running a Linux distribution, it might be considered a new or specialized system that the old config.guess script cannot recognize

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

2 participants