Date: Tue, 13 Feb 2001 18:07:32 -0800 (PST) From: Isaac Mushinsky <itz@mushinsky.net> To: freebsd-stable@freebsd.org Subject: make world failure on telnetd Message-ID: <Pine.BSF.4.21.0102131804070.5993-100000@localhost>
next in thread | raw e-mail | index | archive | help
make buildworld fails in /usr/src/libexec/telnetd. This is the latest cvs stable source. Would anybody know why is pathnames.h missing? The following is what happens when you try make on that directory (I did not save the out put of make world). cc -O -pipe -DLINEMODE -DUSE_TERMIO -DDIAGNOSTICS -DOLD_ENVIRON -DENV_HACK -I/usr/src/libexec/telnetd/../../lib -DINET6 -c /usr/src/libexec/telnetd/sys_term.c /usr/src/libexec/telnetd/sys_term.c:43: pathnames.h: No such file or directory /usr/src/libexec/telnetd/sys_term.c: In function `getptyslave': /usr/src/libexec/telnetd/sys_term.c:1088: `_PATH_TTY' undeclared (first use in this function) /usr/src/libexec/telnetd/sys_term.c:1088: (Each undeclared identifier is reported only once /usr/src/libexec/telnetd/sys_term.c:1088: for each function it appears in.) /usr/src/libexec/telnetd/sys_term.c: In function `start_login': /usr/src/libexec/telnetd/sys_term.c:1735: `_PATH_LOGIN' undeclared (first use in this function) *** Error code 1 Stop in /usr/src/libexec/telnetd. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0102131804070.5993-100000>