Skip to content

Issue installing Release 19.0 #22

Description

@christianhuth

When installing transmart from the artifacts of the release 19.0 i receive the following error when installing groovy:

make: Entering directory '/home/transmart/transmart/transmart-data/env'
unzip -q groovy-binary-2.4.3.zip
[groovy-binary-2.4.3.zip]
  End-of-central-directory signature not found.  Either this file is not
  a zipfile, or it constitutes one disk of a multi-part archive.  In the
  latter case the central directory and zipfile comment will be found on
  the last disk(s) of this archive.
unzip:  cannot find zipfile directory in one of groovy-binary-2.4.3.zip or
        groovy-binary-2.4.3.zip.zip, and cannot find groovy-binary-2.4.3.zip.ZIP, period.
make: *** [Makefile:75: groovy-2.4.3/bin/groovy] Error 9

Minimum Steps to reproduce:

curl http://library.transmartfoundation.org/release/release19_0_0_artifacts/Scripts-release-19.0.zip -o Scripts-release-19.0.zip
unzip Scripts-release-19.0.zip
./Scripts/install-ubuntu18/InstallTransmart.sh 2>&1 | tee ~/install.log

Reason:
Download-Path for groovy-binary as defined in transmart-data/env/Makefile (Line 21)

GROOVY_URL=http://dl.bintray.com/groovy/maven/$(GROOVY_ZIP)

which gives http://dl.bintray.com/groovy/maven/groovy-binary-2.4.3.zip is forbidden.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions