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

Building the VMR inside the sdk "VMR" codespace is broken #4846

Closed
ViktorHofer opened this issue Jan 27, 2025 · 1 comment · Fixed by dotnet/sdk#46338
Closed

Building the VMR inside the sdk "VMR" codespace is broken #4846

ViktorHofer opened this issue Jan 27, 2025 · 1 comment · Fixed by dotnet/sdk#46338

Comments

@ViktorHofer
Copy link
Member

ViktorHofer commented Jan 27, 2025

cd dotnet && ./build.sh --clean-while-building -bl

    /workspaces/dotnet/src/sdk/src/Installer/redist-installer/targets/GenerateLayout.targets(396,5): error : Download from all targets failed. List of attempted targets: file:///workspaces/dotnet/artifacts/assets/Release/Runtime/10.0.0-alpha.1.25073.13/dotnet-runtime-deps-10.0.0-alpha.1.25073.13-linux-x64.rpm [/workspaces/dotnet/src/sdk/src/Installer/redist-installer/redist-installer.csproj]
    /workspaces/dotnet/src/sdk/src/Installer/redist-installer/targets/GenerateLayout.targets(396,5): error : Failed to download file using addresses in Uri and/or Uris. [/workspaces/dotnet/src/sdk/src/Installer/redist-installer/redist-installer.csproj]

Runtime produced the following corresponding artifacts:

    -> Runtime/10.0.0-alpha.1.25073.13/dotnet-runtime-10.0.0-alpha.1.25073.13-x64.rpm.sha512
    -> Runtime/10.0.0-alpha.1.25073.13/dotnet-runtime-deps-10.0.0-alpha.1.25073.13-azl.3-x64.rpm
    -> Runtime/10.0.0-alpha.1.25073.13/dotnet-runtime-deps-10.0.0-alpha.1.25073.13-azl.3-x64.rpm.sha512
    -> Runtime/10.0.0-alpha.1.25073.13/dotnet-runtime-deps-10.0.0-alpha.1.25073.13-centos.9-x64.rpm
    -> Runtime/10.0.0-alpha.1.25073.13/dotnet-runtime-deps-10.0.0-alpha.1.25073.13-centos.9-x64.rpm.sha512
    -> Runtime/10.0.0-alpha.1.25073.13/dotnet-runtime-deps-10.0.0-alpha.1.25073.13-cm.1-x64.rpm
    -> Runtime/10.0.0-alpha.1.25073.13/dotnet-runtime-deps-10.0.0-alpha.1.25073.13-cm.1-x64.rpm.sha512
    -> Runtime/10.0.0-alpha.1.25073.13/dotnet-runtime-deps-10.0.0-alpha.1.25073.13-cm.2-x64.rpm
    -> Runtime/10.0.0-alpha.1.25073.13/dotnet-runtime-deps-10.0.0-alpha.1.25073.13-cm.2-x64.rpm.sha512
    -> Runtime/10.0.0-alpha.1.25073.13/dotnet-runtime-deps-10.0.0-alpha.1.25073.13-fedora.27-x64.rpm
    -> Runtime/10.0.0-alpha.1.25073.13/dotnet-runtime-deps-10.0.0-alpha.1.25073.13-fedora.27-x64.rpm.sha512
    -> Runtime/10.0.0-alpha.1.25073.13/dotnet-runtime-deps-10.0.0-alpha.1.25073.13-fedora.34-x64.rpm
    -> Runtime/10.0.0-alpha.1.25073.13/dotnet-runtime-deps-10.0.0-alpha.1.25073.13-fedora.34-x64.rpm.sha512
    -> Runtime/10.0.0-alpha.1.25073.13/dotnet-runtime-deps-10.0.0-alpha.1.25073.13-opensuse.42-x64.rpm
    -> Runtime/10.0.0-alpha.1.25073.13/dotnet-runtime-deps-10.0.0-alpha.1.25073.13-opensuse.42-x64.rpm.sha512
    -> Runtime/10.0.0-alpha.1.25073.13/dotnet-runtime-deps-10.0.0-alpha.1.25073.13-oraclelinux.8-x64.rpm
    -> Runtime/10.0.0-alpha.1.25073.13/dotnet-runtime-deps-10.0.0-alpha.1.25073.13-oraclelinux.8-x64.rpm.sha512
    -> Runtime/10.0.0-alpha.1.25073.13/dotnet-runtime-deps-10.0.0-alpha.1.25073.13-rhel.8-x64.rpm
    -> Runtime/10.0.0-alpha.1.25073.13/dotnet-runtime-deps-10.0.0-alpha.1.25073.13-rhel.8-x64.rpm.sha512
    -> Runtime/10.0.0-alpha.1.25073.13/dotnet-runtime-deps-10.0.0-alpha.1.25073.13-sles.12-x64.rpm
    -> Runtime/10.0.0-alpha.1.25073.13/dotnet-runtime-deps-10.0.0-alpha.1.25073.13-sles.12-x64.rpm.sha512
    -> Runtime/10.0.0-alpha.1.25073.13/dotnet-runtime-deps-10.0.0-alpha.1.25073.13-x64.deb
    -> Runtime/10.0.0-alpha.1.25073.13/dotnet-runtime-deps-10.0.0-alpha.1.25073.13-x64.deb.sha512
    -> Runtime/10.0.0-alpha.1.25073.13/dotnet-targeting-pack-10.0.0-alpha.1.25073.13-cm.1-x64.rpm

Image:

[root@codespaces-6edf01 dotnet]# uname -a
Linux codespaces-6edf01 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux

cc @jkoritzinsky

@ViktorHofer ViktorHofer changed the title Building the VMR inside the sdk "VMR" option codespace is broken Building the VMR inside the sdk "VMR" codespace is broken Jan 27, 2025
@jkoritzinsky
Copy link
Member

jkoritzinsky commented Jan 27, 2025

The SDK needs to look for a non-portable runtime-deps package. There is no linux-x64 one.

cc: @NikolaMilosavljevic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants