php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #71006 Zend: symbol referencing errors
Submitted: 2015-12-01 09:55 UTC Modified: 2015-12-01 11:13 UTC
From: cyrus at safe-mail dot net Assigned:
Status: Closed Package: Compile Failure
PHP Version: 7.0.0RC8 OS: Solaris 11 sparc
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: cyrus at safe-mail dot net
New email:
PHP Version: OS:

 

 [2015-12-01 09:55 UTC] cyrus at safe-mail dot net
Description:
------------
Undefined			first referenced
 symbol  			    in file
__clzdi2                            Zend/.libs/zend_alloc.o  (symbol belongs to implicit dependency /usr/gcc/4.5/lib/gcc/sparc-sun-solaris2.11/4.5.2/../../../sparcv9/libgcc_s.so.1)
__ctzdi2                            Zend/.libs/zend_alloc.o  (symbol belongs to implicit dependency /usr/gcc/4.5/lib/gcc/sparc-sun-solaris2.11/4.5.2/../../../sparcv9/libgcc_s.so.1)
ld: fatal: symbol referencing errors
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `sapi/cli/php'
Build step 'Execute shell' marked build as failure


Patches

bug71006.diff (last revision 2015-12-01 11:10 UTC by dmitry at zend dot com)

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-12-01 11:12 UTC] dmitry@php.net
could you please verify the patch.
The fill rebuild is required.

./vcsclean ; ./buildconf ; ./configure ... ; make
 [2015-12-01 11:13 UTC] dmitry@php.net
Could you please verify the patch.
Full rebuild is required.

./vcsclean ; ./buildconf ; ./configure ... ; make
 [2015-12-01 12:37 UTC] cyrus at safe-mail dot net
patch works as expected

Is it possible to get this patch in next or final release?

THX a lot!
 [2015-12-01 14:55 UTC] cyrus at safe-mail dot net
Maybe something went wrong with this patch:
https://bugs.php.net/bug.php?id=71007
 [2015-12-03 10:41 UTC] dmitry@php.net
Automatic comment on behalf of dmitry@zend.com
Revision: http://git.php.net/?p=php-src.git;a=commit;h=59424bb7bd2a5206dddb8575d8f081610be7bf50
Log: Fixed bug #71006 (symbol referencing errors on Sparc/Solaris)
 [2015-12-03 10:41 UTC] dmitry@php.net
-Status: Open +Status: Closed
 [2016-07-20 11:35 UTC] davey@php.net
Automatic comment on behalf of dmitry@zend.com
Revision: http://git.php.net/?p=php-src.git;a=commit;h=59424bb7bd2a5206dddb8575d8f081610be7bf50
Log: Fixed bug #71006 (symbol referencing errors on Sparc/Solaris)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Nov 21 13:01:29 2024 UTC