I would try to unzip and untar separately and see what happens:
mv Doctrine-1.2.0.tgz Doctrine-1.2.0.tar.gz
gunzip Doctrine-1.2.0.tar.gz
tar xf Doctrine-1.2.0.tar
Related Contents:
- Excluding directory when creating a .tar.gz file
- Fast Concatenation of Multiple GZip Files
- Create a .tar.bz2 file Linux
- Uncompress tar.gz file [closed]
- How to extract filename.tar.gz file
- Fastest way to extract tar.gz
- How to use GZip to create a .zip file
- gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now
- How to send a compressed archive that contains executables so that Google’s attachment filter won’t reject it [closed]
- Opening a .tar.gz file with a single command [closed]
- How to compare two tarball’s content
- Shell command to tar directory excluding certain files/folders
- Tar a directory, but don’t store full absolute paths in the archive
- How to gzip all files in all sub-directories into one compressed file in bash
- Tar archiving that takes input from a list of files
- Are tar.gz and tgz the same thing? [closed]
- Split files using tar, gz, zip, or bzip2 [closed]
- tar: add all files and directories in current directory INCLUDING .svn and so on
- Find files and tar them (with spaces)
- How to tar certain file types in all subdirectories?
- How do I tar a directory without retaining the directory structure?
- How do I extract files without folder structure using tar
- Extract and delete all .gz in a directory- Linux
- tar – Remove leading directory components on extraction
- How can I zip/compress a symlink?
- Unzipping files that are flying in through a pipe
- Why does `tar -xvfz` fail, but `tar xvfz` work?
- Determine if file is in the process of being written upon?
- Compress every file in a directory into its own compressed file
- Is there a smarter tar or cpio out there for efficiently retrieving a file stored in the archive?
- How to zip files with a size limit?
- Transparent compression filesystem in conjunction with ext4
- Does tar preserve permissions if user IDs change?
- How to list content from a tar file without recursion?
- How to split a file and compress directly?
- Can I extract a specific folder using tar to another folder?
- Unzip from stdin to stdout – funzip, python
- How do you create a qcow2 file that is small yet commodious on a Linux server?
- Store file in zip archive with different name (linux command shell)
- Getting errors while making backup of whole centos with tar
- How do you set bzip2 block size when using tar?
- How can you designate an arbitrary leading path when adding files to a tar?
- tar padding with zeros
- GZip every file separately
- Gzip with all cores
- How to Compress/Decompress tar.gz files in java
- Extract tar the tar.bz2 file error
- Shell ‘tar: not found in archive’ error when using regular expression
- find string inside a gzipped file in a folder
- what does -zxvf mean in tar -zxvf ? [closed]