[Bug 2064530] Comment bridged from LTC Bugzilla
bugproxy
2064530 at bugs.launchpad.net
Thu May 9 21:19:23 UTC 2024
------- Comment From janani at us.ibm.com 2024-05-09 17:13 EDT-------
Was able to successfully validate the bootstrapped dotnet8 package .
Here are a few of the tests that were run:
$ uname -a
Linux ltcden12-lp22 6.8.0-31-generic #31-Ubuntu SMP Sat Apr 20 00:05:55 UTC 2024 ppc64le ppc64le ppc64le GNU/Linux
foo at ltcden12-lp22:~/HelloWorld$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 24.04 LTS
Release: 24.04
Codename: noble
$ apt list --installed | grep dotnet
WARNING: apt does not have a stable CLI interface. Use with caution in
scripts.
dotnet-apphost-pack-8.0/noble,now 8.0.4-0ubuntu2~ppa4 ppc64el [installed,automatic]
dotnet-host-8.0/noble,now 8.0.4-0ubuntu2~ppa4 ppc64el [installed,automatic]
dotnet-hostfxr-8.0/noble,now 8.0.4-0ubuntu2~ppa4 ppc64el [installed,automatic]
dotnet-runtime-8.0/noble,now 8.0.4-0ubuntu2~ppa4 ppc64el [installed,automatic]
dotnet-sdk-8.0/noble,now 8.0.104-0ubuntu2~ppa4 ppc64el [installed,automatic]
dotnet-targeting-pack-8.0/noble,now 8.0.4-0ubuntu2~ppa4 ppc64el [installed,automatic]
dotnet-templates-8.0/noble,now 8.0.104-0ubuntu2~ppa4 ppc64el [installed,automatic]
dotnet8/noble,now 8.0.104-8.0.4-0ubuntu2~ppa4 ppc64el [installed]
$ dotnet --info
.NET SDK:
Version: 8.0.104
Commit: 034f91fcc0
Workload version: 8.0.100-manifests.cd97f1c9
Runtime Environment:
OS Name: ubuntu
OS Version: 24.04
OS Platform: Linux
RID: ubuntu.24.04-ppc64le
Base Path: /usr/lib/dotnet/sdk/8.0.104/
.NET workloads installed:
Workload version: 8.0.100-manifests.cd97f1c9
There are no installed workloads to display.
Host:
Version: 8.0.4
Architecture: ppc64le
Commit: 2d7eea2529
.NET SDKs installed:
8.0.104 [/usr/lib/dotnet/sdk]
.NET runtimes installed:
Microsoft.AspNetCore.App 8.0.4 [/usr/lib/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 8.0.4 [/usr/lib/dotnet/shared/Microsoft.NETCore.App]
Other architectures found:
None
Environment variables:
Not set
global.json file:
Not found
Learn more:
https://aka.ms/dotnet/info
Download .NET:
$ dotnet new console -o HelloWorld
Welcome to .NET 8.0!
---------------------
SDK Version: 8.0.104
----------------
Installed an ASP.NET Core HTTPS development certificate.
To trust the certificate, view the instructions: https://aka.ms/dotnet-https-linux
----------------
Write your first app: https://aka.ms/dotnet-hello-world
Find out what's new: https://aka.ms/dotnet-whats-new
Explore documentation: https://aka.ms/dotnet-docs
Report issues and find source on GitHub: https://github.com/dotnet/core
Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli
--------------------------------------------------------------------------------------
The template "Console App" was created successfully.
Processing post-creation actions...
Restoring /home/foo/HelloWorld/HelloWorld.csproj:
Determining projects to restore...
Restored /home/foo/HelloWorld/HelloWorld.csproj (in 980 ms).
Restore succeeded.
foo at ltcden12-lp22:~$ cd HelloWorld/
foo at ltcden12-lp22:~/HelloWorld$ dotnet run
Hello, World!
$ dotnet new console -lang "F#" -o FSharpHelloWorld
The template "Console App" was created successfully.
Processing post-creation actions...
Restoring /home/foo/HelloWorld/FSharpHelloWorld/FSharpHelloWorld.fsproj:
Determining projects to restore...
Restored /home/foo/HelloWorld/FSharpHelloWorld/FSharpHelloWorld.fsproj (in 575 ms).
Restore succeeded.
$ cd FSharpHelloWorld/
$ dotnet run
Hello from F#
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to dotnet8 in Ubuntu.
https://bugs.launchpad.net/bugs/2064530
Title:
Include support for .NET 8 for Ubuntu on Power
Status in The Ubuntu-power-systems project:
In Progress
Status in dotnet8 package in Ubuntu:
New
Status in dotnet8 source package in Noble:
New
Status in dotnet8 source package in Oracular:
New
Bug description:
== Comment: #0 - JAMIE L. DOLAN <jldolan at us.ibm.com> - 2024-05-01
12:19:47 ==
This is a bug to track adding the feature of .NET 8 to Ubuntu 24.04
- This has already been added for s390x
- Customer survey showed strong interest in .NET on Linux on Power, having .NET on Ubuntu on Power will help in adoption of .NET on Power as well as pushing Ubuntu for Power.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/2064530/+subscriptions
More information about the foundations-bugs
mailing list