From owner-freebsd-arm@FreeBSD.ORG Mon Feb 14 01:16:54 2011 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 136C4106564A for ; Mon, 14 Feb 2011 01:16:54 +0000 (UTC) (envelope-from mrossi@swin.edu.au) Received: from gpo4.cc.swin.edu.au (gpo4.cc.swin.edu.au [136.186.1.33]) by mx1.freebsd.org (Postfix) with ESMTP id A42BA8FC0C for ; Mon, 14 Feb 2011 01:16:53 +0000 (UTC) Received: from mrossi.caia.swin.edu.au (mrossi.caia.swin.edu.au [136.186.229.109]) by gpo4.cc.swin.edu.au (8.14.3/8.14.3) with ESMTP id p1E0KBsF017463 for ; Mon, 14 Feb 2011 11:20:11 +1100 Message-ID: <4D58753B.7000406@swin.edu.au> Date: Mon, 14 Feb 2011 11:20:11 +1100 From: Mattia Rossi User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.16) Gecko/20101222 Thunderbird/3.0.11 MIME-Version: 1.0 To: freebsd-arm@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Can't build world for ARM on FreeBSD-9.0-CURRENT X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Feb 2011 01:16:54 -0000 When trying to cross-compile world with TARGET=ARM on a box running CURRENT, it fails with the following error (short version): -------------------------------------------------------------- >>> stage 4.2: building libraries -------------------------------------------------------------- ===> gnu/lib/libssp/libssp_nonshared (obj,depend,all,install) ===> gnu/lib/libgcc (obj,depend,all,install) ===> lib/libcompiler_rt (obj,depend,all,install) ===> gnu/lib/csu (obj,depend,all,install) ===> lib/csu/arm (obj,depend,all,install) crt1.s: Assembler messages: crt1.s:36: Error: file number 1 already allocated *** Error code 1 Stop in /usr/src/lib/csu/arm. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Tried on two boxes, one running i386, one running amd64. Fails on both. Works on 8.2 though. It's a bit annoying. Any hints? Mat