!ayCRiZriCVtuCUpeLp:nixos.org

Nix Cross Compiling

580 Members
126 Servers

Load older messages


SenderMessageTime
3 Mar 2025
@bendanm:matrix.orgbendanm joined the room.04:43:44
4 Mar 2025
@lassulus:lassul.uslassulus changed their profile picture.17:48:51
5 Mar 2025
@phanirithvij:matrix.orgloudgolem joined the room.02:40:28
@rhelmot:matrix.orgrhelmotThe conclusion of this journey: I got immich to stand up cross compiled from linux to freebsd. This entailed fixing the build for immich itself (node, ffmpeg -> pipewire -> ...), postgres, a postgres plugin which uses a niche build system for postgres rust plugins (pgrx) which claims to not support cross, and redis07:36:43
@rhelmot:matrix.orgrhelmot and of course, the requisite nixbsd pieces, including nixos containers nixbsd jails now existing 07:37:26
@rhelmot:matrix.orgrhelmotso many pull requests to submit in the coming days...07:39:41
6 Mar 2025
@hiengyen:matrix.orgTrungHieu joined the room.10:19:18
7 Mar 2025
@qyriad:katesiria.orgQyriad changed their display name from Qyriad to qyriad.16:03:47
@augyg:matrix.orglazyLambda joined the room.20:36:01
@alexfmpe:matrix.orgalexfmpe I'm getting some "cannot find types.h" or "cannot find strings.h" with several things under pkgsCross.aarch64-android-prebuilt 20:42:54
@alexfmpe:matrix.orgalexfmpe * I'm getting some "types.h file not found" or "strings.h file not found" with several things under pkgsCross.aarch64-android-prebuilt 20:43:25
@alexfmpe:matrix.orgalexfmpeany idea how can I dig more into this?20:44:15
@puffnfresh:chat.home.brianmckenna.orgpuffnfresh joined the room.22:17:39
8 Mar 2025
@alexfmpe:matrix.orgalexfmpe I can see the standard header files in
/nix/store/vnpih2i860advbsw2g0dj6cx1j1dc256-aarch64-unknown-linux-android-ndk-toolchain-26.3.11579264/toolchain/sysroot/usr/include
but going by strace -f when reproducing the error, only toolchain/lib/clang/17/include seems to be looked at
02:55:23
@alexfmpe:matrix.orgalexfmpeseems this was working around november02:56:14
@alexfmpe:matrix.orgalexfmpe * I can see the standard header files in
/nix/store/vnpih2i860advbsw2g0dj6cx1j1dc256-aarch64-unknown-linux-android-ndk-toolchain-26.3.11579264/toolchain/sysroot/usr/include
but going by strace -f when reproducing the error on a standalone invocation, only toolchain/lib/clang/17/include seems to be looked at
03:02:27
@qyriad:katesiria.orgQyriad changed their display name from qyriad to Qyriad.21:41:03
9 Mar 2025
@picostove:matrix.orgpicostove joined the room.19:37:53
10 Mar 2025
@charles:computer.surgeryCharles left the room.22:29:16
@axman6:matrix.orgAxman6I'm currently working on moving some projects at work to build using Nix, things are working find for macOS and linux, but we also need to produce artefacts for windows. Specifically, we're bundling a python application using pyinstaller, and the mere involvement of python seems to cause a lot of issues as a lot of what it takes to build a python package involves running code on the buildPlatform which is intended for the hostPlatform. Is there any hope in being able to achieve this? I've managed to build C and C++ things for windows using pkgsCross.mingwW64 (though I'd also love to know if I should target one of the crt platforms instead), but python seems particularly problematic. Maybe some kind of windows based franken-builder that's able to natively run windows binaries under WSL or something?23:41:32
11 Mar 2025
@puffnfresh:chat.home.brianmckenna.orgpuffnfreshNix can execute Windows binaries within WSL00:18:56
@puffnfresh:chat.home.brianmckenna.orgpuffnfreshalternatively, Wine can execute within a Nix build, I've been doing that recently 00:20:37
@puffnfresh:chat.home.brianmckenna.orgpuffnfreshand finally I'm working on native Nix on Windows, but we're many months away from actually building the first derivation 00:21:49
@axman6:matrix.orgAxman6 @puffnfreshG'day g'day - yeah I need to look more into using wine for things. I have a good grasp how a linux VM operates but wine feels like a different beast 00:44:38
@puffnfresh:chat.home.brianmckenna.orgpuffnfresh
{ stdenv
, wine64Packages
}:

stdenv.mkDerivation {
  name = "wine-example";
  nativeBuildInputs = [ wine64Packages.minimal ];
  dontUnpack = true;
  buildPhase = ''
    WINEPREFIX=$PWD/.wine wine64 cmd.exe /c "echo %HOMEDRIVE% > Z:$out"
  '';
}
02:38:39
@alexfmpe:matrix.orgalexfmpe bisected down to https://github.com/NixOS/nixpkgs/issues/191152
confirmed I can get libffi and gmp building again by adding a && !targetPlatform.isAndroid
howver I don't understand why it matters? I'm building from nixos, there's nothing on /usr/include
13:41:24
@alexfmpe:matrix.orgalexfmpeer, rather, bisected down to https://github.com/NixOS/nixpkgs/pull/356162 which fixes that issue13:42:12
@alexfmpe:matrix.orgalexfmpe I guess there's some sysroot shenanigans I don't understand going on and having -nostdlibinc is messing with it? 13:43:50
@alexfmpe:matrix.orgalexfmpe hmm though... merely adding && !targetPlatform.isAndroid seems risky for non-nixos linux as /usr/include can leak there? 13:49:30
@qyliss:fairydust.spaceAlyssa RossRedacted or Malformed Event13:52:46

Show newer messages


Back to Room ListRoom Version: 6