From owner-freebsd-questions Mon Jul 19 9:28:26 1999 Delivered-To: freebsd-questions@freebsd.org Received: from bureau6.utcc.utoronto.ca (bureau6.utcc.utoronto.ca [128.100.132.16]) by hub.freebsd.org (Postfix) with ESMTP id 6F0C81521F for ; Mon, 19 Jul 1999 09:28:20 -0700 (PDT) (envelope-from pc.mackenzie@utoronto.ca) Received: from nic22.ulti.net ([207.245.11.22] HELO paul ident: NO-IDENT-SERVICE [port 1813]) by bureau6.utcc.utoronto.ca with SMTP id <464168-23896>; Mon, 19 Jul 1999 12:27:41 -0400 Message-Id: <4.1.19990719122535.00924140@mail.globalserve.net> X-Sender: pc.mackenzie@mailbox21.utcc.utoronto.ca X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Mon, 19 Jul 1999 12:27:43 -0400 To: freebsd-questions@FreeBSD.ORG From: Paul MacKenzie Subject: error compiling ftpd with tahe FTPD_INTERNAL_LS=true in make.conf Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I am trying to set upthe Chroot settingsby compiling ls within ftpd, and I get this error, As I understand very little about the errors messages, any help would be appreciated Thanks Paul wolf# make Warning: Object directory not changed from original /usr/src/libexec/ftpd cc -O -DSETPROCTITLE -DSKEY -DLOGIN_CAP -DVIRTUAL_HOSTING -Wall -DINTERNAL_LS -Dmain=ls_main -I/usr/src/libexec/ftpd/../../bin/ls -c ftpd.c ftpd.c: In function `send_file_list': ftpd.c:2116: warning: variable `dout' might be clobbered by `longjmp' or `vfork' ftpd.c:2117: warning: variable `dirlist' might be clobbered by `longjmp' or `vfork' ftpd.c:2118: warning: variable `simple' might be clobbered by `longjmp' or `vfork' ftpd.c:2119: warning: variable `freeglob' might be clobbered by `longjmp' or `vfork' yacc -d ftpcmd.y mv y.tab.c ftpcmd.c cc -O -DSETPROCTITLE -DSKEY -DLOGIN_CAP -DVIRTUAL_HOSTING -Wall -DINTERNAL_LS -Dmain=ls_main -I/usr/src/libexec/ftpd/../../bin/ls -c ftpcmd.c cc -O -DSETPROCTITLE -DSKEY -DLOGIN_CAP -DVIRTUAL_HOSTING -Wall -DINTERNAL_LS -Dmain=ls_main -I/usr/src/libexec/ftpd/../../bin/ls -c logwtmp.c cc -O -DSETPROCTITLE -DSKEY -DLOGIN_CAP -DVIRTUAL_HOSTING -Wall -DINTERNAL_LS -Dmain=ls_main -I/usr/src/libexec/ftpd/../../bin/ls -c popen.c popen.c: In function `ftpd_popen': popen.c:80: warning: variable `iop' might be clobbered by `longjmp' or `vfork' popen.c:81: warning: variable `gargc' might be clobbered by `longjmp' or `vfork' cc -O -DSETPROCTITLE -DSKEY -DLOGIN_CAP -DVIRTUAL_HOSTING -Wall -DINTERNAL_LS -Dmain=ls_main -I/usr/src/libexec/ftpd/../../bin/ls -c skey-stuff.c make: don't know how to make ls.c. Stop To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message