Uploaded image for project: 'Bigtop'
  1. Bigtop
  2. BIGTOP-1199

Makefile for deb packing needs to support zip archives

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • 0.7.0
    • 0.8.0
    • general
    • None

    Description

      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:

      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
      

      Attachments

        1. BIGTOP-1199.patch
          7 kB
          Konstantin I Boudnik
        2. 0001-BIGTOP-1199.-Makefile-for-deb-packing-needs-to-suppo.patch
          10 kB
          Roman Shaposhnik
        3. 0001-BIGTOP-1199.-Makefile-for-deb-packing-needs-to-suppo.patch
          8 kB
          Roman Shaposhnik

        Issue Links

          Activity

            People

              rvs Roman Shaposhnik
              cos Konstantin I Boudnik
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: