From owner-freebsd-questions@FreeBSD.ORG Sun Jan 25 19:40:33 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD658106566B for ; Sun, 25 Jan 2009 19:40:33 +0000 (UTC) (envelope-from terry@bluelight.org.uk) Received: from cf.bluelight.org.uk (bluelight.org.uk [80.229.144.50]) by mx1.freebsd.org (Postfix) with ESMTP id 804018FC12 for ; Sun, 25 Jan 2009 19:40:33 +0000 (UTC) (envelope-from terry@bluelight.org.uk) Received: from [192.168.2.138] by cf.bluelight.org.uk with esmtpa (Exim 4.69 (FreeBSD)) (envelope-from ) id 1LRA9s-0006Z9-Ac for freebsd-questions@freebsd.org; Sun, 25 Jan 2009 18:56:40 +0000 Message-ID: <497CB5E9.9060607@bluelight.org.uk> Date: Sun, 25 Jan 2009 18:56:41 +0000 From: Terry User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -1.4 (-) X-Spam-Report: Spam detection software, running on the system "cf.bluelight.org.uk", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see The administrator of that system for details. Content preview: I am trying to upgrade from 7.0-STABLE to 7.1 Release. I used RELENG_7_1 as my cvsup tag. But no matter what I try I get error's during make buildworld [...] Content analysis details: (-1.4 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.4 ALL_TRUSTED Passed through trusted hosts only via SMTP Subject: Buildworld error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2009 19:40:34 -0000 I am trying to upgrade from 7.0-STABLE to 7.1 Release. I used RELENG_7_1 as my cvsup tag. But no matter what I try I get error's during make buildworld ------------------------------------------------------- /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/sched-ebb.c: In function 'schedule_ebbs': /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/sched-ebb.c:542: internal compiler error: in find_idf, at tree-into-ssa.c:1040 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. *** Error code 1 Stop in /usr/src/gnu/usr.bin/cc/cc_int. *** Error code 1 ------------------------------------------------------ I did read on google that one person got around it by installing ccache but it didnt work for me also the error is not all ways the same -------------------------------------------------- /include -c asn1_HostAddress.c -o asn1_HostAddress.So asn1_HostAddress.c: In function 'decode_HostAddress': asn1_HostAddress.c:52: internal compiler error: in find_idf, at tree-into-ssa.c:1040 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. *** Error code 1 Stop in /usr/src/kerberos5/lib/libasn1. ------------------------------------------------- The machine runs fine and ports build with no problems. Any info welcome Thanks