My apologies. I indeed only lightly tested the make.go changes, as I was a bit in a hurry to land it so we could fully benefit from the Go 1.10 caching. I'm travelling atm, but I/we will fix ASAP.
On 18 April 2018 at 09:28, Attila Tajti <[email protected]> wrote: > I can confirm Tilman's findings. > > StderrPipe shouldn't be created if it isn't used, and the option > -output-files-stderr of genfileembed is also unnecessary now. > > There is also a new problem, cross-compiling doesn't seem to work for me > with b489cfa6bf2da5e7806dc16a58872a581f79808c: > > C:\src\perkeep.org>go run make.go -os=linux > go install: cannot install cross-compiled binaries when GOBIN is set > go install: cannot install cross-compiled binaries when GOBIN is set > go install: cannot install cross-compiled binaries when GOBIN is set > go install: cannot install cross-compiled binaries when GOBIN is set > go install: cannot install cross-compiled binaries when GOBIN is set > go install: cannot install cross-compiled binaries when GOBIN is set > go install: cannot install cross-compiled binaries when GOBIN is set > go install: cannot install cross-compiled binaries when GOBIN is set > go install: cannot install cross-compiled binaries when GOBIN is set > go install: cannot install cross-compiled binaries when GOBIN is set > go install: cannot install cross-compiled binaries when GOBIN is set > Error building main binaries: exit status 1 > exit status 1 > > C:\src\perkeep.org>go version > go version go1.10 windows/amd64 > > C:\src\perkeep.org> > > > > Attila > > On 18.04.2018 00:28:50, tilman.dilo <[email protected]> wrote: > > Sure thing, tomorrow. > > -- > You received this message because you are subscribed to the Google Groups > "Perkeep" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > > -- > You received this message because you are subscribed to the Google Groups > "Perkeep" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Perkeep" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
