From owner-freebsd-questions Tue Jan 20 06:49:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA04187 for questions-outgoing; Tue, 20 Jan 1998 06:49:06 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from iglou.com (exim@iglou1.iglou.com [192.107.41.3]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id GAA04172 for ; Tue, 20 Jan 1998 06:48:55 -0800 (PST) (envelope-from patrick@cre8tivegroup.com) Received: from gateway.cre8tivegroup.com [204.255.227.89] by iglou.com with smtp (8.7.3/8.6.12) id 0xueyi-0006Xd-00; Tue, 20 Jan 1998 09:48:37 -0500 Message-ID: X-Mailer: XFMail 1.1 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Tue, 20 Jan 1998 09:41:19 -0500 (EST) Organization: The Creative Group From: Patrick Gardella To: questions@FreeBSD.ORG Subject: sh core dump Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk A problem has crept up in the past day or so. Whenever I go to "make" a port, the sh-shell core dumps. For example (/usr/ports/mail/p5-Mail-Tools): # make NO_CHECKSUM=yes ===> Extracting for p5-Mail-Tools-1.11 ===> p5-Mail-Tools-1.11 depends on file: /usr/local/lib/perl5/site_perl/Net/SMTP.pm - found ===> p5-Mail-Tools-1.11 depends on file: /usr/local/lib/perl5/site_perl/Net/Domain.pm - found Segmentation fault - core dumped ===> p5-Mail-Tools-1.11 depends on executable: perl5.00401 - not found ===> Verifying install for perl5.00401 in /usr/ports/lang/perl5 >> perl5.004_04.tar.gz doesn't seem to exist on this system. >> Attempting to fetch from ftp://ftp.digital.com/pub/plan/perl/CPAN/src/5.0/. Based on what I've seen, it dumps when it checks if executables are found on the system. This happened earlier when I was installing enscript. When it looked for gmake (which is installed, as is perl5.004001), it dumped. Of course, I could unpack the dist file by hand, and touch work/.extract-done, but that doesn't solve the problem. I'm running 2.2.5-RELEASE and have been tracking 2.2-STABLE (with ports) with CVSUP, but I haven't makeworld yet. The ports have been working fine since 2.2.1 came out. It's only been since yesterday that I've been getting the dumps. Any Ideas? Patrick ar.gz doesn't seem to exist on this system. >> Attempting to fetch from ftp://ftp.digital.com/pub/plan/perl/CPAN/src/5.0/. Based on what I've seen, it dumps when it checks if executables are found on the system. This happened earlier w