<{^_^}>
#81716 (by eamsden, 12 hours ago, open): gcc: Place target system libraries in a separate output
h0m1 has quit [Quit: WeeChat 2.7.1]
h0m1 has joined #nixos-aarch64
<gchristensen>
thefloweringash: ping?
<gchristensen>
copying path '/nix/store/rrzja19jbqxbfryp2zchb2ma5h041rxh-zlib-1.2.11.tar.gz' from 'https://nix-cache.s3.amazonaws.com'...
<gchristensen>
error: a 'x86_64-linux' is required to build '/nix/store/2q3f50pqzv9smdd1kmrrn7cp6lqf5vni-builder.pl.drv', but I am a 'aarch64-linux'
<gchristensen>
nixpkgs.crossSystem = { system = "armv7l-linux"; }; <- how do I change this to say no really build it on aarch64-linux even if I'm evaluating on x86_64-linux?
lovesegfault has joined #nixos-aarch64
<clever>
gchristensen: nixpkgs.system needs to also be set, to the host of the gcc
<blackriversoftwa>
matthewbauer: can you take a look at https://github.com/NixOS/nixpkgs/pull/81781? The original PR by illegalprime seemed stale (last commit april of last year) so I applied your suggestions and made a new PR
<{^_^}>
#81781 (by eamsden, 1 hour ago, open): gcc: Move target libraries to `lib` output when building a cross compiler
<thefloweringash>
and hydra uses that as the main input, with a jobset for each channel
<gchristensen>
hmm
<thefloweringash>
if you get to the stage of testing an evaluation, note that nixos-unstable and nixpkgs-unstable aren't currently capable of building a stdenv
<gchristensen>
oh?
<thefloweringash>
the glibc bump requires a corresponding bootstrap-tools bump: see #79793 and #80497
<srk>
stuff works on x86_64 cause everyone uses that :)
<gchristensen>
but we woudln't be testing bootstrapping
<srk>
yeah, it surely is a good idea
<srk>
if someone is crazy enough and wants to build everything from source
<gchristensen>
I know a bunch of places that do
zupo has joined #nixos-aarch64
<gchristensen>
lopsided98: ping
ryantrinkle has joined #nixos-aarch64
misuzu has joined #nixos-aarch64
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
lovesegfault has joined #nixos-aarch64
cidkid has joined #nixos-aarch64
lirzhv has joined #nixos-aarch64
cidkid has quit [Ping timeout: 240 seconds]
lovesegfault has quit [Quit: WeeChat 2.7.1]
lovesegfault has joined #nixos-aarch64
zupo has joined #nixos-aarch64
orivej has joined #nixos-aarch64
<samueldr>
wondering what dumb thing I'm forgetting, using u-boot and making a boot.scr that tries to `booti` a kernel, initramfs and fdt, I get "Wrong Ramdisk Image Format"...
<samueldr>
... which seems to match with what I read that u-boot might not be able to use a compressed initramfs...
<samueldr>
... but it is able to when booting through extlinux
<samueldr>
(and search results are peppered with old non-mainline u-boot results that do not really apply or were marked solved without being solved)
<samueldr>
ah, looks like I needed to give it a size booti ''${kernel_addr_r} ''${ramdisk_addr_r}:''${ramdisk_size} ''${fdt_addr_r}
orivej has quit [Ping timeout: 265 seconds]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
orivej has joined #nixos-aarch64
zupo has joined #nixos-aarch64
orivej has quit [Ping timeout: 260 seconds]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]