Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 229681 - net-ftp/ftp-0.17-r7 won't build 'ARG_MAX' undeclared
Summary: net-ftp/ftp-0.17-r7 won't build 'ARG_MAX' undeclared
Status: RESOLVED DUPLICATE of bug 226513
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-27 06:57 UTC by DRACULA
Modified: 2008-06-27 07:27 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description DRACULA 2008-06-27 06:57:52 UTC
When updating gcc I came across few problems. First of all build errors regarding:
- net-ftp/ftp-0.17-r7
- dev-php/PEAR-File_SMBPasswd-1.0.2
and pppd problem which as I noticed is related to bug in new version.

Reproducible: Always

Steps to Reproduce:
1. emerge gcc;
2. gcc-config i586-pc-linux-gnu-4.3.1;
3. emerge -eav system;
4. emerge -eav world;

Actual Results:  
Stops on few packages including net-ftp/ftp-0.17-r7 with errors

Expected Results:  
Success build

use flags: "ipv6 ssl"
part of build log:

glob.c: In function 'ftpglob':
glob.c:118: error: 'ARG_MAX' undeclared (first use in this function)
glob.c:118: error: (Each undeclared identifier is reported only once
glob.c:118: error: for each function it appears in.)
glob.c:118: warning: unused variable 'agargv'
glob.c: In function 'ginit':
glob.c:159: error: 'ARG_MAX' undeclared (first use in this function)
glob.c: In function 'Gcat':
glob.c:574: error: 'ARG_MAX' undeclared (first use in this function)
make[1]: *** [glob.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/var/tmp/portage/net-ftp/ftp-0.17-r7/work/netkit-ftp-0.17/ftp'
make: *** [ftp.build] Error 2
 *
 * ERROR: net-ftp/ftp-0.17-r7 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2320:  Called die
 * The specific snippet of code:
 *       emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" || die "make failed"
 *  The die message:
 *   make failed

enviroment isn't actually unusual.
Comment 1 DRACULA 2008-06-27 07:27:09 UTC
Duplicate of http://bugs.gentoo.org/show_bug.cgi?id=226513

*** This bug has been marked as a duplicate of bug 226513 ***