From owner-freebsd-questions Tue Jul 20 7: 8:55 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost.criterion.canon.co.uk (mailhost.criterion.canon.co.uk [194.223.249.254]) by hub.freebsd.org (Postfix) with ESMTP id 323051530A for ; Tue, 20 Jul 1999 07:08:49 -0700 (PDT) (envelope-from adamn@csl.com) Received: from csl.com (hermes.criterion.canon.co.uk [194.223.249.13]) by mailhost.criterion.canon.co.uk (8.8.8/8.7.3) with ESMTP id OAA06168 for ; Tue, 20 Jul 1999 14:59:27 +0100 (BST) Message-ID: <37947FD1.7DF96EE1@csl.com> Date: Tue, 20 Jul 1999 14:55:29 +0100 From: Adam Nealis Organization: Criterion Software, Ltd. X-Mailer: Mozilla 4.6 [en] (X11; I; Linux 2.0.34 i686) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions Subject: Is tcl8.0.5 port broken? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Maybe this should go to bugs, but I've never been clever enough to find a bug! I last cvsupped on Saturday last. Using a FreeBSD 2.2.7-STABLE box, while trying to build cyrus-1.5.19 from the ports, its ./configure tries to run tclsh8.0 and it barfs with a core dump: beast:{adamn - cyrus}# make ===> Configuring for cyrus-1.5.19 loading cache ./config.cache checking for makedepend... makedepend . . . checking where Tcl says it lives... Bus error - core dumped can't find tclsh Undaunted I popped over to /usr/ports/lang/tcl80 and did a makedeinstall make reinstall which updated me to 8.0.5 (I was at 8.0.4), then back to /usr/ports/mail/cyrus and make clean make which barfed again in the same place. I hacked the Makefile to use Tcl7.6 and cyrus built fine. I also did /usr/local/bin/tclsh8.0 and got a core dump, so it's tcl8.0, no?. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message