-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rockstarlang: init at 2.0.29 #372755
base: master
Are you sure you want to change the base?
rockstarlang: init at 2.0.29 #372755
Conversation
When executing the package /nix/store/v64bkfnrnblnakg5mxnnlddxc6ypjjc9-rockstar-2.0.29/bin/rockstar It fails with the following output Process terminated. Couldn't find a valid ICU package installed on the system. Please install libicu (or icu-libs) using your package manager and try again. Alternatively you can set the configuration flag System.Globalization.Invariant to true if you want to run with no globalization support. Please see https://aka.ms/dotnet-missing-libicu for more information.
at System.RuntimeExceptionHelpers.FailFast(String, Exception, String, RhFailFastReason, IntPtr, IntPtr) + 0x1e7
at System.Globalization.GlobalizationMode.Settings..cctor() + 0xb7
at System.Runtime.CompilerServices.ClassConstructorRunner.EnsureClassConstructorRun(StaticClassConstructionContext*) + 0xb3
at System.Runtime.CompilerServices.ClassConstructorRunner.CheckStaticClassConstructionReturnNonGCStaticBase(StaticClassConstructionContext*, IntPtr) + 0x9
at System.Globalization.CultureData.CreateCultureWithInvariantData() + 0x3e7
at System.Globalization.CultureData.get_Invariant() + 0x16
at System.Globalization.TextInfo..cctor() + 0x1c
at System.Runtime.CompilerServices.ClassConstructorRunner.EnsureClassConstructorRun(StaticClassConstructionContext*) + 0xb3
at System.Runtime.CompilerServices.ClassConstructorRunner.CheckStaticClassConstructionReturnGCStaticBase(StaticClassConstructionContext*, Object) + 0x9
at System.Text.EncodingHelper.GetCharset() + 0x10d
at System.Text.EncodingHelper.GetEncodingFromCharset() + 0x9
at System.ConsolePal.GetConsoleEncoding() + 0x9
at System.Console.get_OutputEncoding() + 0x41
at System.Console.CreateOutputWriter(Stream) + 0x4a
at System.Console.<get_Out>g__EnsureInitialized|26_0() + 0x3b
at System.Console.WriteLine(String) + 0x10
at Rockstar.Program.Main(String[] args) + 0x437
fish: Job 1, '/nix/store/v64bkfnrnblnakg5mxnn…' terminated by signal SIGABRT (Abandon) In order to make it work, a DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1 /nix/store/v64bkfnrnblnakg5mxnnlddxc6ypjjc9-rockstar-2.0.29/bin/rockstar Rockstar v2.0.29 on linux-x64.
Type 'exit' to exit.
» Shout "it works"
it works
« "it works"
» exit I tried many things, i didn't find a better solution |
I also tried to build it from source pinage404/nixpkgs@rockstar...pinage404:nixpkgs:rockstar_built_from_source The build fails with this message nix build -L .#rockstarlang rockstar> Running phase: unpackPhase
rockstar> unpacking source archive /nix/store/v22zb3wr1a1pzzcmp586v9d3yzakn76w-source
rockstar> source root is source
rockstar> Running phase: patchPhase
rockstar> Running phase: configureNuget
rockstar> ln: failed to create symbolic link '/build/nuget.NEFIcX/fallback/microsoft.net.illink.tasks/9.0.0': File exists |
I need help |
i used |
Things done
Add a new package :
rockstarlang
Rockstar is a computer programming language based on the lyrics to 1980s hard rock and power ballads.
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.