From owner-freebsd-ports Sun Mar 2 15:12:41 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA08799 for ports-outgoing; Sun, 2 Mar 1997 15:12:41 -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 PAA08794 for ; Sun, 2 Mar 1997 15:12:37 -0800 (PST) Received: from localhost (dbabler@localhost) by Rigel.orionsys.com (8.8.5/8.6.9) with SMTP id PAA12818 for ; Sun, 2 Mar 1997 15:12:34 -0800 (PST) Date: Sun, 2 Mar 1997 15:12:34 -0800 (PST) From: Dave Babler To: ports@freebsd.org Subject: Problems with INN 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-STABLE and have kept the ports collections updated using SUP (ports-current). In trying to make INN 1.5.1, I encounter this problem: ---- >> 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 get exactly the same error if I disable the USE_TCL? option and enable the USE_PERL? option (I've tried with tcl7.4 and tcl7.5 as well as perl 5.003). -Dave