php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4252 config.guess has a typo on line 334
Submitted: 2000-04-26 15:21 UTC Modified: 2000-06-09 02:48 UTC
From: vic at sheetz dot com Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0 Release Candidate 1 OS: dgux AViiON (any architecture)
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: vic at sheetz dot com
New email:
PHP Version: OS:

 

 [2000-04-26 15:21 UTC] vic at sheetz dot com
'configure' gives this error when building on dgux:

checking host system type... UX:test (./config.guess): ERROR: ] missing
configure: error: can not guess host type; you must specify one

There's a space missing between mc88110 and the ] at the end of line 334 of config.guess:

This:

        if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110]

needs to be replaced by:

        if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ]

Although this allows the configure script to run, I'm still getting syntax errors when I try to 'make'.
I'll post a message when I find the problem.

-Vic

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-06-09 02:48 UTC] zeev at cvs dot php dot net
Done
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 03:01:28 2024 UTC