From owner-freebsd-questions Thu Jan 9 19:33:42 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id TAA10888 for questions-outgoing; Thu, 9 Jan 1997 19:33:42 -0800 (PST) Received: from Rigel.orionsys.com (root@rigel.orionsys.com [205.148.224.9]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id TAA10882 for ; Thu, 9 Jan 1997 19:33:35 -0800 (PST) Received: from localhost (dbabler@localhost) by Rigel.orionsys.com (8.7.6/8.6.9) with SMTP id TAA09061 for ; Thu, 9 Jan 1997 19:33:30 -0800 (PST) Date: Thu, 9 Jan 1997 19:33:30 -0800 (PST) From: Dave Babler To: questions@freebsd.org Subject: expect port broken? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I've been trying to make the lang/expect port with little success. The MD5 checksum in the port doesn't match any of the copies of the distfile (and all the distfiles are identical). Wiping out the MD5 file in the port at least lets it start the make, but it doesn't get too far: ---- ===> Verifying build for expect in /usr/ports/lang/expect >> No MD5 checksum file. ===> Configuring for expect-5.21 configuring Expect 5.21.7 checking host system type... i386-unknown-freebsd2.1.5 checking target system type... i386-unknown-freebsd2.1.5 checking build system type... i386-unknown-freebsd2.1.5 checking shell to use within Make... checking for Tcl configuration... found /usr/libdata/tcl/tclConfig.sh checking for Tk configuration... found /usr/ports/x11/tk41/work/tk4.1/unix/tkConfig.sh checking for gcc... cc checking whether the C compiler (cc -O ) works... yes checking whether we are using GNU C... yes checking whether cc accepts -g... yes checking whether the compiler (cc) actually works... yes checking for a BSD compatible install... /usr/bin/install -c -o bin -g bin checking how to run the C preprocessor... cc -E checking if running LynxOS... no checking whether using a cross-compiler... no checking for ANSI C header files... yes checking for pid_t... yes checking return type of signal handlers... void checking whether time.h and sys/time.h may both be included... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking if running Mach... no checking if running MachTen... no checking if on Pyramid... no checking if on Apollo... no checking if on Interactive... no checking if stty reads stdout... no checking if running Solaris... no checking for sin... no checking for Tcl private headers... *** Error code 1 Stop. *** Error code 1 ---- is this a configuration in Tcl that needs to be set? The man pages for Tcl are pretty skimpy . TIA... -Dave