FS#72738 - [dotnet-sdk] 6.0.0.sdk100-1 is missing sdk-manifests folder

Attached to Project: Community Packages
Opened by Sebastian Jensen (gonX) - Saturday, 13 November 2021, 15:48 GMT
Last edited by Maxime Gauduin (Alucryd) - Sunday, 14 November 2021, 20:57 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Maxime Gauduin (Alucryd)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 10
Private No

Details

Description:
dotnet-sdk 6.0.0.sdk100-1 is missing `/usr/share/dotnet/sdk-manifests`, resulting in many `dotnet` commands being unable to run, such as `dotnet new console` and `dotnet publish`.

dotnet-sdk-bin from AUR works fine.

The regression happened around the dotnet 6.0 update.

Additional info:
* dotnet-sdk 6.0.0.sdk100-1

Steps to reproduce:
1. Run `dotnet new console`

Attached is the resulting output of the reproduction steps.
This task depends upon

Closed by  Maxime Gauduin (Alucryd)
Sunday, 14 November 2021, 20:57 GMT
Reason for closing:  Fixed
Additional comments about closing:  6.0.0.sdk100-2
Comment by Tiago Loureiro (Damage_Inc) - Saturday, 13 November 2021, 18:50 GMT
Can confirm that this is an issue and that the only way to fix it is to downgrade literally every single package related to dotnet, including the runtime, back to 5.0
Comment by Fabien Dubosson (StreakyCobra) - Saturday, 13 November 2021, 20:05 GMT
I am also experiencing this issue. It has been reported upstream for the RC2 (https://github.com/dotnet/sdk/issues/20836) and a PR that fixes it for RPM and DEB packages has been merged (https://github.com/dotnet/installer/pull/11954/files).
Comment by Fabien Dubosson (StreakyCobra) - Saturday, 13 November 2021, 20:19 GMT
A workaround is to download and extract the DEB archive (from https://packages.microsoft.com/debian/11/prod/pool/main/d/dotnet-sdk-6.0/ for instance) and copy the `sdk-manifests` folder to `/usr/share/dotnet`. I have successfully created and run a new F# console app with this.

Loading...