From owner-freebsd-stable@FreeBSD.ORG Tue Jun 17 06:28:45 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7235A37B401 for ; Tue, 17 Jun 2003 06:28:45 -0700 (PDT) Received: from smtp0.adl1.internode.on.net (smtp0.adl1.internode.on.net [203.16.214.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CA6143F75 for ; Tue, 17 Jun 2003 06:28:44 -0700 (PDT) (envelope-from Alex.Wilkinson@adelaide.on.net) Received: from popo (ppp852.adelaide.on.net.au [150.101.77.83]) h5HDSfCT073860; Tue, 17 Jun 2003 22:58:41 +0930 (CST) From: "Alex" To: Message-ID: <000001c3290a$e5f7cd20$0500000a@popo> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2605 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 cc: alex.wilkinson@dsto.defence.gov.au Subject: installworld failure on -STABLE [/usr/src/gnu/usr.bin/perl/library] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Tue, 17 Jun 2003 13:28:45 -0000 X-Original-Date: Mon, 2 Jun 2003 22:58:46 +0930 X-List-Received-Date: Tue, 17 Jun 2003 13:28:45 -0000 Hi all, I have just installed FreeBSD 4.8 -RELEASE and updated /usr/src to track RELENG_4. Buildworld builds fine, along with buildkernel. However, installworld fails with: ===> gnu/usr.bin/perl ===> gnu/usr.bin/perl/libperl install -C -o root -g wheel -m 444 libperl.a /usr/lib install -C -o root -g wheel -m 444 libperl_p.a /usr/lib install -s -o root -g wheel -m 444 libperl.so.3 /usr/lib ln -fs libperl.so.3 /usr/lib/libperl.so ===> gnu/usr.bin/perl/miniperl ===> gnu/usr.bin/perl/perl install -s -o root -g wheel -m 555 perl /usr/bin /usr/bin/perl5 -> /usr/bin/perl /usr/bin/perl5.00503 -> /usr/bin/perl ===> gnu/usr.bin/perl/suidperl install -s -o root -g wheel -m 511 suidperl /usr/bin /usr/bin/sperl5 -> /usr/bin/suidperl /usr/bin/sperl5.00503 -> /usr/bin/suidperl ===> gnu/usr.bin/perl/library cd: can't cd to /usr/src/gnu/usr.bin/perl/library/lib *** Error code 2 Stop in /usr/src/gnu/usr.bin/perl/library. *** Error code 1 Stop in /usr/src/gnu/usr.bin/perl. *** Error code 1 Stop in /usr/src/gnu/usr.bin. *** Error code 1 Stop in /usr/src/gnu. *** 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. Any ideas ? I'm desperate to get this box up and running. - Alex