Search Criteria
Package Details: mqtt-explorer-beta 0.4.0.6-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mqtt-explorer-beta.git (read-only, click to copy) |
---|---|
Package Base: | mqtt-explorer-beta |
Description: | A comprehensive and easy-to-use MQTT Client |
Upstream URL: | https://mqtt-explorer.com/ |
Licenses: | CCPL:by-nd |
Conflicts: | mqtt-explorer |
Provides: | mqtt-explorer |
Submitter: | aarnold |
Maintainer: | aarnold (zhimsel) |
Last Packager: | aarnold |
Votes: | 4 |
Popularity: | 0.71 |
First Submitted: | 2022-01-20 12:53 (UTC) |
Last Updated: | 2024-09-23 11:22 (UTC) |
Dependencies (5)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogen, nodejs-lts-iron, nodejs-lts-jod)
- git (git-gitAUR, git-glAUR) (make)
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
- sed (busybox-coreutilsAUR, sed-gitAUR) (make)
- yarn (yarn-pnpm-corepackAUR, corepackerAUR, yarn-berryAUR) (make)
Latest Comments
1 2 Next › Last »
zhimsel commented on 2024-06-08 15:58 (UTC)
Looks like there is a bug in the Linux kernel preventing this from being built with the latest NodeJS version. Supposedly, it should be fixed in 6.9.3:
In the meantime, you can work around this by setting the
UV_USE_IO_URING=0
environment variable when building the package (i.e.UV_USE_IO_URING=0 makepkg -s
).zhimsel commented on 2023-03-22 22:20 (UTC)
No worries! To be clear, this does NOT install side-by-side. Both packages conflict with the other, so pacman will uninstall one when installing the other. This is due to the fact that (at the moment) the stable version is not compatible with the beta's config file.
harre commented on 2023-03-21 22:33 (UTC)
Sorry about the confusion, I didn't realize this package installes the beta side-by-side with the non-beta version.
It's working perfectly when launching "mqtt-explorer-beta" :)
zhimsel commented on 2023-03-20 23:23 (UTC)
@harre The
mqtt-explorer
executable is not part of this package. It's installed in themqtt-explorer
package. Usepacman -Qo
to find what (if any) package owns that file. For example, on my system:What is the absolute path of the
mqtt-explorer
command you're trying to run?harre commented on 2023-03-20 22:06 (UTC)
I get an error when trying to launch
zhimsel commented on 2023-03-17 15:30 (UTC)
Patches applied. This also includes requiring
nodejs>=17
to avoid the packaging issue.aarnold commented on 2023-03-17 09:02 (UTC)
@fhteagle: This error has been linked to an old nodeJS installation (node -v). An argument became neccessary with nodeJS v17 and above, but is incompatible with old versions.
aarnold commented on 2023-03-15 12:53 (UTC)
@zhimsel: feel free to apply your patches from the parent package, I added you as co-maintainer
zhimsel commented on 2023-02-13 15:19 (UTC) (edited on 2023-02-13 16:19 (UTC) by zhimsel)
@aarnold: friendly suggestion: split the non-runtime dependencies into
$makedepends
and addmqtt-explorer
to$provides
and$conflicts
(since the config files are not compatible between versions).See https://aur.archlinux.org/cgit/aur.git/commit/?h=mqtt-explorer&id=5ab59b817e9e9e1e2a1474172c959ce14ef622b3
EDIT: Actually, I've got a few other improvements that could also be applied here. If you'd like, I'd be happy to push them to this package, too (I'd just need to be made co-maintainer). Or if you'd prefer to do it yourself, take a look at the other recent commits: https://aur.archlinux.org/cgit/aur.git/log/?h=mqtt-explorer
thilob commented on 2023-01-31 10:44 (UTC)
works fine. Thanks a lot!
1 2 Next › Last »