<Sonarpulse>
cp: missing destination file operand after '/nix/store/g8iz92324r4bjdisqk9qaw5f625jp5f5-stdenv-bootstrap-tools-cross-aarch64-unknown-linux-gnu/lib'
<Sonarpulse>
weird one
<bgamari>
mm
<bgamari>
that is an odd one
<bgamari>
I've not seen that
<bgamari>
huh, even with `--option build-use-sandbox false` I still get this `No user exists` error
<clever>
if it has root, it will always try to drop root
<clever>
sandboxing is a seperate thing
<bgamari>
I'm running `nix build` as `ben`
<clever>
does ben have +w to /nix/store/ ?
<bgamari>
yep
<bgamari>
ben owns /nix/store
<clever>
then it should just directly build things as ben
* bgamari
is using nixUnstable for the record
<LnL>
without the daemon?
* bgamari
is on debian, so yes
<bgamari>
I haven't installed the daemon
<bgamari>
afai
<bgamari>
k
<LnL>
try with --option store local
<bgamari>
same issue
<Sonarpulse>
oh the error isn't diffults, yay!
<Sonarpulse>
libelf was just being statically linked, odd
<bgamari>
hmm, --debug doesn't really offer much of use
<Sonarpulse>
bgamari: "configure: warning: shared libraries not supported for aarch64-unknown-linux-gnu"
<Sonarpulse>
seen anything like that?
<bgamari>
it's possible
<bgamari>
I m may have overlooked it
<bgamari>
ahhh
<bgamari>
[pid 13121] openat(AT_FDCWD, "/nix/store/mjx71lmnlf4psm9942djjcd8b56hyk8b-glibc-2.26-75/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
<bgamari>
how could this have even happened
<Sonarpulse>
weird
orivej has quit [(Ping timeout: 248 seconds)]
Sonarpulse has quit [(Ping timeout: 255 seconds)]
<clever>
bgamari: nixos doesnt have an ld.so.cache
<bgamari>
clever, figured it out eventually
mbrgm has quit [(Ping timeout: 240 seconds)]
mbrgm has joined joined #nixos-dev
orivej has joined joined #nixos-dev
<bgamari>
SonarPulse: Why does the bintools wrapper not expose ar, ranlib, and strip?
<domenkozar>
]AA]A^A_Ðf.f.@HHtH1,f.1,HH/nix/store/3l7i7yjq4chb0iach10vyvnnxndga76v-hevm-0.8.5/share/ghc-8.0.2/x86_64-linux-ghc-8.0.2/hevm-0.8.5hevm_datadirtimeouterrormainMainhevm-cli/hevm-cli.hsinternal error; no EVM result..t.sol.json, Files found: Specify one using `--json-file'
<domenkozar>
huh, this should end up in data output
clever has quit [(Ping timeout: 248 seconds)]
clever has joined joined #nixos-dev
clever has quit [(Ping timeout: 255 seconds)]
clever has joined joined #nixos-dev
clever has quit [(Quit: Reconnecting)]
clever has joined joined #nixos-dev
JosW has quit [(Quit: Konversation terminated!)]
vcunat has quit [(Ping timeout: 246 seconds)]
<bgamari>
How can I get the absolute path to the in-scope target ar from a setup hook?
<gchristensen>
$(which ar) ?
<bgamari>
well, that would require that `which` sis in scope, no?
<orivej>
command -v ar
<bgamari>
hmm
<bgamari>
alright, sounds plausible, let's see how this goes
vcunat has joined joined #nixos-dev
clever has quit [(Changing host)]
clever has joined joined #nixos-dev
<gchristensen>
we're getting big enough to get "spam" security advisories
<bgamari>
will things blow up terribly if I run multiple nix-build processes simultaneously?
<gchristensen>
no
<gchristensen>
definitely not
<bgamari>
lovely
<bgamari>
will they avoid building packages in their transitive closures twice?
<gchristensen>
yes
<bgamari>
cool
<gchristensen>
you can even kick off a nix-build, then once it starts building change what the source code in the dir it is building without impacting the current nix-build
<gchristensen>
ikwildrpepper, niksnut: either of you to validate some credentials are bogus?
<gchristensen>
aszlig: ping
<vcunat>
gchristensen: what are "spam security advisories"
<vcunat>
CVE numbers that claim incorrect things?
<gchristensen>
people who search for "AKIA" and send reports wanting to be in your project's 'security reporter hall of fame'
<gchristensen>
(akia being the prefix to aws access keys)
<bgamari>
is there any way to ensure that a builder is run as root?
<bgamari>
I understand that this is a bit hairy given that it might trash the store
<gchristensen>
these questions are more appropriate for #nixos
<bgamari>
thanks
<gchristensen>
(where I'll gladly answer your questions)
<gchristensen>
vcunat: 5 days later on check meta
<vcunat>
I must say I'm really tired today
<gchristensen>
oh, take care of your self! :) there are more important things than nixos
<vcunat>
well, today it wouldn't be efficient, regardless of importance
<gchristensen>
hrmm it is a bummer eelco hasn't released an updated nix for high sierra
<vcunat>
I chose to prefer jobsets that rebuild with the updated openssl
<vcunat>
(with security fixes)
<gchristensen>
oops I restarted them :) I just cancelled them again
<vcunat>
it's only a thousand jobs, so I didn't know if it's worth cancelling anyway
<laggy_wifi_>
in a dynamic library is there any section/byte range in wich a NEEDED depandancy is garenteed to be located in?
<gchristensen>
laggy_wifi_: #nixos-dev is not the place to ask about things unrelated to nixos dev.
<laggy_wifi_>
ok
Sonarpulse has joined joined #nixos-dev
<bgamari>
Sonarpulse, I have cross-compiled gcc
<Sonarpulse>
bgamari: nice!
<aszlig>
gchristensen: pong
<gchristensen>
aszlig: someone emailed me, unhappy that we have google api keys in nixpkgs for chromium. do you know if those API keys are valid / what they are capable of doing / why they're there?
<aszlig>
gchristensen: what was the complaint exactly?