Search Criteria
Package Details: libloot 0.28.3-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/libloot.git (read-only, click to copy) |
|---|---|
| Package Base: | libloot |
| Description: | A library for the Load Order Optimisation Tool for Starfield, The Elder Scrolls (Morrowind and later) and Fallout (3 and later) games |
| Upstream URL: | https://loot.github.io |
| Licenses: | GPL-3.0-only |
| Submitter: | C0rn3j |
| Maintainer: | C0rn3j |
| Last Packager: | C0rn3j |
| Votes: | 3 |
| Popularity: | 0.85 |
| First Submitted: | 2024-09-14 14:52 (UTC) |
| Last Updated: | 2025-10-23 13:12 (UTC) |
Dependencies (4)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- rust (rust-gitAUR, rust-beta-binAUR, rustup-gitAUR, rustup) (make)
Latest Comments
yochananmarqos commented on 2024-10-06 18:15 (UTC)
@C0rn3j: Ah, so it is. Sorry, I hadn't updated my local PKGBUILD and forgot to check your commits.
C0rn3j commented on 2024-10-06 17:42 (UTC)
Thanks for the heads up, am aware, I pushed for it :)
It's already required with 0.24.1.
yochananmarqos commented on 2024-10-05 18:49 (UTC)
@C0rn3j: FYI, with 0.24.3
fmtis now a required dependency. If it's not found during build, it will be built and install conflicting files.C0rn3j commented on 2024-10-01 19:05 (UTC)
Can you reproduce it in a clean chroot?
sakure commented on 2024-10-01 13:01 (UTC) (edited on 2024-10-01 13:02 (UTC) by sakure)
gives me an error
[ 85%] Building CXX object CMakeFiles/loot.dir/src/api/sorting/plugin_graph.cpp.o In file included from /tmp/makepkg/libloot/src/libloot-0.24.1/src/api/metadata/yaml/plugin_metadata.h:40, from /tmp/makepkg/libloot/src/libloot-0.24.1/src/api/api_database.cpp:32: /tmp/makepkg/libloot/src/libloot-0.24.1/src/api/metadata/yaml/message.h: In static member function ‘static bool YAML::convert<loot::Message>::decode(const YAML::Node&, loot::Message&)’: /tmp/makepkg/libloot/src/libloot-0.24.1/src/api/metadata/yaml/message.h:144:41: error: expected unqualified-id before ‘&’ token 144 | } catch (const fmt::format_error& e) { | ^ /tmp/makepkg/libloot/src/libloot-0.24.1/src/api/metadata/yaml/message.h:144:41: error: expected ‘)’ before ‘&’ token /tmp/makepkg/libloot/src/libloot-0.24.1/src/api/metadata/yaml/message.h:144:17: note: to match this ‘(’ 144 | } catch (const fmt::format_error& e) { | ^ /tmp/makepkg/libloot/src/libloot-0.24.1/src/api/metadata/yaml/message.h:144:41: error: expected ‘{’ before ‘&’ token 144 | } catch (const fmt::format_error& e) { | ^ /tmp/makepkg/libloot/src/libloot-0.24.1/src/api/metadata/yaml/message.h:144:43: error: ‘e’ was not declared in this scope 144 | } catch (const fmt::format_error& e) { | ^ make[3]: *** [CMakeFiles/loot.dir/build.make:90: CMakeFiles/loot.dir/sr c/api/api_database.cpp.o] Error 1Infernio commented on 2024-09-21 08:16 (UTC) (edited on 2024-09-21 08:17 (UTC) by Infernio)
The .desktop file in the git repo of this package seems unused and could probably be deleted.