Skip to content

fix(deps): use correct rosdep key for SQLite3#250

Merged
mfaferek93 merged 1 commit intomainfrom
fix/sqlite-rosdep-key
Mar 5, 2026
Merged

fix(deps): use correct rosdep key for SQLite3#250
mfaferek93 merged 1 commit intomainfrom
fix/sqlite-rosdep-key

Conversation

@mfaferek93
Copy link
Collaborator

@mfaferek93 mfaferek93 commented Mar 5, 2026

Summary

  • Fix sqlite3libsqlite3-dev rosdep key in ros2_medkit_fault_manager/package.xml

Buildfarm job Jdev__ros2_medkit__ubuntu_noble_amd64 fails because sqlite3 rosdep key installs the CLI tool, not the dev headers/library needed for find_package(SQLite3 REQUIRED).

Build log: https://build.ros2.org/job/Jdev__ros2_medkit__ubuntu_noble_amd64/1/display/redirect

Test plan

  • Verify buildfarm rebuild passes after merge

Fixes #249

Copilot AI review requested due to automatic review settings March 5, 2026 09:36
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates ros2_medkit_fault_manager’s rosdep dependency so the ROS buildfarm installs the SQLite3 development headers/library required by the package’s CMake configuration (find_package(SQLite3 REQUIRED)).

Changes:

  • Replace sqlite3 rosdep key with libsqlite3-dev in ros2_medkit_fault_manager/package.xml.

Change `sqlite3` to `libsqlite3-dev` in fault_manager package.xml.
The `sqlite3` key maps to the CLI tool, not the development headers
and library needed for compilation.

Fixes #249
@mfaferek93 mfaferek93 force-pushed the fix/sqlite-rosdep-key branch from ea3de88 to fd56b04 Compare March 5, 2026 09:55
@mfaferek93 mfaferek93 merged commit 4c02bd4 into main Mar 5, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Wrong rosdep key for SQLite3 - buildfarm fails to find SQLite3

3 participants