php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #60553 intl compilation error with solarisstudio 12.3
Submitted: 2011-12-18 14:31 UTC Modified: 2013-02-18 00:35 UTC
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: maduma at pt dot lu Assigned:
Status: No Feedback Package: intl (PECL)
PHP Version: 5.3.8 OS: solaris 10
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: maduma at pt dot lu
New email:
PHP Version: OS:

 

 [2011-12-18 14:31 UTC] maduma at pt dot lu
Description:
------------
# intl version
intl-1.1.2

bash-3.00# make
/bin/bash /app/build/data/intl-1.1.2/libtool --mode=compile cc -I/opt/csw/include  -I. -I/app/build/data/intl-1.1.2 -DPHP_ATOM_INC -I/app/build/data/intl-1.1.2/include -I/app/build/data/intl-1.1.2/main -I/app/build/data/intl-1.1.2 -I/opt/csw/php5/include/php -I/opt/csw/php5/include/php/main -I/opt/csw/php5/include/php/TSRM -I/opt/csw/php5/include/php/Zend -I/opt/csw/php5/include/php/ext -I/opt/csw/php5/include/php/ext/date/lib -I/opt/csw/include  -DHAVE_CONFIG_H  -xstrconst -xO3 -misalign  -prefer-pic -c /app/build/data/intl-1.1.2/collator/collator_class.c -o collator/collator_class.lo
 cc -I/opt/csw/include -I. -I/app/build/data/intl-1.1.2 -DPHP_ATOM_INC -I/app/build/data/intl-1.1.2/include -I/app/build/data/intl-1.1.2/main -I/app/build/data/intl-1.1.2 -I/opt/csw/php5/include/php -I/opt/csw/php5/include/php/main -I/opt/csw/php5/include/php/TSRM -I/opt/csw/php5/include/php/Zend -I/opt/csw/php5/include/php/ext -I/opt/csw/php5/include/php/ext/date/lib -I/opt/csw/include -DHAVE_CONFIG_H -xstrconst -xO3 -misalign -c /app/build/data/intl-1.1.2/collator/collator_class.c  -KPIC -DPIC -o collator/.libs/collator_class.o
"/app/build/data/intl-1.1.2/collator/collator_class.c", line 92: only one storage class allowed
"/app/build/data/intl-1.1.2/collator/collator_class.c", line 96: only one storage class allowed
"/app/build/data/intl-1.1.2/collator/collator_class.c", line 101: only one storage class allowed
"/app/build/data/intl-1.1.2/collator/collator_class.c", line 107: only one storage class allowed
cc: acomp failed for /app/build/data/intl-1.1.2/collator/collator_class.c
*** Error code 1
make: Fatal error: Command failed for target `collator/collator_class.lo'
 
# configure optione
 ./configure --prefix=/opt/csw/php5 --sysconfdir=/etc/opt/csw/php5 --with-php-config=/opt/csw/bin/php-config --with-pic

Any idea ?


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-07-25 08:33 UTC] cataphract@php.net
-Status: Open +Status: Feedback
 [2012-07-25 08:33 UTC] cataphract@php.net
Please try with PECL/intl 2.0.1 or 3.0.0a2.
 [2013-02-18 00:35 UTC] pecl-dev at lists dot php dot 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.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 05:01:27 2024 UTC