!ayCRiZriCVtuCUpeLp:nixos.org

Nix Cross Compiling

562 Members
118 Servers

You have reached the beginning of time (for this room).


SenderMessageTime
28 Oct 2025
@llamato:matrix.orgLlamatoHi guys. I am working on getting a nix os desktop enviroment running on the Banana Pi M1. (armv7l). So far I managed to get the labwc wayland compositor running but am now struggling to get any browser to compile. Looks like onnxruntime keeps firefox from compiling. Shitboken6 keeps falkon from compiling and libparserutils keeps netsurf from compiling saying it can not find the CC command oddly enough. Any ideas on what I can do here?07:12:19
@symphorien:xlumurb.eusymphorienfwiw last version of upstream Firefox dropped support for 32 bit07:14:27
@grimmauld:grapevine.grimmauld.deGrimmauld (any/all)You could maybe try servo... Things not finding cc does happen occasionally, should be fixable07:18:25
@grimmauld:grapevine.grimmauld.deGrimmauld (any/all)Qt cross for falkon, well good luck07:18:41
@anders:sorby.xyzAnders

Reposting here:
I am working on readding support for relibc and redoxos to nixpkgs. That requires adding support for the relibc library which is a replacement for libc compatible with redox.
https://github.com/NixOS/nixpkgs/pull/453786

But I run into an infinite recusion problem when I try nix-shell -A pkgsCross.x86_64-unknown-redox.mkShell.


       … while evaluating the attribute 'stdenv.cc.targetPrefix'
         at /home/anderscs/src/nixpkgs/pkgs/stdenv/generic/default.nix:209:15:
          208|
          209|       inherit cc hasCC;
             |               ^
          210|

       … while evaluating 'targetPackages.stdenv.cc' to select 'targetPrefix' on it
         at /home/anderscs/src/nixpkgs/pkgs/development/compilers/rust/rustc.nix:55:14:
           54| stdenv.mkDerivation (finalAttrs: {
           55|   pname = "${targetPackages.stdenv.cc.targetPrefix}rustc";
             |              ^
           56|   inherit version;

       error: infinite recursion encountered
       at /home/anderscs/src/nixpkgs/pkgs/development/compilers/rust/rustc.nix:55:14:
           54| stdenv.mkDerivation (finalAttrs: {
           55|   pname = "${targetPackages.stdenv.cc.targetPrefix}rustc";
             |              ^

It is a circular dependency which should be solvable.

How do I best solve this?

07:39:44

Show newer messages


Back to Room ListRoom Version: 6