[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Mobile Gear II RC-330



濱嶋です。

> $ tar -xf ../test.tar
> tar: Could not link b to a : No such file or directory
> 
> ということで、アーカイブが...

やっと状況が理解できました。これの弊害ですね。

Sat, 26 Aug 2000 02:13:57 +0900 に
Jun Ebihara <jun@soum.co.jp> さんが書かれた
<20000826021357T.jun@soum.co.jp> を引用しています

> ftp://ftp.netbsd.org/pub/NetBSD/arch/hpcmips/pocketbsd/binary/sets
> ですが、tarアーカイブをばらすとトラブルの元になるので、
> ばらさずにtarコマンドで不要なファイルを消すようにしました。
> 
> gunzip *.tgz
> tar --delete -T rmfiles.txt -f base.tar
> tar --delete -T rmfiles.txt -f etc.tar
> tar --delete -T rmfiles.txt -f kern.tar
> gzip *.tar
> みたいな。これでどうかな。

ということで、これだけエラーになってます。

% tar xzf base.tgz > /dev/null
tar: Could not link ./usr/bin/bzip2 to ./usr/bin/bunzip2 : No such file or directory
tar: Could not link ./usr/bin/grep to ./usr/bin/egrep : No such file or directory
tar: Could not link ./usr/bin/gzip to ./usr/bin/gunzip : No such file or directory
tar: Could not link ./usr/bin/mail to ./usr/bin/Mail : No such file or directory
tar: Could not link ./usr/bin/systat to ./usr/bin/sysstat : No such file or directory
tar: Could not link ./usr/bin/vi to ./usr/bin/ex : No such file or directory