Search Criteria
Package Details: python-amulet-rocksdb 1.0.4-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-amulet-rocksdb.git (read-only, click to copy) |
|---|---|
| Package Base: | python-amulet-rocksdb |
| Description: | A pybind11 wrapper for RocksDB. |
| Upstream URL: | https://github.com/Amulet-Team/Amulet-RocksDB |
| Keywords: | amulet pybind11 rocksdb |
| Licenses: | custom |
| Submitter: | Kimiblock |
| Maintainer: | Kimiblock (lilac) |
| Last Packager: | lilac |
| Votes: | 1 |
| Popularity: | 0.35 |
| First Submitted: | 2026-03-17 14:47 (UTC) |
| Last Updated: | 2026-05-01 13:34 (UTC) |
Dependencies (11)
- pybind11 (pybind11-gitAUR)
- python
- python-amulet_pybind11_extensionsAUR
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- python-build (make)
- python-installer (make)
- python-packaging (make)
- python-setuptools (make)
- python-versioneer (python-versioneer-518AUR) (make)
- python-wheel (make)
Latest Comments
un_pogaz commented on 2026-04-15 08:13 (UTC)
So, it worked. Package was succefully build and installed. I take note of the procedure. Thanks.
Kimiblock commented on 2026-04-15 07:37 (UTC)
You need to build its dependencies first, then pass them via
-Iin command linehttps://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot#:~:text=You%20can%20specify%20more%20than%20one%20package%20to%20be%20installed%20using%20multiple%20%2DI%20arguments%2E
un_pogaz commented on 2026-04-15 07:15 (UTC)
Now yes. Here the result: (don't know how to use it)
Kimiblock commented on 2026-04-15 06:55 (UTC)
Have you tried chroot building via devtools pkgctl build?
un_pogaz commented on 2026-04-15 06:39 (UTC) (edited on 2026-04-15 06:46 (UTC) by un_pogaz)
Imposible to build the packages. I cleared the all cache or build direcly from the aur pkg but the error persist. Is a new insall, no previous version of the pkg.
Maybe it require a rocksdb dependencies? But which one? (their are one on the extra, and several on the aur)
amulet-map-editor version installed: 0.10.52-1 python-amulet-core version installed: 1.9.39-1
gwuensch commented on 2026-04-07 21:12 (UTC)
Thanks for the update. Though this didn't need a
pkgrelbump ;)Kimiblock commented on 2026-04-07 01:30 (UTC)
rebuilding, should be out in no time
gwuensch commented on 2026-04-01 19:21 (UTC)
Indeed,
!ltoseems to be the culprit. With link-time optimization enabled, the package builds inside and outside a clean chroot. However, this option is by no means unusual, as it was the default until two years ago and is suggested in the Wiki to speed up local builds.I see two solution: either adding the
CXXFLAGSI mentioned, or specifically enabling LTO for this package. What do you think?Kimiblock commented on 2026-03-19 02:59 (UTC)
Did you modify any makepkg configuration? It currently builds in a clean chroot with
extra-x86_64-buildgwuensch commented on 2026-03-18 22:24 (UTC) (edited on 2026-03-18 22:24 (UTC) by gwuensch)
Requires
CXXFLAGS+=" -Wno-error=maybe-uninitialized"to build successfully: