From owner-freebsd-current Mon Apr 10 14:15:47 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA04406 for current-outgoing; Mon, 10 Apr 1995 14:15:47 -0700 Received: from pelican.com (pelican.com [134.24.4.62]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id OAA04369 for ; Mon, 10 Apr 1995 14:15:33 -0700 Received: by pelican.com (Smail3.1.28.1 #5) id m0ryQns-000K0jC; Mon, 10 Apr 95 14:15 WET DST Message-Id: From: pete@pelican.com (Pete Carah) Subject: make world, yesterday morning sup To: current@FreeBSD.org Date: Mon, 10 Apr 1995 14:15:24 -0700 (PDT) X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 2201 Sender: current-owner@FreeBSD.org Precedence: bulk Make world from a Sunday morning PDT sup: -------------------------------------------------------------------------- TRY_ABOR -DGATEWAY -c /u2/pete/src-2.0/usr.bin/ncftp/ftprc.c /u2/pete/src-2.0/usr.bin/ncftp/ftprc.c: In function `SortRecentList': /u2/pete/src-2.0/usr.bin/ncftp/ftprc.c:255: warning: passing arg 4 of `qsort' fr om incompatible pointer type cc -O2 -DGZCAT=\"/usr/bin/gzcat\" -DREADLINE -DCURSES -DNO_CURSES_H -DSYSLOG -D TRY_ABOR -DGATEWAY -c /u2/pete/src-2.0/usr.bin/ncftp/getpass.c cc -O2 -DGZCAT=\"/usr/bin/gzcat\" -DREADLINE -DCURSES -DNO_CURSES_H -DSYSLOG -D TRY_ABOR -DGATEWAY -c /u2/pete/src-2.0/usr.bin/ncftp/glob.c cc -O2 -DGZCAT=\"/usr/bin/gzcat\" -DREADLINE -DCURSES -DNO_CURSES_H -DSYSLOG -D TRY_ABOR -DGATEWAY -c /u2/pete/src-2.0/usr.bin/ncftp/main.c cc -O2 -DGZCAT=\"/usr/bin/gzcat\" -DREADLINE -DCURSES -DNO_CURSES_H -DSYSLOG -D TRY_ABOR -DGATEWAY -c /u2/pete/src-2.0/usr.bin/ncftp/open.c cc -O2 -DGZCAT=\"/usr/bin/gzcat\" -DREADLINE -DCURSES -DNO_CURSES_H -DSYSLOG -D TRY_ABOR -DGATEWAY -c /u2/pete/src-2.0/usr.bin/ncftp/set.c cc -O2 -DGZCAT=\"/usr/bin/gzcat\" -DREADLINE -DCURSES -DNO_CURSES_H -DSYSLOG -D TRY_ABOR -DGATEWAY -c /u2/pete/src-2.0/usr.bin/ncftp/tips.c cc -O2 -DGZCAT=\"/usr/bin/gzcat\" -DREADLINE -DCURSES -DNO_CURSES_H -DSYSLOG -D TRY_ABOR -DGATEWAY -c /u2/pete/src-2.0/usr.bin/ncftp/util.c cc -O2 -DGZCAT=\"/usr/bin/gzcat\" -DREADLINE -DCURSES -DNO_CURSES_H -DSYSLOG -D TRY_ABOR -DGATEWAY -o ncftp cmds.o cmdtab.o ftp.o ftprc.o getpass.o glob.o ma in.o open.o set.o tips.o util.o -lreadline -ltermcap ===> usr.bin/netstat cc -O2 -I/sys -c /u2/pete/src-2.0/usr.bin/netstat/if.c cc -O2 -I/sys -c /u2/pete/src-2.0/usr.bin/netstat/inet.c /u2/pete/src-2.0/usr.bin/netstat/inet.c: In function `protopr': /u2/pete/src-2.0/usr.bin/netstat/inet.c:102: structure has no member named `list ' *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 -------------------------------------------------------------------- Arg 4 of qsort is usually incompatible but I like to cast them :-) The other in netstat is more serious; either make world is missing a beforeinstall somewhere or someone broke something :-) -- Pete