Package Details: dosbox-staging-git 0.82.0.alpha-1

Git Clone URL: https://aur.archlinux.org/dosbox-staging-git.git (read-only, click to copy)
Package Base: dosbox-staging-git
Description: A modernized DOSBox project using current development practices and tools, fixing issues, adding features that better support today's systems
Upstream URL: https://github.com/dosbox-staging/dosbox-staging
Keywords: dos emulator games gaming
Licenses: GPL2
Conflicts: dosbox
Provides: dosbox
Submitter: sharkwouter
Maintainer: magamo
Last Packager: magamo
Votes: 4
Popularity: 0.43
First Submitted: 2020-03-16 21:32 (UTC)
Last Updated: 2023-12-26 16:18 (UTC)

Required by (65)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

xlucn commented on 2022-08-16 01:45 (UTC)

I have tons of similar warnings when building, but can build without failing. And, notice that the ibus dependency is still missing, might due to libibus not providing static library. So, adding the libibus dependency does nothing in my case.

... ...
WARNING: Static library 'fluidsynth' not found for dependency 'fluidsynth', may not be statically linked
WARNING: Static library 'gthread-2.0' not found for dependency 'fluidsynth', may not be statically linked
WARNING: Static library 'glib-2.0' not found for dependency 'fluidsynth', may not be statically linked
WARNING: Static library 'asound' not found for dependency 'fluidsynth', may not be statically linked
WARNING: Static library 'sndfile' not found for dependency 'fluidsynth', may not be statically linked
WARNING: Static library 'pcre' not found for dependency 'fluidsynth', may not be statically linked
WARNING: Static library 'FLAC' not found for dependency 'fluidsynth', may not be statically linked
WARNING: Static library 'ogg' not found for dependency 'fluidsynth', may not be statically linked
WARNING: Static library 'vorbis' not found for dependency 'fluidsynth', may not be statically linked
WARNING: Static library 'pulse-simple' not found for dependency 'fluidsynth', may not be statically linked
WARNING: Static library 'pulsecommon-16.1' not found for dependency 'fluidsynth', may not be statically linked
WARNING: Static library 'pulse' not found for dependency 'fluidsynth', may not be statically linked
WARNING: Static library 'portaudio' not found for dependency 'fluidsynth', may not be statically linked
WARNING: Static library 'jack' not found for dependency 'fluidsynth', may not be statically linked
WARNING: Static library 'systemd' not found for dependency 'fluidsynth', may not be statically linked
WARNING: Static library 'dbus-1' not found for dependency 'fluidsynth', may not be statically linked
WARNING: Static library 'gmodule-2.0' not found for dependency 'fluidsynth', may not be statically linked
WARNING: Static library 'instpatch-1.0' not found for dependency 'fluidsynth', may not be statically linked
WARNING: Static library 'gobject-2.0' not found for dependency 'fluidsynth', may not be statically linked
WARNING: Static library 'ffi' not found for dependency 'fluidsynth', may not be statically linked
WARNING: Static library 'vorbisenc' not found for dependency 'fluidsynth', may not be statically linked
WARNING: Static library 'opus' not found for dependency 'fluidsynth', may not be statically linked
WARNING: Static library 'SDL2' not found for dependency 'fluidsynth', may not be statically linked
WARNING: Static library 'unwind-generic' not found for dependency 'fluidsynth', may not be statically linked
WARNING: Static library 'unwind' not found for dependency 'fluidsynth', may not be statically linked
WARNING: Static library 'gio-2.0' not found for dependency 'fluidsynth', may not be statically linked
WARNING: Static library 'ibus-1.0' not found for dependency 'fluidsynth', may not be statically linked
WARNING: Static library 'readline' not found for dependency 'fluidsynth', may not be statically linked
WARNING: Static library 'ncursesw' not found for dependency 'fluidsynth', may not be statically linked
Run-time dependency fluidsynth found: YES 2.2.8
WARNING: Static library 'slirp' not found for dependency 'slirp', may not be statically linked
WARNING: Static library 'glib-2.0' not found for dependency 'slirp', may not be statically linked
WARNING: Static library 'pcre' not found for dependency 'slirp', may not be statically linked
... ...

magamo commented on 2022-08-09 09:04 (UTC)

I've added it as a makedepend instead. Thanks!

magamo commented on 2022-08-09 08:21 (UTC)

Its now a dependency of fluidsynth, and while the fluidsynth submodule includes it dynamically linked, it is not installed by the meson build. We recieve this from the configuration step.

WARNING: Static library 'ibus-1.0' not found for dependency 'fluidsy nth', may not be statically linked

As a result, without it, the build fails onn the linking step.

xlucn commented on 2022-08-09 05:59 (UTC)

Why the libibus dependency?

magamo commented on 2022-08-01 18:26 (UTC)

This should be fixed now as of the latest revision. (New dependency is available at https://aur.archlinux.org/packages/iir1-git)

electronic_punk commented on 2022-07-30 15:12 (UTC) (edited on 2022-07-30 15:15 (UTC) by electronic_punk)

Dosbox doesn't run:

'dosbox: error while loading shared libraries: libiir.so.1: cannot open shared object file: No such file or directory'

Workaround:

Manually copy libiir.so, libiir.so.1 and libiir.so.1.9.3 to /usr/lib (NOT /usr/local/lib).

magamo commented on 2022-04-01 11:59 (UTC)

This should be fixed as of the most recent PKGBUILD change. Thanks for the report.

electronic_punk commented on 2022-03-30 19:29 (UTC) (edited on 2022-03-31 18:09 (UTC) by electronic_punk)

Package compiles, however doesn't run. It is probably related to this commit:

https://github.com/dosbox-staging/dosbox-staging/commit/1ae448a58ef03bf9d5b69a3a9017df07ac6029f6

Manually copying all folders from this https://github.com/dosbox-staging/dosbox-staging/tree/main/contrib/resources to ~/.config/dosbox fixes it.

EDIT: you are the fastest package fixer. Thanks!

magamo commented on 2021-11-08 15:14 (UTC)

This should be fixed with the latest commit to the PKGBUILD.

Previously the meson build would not find a system installed version of munt/libmt32, and would compile and link a static version. Now this seems to work, and link a dynamic version of libmt32 which, without munt being in the dependency list, it was failing to run.