php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #29267 quoting problem in configure
Submitted: 2004-07-19 22:35 UTC Modified: 2004-12-29 18:32 UTC
From: simon at tufty dot co dot uk Assigned:
Status: No Feedback Package: Compile Failure
PHP Version: 5.0.0 OS: MacOSX 10.3.4
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: simon at tufty dot co dot uk
New email:
PHP Version: OS:

 

 [2004-07-19 22:35 UTC] simon at tufty dot co dot uk
Description:
------------
On trying to build 5.0.0 under OSX, I foolishly expanded 
the tarball into a directory with embedded spaces in the 
name (/Users/simon/Desktop/php stuff/).

Configure barfed, throwing quite a few lines similar to:

> checking size of char *... 4
> cat: /Users/simon/Desktop/php: No such file or 
directory
> cat: stuff/php-5.0.0/ext/sqlite/libsqlite/VERSION: No 
such file or directory
> sed: /Users/simon/Desktop/php: No such file or 
directory
> sed: stuff/php-5.0.0/ext/sqlite/libsqlite/src/
sqlite.h.in: No such file or directory
> checking for usleep... (cached) yes
 
etc.

These were thrown as warnings, but result in a configure 
failure - the resulting tree is unbuildable.  configure 
parameters are irrelevant, even a bare `./configure` 
causes the problem.

A simple change of the directory name to /Users/simon/
Desktop/phpstuff/ makes everything good.

I suspect that there is an issue with missing quoting 
somewhere in the configure script

Regards

Simon


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-12-21 07:47 UTC] sniper@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.0-win32-latest.zip


 [2004-12-29 18:32 UTC] sniper@php.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.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 10 15:01:35 2024 UTC