Search Criteria
Package Details: mx-puppet-discord-git v0.1.1.r5.gfd44022-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/mx-puppet-discord-git.git (read-only, click to copy) |
---|---|
Package Base: | mx-puppet-discord-git |
Description: | This is a Matrix bridge for Discord |
Upstream URL: | https://gitlab.com/mx-puppet/discord/mx-puppet-discord.git |
Licenses: | Apache |
Conflicts: | mx-puppet-discord |
Provides: | mx-puppet-discord |
Submitter: | BrainDamage |
Maintainer: | None |
Last Packager: | BrainDamage |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2020-11-06 09:15 (UTC) |
Last Updated: | 2022-11-04 15:49 (UTC) |
Dependencies (8)
- cairo (cairo-gitAUR)
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR)
- nodejs-lts-hydrogen
- pango (pango-gitAUR)
- sqlite (sqlite-fossilAUR)
- git (git-gitAUR, git-glAUR) (make)
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
- yarn (yarn-pnpm-corepackAUR, yarn-berryAUR, corepackerAUR) (make)
Latest Comments
1 2 3 Next › Last »
marcool04 commented on 2022-10-29 20:02 (UTC) (edited on 2022-12-04 21:22 (UTC) by marcool04)
@Win8Error:
yeah, the node-canvas error is this one: https://github.com/Automattic/node-canvas/issues/2144
Applying the small patch from https://github.com/Automattic/node-canvas/issues/2144#issuecomment-1287688646 seems to work for that.
As for better-sqlite3, I haven't figured that one out yet...
All of this I think in the end is caused by breaking changes in the newer 19.0.0.0 version of node that arch has shipped recently.
Edit: yes, sure enough, the new PKGBUILD that @BrainDamage has pushed with a dependency on nodejs-lts-hydrogen fixes these issues. Thanks, as always, for prompt and quality packaging @BrainDamage 👍
Win8Error commented on 2022-10-29 17:09 (UTC)
Build failed ...
ChrisMorgan commented on 2022-09-12 11:00 (UTC)
I confirm that this fails to start unless you remove
SystemCallFilter=@system-service
from the service definition. (Foolish me bisected until I identified that cause, rather than just checking the comments here.)dodecahedron commented on 2022-05-14 00:56 (UTC) (edited on 2022-06-10 16:39 (UTC) by dodecahedron)
<del>I think this might have to do with binary stripping, but directly installing this package doesn't work for me while doing a git clone of upstream and manually building from that works perfectly. Here's a diff of this package's build vs my manual build: https://paste.tildeverse.org/?46f5646ab6d98e2c#32apm3aogm1MXa8ToH5wwvU27sVH23HZENkJjqnveMyG</del>
Edit: It works for me now with the following tweak: I had to comment out
SystemCallFilter=@system-service
in the systemd service to avoid a coredump.dodecahedron commented on 2022-05-10 21:46 (UTC) (edited on 2022-05-11 19:16 (UTC) by dodecahedron)
Upstream recently switched from npm to yarn, which causes this to currently fail to build.
To fix this, it should be as simple as using
yarn install
andyarn build
instead of the currentnpm
commands, thencp -r
the build to the/usr/lib/node_modules
directory.BrainDamage commented on 2022-05-06 12:38 (UTC)
I apologize for the delay, I've had the changes made ... one month ago, but I've just noticed I never pushed them
dodecahedron commented on 2022-02-19 23:55 (UTC)
I finally figured out a solution to my issue from 10 months ago! I needed to add
options=(!strip)
to the PKGBUILD, and now this package works perfectly.marcool04 commented on 2021-05-28 09:58 (UTC)
Right. I've tracked it down to the https://github.com/Sorunome/mx-puppet-bridge component. Somebody opened an issue there already: https://github.com/Sorunome/mx-puppet-bridge/issues/79
BrainDamage commented on 2021-05-09 14:07 (UTC) (edited on 2021-05-09 14:07 (UTC) by BrainDamage)
that's a different error, unrelated to the previous unfortunately, it seems to be an upstream problem, npm pins versions of libs while archs track official releases, and arch's sqlite libs are incompatible with that version of better-sqlite in nodejs
now I'm not sure if a newer version of better-sqlite exists which fixes the issue and mx-pupppet-discord has to just point to a different version, or it doesn't exist entirely and you'll have to wait even more
I'd suggest you to report it to mx-puppet-discord bugtracker for now
marcool04 commented on 2021-05-04 20:31 (UTC)
Thanks for your insights and helpful suggestions @Ta180m and @BrainDamage. Unfortunately,
makepkg --cleanbuild
made no difference. Indeed, I even cloned the git repo from this package fresh, and that made no difference. Attempting to perform the makepkg as a brand new user failed. I spun up a local vanilla archlinux vm and still get the same error. This is not related to my "upgrade"… as it stands, the PKGBUILD doesn't build, see log from fresh VM here: https://termbin.com/7jve1 2 3 Next › Last »