From owner-freebsd-ports Sun Mar 2 15:31:33 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA09789 for ports-outgoing; Sun, 2 Mar 1997 15:31:33 -0800 (PST) Received: from Rigel.orionsys.com (root@rigel.orionsys.com [205.148.224.9]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA09776 for ; Sun, 2 Mar 1997 15:31:26 -0800 (PST) Received: from localhost (dbabler@localhost) by Rigel.orionsys.com (8.8.5/8.6.9) with SMTP id PAA12890 for ; Sun, 2 Mar 1997 15:31:21 -0800 (PST) Date: Sun, 2 Mar 1997 15:31:20 -0800 (PST) From: Dave Babler To: ports@freebsd.org Subject: Problem with INN 1.5.1 port Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm running 2.1.7-RELEASE and have my ports collection updated using SUP (ports-current). In trying to make the INN port, I get the following error: ---- >> Checksum OK for inn-1.5.1.tar.gz. ===> Extracting for inn-1.5.1 ===> Patching for inn-1.5.1 ===> Applying FreeBSD patches for inn-1.5.1 ===> Configuring for inn-1.5.1 [...] ===> Building for inn-1.5.1 inncheck: to /usr/local/bin/perl5.003 innlog.pl: to /usr/local/bin/perl5.003 pgpverify: to /usr/local/bin/perl5.003 scanspool: to /usr/local/bin/perl5.003 [...] gcc -I../include -I/usr/local/lib/perl5/i386-freebsd/5.003/CORE -O -c art.c gcc -I../include -I/usr/local/lib/perl5/i386-freebsd/5.003/CORE -O -c cc.c gcc -I../include -I/usr/local/lib/perl5/i386-freebsd/5.003/CORE -O -c chan.c gcc -I../include -I/usr/local/lib/perl5/i386-freebsd/5.003/CORE -O -c his.c gcc -I../include -I/usr/local/lib/perl5/i386-freebsd/5.003/CORE -O -c icd.c gcc -I../include -I/usr/local/lib/perl5/i386-freebsd/5.003/CORE -O -c innd.c gcc -I../include -I/usr/local/lib/perl5/i386-freebsd/5.003/CORE -O -c lc.c gcc -I../include -I/usr/local/lib/perl5/i386-freebsd/5.003/CORE -O -c nc.c gcc -I../include -I/usr/local/lib/perl5/i386-freebsd/5.003/CORE -O -c newsfeeds.c gcc -I../include -I/usr/local/lib/perl5/i386-freebsd/5.003/CORE -O -c ng.c gcc -I../include -I/usr/local/lib/perl5/i386-freebsd/5.003/CORE -O -c proc.c gcc -I../include -I/usr/local/lib/perl5/i386-freebsd/5.003/CORE -O -c rc.c gcc -I../include -I/usr/local/lib/perl5/i386-freebsd/5.003/CORE -O -c site.c gcc -I../include -I/usr/local/lib/perl5/i386-freebsd/5.003/CORE -O -c tcl.c gcc -I../include -I/usr/local/lib/perl5/i386-freebsd/5.003/CORE -O -c perl.c gcc -o innd art.o cc.o chan.o his.o icd.o innd.o lc.o nc.o newsfeeds.o ng.o proc.o rc.o site.o tcl.o perl.o ../libinn.a -ltcl -lm -L/usr/local/lib/perl5/i386-freebsd/5.003/CORE -lperl -lm -lutil -lcrypt ld: -ltcl: no match *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. ---- I've tried this with the USE_TCL? option enabled and the USE_PERL? option enabled, with perl 5.003 and both tcl7.4 and tcl7.5 and I get exactly the same error. -Dave