php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15961 buildconf failure
Submitted: 2002-03-08 13:06 UTC Modified: 2002-03-09 19:22 UTC
From: cynic@php.net Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.1.2 OS: FreeBSD 4.4-STABLE
Private report: No CVE-ID: None
 [2002-03-08 13:06 UTC] cynic@php.net
cynic@cynic ~/install/php-4.1.2 > PATH=/opt/bin:$PATH ./buildconf
buildconf: checking installation...
buildconf: autoconf version 2.52 (ok)
buildconf: automake version 1.5 (ok)
buildconf: libtool version 1.4 (ok)
*** Error code 1

Stop in /home/cynic/install/php-4.1.2.
*** Error code 1

Stop in /home/cynic/install/php-4.1.2.
cynic@cynic ~/install/php-4.1.2 >


to be honest, I don't know WTF is going on, or where should I look.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-03-09 01:38 UTC] derick@php.net
Try downgrading to automake 1.4

Derick
 [2002-03-09 11:27 UTC] cynic@php.net
no difference:

cynic@cynic ~/install/php-4.1.2 > ./cvsclean                              265:0
cynic@cynic ~/install/php-4.1.2 > cvs up 2>/dev/null                      266:0
cynic@cynic ~/install/php-4.1.2 > PATH=/opt/bin:$PATH ./buildconf         267:0
buildconf: checking installation...
buildconf: autoconf version 2.52 (ok)
buildconf: automake version 1.4 (ok)
buildconf: libtool version 1.4 (ok)
*** Error code 1

Stop in /home/cynic/install/php-4.1.2.
*** Error code 1

Stop in /home/cynic/install/php-4.1.2.
cynic@cynic ~/install/php-4.1.2 >                                         268:1

I realize this is not the most useful PR, and I'll welcome any advice on hunting
this down.


 [2002-03-09 12:20 UTC] cynic@php.net
I should also note that ./buildconf *does* work in HEAD (barring the hiccup with an empty case statement in config.status:1472; see http://bugs.php.net/?id=15959), and I can even run make test, so this problem got fixed after the branch.

(`make test` result isn't quite satisfactory, will post to php-qa@)
 [2002-03-09 12:55 UTC] sniper@php.net
I have only one question: WHY do you run buildconf with
release sources? It's not necessary..

--Jani

 [2002-03-09 13:01 UTC] sander@php.net
That it's not necessary to do that doesn't mean that it shouldn't work!
 [2002-03-09 19:22 UTC] sniper@php.net
If the latest CVS snapshot works, then this is not an
issue anymore. Closed.

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat Jul 26 12:00:02 2025 UTC