#27849 [Fbk-Opn]: configure craps out on trivial syntax error

2004-04-03 Thread douzzer at mega dot nu
 ID:   27849
 User updated by:  douzzer at mega dot nu
 Reported By:  douzzer at mega dot nu
-Status:   Feedback
+Status:   Open
 Bug Type: Compile Failure
 Operating System: FreeBSD
 PHP Version:  5.0.0RC1
 Assigned To:  derick
 New Comment:

I'll do ya one better.  I knew I remembered having to fix this once

before, and here's where:



+* diff --context=3 ~/src/web/php/php-4.3.5/configure~
~/src/web/php/php-4.3.5/configure

*** /homes/douzzer/src/web/php/php-4.3.5/configure~ Thu Mar 25
09:03:34 2004

--- /homes/douzzer/src/web/php/php-4.3.5/configure  Mon Mar 29
00:25:55 2004

***

*** 47424,47430 

  

done



!   if test $ext_shared = no || ! test -e
$ext_builddir/config.h.in; then

  out=php_config.h

else

  out=$abs_builddir/config.h

--- 47424,47430 

  

done



!   if test $ext_shared = no -o ! -e $ext_builddir/config.h.in;
then

  out=php_config.h

else

  out=$abs_builddir/config.h


Previous Comments:


[2004-04-03 06:13:29] [EMAIL PROTECTED]

You should have this same problem with PHP 4.3.6RC1 as the code is the
same there. Can you please verify that? I've fixes ready for both
versions but I'd like you to confirm that it is broken with 4.3.6RC1
too.



[2004-04-03 00:09:00] douzzer at mega dot nu

Description:

line #47725 of configure script as distributed in 5.0.0RC1:



  if test $ext_shared = no || ! test -e $ext_builddir/config.h.in;
then



this blows up on FreeBSD (though note that I'm running a 4.0 userspace
for complicated reasons).



the fix is to change



  || ! test



to



  -o !



That done, I got 5.0.0RC1 up and running and behaving itself. 
phpbb2.0.8/mysql4.x is my only app at present, but it's a pretty good
workout I figure.








-- 
Edit this bug report at http://bugs.php.net/?id=27849edit=1


#27849 [Opn]: configure craps out on trivial syntax error

2004-04-03 Thread douzzer at mega dot nu
 ID:   27849
 User updated by:  douzzer at mega dot nu
 Reported By:  douzzer at mega dot nu
 Status:   Open
 Bug Type: Compile Failure
 Operating System: FreeBSD
 PHP Version:  5.0.0RC1
 Assigned To:  derick
 New Comment:

Oh, and: the problem does inot/i exist in 4.3.4 configure.  It was
introduced in 4.3.5.


Previous Comments:


[2004-04-03 12:03:42] douzzer at mega dot nu

I'll do ya one better.  I knew I remembered having to fix this once

before, and here's where:



+* diff --context=3 ~/src/web/php/php-4.3.5/configure~
~/src/web/php/php-4.3.5/configure

*** /homes/douzzer/src/web/php/php-4.3.5/configure~ Thu Mar 25
09:03:34 2004

--- /homes/douzzer/src/web/php/php-4.3.5/configure  Mon Mar 29
00:25:55 2004

***

*** 47424,47430 

  

done



!   if test $ext_shared = no || ! test -e
$ext_builddir/config.h.in; then

  out=php_config.h

else

  out=$abs_builddir/config.h

--- 47424,47430 

  

done



!   if test $ext_shared = no -o ! -e $ext_builddir/config.h.in;
then

  out=php_config.h

else

  out=$abs_builddir/config.h



[2004-04-03 06:13:29] [EMAIL PROTECTED]

You should have this same problem with PHP 4.3.6RC1 as the code is the
same there. Can you please verify that? I've fixes ready for both
versions but I'd like you to confirm that it is broken with 4.3.6RC1
too.



[2004-04-03 00:09:00] douzzer at mega dot nu

Description:

line #47725 of configure script as distributed in 5.0.0RC1:



  if test $ext_shared = no || ! test -e $ext_builddir/config.h.in;
then



this blows up on FreeBSD (though note that I'm running a 4.0 userspace
for complicated reasons).



the fix is to change



  || ! test



to



  -o !



That done, I got 5.0.0RC1 up and running and behaving itself. 
phpbb2.0.8/mysql4.x is my only app at present, but it's a pretty good
workout I figure.








-- 
Edit this bug report at http://bugs.php.net/?id=27849edit=1


#27849 [NEW]: configure craps out on trivial syntax error

2004-04-02 Thread douzzer at mega dot nu
From: douzzer at mega dot nu
Operating system: FreeBSD
PHP version:  5.0.0RC1
PHP Bug Type: Compile Failure
Bug description:  configure craps out on trivial syntax error

Description:

line #47725 of configure script as distributed in 5.0.0RC1:



  if test $ext_shared = no || ! test -e $ext_builddir/config.h.in;
then



this blows up on FreeBSD (though note that I'm running a 4.0 userspace for
complicated reasons).



the fix is to change



  || ! test



to



  -o !



That done, I got 5.0.0RC1 up and running and behaving itself. 
phpbb2.0.8/mysql4.x is my only app at present, but it's a pretty good
workout I figure.




-- 
Edit bug report at http://bugs.php.net/?id=27849edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=27849r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=27849r=trysnapshot5
Fixed in CVS:   http://bugs.php.net/fix.php?id=27849r=fixedcvs
Fixed in release:   http://bugs.php.net/fix.php?id=27849r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=27849r=needtrace
Need Reproduce Script:  http://bugs.php.net/fix.php?id=27849r=needscript
Try newer version:  http://bugs.php.net/fix.php?id=27849r=oldversion
Not developer issue:http://bugs.php.net/fix.php?id=27849r=support
Expected behavior:  http://bugs.php.net/fix.php?id=27849r=notwrong
Not enough info:http://bugs.php.net/fix.php?id=27849r=notenoughinfo
Submitted twice:http://bugs.php.net/fix.php?id=27849r=submittedtwice
register_globals:   http://bugs.php.net/fix.php?id=27849r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=27849r=php3
Daylight Savings:   http://bugs.php.net/fix.php?id=27849r=dst
IIS Stability:  http://bugs.php.net/fix.php?id=27849r=isapi
Install GNU Sed:http://bugs.php.net/fix.php?id=27849r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=27849r=float