Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: UDIG 1.1.M4
-
Fix Version/s: UDIG 1.2.M6
-
Component/s: framework
-
Labels:None
-
Environment:linux
Description
Both the app and the sdk are doubly zipped:
[acuster@localhost uDigSDK]$ file udig-SDK-linux-gtk-x86.tgz
udig-SDK-linux-gtk-x86.tgz: gzip compressed data, from Unix
[acuster@localhost uDigSDK]$ gunzip udig-SDK-linux-gtk-x86.tgz
[acuster@localhost uDigSDK]$ file udig-SDK-linux-gtk-x86.tar
udig-SDK-linux-gtk-x86.tar: gzip compressed data, from MS-DOS
==> woops twice gziped!!!
[acuster@localhost uDigSDK]$ mv udig-SDK-linux-gtk-x86.tar udig-SDK-linux-gtk-x86.tar.gz
==> so tar/gzip don't complain
[acuster@localhost uDigSDK]$ tar xzf udig-SDK-linux-gtk-x86.tar.gz
tar: A lone zero block at 123948
==> Extraction works modulus the tar extraction problem which you already know about.
Cheers,
adrian