php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #70396 build fails on macox while enable-dtrace and phpdbg
Submitted: 2015-09-01 05:50 UTC Modified: 2015-09-02 15:37 UTC
From: laruence@php.net Assigned: laruence (profile)
Status: Closed Package: *General Issues
PHP Version: 7.0.0RC1 OS: macos
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: laruence@php.net
New email:
PHP Version: OS:

 

 [2015-09-01 05:50 UTC] laruence@php.net
Description:
------------
build fails it --enable-dtrace and --enable-phpdbg are set

Test script:
---------------
none

Expected result:
----------------
build sucecced

Actual result:
--------------
duplicate symbol _zend_dtrace_compile_file in:
    main/.libs/main.o
    Zend/.libs/zend_dtrace.o
duplicate symbol _zend_dtrace_execute in:
    main/.libs/main.o
    Zend/.libs/zend_dtrace.o
duplicate symbol _zend_dtrace_execute_internal in:
    main/.libs/main.o
    Zend/.libs/zend_dtrace.o
duplicate symbol _zend_dtrace_compile_file in:
    main/.libs/main.o
    Zend/.libs/zend.o
duplicate symbol _zend_dtrace_execute in:
    main/.libs/main.o
    Zend/.libs/zend.o
duplicate symbol _zend_dtrace_execute_internal in:
    main/.libs/main.o
    Zend/.libs/zend.o
duplicate symbol _zend_dtrace_compile_file in:
    main/.libs/main.o
    Zend/.libs/zend_exceptions.o

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-09-01 14:15 UTC] bwoebi@php.net
We eventually should conditionally also add the dtrace handlers into phpdbg_execute_ex, when we fix this.
 [2015-09-02 07:18 UTC] reeze@php.net
There is already a PR for this. please take a look at it:

https://github.com/php/php-src/pull/1225
 [2015-09-02 15:37 UTC] laruence@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: laruence
 [2015-09-02 15:37 UTC] laruence@php.net
okey. totally missed that one... merged. thanks
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 18 15:01:33 2024 UTC