Generated by Generative AI
Gemini Pro 3.1
Operating System:
Ubuntu 26.04 LTS (Resolute Raccoon) running via Docker (rocker --x11 ubuntu:26.04)
ROS version or commit hash:
lyrical (testing repository / pre-release)
RMW implementation (if applicable):
No response
RMW Configuration (if applicable):
No response
Client library (if applicable):
No response
'ros2 doctor --report' output
ros2 doctor --report
Steps to reproduce issue
- Start a fresh Ubuntu 26.04 container (
rocker --x11 ubuntu:26.04).
- Follow the official Lyrical Ubuntu Debian installation steps to set up locales and add the GPG key.
- Add the testing repository instead of the main release repository:
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/ros-archive-keyring.gpg] http://packages.ros.org/ros2-testing/ubuntu resolute main" | tee /etc/apt/sources.list.d/ros2.list > /dev/null
- Run
apt update
- Run
apt install ros-lyrical-desktop -y
Expected behavior
The ros-lyrical-desktop package should install and configure successfully, allowing the user to source /opt/ros/lyrical/setup.bash.
Actual behavior
The download succeeds, but the extraction/configuration phase crashes, citing "too many errors." Running dpkg --configure -a or apt --fix-broken install yields the exact same failure, leaving the base environment broken.
Terminal Output:
python3-inflect
libpyside6-py3-6.10
libshiboken6-dev
unattended-upgrades
python3-pycodestyle
python3-pygments
ros-lyrical-ament-cmake-core
python3-rosdistro-modules
python3-packaging
python3-oauthlib
Processing was halted because there were too many errors.
Error: Sub-process /usr/bin/dpkg returned an error code (1)
Additional information
I encountered this while attempting to set up an OS: Resolute / Chip: AMD64 / Build: Binary environment to test Issue #3103 for the Lyrical Tutorial Party. This dependency bug completely blocks the installation, meaning the tutorial tests cannot be completed on this platform yet.
Generated by Generative AI
Gemini Pro 3.1
Operating System:
Ubuntu 26.04 LTS (Resolute Raccoon) running via Docker (rocker --x11 ubuntu:26.04)
ROS version or commit hash:
lyrical (testing repository / pre-release)
RMW implementation (if applicable):
No response
RMW Configuration (if applicable):
No response
Client library (if applicable):
No response
'ros2 doctor --report' output
ros2 doctor --report
<COPY OUTPUT HERE>Steps to reproduce issue
rocker --x11 ubuntu:26.04).echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/ros-archive-keyring.gpg] http://packages.ros.org/ros2-testing/ubuntu resolute main" | tee /etc/apt/sources.list.d/ros2.list > /dev/nullapt updateapt install ros-lyrical-desktop -yExpected behavior
The
ros-lyrical-desktoppackage should install and configure successfully, allowing the user to source/opt/ros/lyrical/setup.bash.Actual behavior
The download succeeds, but the extraction/configuration phase crashes, citing "too many errors." Running
dpkg --configure -aorapt --fix-broken installyields the exact same failure, leaving the base environment broken.Terminal Output:
python3-inflect
libpyside6-py3-6.10
libshiboken6-dev
unattended-upgrades
python3-pycodestyle
python3-pygments
ros-lyrical-ament-cmake-core
python3-rosdistro-modules
python3-packaging
python3-oauthlib
Processing was halted because there were too many errors.
Error: Sub-process /usr/bin/dpkg returned an error code (1)
Additional information
I encountered this while attempting to set up an OS: Resolute / Chip: AMD64 / Build: Binary environment to test Issue #3103 for the Lyrical Tutorial Party. This dependency bug completely blocks the installation, meaning the tutorial tests cannot be completed on this platform yet.