XimeraProject / homebrew-xake

0 stars 1 forks source link

Different problem for MacOS installation? #4

Open kootsoop opened 2 years ago

kootsoop commented 2 years ago

(base) kootsoop@Peters-Mac-mini docs % brew install xake ==> Downloading https://github.com/XimeraProject/xake/archive/v0.9.3.tar.gz Already downloaded: /Users/kootsoop/Library/Caches/Homebrew/downloads/85a614f2c13093488dc5c970f200d5e258c0ba0bbc999424530d7bec77a9209e--xake-0.9.3.tar.gz ==> Installing xake from ximeraproject/xake ==> go get -d github.com/libgit2/git2go Last 15 lines from /Users/kootsoop/Library/Logs/Homebrew/xake/01.go: 2022-11-13 18:00:46 +0000

go get -d github.com/libgit2/git2go

go: go.mod file not found in current directory or any parent directory. 'go get' is no longer supported outside a module. To build and install a command, use 'go install' with a version, like 'go install example.com/cmd@latest' For more information, see https://golang.org/doc/go-get-install-deprecation or run 'go help get' or 'go help install'.

Do not report this issue to Homebrew/brew or Homebrew/core!

These open issues may also help: Problem installing xake on Mac https://github.com/XimeraProject/homebrew-xake/issues/2 Problem installing Xake on Mac OS https://github.com/XimeraProject/homebrew-xake/issues/3

frabonim commented 2 years ago

I'm having exactly the same issue. Anyone have thoughts?

andrew-yarmola commented 9 months ago

With some edits to the 0.9.4 version of xake, it is possible to get it to compile (https://github.com/andrew-yarmola/xake). There is also a docker variant that might work (https://github.com/jhoobergs/xake). Note, none of these methods use homebrew.

BasCarpentero commented 8 months ago

I'm still having this exact same problem 1.5 years later. I'm following the installation instructions at https://ximera.osu.edu/introduction/gettingStarted/installingLocallyMac/installingLocally and everything works fine until the very last line.

bascarpentero@Bass-MacBook-Air ximeraproject % brew install ximeraproject/xake/xake ==> Fetching ximeraproject/xake/xake ==> Downloading https://github.com/XimeraProject/xake/archive/v0.9.3.tar.gz Already downloaded: /Users/bascarpentero/Library/Caches/Homebrew/downloads/85a614f2c13093488dc5c970f200d5e258c0ba0bbc999424530d7bec77a9209e--xake-0.9.3.tar.gz ==> Installing xake from ximeraproject/xake ==> go get -d github.com/libgit2/git2go Last 15 lines from /Users/bascarpentero/Library/Logs/Homebrew/xake/01.go: 2024-03-21 22:21:08 +0000

go get -d github.com/libgit2/git2go

go: go.mod file not found in current directory or any parent directory. 'go get' is no longer supported outside a module. To build and install a command, use 'go install' with a version, like 'go install example.com/cmd@latest' For more information, see https://golang.org/doc/go-get-install-deprecation or run 'go help get' or 'go help install'.

If reporting this issue please do so at (not Homebrew/brew or Homebrew/homebrew-core): https://github.com/ximeraproject/homebrew-xake/issues

These open issues may also help: Problem installing xake on Mac https://github.com/XimeraProject/homebrew-xake/issues/2 Problem installing Xake on Mac OS https://github.com/XimeraProject/homebrew-xake/issues/3