Re: 12.0-CURRENT missing timezones

2018-02-18 Thread Julian Elischer

On 10/2/18 2:48 am, Warner Losh wrote:

OK. That makes sense again.


I've pushed two changes (r329064 and r329075) which should correct this.



thanks.. I was just about to go investigate this as I noticed my build 
last week had no timezone info.




Warner

On Fri, Feb 9, 2018 at 10:28 AM, David Boyd  wrote:


On Fri, 2018-02-09 at 10:16 -0700, Warner Losh wrote:



On Fri, Feb 9, 2018 at 10:13 AM, Warner Losh  wrote:



On Fri, Feb 9, 2018 at 9:56 AM, David Boyd  wrote:

In the most recent images for 12.0-CURRENT

 FreeBSD-12.0-CURRENT-amd64-20180208-r329009.vmdk.xz

 FreeBSD-12.0-CURRENT-amd64-20180208-r329009-disc1.iso

 FreeBSD-12.0-CURRENT-amd64-20180131-r328637-memstick.img

the /usr/share/zoneinfo directory is sparsely populated with
directories. The only file present is "zone.tab".


I think that may be my fault for changing find -s to find | sort, but I
think I neglected to add sort to ITOOLS to fix it. Building a test now.


I am surprised the 0131 is empty, though My change was after that.

Warner


Oops. My mistake (cut and paste error). All dates should be 20180208.


___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"



___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: 12.0-CURRENT missing timezones

2018-02-09 Thread Warner Losh
OK. That makes sense again.


I've pushed two changes (r329064 and r329075) which should correct this.

Warner

On Fri, Feb 9, 2018 at 10:28 AM, David Boyd  wrote:

> On Fri, 2018-02-09 at 10:16 -0700, Warner Losh wrote:
>
>
>
> On Fri, Feb 9, 2018 at 10:13 AM, Warner Losh  wrote:
>
>
>
> On Fri, Feb 9, 2018 at 9:56 AM, David Boyd  wrote:
>
> In the most recent images for 12.0-CURRENT
>
> FreeBSD-12.0-CURRENT-amd64-20180208-r329009.vmdk.xz
>
> FreeBSD-12.0-CURRENT-amd64-20180208-r329009-disc1.iso
>
> FreeBSD-12.0-CURRENT-amd64-20180131-r328637-memstick.img
>
> the /usr/share/zoneinfo directory is sparsely populated with
> directories. The only file present is "zone.tab".
>
>
> I think that may be my fault for changing find -s to find | sort, but I
> think I neglected to add sort to ITOOLS to fix it. Building a test now.
>
>
> I am surprised the 0131 is empty, though My change was after that.
>
> Warner
>
>
> Oops. My mistake (cut and paste error). All dates should be 20180208.
>
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: 12.0-CURRENT missing timezones

2018-02-09 Thread David Boyd
On Fri, 2018-02-09 at 10:16 -0700, Warner Losh wrote:
> On Fri, Feb 9, 2018 at 10:13 AM, Warner Losh  wrote:
> > On Fri, Feb 9, 2018 at 9:56 AM, David Boyd 
> > wrote:
> > > In the most recent images for 12.0-CURRENT
> > > 
> > > 
> > > 
> > >         FreeBSD-12.0-CURRENT-amd64-20180208-r329009.vmdk.xz
> > > 
> > > 
> > > 
> > >         FreeBSD-12.0-CURRENT-amd64-20180208-r329009-disc1.iso
> > > 
> > > 
> > > 
> > >         FreeBSD-12.0-CURRENT-amd64-20180131-r328637-memstick.img
> > > 
> > > 
> > > 
> > > the /usr/share/zoneinfo directory is sparsely populated with
> > > 
> > > directories. The only file present is "zone.tab".
> > 
> > I think that may be my fault for changing find -s to find | sort,
> > but I think I neglected to add sort to ITOOLS to fix it. Building a
> > test now.
> 
> I am surprised the 0131 is empty, though My change was after
> that.
> 
> Warner

Oops. My mistake (cut and paste error).  All dates should be 20180208.
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: 12.0-CURRENT missing timezones

2018-02-09 Thread Warner Losh
On Fri, Feb 9, 2018 at 10:13 AM, Warner Losh  wrote:

>
>
> On Fri, Feb 9, 2018 at 9:56 AM, David Boyd  wrote:
>
>> In the most recent images for 12.0-CURRENT
>>
>> FreeBSD-12.0-CURRENT-amd64-20180208-r329009.vmdk.xz
>>
>> FreeBSD-12.0-CURRENT-amd64-20180208-r329009-disc1.iso
>>
>> FreeBSD-12.0-CURRENT-amd64-20180131-r328637-memstick.img
>>
>> the /usr/share/zoneinfo directory is sparsely populated with
>> directories. The only file present is "zone.tab".
>>
>
> I think that may be my fault for changing find -s to find | sort, but I
> think I neglected to add sort to ITOOLS to fix it. Building a test now.
>

I am surprised the 0131 is empty, though My change was after that.

Warner
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: 12.0-CURRENT missing timezones

2018-02-09 Thread Warner Losh
On Fri, Feb 9, 2018 at 9:56 AM, David Boyd  wrote:

> In the most recent images for 12.0-CURRENT
>
> FreeBSD-12.0-CURRENT-amd64-20180208-r329009.vmdk.xz
>
> FreeBSD-12.0-CURRENT-amd64-20180208-r329009-disc1.iso
>
> FreeBSD-12.0-CURRENT-amd64-20180131-r328637-memstick.img
>
> the /usr/share/zoneinfo directory is sparsely populated with
> directories. The only file present is "zone.tab".
>

I think that may be my fault for changing find -s to find | sort, but I
think I neglected to add sort to ITOOLS to fix it. Building a test now.

Warner
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"