php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #41920 make: *** [ext/standard/filestat.lo] Error 1
Submitted: 2007-07-08 05:12 UTC Modified: 2007-07-09 18:10 UTC
From: jay3ldB at yahoo dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 6CVS-2007-07-08 (snap) OS: Mac OS X
Private report: No CVE-ID: None
 [2007-07-08 05:12 UTC] 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



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-07-09 16:52 UTC] jay3ldB at yahoo dot com
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.
 [2007-07-09 18:10 UTC] tony2001@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Jul 29 12:00:02 2025 UTC