Ganglia package uses out of date config.guess and config.sub

Bug #1273801 reported by jez wain
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
ganglia (Ubuntu)
New
Undecided
Unassigned

Bug Description

When building Ganglia package, downloaded from launchpad, on Little Endian PowerPC the .configure script failed immediately unable to recognise the platform.

The config.guess and config.sub bundled with the package have a date stamp of 2009-12-30, the latest config.guess has a date stamp of timestamp='2014-01-25'

I downloaded the latest config.guess and config.sub files:

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

and copied them in to the ./build and ./libmetrics/build directories and the configure script correctly identified the platform type.

Please update the ganglia source bundle to include the latest config scripts.

The relevant parts of the output from the original and updated ./configure runs are included below.

Many thanks.

  Jez Wain

-----

ORIGINAL
---------------
checking whether make sets $(MAKE)... yes
checking build system type... build/config.guess: unable to guess system type

This script, last modified 2009-12-30, 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 (build/config.guess) is already up to date, please
send the following data and any information you think might be
pertinent to <email address hidden> in order to provide the needed
information to handle your system.

config.guess timestamp = 2009-12-30

uname -m = ppc64le
uname -r = 3.13.0-0-generic
uname -s = Linux
uname -v = #10+ppc64el-Ubuntu SMP Tue Dec 24 10:56:51 UTC 2013

/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.13.0-0-generic
UNAME_SYSTEM = Linux
UNAME_VERSION = #10+ppc64el-Ubuntu SMP Tue Dec 24 10:56:51 UTC 2013
configure: error: cannot guess build type; you must specify one

         -----

MODIFIED (replaced config.sub and config.guess in ./build)
-----------------------------------------------------------------------------------------

checking whether make sets $(MAKE)... yes
checking build system type... powerpc64le-unknown-linux-gnu
checking host system type... powerpc64le-unknown-linux-gnu
checking for gcc... gcc

jez wain (jezwain)
description: updated
jez wain (jezwain)
description: updated
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.