------- Comment From jan...@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@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@ltcden12-lp22:~$ cd HelloWorld/
foo@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
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2064530

Title:
  Include support for .NET 8 for Ubuntu on Power

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/2064530/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to