Package Details: insteadman 3.2.2-2

Git Clone URL: https://aur.archlinux.org/insteadman.git (read-only, click to copy)
Package Base: insteadman
Description: Manager for INSTEAD interpreter.
Upstream URL: https://github.com/jhekasoft/insteadman
Licenses: MIT
Submitter: btimofeev
Maintainer: btimofeev (jhekasoft)
Last Packager: jhekasoft
Votes: 4
Popularity: 0.000000
First Submitted: 2018-03-16 13:23 (UTC)
Last Updated: 2021-09-13 14:28 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

KokPok commented on 2021-09-19 17:12 (UTC)

Thank you, everything works now.

jhekasoft commented on 2021-09-13 14:11 (UTC)

Fixed in new version (3.2.2).

KokPok commented on 2021-08-31 17:59 (UTC) (edited on 2021-08-31 18:00 (UTC) by KokPok)

Does not compile.

Сборка insteadman...
==> Сборка пакета insteadman 3.2.1-1 (Вт 31 авг 2021 20:46:37)
==> Проверка зависимостей для запуска...
==> Проверка зависимостей для сборки...
==> Получение исходных файлов...
  -> Найден v3.2.1.tar.gz
==> Проверка файлов source с использованием sha256sums...
    v3.2.1.tar.gz ... Готово
==> Удаление директории '$srcdir/'...
==> Распаковка исходных файлов...
  -> Распаковка 'v3.2.1.tar.gz' с помощью bsdtar
==> Удаление директории '$pkgdir/'...
==> Запускается build()...
make insteadman
make[1]: вход в каталог «/var/tmp/pamac-build-user/insteadman/src/insteadman-3.2.1»
make insteadman-deps
make[2]: вход в каталог «/var/tmp/pamac-build-user/insteadman/src/insteadman-3.2.1»
GO111MODULE=auto go get github.com/ghodss/yaml
GO111MODULE=auto go get github.com/pyk/byten
GO111MODULE=auto go get github.com/fatih/color
make[2]: выход из каталога «/var/tmp/pamac-build-user/insteadman/src/insteadman-3.2.1»
GO111MODULE=auto go build -ldflags "-s -w -X main.version=3.2.1" -o insteadman ./cli
cli/main.go:9:2: cannot find package "github.com/jhekasoft/insteadman/core/configurator" in any of:
    /usr/lib/go/src/github.com/jhekasoft/insteadman/core/configurator (from $GOROOT)
    /home/user/go/src/github.com/jhekasoft/insteadman/core/configurator (from $GOPATH)
cli/main.go:10:2: cannot find package "github.com/jhekasoft/insteadman/core/interpreterfinder" in any of:
    /usr/lib/go/src/github.com/jhekasoft/insteadman/core/interpreterfinder (from $GOROOT)
    /home/user/go/src/github.com/jhekasoft/insteadman/core/interpreterfinder (from $GOPATH)
cli/main.go:11:2: cannot find package "github.com/jhekasoft/insteadman/core/manager" in any of:
    /usr/lib/go/src/github.com/jhekasoft/insteadman/core/manager (from $GOROOT)
    /home/user/go/src/github.com/jhekasoft/insteadman/core/manager (from $GOPATH)
cli/main.go:12:2: cannot find package "github.com/jhekasoft/insteadman/core/utils" in any of:
    /usr/lib/go/src/github.com/jhekasoft/insteadman/core/utils (from $GOROOT)
    /home/user/go/src/github.com/jhekasoft/insteadman/core/utils (from $GOPATH)
make[1]: *** [Makefile:39: insteadman] Ошибка 1
make[1]: выход из каталога «/var/tmp/pamac-build-user/insteadman/src/insteadman-3.2.1»
make: *** [Makefile:20: all] Ошибка 2
==> ОШИБКА: Произошел сбой в build().
    Прерывание...