php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #43905 Unknown machine type
Submitted: 2008-01-22 08:01 UTC Modified: 2008-01-26 00:57 UTC
From: s dot seitz at netz-haut dot net Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 5.2.5 OS: gnu_oensolaris nexenta x86
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: s dot seitz at netz-haut dot net
New email:
PHP Version: OS:

 

 [2008-01-22 08:01 UTC] s dot seitz at netz-haut dot net
Description:
------------
On gnu_solaris machines (i386-pc-solaris2.11-gnu ) the buildsystem is unable to recognize the machine type. config.sub complains with machine not recognized.
if someone want's to fix this issue, this type can generally be seen as gnu/linux except the kernel is sunos 5.11.


Reproduce code:
---------------
./configure

...
checking for a sed that does not truncate output... /usr/bin/sed
checking build system type... Invalid configuration `i386-pc-solaris2.11-gnu': machine `i386-pc-solaris2.11' not recognized
configure: error: /bin/sh ../config.sub i386-pc-solaris2.11-gnu failed



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-01-26 00:57 UTC] jani@php.net
Due to a bug in the installed sed on your system the build
fails. Install GNU sed and it should be okay.
 
Thank you for your interest in PHP.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Jul 29 23:00:03 2025 UTC