#28663 [Bgs]: Crash while doing MAKE after ./configure

2004-06-08 Thread mailings at nysander dot webd dot pl
 ID:   28663
 User updated by:  mailings at nysander dot webd dot pl
 Reported By:  mailings at nysander dot webd dot pl
 Status:   Bogus
 Bug Type: Compile Failure
 Operating System: mandrake linux 10.0 community
 PHP Version:  5CVS-2004-06-07 (dev)
 New Comment:

In the packet of byacc there is also a yacc:

[EMAIL PROTECTED] nysander]$ whereis yacc
yacc: /usr/bin/yacc /usr/share/man/man1/yacc.1.bz2
[EMAIL PROTECTED] nysander]$ whereis byacc
byacc: /usr/bin/byacc
[EMAIL PROTECTED] nysander]$


Previous Comments:


[2004-06-08 09:54:15] [EMAIL PROTECTED]

Install yacc (and not byacc). This is not a bug in PHP.



[2004-06-07 16:28:48] mailings at nysander dot webd dot pl

Version: PHP5-200405251430 with this configuration works fine and
compiled without any problems:

./configure  \
--with-apxs2=/usr/sbin/apxs2 \
--prefix=/usr/local/php5 \
--enable-dba \
--enable-dbase \
--with-db4 \
--with-gdbm \
--with-mysql \
--with-gd \
--with-jpeg-dir \
--with-png-dir \
--enable-gd-native-ttf \
--with-ttf \
--with-jpg \
--enable-discard-path \
--enable-inline-optimization \
--enable-memory-limit \
--enable-safe-mode \
--enable-static \
--enable-sysvsem \
--enable-sysvshm \
--with-config-file-path=/etc/httpd \
--enable-trans-sid \
--with-exec-dir=/home \
--with-kerberos \
--with-regex=system \
--with-zlib \
--enable-ftp \
--enable-bcmath \
--with-openssl \--enable-sockets \
--disable-yp \
--enable-magic-quotes \
--with-gettext=/usr \
--enable-shmop \
--enable-wddx \
--disable-debug \
--enable-debugger \
--enable-track-vars \
--with-pear



[2004-06-07 02:25:32] mailings at nysander dot webd dot pl

found better bug category



[2004-06-07 02:22:05] mailings at nysander dot webd dot pl

apache 2.0.49 all system & software upgrades done



[2004-06-07 02:20:25] mailings at nysander dot webd dot pl

Description:

when i try to compile this version of php i configure it:
./configure  \
--with-apxs2=/usr/local/apache2/bin/apxs \
--disable-cgi \
--prefix=/usr/local/php5/ \
--with-mysql=/usr/bin/mysql \
--with-gd \
--with-jpeg-dir \
--with-png-dir \
--enable-gd-native-ttf \
--with-ttf \
--with-jpg \
--enable-discard-path \
--disable-inline-optimization \
--enable-maintainer-zts=no \
--enable-memory-limit=no \
--enable-zend-multibyte=no \
--enable-safe-mode \
--enable-static \
--enable-sysvsem \
--enable-sysvshm \
--with-config-file-path=/etc/ \
--enable-trans-sid \
--with-exec-dir=/home \
--with-kerberos \
--with-regex=system \
--with-zlib \
--enable-ftp \
--enable-bcmath \
--with-openssl \
--enable-sockets \
--disable-yp \
--enable-magic-quotes \
--with-gettext=/usr \
--enable-shmop \
--enable-wddx \
--disable-debug \
--enable-debugger \
--enable-track-vars \
--with-pear \
--enable-sqlite

this ends fine. next i do make and it crashes with this:

byacc -p zend -v -d /Software/php5-snapshot/Zend/zend_language_parser.y
-o Zend/zend_language_parser.c
usage: byacc [-dlrtv] [-b file_prefix] [-p symbol_prefix] filename
make: *** [Zend/zend_language_parser.c] Error 1
[EMAIL PROTECTED] php5-snapshot]#






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


#28663 [Opn]: Crash while doing MAKE after ./configure

2004-06-07 Thread mailings at nysander dot webd dot pl
 ID:   28663
 User updated by:  mailings at nysander dot webd dot pl
 Reported By:  mailings at nysander dot webd dot pl
 Status:   Open
 Bug Type: Compile Failure
 Operating System: mandrake linux 10.0 community
 PHP Version:  5CVS-2004-06-07 (dev)
 New Comment:

Version: PHP5-200405251430 with this configuration works fine and
compiled without any problems:

./configure  \
--with-apxs2=/usr/sbin/apxs2 \
--prefix=/usr/local/php5 \
--enable-dba \
--enable-dbase \
--with-db4 \
--with-gdbm \
--with-mysql \
--with-gd \
--with-jpeg-dir \
--with-png-dir \
--enable-gd-native-ttf \
--with-ttf \
--with-jpg \
--enable-discard-path \
--enable-inline-optimization \
--enable-memory-limit \
--enable-safe-mode \
--enable-static \
--enable-sysvsem \
--enable-sysvshm \
--with-config-file-path=/etc/httpd \
--enable-trans-sid \
--with-exec-dir=/home \
--with-kerberos \
--with-regex=system \
--with-zlib \
--enable-ftp \
--enable-bcmath \
--with-openssl \--enable-sockets \
--disable-yp \
--enable-magic-quotes \
--with-gettext=/usr \
--enable-shmop \
--enable-wddx \
--disable-debug \
--enable-debugger \
--enable-track-vars \
--with-pear


Previous Comments:


[2004-06-07 02:25:32] mailings at nysander dot webd dot pl

found better bug category



[2004-06-07 02:22:05] mailings at nysander dot webd dot pl

apache 2.0.49 all system & software upgrades done



[2004-06-07 02:20:25] mailings at nysander dot webd dot pl

Description:

when i try to compile this version of php i configure it:
./configure  \
--with-apxs2=/usr/local/apache2/bin/apxs \
--disable-cgi \
--prefix=/usr/local/php5/ \
--with-mysql=/usr/bin/mysql \
--with-gd \
--with-jpeg-dir \
--with-png-dir \
--enable-gd-native-ttf \
--with-ttf \
--with-jpg \
--enable-discard-path \
--disable-inline-optimization \
--enable-maintainer-zts=no \
--enable-memory-limit=no \
--enable-zend-multibyte=no \
--enable-safe-mode \
--enable-static \
--enable-sysvsem \
--enable-sysvshm \
--with-config-file-path=/etc/ \
--enable-trans-sid \
--with-exec-dir=/home \
--with-kerberos \
--with-regex=system \
--with-zlib \
--enable-ftp \
--enable-bcmath \
--with-openssl \
--enable-sockets \
--disable-yp \
--enable-magic-quotes \
--with-gettext=/usr \
--enable-shmop \
--enable-wddx \
--disable-debug \
--enable-debugger \
--enable-track-vars \
--with-pear \
--enable-sqlite

this ends fine. next i do make and it crashes with this:

byacc -p zend -v -d /Software/php5-snapshot/Zend/zend_language_parser.y
-o Zend/zend_language_parser.c
usage: byacc [-dlrtv] [-b file_prefix] [-p symbol_prefix] filename
make: *** [Zend/zend_language_parser.c] Error 1
[EMAIL PROTECTED] php5-snapshot]#






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


#28663 [Opn]: Crash while doing MAKE after ./configure

2004-06-06 Thread mailings at nysander dot webd dot pl
 ID:   28663
 User updated by:  mailings at nysander dot webd dot pl
 Reported By:  mailings at nysander dot webd dot pl
 Status:   Open
-Bug Type: Unknown/Other Function
+Bug Type: Compile Failure
 Operating System: mandrake linux 10.0 community
 PHP Version:  5CVS-2004-06-07 (dev)
 New Comment:

found better bug category


Previous Comments:


[2004-06-07 02:22:05] mailings at nysander dot webd dot pl

apache 2.0.49 all system & software upgrades done



[2004-06-07 02:20:25] mailings at nysander dot webd dot pl

Description:

when i try to compile this version of php i configure it:
./configure  \
--with-apxs2=/usr/local/apache2/bin/apxs \
--disable-cgi \
--prefix=/usr/local/php5/ \
--with-mysql=/usr/bin/mysql \
--with-gd \
--with-jpeg-dir \
--with-png-dir \
--enable-gd-native-ttf \
--with-ttf \
--with-jpg \
--enable-discard-path \
--disable-inline-optimization \
--enable-maintainer-zts=no \
--enable-memory-limit=no \
--enable-zend-multibyte=no \
--enable-safe-mode \
--enable-static \
--enable-sysvsem \
--enable-sysvshm \
--with-config-file-path=/etc/ \
--enable-trans-sid \
--with-exec-dir=/home \
--with-kerberos \
--with-regex=system \
--with-zlib \
--enable-ftp \
--enable-bcmath \
--with-openssl \
--enable-sockets \
--disable-yp \
--enable-magic-quotes \
--with-gettext=/usr \
--enable-shmop \
--enable-wddx \
--disable-debug \
--enable-debugger \
--enable-track-vars \
--with-pear \
--enable-sqlite

this ends fine. next i do make and it crashes with this:

byacc -p zend -v -d /Software/php5-snapshot/Zend/zend_language_parser.y
-o Zend/zend_language_parser.c
usage: byacc [-dlrtv] [-b file_prefix] [-p symbol_prefix] filename
make: *** [Zend/zend_language_parser.c] Error 1
[EMAIL PROTECTED] php5-snapshot]#






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


#28663 [Opn]: Crash while doing MAKE after ./configure

2004-06-06 Thread mailings at nysander dot webd dot pl
 ID:   28663
 User updated by:  mailings at nysander dot webd dot pl
-Summary:  apache 2.0.49 all system & software upgrades done
 Reported By:  mailings at nysander dot webd dot pl
 Status:   Open
 Bug Type: Unknown/Other Function
 Operating System: mandrake linux 10.0 community
 PHP Version:  5CVS-2004-06-07 (dev)
 New Comment:

apache 2.0.49 all system & software upgrades done


Previous Comments:


[2004-06-07 02:20:25] mailings at nysander dot webd dot pl

Description:

when i try to compile this version of php i configure it:
./configure  \
--with-apxs2=/usr/local/apache2/bin/apxs \
--disable-cgi \
--prefix=/usr/local/php5/ \
--with-mysql=/usr/bin/mysql \
--with-gd \
--with-jpeg-dir \
--with-png-dir \
--enable-gd-native-ttf \
--with-ttf \
--with-jpg \
--enable-discard-path \
--disable-inline-optimization \
--enable-maintainer-zts=no \
--enable-memory-limit=no \
--enable-zend-multibyte=no \
--enable-safe-mode \
--enable-static \
--enable-sysvsem \
--enable-sysvshm \
--with-config-file-path=/etc/ \
--enable-trans-sid \
--with-exec-dir=/home \
--with-kerberos \
--with-regex=system \
--with-zlib \
--enable-ftp \
--enable-bcmath \
--with-openssl \
--enable-sockets \
--disable-yp \
--enable-magic-quotes \
--with-gettext=/usr \
--enable-shmop \
--enable-wddx \
--disable-debug \
--enable-debugger \
--enable-track-vars \
--with-pear \
--enable-sqlite

this ends fine. next i do make and it crashes with this:

byacc -p zend -v -d /Software/php5-snapshot/Zend/zend_language_parser.y
-o Zend/zend_language_parser.c
usage: byacc [-dlrtv] [-b file_prefix] [-p symbol_prefix] filename
make: *** [Zend/zend_language_parser.c] Error 1
[EMAIL PROTECTED] php5-snapshot]#






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


#28663 [NEW]: apache 2.0.49 all system & software upgrades done

2004-06-06 Thread mailings at nysander dot webd dot pl
From: mailings at nysander dot webd dot pl
Operating system: mandrake linux 10.0 community
PHP version:  5CVS-2004-06-07 (dev)
PHP Bug Type: Unknown/Other Function
Bug description:  apache 2.0.49 all system & software upgrades done

Description:

when i try to compile this version of php i configure it:
./configure  \
--with-apxs2=/usr/local/apache2/bin/apxs \
--disable-cgi \
--prefix=/usr/local/php5/ \
--with-mysql=/usr/bin/mysql \
--with-gd \
--with-jpeg-dir \
--with-png-dir \
--enable-gd-native-ttf \
--with-ttf \
--with-jpg \
--enable-discard-path \
--disable-inline-optimization \
--enable-maintainer-zts=no \
--enable-memory-limit=no \
--enable-zend-multibyte=no \
--enable-safe-mode \
--enable-static \
--enable-sysvsem \
--enable-sysvshm \
--with-config-file-path=/etc/ \
--enable-trans-sid \
--with-exec-dir=/home \
--with-kerberos \
--with-regex=system \
--with-zlib \
--enable-ftp \
--enable-bcmath \
--with-openssl \
--enable-sockets \
--disable-yp \
--enable-magic-quotes \
--with-gettext=/usr \
--enable-shmop \
--enable-wddx \
--disable-debug \
--enable-debugger \
--enable-track-vars \
--with-pear \
--enable-sqlite

this ends fine. next i do make and it crashes with this:

byacc -p zend -v -d /Software/php5-snapshot/Zend/zend_language_parser.y -o
Zend/zend_language_parser.c
usage: byacc [-dlrtv] [-b file_prefix] [-p symbol_prefix] filename
make: *** [Zend/zend_language_parser.c] Error 1
[EMAIL PROTECTED] php5-snapshot]#


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