Adamcake / Bolt

An alternative launcher for your favourite MMO
GNU Affero General Public License v3.0
122 stars 18 forks source link

Fails to Build on Arch Linux via AUR installation due to missing fmt9 dependency #36

Closed tylerbalaskovitz closed 2 months ago

tylerbalaskovitz commented 2 months ago
$ 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.
Adamcake commented 2 months ago

Out of interest, does it work if you change it to depend on fmt instead of fmt9? (fmt9 is an AUR dependency)

On Tue, 16 Apr 2024, 16:39 tylerbalaskovitz, @.***> wrote:

$ 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.

— Reply to this email directly, view it on GitHub https://github.com/Adamcake/Bolt/issues/36, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHG6BICV3OWHF5QETHSYLRDY5VA4VAVCNFSM6AAAAABGJTRK56VHI2DSMVQWIX3LMV43ASLTON2WKOZSGI2DMMZWGQZTKMY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

tylerbalaskovitz commented 2 months ago

So, what I ended up doing is using yay to install fmt9, and afterwards makepkg ended up solving the problem.