From owner-freebsd-current@FreeBSD.ORG Sat Jun 14 08:04:14 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4AED510656AC for ; Sat, 14 Jun 2008 08:04:14 +0000 (UTC) (envelope-from julian@elischer.org) Received: from outI.internet-mail-service.net (outi.internet-mail-service.net [216.240.47.232]) by mx1.freebsd.org (Postfix) with ESMTP id 3AA0C8FC1E for ; Sat, 14 Jun 2008 08:04:14 +0000 (UTC) (envelope-from julian@elischer.org) Received: from idiom.com (mx0.idiom.com [216.240.32.160]) by out.internet-mail-service.net (Postfix) with ESMTP id E935C2448 for ; Sat, 14 Jun 2008 01:04:13 -0700 (PDT) Received: from julian-mac.elischer.org (localhost [127.0.0.1]) by idiom.com (Postfix) with ESMTP id 9B8FD2D600D for ; Sat, 14 Jun 2008 01:04:13 -0700 (PDT) Message-ID: <48537B7E.7010203@elischer.org> Date: Sat, 14 Jun 2008 01:04:14 -0700 From: Julian Elischer User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: FreeBSD Current Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: cross builds broken from i386? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jun 2008 08:04:14 -0000 Make universe seems to work from an amd64 but fails from i386 as follows: any ideas? building shared library libc.so.7 /usr/obj/amd64/big/svn/FreeBSD/head/tmp/usr/lib/libgcc.a: could not read symbols: Archive has no index; run ranlib to add one *** Error code 1 Stop in /big/svn/FreeBSD/head/lib/libc. *** Error code 1 Stop in /big/svn/FreeBSD/head. *** Error code 1 Stop in /big/svn/FreeBSD/head. *** Error code 1 Stop in /big/svn/FreeBSD/head. *** Error code 1 Stop in /big/svn/FreeBSD/head. other builds also fail in the same way.. who would be someone who knows about this sort of thing.