Advertisement
Guest User

Untitled

a guest
Jan 6th, 2018
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. ...
  2. # github.com/OpenBazaar/openbazaar-go/vendor/gx/ipfs/QmeFPvhFJGXGiXAc9zunNxZjCaWgYQpcsdwip2NWLcccyw/GoEndian
  3. vendor/gx/ipfs/QmeFPvhFJGXGiXAc9zunNxZjCaWgYQpcsdwip2NWLcccyw/GoEndian/endian.go:36:11: error: array bound is not constant
  4. bs := (*[INT_SIZE]byte)(unsafe.Pointer(&i))
  5. ^
  6. vendor/gx/ipfs/QmeFPvhFJGXGiXAc9zunNxZjCaWgYQpcsdwip2NWLcccyw/GoEndian/endian.go:37:8: error: array index out of bounds
  7. if bs[0] == 0 {
  8. ^
  9. ...
  10. ==> ERROR: A failure occurred in build().
  11. Aborting...
  12. ==> ERROR: Makepkg was unable to build openbazaard.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement