Emma

Results 36 comments of Emma

Try compiling FUSE into your Kernel, though I doubt it would help... also maybe this can help? https://www.reddit.com/r/Gentoo/comments/a3fj0j/cant_compile_electron_2x_there_is_an_issue_when/ (I got to admit I only did a base install of Gentoo...

The build _can_ be fixed with this patch: ```diff diff --git a/mkExtension.nix b/mkExtension.nix index 8b7de72..ddd944d 100644 --- a/mkExtension.nix +++ b/mkExtension.nix @@ -44,12 +44,6 @@ let ''; }; - ms-dotnettools.vscode-dotnet-runtime =...

Nope :( ```console $ git branch * (HEAD detached at e1da873) ``` ```console $ nix build --accept-flake-config --print-build-logs .#extensions.x86_64-linux.vscode-marketplace.ms-dotnettools.vscode-dotnet-runtime vscode-extension-ms-dotnettools-vscode-dotnet-runtime> Running phase: unpackPhase vscode-extension-ms-dotnettools-vscode-dotnet-runtime> unpacking source archive /nix/store/4cxycpsb5zkhrz09pws1hawgfms14kh9-vscode-dotnet-runtime-2.3.3.zip vscode-extension-ms-dotnettools-vscode-dotnet-runtime> source...

Oh I forgot I had this open. This extension works, however I have to recompile glibc and coreutils every upgrade.

Hmm I'm not sure what causes this to happen. I decided to push a workaround to the dev branch... see if that does anything Cheers

I'll just go ahead and merge my changes into the stable-v3 branch... I'm very puzzled, because the relevant code didn't change at all (besides the paths) between stable-v2 and stable-v3...

> @in-a-dil-emma was there a regression between https://github.com/in-a-dil-emma/declarative-flatpak/issues/29#event-14168518500 (Sep 7, 2024) and https://github.com/in-a-dil-emma/declarative-flatpak/issues/29#event-14736728552 (Oct 19, 2024)? > > If yes, has it been tried to use [`git bisect`](https://git-scm.com/docs/git-bisect)? There has...

> [@in-a-dil-emma](https://github.com/in-a-dil-emma) was there a regression between [#29 (comment)](https://github.com/in-a-dil-emma/declarative-flatpak/issues/29#event-14168518500) (Sep 7, 2024) and [#29 (comment)](https://github.com/in-a-dil-emma/declarative-flatpak/issues/29#event-14736728552) (Oct 19, 2024)? > > If yes, has it been tried to use [`git bisect`](https://git-scm.com/docs/git-bisect)?...