Search Criteria
Package Details: paho-mqtt-c-git 1.3.13.r11.g6b1e202-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/paho-mqtt-c-git.git (read-only, click to copy) |
---|---|
Package Base: | paho-mqtt-c-git |
Description: | Eclipse Paho C Client Library for the MQTT Protocol |
Upstream URL: | https://www.eclipse.org/paho/clients/c/ |
Licenses: | custom:EDL, custom:EPL2 |
Conflicts: | paho-mqtt-c |
Provides: | paho-mqtt-c |
Submitter: | codyps |
Maintainer: | codyps (MagnificentSpam, pogojotz, i1314925) |
Last Packager: | pogojotz |
Votes: | 6 |
Popularity: | 0.000000 |
First Submitted: | 2016-05-23 19:53 (UTC) |
Last Updated: | 2024-02-10 23:03 (UTC) |
Dependencies (3)
- openssl (openssl-gitAUR, openssl-staticAUR)
- doxygen (doxygen-gitAUR, doxygen-yapAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Required by (13)
- gvm-libs (requires paho-mqtt-c)
- janus-gateway (requires paho-mqtt-c) (make)
- janus-gateway (requires paho-mqtt-c) (optional)
- janus-gateway-git (requires paho-mqtt-c) (make)
- janus-gateway-git (requires paho-mqtt-c) (optional)
- mqtt-sm-git (requires paho-mqtt-c)
- mqtt-system-monitor (requires paho-mqtt-c)
- mwptools-git (optional)
- paho-mqtt-cpp (requires paho-mqtt-c)
- paho-mqtt-cpp-git (requires paho-mqtt-c)
- powerpanel (requires paho-mqtt-c)
- syslog-ng-git (requires paho-mqtt-c) (make)
- syslog-ng-git (requires paho-mqtt-c) (optional)
Latest Comments
« First ‹ Previous 1 2
dimytch commented on 2018-10-29 07:42 (UTC)
I've modified PKGBUILD
And got errors when packaging.
MagnificentSpam commented on 2018-09-05 10:13 (UTC) (edited on 2018-09-05 10:13 (UTC) by MagnificentSpam)
Looks like both the Makefile and the PKGBUILD are broken.
The PKGBUILD has to create the directories
$pkgdir/usr/share/man/man1
and$pkgdir/usr/share/man/man3
before callingmake install
.The Makefile needs to generate some manpages, possibly by calling the html target before install, and also change an install path: https://github.com/eclipse/paho.mqtt.c/pull/533/commits/c184481c7778d805a550411d5903324e84b922ff
mossblaser commented on 2018-08-05 20:55 (UTC) (edited on 2018-08-05 21:03 (UTC) by mossblaser)
This package currently doesn't seem to be building, failing on:
ln: failed to create symbolic link '/home/jonathan/Downloads/paho-mqtt-c-git/pkg/paho-mqtt-c-git/build/output/libpaho-mqtt3c.so.1': No such file or directory
At the time of writing, this is attempting to build against the v1.2.1 tag of the library. Do you know what might be going on? Thanks!
Update: This seems to have snuck in between v1.2.0 and v1.2.1. This might be an upstream issue? (Building v1.2.1 using make;make install works -- it might be something breaking in DESTDIR?)
« First ‹ Previous 1 2