Open
Description
On some environments, building the .NET 8 VMR produces errors about missing pdbs:
1>/builddir/build/BUILD/dotnet-8.0.1/build.proj(123,5): error : Did not find PDBs for the following SDK files:
1>/builddir/build/BUILD/dotnet-8.0.1/build.proj(123,5): error : sdk/8.0.101/Microsoft.DotNet.Cli.Utils.dll
I first saw this on RHEL 8 on s390x. But our internal CI reproduced on RHEL 9 as well. I assumed it was a mono-specific issue.
However, it turns out nix folks are seeing it on darwin as well:
# /private/tmp/nix-build-dotnet-vmr-8.0.2.drv-0/dotnet-8.0.2/build.proj(123,5): error : Did not find PDBs for the following SDK files:
# /private/tmp/nix-build-dotnet-vmr-8.0.2.drv-0/dotnet-8.0.2/build.proj(123,5): error : sdk/8.0.102/System.Resources.Extensions.dll
# /private/tmp/nix-build-dotnet-vmr-8.0.2.drv-0/dotnet-8.0.2/build.proj(123,5): error : sdk/8.0.102/System.CodeDom.dll
# /private/tmp/nix-build-dotnet-vmr-8.0.2.drv-0/dotnet-8.0.2/build.proj(123,5): error : sdk/8.0.102/FSharp/System.Resources.Extensions.dll
# /private/tmp/nix-build-dotnet-vmr-8.0.2.drv-0/dotnet-8.0.2/build.proj(123,5): error : sdk/8.0.102/FSharp/System.CodeDom.dll
Metadata
Metadata
Assignees
Labels
Source-build infrastructure and reportingSource-build infrastructure and reporting
Type
Projects
Status
Blocked