gchristensen changed the topic of #nixos-dev to: NixOS Development (#nixos for questions) | NixOS 19.09 is released! https://discourse.nixos.org/t/nixos-19-09-release/4306 | https://hydra.nixos.org/jobset/nixos/trunk-combined https://channels.nix.gsc.io/graph.html | https://r13y.com | 19.09 RMs: disasm, sphalerite; 20.03: worldofpeace, disasm | https://logs.nix.samueldr.com/nixos-dev
<Profpatsch> passthru.tests
drakonis has quit [Quit: WeeChat 2.6]
bhipple has quit [Ping timeout: 240 seconds]
<worldofpeace> aaron: I've completed your poll
<worldofpeace> would love to have a meeting eventually
<worldofpeace> I guess that's how most of the work for this RFC is going to go down, I think this group has a bit of time issues.
<aanderse> worldofpeace: thanks!
drakonis has joined #nixos-dev
bhipple has joined #nixos-dev
tomberek has quit [Ping timeout: 265 seconds]
kreisys has joined #nixos-dev
<{^_^}> resolved: ChannelUpdateStuck: https://status.nixos.org/prometheus/alerts
tomberek has joined #nixos-dev
<tomberek> Ericson2314: /2
ixxie has joined #nixos-dev
<Ericson2314> tomberek hmm?
<drakonis> its probably buffer swapping
justan0theruser is now known as justanotheruser
ixxie has quit [Ping timeout: 265 seconds]
kreisys has quit [Ping timeout: 265 seconds]
kreisys has joined #nixos-dev
orivej has joined #nixos-dev
bhipple has quit [Ping timeout: 265 seconds]
drakonis has quit [Read error: Connection reset by peer]
lovesegfault has quit [Quit: WeeChat 2.7]
<{^_^}> firing: ChannelUpdateStuck: https://status.nixos.org/prometheus/alerts
<pie_[bnc]> neat. that looks new.
<pie_[bnc]> or i just didnt notice it.
orivej has quit [Ping timeout: 265 seconds]
ixxie has joined #nixos-dev
orivej has joined #nixos-dev
orivej has quit [Ping timeout: 268 seconds]
Jackneill has joined #nixos-dev
xwvvvvwx has quit [Quit: ZNC 1.7.5 - https://znc.in]
kenjis1 has joined #nixos-dev
ixxie has quit [Ping timeout: 265 seconds]
__Sander__ has joined #nixos-dev
__Sander__ has quit [Remote host closed the connection]
__Sander__ has joined #nixos-dev
<{^_^}> firing: ChannelUpdateStuck: https://status.nixos.org/prometheus/alerts
__Sander__ has quit [Remote host closed the connection]
teozkr has quit []
teozkr has joined #nixos-dev
aristid has quit []
aristid has joined #nixos-dev
_ris has quit [Ping timeout: 258 seconds]
bhipple has joined #nixos-dev
ixxie has joined #nixos-dev
<clever> Ericson2314: how would i get a cross gdb out of pkgsCross? a dumb pkgsCross.vc4.gdb complains about is not supported on ‘vc4-none’, refusing to evaluate
<Ericson2314> clever: pkgsCross.vc4.buildPackages.gdb
<Ericson2314> what you did would be building gdb itself for the gpu!
<clever> Ericson2314: will that be a gdb which can debug vc4?
<Ericson2314> clever: it should be!
<clever> Ericson2314: and to complicate things further, what if i wanted to compile on x86, run gdb on arm, and debug vc4?
<clever> checking build system type... x86_64-unknown-linux-gnu
<clever> checking host system type... x86_64-unknown-linux-gnu
<clever> checking target system type... Invalid configuration `vc4-elf': machine `vc4-unknown' not recognized
<clever> looks like gdb itself does have that flexibility, but currently lacks vc4 support, i'll have to begin porting it...
<Ericson2314> clever: that would be a build != host != target that we don't support out of the box, though you can try to rig it up by hand
<Ericson2314> clever: I usesd to have gdb build all targets
<Ericson2314> one sec
<clever> currently dont have a need for that, but it is a future plan
<Ericson2314> so you should subscribe to that, you will want it at some point then
<clever> done!
<Ericson2314> clever: I think the problem is vc4 is custom fork of stuff?
<clever> yeah
<Ericson2314> you might need to add more conditional source
<clever> it looks like i will need to fork gdb, and then extend it to support vc4
<Ericson2314> clever: the person that made the binutils fork didn't do that already?
<clever> i dont think they got to gdb, because there was no way to attach to the target or get core files
<clever> another crazy plan i have, is to add vc4 to qemu
<Ericson2314> clever: hahaha nice
<clever> Ericson2314: the qemu plan has 2 main uses
<Ericson2314> both those sound very useful
<clever> a: just to be able to debug things in a more sane env
<clever> b: to emulate the mask rom, and document its behavior better
<clever> the mask rom tries to access the SD card, and adding that to the existing emulator looks like a nightmare
<clever> Ericson2314: for example, the official docs explain some of the bits in the boot control OTP, but other bits are just briefly described, and some bits will brick the pi
<clever> and being one time programmable, you cant fix it
<clever> but, if i can emulate, i can freely mess with them!
<Ericson2314> clever: crazy how much undocumented stuff there is out there
<{^_^}> firing: ChannelUpdateStuck: https://status.nixos.org/prometheus/alerts
ixxie has quit [Ping timeout: 240 seconds]
<{^_^}> firing: ChannelUpdateStuck: https://status.nixos.org/prometheus/alerts
<clever> builder for '/nix/store/fvkr1kkxcca13b1f5rdl513rx469hjhq-openocd-0.10.0-armv7l-unknown-linux-gnueabihf.drv' failed with exit code 1
<clever> Ericson2314: i also cant cross-compile openocd to arm
<Ericson2314> clever: no idea about this openocd
<clever> i can native build it for now, just thought its worth mentioning
<infinisil> niksnut: I think this kind of stuff should go through a PR (ideally everything should): https://github.com/NixOS/nixpkgs/pull/69057#issuecomment-581141434
<infinisil> Many people liked that change (in contrast to the lsb one)..
drakonis1 has joined #nixos-dev
ixxie has joined #nixos-dev
vdemeester has quit []
vdemeester has joined #nixos-dev
<{^_^}> resolved: ChannelUpdateStuck: https://status.nixos.org/prometheus/alerts
sorear has quit []
sorear has joined #nixos-dev
Jackneill has quit [Remote host closed the connection]
Scriptkiddi has quit [Remote host closed the connection]
das_j has quit [Remote host closed the connection]
ajs124 has quit [Remote host closed the connection]
Scriptkiddi has joined #nixos-dev
das_j has joined #nixos-dev
ajs124 has joined #nixos-dev
cptchaos83 has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
cptchaos83 has joined #nixos-dev
<{^_^}> firing: ChannelUpdateStuck: https://status.nixos.org/prometheus/alerts
kenjis1 has quit [Ping timeout: 265 seconds]
justan0theruser has joined #nixos-dev
justanotheruser has quit [Ping timeout: 265 seconds]
ixxie has quit [Ping timeout: 265 seconds]
lovesegfault has joined #nixos-dev
_ris has joined #nixos-dev
avn has quit [Ping timeout: 265 seconds]
evanjs has quit [Quit: ZNC 1.7.5 - https://znc.in]
evanjs has joined #nixos-dev
jared-w has quit []
jared-w has joined #nixos-dev
Jackneill has joined #nixos-dev
Jackneill has quit [Remote host closed the connection]
<bhipple> Is there any reason we don't have the default stdenv unpack hooks knowning about bzip2? It appears to be better optimized for our needs than tar.gz, since it packs better for the binary caches and hashed mirrors: https://github.com/NixOS/nixpkgs/pull/79127
<{^_^}> #79127 (by bhipple, 25 minutes ago, open): stdenv: default unpack can unpack bzip2 as well
<samueldr> bhipple: *.tar.* would catch most?
<samueldr> well, all, since it's only for tar files
<samueldr> unless you make somefile.nottar.bz2 be a tar
<bhipple> Ahh yes I see, I was looking at the NixOS bootstrap tools and binaries and indeed they are all *.tar.bz2: https://nixos.org/releases/nix/nix-2.3.2/
<bhipple> I guess that's a reasonable standard to expect; I will close my PR
<samueldr> yeah, bz2 compresses, tar archives
<bhipple> I'm working on updating fetchCargo to compress its vendored src dir, and was comparing tar.gz vs. bz2 in https://github.com/NixOS/nixpkgs/pull/78501
Cale has quit [Remote host closed the connection]
<{^_^}> #78501 (by bhipple, 1 week ago, open): fetchcargo: use flat tar.gz file for vendored src instead of recursive hash dir
<bhipple> I hadn't named my test foo.tar.bz2 and hit the unpack failure, but now I see it works just fine if I name it correctly :)
Cale has joined #nixos-dev
zarel has joined #nixos-dev
zarel_ has quit [Read error: Connection reset by peer]
kraem has quit [Quit: outta here]
kraem has joined #nixos-dev
<{^_^}> firing: ChannelUpdateStuck: https://status.nixos.org/prometheus/alerts