ID:               41920
 User updated by:  jay3ldB at yahoo dot com
 Reported By:      jay3ldB at yahoo dot com
 Status:           Open
 Bug Type:         Compile Failure
 Operating System: Mac OS X
 PHP Version:      6CVS-2007-07-08 (snap)
 New Comment:

After looking around more I found out that:
_SC_GETGR_R_SIZE_MAX
is not set in the chgrp function.
Other functions that use this appear to check to see if it is defined
while chgrp does not.


Previous Comments:
------------------------------------------------------------------------

[2007-07-08 05:12:40] jay3ldB at yahoo dot com

Description:
------------
I receive this error while doing "make" on a php6 cvs.

/bin/sh //users/me/downloads/php6.0-200707080030/libtool --silent
--preserve-dup-deps --mode=compile gcc  -Iext/standard/
-I//users/me/downloads/php6.0-200707080030/ext/standard/ -DPHP_ATOM_INC
-I//users/me/downloads/php6.0-200707080030/include
-I//users/me/downloads/php6.0-200707080030/main
-I//users/me/downloads/php6.0-200707080030 -I/usr/local/include
-I/usr/local/include/libxml2
-I//users/me/downloads/php6.0-200707080030/pcrelib
-I//users/me/downloads/php6.0-200707080030/ext/date/lib
-I/usr/local/mysql/include
-I//users/me/downloads/php6.0-200707080030/TSRM
-I//users/me/downloads/php6.0-200707080030/Zend  -no-cpp-precomp 
-I/usr/include -g -O2  -c
//users/me/downloads/php6.0-200707080030/ext/standard/filestat.c -o
ext/standard/filestat.lo 
//users/me/downloads/php6.0-200707080030/ext/standard/filestat.c: In
function `php_do_chgrp':
//users/me/downloads/php6.0-200707080030/ext/standard/filestat.c:440:
error: `_SC_GETGR_R_SIZE_MAX' undeclared (first use in this function)
//users/me/downloads/php6.0-200707080030/ext/standard/filestat.c:440:
error: (Each undeclared identifier is reported only once
//users/me/downloads/php6.0-200707080030/ext/standard/filestat.c:440:
error: for each function it appears in.)
make: *** [ext/standard/filestat.lo] Error 1




------------------------------------------------------------------------


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

Reply via email to