From owner-freebsd-ports Sun Apr 4 15:52: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4CA9414D9D for ; Sun, 4 Apr 1999 15:51:58 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA00667; Sun, 4 Apr 1999 15:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from gershwin.tera.com (unknown [207.224.230.28]) by hub.freebsd.org (Postfix) with ESMTP id BB4D814D21 for ; Sun, 4 Apr 1999 15:50:23 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (tao.tera.com [207.108.223.55]) by gershwin.tera.com (8.8.8/8.8.8) with ESMTP id PAA19543 for ; Sun, 4 Apr 1999 15:48:25 -0700 (PDT) Received: (from kline@localhost) by tao.thought.org (8.8.8/8.7.3) id PAA12113; Sun, 4 Apr 1999 15:48:14 -0700 (PDT) Message-Id: <199904042248.PAA12113@tao.thought.org> Date: Sun, 4 Apr 1999 15:48:14 -0700 (PDT) From: Gary Kline Reply-To: kline@tao.thought.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10954: build prob with egcs-1.1.2 (maybe bad checksums (?)) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10954 >Category: ports >Synopsis: build prob with egcs-1.1.2 (maybe bad checksums (?)) >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Apr 4 15:50:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Gary Kline >Release: FreeBSD 2.2.8-STABLE i386 >Organization: Thought >Environment: 2.2.8 P5 >Description: I was trying to build one of the small X apps and its dependency upon eg++ caused the egcs tarballs to be retrieved. The automatic build fails with this error:: tao# make ===> Extracting for egcs-1.1.2 >How-To-Repeat: >Fix: (1) fix checksums. (2) Don't understand what's wrong in with the gcc.info|RTL areas. >Release-Note: >Audit-Trail: >Unformatted: >> No checksum recorded for egcs-core-1.1.2.tar.gz. >> No checksum recorded for egcs-g++-1.1.2.tar.gz. >> No checksum recorded for egcs-g77-1.1.2.tar.gz. >> No checksum recorded for egcs-objc-1.1.2.tar.gz. Make sure the Makefile and md5 file (/usr/ports/lang/egcs/files/md5) are up to date. If you want to override this check, type "make NO_CHECKSUM=yes [other args]". *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Precise description of the problem (multiple lines)> egcs-1.1.2 does build with:: tao# make NO_CHECKSUM=yes The installation fails with a makeinfo error and --force does not seem to do any good. Here are the concluding lines from the failed install:: Making info file `gcc.info' from `./gcc.texi'. ./gcc.texi:3583: @include rtl.texi: Input/output error. ./gcc.texi:3110: Next reference to nonexistent node `RTL'. ./md.texi:6: Prev reference to nonexistent node `RTL'. ./md.texi:246: Cross reference to nonexistent node `Side Effects'. ./gcc.texi:235: Menu reference to nonexistent node `RTL'. makeinfo: Removing output file `gcc.info' due to errors; use --force to preserve. gmake[1]: *** [gcc.info] Error 2 gmake[1]: Leaving directory `/usr/ports/lang/egcs/work/egcs-1.1.2/gcc' gmake: *** [install-gcc] Error 2 *** Error code 2 Stop. *** Error code 1 Stop. *** Error code 1 Stop. tao# To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message