From owner-freebsd-current@FreeBSD.ORG Tue Nov 16 20:00:06 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 73B53106564A; Tue, 16 Nov 2010 20:00:06 +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 1CD878FC0A; Tue, 16 Nov 2010 20:00:05 +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 oAGJxu46001803; Tue, 16 Nov 2010 19:59:56 GMT (envelope-from andy@neu.net) Date: Tue, 16 Nov 2010 19:59:55 +0000 (UTC) From: AN To: Garrett Cooper 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, Benjamin Kaduk , Edwin Groothuis 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 20:00:06 -0000 On Tue, 16 Nov 2010, Garrett Cooper wrote: > On Tue, Nov 16, 2010 at 10:39 AM, AN wrote: >> >> >> 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) > > (CCing edwin@) > > There might be a handful of other apps that don't work when upgrading > from major version to major version (config; the way to work around > this particular issue is to execute: > > cd /usr/src > make -C usr.sbin/tzsetup all install > > This should be fixed in the share/zoneinfo Makefile (but might be > tricky with cross-builds); producing an UPDATING entry to document the > breakage might be good enough. > > Thanks, > -Garrett > > Hi Garrett: After executing: cd /usr/src make -C usr.sbin/tzsetup all install make installworld completed sucessfully Machine is back, and seems to be fine. Thanks for your fast and helpful reply.