Skip to content
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

Implement NetCore #1

Open
4 of 6 tasks
viferga opened this issue Aug 13, 2020 · 2 comments
Open
4 of 6 tasks

Implement NetCore #1

viferga opened this issue Aug 13, 2020 · 2 comments

Comments

@viferga
Copy link
Member

viferga commented Aug 13, 2020

We should implement NetCore with nonguix (not yet bootstrapable).

Here are the TODOs:

@viferga
Copy link
Member Author

viferga commented Oct 4, 2021

Currently nonguix is almost working but I am getting this error:

/tmp/guix-build-metacall-0.5.4.drv-0/core-0.5.4/source/loaders/cs_loader/netcore/source/project.csproj : error NU1101: Unable to find package System.Collections.Immutable. No packages exist with this id in source(s): /gnu/store/2hdcy8hj703fqk92wg58f15j7r2i44b3-dotnet-5.0.201/share/dotnet/shared/Microsoft.NETCore.App/5.0.4, /tmp/.nuget/nupkgs, /tmp/.nuget/packages
/tmp/guix-build-metacall-0.5.4.drv-0/core-0.5.4/source/loaders/cs_loader/netcore/source/project.csproj : error NU1101: Unable to find package System.Memory. No packages exist with this id in source(s): /gnu/store/2hdcy8hj703fqk92wg58f15j7r2i44b3-dotnet-5.0.201/share/dotnet/shared/Microsoft.NETCore.App/5.0.4, /tmp/.nuget/nupkgs, /tmp/.nuget/packages
/tmp/guix-build-metacall-0.5.4.drv-0/core-0.5.4/source/loaders/cs_loader/netcore/source/project.csproj : error NU1101: Unable to find package System.Reflection.Metadata. No packages exist with this id in source(s): /gnu/store/2hdcy8hj703fqk92wg58f15j7r2i44b3-dotnet-5.0.201/share/dotnet/shared/Microsoft.NETCore.App/5.0.4, /tmp/.nuget/nupkgs, /tmp/.nuget/packages
/tmp/guix-build-metacall-0.5.4.drv-0/core-0.5.4/source/loaders/cs_loader/netcore/source/project.csproj : error NU1101: Unable to find package System.Runtime.CompilerServices.Unsafe. No packages exist with this id in source(s): /gnu/store/2hdcy8hj703fqk92wg58f15j7r2i44b3-dotnet-5.0.201/share/dotnet/shared/Microsoft.NETCore.App/5.0.4, /tmp/.nuget/nupkgs, /tmp/.nuget/packages
/tmp/guix-build-metacall-0.5.4.drv-0/core-0.5.4/source/loaders/cs_loader/netcore/source/project.csproj : error NU1101: Unable to find package System.Text.Encoding.CodePages. No packages exist with this id in source(s): /gnu/store/2hdcy8hj703fqk92wg58f15j7r2i44b3-dotnet-5.0.201/share/dotnet/shared/Microsoft.NETCore.App/5.0.4, /tmp/.nuget/nupkgs, /tmp/.nuget/packages
/tmp/guix-build-metacall-0.5.4.drv-0/core-0.5.4/source/loaders/cs_loader/netcore/source/project.csproj : error NU1101: Unable to find package System.Threading.Tasks.Extensions. No packages exist with this id in source(s): /gnu/store/2hdcy8hj703fqk92wg58f15j7r2i44b3-dotnet-5.0.201/share/dotnet/shared/Microsoft.NETCore.App/5.0.4, /tmp/.nuget/nupkgs, /tmp/.nuget/packages

Here's the complete log:
output.txt

@viferga
Copy link
Member Author

viferga commented Oct 5, 2021

I am linking here the issue in nonguix repo:
https://gitlab.com/nonguix/nonguix/-/issues/131

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant