From owner-freebsd-current@FreeBSD.ORG Fri Oct 14 05:55:03 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 7447C16A41F for ; Fri, 14 Oct 2005 05:55:03 +0000 (GMT) (envelope-from fbsd-current@mawer.org) Received: from mail14.syd.optusnet.com.au (mail14.syd.optusnet.com.au [211.29.132.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B47443D6A for ; Fri, 14 Oct 2005 05:55:01 +0000 (GMT) (envelope-from fbsd-current@mawer.org) Received: from [127.0.0.1] (c220-237-120-88.thorn1.nsw.optusnet.com.au [220.237.120.88]) by mail14.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id j9E5st1I000738; Fri, 14 Oct 2005 15:54:56 +1000 Message-ID: <434F4846.4020101@mawer.org> Date: Fri, 14 Oct 2005 15:55:18 +1000 From: Antony Mawer User-Agent: Thunderbird 1.4 (Windows/20050908) MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kientzle@acm.org Subject: make installworld fails on -CURRENT from 13 Oct 2005 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: Fri, 14 Oct 2005 05:55:03 -0000 It looks as though there's a problem with the recent libarchive checkin here: http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libarchive/Makefile?rev=1.40&content-type=text/x-cvsweb-markup When trying to upgrade a 6.0-RC1 machien to -CURRENT, I get the following: ===> lib/libarchive (install) printf: not found "/usr/src/lib/libarchive/Makefile", line 28: warning: "printf "%d.%02d.%03d" 1 2 36" returned non-zero status expr: not found "/usr/src/lib/libarchive/Makefile", line 31: warning: "expr 1 + 2" returned non-zero status install -C -o root -g wheel -m 444 libarchive.a /usr/lib install -C -o root -g wheel -m 444 libarchive_p.a /usr/lib install -s -o root -g wheel -m 444 libarchive.so. /usr/lib install: libarchive.so.: No such file or directory *** Error code 71 Stop in /usr/src/lib/libarchive. *** Error code 1 Stop in /usr/src/lib. *** 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. This is on (after rebooting with the new kernel): FreeBSD antgproxy.gptech.com.au 7.0-CURRENT FreeBSD 7.0-CURRENT #15: Fri Oct 14 04:22:17 EST 2005 root@antgproxy.gptech.com.au:/usr/obj/usr/src/sys/GPROXY6 i386 Cheers Antony