Skip to content

gscript shell failed to start #120

@mubix

Description

@mubix

In order to reproduce:

  1. Ubuntu 20.04
  2. Installed golang
  3. go get on gscript repo
  4. cd into go/bin and run ./gscript shell
~/go/bin# ./gscript shell
/root/go/src/github.com/gen0cide/gscript/stdlib/requests/requests.go:21:2: cannot find package "github.com/Jeffail/gabs/v2" in any of:
        /usr/lib/go-1.13/src/github.com/Jeffail/gabs/v2 (from $GOROOT)
        /root/go/src/github.com/Jeffail/gabs/v2 (from $GOPATH)
/root/go/src/github.com/gen0cide/gscript/debugger/vm_functions.go:7:2: cannot find package "github.com/davecgh/go-spew/spew" in any of:
        /usr/lib/go-1.13/src/github.com/davecgh/go-spew/spew (from $GOROOT)
        /root/go/src/github.com/davecgh/go-spew/spew (from $GOPATH)
/root/go/src/github.com/gen0cide/gscript/debugger/repl.go:12:2: cannot find package "github.com/gohxs/readline" in any of:
        /usr/lib/go-1.13/src/github.com/gohxs/readline (from $GOROOT)
        /root/go/src/github.com/gohxs/readline (from $GOPATH)
/root/go/src/github.com/gen0cide/gscript/debugger/repl.go:13:2: cannot find package "github.com/mattn/go-isatty" in any of:
        /usr/lib/go-1.13/src/github.com/mattn/go-isatty (from $GOROOT)
        /root/go/src/github.com/mattn/go-isatty (from $GOPATH)
[gscript:cli] ERROR Build Dir Located At: /tmp/r8G2MdqAAfKGbSQN
exit status 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions