Antoine Martin
Antoine Martin
The following bit of code is relevant to this issue: https://github.com/dotnet/runtime/blob/c1dba415f397853bde5383d07b1c38b0ad072316/src/native/corehost/hostmisc/pal.unix.cpp#L718-L748 I think it'd be easy to fix if there was some logic put in place to strip any information...
I've mitigated this issue by doing two things: 1) Build runtime with `p:TargetRid=alpine.3.17-x64` 2) Patched `eng/native/init-distro-rid.sh` to cut out `_*` from `alpine.3.17_alpha20220715``` ```diff From 389814c78216f8f969f99bd87d58d7f386e0301a Mon Sep 17 00:00:00 2001...
@nekopsykose I see that you backported the musl 123 fix on Alpine's side. (thanks for that!) You removed whatever modifications in `src/pal/src/init/pal.cpp`. Why was that? Could this be the source...
> afaik those don't change any semantics (NULL == nullptr), it just failed to apply cleanly and i was lazy for a mere backport :) Gotcha, then for the upgrade...
Confirmed good build in Alpine pipelines
More issues with roslyn once referenced csproj files properly target net6.0: ``` Could not execute because the specified command or file was not found. Possible reasons for this include: *...
linker failures: ``` /var/build/dotnet7/testing/dotnet7-build/src/bootstrap/sdk/7.0.100-rc.2.22464.1/Microsoft.CSharp.CurrentVersion.targets(317,5): error MSB4019: The imported project "/var/build/dotnet7/testing/dotnet7-build/src/dotnet-8a0eb58a5a825e10ea2bf06a892dd441355818c8/src/linker/artifacts/source-build/self/package-cache/microsoft.net.compilers.toolset/4.4.0/tasks/net6.0/Microsoft.CSharp.Core.targets" was not found. Confirm that the expression in the Import declaration "/var/build/dotnet7/testing/dotnet7-build/src/dotnet-8a0eb58a5a825e10ea2bf06a892dd441355818c8/src/linker/artifacts/source-build/self/package-cache/microsoft.net.compilers.toolset/4.4.0/build/../tasks/net6.0/Microsoft.CSharp.Core.targets" is correct, and that the file exists on...
Note: A work-around for the first bootstrap build was to download missing packages from nuget. These errors thus only occur during the second build when artifacts from the previous build...
Current rc1 fails earlier still - with command-line-api
Duplicate of https://github.com/dotnet/source-build/issues/2966