00:36
ryanartecona has joined #nix-darwin
00:46
ryanartecona has quit [Quit: ryanartecona]
02:12
acowley has quit [Ping timeout: 255 seconds]
02:13
acowley has joined #nix-darwin
02:38
Lisanna has quit [Quit: Lisanna]
02:54
<
kaychaks >
while installing kubernetes in Mac via nix I am facing this weird permission denied errors for a particular directory:
02:54
<
kaychaks >
*go: disabling cache (/homeless-shelter/Library/Caches/go-build) due to initialization failure: mkdir /homeless-shelter: permission denied
02:57
<
kaychaks >
Eventually, it's failing to install coz of some Makefile error. I could not find any useful discussion around it anywhere else.
03:01
<
pikajude >
/homeless-shelter is what nix-build sets $HOME to
03:01
<
pikajude >
if there's a package that has an outstanding bug where the builder tries to access $HOME
03:01
<
pikajude >
that's definitely a problem
03:01
<
pikajude >
no idea what causes it though
05:48
thefloweringash has joined #nix-darwin
05:58
thefloweringash has quit [Quit: WeeChat 1.9.1]
06:11
thefloweringash has joined #nix-darwin
08:30
johnw has quit [Ping timeout: 256 seconds]
08:35
johnw has joined #nix-darwin
10:36
periklis has joined #nix-darwin
10:36
periklis has quit [Remote host closed the connection]
10:36
periklis has joined #nix-darwin
11:01
<
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
11:01
<
manveru >
it's for the new test caching feature in go 1.10
12:23
periklis has quit [Ping timeout: 255 seconds]
13:21
<
pjan >
LnL: finally managed to update that PR. Refactored to defaults.systemUIServer.
13:29
volodja has joined #nix-darwin
13:31
<
volodja >
can anybody help me, how install dev package by nixpkgs on macos ?
13:55
<
pjan >
volodja: what do you mean with dev package?
15:20
volodja has quit [Remote host closed the connection]
15:37
<
kaychaks >
manveru: ok but the derivation is also failing with this error. any idea ?
15:37
<
kaychaks >
!!! Error in ./hack/generate-docs.sh:36
15:37
<
kaychaks >
make:
*** [Makefile:92: all] Error 1
15:37
<
kaychaks >
make: Leaving directory '/private/var/folders/4m/8lbd4pzn2z73b5zjzbbpc0tc0000gn/T/nix-build-kubernetes-1.9.1.drv-0/source'
15:37
<
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
15:37
<
kaychaks >
Call stack:
15:37
<
kaychaks >
1: ./hack/generate-docs.sh:36 main(...)
15:37
<
kaychaks >
Exiting with status 1
15:37
<
kaychaks >
builder for '/nix/store/517nvdn555418g0jsc0gplc8b10wbb3d-kubernetes-1.9.1.drv' failed with exit code 1
15:37
<
kaychaks >
error: build of '/nix/store/517nvdn555418g0jsc0gplc8b10wbb3d-kubernetes-1.9.1.drv' failed
15:42
<
dtz >
that looks like the tail of the log, actual (first) error will be earlier
15:43
ryanartecona has joined #nix-darwin
16:16
ryanartecona has quit [Quit: ryanartecona]
16:59
ryanartecona has joined #nix-darwin
17:06
<
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
17:19
{^_^} has quit [Remote host closed the connection]
17:20
{^_^} has joined #nix-darwin
17:20
{^_^} has joined #nix-darwin
17:31
ryanartecona has quit [Quit: ryanartecona]
17:51
periklis has joined #nix-darwin
19:12
periklis has quit [Ping timeout: 260 seconds]
20:02
<
manveru >
kaychaks: yeah, that's missing the actual error...
23:54
Lisanna has joined #nix-darwin