php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14034 Error compile on Solaris 2.7 on SUN E4500
Submitted: 2001-11-12 10:52 UTC Modified: 2001-11-15 02:30 UTC
From: tps at glo dot or dot th Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.6 OS: Solaris 2.7 on SUN E4500
Private report: No CVE-ID: None
 [2001-11-12 10:52 UTC] tps at glo dot or dot th
# make
Making all in Zend
make[1]: Entering directory `/tmp/php-4.0.6/Zend'
/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main
   -D_POSIX_PTHREAD_SEMANTICS -DSUPPORT_UTF8 -DXML_BYTE_ORDER=21  -g -O2 -c zend
_language_scanner.c
/usr/ccs/bin/as: "/var/tmp/cclaKd3o.s", line 29487: error: unknown opcode ".subs
ection"
/usr/ccs/bin/as: "/var/tmp/cclaKd3o.s", line 29487: error: statement syntax
/usr/ccs/bin/as: "/var/tmp/cclaKd3o.s", line 29645: error: unknown opcode ".prev
ious"
/usr/ccs/bin/as: "/var/tmp/cclaKd3o.s", line 29645: error: statement syntax
make[1]: *** [zend_language_scanner.lo] Error 1
make[1]: Leaving directory `/tmp/php-4.0.6/Zend'
make: *** [all-recursive] Error 1   

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-11-12 11:06 UTC] derick@php.net
Can you possible try the gnu utils for this to see? (www.sunfreeware.com) check for the binutils package.

I'll try to reproduce it later today (solaris 8 on intel).

Derick
 [2001-11-13 13:00 UTC] derick@php.net
Did you try to use the GNU Utils already?

Derick
 [2001-11-13 20:39 UTC] tps at glo dot or dot th
Dear Sir
        Thank you very much.  And now I have already installed by your
advise.
-----Original Message-----
From: Bug Database <php-dev@lists.php.net>
To: tps@glo.or.th <tps@glo.or.th>
Date: 12 ??Ȩԡ?¹ 2544 23:04
Subject: Bug #14034 Updated: Error compile on Solaris 2.7 on SUN E4500


>
>
>ATTENTION! Do NOT reply to this email!
>To reply, use the web interface found at
http://bugs.php.net/?id=14034&edit=2
>
>
>ID: 14034
>Updated by: derick
>Reported By: tps@glo.or.th
>Old Status: Open
>Status: Feedback
>Bug Type: Compile Failure
>Operating System: Solaris 2.7 on SUN E4500
>PHP Version: 4.0.6
>New Comment:
>
>Can you possible try the gnu utils for this to see? (www.sunfreeware.com)
check for the binutils package.
>
>I'll try to reproduce it later today (solaris 8 on intel).
>
>Derick
>
>Previous Comments:
>------------------------------------------------------------------------
>
>[2001-11-12 10:52:55] tps@glo.or.th
>
># make
>Making all in Zend
>make[1]: Entering directory `/tmp/php-4.0.6/Zend'
>/bin/sh ../libtool --silent --mode=compile
gcc -DHAVE_CONFIG_H -I. -I. -I../main
>   -D_POSIX_PTHREAD_SEMANTICS -DSUPPORT_UTF8 -DXML_BYTE_ORDER=21  -g -O2 -c
zend
>_language_scanner.c
>/usr/ccs/bin/as: "/var/tmp/cclaKd3o.s", line 29487: error: unknown opcode
".subs
>ection"
>/usr/ccs/bin/as: "/var/tmp/cclaKd3o.s", line 29487: error: statement syntax
>/usr/ccs/bin/as: "/var/tmp/cclaKd3o.s", line 29645: error: unknown opcode
".prev
>ious"
>/usr/ccs/bin/as: "/var/tmp/cclaKd3o.s", line 29645: error: statement syntax
>make[1]: *** [zend_language_scanner.lo] Error 1
>make[1]: Leaving directory `/tmp/php-4.0.6/Zend'
>make: *** [all-recursive] Error 1
>
>------------------------------------------------------------------------
>

 [2001-11-13 20:44 UTC] tps at glo dot or dot th
Thank you very much. I have already used binutils and I have already installed.  Thank you for your kindness.

Aimkuang
 [2001-11-14 01:22 UTC] derick@php.net
User reported:

Dear Sir
        Thank you very much.  And now I have already installed by your
advise.
 [2001-11-14 01:23 UTC] derick@php.net
So it works now?

Derick
 [2001-11-14 20:15 UTC] tps at glo dot or dot th
Thank you very much, It works now. 
 [2001-11-15 02:30 UTC] derick@php.net
Fixed, so closing.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Sep 17 06:01:28 2024 UTC