From owner-freebsd-current@FreeBSD.ORG Tue Jul 15 10:20:24 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00C5E37B401 for ; Tue, 15 Jul 2003 10:20:24 -0700 (PDT) Received: from stupidasses.net (ninja-assassin.com [198.78.65.149]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6885E43F3F for ; Tue, 15 Jul 2003 10:20:23 -0700 (PDT) (envelope-from static@ninja-assassin.com) Received: from localhost (inton [198.78.65.149]) by stupidasses.net (Postfix) with ESMTP id 3656345A6E for ; Tue, 15 Jul 2003 10:14:25 -0700 (PDT) Date: Tue, 15 Jul 2003 10:14:25 -0700 (PDT) From: Static To: current@freebsd.org Message-ID: <20030715100839.F41961@inton.Ninja-assassin.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Buildworld fails in 5.1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Tue, 15 Jul 2003 17:20:24 -0000 Just installed 5.1 yesterday, cvsuped using the . tag, and src-all /etc/make.conf untouched. I attempted to buildworld and I get the following ranlib libc_pic.a ranlib libc.a ranlib libc_p.a sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 libc.a /usr/obj/usr/sr c/i386/usr/lib sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 libc_p.a /usr/obj/usr/ src/i386/usr/lib sh /usr/src/tools/install.sh -s -o root -g wheel -m 444 libc.so.5 /usr/obj/u sr/src/i386/usr/lib ln -fs libc.so.5 /usr/obj/usr/src/i386/usr/lib/libc.so sh /usr/src/tools/install.sh -o root -g wheel -m 444 libc_pic.a /usr/obj/usr/s rc/i386/usr/lib 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error Did not see an open pr or anything mentioned in mailing lists. Is this a known issue and should I file a pr, or is there a hack/workaround to fix this? Thanks rwz