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-30 16:34 (UTC)

@acxz Thanks. I'll report it upstream.

acxz commented on 2019-06-30 16:32 (UTC) (edited on 2019-06-30 16:36 (UTC) by acxz)

hmm, interesting. On my machine all the unit tests pass. I believe this issue would be better posted upstream directly to the ignition-transport repository.

Since this is a package and not development of ignition-transport I am fine with removing the unit testing.

EDIT: if you can post a link to the relevant upstream issue edited into your comment, that would be helpful for anyone else encountering the issue in the future.

ank_s commented on 2019-06-30 16:02 (UTC)

I tried yay, it does almost gets installed.

But, my system keeps failing UNIT_ign_TEST. What's 'UNIT_ign_TEST'?


99% tests passed, 1 tests failed out of 90

Total Test time (real) = 508.42 sec

The following tests FAILED:
     33 - UNIT_ign_TEST (Timeout)

acxz commented on 2019-06-30 14:02 (UTC)

@anks_s I apologize, I have fixed the requirements so that it has a check on the correct ignition* dependency version.

I tried doing >=2 & <3 (to future proof it), but yay will still prompt you on the available <3 versions first even if they are not >=2. Seems like an issue to take up with the yay project. However, since yay is the most popular AUR helper rn, I decided to leave the PKGBUILD slightly broken to accommodate for yay users.

ank_s commented on 2019-06-30 11:11 (UTC) (edited on 2019-06-30 11:49 (UTC) by ank_s)

Still fails:


CMake Error at CMakeLists.txt:12 (find_package):
  By not providing "Findignition-cmake2.cmake" in CMAKE_MODULE_PATH this
  project has asked CMake to find a package configuration file provided by
  "ignition-cmake2", but CMake did not find one.

  Could not find a package configuration file provided by "ignition-cmake2"
  with any of the following names:

    ignition-cmake2Config.cmake
    ignition-cmake2-config.cmake

Add the installation prefix of "ignition-cmake2" to CMAKE_PREFIX_PATH or
  set "ignition-cmake2_DIR" to a directory containing one of the above files.
  If "ignition-cmake2" provides a separate development package or SDK, be
  sure it has been installed.

acxz commented on 2019-06-28 14:33 (UTC)

@ank_s while it is true that many dependent packages are out of date, the best we can do is try to contact the maintainers to update those packages.

ank_s commented on 2019-06-28 12:18 (UTC)

Many related packages seems to beout of date!

ros-robotic-*-desktop-full keeps failing to build.

<deleted-account> commented on 2019-06-28 12:10 (UTC)

Now it fails because the dependency ignition-msgs can not be build because its out of date. I get the following error:

CMake Error at CMakeLists.txt:12 (find_package):
  By not providing "Findignition-cmake0.cmake" in CMAKE_MODULE_PATH this
  project has asked CMake to find a package configuration file provided by
  "ignition-cmake0", but CMake did not find one.

  Could not find a package configuration file provided by "ignition-cmake0"
  with any of the following names:

    ignition-cmake0C0Config.cmake
    ignition-cmake0-config.cmake

  Add the installation prefix of "ignition-cmake0" to CMAKE_PREFIX_PATH or
  set "ignition-cmake0_DIR" to a directory containing one of the above files.
  If "ignition-cmake0" provides a separate development package or SDK, be
  sure it has been installed.

-- Configuring incomplete, errors occurred!
See also "/home/aleks/.cache/yay/ignition-msgs/src/ignitionrobotics-ign-msgs-9ba6a3e1c418/build/CMakeFiles/CMakeOutput.log".
==> ERROR: A failure occurred in build().

acxz commented on 2019-06-28 00:35 (UTC)

updated!