!ayCRiZriCVtuCUpeLp:nixos.org

Nix Cross Compiling

531 Members
114 Servers

Load older messages


SenderMessageTime
24 Aug 2025
@tpw_rules:matrix.orgtpw_rules pkgsCross.aarch64-multiplatform.buildPackages.qemu-user produces the same store path 19:40:42
@dramforever:matrix.orgdramforever if qemu depends on targetPlatform we have big with cross 19:41:14
@dramforever:matrix.orgdramforever* if qemu depends on targetPlatform we have big problems with cross19:41:25
@tpw_rules:matrix.orgtpw_rulesoh what the heck i will try the full qemu19:42:20
@tpw_rules:matrix.orgtpw_rules Artturin: if you would like to update your PR i will review it more thoroughly 19:42:50
@tpw_rules:matrix.orgtpw_rulesdon't quite know how but both built20:15:04
@tpw_rules:matrix.orgtpw_rules and work under x86 emulation with a native qemu-user 20:15:17
@artturin:matrix.orgArtturinhttps://gist.github.com/Artturin/e79f1fcf125ebb138c0012008e71953321:41:45
@artturin:matrix.orgArtturinRed doesn't work, green does21:44:40
26 Aug 2025
@corridor4572:matrix.orgRichInOverdraft changed their display name from rich to RichInOverdraft.12:16:19
27 Aug 2025
@griff79:matrix.orggriff joined the room.14:51:57
@chrillefkr:matrix.orgchrillefkr joined the room.21:46:11
28 Aug 2025
@grimmauld:grapevine.grimmauld.deGrimmauld (any/all)https://github.com/NixOS/nixpkgs/pull/432924#issuecomment-3232559996 can someone that knows cross/splicing things sanity-check this patch before i open a fixup PR?09:28:48
@grimmauld:grapevine.grimmauld.deGrimmauld (any/all) targetPlatform vs hostPlatform is still a little confusing to me. I believe this is the correct fix to remove pam from buildPackages (but not in host packages), but a second set of eyes would be nice 09:30:12
@grimmauld:grapevine.grimmauld.deGrimmauld (any/all) the goal is to keep pam support when building linux cross, but remove it from buildPackages when building non-linux cross. It'll be removed from host packages using availableOn in the case of freebsd, but the python going into llvm pulls libuuid, which is in the compiler bootstrap, so targetPlatfrom checks seem appropriate to me here 09:35:55
@grimmauld:grapevine.grimmauld.deGrimmauld (any/all) * the goal is to keep pam support when building linux cross, but remove it from buildPackages when building non-linux cross from linux. It'll be removed from host packages using availableOn in the case of freebsd, but the python going into llvm pulls libuuid, which is in the compiler bootstrap, so targetPlatfrom checks seem appropriate to me here 09:36:05
@grimmauld:grapevine.grimmauld.deGrimmauld (any/all) * the goal is to keep pam support when building linux cross, but remove it from buildPackages when building non-linux cross from linux. It'll be removed from host packages using availableOn in the case of freebsd, but the build python going into llvm pulls libuuid, which is in the compiler bootstrap, so targetPlatfrom checks seem appropriate to me here 09:36:16
@grimmauld:grapevine.grimmauld.deGrimmauld (any/all) * the goal is to keep pam support on host when building linux cross, but remove it from buildPackages (when building non-linux) cross from linux. It'll be removed from host packages using availableOn in the case of freebsd, but the build python going into llvm pulls libuuid, which is in the compiler bootstrap, so targetPlatfrom checks seem appropriate to me here 09:43:08
@dramforever:matrix.orgdramforever
In reply to @grimmauld:grapevine.grimmauld.de
targetPlatform vs hostPlatform is still a little confusing to me. I believe this is the correct fix to remove pam from buildPackages (but not in host packages), but a second set of eyes would be nice

if you're trying to use targetPlatform:

are you trying to make a compiler that requires rebuilding to change what machine it generates code for?

  • yes: okay, use it. arrgh.
  • no: do not use targetPlatform
09:58:49
@dramforever:matrix.orgdramforever* if you're trying to use targetPlatform: are you trying to make a compiler that requires rebuilding to change what machine it generates code for? yes: okay, use it. arrgh. no: do not use targetPlatform 09:59:09
@qyliss:fairydust.spaceAlyssa Rosshmm, it would be nicer if we could fix the infinite recursion10:00:19
@grimmauld:grapevine.grimmauld.deGrimmauld (any/all)The inf rec is because availableOn somehow does weird output logic which then depends on stdenv?10:00:49
@grimmauld:grapevine.grimmauld.deGrimmauld (any/all)at least as far as i understand10:01:03
@qyliss:fairydust.spaceAlyssa RossI'm wondering if we can get away with just delaying the isClang check10:01:22
@qyliss:fairydust.spaceAlyssa Rosswhat even is this clangFixup thing10:02:03
@grimmauld:grapevine.grimmauld.deGrimmauld (any/all) i mean, buildPackages does not need pam to build stuff. Pam is only ever required on a real system. So doing targetPlatform == hostPlatform checks might work 10:02:27
@qyliss:fairydust.spaceAlyssa RossDoes mean a lot of rebuilds in buildPackages though10:02:38
@grimmauld:grapevine.grimmauld.deGrimmauld (any/all)that, yes10:02:46
@qyliss:fairydust.spaceAlyssa RossYeah I think this is fixable in the FreeBSD mkDerivation10:03:37
@grimmauld:grapevine.grimmauld.deGrimmauld (any/all)delaying the isClang check might work too, but that is too deep in the LLVM stack for me to properly understand what is going on there10:03:49

Show newer messages


Back to Room ListRoom Version: 6