OpenWrt Forum Archive

Topic: tar error, help !

The content of this topic has been archived on 28 Mar 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

when i tar the kamikaze_8.09.1_source.tar.bz2, i get the follow error:

######################################
tar: kamikaze_8.09.1/target/linux/generic-2.4/image: Cannot create symlink to `../generic-2.6/image/': Operation not supported
tar: kamikaze_8.09.1/target/linux/brcm47xx/image: Cannot create symlink to `../brcm-2.4/image': Operation not supported
tar: kamikaze_8.09.1/target/linux/brcm47xx/base-files.mk: Cannot create symlink to `../brcm-2.4/base-files.mk': Operation not supported
tar: kamikaze_8.09.1/target/linux/brcm47xx/base-files: Cannot create symlink to `../brcm-2.4/base-files': Operation not supported
tar: Error exit delayed from previous errors
######################################

i know that the archive include symbol links , but i don't know to add which parameters to tar.

can you help me, thanks advance!

What exactly are you trying to do?

Please post some details.

i got kamikaze_8.09.1_source.tar.bz2, and execute "tar xjvf kamikaze_8.09.1_source.tar.bz2".

then got above error info.


finally, i want to get kamikaze 8.09.1 release code, and success to compile it .

You get that error if you are trying to extract the tarball into a filesystem that doesn't support symlinks.  So are you using a linux box and a file system like ext3?

The discussion might have continued from here.