Package Details: mqtt-explorer 0.3.5-13

Git Clone URL: https://aur.archlinux.org/mqtt-explorer.git (read-only, click to copy)
Package Base: mqtt-explorer
Description: A comprehensive and easy-to-use MQTT Client
Upstream URL: https://mqtt-explorer.com/
Licenses: CCPL:by-nd
Conflicts: mqtt-explorer-beta
Submitter: dave12311
Maintainer: zhimsel (aarnold)
Last Packager: zhimsel
Votes: 11
Popularity: 0.001045
First Submitted: 2020-02-23 16:05 (UTC)
Last Updated: 2023-03-17 14:55 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

4romany commented on 2021-12-09 23:01 (UTC)

I get the same error message. I just did a "sudo pacman -Syu" today so have the lastest updates... "

plague-doctor commented on 2021-12-09 22:17 (UTC) (edited on 2021-12-09 22:18 (UTC) by plague-doctor)

Interesting, the build is failing:

gyp ERR! build error 
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack     at ChildProcess.onExit (/usr/lib/node_modules/node-gyp/lib/build.js:194:23)
gyp ERR! stack     at ChildProcess.emit (node:events:390:28)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (node:internal/child_process:290:12)
gyp ERR! System Linux 5.15.5-arch1-1
gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /home/.../.cache/pikaur/build/mqtt-explorer/src/MQTT-Explorer-0.3.5/app/node_modules/heapdump
gyp ERR! node -v v17.1.0
gyp ERR! node-gyp -v v8.2.0

rubengees commented on 2021-10-14 20:05 (UTC)

Seems to be fixed after deleting the yay cache!

sudo rm -rf ~/.cache/yay

hockeymikey commented on 2021-10-14 19:01 (UTC) (edited on 2021-10-14 19:02 (UTC) by hockeymikey)

@gibbz gpg --keyserver hkp://pgp.rediris.es --recv-keys 5DE3E0509C47EA3CF04A42D34AEE18F83AFDEB23

rubengees commented on 2021-10-13 22:04 (UTC) (edited on 2021-10-13 22:04 (UTC) by rubengees)

Hello, the latest update is broken for me:

==> Making package: mqtt-explorer 0.3.5-6 (Thu Oct 14 00:03:44 2021)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found mqtt-explorer-0.3.5.tar.gz
  -> Found mqtt-explorer-0.3.5-desktop.tar.gz
==> Validating source files with md5sums...
    mqtt-explorer-0.3.5.tar.gz ... Passed
    mqtt-explorer-0.3.5-desktop.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!
 -> error making: mqtt-explorer

ArnaudLier commented on 2021-10-10 13:17 (UTC)

Hello, please merge this: https://github.com/dave12311/mqtt-explorer.desktop/pull/1 Thanks.

kuenx commented on 2021-06-17 19:30 (UTC)

Hello. This package is missing a symlink to /usr/bin/mqtt-explorer that points to a start script.

gibbz commented on 2020-10-28 09:42 (UTC)

:: PGP keys need importing: -> 4AEE18F83AFDEB23, required by: mqtt-explorer ==> Import? [Y/n] Y :: Importing keys with gpg... gpg: keyserver receive failed: No name problem importing keys

dave12311 commented on 2020-06-16 09:04 (UTC)

Yes, it seems like the key got removed from GitHub. I've removed it from the PKGBUILD.

ultramango commented on 2020-06-16 08:55 (UTC)

For key problem I imported it manually:

curl https://github.com/thomasnordquist.gpg | gpg --import -

Seems like it's not registered in public keyservers, that's why it fails. Potentially one could add his key to one of the keyservers but I wouldn't do it without his permission.