Summary: | app-emulation/virtualbox with sys-libs/glibc-2.27-r6 - ? | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Kyle Laker <kyle> |
Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | file.tar.gz |
Description
Kyle Laker
2018-10-27 13:57:06 UTC
Created attachment 553352 [details]
file.tar.gz
Comment on attachment 553352 [details]
file.tar.gz
Why would you put a single file in a tar archive and then compress it when you can simply compress the file directly? Preserve file attributes?
Comment on attachment 553352 [details] file.tar.gz $ wget https://bugs.gentoo.org/attachment.cgi?id=553352 -O file --2018-10-28 13:23:49-- https://bugs.gentoo.org/attachment.cgi?id=553352 Resolving bugs.gentoo.org (bugs.gentoo.org)... 204.187.15.4, 2607:fcc0:4:ffff::4 Connecting to bugs.gentoo.org (bugs.gentoo.org)|204.187.15.4|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://669790.bugs.gentoo.org/attachment.cgi?id=553352 [following] --2018-10-28 13:23:50-- https://669790.bugs.gentoo.org/attachment.cgi?id=553352 Resolving 669790.bugs.gentoo.org (669790.bugs.gentoo.org)... 204.187.15.4, 2607:fcc0:4:ffff::4 Connecting to 669790.bugs.gentoo.org (669790.bugs.gentoo.org)|204.187.15.4|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 20480 (20K) [application/gzip] Saving to: ‘file’ file 100%[======================================================================================================================================================================================================>] 20.00K 130KB/s in 0.2s 2018-10-28 13:23:52 (130 KB/s) - ‘file’ saved [20480/20480] $ file file file: POSIX tar archive (GNU) $ tar xvf file build.log $ file build.log build.log: data That doesn't work. *** This bug has been marked as a duplicate of bug 652626 *** |