php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #23255 compiler stalls
Submitted: 2003-04-17 04:18 UTC Modified: 2003-04-30 05:52 UTC
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:2 of 2 (100.0%)
Same Version:0 (0.0%)
Same OS:2 (100.0%)
From: martinkuria at hotmail dot com Assigned:
Status: No Feedback Package: *General Issues
PHP Version: 4.3.1 OS: Solaris 2.7
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: martinkuria at hotmail dot com
New email:
PHP Version: OS:

 

 [2003-04-17 04:18 UTC] martinkuria at hotmail dot com
Hi, i've run into some wierd compiling problems on solaris 2.7 where the compiler stalls (i've let it wait for 26 hours just to be sure).

my configure looks like this:

./configure --with-mysql=/local/mysql --with-apxs=/local/apache/bin/apxs --with-pgsql 
--with-jpeg-dir=/usr/local/jpeg-6b --with-png-dir=/usr/local/libpng --with-gd=/usr/local/gd --with-zlib 

when I run it outputs:

loading cache ./config.cache
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for working sed... sed
checking host system type... sparc-sun-solaris2.7

then it stalls does not do anything more please do advice what could be wrong how come it's not going beyond this help

Regards
Martin W. Kuria

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-04-23 00:15 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.

(it might be your sed that is broken, try GNU sed)

 [2003-04-24 07:14 UTC] martinkuria at hotmail dot com
I have tried using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz

But no change compiler stalls

my configure looks like this:

./configure --with-mysql=/local/mysql
--with-apxs=/local/apache/bin/apxs --with-pgsql 
--with-jpeg-dir=/usr/local/jpeg-6b --with-png-dir=/usr/local/libpng
--with-gd=/usr/local/gd --with-zlib 

when I run it outputs:

checking build system type... sparc-sun-solaris2.7
checking host system type... sparc-sun-solaris2.7

then it still stalls does not do anything more, please do advice what could be wrong how come it's not going beyond this help

Regards
Martin W. Kuria
 [2003-04-25 17:07 UTC] sniper@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.

.

 [2003-04-30 05:52 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 [2003-07-08 15:21 UTC] ernieoporto at yahoo dot com
Updating to sed-4.0.7 did not help me with either php-4.3.1 or php-4.3.2 on Solaris 2.7.  I still experience the hang.  As a clue, the system shows high activity on the "tr" command.

/src/php-4.3.2# ./configure --with-mysql=/tools/mysql --with-apxs=/web/bin/apxs
creating cache ./config.cache
checking host system type... sparc-sun-solaris2.7
Updated main/php_version.h
<hangs for hours>

/src/php-4.3.2# tail config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:1601: checking host system type

/src/php-4.3.2# top
load averages:  1.40,  1.58,  1.68                                     16:19:55
117 processes: 107 sleeping, 4 running, 3 zombie, 2 stopped, 1 on cpu
CPU states:     % idle,     % user,     % kernel,     % iowait,     % swap
Memory: 1024M real, 363M free, 750M swap in use, 4064M swap free

  PID USERNAME THR PRI NICE  SIZE   RES STATE   TIME    CPU COMMAND
17156 root       1  20    0  928K  592K run     3:39 46.40% tr
 1945 user 1  28    0   66M   17M sleep 187.0H  3.33% Xvnc
 1053 user 1  58    0 7608K 4520K sleep 414:56  1.00% vovsh
 2008 root       1  28    0 7672K 5544K run   744:28  0.53% spong-server
17977 root       1   8    0 1640K 1320K cpu2    0:00  0.29% top
 2019 root       1  58    0 8448K 6968K sleep 279:05  0.13% spong-network
17972 root       1  28    0 7672K 3168K run     0:00  0.09% spong-server
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 08:01:27 2024 UTC