Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Nov 2010 19:59:55 +0000 (UTC)
From:      AN <andy@neu.net>
To:        Garrett Cooper <gcooper@FreeBSD.org>
Cc:        freebsd-current@FreeBSD.org, Benjamin Kaduk <kaduk@mit.edu>, Edwin Groothuis <edwin@FreeBSD.org>
Subject:   Re: make installworld fails
Message-ID:  <alpine.BSF.2.00.1011161956000.1315@mail.neu.net>
In-Reply-To: <AANLkTim9%2BzqR4i97zXXYqO_01s54=Q_p3_rsNkYo9ANR@mail.gmail.com>
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> <AANLkTim9%2BzqR4i97zXXYqO_01s54=Q_p3_rsNkYo9ANR@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help


On Tue, 16 Nov 2010, Garrett Cooper wrote:

> 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?  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.





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1011161956000.1315>