php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #69103 xdebug 2.3.0 don't compile
Submitted: 2015-02-22 19:04 UTC Modified: 2015-02-23 00:09 UTC
From: spam2 at rhsoft dot net Assigned: derick (profile)
Status: Closed Package: Xdebug
PHP Version: 5.5.22 OS: Linux
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: spam2 at rhsoft dot net
New email:
PHP Version: OS:

 

 [2015-02-22 19:04 UTC] spam2 at rhsoft dot net
Description:
------------
did anybody test the build before announce the new version?

+ /usr/bin/make -j10
/bin/sh /home/builduser/rpmbuild/BUILD/xdebug-2.3.0/xdebug-2.3.0/libtool --mode=compile x86_64-redhat-linux-gcc  -I. -I/home/builduser/rpmbuild/BUILD/xdebug-2.3.0/xdebug-2.3.0 -DPHP_ATOM_INC -I/home/builduser/rpmbuild/BUILD/xdebug-2.3.0/xdebug-2.3.0/include -I/home/builduser/rpmbuild/BUILD/xdebug-2.3.0/xdebug-2.3.0/main -I/home/builduser/rpmbuild/BUILD/xdebug-2.3.0/xdebug-2.3.0 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib  -DHAVE_CONFIG_H  -m64 -O2 -march=corei7 -mtune=corei7 -fopenmp -mmmx -msse2 -msse3 -msse4.1 -msse4.2 -maes -mfpmath=sse -pipe -fomit-frame-pointer -finline-functions -finline-limit=60 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=6 -D_FORTIFY_SOURCE=2 -Wstack-protector -Wformat -Werror=format-security -fPIC -fPIE   -c /home/builduser/rpmbuild/BUILD/xdebug-2.3.0/xdebug-2.3.0/xdebug.c -o xdebug.lo
make: *** No rule to make target '/home/builduser/rpmbuild/BUILD/xdebug-2.3.0/xdebug-2.3.0/xdebug_branch_info.c', needed by 'xdebug_branch_info.lo'.  Stop.
make: *** Waiting for unfinished jobs....
libtool: compile:  x86_64-redhat-linux-gcc -I. -I/home/builduser/rpmbuild/BUILD/xdebug-2.3.0/xdebug-2.3.0 -DPHP_ATOM_INC -I/home/builduser/rpmbuild/BUILD/xdebug-2.3.0/xdebug-2.3.0/include -I/home/builduser/rpmbuild/BUILD/xdebug-2.3.0/xdebug-2.3.0/main -I/home/builduser/rpmbuild/BUILD/xdebug-2.3.0/xdebug-2.3.0 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -m64 -O2 -march=corei7 -mtune=corei7 -fopenmp -mmmx -msse2 -msse3 -msse4.1 -msse4.2 -maes -mfpmath=sse -pipe -fomit-frame-pointer -finline-functions -finline-limit=60 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=6 -D_FORTIFY_SOURCE=2 -Wstack-protector -Wformat -Werror=format-security -fPIC -c /home/builduser/rpmbuild/BUILD/xdebug-2.3.0/xdebug-2.3.0/xdebug.c  -fPIC -DPIC -o .libs/xdebug.o
In file included from /home/builduser/rpmbuild/BUILD/xdebug-2.3.0/xdebug-2.3.0/xdebug.c:52:0:
/home/builduser/rpmbuild/BUILD/xdebug-2.3.0/xdebug-2.3.0/php_xdebug.h:35:32: fatal error: xdebug_branch_info.h: No such file or directory
 #include "xdebug_branch_info.h"
                                ^
compilation terminated.
Makefile:213: recipe for target 'xdebug.lo' failed
make: *** [xdebug.lo] Error 1



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-02-22 19:16 UTC] derick@php.net
fixed
 [2015-02-22 19:39 UTC] spam2 at rhsoft dot net
confirmed - build works now 

but cookie "XDEBUG_PROFILE" setto 1 has no effect, that's something we support in our cms-systems on development servers to enable profiling and analyze with kcachegrind on Linux desktops

no files below "/mnt/data/xdebug" :-(

[xdebug]
zend_extension                            = "/usr/lib64/php/modules/xdebug.so"
xdebug.default_enable                     = 0
xdebug.profiler_enable                    = 0
xdebug.profiler_enable_trigger            = 1
xdebug.collect_vars                       = 0
xdebug.profiler_output_dir                = "/mnt/data/xdebug"
xdebug.profiler_output_name               = "cachegrind.out.%s"
xdebug.remote_enable                      = 1
xdebug.remote_host                        = "127.0.0.1"
xdebug.remote_port                        = 9000
 [2015-02-22 19:45 UTC] spam2 at rhsoft dot net
"xdebug.profiler_enable = 1" at least works, so xdebug basicly is OK, but it's not desireable have profiling enabled globally

can we please have back the cookie based trigger
 [2015-02-23 00:09 UTC] derick@php.net
Please file Xdebug bugs at http://bugs.xdebug.org only

I've created an issue for this case at http://bugs.xdebug.org/view.php?id=1113
 [2015-02-23 00:09 UTC] derick@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: derick
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 00:01:27 2024 UTC