From owner-freebsd-current@FreeBSD.ORG Tue Aug 24 10:53:43 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 1753A1065697 for ; Tue, 24 Aug 2010 10:53:43 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from s2m-is-001.service2media.com (rev-132-102.virtu.nl [217.114.102.132]) by mx1.freebsd.org (Postfix) with ESMTP id AD5BD8FC12 for ; Tue, 24 Aug 2010 10:53:42 +0000 (UTC) Received: from pieter-dev.localnet ([10.0.1.91] RDNS failed) by s2m-is-001.service2media.com with Microsoft SMTPSVC(6.0.3790.4675); Tue, 24 Aug 2010 12:41:37 +0200 From: Pieter de Goeje To: freebsd-current@freebsd.org Date: Tue, 24 Aug 2010 12:41:37 +0200 User-Agent: KMail/1.13.5 (Linux/2.6.32-5-amd64; KDE/4.4.5; x86_64; ; ) MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201008241241.37317.pieter@degoeje.nl> X-OriginalArrivalTime: 24 Aug 2010 10:41:37.0656 (UTC) FILETIME=[EDE55F80:01CB4378] Subject: make installworld fails; tzsetup missing -C option 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, 24 Aug 2010 10:53:43 -0000 I'm trying to do a remote upgrade of a machine by mounting it's root filesystem on /mnt using nfs. The build machine runs a recent 8-STABLE. The target runs 9-CURRENT. make installworld fails with: install -o root -g wheel -m 444 /data/FreeBSD/FreeBSD-current/src/share/zoneinfo/../../contrib/tzdata//zone.tab /mnt/usr/share/zoneinfo/ Updating /etc/localtime tzsetup: illegal option -- C usage: tzsetup [-ns] *** Error code 1 Build script does the equivalent of this: $ mount target:/ /mnt $ cd /FreeBSD/FreeBSD-current/src $ make -j4 buildworld && make -j4 buildkernel $ setenv DESTDIR /mnt $ make installkernel $ setenv NO_FSCHG 1 $ make installworld uname on the build machine: FreeBSD 8.1-STABLE #1: Tue Aug 10 13:09:59 CEST 2010 - Pieter