aur/luacheck
is available.
If you are using makepkg direclty, make sure it is installed separately. If you are using a wrapper, make sure it installs aur targets as well.
The version luacheck uses doesn't have to match prosody's.
Git Clone URL: | https://aur.archlinux.org/prosody-hg.git (read-only, click to copy) |
---|---|
Package Base: | prosody-hg |
Description: | Lightweight and extensible Jabber/XMPP server written in Lua (development build from trunk-branch) |
Upstream URL: | https://prosody.im/ |
Licenses: | MIT |
Conflicts: | prosody |
Provides: | prosody |
Submitter: | TilmanV |
Maintainer: | Ppjet6 (linkmauve) |
Last Packager: | taba |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2015-11-06 18:39 (UTC) |
Last Updated: | 2024-02-02 10:40 (UTC) |
aur/luacheck
is available.
If you are using makepkg direclty, make sure it is installed separately. If you are using a wrapper, make sure it installs aur targets as well.
The version luacheck uses doesn't have to match prosody's.
I encount some error: """ erreur : impossible de trouver la cible : luacheck """
in english, should be something like:
""" error: impossible to find target: luacheck """
I found lua51-luacheck and luacheck.
I think that either we change "checkdeps" to lua51-luacheck or we add lua51-luacheck to "depends".
Thank you for your work TilmanV!
I took over the package. I added ExecReload= to the service file.
I won't maintain this package anymore
After upgrade prosody does not work:
[ALPM] upgraded prosody-hg (r8452+.4796fdcb7146+-1 -> r8553+.32438665dc5e+-1)
lua5.1: /usr/lib/prosody/net/http.lua:16: module 'net.resolvers.basic' not found: no field package.preload['net.resolvers.basic'] no file '/usr/lib/prosody/net/resolvers/basic.lua' no file '/usr/share/lua/5.1/net/resolvers/basic.lua' no file '/usr/share/lua/5.1/net/resolvers/basic/init.lua' no file '/usr/lib/lua/5.1/net/resolvers/basic.lua' no file '/usr/lib/lua/5.1/net/resolvers/basic/init.lua' no file '/usr/lib/prosody/net/resolvers/basic.so' no file '/usr/lib/lua/5.1/net/resolvers/basic.so' no file '/usr/lib/lua/5.1/loadall.so' no file '/usr/lib/prosody/net.so' no file '/usr/lib/lua/5.1/net.so' no file '/usr/lib/lua/5.1/loadall.so' stack traceback: [C]: in function 'require' /usr/lib/prosody/net/http.lua:16: in main chunk [C]: in function 'require' /usr/bin/prosodyctl:264: in main chunk [C]: ?
Pinned Comments
Ppjet6 commented on 2019-11-21 00:00 (UTC) (edited on 2019-11-21 00:01 (UTC) by Ppjet6)
I have changed (
9f6cd2251c12
)the unit file to use the one recommended by upstream. This change needs a configuration change (also added a warning inpost_{install,upgrade}
),daemonize = false
needs to be set. It used to be sed'd totrue
by this package.