[virt-tools-list] virt-what: config.guess needs updating to support ppc64le
Gyurgyik, Matthew S.
gyurgyikms at ornl.gov
Sun Jan 17 15:32:56 UTC 2016
virt-what is using an old version of config.guess, which means it can not properly detect ppc64le.
Using the config.guess from http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD, platform is successfully guessed.
See below output for an example. Note, config.guess.bak is the version that ships with virt-what-1.15.
Thanks,
Matthew Gyurgyik
-----
[root at buildbot1 virt-what-1.15]# sh config.guess
powerpc64le-unknown-linux-gnu
[root at buildbot1 virt-what-1.15]# sh config.guess.bak
config.guess.bak: unable to guess system type
This script, last modified 2012-06-10, 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.bak) is already up to date, please
send the following data and any information you think might be
pertinent to <config-patches at gnu.org> in order to provide the needed
information to handle your system.
config.guess timestamp = 2012-06-10
uname -m = ppc64le
uname -r = 3.10.0-327.4.4.el7.ppc64le
uname -s = Linux
uname -v = #1 SMP Thu Dec 17 15:50:22 EST 2015
/usr/bin/uname -p = ppc64le
/bin/uname -X =
hostinfo =
/bin/universe =
/usr/bin/arch -k =
/bin/arch = ppc64le
/usr/bin/oslevel =
/usr/convex/getsysinfo =
UNAME_MACHINE = ppc64le
UNAME_RELEASE = 3.10.0-327.4.4.el7.ppc64le
UNAME_SYSTEM = Linux
UNAME_VERSION = #1 SMP Thu Dec 17 15:50:22 EST 2015
More information about the virt-tools-list
mailing list