Skip site navigation (1)Skip section navigation (2)
From:      Paul MacKenzie <pc.mackenzie@utoronto.ca>
To:        freebsd-questions@FreeBSD.ORG
Subject:   error compiling ftpd with tahe FTPD_INTERNAL_LS=true in make.conf
Message-ID:  <4.1.19990719122535.00924140@mail.globalserve.net>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4.1.19990719122535.00924140>