From owner-freebsd-questions Thu Apr 12 11:41:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.akalink.com (akalink.com [64.23.81.14]) by hub.freebsd.org (Postfix) with SMTP id C329737B43F for ; Thu, 12 Apr 2001 11:41:35 -0700 (PDT) (envelope-from rst@akalink.com) Received: (qmail 97267 invoked from network); 12 Apr 2001 17:40:20 -0000 Received: from unknown (HELO gmoto) (64.23.81.14) by akalink.com with SMTP; 12 Apr 2001 17:40:20 -0000 Message-ID: <001301c0c380$78978500$0200320a@gmoto> From: "mmap" To: Subject: Make ftpd failure Date: Thu, 12 Apr 2001 14:43:30 -0400 Organization: Akalink MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0010_01C0C35E.F13B2060" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0010_01C0C35E.F13B2060 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, When I build ftpd from 4-stable, I get the following error. cc -O -pipe -DSETPROCTITLE -DSKEY -DLOGIN_CAP -DVIRTUAL_HOSTING -Wall = -DINET 6 -Dmain=3Dls_main -I/usr/src/libexec/ftpd/../../bin/ls -c ftpd.c ftpd.c: In function `send_file_list': ftpd.c:2663: `GLOB_MAXPATH' undeclared (first use in this function) ftpd.c:2663: (Each undeclared identifier is reported only once ftpd.c:2663: for each function it appears in.) ftpd.c:2652: warning: variable `dout' might be clobbered by `longjmp' or `vfork' ftpd.c:2653: warning: variable `dirlist' might be clobbered by `longjmp' = or `vfork' ftpd.c:2654: warning: variable `simple' might be clobbered by `longjmp' = or `vfork' ftpd.c:2655: warning: variable `freeglob' might be clobbered by = `longjmp' or `vfork' I also built this on several different machines and I ended up with the = same error. Is their any solution for this problem? Thank you. ------=_NextPart_000_0010_01C0C35E.F13B2060 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello,


When I build ftpd from 4-stable, I get the = following=20 error.

cc -O -pipe -DSETPROCTITLE -DSKEY -DLOGIN_CAP = -DVIRTUAL_HOSTING=20 -Wall -DINET
6 -Dmain=3Dls_main=20 -I/usr/src/libexec/ftpd/../../bin/ls   -c ftpd.c
ftpd.c: In = function `send_file_list':
ftpd.c:2663: `GLOB_MAXPATH' undeclared = (first use=20 in this function)
ftpd.c:2663: (Each undeclared identifier is = reported only=20 once
ftpd.c:2663: for each function it appears in.)
ftpd.c:2652: = warning:=20 variable `dout' might be clobbered by `longjmp' = or
`vfork'
ftpd.c:2653:=20 warning: variable `dirlist' might be clobbered by `longjmp'=20 or
`vfork'
ftpd.c:2654: warning: variable `simple' might be = clobbered by=20 `longjmp' or
`vfork'
ftpd.c:2655: warning: variable `freeglob' = might be=20 clobbered by `longjmp' or
`vfork'

I also built this on several = different machines and I ended up with the same error.

Is their = any=20 solution for this problem?

Thank you.
------=_NextPart_000_0010_01C0C35E.F13B2060-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message