Search Criteria
Package Details: deadlock-modmanager 1.0.0-1
Package Actions
| 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: | 6 |
| Popularity: | 1.82 |
| First Submitted: | 2025-08-31 15:08 (UTC) |
| Last Updated: | 2026-05-28 16:11 (UTC) |
Dependencies (18)
- bzip2 (bzip2-gitAUR)
- cairo (cairo-gitAUR)
- desktop-file-utils (desktop-file-utils-gitAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR, gdk-pixbuf2-noglycinAUR)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR)
- gst-plugins-good (gst-plugins-good-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classic-xfceAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libsoup3 (libsoup3-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR, openssl-aegisAUR)
- pango (pango-gitAUR, pango-nothai-gitAUR)
- webkit2gtk-4.1 (webkit2gtk-4.1-imgpasteAUR)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, openerAUR, mimejs-gitAUR, xdg-utils-mimeoAUR)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- cargo-tauri (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc-snapshotAUR) (make)
- lld (llvm-gitAUR) (make)
- pnpm (pnpm-corepackAUR, pnpm-binAUR) (make)
Latest Comments
HurricanePootis commented on 2026-06-03 01:01 (UTC)
Hello,
You can remove the
options=(!lto)from this PKGBUILD by settingexport CFLAGS+=" -ffat-lto-objects"&export CXXFLAGS+= -ffat-lto-objects. This is something that has to be done with Rust packages, but for some reason, is missing from the Wiki pagage on Rust Package Guidelines. Maybe I'll make an edit…Another thing is, you don't need to specify
-C linker-args=-fuse-ld=lldanymore. Ever since Rust 1.90, LLD is the default linker for Rust on Linux.I built the package with my changes applied in a clean chroot (
extra-x86-64-build -c) , and reading the binary, you can see LLD was used by default without specifying it nor installing thelldpackage (plus, you don't need to specifygccsince it's a part ofbase-devel). This is because rust automatically bundles its own version of LLD.This package is also missing
glibc,libgcc,libstdc++, anddbusfromdepends().I also recommend these changes for
deadlock-modmanager-git, so I will leave a comment there.graem commented on 2026-05-04 05:11 (UTC) (edited on 2026-05-04 05:26 (UTC) by graem)
i'm having the same EXACT issue as @JohnWeak, i don't know what to do to make it build. same errors, same env variables in said errors, i don't know what they mean by 'full cleanup' so i'm just stuck and can't build it.
EDIT: had to manually install sharp's dependencies
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:
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
LocalFileSigLevelset 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)
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-goodit works fine :)