php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14014 Need later config.guess/config.sub
Submitted: 2001-11-11 05:07 UTC Modified: 2001-11-18 18:55 UTC
From: ler at lerctr dot org Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.6 OS: OpenUNIX 8
Private report: No CVE-ID: None
 [2001-11-11 05:07 UTC] ler at lerctr dot org
PHP 4.0.6 doesn't recognize Caldera's OpenUNIX 8.  Replacing the 
supplied config.guess/config.sub with the ones from ftp://ftp.gnu.org/pub/gnu/config/ seems to fix it. 

The supplied one returns:
$ sh config.guess
config.guess: unable to guess system type

This script, last modified 2001-04-20, has failed to recognize
the operating system you are using. It is advised that you
download the most up to date version of the config scripts from

    ftp://ftp.gnu.org/pub/gnu/config/

If the version you run (config.guess) is already up to date, please
send the following data and any information you think might be
pertinent to <config-patches@gnu.org> in order to provide the needed
information to handle your system.

config.guess timestamp = 2001-04-20

uname -m = i386
uname -r = 5
uname -s = OpenUNIX
uname -v = 8.0.0

/usr/bin/uname -p = x86at
/bin/uname -X     = 
System = OpenUNIX
Node = lerami
Release = 5
KernelID = 01/06/09
Machine = Pentium III
BusType = ISA
Serial = 6ID015378
Users = 40
OEM# = 0
Origin# = 1
NumCPU = 1

hostinfo               = 
/bin/universe          = 
/usr/bin/arch -k       = 
/bin/arch              = 
/usr/bin/oslevel       = 
/usr/convex/getsysinfo = 

UNAME_MACHINE = i386
UNAME_RELEASE = 5
UNAME_SYSTEM  = OpenUNIX
UNAME_VERSION = 8.0.0
$ 
The one from the ftp site above returns:
$ sh config.guess
i686-unknown-sysv5OpenUNIX8.0.0
$ 

I did build PHP, and the only problem I had was libtool not handling dependencies.  I changed libtool to use pass_all for dependency type, and it worked, modulo the warning from cc about including -lc, but I couldn't find an easy way to deal with that.  the libphp4.so works however. 


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-11-11 05:24 UTC] ler at lerctr dot org
By the way, if someone from the PHP dev team needs access to a OpenUNIX 8 system, I can supply shell access to mine. 
 [2001-11-11 19:32 UTC] sniper@php.net
Please try the latest CVS snapshot from 
http://snaps.php.net/ as we use more recent libtool
in it. 

--Jani


 [2001-11-12 01:00 UTC] ler at lerctr dot org
the php4-200111112100 snap still doesn't recognize OpenUNIX8:
$ pwd
/home/ler/php-snap/php4-200111112100
$ sh config.guess
config.guess: unable to guess system type

This script, last modified 2001-04-20, has failed to recognize
the operating system you are using. It is advised that you
download the most up to date version of the config scripts from

    ftp://ftp.gnu.org/pub/gnu/config/

If the version you run (config.guess) is already up to date, please
send the following data and any information you think might be
pertinent to <config-patches@gnu.org> in order to provide the needed
information to handle your system.

config.guess timestamp = 2001-04-20

uname -m = i386
uname -r = 5
uname -s = OpenUNIX
uname -v = 8.0.0

/usr/bin/uname -p = x86at
/bin/uname -X     = 
System = OpenUNIX
Node = lerami
Release = 5
KernelID = 01/06/09
Machine = Pentium III
BusType = ISA
Serial = 6ID015378
Users = 40
OEM# = 0
Origin# = 1
NumCPU = 1

hostinfo               = 
/bin/universe          = 
/usr/bin/arch -k       = 
/bin/arch              = 
/usr/bin/oslevel       = 
/usr/convex/getsysinfo = 

UNAME_MACHINE = i386
UNAME_RELEASE = 5
UNAME_SYSTEM  = OpenUNIX
UNAME_VERSION = 8.0.0
$ 
Until the config.guess/config.sub are updated the libtool change is moot.  Please let me know when the config.guess/config.sub are updated, and I'll 
then see if the new libtool fixes my dependency issues.  
 [2001-11-18 18:55 UTC] sniper@php.net
Fixed in CVS.

--Jani

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed May 07 01:01:28 2025 UTC