bug-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

inetutils bug in solaris 2.7


From: Super-User
Subject: inetutils bug in solaris 2.7
Date: Thu, 15 Mar 2001 18:00:37 -0800 (PST)

Hi there,

I'm trying to build inetutils 1.3.2 on my solaris 2.7 system and am having
a bit of trouble.

I first tried enabling encryption and authentication but this just got me some
compile errors (see large listing at the end of this email).

I removed those options and tried again. I hade to change telnet, telnetd and
talk Makefiles to include -lcurses. Some needed/wanted -lncurses. Anyway, I got
this code to compile but I wanted you to know that there are some minor 
problems.

Regards and thanks for your time,

George (address@hidden)


Here's the first build attempt log:


#!/bin/sh -xv

 sysver=`uname -s`
+ uname -s 
sysver=SunOS
 syslvl=`uname -r`
+ uname -r 
syslvl=5.7

 osname=$sysver.$syslvl
osname=SunOS.5.7

 make distclean
+ make distclean 
make: *** No rule to make target `distclean'.  Stop.

 ./configure --prefix=/usr/lsd/$osname --verbose                        \
             --enable-encryption                                        \
             --enable-authentication                                    \
             --with-ncurses-include-dir=/usr/lsd/$osname/include        \
             --without-PATHVAR
+ ./configure --prefix=/usr/lsd/SunOS.5.7 --verbose --enable-encryption 
--enable-authentication --with-ncurses-include-dir=/usr/lsd/SunOS.5.7/include 
--without-PATHVAR 
creating cache ./config.cache
checking whether make sets ${MAKE}... yes
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for working const... yes
checking for a BSD compatible install... /usr/lsd/bin/install -c
checking for bison... bison -y
checking host system type... sparc-sun-solaris2.7
checking build system type... sparc-sun-solaris2.7
checking for ar... ar
checking for ranlib... ranlib
checking for rm... //bin/rm
checking for malloc.h... yes
checking for errno.h... yes
checking for string.h... yes
checking for stdarg.h... yes
checking for termio.h... yes
checking for termios.h... yes
checking for stdlib.h... yes
checking for sys/tty.h... yes
checking for sys/utsname.h... yes
checking for glob.h... yes
checking for sys/ptyvar.h... yes
checking for sys/msgbuf.h... yes
checking for krb.h... no
checking for des.h... no
checking for netinet/in_systm.h... yes
checking for sys/filio.h... yes
checking for netinet/ip.h... yes
checking for netinet/ip_icmp.h... yes
checking for netinet/ip_var.h... yes
checking for vis.h... no
checking for sys/ioctl_compat.h... no
checking for sys/cdefs.h... no
checking for utmp.h... yes
checking for utmpx.h... yes
checking for sys/stream.h... yes
checking for arpa/nameser.h... yes
checking for sys/sockio.h... yes
checking for sys/sysmacros.h... yes
checking for sys/param.h... yes
checking for unistd.h... yes
checking for sys/file.h... yes
checking for fcntl.h... yes
checking for sys/proc.h... yes
checking for sys/select.h... yes
checking for sys/time.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking for inet_ntoa in -lnsl... yes
checking for getpeername in -lsocket... yes
checking for gethostname in -lresolv... yes
checking for revoke in -lbsd... no
checking for cgetent... no
checking for uname... yes
checking for setutent_r... no
checking for fpathconf... yes
checking for tcgetattr... yes
checking for sigvec... no
checking for sigaction... yes
checking for flock... no
checking for ftruncate... yes
checking for wait3... yes
checking for memcpy... yes
checking for bcopy... yes
checking for bzero... yes
checking for setsid... yes
checking for cfsetspeed... no
checking for strchr... yes
checking for waitpid... yes
checking for seteuid... yes
checking for setegid... yes
checking for setreuid... yes
checking for setregid... yes
checking for setresuid... no
checking for setresgid... no
checking for killpg... yes
checking for setlinebuf... yes
checking for utimes... yes
checking for utime... yes
checking for daemon... yes
checking for strdup... yes
checking for setenv... no
checking for memset... yes
checking for memmove... yes
checking for iruserok... no
checking for herror... yes
checking for xstrdup... no
checking for getusershell... yes
checking for setpgid... yes
checking whether fclose is declared... yes
checking whether pclose is declared... yes
checking whether getpass is declared... no
checking whether getusershell is declared... no
checking whether strerror is declared... yes
checking whether strchr is declared... yes
checking if getcwd accepts a 0 size argument... no
checking whether htons is declared... no
checking whether environ is declared... no
checking for EWOULDBLOCK... yes
checking whether errno is declared... yes
checking for __P... no
checking for revoke... no
checking for working alloca.h... yes
checking for alloca... yes
checking whether setvbuf arguments are reversed... no
checking for ANSI C header files... yes
checking for pid_t... yes
checking for vfork.h... no
checking for working vfork... yes
checking for syslog internal macros... no
checking for logout in -lutil... no
checking for login... no
checking for logout... no
checking for logwtmp... no
checking for openpty... no
checking for forkpty... no
checking for iruserok... (cached) no
checking for login_tty... no
checking whether gcc weak references work... yes
checking whether pragma weak references work... yes
checking for crypt in -lcrypt... yes
checking for crypt... yes
checking whether crypt is declared... no
checking for SEEK_ macros... yes
checking for fd_set macros... yes
checking for st_blksize in struct stat... yes
checking whether struct stat has st_mtimespec field... no
checking whether struct stat has st_mtime_usec field... no
checking for initscr in -lncurses... yes
checking for ncurses include dir... /usr/lsd/SunOS.5.7/include
checking whether struct osockaddr is defined... no
checking whether struct sockaddr_in has sin_len field... no
checking for glob in -lglob... no
checking for glob... yes
checking for system glob is ok... no
checking for krb_mk_req in -lkrb... yes
checking for des_key_sched in -ldes... no
checking for getopt_long... no
checking for verrx... no
checking whether struct lastlog is defined... no
checking whether struct utmp has ut_type field... yes
checking whether struct utmp has ut_host field... no
checking whether struct utmp has ut_tv field... no
checking whether struct utmpx has ut_tv field... yes
checking for strerror... yes
checking for h_errno... yes
checking whether h_errno is declared... yes
checking for hstrerror... yes
checking whether hstrerror is declared... yes
checking return type of signal handlers... void
checking whether sig_t is defined... no
checking whether sigset_t is defined... yes
checking whether sig_atomic_t is defined... yes
checking for __progname... no
checking for snprintf... yes
checking for vsnprintf... yes
checking for paths.h... no
checking for value of PATH_BSHELL... //bin/sh
checking for value of PATH_CONSOLE... /dev/console
checking for value of PATH_CP... /usr/lsd/bin/cp
checking for value of PATH_DEFPATH... (default) $(bindir):/usr/bin:/bin
checking for value of PATH_DEV... /dev/
checking for value of PATH_TTY_PFX... /dev/
checking for value of PATH_DEVNULL... /dev/null
checking for value of PATH_FTPLOGINMESG... /etc/motd
checking for value of PATH_FTPUSERS... (default) $(sysconfdir)/ftpusers
checking for value of PATH_FTPWELCOME... (default) $(sysconfdir)/ftpwelcome
checking for value of PATH_INETDCONF... (default) $(sysconfdir)/inetd.conf
checking for value of PATH_UTMP... from UTMP_FILE in <utmp.h>
checking for value of PATH_WTMP... from WTMP_FILE in <utmp.h>
checking for value of PATH_LASTLOG... /var/adm/lastlog
checking for value of PATH_LOG... /dev/log
checking for value of PATH_KLOG... (default) no
checking for value of PATH_LOGCONF... (default) $(sysconfdir)/syslog.conf
checking for value of PATH_LOGIN... //bin/login
checking for value of PATH_LOGPID... (default) $(localstatedir)/run/syslog.pid
checking for value of PATH_NOLOGIN... (default) $(sysconfdir)/nologin
checking for value of PATH_RLOGIN... (default) $(bindir)/rlogin
checking for value of PATH_RSH... (default) $(bindir)/rsh
checking for value of PATH_TMP... /tmp/
checking for value of PATH_TTY... /dev/tty
checking for value of PATH_UUCICO... /usr/lib/uucp/uucico
checking for value of PATH_HEQUIV... (default) /etc/hosts.equiv
updating cache ./config.cache
creating ./config.status
creating Makefile
creating config.make
creating include/confpaths.h
creating headers/Makefile
creating inetd/Makefile
creating ftpd/Makefile
creating telnetd/Makefile
creating rshd/Makefile
creating rlogind/Makefile
creating uucpd/Makefile
creating rexecd/Makefile
creating syslogd/Makefile
creating tftpd/Makefile
creating telnet/Makefile
creating ftp/Makefile
creating rsh/Makefile
creating rcp/Makefile
creating rlogin/Makefile
creating tftp/Makefile
creating syslog/Makefile
creating libtelnet/Makefile
creating libinetutils/Makefile
creating talkd/Makefile
creating talk/Makefile
creating include/config.h
linking ./glob/glob.h to include/glob.h
linking ./headers/version.h to include/version.h
linking ./headers/crypt.h to include/crypt.h
linking ./headers/arpa/telnet.h to include/arpa/telnet.h
linking ./headers/arpa/ftp.h to include/arpa/ftp.h
linking ./headers/arpa/tftp.h to include/arpa/tftp.h
linking ./headers/protocols/talkd.h to include/protocols/talkd.h
linking ./headers/syslog-int.h to include/syslog-int.h
linking ./headers/osockaddr.h to include/osockaddr.h
linking ./headers/getopt.h to include/getopt.h
linking ./headers/err.h to include/err.h
configuring in glob
running /bin/sh ./configure  --prefix=/usr/lsd/SunOS.5.7 --verbose 
--enable-encryption --enable-authentication 
--with-ncurses-include-dir=/usr/lsd/SunOS.5.7/include --without-PATHVAR 
--cache-file=.././config.cache --srcdir=.
loading cache .././config.cache
checking for gcc... (cached) gcc
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... yes
checking for ar... (cached) ar
checking for ranlib... (cached) ranlib
checking how to run the C preprocessor... (cached) gcc -E
checking for AIX... no
checking for minix/config.h... no
checking for POSIXized ISC... no
checking for working const... (cached) yes
checking whether cross-compiling... no
checking for ANSI C header files... (cached) yes
checking for memory.h... yes
checking for unistd.h... (cached) yes
checking for string.h... (cached) yes
checking for dirent.h that defines DIR... yes
checking for -ldir... no
checking whether closedir returns void... no
checking for working alloca.h... (cached) yes
checking for alloca... yes
checking for strcoll... yes
updating cache .././config.cache
creating ./config.status
creating Makefile

 make clean
+ make clean 
make -C glob clean
make[1]: Entering directory 
`/tools/grgoffe/tools/inetutils/inetutils-1.3.2/glob'
rm -f libglob.a *.o core
make[1]: Leaving directory `/tools/grgoffe/tools/inetutils/inetutils-1.3.2/glob'
make -C headers clean
make[1]: Entering directory 
`/tools/grgoffe/tools/inetutils/inetutils-1.3.2/headers'
//bin/rm -f 
make[1]: Leaving directory 
`/tools/grgoffe/tools/inetutils/inetutils-1.3.2/headers'
make -C inetd clean
make[1]: Entering directory 
`/tools/grgoffe/tools/inetutils/inetutils-1.3.2/inetd'
//bin/rm -f inetd inetd.o
make[1]: Leaving directory 
`/tools/grgoffe/tools/inetutils/inetutils-1.3.2/inetd'
make -C ftpd clean
make[1]: Entering directory 
`/tools/grgoffe/tools/inetutils/inetutils-1.3.2/ftpd'
//bin/rm -f ftpd  ftpd.o ftpcmd.o popen.o
make[1]: Leaving directory `/tools/grgoffe/tools/inetutils/inetutils-1.3.2/ftpd'
make -C telnetd clean
make[1]: Entering directory 
`/tools/grgoffe/tools/inetutils/inetutils-1.3.2/telnetd'
//bin/rm -f telnetd authenc.o global.o slc.o state.o sys_term.o telnetd.o 
termstat.o utility.o
make[1]: Leaving directory 
`/tools/grgoffe/tools/inetutils/inetutils-1.3.2/telnetd'
make -C rshd clean
make[1]: Entering directory 
`/tools/grgoffe/tools/inetutils/inetutils-1.3.2/rshd'
//bin/rm -f rshd rshd.o
make[1]: Leaving directory `/tools/grgoffe/tools/inetutils/inetutils-1.3.2/rshd'
make -C rlogind clean
make[1]: Entering directory 
`/tools/grgoffe/tools/inetutils/inetutils-1.3.2/rlogind'
//bin/rm -f rlogind rlogind.o
make[1]: Leaving directory 
`/tools/grgoffe/tools/inetutils/inetutils-1.3.2/rlogind'
make -C uucpd clean
make[1]: Entering directory 
`/tools/grgoffe/tools/inetutils/inetutils-1.3.2/uucpd'
//bin/rm -f uucpd uucpd.o
make[1]: Leaving directory 
`/tools/grgoffe/tools/inetutils/inetutils-1.3.2/uucpd'
make -C rexecd clean
make[1]: Entering directory 
`/tools/grgoffe/tools/inetutils/inetutils-1.3.2/rexecd'
//bin/rm -f rexecd rexecd.o
make[1]: Leaving directory 
`/tools/grgoffe/tools/inetutils/inetutils-1.3.2/rexecd'
make -C syslogd clean
make[1]: Entering directory 
`/tools/grgoffe/tools/inetutils/inetutils-1.3.2/syslogd'
//bin/rm -f syslogd syslogd.o
make[1]: Leaving directory 
`/tools/grgoffe/tools/inetutils/inetutils-1.3.2/syslogd'
make -C tftpd clean
make[1]: Entering directory 
`/tools/grgoffe/tools/inetutils/inetutils-1.3.2/tftpd'
//bin/rm -f tftpd  tftpsubs.o
make[1]: Leaving directory 
`/tools/grgoffe/tools/inetutils/inetutils-1.3.2/tftpd'
make -C telnet clean
make[1]: Entering directory 
`/tools/grgoffe/tools/inetutils/inetutils-1.3.2/telnet'
//bin/rm -f telnet authenc.o commands.o main.o network.o ring.o sys_bsd.o 
telnet.o terminal.o tn3270.o utilities.o
make[1]: Leaving directory 
`/tools/grgoffe/tools/inetutils/inetutils-1.3.2/telnet'
make -C ftp clean
make[1]: Entering directory `/tools/grgoffe/tools/inetutils/inetutils-1.3.2/ftp'
//bin/rm -f ftp cmds.o cmdtab.o ftp.o main.o ruserpass.o domacro.o
make[1]: Leaving directory `/tools/grgoffe/tools/inetutils/inetutils-1.3.2/ftp'
make -C rsh clean
make[1]: Entering directory `/tools/grgoffe/tools/inetutils/inetutils-1.3.2/rsh'
//bin/rm -f rsh rsh.o
make[1]: Leaving directory `/tools/grgoffe/tools/inetutils/inetutils-1.3.2/rsh'
make -C rcp clean
make[1]: Entering directory `/tools/grgoffe/tools/inetutils/inetutils-1.3.2/rcp'
//bin/rm -f rcp rcp.o util.o
make[1]: Leaving directory `/tools/grgoffe/tools/inetutils/inetutils-1.3.2/rcp'
make -C rlogin clean
make[1]: Entering directory 
`/tools/grgoffe/tools/inetutils/inetutils-1.3.2/rlogin'
//bin/rm -f rlogin rlogin.o
make[1]: Leaving directory 
`/tools/grgoffe/tools/inetutils/inetutils-1.3.2/rlogin'
make -C tftp clean
make[1]: Entering directory 
`/tools/grgoffe/tools/inetutils/inetutils-1.3.2/tftp'
//bin/rm -f tftp main.o tftp.o tftpsubs.o
make[1]: Leaving directory `/tools/grgoffe/tools/inetutils/inetutils-1.3.2/tftp'
make -C syslog clean
make[1]: Entering directory 
`/tools/grgoffe/tools/inetutils/inetutils-1.3.2/syslog'
//bin/rm -f syslog syslog.o
make[1]: Leaving directory 
`/tools/grgoffe/tools/inetutils/inetutils-1.3.2/syslog'
make -C libtelnet clean
make[1]: Entering directory 
`/tools/grgoffe/tools/inetutils/inetutils-1.3.2/libtelnet'
//bin/rm -f libtelnet.a genget.o getent.o
make[1]: Leaving directory 
`/tools/grgoffe/tools/inetutils/inetutils-1.3.2/libtelnet'
make -C libinetutils clean
make[1]: Entering directory 
`/tools/grgoffe/tools/inetutils/inetutils-1.3.2/libinetutils'
//bin/rm -f libinetutils.a setsig.o ttymsg.o version.o localhost.o cleansess.o 
logwtmpko.o setenv.o iruserok.o xstrdup.o revoke.o login.o logout.o logwtmp.o 
openpty.o forkpty.o iruserok.o login_tty.o getopt.o getopt1.o err.o 
__progname.o  xmalloc.o
make[1]: Leaving directory 
`/tools/grgoffe/tools/inetutils/inetutils-1.3.2/libinetutils'
make -C talkd clean
make[1]: Entering directory 
`/tools/grgoffe/tools/inetutils/inetutils-1.3.2/talkd'
//bin/rm -f talkd talkd.o announce.o process.o table.o print.o
make[1]: Leaving directory 
`/tools/grgoffe/tools/inetutils/inetutils-1.3.2/talkd'
make -C talk clean
make[1]: Entering directory 
`/tools/grgoffe/tools/inetutils/inetutils-1.3.2/talk'
//bin/rm -f talk talk.o ctl.o ctl_transact.o display.o get_addrs.o get_names.o 
init_disp.o invite.o io.o look_up.o msgs.o
make[1]: Leaving directory `/tools/grgoffe/tools/inetutils/inetutils-1.3.2/talk'

 make depend
+ make depend 
make: *** No rule to make target `depend'.  Stop.

 make
+ make 
make -C glob all
make[1]: Entering directory 
`/tools/grgoffe/tools/inetutils/inetutils-1.3.2/glob'
gcc -I. -I. -c \
      -DSTDC_HEADERS=1 -DHAVE_MEMORY_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 
-DHAVE_DIRENT_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_STRCOLL=1   -g -O 
glob.c -o glob.o
gcc -I. -I. -c \
      -DSTDC_HEADERS=1 -DHAVE_MEMORY_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 
-DHAVE_DIRENT_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_STRCOLL=1   -g -O 
fnmatch.c -o fnmatch.o
ar rv libglob.a glob.o fnmatch.o
ar: creating libglob.a
ar: writing libglob.a
a - glob.o
a - fnmatch.o
ranlib libglob.a
make[1]: Leaving directory `/tools/grgoffe/tools/inetutils/inetutils-1.3.2/glob'
make -C libtelnet all
make[1]: Entering directory 
`/tools/grgoffe/tools/inetutils/inetutils-1.3.2/libtelnet'
gcc -g -O2 -DHAVE_CONFIG_H -I. -I../include   -c -o genget.o genget.c
gcc -g -O2 -DHAVE_CONFIG_H -I. -I../include   -c -o getent.o getent.c
ar rcv libtelnet.a genget.o getent.o
ar: writing libtelnet.a
a - genget.o
a - getent.o
ranlib libtelnet.a
make[1]: Leaving directory 
`/tools/grgoffe/tools/inetutils/inetutils-1.3.2/libtelnet'
make -C libinetutils all
make[1]: Entering directory 
`/tools/grgoffe/tools/inetutils/inetutils-1.3.2/libinetutils'
gcc -g -O2 -DHAVE_CONFIG_H -I. -I../include   -c -o setsig.o setsig.c
gcc -g -O2 -DHAVE_CONFIG_H -I. -I../include -DPATH_TTY_PFX=\"/dev/\"  -c -o 
ttymsg.o ttymsg.c
gcc -g -O2 -DHAVE_CONFIG_H -I. -I../include   -c -o version.o version.c
gcc -g -O2 -DHAVE_CONFIG_H -I. -I../include   -c -o localhost.o localhost.c
gcc -g -O2 -DHAVE_CONFIG_H -I. -I../include -DPATH_TTY_PFX=\"/dev/\"  -c -o 
cleansess.o cleansess.c
gcc -g -O2 -DHAVE_CONFIG_H -I. -I../include   -c -o logwtmpko.o logwtmpko.c
gcc -g -O2 -DHAVE_CONFIG_H -I. -I../include   -c -o setenv.o setenv.c
gcc -g -O2 -DHAVE_CONFIG_H -I. -I../include -DPATH_HEQUIV=\"/etc/hosts.equiv\"  
-c -o iruserok.o iruserok.c
gcc -g -O2 -DHAVE_CONFIG_H -I. -I../include   -c -o xstrdup.o xstrdup.c
gcc -g -O2 -DHAVE_CONFIG_H -I. -I../include   -c -o revoke.o revoke.c
gcc -g -O2 -DHAVE_CONFIG_H -I. -I../include   -c -o login.o login.c
gcc -g -O2 -DHAVE_CONFIG_H -I. -I../include   -c -o logout.o logout.c
gcc -g -O2 -DHAVE_CONFIG_H -I. -I../include   -c -o logwtmp.o logwtmp.c
gcc -g -O2 -DHAVE_CONFIG_H -I. -I../include   -c -o openpty.o openpty.c
gcc -g -O2 -DHAVE_CONFIG_H -I. -I../include   -c -o forkpty.o forkpty.c
gcc -g -O2 -DHAVE_CONFIG_H -I. -I../include   -c -o login_tty.o login_tty.c
gcc -g -O2 -DHAVE_CONFIG_H -I. -I../include   -c -o getopt.o getopt.c
gcc -g -O2 -DHAVE_CONFIG_H -I. -I../include   -c -o getopt1.o getopt1.c
gcc -g -O2 -DHAVE_CONFIG_H -I. -I../include   -c -o err.o err.c
gcc -g -O2 -DHAVE_CONFIG_H -I. -I../include   -c -o __progname.o __progname.c
gcc -g -O2 -DHAVE_CONFIG_H -I. -I../include   -c -o xmalloc.o xmalloc.c
ar rcv libinetutils.a setsig.o ttymsg.o version.o localhost.o cleansess.o 
logwtmpko.o setenv.o iruserok.o xstrdup.o revoke.o login.o logout.o logwtmp.o 
openpty.o forkpty.o login_tty.o getopt.o getopt1.o err.o __progname.o xmalloc.o
ar: writing libinetutils.a
a - setsig.o
a - ttymsg.o
a - version.o
a - localhost.o
a - cleansess.o
a - logwtmpko.o
a - setenv.o
a - iruserok.o
a - xstrdup.o
a - revoke.o
a - login.o
a - logout.o
a - logwtmp.o
a - openpty.o
a - forkpty.o
a - login_tty.o
a - getopt.o
a - getopt1.o
a - err.o
a - __progname.o
a - xmalloc.o
ranlib libinetutils.a
make[1]: Leaving directory 
`/tools/grgoffe/tools/inetutils/inetutils-1.3.2/libinetutils'
make -C inetd all
make[1]: Entering directory 
`/tools/grgoffe/tools/inetutils/inetutils-1.3.2/inetd'
gcc -g -O2 -DHAVE_CONFIG_H -I. -I../include  
-DPATH_INETDCONF=\"/usr/lsd/SunOS.5.7/etc/inetd.conf\"   inetd.c  
-L../libinetutils -linetutils -lresolv -lsocket -lnsl  -o inetd
make[1]: Leaving directory 
`/tools/grgoffe/tools/inetutils/inetutils-1.3.2/inetd'
make -C ftpd all
make[1]: Entering directory 
`/tools/grgoffe/tools/inetutils/inetutils-1.3.2/ftpd'
v/null\" -DPATH_BSHELL=\"//bin/sh\"  -c -o ftpd.o ftpd.c
v/null\" -DPATH_BSHELL=\"//bin/sh\"  -c -o ftpcmd.o ftpcmd.c
v/null\" -DPATH_BSHELL=\"//bin/sh\"  -c -o popen.o popen.c
gcc   ftpd.o ftpcmd.o popen.o  -L../libinetutils -linetutils -lresolv -lsocket 
-lnsl  -L../glob -lglob  -lcrypt -o ftpd
make[1]: Leaving directory `/tools/grgoffe/tools/inetutils/inetutils-1.3.2/ftpd'
make -C telnetd all
make[1]: Entering directory 
`/tools/grgoffe/tools/inetutils/inetutils-1.3.2/telnetd'
gcc -g -O2 -DHAVE_CONFIG_H -I. -I../include  -DLINEMODE -DKLUDGELINEMODE 
-DDIAGNOSTICS -DENV_HACK -DOLD_ENVIRON -DPATH_LOGIN=\"//bin/login\" 
-DPATH_TTY=\"/dev/tty\"    -c -o telnetd.o telnetd.c
telnetd.c:78:28: libtelnet/auth.h: No such file or directory
telnetd.c: In function `main':
telnetd.c:216: `AUTH_OTHER' undeclared (first use in this function)
telnetd.c:216: (Each undeclared identifier is reported only once
telnetd.c:216: for each function it appears in.)
telnetd.c:218: `AUTH_USER' undeclared (first use in this function)
telnetd.c:220: `AUTH_VALID' undeclared (first use in this function)
make[1]: *** [telnetd.o] Error 1
make[1]: Leaving directory 
`/tools/grgoffe/tools/inetutils/inetutils-1.3.2/telnetd'
make: *** [telnetd-all] Error 2

 make install
+ make install 
make -C glob install
make[1]: Entering directory 
`/tools/grgoffe/tools/inetutils/inetutils-1.3.2/glob'
make[1]: Nothing to be done for `install'.
make[1]: Leaving directory `/tools/grgoffe/tools/inetutils/inetutils-1.3.2/glob'
make -C libtelnet install
make[1]: Entering directory 
`/tools/grgoffe/tools/inetutils/inetutils-1.3.2/libtelnet'
/usr/lsd/bin/install -c -m 644  libtelnet.a /usr/lsd/SunOS.5.7/lib/libtelnet.a
make[1]: Leaving directory 
`/tools/grgoffe/tools/inetutils/inetutils-1.3.2/libtelnet'
make -C libinetutils install
make[1]: Entering directory 
`/tools/grgoffe/tools/inetutils/inetutils-1.3.2/libinetutils'
make[1]: Nothing to be done for `install'.
make[1]: Leaving directory 
`/tools/grgoffe/tools/inetutils/inetutils-1.3.2/libinetutils'
make -C inetd install
make[1]: Entering directory 
`/tools/grgoffe/tools/inetutils/inetutils-1.3.2/inetd'
/usr/lsd/bin/install -c  inetd /usr/lsd/SunOS.5.7/sbin/inetd
/usr/lsd/bin/install -c -m 644  inetd.8 /usr/lsd/SunOS.5.7/man/man8/inetd.8
make[1]: Leaving directory 
`/tools/grgoffe/tools/inetutils/inetutils-1.3.2/inetd'
make -C ftpd install
make[1]: Entering directory 
`/tools/grgoffe/tools/inetutils/inetutils-1.3.2/ftpd'
/usr/lsd/bin/install -c  ftpd /usr/lsd/SunOS.5.7/libexec/in.ftpd
/usr/lsd/bin/install -c -m 644  ftpd.8 /usr/lsd/SunOS.5.7/man/man8/ftpd.8
make[1]: Leaving directory `/tools/grgoffe/tools/inetutils/inetutils-1.3.2/ftpd'
make -C telnetd install
make[1]: Entering directory 
`/tools/grgoffe/tools/inetutils/inetutils-1.3.2/telnetd'
gcc -g -O2 -DHAVE_CONFIG_H -I. -I../include  -DLINEMODE -DKLUDGELINEMODE 
-DDIAGNOSTICS -DENV_HACK -DOLD_ENVIRON -DPATH_LOGIN=\"//bin/login\" 
-DPATH_TTY=\"/dev/tty\"    -c -o telnetd.o telnetd.c
telnetd.c:78:28: libtelnet/auth.h: No such file or directory
telnetd.c: In function `main':
telnetd.c:216: `AUTH_OTHER' undeclared (first use in this function)
telnetd.c:216: (Each undeclared identifier is reported only once
telnetd.c:216: for each function it appears in.)
telnetd.c:218: `AUTH_USER' undeclared (first use in this function)
telnetd.c:220: `AUTH_VALID' undeclared (first use in this function)
make[1]: *** [telnetd.o] Error 1
make[1]: Leaving directory 
`/tools/grgoffe/tools/inetutils/inetutils-1.3.2/telnetd'
make: *** [install-telnetd] Error 2

 exit 0
+ exit 0 










reply via email to

[Prev in Thread] Current Thread [Next in Thread]