我有一个go应用程序我试图使用Homebrew分发。在没有Homebrew的情况下编译时,一切都按预期工作。使用Homebrew时出现编译错误。
编译错误:
cannot load DWARF output from $WORK/github.com/libgit2/git2go/_obj//_cgo_.o: decoding dwarf section info at offset 0x0: too short
这可以通过使用以下方法在自制软件的mac上构建我的repo(使用libgit2)来复制:
$ brew install jwaldrip/utils/git-get -v --HEAD
该公式可在以下位置查看: https://github.com/jwaldrip/homebrew-utils/blob/master/git-get.rb
公式用于的Makefile: https://github.com/jwaldrip/git-get/blob/master/Makefile