Package Details: bolt-launcher 0.10.0-1

Git Clone URL: https://aur.archlinux.org/bolt-launcher.git (read-only, click to copy)
Package Base: bolt-launcher
Description: Free open-source third-party implementation of the Jagex Launcher
Upstream URL: https://bolt.adamcake.com/
Licenses: AGPL3
Submitter: Adamcake
Maintainer: Adamcake
Last Packager: Adamcake
Votes: 9
Popularity: 0.036681
First Submitted: 2023-10-26 16:49 (UTC)
Last Updated: 2024-10-15 15:42 (UTC)

Latest Comments

dotaxis commented on 2024-10-06 02:38 (UTC)

Hello, it looks like there is an issue with fmt in the latest pull of arch. Since it seems to push this to 11, which seems to be breaking this version of bolt.

./bolt: error while loading shared libraries: libfmt.so.10: cannot open shared object file: No such file or directory

You need to pass the --rebuild flag to your AUR helper to recompile bolt against the latest libfmt. There is nothing wrong with this AUR package.

heytbone commented on 2024-10-06 02:35 (UTC) (edited on 2024-10-06 04:21 (UTC) by heytbone)

Hello, it looks like there is an issue with fmt in the latest pull of arch. Since it seems to push this to 11, which seems to be breaking this version of bolt.

./bolt: error while loading shared libraries: libfmt.so.10: cannot open shared object file: No such file or directory

If you install/rollback to fmt 10 it works again.

roukoswarf commented on 2024-03-20 03:28 (UTC)

Looks like Adamcake fixed it, builds without config changes now.

vetu104 commented on 2024-03-17 07:24 (UTC) (edited on 2024-03-18 19:41 (UTC) by vetu104)

It is caused by the pacman 6.1 update. There were changes to makepkg which prevent this from building it seems. Build passes after downgrading to pacman 6.0.

~/.config/pacman/makepkg.conf to make the build pass:

CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions \
        -Wp,-U_FORTIFY_SOURCE -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security \
        -fstack-clash-protection -fcf-protection \
        -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer"
CXXFLAGS="$CFLAGS -Wp,-D_GLIBCXX_ASSERTIONS"

groctel commented on 2024-03-16 21:22 (UTC)

The build looks like an error with cef-114.0.5735.134-linux-x86_64-minimal-ungoogled.tar.gz. I was able to build the package by adding -Wp,-U_FORTIFY_SOURCE before all instances of -Wp,-D_FORTIFY_SOURCE=3 in the build files.

roukoswarf commented on 2024-03-15 03:27 (UTC)

0.8.2-2 no longer builds. 0.8.2-1 worked fine.

Log: https://hastebin.com/share/orelidosep.bash Nothing obvious stands out as a missing dep or something, just strange errors.