Nix + dotnet | 124 Members | |
| 24 Servers |
| Sender | Message | Time |
|---|---|---|
| 24 Mar 2023 | ||
| If anyone finds this helpful, this is how I've turned that into a
| 16:45:51 | |
Hm, any ideas when *.nuspec file is missing? Therefore the nuget-to-nix file seems to file and consequently I can't run buildDotnetModule, becuase it requires the nugetDeps to be set. | 17:32:22 | |
| 26 Mar 2023 | ||
| 00:33:02 | ||
| 14 Apr 2023 | ||
| 07:32:29 | ||
| 18:31:55 | ||
| 30 Apr 2023 | ||
| 05:32:59 | ||
| 14:03:23 | ||
| hi, i had a go at packaging a dotnet project https://github.com/NixOS/nixpkgs/commit/7d7d2bfee091dd389eb51bdac1a363cfc27643b4 | 14:06:06 | |
| did i miss anything obvious? or is there a way to get a more verbose failure? | 14:07:05 | |
| I don't see anything obvious in your code, but I'm getting a weird error when building all dotnet packages for some reason
| 22:30:04 | |
| * I don't see anything obvious in your code, but I'm getting a weird error when building all dotnet packages for some reason
| 22:30:09 | |
| * I don't see anything obvious in your code, but I'm getting a weird error when building all dotnet packages for some reason
An error that I'm getting for a different derivation, getting the same for all my dotnet derivations
| 22:30:16 | |
| * I don't see anything obvious in your code, but I'm getting a weird error when building all dotnet packages for some reason
An error that I'm getting for a different derivation, getting the same for all my dotnet derivations | 22:30:22 | |
| esterdayperhaps this is a nixpkgs issue that was introduced recently? didn't find anything on it when searching y | 22:30:56 | |
| * perhaps this is a nixpkgs issue that was introduced recently? didn't find anything on it when searching yesterday | 22:31:01 | |
| 2 May 2023 | ||
| i think these are different issues
so add huantian: can this be reproduced on nixpkgs master? | 06:33:24 | |
| I believe so, let me push one of my partially finished packages to my nixpkgs fork | 06:35:16 | |
| raphi: made a quick draft pr, https://github.com/NixOS/nixpkgs/pull/229418, seems to fail for me still | 06:48:59 | |
Fails for me with > /build/tmp.5fQjk7b3Hi/.nuget/packages/gitinfo/2.2.0/build/GitInfo.targets(212,3): error : Failed to run git --version. Git may not be properly installed: [/build/source/TRBot/TRBot.Build/TRBot.Build.csproj]no segmentation fault 🤔 | 06:53:40 | |
| weird... | 06:53:55 | |
| maybe it's something to do with a system config or something? | 07:00:47 | |
| only thing i can think of is /tmp is on tmpfs, and you're running out of memory | 07:01:41 | |
| otherwise no clue | 07:01:43 | |
Yeah I don't have boot.tmpOnTmpfs set, I've had issues with running out of memory in /run/user/1000 but that's a different error, plus I'm not actually running out of memory | 07:04:03 | |
I don't think this should change anything, maybe try building a similar package from my system flake? nix build github:huantianad/nixos-config#tjaplayer3-f? | 07:05:50 | |
| I'll also try roling back my system config to see if that changes anything but I doubt it | 07:09:00 | |
| * I'll also try roiling back my system config to see if that changes anything, as I discovered this initially after building my system after a flake update. However, I don't know if this'll change anything, but it's worth a try ig. | 07:12:22 | |
| builds successfully on nixos and opensuse wsl | 07:12:23 | |
| but my nixos installation is still on 22.11 | 07:14:08 | |
| System rollback did not fix the issue unfortunately, I'm also getting an error building the package on my laptop as well. | 07:27:56 | |