Package Details: loot 0.25.0-1

Git Clone URL: https://aur.archlinux.org/loot.git (read-only, click to copy)
Package Base: loot
Description: A 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: gargan
Maintainer: C0rn3j
Last Packager: C0rn3j
Votes: 11
Popularity: 0.51
First Submitted: 2019-10-24 01:46 (UTC)
Last Updated: 2025-02-25 12:39 (UTC)

Latest Comments

1 2 3 4 5 6 Next › Last »

yochananmarqos commented on 2025-02-25 22:13 (UTC)

@C0rn3j: I've built it with my PKGBUILDs:

C0rn3j commented on 2025-02-25 12:40 (UTC)

I can't get 0.25.0 working in a clean chroot due to OGDF, help welcome.

I presume somehow getting AUR/ogdf working would be of interest, but I could not convince cmake to use it.

C0rn3j commented on 2024-10-06 17:49 (UTC) (edited on 2024-10-06 17:49 (UTC) by C0rn3j)

@yochananmarqos Would you like to open an issue/PR about it upstream? https://github.com/loot/loot/issues

yochananmarqos commented on 2024-10-05 18:51 (UTC)

@C0rn3j: With 0.24.0, there's a missing include that causes a build failure. Here's a patch.

C0rn3j commented on 2024-09-21 11:06 (UTC) (edited on 2024-09-21 11:20 (UTC) by C0rn3j)

We got this fixed upstream, but it will be only in the new version.

For now, you can either apply the patches from master (and install fmt) or pacman -Rdd spdlog before installing, and just install it back afterwards.

Or use an AUR helper that can deal with building AUR dependencies easily in a clean chroot, like Paru.

https://github.com/loot/libloot/issues/95

Infernio commented on 2024-09-21 08:24 (UTC) (edited on 2024-09-21 08:25 (UTC) by Infernio)

I still get this error:

/tmp/makepkg/loot/src/loot-0.23.1/src/gui/state/game/game.cpp:49:10: fatal error: spdlog/fmt/bundled/ranges.h: No such file or directory
   49 | #include <spdlog/fmt/bundled/ranges.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.

And unfortunately, now building in a clean chroot isn't as easy anymore, since libloot will be missing in the clean chroot. So as I understand it I'd have to do it manually instead of using the script so I can install libloot into the clean chroot first.

yochananmarqos commented on 2024-09-16 21:00 (UTC)

@C0rn3j: No worries, I'm not at my best today, either.

C0rn3j commented on 2024-09-16 20:59 (UTC)

Ah, I am fried today, there are two "sure"s in my message and I thought you're replying to the latter one.

yochananmarqos commented on 2024-09-16 20:56 (UTC)

@C0rn3j:

am not sure how I was meant to find out about that

About what?

C0rn3j commented on 2024-09-16 20:53 (UTC)

I have, though am not sure how I was meant to find out about that, even when I am looking at it again now.

The doxygen/spdlog issue is now fixed in libloot, and will be fixed in the next loot release, so we can finally have docs and it won't crash randomly outside of a clean chroot.