ma271 has quit [Ping timeout: 256 seconds]
<shlevy> Any github org owners around?
<shlevy> domenkozar niksnut garbas ikwildrpepper ?
<shlevy> Never mind, turns out what I want just isn't possible :(
<shlevy> dtz: around?
mbrgm has quit [Ping timeout: 248 seconds]
mbrgm has joined #nixos-dev
<lopsided98> I figured out the problem with the kernel cross compilation
<lopsided98> The 'overrideCC' in the kernel derivation is using host gcc7, so it tries to cross-compile gcc (not build a cross compiler), which doesn't work (and is also incrrect behavior)
<shlevy> Ouch :(
<shlevy> lopsided98: Does it work if you switch it to targetPackages.gcc7? Is that the right one to use even? :D
<shlevy> Or maybe it's buildPackages.gcc7... Not actually sure
<lopsided98> buildPackages.gcc7 fixes it
<shlevy> OK, can you open a PR for that?
<shlevy> Or just push if you have commit bit
<shlevy> I'd like to ping Sonarpulse to see if that's the right way to do it
orivej has quit [Ping timeout: 256 seconds]
<shlevy> Thanks!
pie_ has quit [Ping timeout: 248 seconds]
ma271 has joined #nixos-dev
ma271 has quit [Quit: WeeChat 2.0]
ma27 has joined #nixos-dev
vcunat has joined #nixos-dev
ma27 has quit [Ping timeout: 240 seconds]
ma27 has joined #nixos-dev
orivej has joined #nixos-dev
ma27 has quit [Ping timeout: 256 seconds]
ma27 has joined #nixos-dev
ma27 has quit [Ping timeout: 252 seconds]
orivej has quit [Ping timeout: 256 seconds]
ma27 has joined #nixos-dev
<hl> Aaah! So that's what's going on.
<hl> I was wondering why trying to cross-compile Linux for aarch64 was causing it to try and build a native gcc for aarch64.
<hl> Fairly sure that's still an actual problem if you want to cross-compile a non-cross gcc for AArch64, but the fact that trying to compile Linux was trying to compile a non-cross AArch64 gcc in the first place made no sense.
<hl> Nice, with that fix Linux seems to be successfully cross-compiling for AArch64.l
pie_ has joined #nixos-dev
zarel has joined #nixos-dev
pie_ has quit [Ping timeout: 240 seconds]
alunduil has quit [Quit: leaving]
alunduil has joined #nixos-dev
orivej has joined #nixos-dev
pie_ has joined #nixos-dev
<dtz> awesome! all our compilers are a bit "confused" in a cross setting, would be interested in any efforts towards fixing this
<dtz> all the compilers not built as part of the cross stdenv, I mean
clhodapp has joined #nixos-dev
zarel has quit [Quit: Leaving]
clhodapp has quit [Quit: Page closed]
<shlevy> niksnut: ikwildrpepper: ping
cransom has quit [Quit: WeeChat 2.0]
cransom has joined #nixos-dev
<shlevy> Can I get permission to upload stuff to tarballs.nixos.org?
<shlevy> Building a native riscv64 stdenv bootstrab
<clever> shlevy: one min
<clever> shlevy: this script goes over every .src in nixpkgs, for those with acceptable licenses,and builds the list for tarballs.nixos.org
<clever> shlevy: so if you meet the right rules, and your PR gets merged, i think it will just happen automatically
<clever> the source should show what the rules are, and running the related nix files should confirm
<shlevy> clever: I need to upload one for the bootstrap tarballs
<shlevy> It's a different directory, and not a fetch
<clever> shlevy: ah, i dont know how those are handled
<vcunat> I'm just curious, do you have actual real CPU with risc-v?
<shlevy> Coming in April
<vcunat> So you're getting ready in advance :-)
<shlevy> Yeah :)
taktoa_ has quit [Remote host closed the connection]
jtojnar has quit [Remote host closed the connection]
jtojnar has joined #nixos-dev
<dtz> wait so can I stop hosting the musl bootstrap bits? O:)
<dtz> similarly, I think the aarch64 tarballs are hosted elsewhere
<shlevy> Yep
<shlevy> It's annoying :/
<dtz> don't really mind but it'd probably be best to have them more reliably hosted
jtojnar has quit [Read error: Connection reset by peer]
jtojnar has joined #nixos-dev
<LnL> can't somebody put them on tarballs.nixos.org
<shlevy> That's exactly what we're discussing :)
<LnL> I know copumpkin does that for the darwin stuff
<dtz> riscv stuff on master?? ^_^
<dtz> and glibc 2.27
<dtz> is this real life
<shlevy> dtz: glibc 2.27 is on a branch still :D
<dtz> oh, just saw 2.27.nix and some fixes on master
<dtz> not default yet, I see :)
<shlevy> Yeah
goibhniu has joined #nixos-dev
goibhniu has quit [Client Quit]
vcunat has quit [Quit: Leaving.]
goibhniu has joined #nixos-dev
ma27 has quit [Ping timeout: 265 seconds]
contrapumpkin has joined #nixos-dev