@zorun: I am not using this package anymore. So I have orphaned it. Feel free to adopt it.
Search Criteria
Package Details: ignition-transport 13.0.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ignition-transport.git (read-only, click to copy) |
---|---|
Package Base: | ignition-transport |
Description: | Transport library for component communication based on publication/subscription and service calls. |
Upstream URL: | https://gazebosim.org/libs/transport |
Licenses: | Apache |
Groups: | development |
Submitter: | bchretien |
Maintainer: | acxz |
Last Packager: | acxz |
Votes: | 11 |
Popularity: | 0.000000 |
First Submitted: | 2016-01-30 02:51 (UTC) |
Last Updated: | 2023-11-22 23:53 (UTC) |
Dependencies (10)
- ignition-msgsAUR (ignition-msgs-5AUR)
- ignition-toolsAUR (ignition-tools-1AUR)
- ignition-utilsAUR (ignition-utils-1AUR)
- libutil-linux (util-linux-libs-selinuxAUR, util-linux-libs-aesAUR, util-linux-libs)
- protobuf (protobuf-gitAUR)
- protobuf-c (protobuf-c-gitAUR)
- tinyxml2 (tinyxml2-gitAUR)
- zeromq (zeromq-gitAUR)
- ignition-cmakeAUR (ignition-cmake-2AUR) (make)
- util-linux (busybox-coreutilsAUR, util-linux-selinuxAUR, util-linux-aesAUR) (make)
Required by (4)
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3 4
languitar commented on 2017-08-29 14:06 (UTC)
zorun commented on 2017-08-26 09:49 (UTC)
The dependency on "uuid" is not needed, because util-linux comes with a uuid lib. You should replace it with a makedepends on "util-linux" and a depends on "libutil-linux". Cmake is happy this way:
-- Checking for module 'uuid'
-- Found uuid, version 2.30.1
-- Looking for uuid pkgconfig file - found
languitar commented on 2017-04-06 07:59 (UTC)
Thanks @nofxx. I have taken over the package and applied your patch. Still, ignition-math is not updated yet. I have requested that someone can take over the package so that everything gets back in shape.
nofxx commented on 2017-03-14 20:43 (UTC)
PKGBUILD for ignition-transport 3:
https://gist.github.com/nofxx/71b531545548360877a832a2c4c03ddb
ct2034 commented on 2017-02-15 14:19 (UTC)
Please update the package to 1.4.0
gururise commented on 2016-10-21 21:17 (UTC)
Version 1.4.0 seems to work with protobuf3:
https://bitbucket.org/ignitionrobotics/ign-transport/get/ignition-transport_1.4.0.tar.bz2
See the updated PKGBUILD:
http://pastebin.com/QJRNVTws
gururise commented on 2016-10-21 21:06 (UTC)
As mentioned in previous comment, seems to not build with protobuf3. I even have the libprotobuf2 compatability package installed. Here is the error:
http://pastebin.com/jfhd9sZU
wanderstudent commented on 2016-10-05 10:44 (UTC)
Hi - this breaks on protobuf3. Any way to fix it?
Pinned Comments
acxz commented on 2020-02-03 02:19 (UTC) (edited on 2022-05-09 16:23 (UTC) by acxz)
Development is on Github: https://github.com/acxz/gazebo-arch Please open issues and PRs there instead of commenting.