Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scarthgap build failures #1212

Open
wants to merge 2 commits into
base: scarthgap-next
Choose a base branch
from

Conversation

jiaxshi
Copy link
Contributor

@jiaxshi jiaxshi commented Aug 26, 2024

Build failures for some packages:

  • libaction_msgs__rosidl_generator_c.so: error adding symbols: file in wrong format
  • error: format not a string literal and no format arguments [-Werror=format-security]
  • warning: unused parameter 'message_info' [-Wunused-parameter]

Fix compilation failures:
warning: unused parameter 'message_info' [-Wunused-parameter]
|   175 |     const rmw_message_info_t & message_info,
|       |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
| ninja: build stopped: subcommand failed.

error: format not a string literal and no format arguments
[-Werror=format-security]

Signed-off-by: Jiaxing Shi <[email protected]>
example-interfaces:
example-interfaces/0.12.0-3/recipe-sysroot-native/opt/ros/jazzy/
lib/libaction_msgs__rosidl_generator_c.so: error adding symbols:
file in wrong format

action-tutorials-interfaces:
/local/mnt/workspace/jiaxshi/projects/ros_poky/rpi-build/tmp/work/
cortexa72-poky-linux/action-tutorials-interfaces/0.33.2-2/recipe-
sysroot-native/opt/ros/jazzy/lib/libaction_msgs__rosidl_generator_c.so:
 error adding symbols: file in wrong format

Signed-off-by: Jiaxing Shi <[email protected]>
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.

1 participant