Search Criteria
Package Details: paho-mqtt-c-git 1.3.2.r3.g031a7b9-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: | A fully fledged MQTT client written in ANSI standard C |
Upstream URL: | https://www.eclipse.org/paho/clients/c/ |
Licenses: | EPL |
Conflicts: | paho-mqtt-c |
Provides: | paho-mqtt-c |
Submitter: | codyps |
Maintainer: | codyps (MagnificentSpam) |
Last Packager: | codyps |
Votes: | 6 |
Popularity: | 0.000008 |
First Submitted: | 2016-05-23 19:53 (UTC) |
Last Updated: | 2020-04-26 22:48 (UTC) |
Dependencies (2)
- doxygen (doxygen-git, doxygen-clang) (make)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
Required by (13)
- gvm-libs (requires paho-mqtt-c)
- gvm-libs-20 (requires paho-mqtt-c)
- janus-gateway (requires paho-mqtt-c) (make)
- janus-gateway (requires paho-mqtt-c) (optional)
- janus-gateway-git (make)
- janus-gateway-git (optional)
- mqtt-sm-git (requires paho-mqtt-c)
- mqtt-system-monitor (requires paho-mqtt-c)
- mwptools-git (optional)
- 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
codyps commented on 2020-04-26 22:55 (UTC)
Thanks @foxxy. I've rebased the patches.
foxxy commented on 2020-04-25 11:56 (UTC)
The first patch fails to apply. Thanks for the package.
ahirapatel commented on 2019-08-13 13:54 (UTC)
The 533.patch file no longer applies and causes a build error. It looks like the paho-mqtt-c repo maintainer fixed this there.
Martchus commented on 2018-12-19 16:46 (UTC)
thanks
codyps commented on 2018-12-08 22:05 (UTC)
@Martchus: applied (though I haven't seen a parallel build failure for this package before).
Martchus commented on 2018-12-08 12:14 (UTC) (edited on 2018-12-08 12:23 (UTC) by Martchus)
Can you
git am
https://martchus.no-ip.biz/shares/a4f78bd3d1154882e0feb89711c615/0001-Fix-dependencies-and-makeflags.patch ?Because it seems to require Doxygen on build time and parallel builds appear to be broken (maybe not reproducible 100 % of the time).
codyps commented on 2018-10-29 23:00 (UTC)
@dimytch: that fails because you've removed the
LDCONFIG=echo
variable override, which avoids the makefile's attempt to executeldconfig
.@MagnificentSpam: thanks for the advise and links. I'm (clearly) not really paying attention to this package, so I've added you as a co-maintainer.
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?)