[
https://issues.apache.org/jira/browse/ZOOKEEPER-2761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15972526#comment-15972526
]
Arne Bachmann commented on ZOOKEEPER-2761:
------------------------------------------
Workaround for my build script:
tar -xzf $ZKVER.tar.gz || tar -xf $ZKVER.tar.gz
> Build is packaged as uncompressed tar archive but file name ends with .gz
> -------------------------------------------------------------------------
>
> Key: ZOOKEEPER-2761
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2761
> Project: ZooKeeper
> Issue Type: Bug
> Components: build
> Affects Versions: 3.5.3
> Environment: Windows, Ubuntu Linux
> Reporter: Arne Bachmann
> Labels: build, easyfix
>
> This breaks my build scripts. Did work fine with 3.5.2-alpha
> Using 7-Zip on Windows I got a warning, but the archive was extracted fine.
> On Linux, tar -xzf exits with an error code, as it pipes through gunzip,
> which encounters an invalid file (seems to be a pure tar archive).
> Hence the huge file size (?)
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)