ryanartecona has joined #nix-darwin
ryanartecona has quit [Quit: ryanartecona]
acowley has quit [Ping timeout: 255 seconds]
acowley has joined #nix-darwin
Lisanna has quit [Quit: Lisanna]
<kaychaks> while installing kubernetes in Mac via nix I am facing this weird permission denied errors for a particular directory:
<kaychaks> ```
<kaychaks> ```
<kaychaks> *go: disabling cache (/homeless-shelter/Library/Caches/go-build) due to initialization failure: mkdir /homeless-shelter: permission denied
<kaychaks> Eventually, it's failing to install coz of some Makefile error. I could not find any useful discussion around it anywhere else.
<pikajude> /homeless-shelter is what nix-build sets $HOME to
<pikajude> but uh
<pikajude> if there's a package that has an outstanding bug where the builder tries to access $HOME
<pikajude> that's definitely a problem
<pikajude> no idea what causes it though
thefloweringash has joined #nix-darwin
thefloweringash has quit [Quit: WeeChat 1.9.1]
thefloweringash has joined #nix-darwin
johnw has quit [Ping timeout: 256 seconds]
johnw has joined #nix-darwin
periklis has joined #nix-darwin
periklis has quit [Remote host closed the connection]
periklis has joined #nix-darwin
<manveru> kaychaks: that's a warning, there's no use for caching the test output in nix anyway since you only run the tests once
<manveru> it's for the new test caching feature in go 1.10
periklis has quit [Ping timeout: 255 seconds]
<pjan> LnL: finally managed to update that PR. Refactored to defaults.systemUIServer.
volodja has joined #nix-darwin
<volodja> hello
<volodja> can anybody help me, how install dev package by nixpkgs on macos ?
<pjan> volodja: what do you mean with dev package?
volodja has quit [Remote host closed the connection]
<kaychaks> manveru: ok but the derivation is also failing with this error. any idea ?
<kaychaks> ```
<kaychaks> !!! Error in ./hack/generate-docs.sh:36
<kaychaks> make: *** [Makefile:92: all] Error 1
<kaychaks> make: Leaving directory '/private/var/folders/4m/8lbd4pzn2z73b5zjzbbpc0tc0000gn/T/nix-build-kubernetes-1.9.1.drv-0/source'
<kaychaks> Error in ./hack/generate-docs.sh:36. 'make SHELL=/nix/store/pkjmwq7sqrvjg7cjiph6hq0khsmfl6p8-bash-4.4-p12/bin/bash -C "${KUBE_ROOT}" WHAT="${BINS[*]}"' exited with status 2
<kaychaks> Call stack:
<kaychaks> 1: ./hack/generate-docs.sh:36 main(...)
<kaychaks> Exiting with status 1
<kaychaks> builder for '/nix/store/517nvdn555418g0jsc0gplc8b10wbb3d-kubernetes-1.9.1.drv' failed with exit code 1
<kaychaks> error: build of '/nix/store/517nvdn555418g0jsc0gplc8b10wbb3d-kubernetes-1.9.1.drv' failed
<kaychaks> ```
<dtz> that looks like the tail of the log, actual (first) error will be earlier
ryanartecona has joined #nix-darwin
ryanartecona has quit [Quit: ryanartecona]
ryanartecona has joined #nix-darwin
<mitchty> i was going to ask if the vfork patch was in the emacs nix derivation, then went to look and it was there already, yay
{^_^} has quit [Remote host closed the connection]
{^_^} has joined #nix-darwin
{^_^} has joined #nix-darwin
ryanartecona has quit [Quit: ryanartecona]
periklis has joined #nix-darwin
periklis has quit [Ping timeout: 260 seconds]
<manveru> kaychaks: yeah, that's missing the actual error...
Lisanna has joined #nix-darwin