From owner-freebsd-current@FreeBSD.ORG Tue Nov 16 18:39:42 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 06F0210656A4 for ; Tue, 16 Nov 2010 18:39:41 +0000 (UTC) (envelope-from andy@neu.net) Received: from mail.neu.net (neu.net [204.109.60.194]) by mx1.freebsd.org (Postfix) with ESMTP id AB6048FC20 for ; Tue, 16 Nov 2010 18:39:41 +0000 (UTC) Received: from neu.net (neu.net [204.109.60.194]) by mail.neu.net (8.14.4/8.14.4) with ESMTP id oAGIdaAQ001425; Tue, 16 Nov 2010 18:39:36 GMT (envelope-from andy@neu.net) Date: Tue, 16 Nov 2010 18:39:35 +0000 (UTC) From: AN To: Benjamin Kaduk In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: clamav-milter 0.96.4 at neu.net X-Virus-Status: Clean X-Spam-Status: No, score=-0.0 required=5.0 tests=T_RP_MATCHES_RCVD autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.neu.net Cc: freebsd-current@freebsd.org Subject: Re: make installworld fails 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: Tue, 16 Nov 2010 18:39:42 -0000 On Tue, 16 Nov 2010, Benjamin Kaduk wrote: > On Tue, 16 Nov 2010, AN wrote: > >> >> Trying to installworld on 9-current AMD64, and it fails with: >> >> install -o root -g wheel -m 444 >> /usr/src/share/info/../../contrib/tzdata//zone.tab /usr/share/zoneinfo/ >> Updating /etc/localtime >> tzsetup: illegal option -- r >> usage:tzsetup [-ns] >> ***Error code 1 >> >> Stop in /usr/src/share/zoneinfo. >> >> (above was transcribed from console) >> >> Anyone else seeing this? Is there a fix >> >> Csup from last night. > > We have seen similar tzsetup errors in installworld in the past. Is your > build environment unusual in any way (cross-building, DESTDIR set, etc.)? > > -Ben Kaduk > Nothing unusual, standard plain install. I used an image from http://pub.allbsd.org/FreeBSD-snapshots/ downloaded about 2 or 3 days ago. Used standard procedure: csup make buildworld make buildkernel make install kernel make installworld (single user mode)