php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #21454 Output line too long. ; gcc: TSR: No such file or directory
Submitted: 2003-01-06 02:30 UTC Modified: 2003-01-06 04:39 UTC
From: thomst at gmx dot net Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.3.0 OS: solaris
Private report: No CVE-ID: None
 [2003-01-06 02:30 UTC] thomst at gmx dot net
solaris 8   5.8 Generic_108528-13
Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.1/specs
Configured with: ../configure --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld --disable-nls
Thread model: posix
gcc version 3.1


  
configure --with-mysql --with-apxs2=/usr/local/apache2/bin/apxs --enable-versioning 
make 

make fails with:
[..]

ck.lo Zend/zend_variables.lo Zend/zend.lo Zend/zend_API.lo Zend/zend_extensions.lo Zend/zend_hash.lo Zend/zend_list.lo Zend/zend_indent.lo Zend/zend_builtin_functions.lo Zend/zend_sprintf.lo Zend/zend_ini.lo Zend/zend_qsort.lo Zend/zend_multibyte.lo Zend/zend_execute.lo sapi/cli/php_cli.lo sapi/cli/getopt.lo main/internal_functions_cli.lo -lcrypt -lresolv -lm -ldl -lnsl -lsocket -lgcc -lcrypt  -o sapi/cli/php
Output line too long.
Output line too long.
Output line too long.
gcc: TSR: No such file or directory
make: *** [sapi/cli/php] Error 1

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-01-06 04:39 UTC] edink@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-01-07 08:39 UTC] helmut at phpwebservices dot com
Hello!  In bug #16098 Sniper says there is a check in configure now...  It does not seem to be there as configure gives no warning about the broken sed in Solaris...and my make just failed due to this.  Please revisit the configure check for the broken sed...  Thx.

Helmut
helmut@phpwebservices.com
 [2003-01-07 08:56 UTC] helmut at phpwebservices dot com
Sorry for the additional comment...  Can we get this issue put into the Solaris documentation as well, would save folks a lot of time and heartburn.  Thx!

Helmut
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 06:01:29 2024 UTC