php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #33177 phpize generates bad configure files
Submitted: 2005-05-29 22:02 UTC Modified: 2005-05-30 08:55 UTC
From: magnus@php.net Assigned: sniper (profile)
Status: Closed Package: Compile Failure
PHP Version: 5CVS-2005-05-29 (dev) OS: Gentoo Linux
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: magnus@php.net
New email:
PHP Version: OS:

 

 [2005-05-29 22:02 UTC] magnus@php.net
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
root@novell /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'`


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-05-29 22:06 UTC] magnus@php.net
Oh, and:
# which sed
/bin/sed
# sed --version
GNU sed version 4.1.4

 [2005-05-29 22:08 UTC] magnus@php.net
And xdebug was just an example.. Same thing with imagick, runkit and so on.. =)
 [2005-05-30 08:55 UTC] sniper@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 19 12:01:30 2024 UTC