php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #17814 config.status: 1541: Syntax error: "done" unexpected (expecting")")
Submitted: 2002-06-18 10:13 UTC Modified: 2002-06-18 17:44 UTC
From: msopacua at idg dot nl Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.0CVS-2002-06-18 OS: FreeBSD 4.5-RELEASE
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: msopacua at idg dot nl
New email:
PHP Version: OS:

 

 [2002-06-18 10:13 UTC] msopacua at idg dot nl
Current cvs buildconf script, creates an error in config.status. The snapshot provided configure is correct.

Autotools installed via packages in /usr/local:
autoconf 2.52
automake 1.4

Libtool installed via source download in /usr/local:
libtool 1.4.2

The line number shifts, depending on the given options, but it breaks after creating main/php_config.h

It's the 'done' right above:
#
# CONFIG_COMMANDS section.
#


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-06-18 11:02 UTC] sander@php.net
buildconf creates an error in config.status? IIRC only configure creates config.status.
Anyway, autoconf 2.5x is known to be very unstable, you'd better use 2.13. buildconf & configure run fine here (with autoconf 2.13).
Not a bug in PHP => bogus.
 [2002-06-18 17:31 UTC] sniper@php.net
actually, autoconf 2.53 works just fine..so update to that
one. (I don't get any errors with config.status)
You might also want to update automake. I have 1.5 which
seems to work nicely.

 [2002-06-18 17:44 UTC] msopacua at idg dot nl
I downgraded to 2.13 and indeed that fixes it.

Maybe the 2.52/1.4 duet should not be marked as "OK" in buildconf? Or OS-specific notes in the manual.

This is (was :-) a cd-rom install. Libtool already needs to be upgraded, since the ports provided is 1.3.4.

Anyhow - more a quality vs. error thing I suppose...
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 17 09:01:32 2024 UTC