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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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: Sun May 05 07:01:32 2024 UTC