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
Have you experienced this issue?
Rate the importance of this bug to you:

 [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 01:01:30 2024 UTC