cybozu-go / aptutil

Go utilities for Debian APT repositories
MIT License
125 stars 29 forks source link

Use Makefile #7

Closed yutannihilation closed 8 years ago

ymmt2005 commented 8 years ago

@yutannihilation Is this ready?

yutannihilation commented 8 years ago

@ymmt2005 Yes. Could you review the codes?

ymmt2005 commented 8 years ago

@yutannihilation Commented. Please confirm.

yutannihilation commented 8 years ago

@ymmt2005 Thanks! I will address those comments.

yutannihilation commented 8 years ago

Done!

yutannihilation commented 8 years ago

Thanks!

yutannihilation commented 8 years ago

I confirmed that now archives are automatically attached to releases by Travis. Great!

https://github.com/cybozu-go/aptutil/releases/tag/v1.0.1.2

ymmt2005 commented 8 years ago

@yutannihilation Cool! Next will be to build binaries for other architectures?

yutannihilation commented 8 years ago

other architectures

FYI, we cannot build this for i386 :tired_face:

$ make bin GOARCH=386

(...snip...)

1 errors occurred:
--> linux/386 error: exit status 2
Stderr: # github.com/cybozu-go/log
/home/yutannihilation/go/src/github.com/cybozu-go/log/msgpack.go:67: constant 4294967295 overflows int
/home/yutannihilation/go/src/github.com/cybozu-go/log/msgpack.go:82: constant 4294967295 overflows int
/home/yutannihilation/go/src/github.com/cybozu-go/log/msgpack.go:118: constant 4294967295 overflows int

make: *** [pkg/go-apt-cacher_linux_386] Error 1
ymmt2005 commented 8 years ago

That bug was fixed in cybozu-go/log@0ff7e7f72cbc8f10066562cfe2f64631eeff33b1

ymmt2005 commented 8 years ago

@yutannihilation FYI: http://dave.cheney.net/2015/08/22/cross-compilation-with-go-1-5