Package Details: ignition-transport 13.0.0-1

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)

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.

Latest Comments

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

ank_s commented on 2019-06-17 12:38 (UTC) (edited on 2019-06-17 12:48 (UTC) by ank_s)

Can anyone update this package? @racko

acxz commented on 2019-06-17 06:47 (UTC) (edited on 2019-06-18 13:08 (UTC) by acxz)

@jwhendy @bidskii Apparently the issue has been fixed upstream in the libpgm pacakge, but they have not created a release version after the fix (here is the bug report on the libpgm package: https://bugs.archlinux.org/task/61461?project=5&string=libpgm).

I went ahead and created a libpgm-git package so users do not have to fix it themselves.

ank_s commented on 2019-06-17 06:14 (UTC)

98% tests passed, 1 tests failed out of 56

Total Test time (real) = 254.87 sec

The following tests FAILED: 55 - UNIT_ign_TEST (Failed) Errors while running CTest make: *** [Makefile:119: test] Error 8

acxz commented on 2019-06-11 20:17 (UTC)

This package is out of date, can it be updated? https://bitbucket.org/ignitionrobotics/ign-transport/downloads/?tab=tags As of now upstream has version 7 released.

bidskii commented on 2019-01-19 10:08 (UTC) (edited on 2019-01-19 10:18 (UTC) by bidskii)

The issue with ZeroMQ/libpgm is a result of the libpgm package. Specifically, in /usr/lib/pkgconfig/openpgm-5.2.pc replace this line

Cflags: -I${includedir}/pgm-5.2 -I${libdir}/pgm-5.2/include

with

Cflags: -I${includedir}/pgm-5.2

jwhendy commented on 2019-01-17 05:07 (UTC)

I kept getting the following error trying to build this as part of ros-melodic-*:

CMake Error in src/CMakeLists.txt: Imported target "ZeroMQ::ZeroMQ" includes non-existent path "/usr/lib/pgm-5.2/include"

I found the build files where this appeared, and it was always listed in conjunction with the actual location, /usr/include/pgm-5.2, but the spurious lib location in configs caused it to fail. I don't know enough cmake-fu to understand where this was coming from and I finally got it to build successfully by making /usr/lib/pgm-5.2 and doing ln -s /usr/include/pgm-5.2 /usr/lib/pgm-5.2/include.

sesh4314 commented on 2018-11-18 00:00 (UTC)

I keep getting this error during the cmake process:

CMake Error at /home/user/anaconda3/share/cmake/ZeroMQ/ZeroMQConfig.cmake:44 (include): include could not find load file:

/home/user/anaconda3/share/cmake/ZeroMQ/ZeroMQTargets.cmake

I can't find a similar issue or resolve online and I've tried reinstalling ZeroMQ, but ZeroMQTargets.cmake is never created. Anyone else have this issue?

cptnapalm commented on 2018-09-10 15:04 (UTC)

I get the same error then a further error then the build just hangs forever. On one computer. On my laptop, also running Arch, everything is fine.

racko commented on 2018-01-05 21:08 (UTC) (edited on 2018-01-05 21:09 (UTC) by racko)

Two part answer:

Part 1: I added a check() function that runs tests to the PKGBUILD since it is considered good practice: https://wiki.archlinux.org/index.php/Creating_packages#check.28.29

Part 2: I have no idea why the tests fail on your machine. They pass on mine:

Start 35: INTEGRATION_twoProcessesSrvCall
35/50 Test #35: INTEGRATION_twoProcessesSrvCall ............................   Passed   37.31 sec

You can retry the build (the test might be flaky) or you can disable the tests by passing --nocheck to makepkg. Or you might want to investigate the cause of the error and provide a patch.

1CatchMe1 commented on 2018-01-05 20:59 (UTC)

Why do I get this error?

INTEGRATION_twoProcessesPubSub 35/52 Test #35: INTEGRATION_twoProcessesPubSub .............................***Failed 28.70 sec Start 36: check_INTEGRATION_twoProcessesPubSub 36/52 Test #36: check_INTEGRATION_twoProcessesPubSub ....................... Passed 0.14 sec