← Back to team overview

linux-traipu team mailing list archive

[Bug 939935] [NEW] libdrizzle does not build in CentOS 5

 

Public bug reported:

I'm trying to build libdrizzle-versioning on Centos5. It looks like
libdrizzle requires a newer autoconf. I hope CentOS 5 is a supported
version. Henrik suggested I file this bug.

$ ./bootstrap.sh
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4 --force
configure.ac:24: error: Autoconf version 2.61 or higher is required
configure.ac:24: the top level
autom4te: /usr/bin/m4 failed with exit status: 63
aclocal: autom4te failed with exit status: 63
autoreconf: aclocal failed with exit status: 63
./bootstrap.sh: line 33: ./configure: No such file or directory
make: *** No targets specified and no makefile found.  Stop.

Changing the autoconf version check results in:

checking for working -pipe... yes
./configure: line 10419: syntax error near unexpected token `2.2'
./configure: line 10419: `LT_PREREQ(2.2)'
make: *** No targets specified and no makefile found.  Stop.

** Affects: drizzle
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Drizzle.
https://bugs.launchpad.net/bugs/939935

Title:
  libdrizzle does not build in CentOS 5

Status in A Lightweight SQL Database for Cloud Infrastructure and Web Applications:
  New

Bug description:
  I'm trying to build libdrizzle-versioning on Centos5. It looks like
  libdrizzle requires a newer autoconf. I hope CentOS 5 is a supported
  version. Henrik suggested I file this bug.

  $ ./bootstrap.sh
  autoreconf: Entering directory `.'
  autoreconf: configure.ac: not using Gettext
  autoreconf: running: aclocal --force -I m4 --force
  configure.ac:24: error: Autoconf version 2.61 or higher is required
  configure.ac:24: the top level
  autom4te: /usr/bin/m4 failed with exit status: 63
  aclocal: autom4te failed with exit status: 63
  autoreconf: aclocal failed with exit status: 63
  ./bootstrap.sh: line 33: ./configure: No such file or directory
  make: *** No targets specified and no makefile found.  Stop.

  Changing the autoconf version check results in:

  checking for working -pipe... yes
  ./configure: line 10419: syntax error near unexpected token `2.2'
  ./configure: line 10419: `LT_PREREQ(2.2)'
  make: *** No targets specified and no makefile found.  Stop.

To manage notifications about this bug go to:
https://bugs.launchpad.net/drizzle/+bug/939935/+subscriptions


Follow ups

References