From owner-freebsd-ports Sat Feb 1 02:32:30 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA13588 for ports-outgoing; Sat, 1 Feb 1997 02:32:30 -0800 (PST) Received: from mailhost.anasazi.com (mailhost.anasazi.com [138.113.128.2]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id CAA13579 for ; Sat, 1 Feb 1997 02:32:24 -0800 (PST) Received: from chad.anasazi.com by mailhost.anasazi.com (5.65/3.7) id AA24334; Sat, 1 Feb 97 03:31:47 -0700 Received: by chad.anasazi.com (5.65/3.7) id AA02703; Sat, 1 Feb 97 03:31:45 -0700 From: chad@anasazi.com (Chad R. Larson) Message-Id: <9702011031.AA02703@chad.anasazi.com> Subject: top 3.3 fails to build To: freebsd-ports@freebsd.org Date: Sat, 1 Feb 1997 03:31:44 -0700 (MST) Reply-To: chad@anasazi.com X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have 2.1.6.1 running. I grabbed the top-3.3 skeleton and tried to a make. Make failed to fetch the distfile from the top site, and took the one from ftp.freebsd.org. The make failed compiling machine.c. The failures are inside #ifdef'd code that depends on __FreeBSD_version being 199607 or greater. /usr/include/osreldate.h on my machine defines it to be 199612. Did I get stuck inside an update timewarp? -crl -- Chad R. Larson (CRL22) Brother, can you paradigm? 602-870-3330 chad@anasazi.com chad@anasaz.UUCP chad@dcfinc.com Anasazi, Inc. - 7500 North Dreamy Draw Drive, Suite 120, Phoenix, Az 85020 -=-=-=-=-=-=-=-=-=-=-=-= (begin make log extract )-=-=-=-=-=-=-=-=-=-=-=-= >> top-3.3.tar.gz doesn't seem to exist on this system. >> Attempting to fetch from ftp://eecs.nwu.edu/pub/top/. >> Attempting to fetch from ftp://ftp.freebsd.org/pub/FreeBSD/distfiles//. Receiving top-3.3.tar.gz (147070 bytes): 100% 147070 bytes transfered in 6.1 seconds (23.47 K/s) >> Checksum OK for top-3.3.tar.gz. ===> Extracting for top-3.3 ===> Patching for top-3.3 ===> Applying FreeBSD patches for top-3.3 ===> Configuring for top-3.3 cp /usr/ports/sysutils/top/files/defaults /usr/ports/sysutils/top/work/.defaults cp /usr/ports/sysutils/top/files/m_freebsd2.* /usr/ports/sysutils/top/work/machine Reading configuration from last time... Using these settings: Bourne Shell /bin/sh C compiler cc Compiler options -DHAVE_GETOPT -O Awk command awk Install command ./install Module freebsd2 LoadMax 5.0 Default TOPN -1 Nominal TOPN 18 Default Delay 2 Random passwd access yes Table Size 47 Owner root Group Owner kmem Mode 2755 bin directory $(PREFIX)/bin man directory $(PREFIX)/man/man1 man extension 1 man style man Building Makefile... Building top.local.h... Building top.1... Doing a "make clean". rm -f *.o top core core.* sigdesc.h To create the executable, type "make". ===> Building for top-3.3 cc -DHAVE_GETOPT -O -c top.c awk -f sigconv.awk /usr/include/sys/signal.h >sigdesc.h cc -DHAVE_GETOPT -O -c commands.c cc -DHAVE_GETOPT -O -c display.c cc -DHAVE_GETOPT -O -c screen.c cc -DHAVE_GETOPT -O -c username.c cc -DHAVE_GETOPT -O -c utils.c cc -DHAVE_GETOPT -O -c version.c cc -DHAVE_GETOPT -O -c getopt.c cc -DHAVE_GETOPT -O -c machine.c machine.c: In function `swapmode': machine.c:793: storage size of `swaplist' isn't known *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=