#34364 [Opn]: In this statement, __getpgid expects 1 arguments

2005-09-04 Thread nlopess
 ID:   34364
 Updated by:   [EMAIL PROTECTED]
 Reported By:  wlgivens at southkc dot net
 Status:   Open
 Bug Type: Compile Failure
 Operating System: RedHat [Alpha Linux]
 PHP Version:  5.0.4
 New Comment:

from 'man getpgrp':
This version of getpgrp() differs from past Berkeley versions by not
taking a pid_t pid argument. This incompatibility is required by
ISO/IEC 9945-1:1990 ``POSIX.1'').

So this is not a PHP bug per-se. But we could check the function proto
(0 or 1 parameter) in the configure script and pass the paramer if
needed.


Previous Comments:


[2005-09-04 05:53:19] wlgivens at southkc dot net

Wanted to add, I receive the same error with GCC-4.0.1:

config.status: creating php4.spec
config.status: creating main/build-defs.h
config.status: creating scripts/phpize
config.status: creating scripts/php-config
config.status: creating sapi/cli/php.1
config.status: creating main/php_config.h
config.status: executing default commands
/usr2/www/linux-related/programming/php-4x/php-4.3.5/ext/posix/posix.c:
In function 'zif_posix_getpgrp':
/usr2/www/linux-related/programming/php-4x/php-4.3.5/ext/posix/posix.c:409:
error: too few arguments to function 'getpgrp'
make: *** [ext/posix/posix.lo] Error 1
[EMAIL PROTECTED] php-4.3.5]#



[2005-09-04 05:17:52] wlgivens at southkc dot net

Description:

Receiving the error below on the following hardware/software:
AlphaPC 164SX
Redhat [Alpha]
Kernel-2.6.11.6
Compaq C 6.5.9
Binutils-2.19.0.x
Make-3.80

[EMAIL PROTECTED] php-5.0.4]# /bin/sh
/usr2/www/linux-related/programming/php-4x/php-5.0.4/libtool --silent
--preserve-dup-deps --mode=compile ccache ccc  -Iext/posix/
-I/usr2/www/linux-related/programming/php-4x/php-5.0.4/ext/posix/
-DPHP_ATOM_INC
-I/usr2/www/linux-related/programming/php-4x/php-5.0.4/include
-I/usr2/www/linux-related/programming/php-4x/php-5.0.4/main
-I/usr2/www/linux-related/programming/php-4x/php-5.0.4
-I/usr/include/libxml2 -I/usr/include/mysql
-I/usr2/www/linux-related/programming/php-4x/php-5.0.4/TSRM
-I/usr2/www/linux-related/programming/php-4x/php-5.0.4/Zend-O -w
-std -pipe -D_BSD_SOURCE   -c
/usr2/www/linux-related/programming/php-4x/php-5.0.4/ext/posix/posix.c
-o ext/posix/posix.lo
cc: Error:
/usr2/www/linux-related/programming/php-4x/php-5.0.4/ext/posix/posix.c,
line 338: In this statement, __getpgid expects 1 arguments, but 0 are
supplied. (toofewargs)
   PHP_POSIX_RETURN_LONG_FUNC(getpgrp);

Reproduce code:
---
just simply run:

CC=ccache ccc CXX=ccache cxx \
   CFLAGS=-O5 -fast -w -arch ev56 -w -std -pipe -D_BSD_SOURCE \
   CXXFLAGS=-O5 -fast -fast -arch ev56 -w -pipe\
   -std ansi -nousing_std -D__USE_STD_IOSTREAM \
   ./configure \
   --prefix=/usr \
   --sysconfdir=/etc/X11 \
   --build=alphapca56-alpha-linux-gnu \
   --enable-shared \
   --with-apxs2=/usr/apache2/bin/apxs \
   --with-apache2=shared,/usr/apache2 \
   --with-mysql \
   --with-gettext \
   --with-openssl-dir=/usr \
   --with-jpeg-dir=/usr \
   --with-png-dir=/usr \
   --with-freetype-dir=/usr \
   --enable-exif \
   --with-openssl=shared,/usr \
   --with-pgsql=shared,/usr \
   --with-mnogosearch=shared,/usr \
   --without-snmp
 
sed -e 's/wl=/wl=-Wl,/g' libtool  TMP
mv TMP libtool
chmod 755 libtool

make  MAKE_LOG 21 
tail -f MAKE_LOG

Expected result:

PHP to build/install, and everything would be alright in the world.

Actual result:
--
crash/burn





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


#34364 [Opn]: In this statement, __getpgid expects 1 arguments

2005-09-03 Thread wlgivens at southkc dot net
 ID:   34364
 User updated by:  wlgivens at southkc dot net
 Reported By:  wlgivens at southkc dot net
 Status:   Open
 Bug Type: Compile Failure
 Operating System: RedHat [Alpha Linux]
 PHP Version:  5.0.4
 New Comment:

Wanted to add, I receive the same error with GCC-4.0.1:

config.status: creating php4.spec
config.status: creating main/build-defs.h
config.status: creating scripts/phpize
config.status: creating scripts/php-config
config.status: creating sapi/cli/php.1
config.status: creating main/php_config.h
config.status: executing default commands
/usr2/www/linux-related/programming/php-4x/php-4.3.5/ext/posix/posix.c:
In function 'zif_posix_getpgrp':
/usr2/www/linux-related/programming/php-4x/php-4.3.5/ext/posix/posix.c:409:
error: too few arguments to function 'getpgrp'
make: *** [ext/posix/posix.lo] Error 1
[EMAIL PROTECTED] php-4.3.5]#


Previous Comments:


[2005-09-04 05:17:52] wlgivens at southkc dot net

Description:

Receiving the error below on the following hardware/software:
AlphaPC 164SX
Redhat [Alpha]
Kernel-2.6.11.6
Compaq C 6.5.9
Binutils-2.19.0.x
Make-3.80

[EMAIL PROTECTED] php-5.0.4]# /bin/sh
/usr2/www/linux-related/programming/php-4x/php-5.0.4/libtool --silent
--preserve-dup-deps --mode=compile ccache ccc  -Iext/posix/
-I/usr2/www/linux-related/programming/php-4x/php-5.0.4/ext/posix/
-DPHP_ATOM_INC
-I/usr2/www/linux-related/programming/php-4x/php-5.0.4/include
-I/usr2/www/linux-related/programming/php-4x/php-5.0.4/main
-I/usr2/www/linux-related/programming/php-4x/php-5.0.4
-I/usr/include/libxml2 -I/usr/include/mysql
-I/usr2/www/linux-related/programming/php-4x/php-5.0.4/TSRM
-I/usr2/www/linux-related/programming/php-4x/php-5.0.4/Zend-O -w
-std -pipe -D_BSD_SOURCE   -c
/usr2/www/linux-related/programming/php-4x/php-5.0.4/ext/posix/posix.c
-o ext/posix/posix.lo
cc: Error:
/usr2/www/linux-related/programming/php-4x/php-5.0.4/ext/posix/posix.c,
line 338: In this statement, __getpgid expects 1 arguments, but 0 are
supplied. (toofewargs)
   PHP_POSIX_RETURN_LONG_FUNC(getpgrp);

Reproduce code:
---
just simply run:

CC=ccache ccc CXX=ccache cxx \
   CFLAGS=-O5 -fast -w -arch ev56 -w -std -pipe -D_BSD_SOURCE \
   CXXFLAGS=-O5 -fast -fast -arch ev56 -w -pipe\
   -std ansi -nousing_std -D__USE_STD_IOSTREAM \
   ./configure \
   --prefix=/usr \
   --sysconfdir=/etc/X11 \
   --build=alphapca56-alpha-linux-gnu \
   --enable-shared \
   --with-apxs2=/usr/apache2/bin/apxs \
   --with-apache2=shared,/usr/apache2 \
   --with-mysql \
   --with-gettext \
   --with-openssl-dir=/usr \
   --with-jpeg-dir=/usr \
   --with-png-dir=/usr \
   --with-freetype-dir=/usr \
   --enable-exif \
   --with-openssl=shared,/usr \
   --with-pgsql=shared,/usr \
   --with-mnogosearch=shared,/usr \
   --without-snmp
 
sed -e 's/wl=/wl=-Wl,/g' libtool  TMP
mv TMP libtool
chmod 755 libtool

make  MAKE_LOG 21 
tail -f MAKE_LOG

Expected result:

PHP to build/install, and everything would be alright in the world.

Actual result:
--
crash/burn





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