dotnet / installer

.NET SDK Installer
https://github.com/dotnet/sdk
1.27k stars 446 forks source link

Installer unable to build v7.0.100-rc.2.22477.23: missing NuGet packages #14784

Open Thefrank opened 1 year ago

Thefrank commented 1 year ago

Platform: Ubuntu 20.04.5 LTS (GNU/Linux 5.18.4-051804-generic x86_64) uname -a: Linux buildbot 5.18.4-051804-generic #202206141755 SMP PREEMPT_DYNAMIC Tue Jun 14 18:09:57 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux commands:

git clone https://github.com/dotnet/installer
cd installer
git checkout tags/v7.0.100-rc.2.22477.23
./build.sh -c Release

errors:

/home/frank/installer/src/SdkResolver/SdkResolver.csproj : error NU1603: Microsoft.DotNet.Cli.Utils 7.0.100-rc.2.22476.15 depends on NuGet.Frameworks (>= 6.4.0-preview.3.94) but NuGet.Frameworks 6.4.0-preview.3.94 was not found. An approximate best match of NuGet.Frameworks 6.4.0-preview.3.96 was resolved. [/home/frank/installer/Microsoft.DotNet.Cli.sln]
/home/frank/installer/src/SdkResolver/SdkResolver.csproj : error NU1603: Microsoft.DotNet.Cli.Utils 7.0.100-rc.2.22476.15 depends on NuGet.Packaging (>= 6.4.0-preview.3.94) but NuGet.Packaging 6.4.0-preview.3.94 was not found. An approximate best match of NuGet.Packaging 6.4.0-preview.3.96 was resolved. [/home/frank/installer/Microsoft.DotNet.Cli.sln]
/home/frank/installer/src/SdkResolver/SdkResolver.csproj : error NU1603: Microsoft.DotNet.Cli.Utils 7.0.100-rc.2.22476.15 depends on NuGet.Packaging.Core (>= 6.4.0-preview.3.94) but NuGet.Packaging.Core 6.4.0-preview.3.94 was not found. An approximate best match of NuGet.Packaging.Core 6.4.0-preview.3.96 was resolved. [/home/frank/installer/Microsoft.DotNet.Cli.sln]
/home/frank/installer/src/SdkResolver/SdkResolver.csproj : error NU1603: Microsoft.DotNet.Cli.Utils 7.0.100-rc.2.22476.15 depends on NuGet.ProjectModel (>= 6.4.0-preview.3.94) but NuGet.ProjectModel 6.4.0-preview.3.94 was not found. An approximate best match of NuGet.ProjectModel 6.4.0-preview.3.96 was resolved. [/home/frank/installer/Microsoft.DotNet.Cli.sln]
/home/frank/installer/src/SdkResolver/SdkResolver.csproj : error NU1603: Microsoft.DotNet.Cli.Utils 7.0.100-rc.2.22476.15 depends on NuGet.Versioning (>= 6.4.0-preview.3.94) but NuGet.Versioning 6.4.0-preview.3.94 was not found. An approximate best match of NuGet.Versioning 6.4.0-preview.3.96 was resolved. [/home/frank/installer/Microsoft.DotNet.Cli.sln]
/home/frank/installer/test/Microsoft.DotNet.Tools.Tests.Utilities/Microsoft.DotNet.Tools.Tests.Utilities.csproj : error NU1603: Microsoft.DotNet.Cli.Utils 7.0.100-rc.2.22476.15 depends on NuGet.Frameworks (>= 6.4.0-preview.3.94) but NuGet.Frameworks 6.4.0-preview.3.94 was not found. An approximate best match of NuGet.Frameworks 6.4.0-preview.3.96 was resolved. [/home/frank/installer/Microsoft.DotNet.Cli.sln]
/home/frank/installer/test/Microsoft.DotNet.Tools.Tests.Utilities/Microsoft.DotNet.Tools.Tests.Utilities.csproj : error NU1603: Microsoft.DotNet.Cli.Utils 7.0.100-rc.2.22476.15 depends on NuGet.Packaging (>= 6.4.0-preview.3.94) but NuGet.Packaging 6.4.0-preview.3.94 was not found. An approximate best match of NuGet.Packaging 6.4.0-preview.3.96 was resolved. [/home/frank/installer/Microsoft.DotNet.Cli.sln]
/home/frank/installer/test/Microsoft.DotNet.Tools.Tests.Utilities/Microsoft.DotNet.Tools.Tests.Utilities.csproj : error NU1603: Microsoft.DotNet.Cli.Utils 7.0.100-rc.2.22476.15 depends on NuGet.Packaging.Core (>= 6.4.0-preview.3.94) but NuGet.Packaging.Core 6.4.0-preview.3.94 was not found. An approximate best match of NuGet.Packaging.Core 6.4.0-preview.3.96 was resolved. [/home/frank/installer/Microsoft.DotNet.Cli.sln]
/home/frank/installer/test/Microsoft.DotNet.Tools.Tests.Utilities/Microsoft.DotNet.Tools.Tests.Utilities.csproj : error NU1603: Microsoft.DotNet.Cli.Utils 7.0.100-rc.2.22476.15 depends on NuGet.ProjectModel (>= 6.4.0-preview.3.94) but NuGet.ProjectModel 6.4.0-preview.3.94 was not found. An approximate best match of NuGet.ProjectModel 6.4.0-preview.3.96 was resolved. [/home/frank/installer/Microsoft.DotNet.Cli.sln]
/home/frank/installer/test/Microsoft.DotNet.Tools.Tests.Utilities/Microsoft.DotNet.Tools.Tests.Utilities.csproj : error NU1603: Microsoft.DotNet.Cli.Utils 7.0.100-rc.2.22476.15 depends on NuGet.Versioning (>= 6.4.0-preview.3.94) but NuGet.Versioning 6.4.0-preview.3.94 was not found. An approximate best match of NuGet.Versioning 6.4.0-preview.3.96 was resolved. [/home/frank/installer/Microsoft.DotNet.Cli.sln]
/home/frank/installer/test/EndToEnd/EndToEnd.Tests.csproj : error NU1603: Microsoft.DotNet.Cli.Utils 7.0.100-rc.2.22476.15 depends on NuGet.Frameworks (>= 6.4.0-preview.3.94) but NuGet.Frameworks 6.4.0-preview.3.94 was not found. An approximate best match of NuGet.Frameworks 6.4.0-preview.3.96 was resolved. [/home/frank/installer/Microsoft.DotNet.Cli.sln]
/home/frank/installer/test/EndToEnd/EndToEnd.Tests.csproj : error NU1603: Microsoft.DotNet.Cli.Utils 7.0.100-rc.2.22476.15 depends on NuGet.Packaging (>= 6.4.0-preview.3.94) but NuGet.Packaging 6.4.0-preview.3.94 was not found. An approximate best match of NuGet.Packaging 6.4.0-preview.3.96 was resolved. [/home/frank/installer/Microsoft.DotNet.Cli.sln]
/home/frank/installer/test/EndToEnd/EndToEnd.Tests.csproj : error NU1603: Microsoft.DotNet.Cli.Utils 7.0.100-rc.2.22476.15 depends on NuGet.Packaging.Core (>= 6.4.0-preview.3.94) but NuGet.Packaging.Core 6.4.0-preview.3.94 was not found. An approximate best match of NuGet.Packaging.Core 6.4.0-preview.3.96 was resolved. [/home/frank/installer/Microsoft.DotNet.Cli.sln]
/home/frank/installer/test/EndToEnd/EndToEnd.Tests.csproj : error NU1603: Microsoft.DotNet.Cli.Utils 7.0.100-rc.2.22476.15 depends on NuGet.ProjectModel (>= 6.4.0-preview.3.94) but NuGet.ProjectModel 6.4.0-preview.3.94 was not found. An approximate best match of NuGet.ProjectModel 6.4.0-preview.3.96 was resolved. [/home/frank/installer/Microsoft.DotNet.Cli.sln]
/home/frank/installer/test/EndToEnd/EndToEnd.Tests.csproj : error NU1603: Microsoft.DotNet.Cli.Utils 7.0.100-rc.2.22476.15 depends on NuGet.Versioning (>= 6.4.0-preview.3.94) but NuGet.Versioning 6.4.0-preview.3.94 was not found. An approximate best match of NuGet.Versioning 6.4.0-preview.3.96 was resolved. [/home/frank/installer/Microsoft.DotNet.Cli.sln]
marcpopMSFT commented 1 year ago

@rbhanda missing packages that didn't get pushed to an internal only transport feed? This doesn't look like something that often gets updated on nuget.org

federico-r-figueredo commented 1 year ago

I had the exact same issue.