Skip to content

Clasp release archive 2.6.0 is still checking for git program #1590

Open
@Uthar

Description

@Uthar

Describe the bug
Building from 2.6.0 release archive still checks for git.

Expected behavior
With the new release, dependencies which were previously downloaded from git are now bundled. With that the build should work on a system with no git installed.

Actual behavior
Running the koga initialisation script from an unpacked Clasp 2.6.0 archive stops with an error message when there is no git program installed on the system.

Steps to reproduce

  1. wget https://github.com/clasp-developers/clasp/releases/download/2.6.0/clasp-2.6.0.tar.gz
  2. tar xf clasp-2.6.0.tar.gz && cd clasp-2.6.0
  3. PATH='' $(which sbcl) --script ./koga --skip-sync
...
Found https://github.com/seqan/seqan.git clone in extensions/seqan-clasp/seqan/, assuming everything is okay.


Configuring the build
Configuring git
Unable to find git program.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions