From owner-freebsd-stable@FreeBSD.ORG Thu Dec 16 07:55:29 2010 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F315106566B for ; Thu, 16 Dec 2010 07:55:29 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout025.mac.com (asmtpout025.mac.com [17.148.16.100]) by mx1.freebsd.org (Postfix) with ESMTP id 2ED728FC08 for ; Thu, 16 Dec 2010 07:55:28 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=us-ascii Received: from [17.151.91.229] by asmtp025.mac.com (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008; 64bit)) with ESMTPSA id <0LDI000BQGNP6820@asmtp025.mac.com> for stable@freebsd.org; Wed, 15 Dec 2010 23:55:04 -0800 (PST) X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=6.0.2-1010190000 definitions=main-1012150262 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.2.15,1.0.148,0.0.0000 definitions=2010-12-16_03:2010-12-16, 2010-12-16, 1970-01-01 signatures=0 From: Chuck Swiger In-reply-to: <8662uutqla.fsf@jimmy.4407.kankyo-u.ac.jp> Date: Wed, 15 Dec 2010 23:55:01 -0800 Message-id: <0CF9CB22-76DC-4A56-AD84-D00A8A300CF5@mac.com> References: <8662uutqla.fsf@jimmy.4407.kankyo-u.ac.jp> To: NAKAJI Hiroyuki X-Mailer: Apple Mail (2.1082) Cc: stable@freebsd.org Subject: Re: HELP! /usr/bin/as core dump after 'make world' from RELENG_6 to RELENG_7 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2010 07:55:29 -0000 Hi, Hiroyuki-- On Dec 15, 2010, at 6:10 PM, NAKAJI Hiroyuki wrote: > After all, "portmaster -a" gets a 'cannot compile' error. I found as.core > in the WRKDIR and 'signal 11' in dmesg. > > I tried "gdb /usr/bin/as as.core" and got gdb.core file ... > > Is there any way to recover from this terrible stuation? > > BTW, I wonder why. Because a few days ago, I successfully updated my > another FreeBSD/pc98 box from older 6.2-STABLE to 7.4-PRERELEASE and then > 8.1-PRERELEASE with the same way. The primary way to recover from a problem with an upgrade is to restore your system from the backups that everyone should be taking. If you deleted old libraries, then you've removed the shared libraries older 6.x binaries from ports want. You can probably fix this by installing /usr/ports/misc/compat6x; however, it is better to reinstall all of your installed ports in order to relink against the new 7.x system libraries. Regards, -- -Chuck