You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Konstantin Boudnik (JIRA)" <ji...@apache.org> on 2014/02/11 21:20:20 UTC

[jira] [Comment Edited] (BIGTOP-1199) Makefile for deb packing needs to support zip archives

    [ https://issues.apache.org/jira/browse/BIGTOP-1199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13898260#comment-13898260 ] 

Konstantin Boudnik edited comment on BIGTOP-1199 at 2/11/14 8:19 PM:
---------------------------------------------------------------------

Thanks Roman - it works well now. 

I have cleaned up the patch of the remnants of BIGTOP-1097 to make it independent from anything else (just package.mk file now). Your changes for BIGTOP-1097 are now incorporated within that patch.

If this looks ok to you - I will commit it.


was (Author: cos):
Thanks Roman - it works well now. 

I have cleaned up the patch of the remnants of BIGTOP-1097 to make it independent from anything else (just package.mk file now).
If this looks ok to you - I will commit it.

> Makefile for deb packing needs to support zip archives
> ------------------------------------------------------
>
>                 Key: BIGTOP-1199
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-1199
>             Project: Bigtop
>          Issue Type: Bug
>          Components: General
>    Affects Versions: 0.7.0
>            Reporter: Konstantin Boudnik
>            Assignee: Roman Shaposhnik
>            Priority: Blocker
>             Fix For: 0.8.0
>
>         Attachments: 0001-BIGTOP-1199.-Makefile-for-deb-packing-needs-to-suppo.patch, 0001-BIGTOP-1199.-Makefile-for-deb-packing-needs-to-suppo.patch, BIGTOP-1199.patch
>
>
> At the moment it isn't possible to build debian packages if the source archive comes in the form of .zip file. The makes file is failing as gzip can't deal with zip file. E.g in case of bigtop-groovy package the log looks like this:
> {noformat}
> if [ -n "groovy-binary-2.2.1.zip" ]; then \
>           cp /biggy/workspaces/bigtop/dl/groovy-binary-2.2.1.zip /biggy/workspaces/bigtop/build/bigtop-groovy//deb/bigtop-groovy_2.2.1.orig.tar.gz ;\
>           cd /biggy/workspaces/bigtop/build/bigtop-groovy//deb/bigtop-groovy-2.2.1 && \
>             tar --strip-components 1 -xvf ../bigtop-groovy_2.2.1.orig.tar.gz;\
>         else \
>                  tar -czf /biggy/workspaces/bigtop/build/bigtop-groovy//deb/bigtop-groovy_2.2.1.orig.tar.gz LICENSE ;\
>         fi
> gzip: stdin has more than one entry--rest ignored
> tar: Child returned status 2
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)