Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 254146 - net-ftp/ftp-0.17-r6 fails to build with glibc 2.8 (ARG_MAX undefined)
Summary: net-ftp/ftp-0.17-r6 fails to build with glibc 2.8 (ARG_MAX undefined)
Status: RESOLVED DUPLICATE of bug 226513
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-07 20:20 UTC by Michele Schiavo
Modified: 2009-01-08 06:16 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 Michele Schiavo 2009-01-07 20:20:19 UTC
x86_64-pc-linux-gnu-gcc -O2 -mtune=core2 -march=core2 -pipe -msse4.1 -DUSE_SSL -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline  -D__USE_READLINE__ main.c -c
x86_64-pc-linux-gnu-gcc -O2 -mtune=core2 -march=core2 -pipe -msse4.1 -DUSE_SSL -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline  -D__USE_READLINE__ ruserpass.c -c
In file included from ftp_var.h:167In file included from ftp_var.h:167In file included from ftp_var.h:167,
                 from ftp.c:106:
ssl_port.h:22:1: warning: "NOPROTO" redefined
In file included from ftp_var.h:166,
                 from ftp.c:106:
sslapp.h:28:1: warning: this is the location of the previous definition
,
                 from ruserpass.c:48:
ssl_port.h:22:1: warning: "NOPROTO" redefined
In file included from ftp_var.h:166,
                 from ruserpass.c:48:
sslapp.h:28:1: warning: this is the location of the previous definition
In file included from ftp_var.h:167,
                 from main.c:82:
ssl_port.h:22:1: warning: "NOPROTO" redefined
In file included from ftp_var.h:166,
                 from main.c:82:
sslapp.h:28:1: warning: this is the location of the previous definition
In file included from sslapp.c:17,
                 from main.c:101:
sslapp.h:25:1: warning: "NOPROTO" redefined
In file included from ftp_var.h:167,
                 from main.c:82:
ssl_port.h:25:1: warning: this is the location of the previous definition
distcc[30964] (dcc_writex) ERROR: failed to write: Connection reset by peer
distcc[30964] Warning: failed to distribute ruserpass.c to 127.0.0.1, running locally instead
In file included from ftp_var.h:167,
                 from cmds.c:68:
ssl_port.h:22:1: warning: "NOPROTO" redefined
In file included from ftp_var.h:166,
                 from cmds.c:68:
sslapp.h:28:1: warning: this is the location of the previous definition
,
                 from cmdtab.c:41:
ssl_port.h:22:1: warning: "NOPROTO" redefined
In file included from ftp_var.h:166,
                 from cmdtab.c:41:
sslapp.h:28:1: warning: this is the location of the previous definition
In file included from ftp_var.h:167,
                 from domacro.c:45:
ssl_port.h:22:1: warning: "NOPROTO" redefined
In file included from ftp_var.h:166,
                 from domacro.c:45:
sslapp.h:28:1: warning: this is the location of the previous definition
distcc[30943] (dcc_writex) ERROR: failed to write: Connection reset by peer
distcc[30943] Warning: failed to distribute domacro.c to 127.0.0.1, running locally instead
In file included from ftp_var.h:167,
                 from glob.c:54:
ssl_port.h:22:1: warning: "NOPROTO" redefined
In file included from ftp_var.h:166,
                 from glob.c:54:
sslapp.h:28:1: warning: this is the location of the previous definition
distcc[30936] (dcc_writex) ERROR: failed to write: Connection reset by peer
distcc[30936] Warning: failed to distribute cmds.c to 127.0.0.1, running locally instead
distcc[30950] (dcc_writex) ERROR: failed to write: Connection reset by peer
distcc[30950] Warning: failed to distribute glob.c to 127.0.0.1, running locally instead
In file included from ftp_var.h:167,
                 from cmds.c:68:
ssl_port.h:22:1: warning: "NOPROTO" redefined
In file included from ftp_var.h:166,
                 from cmds.c:68:
sslapp.h:28:1: warning: this is the location of the previous definition
In file included from ftp_var.h:167,
                 from domacro.c:45:
ssl_port.h:22:1: warning: "NOPROTO" redefined
In file included from ftp_var.h:166,
                 from domacro.c:45:
sslapp.h:28:1: warning: this is the location of the previous definition
In file included from ftp_var.h:167,
                 from glob.c:54:
ssl_port.h:22:1: warning: "NOPROTO" redefined
In file included from ftp_var.h:166,
                 from glob.c:54:
sslapp.h:28:1: warning: this is the location of the previous definition
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)


Reproducible: Always
Comment 1 SpanKY gentoo-dev 2009-01-08 06:16:58 UTC

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