Advertisement
Guest User

Untitled

a guest
Aug 21st, 2020
595
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. go build -v -trimpath -mod=readonly -modcacherw -ldflags '-s -w -X "main.yayVersion=10.0.0" -X "main.localePath=/usr/local/share/locale/"' -buildmode=pie -o yay
  2. go: downloading github.com/leonelquinteros/gotext v1.4.0
  3. go: downloading github.com/Morganamilo/go-pacmanconf v0.0.0-20180910220353-9c5265e1b14f
  4. go: downloading github.com/Morganamilo/go-srcinfo v1.0.0
  5. go: downloading github.com/Jguer/go-alpm v0.0.0-20200405152916-a3feea4322e9
  6. go: downloading github.com/pkg/errors v0.9.1
  7. go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
  8. go: downloading github.com/mikkeloscar/aur v0.0.0-20200113170522-1cb4e2949656
  9. go: downloading github.com/stretchr/testify v1.6.1
  10. go: downloading github.com/pmezard/go-difflib v1.0.0
  11. go: downloading github.com/davecgh/go-spew v1.1.1
  12. go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
  13. go: downloading golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae
  14. github.com/Jguer/go-alpm
  15. net
  16. # net
  17. cannot load DWARF output from $WORK/b083//_cgo_.o: decoding dwarf section info at offset 0x0: too short
  18. # github.com/Jguer/go-alpm
  19. cannot load DWARF output from $WORK/b041//_cgo_.o: decoding dwarf section info at offset 0x0: too short
  20. make: *** [Makefile:127: yay] Error 2
  21.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement