hi... Im currently working my project LFS and i am using LFS-book-7.3, and
in part "6.9.2. Configuring Glibc /Install timezone data:" i got this
problem..

root:/sources/glibc-build# tar -xf ../tzdata2012j.tar.gz
bash: tar: command not found
root:/sources/glibc-build# ZONEINFO=/usr/share/zoneinfo
root:/sources/glibc-build# mkdir -pv $ZONEINFO/{posix,right}
root:/sources/glibc-build# for tz in etcetera southamerica northamerica
europe africa antarctica \
> asia australasia backward pacificnew solar87 solar88 solar89 \
> systemv; do
> zic -L /dev/null
> -d $ZONEINFO
> -y "sh yearistype.sh" ${tz}
> zic -L /dev/null
> -d $ZONEINFO/posix -y "sh yearistype.sh" ${tz}
> zic -L leapseconds -d $ZONEINFO/right -y "sh yearistype.sh" ${tz}
> done
bash: -d: command not found
bash: -y: command not found
bash: -d: command not found
zic: Can't open leapseconds: No such file or directory
bash: -d: command not found
bash: -y: command not found
bash: -d: command not found
zic: Can't open leapseconds: No such file or directory
bash: -d: command not found
bash: -y: command not found
bash: -d: command not found
zic: Can't open leapseconds: No such file or directory
bash: -d: command not found
bash: -y: command not found
bash: -d: command not found
zic: Can't open leapseconds: No such file or directory
bash: -d: command not found
bash: -y: command not found
bash: -d: command not found
zic: Can't open leapseconds: No such file or directory
bash: -d: command not found
bash: -y: command not found
bash: -d: command not found
zic: Can't open leapseconds: No such file or directory
bash: -d: command not found
bash: -y: command not found
bash: -d: command not found
zic: Can't open leapseconds: No such file or directory
bash: -d: command not found
bash: -y: command not found
bash: -d: command not found
zic: Can't open leapseconds: No such file or directory
bash: -d: command not found
bash: -y: command not found
bash: -d: command not found
zic: Can't open leapseconds: No such file or directory
bash: -d: command not found
bash: -y: command not found
bash: -d: command not found
zic: Can't open leapseconds: No such file or directory
bash: -d: command not found
bash: -y: command not found
bash: -d: command not found
zic: Can't open leapseconds: No such file or directory
bash: -d: command not found
bash: -y: command not found
bash: -d: command not found
zic: Can't open leapseconds: No such file or directory
bash: -d: command not found
bash: -y: command not found
bash: -d: command not found
zic: Can't open leapseconds: No such file or directory
bash: -d: command not found
bash: -y: command not found
bash: -d: command not found
zic: Can't open leapseconds: No such file or directory
root:/sources/glibc-build# cp -v zone.tab iso3166.tab $ZONEINFO
cp: cannot stat 'zone.tab': No such file or directory
cp: cannot stat 'iso3166.tab': No such file or directory
root:/sources/glibc-build# zic -d $ZONEINFO -p America/New_York
zic: Can't link from /usr/share/zoneinfo/America/New_York to
/usr/share/zoneinfo/posixrules: No such file or directory


PLEASE help me.. im stuck with this and i cant proceed to the next..
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to