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

Build Error #118

Closed
danthony06 opened this issue Jun 10, 2024 · 3 comments
Closed

Build Error #118

danthony06 opened this issue Jun 10, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@danthony06
Copy link

I just tried building Jazzy from source on Fedora 40. I'm getting the following error in tracetools.

--- stderr: tracetools In file included from /usr/include/lttng/tracepoint-event.h:69, from /src/ros2_jazzy/build/tracetools/include/tracetools/tp_call.h:514, from /src/ros2_jazzy/src/ros2/ros2_tracing/tracetools/src/tp_call.c:18: /src/ros2_jazzy/build/tracetools/include/tracetools/tp_call.h: In function ‘lttng_ust__event_probe__ros2___rclcpp_ring_buffer_enqueue’: /src/ros2_jazzy/build/tracetools/include/tracetools/tp_call.h:480:5: error: initialization of ‘const uint64_t *’ {aka ‘const long unsigned int *’} from ‘uint64_t’ {aka ‘long unsigned int’} makes pointer from integer without a cast [-Wint-conversion] 480 | ctf_integer(const uint64_t *, index, index_arg) | ^~~~~~~~~~~ gmake[2]: *** [CMakeFiles/tracetools.dir/build.make:104: CMakeFiles/tracetools.dir/src/tp_call.c.o] Error 1 gmake[1]: *** [CMakeFiles/Makefile2:163: CMakeFiles/tracetools.dir/all] Error 2 gmake[1]: *** Waiting for unfinished jobs.... gmake: *** [Makefile:146: all] Error 2

@christophebedard christophebedard self-assigned this Jun 10, 2024
@christophebedard christophebedard added the bug Something isn't working label Jun 10, 2024
@christophebedard
Copy link
Member

Thanks for the report. This was fixed in Rolling in #117. I'll backport it to Jazzy.

@christophebedard
Copy link
Member

Backport done in #119, closing this.

@danthony06
Copy link
Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants