Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
problems with tar and ark [SOLVED]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
darkphader
Veteran
Veteran


Joined: 09 May 2002
Posts: 1217
Location: Motown

PostPosted: Thu Feb 10, 2005 5:41 pm    Post subject: problems with tar and ark [SOLVED] Reply with quote

Seems that tar is no longer accepting the standard syntax with a leading dash. If I use
Code:
tar -xzvf file1 file2
I get
Code:
tar: Bad Option: -xzvf
If I drop the leading dash from the arguments
Code:
tar xzvf file1 file2
everything works fine.
I'm also having trouble extracting some bundles with ark and wonder that it may be using the dash syntax when calling tar (that is assuming it does call tar).
I was at app-arch/tar-1.15.1 and downgrading to app-arch/tar-1.14 did not solve the problem.
Any ideas?

Thanks.

Chris
_________________
WYSIWYG - What You See Is What You Grep
Back to top
View user's profile Send private message
darkphader
Veteran
Veteran


Joined: 09 May 2002
Posts: 1217
Location: Motown

PostPosted: Thu Feb 10, 2005 9:18 pm    Post subject: Reply with quote

Ha! Seems that when I installed "star" it created a /usr/bin/tar symlink to /usr/bin/star so that everytime I thought I was running "tar" I was really running "star" as /usr/bin is in my path before /bin which is where "tar" (the real one) actually resides.
_________________
WYSIWYG - What You See Is What You Grep
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum