<clever>
Ericson2314: it feels like the "vc4-elf" string somehow gained a stray - ?
globin has quit [Quit: o/]
globin has joined #nixos-dev
ckauhaus has joined #nixos-dev
globin has joined #nixos-dev
globin has quit [Changing host]
globin has joined #nixos-dev
globin has quit [Changing host]
globin has joined #nixos-dev
ckauhaus has quit [Quit: WeeChat 2.6]
ckauhaus has joined #nixos-dev
<FRidh>
globin: could you explain why env. is used on the structured attributes branch?
<clever>
Ericson2314: i can confirm that the vc4 PR still works on real hardware
<globin>
FRidh: currently writing a blog post (pre-RFCish) explaining a few things
<FRidh>
okay
<FRidh>
looks like it's much bigger than I anticipated
<FRidh>
*expected
<globin>
FRidh: in short declare -a/-A doesn't allow exporting, so to keep it consistent, all parameters to mkDrv are local bash vars and then it's easier to make it explicit with env to ensure which vars are exported
<globin>
and that also only allows values to be scalar types
__monty__ has joined #nixos-dev
genesis has quit [Quit: Leaving]
FRidh has quit [Quit: Konversation terminated!]
mmlb has quit [Ping timeout: 252 seconds]
ris has joined #nixos-dev
<ris>
discovery: fetchpatch is broken inside glibc/common.nix
<gchristensen>
yea
<ris>
evaluating the hash works, so if your store already has the fetchpatch result, you're fine
Ox4A6F has joined #nixos-dev
<gchristensen>
hm I wouldn't have expected evaluation to work
<ris>
so should patches to glibc use fetchurl instead?
<gchristensen>
at some point in the bootstrapping phase we needto either use fetchurl, or just put patches in the repo
<clever>
there is a bootstrap fetchurl, that will use a curl from the bootstrap tools
<clever>
it may be possible to make a bootstrap fetchpatch?
<ris>
ok - i guess correct-pwent-parsing-issue-and-resulting-build.patch needs to be fixed at some point because it currently isn't bootstrappable if you don't have a binary cache
<ris>
it's only applied on musl cross compiles though
<ris>
oh - musl _or_ cross compiles
<clever>
it could use the host fetchpatch implementation?
<clever>
to not depend on itself
<ris>
dunno, i generally fear to tread too deep into the realm of bootstrapping
_0mp has joined #nixos-dev
ris has quit [Ping timeout: 250 seconds]
drakonis_ has joined #nixos-dev
drakonis_ has quit [Read error: Connection reset by peer]
drakonis_ has joined #nixos-dev
drakonis_ has quit [Read error: Connection reset by peer]
drakonis_ has joined #nixos-dev
drakonis has quit [Ping timeout: 245 seconds]
drakonis has joined #nixos-dev
justanotheruser has quit [Quit: WeeChat 2.6]
drakonis_ has quit [Ping timeout: 252 seconds]
justanotheruser has joined #nixos-dev
ris has joined #nixos-dev
drakonis_ has joined #nixos-dev
drakonis has quit [Ping timeout: 265 seconds]
drakonis has joined #nixos-dev
drakonis_ has quit [Ping timeout: 276 seconds]
drakonis_ has joined #nixos-dev
drakonis1 has joined #nixos-dev
drakonis has quit [Ping timeout: 246 seconds]
drakonis_ has quit [Ping timeout: 276 seconds]
eraserhd has joined #nixos-dev
ixxie has joined #nixos-dev
<Ericson2314>
clever: yes Imessed up the dashses but then I fixed
<_0mp>
FYI, we are trying to finish adding Nix (the package manager) to the FreeBSD ports. Join us in #freebsd-nix on Freenode if you are insterested.
<simpson>
Ooh, the first step in assimilation. Sounds fun.
<_0mp>
yes!
<samueldr>
:/
<samueldr>
I thought linux_testing was built on hydra, so issues could be caught earlier
<samueldr>
waiting on a fresh build, but there might be something going on with the build
<samueldr>
(on aarch64)
<samueldr>
hmmm, though linux_testing_hardened is?