!pbdtvoHxUGLhcEvnlu:nixos.org

Exotic Nix Targets

343 Members
107 Servers

Load older messages


SenderMessageTime
30 Jul 2023
@patryk4815:matrix.orgpatryk4815 joined the room.21:50:30
31 Jul 2023
@inclyc:matrix.orgYingchi Long changed their profile picture.18:15:45
@charles:computer.surgeryCharles joined the room.22:02:53
@machinaut:matrix.org@machinaut:matrix.org left the room.22:40:26
1 Aug 2023
@charles:computer.surgeryCharles changed their profile picture.01:12:22
@p14:matrix.orgp14Download usellvm-16.patch14:04:38
@p14:matrix.orgp14 I managed to get pkgsLLVM.nix working with an import <nixpkgs> { overlays = [(self: super: { llvmPackages = self.llvmPackages_16; })]; } overlay; however, I did have fix a few other minor things (libseccomp doCheck = false; lowdown hardeningDisable fortify; boost NIX_CFLAGS_LINK = prev.NIX_CFLAGS_LINK + " --target=${self.stdenv.hostPlatform.config}";, and disable 3 tests from nix) 14:06:30
@p14:matrix.orgp14 raitobezarius: any thoughts on the above patch? I'm on x86_64-unknown-linux-gnu, I have the impression you primarily were trying to make a darwin platform work 14:07:10
@p14:matrix.orgp14I've commented the hacks so hopefully the motivation might be clear. Do you think this is suitable to send as a patch to make llvmPackages_16 work?14:07:38
@p14:matrix.orgp14[apols, I have to run away for a few hours shortly]14:07:55
@raitobezarius:matrix.orgraitobezariusI'd say open a PR, expose the problem solved by this and tag the LLVM maintainers14:08:00
@raitobezarius:matrix.orgraitobezariusit's hard to review like this stuff14:08:06
@p14:matrix.orgp14 raitobezarius: which branch do I send it for -- is master OK given that little will depend directly on llvmPackages_16? 14:12:27
@raitobezarius:matrix.orgraitobezariusmaster is fine14:12:56
@cole-h:matrix.orgcole-h changed their display name from cole-h (back 1 Aug) to cole-h.14:15:22
@p14:matrix.orgp14Sent as https://github.com/NixOS/nixpkgs/pull/246577.14:15:59
2 Aug 2023
@p14:matrix.orgp14

raitobezarius: I've been doing some testing of the above on aarch64-darwin. I found that plain pkgsLLVM.stdenv doesn't build on master, I get a silent failure in compiler-rt. NIX_DEBUG exposes the issue that preConfigure is trying to set CMAKE_LIPO=$(command -v aarch64-apple-darwin-lipo) but this goes straight to the exit/failure handler.

Is pkgsLLVM known (meant?) to work on this platform? Is there a darwin platform it works on?

09:24:55
@sorear:matrix.orgsorearpart of why I haven't touched this recently is that I don't have a darwin anything...13:17:21
@p14:matrix.orgp14 sorear: Yeah, it's a challenge. I can see from the git blame lens (and also through the diff-the-nix-llvm-recipies-through-the-versions) as I hack on things that people have gone through many iterations of fixing things for different environments. 13:20:44
@sorear:matrix.orgsorearI see you're only fixing this for _16 so if I want pkgsLLVM _15 to work I13:21:38
@sorear:matrix.orgsorear'll need to do my own backport13:21:49
@sorear:matrix.orgsorear_14 works fine with the existing nixpkgs code, i tested a while ago13:22:12
@raitobezarius:matrix.orgraitobezarius
In reply to @p14:matrix.org

raitobezarius: I've been doing some testing of the above on aarch64-darwin. I found that plain pkgsLLVM.stdenv doesn't build on master, I get a silent failure in compiler-rt. NIX_DEBUG exposes the issue that preConfigure is trying to set CMAKE_LIPO=$(command -v aarch64-apple-darwin-lipo) but this goes straight to the exit/failure handler.

Is pkgsLLVM known (meant?) to work on this platform? Is there a darwin platform it works on?

That's a question for the Darwin folks
13:28:48
@raitobezarius:matrix.orgraitobezariusI have no idea personally13:28:52
@raitobezarius:matrix.orgraitobezariusI know that rrbutani has been doing work to support better Darwin13:29:06
@raitobezarius:matrix.orgraitobezariusBut it's hard to keep track who is working on what13:29:19
@p14:matrix.orgp14Ah, yeah, apols, I was tagging you in part because I saw your name associated with some Darwin things.13:29:36
@raitobezarius:matrix.orgraitobezariusI don't do Darwin at all13:30:08
@raitobezarius:matrix.orgraitobezarius(except the basic stuff to avoid breaking it massively)13:31:26
@raitobezarius:matrix.orgraitobezariusOverall, I'd say it's fine to aim for a pkgsLLVM that works on Linux first13:31:59

Show newer messages


Back to Room ListRoom Version: 6