Re: Name resolution failures during build

2020-11-20 Thread Stephen Scheck
The project I'm attempting to package is a standalone application, with a Makefile build system entrypoint - it is not a library, so I don't think `go-build-system` is of any help here (though presumably the Makefile uses golang build machinery under the covers). Do any examples of standalone appl

Re: Name resolution failures during build

2020-11-20 Thread Christopher Baines
Stephen Scheck writes: > Sure - I understand the reasoning - but this is an open-source project with > its own build system that I'm trying to package, and I believe its build > system depends on network access (it's Go-based, and my understanding is > that the Go dependency model relies on acce

Re: Name resolution failures during build

2020-11-20 Thread Stephen Scheck
Sure - I understand the reasoning - but this is an open-source project with its own build system that I'm trying to package, and I believe its build system depends on network access (it's Go-based, and my understanding is that the Go dependency model relies on access to numerous external Git repos)

Can't reconfigure, building grub-minimal fails

2020-11-20 Thread Christopher Baines
→ sudo -E guix system reconfigure ~/Projects/Systems/capella.scm The following derivation will be built: /gnu/store/l8ipcxqhz1kizk6fcxmjdb36a0rks83z-grub-minimal-2.04.drv building /gnu/store/l8ipcxqhz1kizk6fcxmjdb36a0rks83z-grub-minimal-2.04.drv... - 'build' phasebuilder for `/gnu/store/l8ip

Re: Name resolution failures during build

2020-11-20 Thread Christopher Baines
Stephen Scheck writes: > I'm getting the following error when I try to install a package I'm working > on: > > go: github.com/BurntSushi/toml@v0.3.1: Get " > https://proxy.golang.org/github.com/%21burnt%21sushi/toml/@v/v0.3.1.mod": > dial tcp: lookup proxy.golang.org on [::1]:53: read udp >

Name resolution failures during build

2020-11-20 Thread Stephen Scheck
I'm getting the following error when I try to install a package I'm working on: go: github.com/BurntSushi/toml@v0.3.1: Get " https://proxy.golang.org/github.com/%21burnt%21sushi/toml/@v/v0.3.1.mod": dial tcp: lookup proxy.golang.org on [::1]:53: read udp [::1]:43973->[::1]:53: read: connection

Re: Port forwarding for Guix containers

2020-11-20 Thread Christopher Baines
Zhu Zihao writes: > I found guix container "created by `guix environment --container` or > `guix system container`" is very useful to isolate some service. But > it only supports fully isolated network namespace or just share with > host, it's not so safe IMO. I'll assume that a fully isolated

Re: Port forwarding for Guix containers

2020-11-20 Thread Bonface M. K.
"Zhu Zihao" writes: > Hi, Guix users! > > > I found guix container "created by `guix > environment --container` or `guix system > container`" is very useful to isolate some > service. But it only supports fully isolated > network namespace or just share with host, it's > not so safe IMO. > > > >