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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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: Fri Dec 27 14:01:29 2024 UTC