BZIP2 plugin problem - TAR decompression missing directories
Moderators: Hacker, petermad, Stefan2, white
-
- Junior Member
- Posts: 5
- Joined: 2009-10-20, 09:14 UTC
BZIP2 plugin problem - TAR decompression missing directories
Hi,
I noticed on several .tar files that TC's internal decompressor sometimes misses some directories inside the tar file.
Try this one for example:
users.softlab.ece.ntua.gr/~ttsiod/renderer-2.0n.tar.bz2
The bz2 enveloppe is properly handled (by bz2 plugin) but then inside the tar there should be a "src" directory. You can see it if you untar manually with e.g. 7zip or the tar command under Linux, but not in TC.
I tried it on several versions of TC and did not find any similar bug report in the forums.
Any clue?
Thanks,
Maxime
I noticed on several .tar files that TC's internal decompressor sometimes misses some directories inside the tar file.
Try this one for example:
users.softlab.ece.ntua.gr/~ttsiod/renderer-2.0n.tar.bz2
The bz2 enveloppe is properly handled (by bz2 plugin) but then inside the tar there should be a "src" directory. You can see it if you untar manually with e.g. 7zip or the tar command under Linux, but not in TC.
I tried it on several versions of TC and did not find any similar bug report in the forums.
Any clue?
Thanks,
Maxime
The contents---
2maxime1008
Hello ! Welcome aboard !
• Below is the contents of the BZ2 archive like I can see it by following its structure levels :
1. renderer-2.0n.tar —>
2. renderer-2.0n\ [DIR] —>
3. 3D-Objects\ [DIR]
build-aux\ [DIR]
contrib\ [DIR]
Makefile.in
configure
aclocal.m4
configure.ac
README
NEWS
ChangeLog
INSTALL
AUTHORS
• All sub-dirs. in level “3.” can be opened and show their contents as well.
- In TC 7.04a and in TC 7.50a
• I don't see any [SRC] folder in the “2.” level - but I see the others- that's a bit strange.
- No Unix shell here to check, sorry… I guess that we must wait for the Author's and other users' opinions…
Kind regards
Claude
Clo

• Below is the contents of the BZ2 archive like I can see it by following its structure levels :
1. renderer-2.0n.tar —>
2. renderer-2.0n\ [DIR] —>
3. 3D-Objects\ [DIR]
build-aux\ [DIR]
contrib\ [DIR]
Makefile.in
configure
aclocal.m4
configure.ac
README
NEWS
ChangeLog
INSTALL
AUTHORS
• All sub-dirs. in level “3.” can be opened and show their contents as well.
- In TC 7.04a and in TC 7.50a
• I don't see any [SRC] folder in the “2.” level - but I see the others- that's a bit strange.
- No Unix shell here to check, sorry… I guess that we must wait for the Author's and other users' opinions…

Claude
Clo
Last edited by Clo on 2009-10-20, 18:50 UTC, edited 2 times in total.
#31505 Traducteur Français de T•C French translator Aide en Français Tutoriels Français English Tutorials
-
- Junior Member
- Posts: 5
- Joined: 2009-10-20, 09:14 UTC
TAR
You can try to open it with the 7zip program under Windows. I just realized two other directories are missing using TC internal unpacker ("ac-macros" and "lib3ds-1.3.0", under the "renderer-2.0n" folder).
Kind regards,
Maxime
Kind regards,
Maxime
Same contents---
2maxime1008
Again…
• I opened and extracted the contents with 7-Zip, but sorry, I see exactly the same than above…
- However, it's a very old 7Z version (4.29ß), because I don't use 7Z a lot,
I'd strongly corrected the French language in that version and miss time for an upgrade…
KR
Claude
Clo
XP-Pro SP1 (FRA)

• I opened and extracted the contents with 7-Zip, but sorry, I see exactly the same than above…

- However, it's a very old 7Z version (4.29ß), because I don't use 7Z a lot,
I'd strongly corrected the French language in that version and miss time for an upgrade…

Claude
Clo
XP-Pro SP1 (FRA)
#31505 Traducteur Français de T•C French translator Aide en Français Tutoriels Français English Tutorials
-
- Junior Member
- Posts: 5
- Joined: 2009-10-20, 09:14 UTC
TAR
Thanks for your quick answers 
I tried with a more recent version of 7zip (4.65), which shows all the directories.
Maxime

I tried with a more recent version of 7zip (4.65), which shows all the directories.
Maxime
Right---
2maxime1008
Again-again…
• I made a quick wild upgrade to 7Z 4.65 and I can confirm now, all folders missing when opening in TC are there !
KR
Claude
Clo

• I made a quick wild upgrade to 7Z 4.65 and I can confirm now, all folders missing when opening in TC are there !


Claude
Clo
#31505 Traducteur Français de T•C French translator Aide en Français Tutoriels Français English Tutorials
- Balderstrom
- Power Member
- Posts: 2148
- Joined: 2005-10-11, 10:10 UTC
-
- Junior Member
- Posts: 5
- Joined: 2009-10-20, 09:14 UTC
Last--- for today ,
2maxime1008
Again (3)…
• IMHO, Ch. Ghisler might contact Igor Pavlov who is necessarily aware about the reasons for which
the new 7Z 4.65 can see¦unpack all folders, while the old 7Z 4.29ß, TC and WinRar can't do !
KR
Claude
Clo
Aside : Nice trapped game !

• IMHO, Ch. Ghisler might contact Igor Pavlov who is necessarily aware about the reasons for which
the new 7Z 4.65 can see¦unpack all folders, while the old 7Z 4.29ß, TC and WinRar can't do !


Claude
Clo
Aside : Nice trapped game !

#31505 Traducteur Français de T•C French translator Aide en Français Tutoriels Français English Tutorials
- Balderstrom
- Power Member
- Posts: 2148
- Joined: 2005-10-11, 10:10 UTC
- Balderstrom
- Power Member
- Posts: 2148
- Joined: 2005-10-11, 10:10 UTC
If anyone's interested, got word back from WinRar dev:
This tar.bz2 consists of several smaller bz2 files merged together.
Search for "BZh91" signature in this file and you will see that.
We'll add support for such composite tar.bz2 in next WinRAR version.
Now WinRAR unpacks only the first nested bz2 stream.
Thank you.
-
- Junior Member
- Posts: 5
- Joined: 2009-10-20, 09:14 UTC
This archive was created using "pbzip2" which is "Parallel bzip2", spawning N threads (for multi-core CPUs) and thus executing N-times faster. The README of bunzip2 states it has no problem with the resulting archives.
(source: the author of this archive)
Conclusion: WinRAR and the bzip2 TC Plugin have to update to support multi-core and divide the compression time drastically.
I think we can close the thread ! Thanks for your support.
Maxime
(source: the author of this archive)
Conclusion: WinRAR and the bzip2 TC Plugin have to update to support multi-core and divide the compression time drastically.
I think we can close the thread ! Thanks for your support.
Maxime