Edit report at https://bugs.php.net/bug.php?id=61268&edit=1
ID: 61268 User updated by: mike at harschsystems dot com Reported by: mike at harschsystems dot com Summary: --enable-dtrace leads make to clobber Zend/zend_dtrace.d -Status: No Feedback +Status: Closed Type: Bug Package: Compile Failure Operating System: solaris PHP Version: 5.4.0 Assigned To: dsp Block user comment: N Private report: N New Comment: This bug should not be closed unless someone can confirm that the broken behavior has been corrected. The issue is described in detail below. The requested feedback was provided and the issue was reproduced by multiple people on several versions. Previous Comments: ------------------------------------------------------------------------ [2013-02-18 00:35:43] php-bugs 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. ------------------------------------------------------------------------ [2012-12-09 16:57:50] mike at harschsystems dot com This bug is still present in 5.5.0 alpha 1. I just reproduced it on Oracle Solaris 11.1. You must run the configure script with '--enable-dtrace' to trigger the failure (and be using gnu make as mentioned already). mharsch@eleven:~/tmp/php-5.5.0alpha1$ uname -a SunOS eleven 5.11 11.1 i86pc i386 i86pc mharsch@eleven:~/tmp/php-5.5.0alpha1$ gmake --version GNU Make 3.82 Built for i386-pc-solaris2.11 Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. ------------------------------------------------------------------------ [2012-11-16 05:48:47] d...@php.net I see what the problem is but cannot reproduce it myself with 5.5.0alpha1. Please try the 5.5.0alpha snapshots from http://downloads.php.net/dsp and provide me with 'uname -a' and 'gmake --version'. ./configure && gmake works fine for me on $ uname -a SunOS foo 5.11 11.0 i86pc i386 i86pc Solaris which is a Oracle Solaris 5.11. $ gmake -- version GNU Make 3.81 ------------------------------------------------------------------------ [2012-05-08 04:35:50] mike at harschsystems dot com I've seen the same failing behavior on 5.4.1 as well. It's worth noting that gmake exhibits this failure mode while regular (non-GNU) make works fine. So, the 2 workarounds are: 1.) run gmake with the '-r' option or 2.) run non-GNU make instead of gmake ------------------------------------------------------------------------ [2012-04-22 13:13:01] alasdairrr at gmail dot com I can confirm I'm seeing this problem too on both Solaris 10 and SmartOS. ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at https://bugs.php.net/bug.php?id=61268 -- Edit this bug report at https://bugs.php.net/bug.php?id=61268&edit=1