Package Details: deadlock-modmanager 0.17.0-1

Git Clone URL: https://aur.archlinux.org/deadlock-modmanager.git (read-only, click to copy)
Package Base: deadlock-modmanager
Description: A mod manager for the Valve game Deadlock
Upstream URL: https://github.com/deadlock-mod-manager/deadlock-mod-manager
Licenses: GPL-3.0-only
Conflicts: deadlock-modmanager-bin, deadlock-modmanager-git
Submitter: yobson
Maintainer: stormix
Last Packager: stormix
Votes: 4
Popularity: 2.16
First Submitted: 2025-08-31 15:08 (UTC)
Last Updated: 2026-03-27 23:30 (UTC)

Latest Comments

yobson commented on 2026-02-28 13:20 (UTC)

it builds fine on my system and in a clean chroot with libfmt 12 from official repos installed

lcuy commented on 2026-02-28 10:26 (UTC)

getting long errors in build(), posted it to a pastebin: https://0x0.st/PQCf.txt

the error line ignoring all the spew:

warning: [email protected]: gcc: error while loading shared libraries: libfmt.so.11: cannot open shared object file: No such file or directory
error: failed to run custom build command for `openssl-sys v0.9.111

manually installing libfmt at version 11.2 allowed the package to work for me, I posted fmt11 to the aur if you'd like to use that as a make dependency

yobson commented on 2026-02-22 23:38 (UTC)

what are you using to try and install it? what is LocalFileSigLevel set to in your pacman.conf? it's unsigned and doesnt need to be since you build it locally.

thebigboo commented on 2026-02-22 13:19 (UTC)

error: '/home/xxx/.cache/paru/clone/deadlock-modmanager/deadlock-modmanager-0.14.1-1-x86_64.pkg.tar.zst': package missing required signature

JohnWeak commented on 2026-01-16 16:36 (UTC)

@yobson something was wrong with my npm environment, I did a full cleanup and it built successfully

yobson commented on 2026-01-10 19:27 (UTC)

it builds in a clean chroot, there's something wrong with your environment. unsure if it's related but i notice you're getting warnings about your env from npm. i don't get any such warnings in a clean chroot or my systems own regular environment. @JohnWeak

JohnWeak commented on 2026-01-10 18:45 (UTC) (edited on 2026-01-10 18:48 (UTC) by JohnWeak)

==> Starting prepare()...
Scope: all 25 workspace projects
../..                                    |    +1986 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
../..                                    | Progress: resolved 1986, reused 1964, downloaded 0, added 1986, done
../../node_modules/.pnpm/[email protected]/node_modules/sharp: Running install script, failed in 179ms
.../[email protected]/node_modules/sharp install$ node install/check.js || npm run build
│ npm warn Unknown env config "npm-globalconfig". This will stop working in the next major version of npm.
│ npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
│ npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
│ npm warn Unknown env config "catalog". This will stop working in the next major version of npm.
│ > [email protected] build
│ > node install/build.js
│ sharp: Attempting to build from source via node-gyp
│ sharp: See https://sharp.pixelplumbing.com/install#building-from-source
│ sharp: Found node-addon-api 
│ sharp: Please add node-gyp to your dependencies
└─ Failed in 180ms at /home/john/.cache/yay/deadlock-modmanager/src/deadlock-modmanager/node_modules/.pnpm/[email protected]/node_modules/sharp
ELIFECYCLE  Command failed with exit code 1.
==> ERROR: A failure occurred in prepare().
    Aborting...
-> error making: deadlock-modmanager-exit status 4
-> Failed to install the following packages. Manual intervention is required:
deadlock-modmanager - exit status 4

NovaCaller commented on 2026-01-02 23:56 (UTC) (edited on 2026-01-02 23:56 (UTC) by NovaCaller)

missing dependency: gst-plugins-good
without it, the application starts but is not interactable. corresponding terminal output:

GStreamer element autoaudiosink not found. Please install it

(WebKitWebProcess:36051): GLib-GObject-CRITICAL **: 00:40:01.345: invalid (NULL) pointer instance

(WebKitWebProcess:36051): GLib-GObject-CRITICAL **: 00:40:01.345: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed

after installing gst-plugins-good it works fine :)