Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I cannot unzip artifact.tgz #1

Open
danielftz opened this issue Nov 15, 2019 · 2 comments
Open

I cannot unzip artifact.tgz #1

danielftz opened this issue Nov 15, 2019 · 2 comments

Comments

@danielftz
Copy link

Hi, I think there is a problem with artifact.tgz as i cannot decompress it with tar, 7zip or gzip. Is it an archive at all?

@ulysses4ever
Copy link

@danielftz if you mean original/artifact.tgz, it works for me on (Ubuntu) Linux:

$ tar --version
tar (GNU tar) 1.28
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
$ tar -xzvf artifact.tgz 
./
./R_code/
./R_code/loadData.r
./R_code/dpCode.r
./R_code/.Rhistory
./sqlDump/
./sqlDump/_stat_per_lang/
./sqlDump/_stat_per_lang/xab
...

What kind of OS and what version of tar tool do you use?

@danielftz
Copy link
Author

Hi, here is the issue if I try to unzip it manually in windows.
! D:\personal\school\lastlast\cmput497\TOPLAS19_Artifact\original\artifact.tgz: The archive is either in unknown format or damaged
! No archives found

I have tried unzipping it in unix using 7zip or tar, doesn't work either. If I try to just use make then it will not succesfully build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants