[Bug 2057982] Re: Is a ca-certificates dependency missing?

2024-03-21 Thread Graham Inggs
** Changed in: dotnet8 (Ubuntu Noble) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2057982 Title: Is a ca-certificates dependency missing? To manage

[Bug 2057982] Re: Is a ca-certificates dependency missing?

2024-03-19 Thread Dominik Viererbe
** Description changed: + [Impact] + + * This fix improves the .NET developer experience with Ubuntu container + images. + + * This update is bundled with quality assurance improvements. +See section other for more details. + + [Test Case] + + * The packages should build successfully

[Bug 2057982] Re: Is a ca-certificates dependency missing?

2024-03-19 Thread Dominik Viererbe
.NET 6 == PPA: https://launchpad.net/~dviererbe/+archive/ubuntu/dotnet6-0-128-ppa5 Mantic -- [download] $ dget https://launchpad.net/~dviererbe/+archive/ubuntu/dotnet6-0-128-ppa5/+sourcefiles/dotnet6/6.0.128-0ubuntu1~23.10.2~ppa/dotnet6_6.0.128-0ubuntu1~23.10.2~ppa.dsc [autopkgtest] -

[Bug 2057982] Re: Is a ca-certificates dependency missing?

2024-03-15 Thread Richard Lander
Thanks for addressing this issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2057982 Title: Is a ca-certificates dependency missing? To manage notifications about this bug go to:

[Bug 2057982] Re: Is a ca-certificates dependency missing?

2024-03-15 Thread Richard Lander
The issue may be that .NET 7, for example, needs to grab the .NET 6 targeting pack. I'm guessing that it cannot reuse the targeting pack that .NET 6 brings with it. "targeting pack" == the reference assemblies that the compiler needs to satisfy `net6.0` or `net7.0` -- You received this bug

[Bug 2057982] Re: Is a ca-certificates dependency missing?

2024-03-15 Thread Dominik Viererbe
I replicated this with ubuntu:jammy and ubuntu:mantic also with dotnet8. CLI interactions like `dotnet new global.json --search` are also affected by this, even without installing a second SDK. I think we did not encounter this issue so far, because our test infrastructure installs ubuntu-minimal

[Bug 2057982] Re: Is a ca-certificates dependency missing?

2024-03-14 Thread Richard Lander
This appears to be a related issue: https://github.com/dotnet/sdk/issues/39544 However, it still seems like we're missing a ca-certificates dependency. I use .NET on Ubuntu plenty, but on a desktop install, so this scenario never showed up for me before. ** Bug watch added: