CosmosOS / Cosmos

Cosmos is an operating system "construction kit". Build your own OS using managed languages such as C#, VB.NET, and more!
https://www.goCosmos.org
BSD 3-Clause "New" or "Revised" License
2.85k stars 536 forks source link

IL2CPU doesnt exist (it does fr) #2981

Closed NevixityOPD closed 2 months ago

NevixityOPD commented 2 months ago

Describe the problem A clear and concise description of where the installation is going wrong.

trying to install cosmos on Linux, and it shows an error

Building IL2CPU
MSBuild version 17.4.8+6918b863a for .NET
Build started 3/5/2024 8:39:37PM.
     1>Project "/home/nevixity/IL2CPU/IL2CPU.sln" on node 1 (Clean target(s)).
     1>ValidateSolutionConfiguration:
         Building solution configuration "Debug|Any CPU".
     1>/home/nevixity/IL2CPU/IL2CPU.sln.metaproj : error MSB3202: The project file "/home/nevixity/IL2CPU/source/Cosmos.Core.DebugStub/Cosmos.Core.DebugStub.csproj" was not found. [/home/nevixity/IL2CPU/IL2CPU.sln]
     1>/home/nevixity/IL2CPU/IL2CPU.sln.metaproj : error MSB3202: The project file "/home/nevixity/IL2CPU/source/Cosmos.IL2CPU/Cosmos.IL2CPU.csproj" was not found. [/home/nevixity/IL2CPU/IL2CPU.sln]
     1>Project "/home/nevixity/IL2CPU/IL2CPU.sln" (1) is building "/home/nevixity/IL2CPU/source/IL2CPU.Debug.Symbols/IL2CPU.Debug.Symbols.csproj" (3) on node 4 (Clean target(s)).
     3>Project "/home/nevixity/IL2CPU/source/IL2CPU.Debug.Symbols/IL2CPU.Debug.Symbols.csproj" (3) is building "/home/nevixity/IL2CPU/source/IL2CPU.Debug.Symbols/IL2CPU.Debug.Symbols.csproj" (3:2) on node 4 (Clean target(s)).
     3>/usr/share/dotnet/sdk/7.0.115/Microsoft.Common.CurrentVersion.targets(1830,5): warning NU1702: ProjectReference '/home/nevixity/Cosmos/Resources/Dependencies/DapperExtensions.StrongName/DapperExtensions.StrongName.csproj' was resolved using '.NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v6.0'. This project may not be fully compatible with your project. [/home/nevixity/IL2CPU/source/IL2CPU.Debug.Symbols/IL2CPU.Debug.Symbols.csproj::TargetFramework=net6.0]
     3>Done Building Project "/home/nevixity/IL2CPU/source/IL2CPU.Debug.Symbols/IL2CPU.Debug.Symbols.csproj" (Clean target(s)).
     1>Project "/home/nevixity/IL2CPU/IL2CPU.sln" (1) is building "/home/nevixity/IL2CPU/source/IL2CPU/IL2CPU.csproj" (6) on node 1 (Clean target(s)).
     6>/usr/share/dotnet/sdk/7.0.115/Microsoft.Common.CurrentVersion.targets(1830,5): warning NU1702: ProjectReference '/home/nevixity/Cosmos/Resources/Dependencies/DapperExtensions.StrongName/DapperExtensions.StrongName.csproj' was resolved using '.NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v6.0'. This project may not be fully compatible with your project. [/home/nevixity/IL2CPU/source/IL2CPU/IL2CPU.csproj]
     3>Done Building Project "/home/nevixity/IL2CPU/source/IL2CPU.Debug.Symbols/IL2CPU.Debug.Symbols.csproj" (Clean target(s)).
     1>Project "/home/nevixity/IL2CPU/IL2CPU.sln" (1) is building "/home/nevixity/IL2CPU/tests/IL2CPU.Compiler.Tests/IL2CPU.Compiler.Tests.csproj" (2) on node 1 (Clean target(s)).
     2>/usr/share/dotnet/sdk/7.0.115/Microsoft.Common.CurrentVersion.targets(1830,5): warning NU1702: ProjectReference '/home/nevixity/Cosmos/Resources/Dependencies/DapperExtensions.StrongName/DapperExtensions.StrongName.csproj' was resolved using '.NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v6.0'. This project may not be fully compatible with your project. [/home/nevixity/IL2CPU/tests/IL2CPU.Compiler.Tests/IL2CPU.Compiler.Tests.csproj]
     2>Done Building Project "/home/nevixity/IL2CPU/tests/IL2CPU.Compiler.Tests/IL2CPU.Compiler.Tests.csproj" (Clean target(s)).
     6>Done Building Project "/home/nevixity/IL2CPU/source/IL2CPU/IL2CPU.csproj" (Clean target(s)).
     1>Done Building Project "/home/nevixity/IL2CPU/IL2CPU.sln" (Clean target(s)) -- FAILED.

Build FAILED.

       "/home/nevixity/IL2CPU/IL2CPU.sln" (Clean target) (1) ->
       "/home/nevixity/IL2CPU/source/IL2CPU.Debug.Symbols/IL2CPU.Debug.Symbols.csproj" (Clean target) (3) ->
       "/home/nevixity/IL2CPU/source/IL2CPU.Debug.Symbols/IL2CPU.Debug.Symbols.csproj" (Clean target) (3:2) ->
       (_GetProjectReferenceTargetFrameworkProperties target) -> 
         /usr/share/dotnet/sdk/7.0.115/Microsoft.Common.CurrentVersion.targets(1830,5): warning NU1702: ProjectReference '/home/nevixity/Cosmos/Resources/Dependencies/DapperExtensions.StrongName/DapperExtensions.StrongName.csproj' was resolved using '.NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v6.0'. This project may not be fully compatible with your project. [/home/nevixity/IL2CPU/source/IL2CPU.Debug.Symbols/IL2CPU.Debug.Symbols.csproj::TargetFramework=net6.0]

       "/home/nevixity/IL2CPU/IL2CPU.sln" (Clean target) (1) ->
       "/home/nevixity/IL2CPU/source/IL2CPU/IL2CPU.csproj" (Clean target) (6) ->
         /usr/share/dotnet/sdk/7.0.115/Microsoft.Common.CurrentVersion.targets(1830,5): warning NU1702: ProjectReference '/home/nevixity/Cosmos/Resources/Dependencies/DapperExtensions.StrongName/DapperExtensions.StrongName.csproj' was resolved using '.NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v6.0'. This project may not be fully compatible with your project. [/home/nevixity/IL2CPU/source/IL2CPU/IL2CPU.csproj]

       "/home/nevixity/IL2CPU/IL2CPU.sln" (Clean target) (1) ->
       "/home/nevixity/IL2CPU/tests/IL2CPU.Compiler.Tests/IL2CPU.Compiler.Tests.csproj" (Clean target) (2) ->
         /usr/share/dotnet/sdk/7.0.115/Microsoft.Common.CurrentVersion.targets(1830,5): warning NU1702: ProjectReference '/home/nevixity/Cosmos/Resources/Dependencies/DapperExtensions.StrongName/DapperExtensions.StrongName.csproj' was resolved using '.NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v6.0'. This project may not be fully compatible with your project. [/home/nevixity/IL2CPU/tests/IL2CPU.Compiler.Tests/IL2CPU.Compiler.Tests.csproj]

       "/home/nevixity/IL2CPU/IL2CPU.sln" (Clean target) (1) ->
       (Clean target) -> 
         /home/nevixity/IL2CPU/IL2CPU.sln.metaproj : error MSB3202: The project file "/home/nevixity/IL2CPU/source/Cosmos.Core.DebugStub/Cosmos.Core.DebugStub.csproj" was not found. [/home/nevixity/IL2CPU/IL2CPU.sln]
         /home/nevixity/IL2CPU/IL2CPU.sln.metaproj : error MSB3202: The project file "/home/nevixity/IL2CPU/source/Cosmos.IL2CPU/Cosmos.IL2CPU.csproj" was not found. [/home/nevixity/IL2CPU/IL2CPU.sln]

    3 Warning(s)
    2 Error(s)

Time Elapsed 00:00:06.78
make[1]: *** [Makefile:47: build] Error 1
make[1]: Leaving directory '/home/nevixity/Cosmos'
make: *** [Makefile:24: all] Error 2

Steps of installation up to now Steps to reproduce the behavior:

Expected behavior A clear and concise description of what you expected to happen.

install normally like usually

Logs Please post the entire log given by Cosmos. For long logs please use pastebin.

Building IL2CPU
MSBuild version 17.4.8+6918b863a for .NET
Build started 3/5/2024 8:39:37PM.
     1>Project "/home/nevixity/IL2CPU/IL2CPU.sln" on node 1 (Clean target(s)).
     1>ValidateSolutionConfiguration:
         Building solution configuration "Debug|Any CPU".
     1>/home/nevixity/IL2CPU/IL2CPU.sln.metaproj : error MSB3202: The project file "/home/nevixity/IL2CPU/source/Cosmos.Core.DebugStub/Cosmos.Core.DebugStub.csproj" was not found. [/home/nevixity/IL2CPU/IL2CPU.sln]
     1>/home/nevixity/IL2CPU/IL2CPU.sln.metaproj : error MSB3202: The project file "/home/nevixity/IL2CPU/source/Cosmos.IL2CPU/Cosmos.IL2CPU.csproj" was not found. [/home/nevixity/IL2CPU/IL2CPU.sln]
     1>Project "/home/nevixity/IL2CPU/IL2CPU.sln" (1) is building "/home/nevixity/IL2CPU/source/IL2CPU.Debug.Symbols/IL2CPU.Debug.Symbols.csproj" (3) on node 4 (Clean target(s)).
     3>Project "/home/nevixity/IL2CPU/source/IL2CPU.Debug.Symbols/IL2CPU.Debug.Symbols.csproj" (3) is building "/home/nevixity/IL2CPU/source/IL2CPU.Debug.Symbols/IL2CPU.Debug.Symbols.csproj" (3:2) on node 4 (Clean target(s)).
     3>/usr/share/dotnet/sdk/7.0.115/Microsoft.Common.CurrentVersion.targets(1830,5): warning NU1702: ProjectReference '/home/nevixity/Cosmos/Resources/Dependencies/DapperExtensions.StrongName/DapperExtensions.StrongName.csproj' was resolved using '.NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v6.0'. This project may not be fully compatible with your project. [/home/nevixity/IL2CPU/source/IL2CPU.Debug.Symbols/IL2CPU.Debug.Symbols.csproj::TargetFramework=net6.0]
     3>Done Building Project "/home/nevixity/IL2CPU/source/IL2CPU.Debug.Symbols/IL2CPU.Debug.Symbols.csproj" (Clean target(s)).
     1>Project "/home/nevixity/IL2CPU/IL2CPU.sln" (1) is building "/home/nevixity/IL2CPU/source/IL2CPU/IL2CPU.csproj" (6) on node 1 (Clean target(s)).
     6>/usr/share/dotnet/sdk/7.0.115/Microsoft.Common.CurrentVersion.targets(1830,5): warning NU1702: ProjectReference '/home/nevixity/Cosmos/Resources/Dependencies/DapperExtensions.StrongName/DapperExtensions.StrongName.csproj' was resolved using '.NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v6.0'. This project may not be fully compatible with your project. [/home/nevixity/IL2CPU/source/IL2CPU/IL2CPU.csproj]
     3>Done Building Project "/home/nevixity/IL2CPU/source/IL2CPU.Debug.Symbols/IL2CPU.Debug.Symbols.csproj" (Clean target(s)).
     1>Project "/home/nevixity/IL2CPU/IL2CPU.sln" (1) is building "/home/nevixity/IL2CPU/tests/IL2CPU.Compiler.Tests/IL2CPU.Compiler.Tests.csproj" (2) on node 1 (Clean target(s)).
     2>/usr/share/dotnet/sdk/7.0.115/Microsoft.Common.CurrentVersion.targets(1830,5): warning NU1702: ProjectReference '/home/nevixity/Cosmos/Resources/Dependencies/DapperExtensions.StrongName/DapperExtensions.StrongName.csproj' was resolved using '.NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v6.0'. This project may not be fully compatible with your project. [/home/nevixity/IL2CPU/tests/IL2CPU.Compiler.Tests/IL2CPU.Compiler.Tests.csproj]
     2>Done Building Project "/home/nevixity/IL2CPU/tests/IL2CPU.Compiler.Tests/IL2CPU.Compiler.Tests.csproj" (Clean target(s)).
     6>Done Building Project "/home/nevixity/IL2CPU/source/IL2CPU/IL2CPU.csproj" (Clean target(s)).
     1>Done Building Project "/home/nevixity/IL2CPU/IL2CPU.sln" (Clean target(s)) -- FAILED.

Build FAILED.

       "/home/nevixity/IL2CPU/IL2CPU.sln" (Clean target) (1) ->
       "/home/nevixity/IL2CPU/source/IL2CPU.Debug.Symbols/IL2CPU.Debug.Symbols.csproj" (Clean target) (3) ->
       "/home/nevixity/IL2CPU/source/IL2CPU.Debug.Symbols/IL2CPU.Debug.Symbols.csproj" (Clean target) (3:2) ->
       (_GetProjectReferenceTargetFrameworkProperties target) -> 
         /usr/share/dotnet/sdk/7.0.115/Microsoft.Common.CurrentVersion.targets(1830,5): warning NU1702: ProjectReference '/home/nevixity/Cosmos/Resources/Dependencies/DapperExtensions.StrongName/DapperExtensions.StrongName.csproj' was resolved using '.NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v6.0'. This project may not be fully compatible with your project. [/home/nevixity/IL2CPU/source/IL2CPU.Debug.Symbols/IL2CPU.Debug.Symbols.csproj::TargetFramework=net6.0]

       "/home/nevixity/IL2CPU/IL2CPU.sln" (Clean target) (1) ->
       "/home/nevixity/IL2CPU/source/IL2CPU/IL2CPU.csproj" (Clean target) (6) ->
         /usr/share/dotnet/sdk/7.0.115/Microsoft.Common.CurrentVersion.targets(1830,5): warning NU1702: ProjectReference '/home/nevixity/Cosmos/Resources/Dependencies/DapperExtensions.StrongName/DapperExtensions.StrongName.csproj' was resolved using '.NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v6.0'. This project may not be fully compatible with your project. [/home/nevixity/IL2CPU/source/IL2CPU/IL2CPU.csproj]

       "/home/nevixity/IL2CPU/IL2CPU.sln" (Clean target) (1) ->
       "/home/nevixity/IL2CPU/tests/IL2CPU.Compiler.Tests/IL2CPU.Compiler.Tests.csproj" (Clean target) (2) ->
         /usr/share/dotnet/sdk/7.0.115/Microsoft.Common.CurrentVersion.targets(1830,5): warning NU1702: ProjectReference '/home/nevixity/Cosmos/Resources/Dependencies/DapperExtensions.StrongName/DapperExtensions.StrongName.csproj' was resolved using '.NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v6.0'. This project may not be fully compatible with your project. [/home/nevixity/IL2CPU/tests/IL2CPU.Compiler.Tests/IL2CPU.Compiler.Tests.csproj]

       "/home/nevixity/IL2CPU/IL2CPU.sln" (Clean target) (1) ->
       (Clean target) -> 
         /home/nevixity/IL2CPU/IL2CPU.sln.metaproj : error MSB3202: The project file "/home/nevixity/IL2CPU/source/Cosmos.Core.DebugStub/Cosmos.Core.DebugStub.csproj" was not found. [/home/nevixity/IL2CPU/IL2CPU.sln]
         /home/nevixity/IL2CPU/IL2CPU.sln.metaproj : error MSB3202: The project file "/home/nevixity/IL2CPU/source/Cosmos.IL2CPU/Cosmos.IL2CPU.csproj" was not found. [/home/nevixity/IL2CPU/IL2CPU.sln]

    3 Warning(s)
    2 Error(s)

Time Elapsed 00:00:06.78
make[1]: *** [Makefile:47: build] Error 1
make[1]: Leaving directory '/home/nevixity/Cosmos'
make: *** [Makefile:24: all] Error 2

Setup (please complete the following information):

Additional context Add any other context about the problem here.

PratyushKing commented 2 months ago

use CosmosCLI :)

9xbt commented 2 months ago

use CosmosCLI :)

that's not what hes asking, plus CosmosCLI wouldn't fix anything because it still runs dotnet build

NevixityOPD commented 2 months ago

any help?

9xbt commented 2 months ago

nope sorry