aspnetcore: rc1 tag cross build failed for ppc64le

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

I am trying to cross-build aspnetcore tag v8.0.0-rc.1.23421.29 for ppc64le on x86 I am getting below error

/root/sapana/dotnet-s390x/aspnetcore/src/Components/test/testassets/BasicTestApp/BasicTestApp.csproj : error NU1603: Warning As Error: BasicTestApp depends on Microsoft.NET.Sdk.WebAssembly.Pack (>= 8.0.0-rc.1.23419.4) but Microsoft.NET.Sdk.WebAssembly.Pack 8.0.0-rc.1.23419.4 was not found. An approximate best match of Microsoft.NET.Sdk.WebAssembly.Pack 8.0.0-rc.2.23417.4 was resolved. [/root/sapana/dotnet-s390x/aspnetcore/.dotnet/sdk/8.0.100-rc.1.23381.2/NuGet.targets]
/root/sapana/dotnet-s390x/aspnetcore/src/Components/WebAssembly/testassets/WasmLinkerTest/WasmLinkerTest.csproj : error NU1603: Warning As Error: WasmLinkerTest depends on Microsoft.NET.Sdk.WebAssembly.Pack (>= 8.0.0-rc.1.23419.4) but Microsoft.NET.Sdk.WebAssembly.Pack 8.0.0-rc.1.23419.4 was not found. An approximate best match of Microsoft.NET.Sdk.WebAssembly.Pack 8.0.0-rc.2.23417.4 was resolved. [/root/sapana/dotnet-s390x/aspnetcore/.dotnet/sdk/8.0.100-rc.1.23381.2/NuGet.targets]
/root/sapana/dotnet-s390x/aspnetcore/src/Components/benchmarkapps/Wasm.Performance/TestApp/Wasm.Performance.TestApp.csproj : error NU1603: Warning As Error: Wasm.Performance.TestApp depends on Microsoft.NET.Sdk.WebAssembly.Pack (>= 8.0.0-rc.1.23419.4) but Microsoft.NET.Sdk.WebAssembly.Pack 8.0.0-rc.1.23419.4 was not found. An approximate best match of Microsoft.NET.Sdk.WebAssembly.Pack 8.0.0-rc.2.23417.4 was resolved. [/root/sapana/dotnet-s390x/aspnetcore/.dotnet/sdk/8.0.100-rc.1.23381.2/NuGet.targets]
/root/sapana/dotnet-s390x/aspnetcore/src/Components/WebAssembly/Samples/HostedBlazorWebassemblyApp/Client/HostedBlazorWebassemblyApp.Client.csproj : error NU1603: Warning As Error: HostedBlazorWebassemblyApp.Client depends on Microsoft.NET.Sdk.WebAssembly.Pack (>= 8.0.0-rc.1.23419.4) but Microsoft.NET.Sdk.WebAssembly.Pack 8.0.0-rc.1.23419.4 was not found. An approximate best match of Microsoft.NET.Sdk.WebAssembly.Pack 8.0.0-rc.2.23417.4 was resolved. [/root/sapana/dotnet-s390x/aspnetcore/.dotnet/sdk/8.0.100-rc.1.23381.2/NuGet.targets]
    0 Warning(s)
    4 Error(s)

Expected Behavior

Build should complete successfully.

Steps To Reproduce

No response

Exceptions (if any)

No response

.NET Version

8.0.100-rc.1.23381.2

Anything else?

No response

About this issue

  • Original URL
  • State: closed
  • Created 10 months ago
  • Comments: 15 (12 by maintainers)

Most upvoted comments

In any case, @Sapana-Khemkar I just mirrored the other version to our feed, can you try again?

Yes this worked. Now my cross build is successful without nuget.org reference. Thanks @wtgodbe