ID: 33177
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Open
+Status: Assigned
Bug Type: Compile Failure
Operating System: Gentoo Linux
PHP Version: 5CVS-2005-05-29 (dev)
-Assigned To:
+Assigned To: sniper
Previous Comments:
------------------------------------------------------------------------
[2005-05-29 22:08:31] [EMAIL PROTECTED]
And xdebug was just an example.. Same thing with imagick, runkit and so
on.. =)
------------------------------------------------------------------------
[2005-05-29 22:06:16] [EMAIL PROTECTED]
Oh, and:
# which sed
/bin/sed
# sed --version
GNU sed version 4.1.4
------------------------------------------------------------------------
[2005-05-29 22:02:28] [EMAIL PROTECTED]
Description:
------------
Using HEAD phpize doesn't generate correct configure files anymore..
autoconf 2.13
automake 1.4
libtool 1.4.3
m4 1.4.3
Reproduce code:
---------------
cd xdebug
phpize
./configure --enable-xdebug
Actual result:
--------------
checking if compiler supports -Wl,-rpath,... yes
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
./configure: line 1424: s/.*>//: No such file or directory
checking for PHP prefix... /usr/local/www/php/5_1-full
...
checking for gettimeofday... yes
checking build system type... i686-pc-linux-gnu
checking for ld used by gcc... ./configure: line 2096: s%\\%/%g: No
such file or directory
no
configure: error: no acceptable ld found in $PATH
[EMAIL PROTECTED] /mnt/data5/PHP/xdebug/xdebug #
Line 1424:
$EGREP $pattern'.*include/php' $srcdir/configure|$SED 's/.*>//'|xargs
touch 2>/dev/null
Line 2096:
ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=33177&edit=1