bro ty.. i forgot to install tar from chapter 5 and when i finish
installing tar, i go back to "6.9.2. Configuring Glibc /Install timezone
data:" and i found this problem..

root:/sources/glibc-build# tar -xf ../tzdata2012j.tar.gz
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
bash: -d: command not found
bash: -y: command not found
bash: -d: command not found
bash: -d: command not found
bash: -y: command not found
bash: -d: command not found
bash: -d: command not found
bash: -y: command not found
bash: -d: command not found
bash: -d: command not found
bash: -y: command not found
bash: -d: command not found
bash: -d: command not found
bash: -y: command not found
bash: -d: command not found
bash: -d: command not found
bash: -y: command not found
bash: -d: command not found
bash: -d: command not found
bash: -y: command not found
bash: -d: command not found
bash: -d: command not found
bash: -y: command not found
bash: -d: command not found
bash: -d: command not found
bash: -y: command not found
bash: -d: command not found
bash: -d: command not found
bash: -y: command not found
bash: -d: command not found
bash: -d: command not found
bash: -y: command not found
bash: -d: command not found
bash: -d: command not found
bash: -y: command not found
bash: -d: command not found
bash: -d: command not found
bash: -y: command not found
bash: -d: command not found
root:/sources/glibc-build# cp -v zone.tab iso3166.tab $ZONEINFO
'zone.tab' -> '/usr/share/zoneinfo/zone.tab'
'iso3166.tab' -> '/usr/share/zoneinfo/iso3166.tab'
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


rply ASAP.. tnx


On Fri, Aug 30, 2013 at 11:53 AM, William Harrington
<[email protected]>wrote:

>
>
> On Aug 29, 2013, at 22:26, Carl Martin Bacus <[email protected]>
> wrote:
>
> > bash: tar: command not found
>
> Did you install tar from chapter 5?
>
> Sincerely,
>
> William Harrington
> --
> http://linuxfromscratch.org/mailman/listinfo/lfs-support
> FAQ: http://www.linuxfromscratch.org/lfs/faq.html
> Unsubscribe: See the above information page
>
-- 
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