Misja Hoebe

Results 11 comments of Misja Hoebe

Some time ago I managed to build debian packages, including most of the files @kutchar mentioned (logs, config, init/systemd etc). This was I believe with go 1.3 and by just...

Unfortunately that doesn't seem to work either. This does make that it can find the import but again an internal package error: ``` text go build -o /tmp/nsq/build/apps/nsqd ./apps/nsqd package...

Sure, GOPATH is `/tmp/nsq/.godeps:/tmp/nsq` with cwd `/tmp/nsq`. Using go 1.5, env is: ``` GOARCH="amd64" GOBIN="" GOEXE="" GOHOSTARCH="amd64" GOHOSTOS="linux" GOOS="linux" GOPATH="/tmp/nsq/.godeps:/tmp/nsq" GORACE="" GOROOT="/usr/lib/go" GOTOOLDIR="/usr/lib/go/pkg/tool/linux_amd64" GO15VENDOREXPERIMENT="" CC="gcc" GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0" CXX="g++"...

Oh but it is there - I have two checkouts, one in `/tmp/nsq` and then another in `/tmp/nsq/src/github.com/nsqio/nsq`. It can find the latter just fine, that solved the 'cannot find...

You're exactly right, I just did! So given a release I'll need to copy itself into `src/` and then build from there - is this really the Go way? Looks...

Ah and also just discovered that one can make `$GOPATH/src/github.com/nsqio/nsq` a relative symlink to `/tmp/nsq` and compile from there. Thanks @mreiferson for the help!

OK, a ppa is up at https://launchpad.net/~misja/+archive/ubuntu/nsq. I've split the source in five separate packages `nsq-common`, `nsq-server`, `nsq-lookup`, `nsq-admin` and `nsq-tools` which should help manage minimal installs. The build is...

Yes. And no. If the build machine has a debian toolchain installed then probably you will be able to build deb packages via the script, no problem. But would I...

If you are ever ready to set up official repositories, just let me know. You'll find the packaging config in my debian branch https://github.com/misja/nsq/tree/debian (`debian/`) which currently maps to the...

I'm having an issue which may be related, i.e. a configuration option. I am unable to use `console`, as it will produce the following error: ``` Cannot find name 'console'....