Package Details: bolt-launcher 0.8.2-4

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: 8
Popularity: 1.47
First Submitted: 2023-10-26 16:49 (UTC)
Last Updated: 2024-04-16 20:30 (UTC)

Latest Comments

heytbone commented on 2024-04-16 15:36 (UTC)

I'm getting the following error, does anyone know why?

$ makepkg -si PKGBUILD ==> Making package: bolt-launcher 0.8.2-3 (Tue Apr 16 11:34:00 2024) ==> Checking runtime dependencies... ==> Installing missing dependencies... error: target not found: fmt9 ==> ERROR: 'pacman' failed to install missing dependencies. ==> Missing dependencies: -> fmt9 ==> Checking buildtime dependencies... ==> ERROR: Could not resolve all dependencies.

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.