ID: 14014
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Closed
Bug Type: Compile Failure
Operating System: OpenUNIX 8
PHP Version: 4.0.6
New Comment:
Fixed in CVS.
--Jani
Previous Comments:
------------------------------------------------------------------------
[2001-11-12 01:00:39] [EMAIL PROTECTED]
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 <[EMAIL PROTECTED]> 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-11 19:32:39] [EMAIL PROTECTED]
Please try the latest CVS snapshot from
http://snaps.php.net/ as we use more recent libtool
in it.
--Jani
------------------------------------------------------------------------
[2001-11-11 05:24:08] [EMAIL PROTECTED]
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 05:07:52] [EMAIL PROTECTED]
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 <[EMAIL PROTECTED]> 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.
------------------------------------------------------------------------
Edit this bug report at http://bugs.php.net/?id=14014&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]