From owner-freebsd-questions@FreeBSD.ORG Sun Jan 25 22:55:48 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 F13171065673 for ; Sun, 25 Jan 2009 22:55:48 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.185]) by mx1.freebsd.org (Postfix) with ESMTP id 801438FC14 for ; Sun, 25 Jan 2009 22:55:48 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: by fk-out-0910.google.com with SMTP id f40so2463478fka.11 for ; Sun, 25 Jan 2009 14:55:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=hsAinH2/dAoKdHNu9FSb8TqXGvKtQ/xkdygD3+GHBlY=; b=U2FNSDTXrgYnbf5FIyESAx448xmIMtPfdAUamkbhIY7l0pT1dqfVQL1JEFkxtp5HAm T1VKkNDNXkRCmU+TLWHap50RaI6XIpAdL81nG9wK3A9fRxXYagO2mrmzoyPQtzxeEK/F lNzr1klOiTAIl6t6wi1sB0TbGnuWPdFtqK7Ro= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=p1v7T65dg+DPf1nWrAG1khnxthazxjNtXJ3D3azCV+6y7OD8QTOYCqTY5BJJ3oF3HD HwgdNA+bY1aoCIxoUjKF1MCGXE29E4yQNCleY5/tsCtWv2FXC2BWAzkATlhDWtfVTFi3 IqKQ3CGl3boa8VDtazNtk+0lfbODKQYpUpGEA= MIME-Version: 1.0 Received: by 10.223.107.20 with SMTP id z20mr3286368fao.28.1232924147571; Sun, 25 Jan 2009 14:55:47 -0800 (PST) In-Reply-To: <497CB5E9.9060607@bluelight.org.uk> References: <497CB5E9.9060607@bluelight.org.uk> Date: Sun, 25 Jan 2009 17:55:47 -0500 Message-ID: <4ad871310901251455k4cb3bc80sea8e0d31e1bdb2e3@mail.gmail.com> From: Glen Barber To: Terry Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: 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 22:55:49 -0000 On Sun, Jan 25, 2009 at 1:56 PM, Terry wrote: > 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. Do you have anything obscure in make.conf ? When it fails in succession, does it fail *after* the last point of failure, or is it randomized? When was your last c(v)sup? -- Glen Barber