Barry Kauler
2013-11-28 23:51:19 UTC
glibc 2.17 it seems no longer has timezone data in it -- it is in
earlier versions, I don't know what version it got dropped.
It means that a distro must be built with the 'tzdata' package also.
But there is a clash, starting at stage 1, compiling tzdata:
!> Found shared files with other packages:
!> usr/sbin/zdump: glibc tzdata
!> usr/sbin/zic: glibc tzdata
My quick hack to keep going was to Move file
build/*/var/adm/flists/glibc to somewhere else, temporary replaced
with an empty file 'glibc', restore afterward.
However, what we really need, in tzdata.conf, detect if glibc package
chosen, then do not install those two files.
Regards,
Barry Kauler
earlier versions, I don't know what version it got dropped.
It means that a distro must be built with the 'tzdata' package also.
But there is a clash, starting at stage 1, compiling tzdata:
!> Found shared files with other packages:
!> usr/sbin/zdump: glibc tzdata
!> usr/sbin/zic: glibc tzdata
My quick hack to keep going was to Move file
build/*/var/adm/flists/glibc to somewhere else, temporary replaced
with an empty file 'glibc', restore afterward.
However, what we really need, in tzdata.conf, detect if glibc package
chosen, then do not install those two files.
Regards,
Barry Kauler