You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Roman Shaposhnik (JIRA)" <ji...@apache.org> on 2016/05/28 01:33:12 UTC

[jira] [Created] (DAEMON-349) config.guess is too old to recognize ppc64le

Roman Shaposhnik created DAEMON-349:
---------------------------------------

             Summary: config.guess is too old to recognize ppc64le
                 Key: DAEMON-349
                 URL: https://issues.apache.org/jira/browse/DAEMON-349
             Project: Commons Daemon
          Issue Type: Bug
          Components: Jsvc
    Affects Versions: 1.0.15
            Reporter: Roman Shaposhnik


Here's how to repro:
{noformat}
$ sh support/buildconf.sh
support/buildconf.sh: configure script generated successfully
$ ./configure
*** Current host ***
checking build system type... ./support/config.guess: unable to guess system type

This script, last modified 2001-04-20, 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

    ftp://ftp.gnu.org/pub/gnu/config/

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

config.guess timestamp = 2001-04-20

uname -m = ppc64le
uname -r = 3.19.0-47-generic
uname -s = Linux
uname -v = #53-Ubuntu SMP Mon Jan 18 14:01:36 UTC 2016

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

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

UNAME_MACHINE = ppc64le
UNAME_RELEASE = 3.19.0-47-generic
UNAME_SYSTEM  = Linux
UNAME_VERSION = #53-Ubuntu SMP Mon Jan 18 14:01:36 UTC 2016
configure: error: cannot guess build type; you must specify one
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)