From owner-freebsd-questions Mon Feb 1 07:30:44 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA06051 for freebsd-questions-outgoing; Mon, 1 Feb 1999 07:30:44 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from asgard.slcc.edu ([144.35.12.127]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA06046 for ; Mon, 1 Feb 1999 07:30:43 -0800 (PST) (envelope-from skb@asgard.slcc.edu) Received: from labaide.cislab-fs.slcc.edu.slcc.edu (labaide [144.35.126.99]) by asgard.slcc.edu (8.8.5/8.8.5) with SMTP id IAA11572 for ; Mon, 1 Feb 1999 08:30:53 -0700 (MST) Message-ID: <36B5C899.60F2@asgard.slcc.edu> Date: Mon, 01 Feb 1999 08:30:33 -0700 From: Scott Brown Reply-To: skb@asgard.slcc.edu Organization: Salt Lake Community College X-Mailer: Mozilla 3.01 (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Trouble installing tcp_wrappers Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to install tcp_wrappers on FreeBSD 2.2.2, but I keep getting a make error. I didn't originally install the ports collection on my machine, so I got the tcp_wrapper port package from the 2.2.8-release ports. Trying to build tcp_wrappers on a 2.2.5 machine gives the same error. Can anyone tell me how to fix it? The transcript of the make session: [asgard/usr/ports/tcp_wrapper]# make >> tcp_wrappers_7.6.tar.gz doesn't seem to exist on this system. >> Attempting to fetch from ftp://ftp.win.tue.nl/pub/security/. fetch: pub/security/tcp_wrappers_7.6.tar.gz: cannot get remote modification time fetch: ftp://ftp.win.tue.nl/pub/security/tcp_wrappers_7.6.tar.gz: FTP error: fetch: File unavailable (e.g., file not found, no access) >> Attempting to fetch from ftp://ftp.freebsd.org/pub/FreeBSD/distfiles//. Receiving tcp_wrappers_7.6.tar.gz (99438 bytes): 100% 99438 bytes transfered in 3.2 seconds (30.80 kB/s) >> Checksum OK for tcp_wrappers_7.6.tar.gz. ===> Extracting for tcp_wrappers-7.6 ===> Patching for tcp_wrappers-7.6 ===> Applying FreeBSD patches for tcp_wrappers-7.6 ===> Configuring for tcp_wrappers-7.6 ===> Building for tcp_wrappers-7.6 "Makefile", line 694: Malformed conditional (${PORTOBJFORMAT} == elf) "Makefile", line 694: Need an operator "Makefile", line 696: if-less else "Makefile", line 696: Need an operator "Makefile", line 698: if-less endif "Makefile", line 698: Need an operator "Makefile", line 740: Malformed conditional (${PORTOBJFORMAT} == elf) "Makefile", line 740: Need an operator "Makefile", line 742: if-less else "Makefile", line 742: Need an operator "Makefile", line 744: if-less endif "Makefile", line 744: Need an operator Fatal errors encountered -- cannot continue *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. [asgard/usr/ports/tcp_wrapper]# To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message