From owner-freebsd-current@FreeBSD.ORG Sat May 10 07:56:03 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 71931106567A for ; Sat, 10 May 2008 07:56:03 +0000 (UTC) (envelope-from julian@elischer.org) Received: from outS.internet-mail-service.net (outs.internet-mail-service.net [216.240.47.242]) by mx1.freebsd.org (Postfix) with ESMTP id 5F0868FC25 for ; Sat, 10 May 2008 07:56:03 +0000 (UTC) (envelope-from julian@elischer.org) Received: from mx0.idiom.com (HELO idiom.com) (216.240.32.160) by out.internet-mail-service.net (qpsmtpd/0.40) with ESMTP; Sat, 10 May 2008 11:44:34 -0700 Received: from julian-mac.elischer.org (localhost [127.0.0.1]) by idiom.com (Postfix) with ESMTP id A29942D6010 for ; Sat, 10 May 2008 00:56:02 -0700 (PDT) Message-ID: <48255512.6070403@elischer.org> Date: Sat, 10 May 2008 00:56:02 -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: make universe errors.. 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, 10 May 2008 07:56:03 -0000 In testing my MRT changes I noticed several failures that I can't really blame my change... (maybe) for example: for both amd64 and arm (the architectures that have completed so far on my build) I see: /src/lib/libc/string/wmemset.c -o wmemset.So building shared library libc.so.7 /usr/obj/amd64/usr/src/tmp/usr/lib/libgcc.a: could not read symbols: Archive has no index; run ranlib to add one how many errors in a make universe are expected? who knows about this stuff?