Package Details: gz-transport14 14.0.1-2

Git Clone URL: https://aur.archlinux.org/gz-transport14.git (read-only, click to copy)
Package Base: gz-transport14
Description: Transport library for component communication based on publication/subscription and service calls.
Upstream URL: https://github.com/gazebosim/gz-transport
Licenses: Apache-2.0
Provides: gz-transport
Submitter: oysstu
Maintainer: oysstu
Last Packager: oysstu
Votes: 0
Popularity: 0.000000
First Submitted: 2024-10-16 21:23 (UTC)
Last Updated: 2025-03-11 19:40 (UTC)

Required by (15)

Sources (1)

Latest Comments

bill997 commented on 2025-04-14 07:58 (UTC)

@oysstu thanks for your help with this - patches are fixed in the git repo. Yes, I will get around to submitting pull requests, hopefully this week. bill.

oysstu commented on 2025-04-14 06:48 (UTC)

@bill997 that's great, but I had a look at the patches and you should replace the use of c-style casts to std::string and instead use the constructor which takes a std::string_view. The casts you've used here will compile, but fail at runtime. Are you planning on submitting pull requests upstream for these patches? If not, I will have a look at doing that later.

bill997 commented on 2025-04-14 06:37 (UTC)

I've managed to get all of the packages to build. Patches and associated PKGBUILDs at https://github.com/bill997/gz-ionic-arch-patches#

oysstu commented on 2025-03-25 07:41 (UTC)

I have reported the issue upstream. Seems like transports is more broken than msgs. Not sure when or if I have time to have a look.

https://github.com/gazebosim/gz-transport/issues/593

joaocandre commented on 2025-03-25 00:26 (UTC)

Package not building, same issue as with gz-msgs11.

@oysstu the same protobuf patch may be needed here.