Package Details: o3de-bin 2510.0_20251010-1

Git Clone URL: https://aur.archlinux.org/o3de-bin.git (read-only, click to copy)
Package Base: o3de-bin
Description: Open 3D Engine - An open-source, real-time 3D development engine
Upstream URL: https://o3de.org/
Licenses: MIT, Apache
Provides: o3de
Submitter: xaque
Maintainer: xaque
Last Packager: xaque
Votes: 13
Popularity: 0.004364
First Submitted: 2022-01-17 04:16 (UTC)
Last Updated: 2025-10-16 05:35 (UTC)

Latest Comments

1 2 3 Next › Last »

ashOfTheMeadow commented on 2025-12-23 00:23 (UTC)

Upstream updated o3de-releases.gpg, causing a checksum mismatch. makepkg -g produces a new checksum for that file. Please update the PKGBUILD:

diff --git a/PKGBUILD b/PKGBUILD
index 8268da3..67a8b90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,13 +26,13 @@ source=("open-3d-engine.desktop"
         "LICENSE.txt::https://raw.githubusercontent.com/o3de/o3de/main/LICENSE.txt"
         "LICENSE_MIT.txt::https://raw.githubusercontent.com/o3de/o3de/main/LICENSE_MIT.TXT"
         "LICENSE_APACHE2.txt::https://raw.githubusercontent.com/o3de/o3de/main/LICENSE_APACHE2.TXT")
-sha256sums=('SKIP'
-            'SKIP'
-            'SKIP'
-            '6b38139f1b8c05495312003b050ab6c2e5bcf7e019a8922bf3440a7d7fa561e5'
-            'SKIP'
-            'SKIP'
-            'SKIP')
+sha256sums=('921b9e2637f3a48af87462c226195d34f5d5ed7260de77b04b4fc7440da8a712'
+            '6668bad2588d9a8d8c7cb8094cc7a37089bce8045c034a2cb8e045a254a21422'
+            '64447decdfb33af36f5d40f340505d45988374e312e1f167951c838d70e6a358'
+            '1e791446f88f371a25813738f055ea8811031a2e388adeda126a1d0d9ea2eb74'
+            '0eafb84e615ee11df01dbc36a84ef5c5e7a9600ead21487a518da8507d6f6a3d'
+            'c6ef1cac3abc6c48b4eb9d847f1b886f77cad441f7360f6c5554a32f380d796f'
+            '59dd59cfbd4a7f5af07ad841a11a1865b609e4c1edc68b415a241f3dc0de1244')

 pkgver() {
     # Look at modified date of gpg signature to determine build date

Pyblo commented on 2025-05-22 20:06 (UTC)

v24.09.02 is the current latest release version. We all would be very grateful for an update...

wyoodev commented on 2024-11-17 12:29 (UTC)

Could you update to version 24.09.1?

ibanrothschild commented on 2024-02-13 12:43 (UTC)

If I install Python 3.10, then this problem occurs. By the way, I'm on Manjaro.

/usr/bin/o3de: symbol lookup error: /opt/O3DE/23.10.2/bin/Linux/profile/Default/libAzQtComponents.so: undefined symbol: _ZN16QStyleSheetStyle16staticMetaObjectE, version Qt_5_PRIVATE_API

The solution they provide is to do this, but I don't know what I have to put, and I have become tired of giving chances to this engine again after seeing the comment...

https://github.com/o3de/o3de/issues/14171

ibanrothschild commented on 2024-02-13 12:11 (UTC)

After installation, I encounter this error upon startup:

/usr/bin/o3de: error while loading shared libraries: libpython3.10.so.1.0: cannot open shared object file: No such file or directory

ibanrothschild commented on 2024-02-13 11:46 (UTC)

I've been waiting for years for this package to compile, and I thought it was O3DE's configuration fault, but it's actually a package configuration error. O3DE requires autoconf, and I didn't have it installed... Can you add it as a dependency? Thank you.

xaque commented on 2023-09-06 19:12 (UTC)

@LinuxNoobNJ ive just updated the package to the latest version, let me know if you still have issues

LinuxNoobNJ commented on 2023-07-30 16:53 (UTC)

I was able to work around this issue by uninstalling this package and installing your o3de-bin nightly build.

I'm not sure why this error was being triggered before; on further investigation, it seemed to always occur when PIP attempted to install something called PYAML. I would love to provide more information if you need it and/or it would be helpful to the maintenance of this package.