Search Criteria
Package Details: maubot 0.4.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/maubot.git (read-only, click to copy) |
---|---|
Package Base: | maubot |
Description: | A plugin-based Matrix bot system |
Upstream URL: | https://github.com/maubot/maubot |
Licenses: | AGPLv3 |
Submitter: | noobping |
Maintainer: | noobping |
Last Packager: | noobping |
Votes: | 1 |
Popularity: | 0.001199 |
First Submitted: | 2022-10-14 20:01 (UTC) |
Last Updated: | 2023-04-02 12:11 (UTC) |
Dependencies (23)
- python-aiohttp (python-aiohttp-git)
- python-aiosqlite
- python-asyncpg
- python-attrs
- python-bcrypt
- python-click
- python-colorama (python-colorama-git)
- python-commonmark
- python-jinja
- python-mautrix (python-mautrix-git)
- python-packaging (python-packaging-21)
- python-questionary
- python-ruamel-yaml (python-ruamel-yaml-hg)
- python-sqlalchemy (python-sqlalchemy-git, python-sqlalchemy1.3)
- python-yarl
- sudo (nosudo, fake-sudo, polkit-fakesudo, sudo-git, doas-sudo-shim, fudo-git, sudo-selinux, doas-sudo-shim-minimal, sudo-hg)
- python-black (python-black-git) (make)
- python-isort (make)
- python-pre-commit (python-pre-commit-git, pre-commit) (make)
- yarn (yarn-pnpm-corepack, yarn-berry, corepacker) (make)
- python-olm (python-olm-git) (optional) – e2be
- python-pycryptodome (optional) – e2be
- python-unpaddedbase64 (optional) – e2be
Latest Comments
1 2 Next › Last »
noobping commented on 2023-02-02 17:55 (UTC)
@jkhsjdhjs Thanks for the comment. I removed it.
jkhsjdhjs commented on 2023-02-02 17:18 (UTC)
The python-aiohttp task has been closed, so the workaround can be removed here.
noobping commented on 2022-11-11 10:36 (UTC)
@jahway603 I added the workaround to the install file. So you can update or reinstall
maubot
.jkhsjdhjs commented on 2022-11-10 23:03 (UTC) (edited on 2022-11-10 23:03 (UTC) by jkhsjdhjs)
@jahway603 That's an issue with the
python-aiohttp
package, that this package depends on: https://bugs.archlinux.org/task/76326The problem is that aiohttp depends on charset-normalizer<3, but the arch repos currently have 3.0.0. Until this is fixed, you can temporarily work around this by editing
/usr/lib/python3.10/site-packages/aiohttp-3.8.3.dist-info/METADATA
and removing<3.0,
from the linejahway603 commented on 2022-11-10 21:24 (UTC)
@jkhsjdhjs @noobping This package built, but mbc will not work. Please see the gist: https://gist.github.com/jahway603/1067d05c3d6e6fcf3b4f1ba3f63fe1a7 Unsure if this is an issue with this package or with maubot itself as I can run maubot from other Linux distros.
jahway603 commented on 2022-11-09 14:24 (UTC)
@jkhsjdhjs @noobping I resolved it. Thank you both.
jkhsjdhjs commented on 2022-11-08 18:47 (UTC)
@jahway603 That only shows that you have
nodejs-lts-gallium
installed, but that doesn't seem to be the nodejs version that is actually used. Can you check again withnode -v
?@noobping I don't think adding
nodejs
as a dependency would change anything, asyarn
(which is a make dependency) already depends onnodejs
.noobping commented on 2022-11-08 18:38 (UTC) (edited on 2022-11-09 13:07 (UTC) by noobping)
@jahway603 I see that you have a different nodejs (I have
nodejs 19.0.1-1
). Does this Dockerfile work for you? Also, please use something like pastebin for your logs.~I could also add
nodejs
as a dependency...~jkhsjdhjs commented on 2022-11-07 15:44 (UTC)
@jahway603 Your version of nodejs is outdated.
1 2 Next › Last »