Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 320935 - app-arch/tar-1.20 lists --xz and -J as options in its man page, but doesn't recognise them
Summary: app-arch/tar-1.20 lists --xz and -J as options in its man page, but doesn't r...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-21 20:35 UTC by Shaun Bouckaert
Modified: 2010-05-24 20:40 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shaun Bouckaert 2010-05-21 20:35:53 UTC
When trying to extract an xz archive, I was unable to use the --xz or -J options listed in the man page.

Reproducible: Always

Steps to Reproduce:
1. tar -xv --xz -f /usr/portage/distfiles/libpng-1.2.43.tar.xz
2. tar -xvJf /usr/portage/distfiles/libpng-1.2.43.tar.xz
Actual Results:  
tar: unrecognized option `--xz'
Try `tar --help' or `tar --usage' for more information.

tar: invalid option -- J
Try `tar --help' or `tar --usage' for more information.
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2010-05-21 21:07:49 UTC
tar 1.20 doesn't support those options, nor does it list them in the man page.
Comment 2 Shaun Bouckaert 2010-05-22 01:29:36 UTC
(In reply to comment #1)
> tar 1.20 doesn't support those options, nor does it list them in the man page.
> 

They are certainly listed on my system. I had downgraded back to this version to check though, so perhaps the man page wasn't downgraded also...
Comment 3 Mr. Bones. (RETIRED) gentoo-dev 2010-05-22 05:42:31 UTC
You're probably looking at the cached man page.  use man -c to reformat the man page.
Comment 4 SpanKY gentoo-dev 2010-05-24 20:40:46 UTC
there is only one man page maintained for all versions.  if, for some weird reason, you re-installed tar-1.20, you'd probably get a newer man page.  i dont think it's worth changing this since a newer tar is going to go stable soon.