Date: Tue, 16 Nov 2010 11:36:05 -0800 From: Garrett Cooper <gcooper@FreeBSD.org> To: AN <andy@neu.net> Cc: freebsd-current@freebsd.org, Benjamin Kaduk <kaduk@mit.edu>, Edwin Groothuis <edwin@freebsd.org> Subject: Re: make installworld fails Message-ID: <AANLkTim9%2BzqR4i97zXXYqO_01s54=Q_p3_rsNkYo9ANR@mail.gmail.com> In-Reply-To: <alpine.BSF.2.00.1011161833070.1315@mail.neu.net> References: <alpine.BSF.2.00.1011161300260.12179@sop3> <alpine.GSO.1.10.1011161329160.19200@multics.mit.edu> <alpine.BSF.2.00.1011161833070.1315@mail.neu.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Nov 16, 2010 at 10:39 AM, AN <andy@neu.net> 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? =A0Is there a fix >>> >>> Csup from last night. >> >> We have seen similar tzsetup errors in installworld in the past. =A0Is y= our >> build environment unusual in any way (cross-building, DESTDIR set, etc.)= ? >> >> -Ben Kaduk >> > > > Nothing unusual, standard plain install. =A0I 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTim9%2BzqR4i97zXXYqO_01s54=Q_p3_rsNkYo9ANR>