php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #63779 duplicate symbol
Submitted: 2012-12-15 17:36 UTC Modified: 2012-12-17 05:21 UTC
From: hdboeve at boevewebdevelopment dot nl Assigned: colder (profile)
Status: Closed Package: Weakref (PECL)
PHP Version: 5.4.9 OS: OS X 10.8 (Mountain lion)
Private report: No CVE-ID: None
 [2012-12-15 17:36 UTC] hdboeve at boevewebdevelopment dot nl
Description:
------------
duplicate symbol _wr_ce_WeakRef in:
    .libs/php_weakref.o
    .libs/wr_weakref.o
duplicate symbol _wr_handler_WeakRef in:
    .libs/php_weakref.o
    .libs/wr_weakref.o
duplicate symbol _weakref_globals in:
    .libs/php_weakref.o
    .libs/wr_weakref.o
duplicate symbol _wr_ce_WeakMap in:
    .libs/php_weakref.o
    .libs/wr_weakmap.o
duplicate symbol _wr_handler_WeakMap in:
    .libs/php_weakref.o
    .libs/wr_weakmap.o
duplicate symbol _wr_handler_WeakRef in:
    .libs/php_weakref.o
    .libs/wr_weakmap.o
duplicate symbol _wr_ce_WeakRef in:
    .libs/php_weakref.o
    .libs/wr_weakmap.o
duplicate symbol _weakref_globals in:
    .libs/php_weakref.o
    .libs/wr_weakmap.o
ld: 8 duplicate symbols for architecture x86_64


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-12-15 21:32 UTC] felipe@php.net
Have you tried a clean build?
 [2012-12-15 21:39 UTC] hdboeve at boevewebdevelopment dot nl
Yes, i made an clean build several times, but no matter what i do, i get this 
error.
 [2012-12-16 11:11 UTC] reeze@php.net
You may try latest version on the master,
colder fixed that in master https://github.com/colder/php-weakref/pull/8
but  didn't release that.

I can confirm that was fixed :)
 [2012-12-16 13:32 UTC] hdboeve at boevewebdevelopment dot nl
Thanks, the master on github works.
 [2012-12-17 05:21 UTC] reeze@php.net
Fixed in master.
 [2012-12-17 05:21 UTC] reeze@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: colder
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 11:01:29 2024 UTC