Sender | Message | Time |
---|---|---|
16 Jul 2025 | ||
Isn’t there some work done on running Nix on Windows? | 11:02:34 | |
Yes, and I believe iohk is at least indirectly funding it | 11:02:45 | |
it cannot spawn a build and was even less of a thing in early 2024 | 11:03:19 | |
I can't see how it would be relevant to this IFD use case. I suspect they copied the make-it-static stuff from something else they had already written | 11:03:33 | |
* I can't see how it would be relevant to this IFD use case. I suspect they copied the make-it-"static" stuff from something else they had already written | 11:03:39 | |
So does anyone want to go figure out why Mesa 25.2 doesn't build on Darwin | 17:09:45 | |
Again | 17:09:46 | |
https://github.com/NixOS/nixpkgs/pull/425843 | 17:09:47 | |
do you have a log? | 17:57:19 | |
it barely matters at this point though tbh | 17:57:26 | |
Something something linker error libdrm something | 17:57:58 | |
Basically they leaked a libdrm call into it again | 17:58:08 | |
fun | 17:58:55 | |
not sure I'll have the cycles today if it involves source diving | 17:59:04 | |
It's going to | 17:59:11 | |
@Randy Eckenrode standard ping for Vulkan update: https://github.com/NixOS/nixpkgs/pull/425870 | 18:38:10 | |
There's probably a matching moltenvk | 18:38:15 | |
Probably. I have the last update in my tree. I can bump to the next version once I have bandwidth. | 19:02:58 | |
21:45:52 | ||
i just did a did a
| 22:27:27 | |
this just means some upstream dependency has electron defined incorrectly? | 22:28:06 | |
means Electron screwed up I think | 22:29:30 | |
I believe it's being worked on | 22:29:32 | |
yea looks like it, but seems 35.7.1 marked as completely broken on their end, so they are skipping 🙈 https://github.com/electron/electron/issues/47716#issuecomment-3078311583 | 22:33:02 | |
well this is a lesson in ... I should commit my config more often :) | 22:34:17 | |
i updated without committing prev lock file | 22:34:46 | |
17 Jul 2025 | ||
ok, so… completely unrelated question: how do I resolve this error?
It seems like the build script is calling ‘clang’ rather than the wrapped ‘cc’, which is causing this line to fail (although I know very little about C or the associated build systems, so I’m not super sure of this). I saw some mentions of a bug here, but it’s somewhat tied to Bazel so I don’t really understand what’s going on enough to find a workaround. | 00:20:18 | |
* How do I resolve this error?
It seems like the build script is calling ‘clang’ rather than the wrapped ‘cc’, which is causing this line to fail (although I know very little about C or the associated build systems, so I’m not super sure of this). I saw some mentions of a bug here, but it’s somewhat tied to Bazel so I don’t really understand what’s going on enough to find a workaround. | 00:20:24 | |
Add NIX_CFLAGS_COMPILE = "-I${lib.getInclude stdenv.cc.libcxx}/include/c++/v1"; when stdenv.cc.isClang . | 00:22:36 | |
* Add NIX_CFLAGS_COMPILE = "-isystem ${lib.getInclude stdenv.cc.libcxx}/include/c++/v1"; when stdenv.cc.isClang . | 00:22:56 |