Package Details: ros2-kilted-base 2025.05.23-4

Git Clone URL: https://aur.archlinux.org/ros2-kilted-base.git (read-only, click to copy)
Package Base: ros2-kilted-base
Description: A set of software libraries and tools for building robot applications (Kilted Kaiju, base variant)
Upstream URL: https://index.ros.org/p/ros_base/#kilted
Licenses: Apache-2.0
Conflicts: ros2-kilted
Submitter: oysstu
Maintainer: oysstu
Last Packager: oysstu
Votes: 1
Popularity: 0.65
First Submitted: 2025-05-01 16:14 (UTC)
Last Updated: 2025-07-07 09:30 (UTC)

Latest Comments

oysstu commented on 2025-07-07 09:38 (UTC)

@saitewasreset It's fixed now. Forgot to add a flag to the command.

saitewasreset commented on 2025-07-05 02:32 (UTC) (edited on 2025-07-05 02:32 (UTC) by saitewasreset)

The prepare() function can fail if you haven't set your git user.name and user.email globally, because git cherry-pick requires committer identity.

HEAD is now at cb9b3a0 9.1.0
Patching sources
Updated 0 paths from the index
Updated 0 paths from the index
Updated 0 paths from the index
Updated 0 paths from the index
Updated 0 paths from the index
Committer identity unknown

*** Please tell me who you are.

Run

  git config --global user.email "you@example.com"
  git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'xxx')

LikeSmith commented on 2025-06-30 12:33 (UTC)

That seems to have done the trick, I can now build on the first attempt. Thank you!

oysstu commented on 2025-06-30 08:08 (UTC)

I have identified two sources of build errors with the zenoh middleware. The first is that the transport_tls feature is incompatible with LTO. The second is that debug builds does not seem to work. I'm guessing you're hitting the second issue. I've disabled debug builds explicitly for this package now. Let me know if it does not resolve your problem.

LikeSmith commented on 2025-06-30 03:03 (UTC)

I am getting a build failure in the zenoh_cpp_vendor package, particularly when building the zenoh-c target. If I run the colcon build command from the PKGBUILD file in the src directory myself, it builds just fine, then I can run makepkg -ei and it will package and install the results successfully.