php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15863 ./buildconf and ./configure fail
Submitted: 2002-03-04 15:46 UTC Modified: 2002-03-20 12:18 UTC
Votes:2
Avg. Score:4.5 ± 0.5
Reproduced:2 of 2 (100.0%)
Same Version:1 (50.0%)
Same OS:1 (50.0%)
From: wloske at yahoo dot de Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.1.2 OS: Linux 2.4.10
Private report: No CVE-ID: None
 [2002-03-04 15:46 UTC] wloske at yahoo dot de
I am trying to compile 4.1.2 but it fails when
trying to add the binary distribution of sablotron
without having to recompile (JS package problem)

I tried to build the configfile but ./buildconf
reports a multiple call to AC_PROG_LEX and the
following ./configure fails also.

automake 1.5 and 1.4
autoconf 2.54
libtool 1.4.1


Greetings

Wolfgang


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-03-19 21:40 UTC] zend at limproviste dot com
Confirmed.

1/ Untar the package
2/ cd php-4.1.2/
3/ rm configure
4/ ./buildconf

fails:
buildconf: checking installation...
buildconf: autoconf version 2.53 (ok)
buildconf: automake version 1.4 (ok)
buildconf: libtool version 1.4.2 (ok)
WARNING: automake and libtool are installed in different
         directories.  This may cause aclocal to fail.
         continuing anyway
rebuilding configure
configure.in:124: warning: AC_PROG_LEX invoked multiple times
rebuilding main/php_config.h.in
WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
WARNING: and `config.h.top', to define templates for `config.h.in'
WARNING: is deprecated and discouraged.

WARNING: Using the third argument of `AC_DEFINE' and
WARNING: `AC_DEFINE_UNQUOTED' allows to define a template without
WARNING: `acconfig.h':

WARNING:   AC_DEFINE([NEED_MAIN], 1,
WARNING:             [Define if a function `main' is needed.])

WARNING: More sophisticated templates can also be produced, see the
WARNING: documentation.
autoheader: `main/php_config.h.in' is created

Regards
Christian
 [2002-03-19 22:29 UTC] zend at limproviste dot com
Problem disappeared when I downgraded to autoconf version 2.13

See bug #11088.

Christian
 [2002-03-20 02:35 UTC] derick@php.net
Does 2.52 work for you?

Derick
 [2002-03-20 10:28 UTC] sniper@php.net
You have installed autoconf in wrong place. 
Please ask such support questions on the autoconf lists.
This is definately NOT our problem.

 [2002-03-20 12:19 UTC] wloske at yahoo dot de
I am sorry but this is a freshly installed SUSE 7.2 box and the update of automake has been installed via rpm. And a
previous compile of an earlier Version of PHP (AFAIK 4.1.1)
worked perfectly.

Adding XSLT to the compile tree started the problem.

So I am not quiet sure if this is an autoconf problem. You might have "bogused" this to early ;-))) Also because downgrading from 2.54, which is preinstalled on the system, to 2.13 which has a relase date from somewhere back in 1999

Wolfgang
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 20:01:29 2024 UTC