From kline@tao.thought.org Sun Apr  4 15:50:24 1999
Return-Path: <kline@tao.thought.org>
Received: from gershwin.tera.com (unknown [207.224.230.28])
	by hub.freebsd.org (Postfix) with ESMTP id BB4D814D21
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <kline@tao.thought.org>
Reply-To: kline@tao.thought.org
To: FreeBSD-gnats-submit@freebsd.org
Subject: build prob with egcs-1.1.2 (maybe bad checksums (?))
X-Send-Pr-Version: 3.2

>Number:         10954
>Category:       ports
>Synopsis:       build prob with egcs-1.1.2 (maybe bad checksums (?))
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    obrien
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr  4 15:50:02 PDT 1999
>Closed-Date:    Sun May 2 01:01:20 PDT 1999
>Last-Modified:  Sun May  2 01:02:34 PDT 1999
>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:
Responsible-Changed-From-To: freebsd-ports->obrien 
Responsible-Changed-By: jseger 
Responsible-Changed-When: Sat Apr 10 14:30:35 PDT 1999 
Responsible-Changed-Why:  
R. 
State-Changed-From-To: open->closed 
State-Changed-By: obrien 
State-Changed-When: Sun May 2 01:01:20 PDT 1999 
State-Changed-Why:  
I cannot reproduce this. 
The fact you didn't have checksum's for the distfiles, maybe you updated your 
port sources in the middle of one of my commits. 
>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# 
 
 
 
 
