Package Details: ros2-jazzy-base 2024.12.23-2

Git Clone URL: https://aur.archlinux.org/ros2-jazzy-base.git (read-only, click to copy)
Package Base: ros2-jazzy-base
Description: A set of software libraries and tools for building robot applications (Jazzy Jalisco, base variant)
Upstream URL: https://index.ros.org/p/ros_base/#jazzy
Licenses: Apache-2.0
Conflicts: ros2-jazzy
Submitter: oysstu
Maintainer: oysstu
Last Packager: oysstu
Votes: 1
Popularity: 0.33
First Submitted: 2024-05-23 15:28 (UTC)
Last Updated: 2025-03-21 14:46 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

pixup1 commented on 2025-01-24 16:22 (UTC)

Like what ? My system is fine otherwise.

oysstu commented on 2025-01-24 16:20 (UTC)

You're getting errors from the dependencies. I think you have bigger problems than just building this package.

pixup1 commented on 2025-01-24 16:12 (UTC)

Getting a bunch of errors

python-colcon-package-information - exit status 4
python-rosinstall_generator - exit status 8
ros2-jazzy-base - exit status 8
python-colcon-test-result - exit status 1
python-colcon-common-extensions - exit status 8
python-colcon-devtools - exit status 4

oysstu commented on 2024-12-04 12:43 (UTC)

This package now installs into the standard ros2 location /opt/ros/jazzy and conflicts with the ros2-jazzy package (if it is created at some point). This is for better compatibility with third party tooling and what the user expects of a ros2 installation.

kistlin commented on 2024-09-20 11:02 (UTC)

Yes it was a Python version mixup. I was using paru and had some cached packages based on Python 3.11. And the system Python 3.12 was used.

oysstu commented on 2024-09-19 17:18 (UTC)

Can't reproduce here. You're not building in a conda or python venv? Does the vcs command work outside of the build process? If possible, try to build in a clean chroot.

kistlin commented on 2024-09-19 16:59 (UTC)

My first error is

Cloning ros2 repositories
Traceback (most recent call last):
  File "/usr/lib/python3.12/importlib/metadata/__init__.py", line 397, in from_name
    return next(cls.discover(name=name))
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
StopIteration

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/sbin/vcs", line 33, in <module>
    sys.exit(load_entry_point('vcstool==0.3.0', 'console_scripts', 'vcs')())
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/sbin/vcs", line 22, in importlib_load_entry_point
    for entry_point in distribution(dist_name).entry_points
                       ^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/importlib/metadata/__init__.py", line 862, in distribution
    return Distribution.from_name(distribution_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/importlib/metadata/__init__.py", line 399, in from_name
    raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: No package metadata was found for vcstool
==> ERROR: A failure occurred in prepare().
    Aborting...
error: failed to build 'ros2-jazzy-base-2024.07.05-6':
error: packages failed to build: ros2-jazzy-base-2024.07.05-6

python-vcstool-0.3.0-1 is installed.

oysstu commented on 2024-09-19 09:09 (UTC)

@Sav1101 Which error are you experiencing? Not seeing any problems here, even in a clean chroot. Are you on some kind of Archlinux derivative?

You can modify line 68 yes, but the build might fail since this package only declares the dependencies needed for the base variant.

Sav1101 commented on 2024-09-18 12:50 (UTC)

Build is failing, the fastrtps package returns error. Also I wanted to ask if modifying line 68 would be sufficient to install the full version.