Bug #1237
closedBuilt-in plugins are not relinked to the application after a modification
100%
Description
The build system seems to be unaware that cli/babeltrace depends on the plugins. This is probably due to the (ab)use of LDFLAGS (see Makefile.am).
Updated by Jonathan Rajotte Julien almost 5 years ago
- Status changed from New to Feedback
Follow-up:
Simon Marchi wrote:
Is this only relevant when building with
--enable-built-in-plugins
? If plugins are external shared objects, then I guesscli/babeltrace
is not linked against them, they are dlopened? And therefore, it's only at runtime that we will discover if a plugin is missing some symbol.So I assume it's only when using built-in plugins, if you modify a plugin, then
cli/babeltrace
must be rebuilt to integrate the newly built plugin?
Jérémie Galarneau wrote:
Yes, this is for static builds (--enable-built-in-plugins). babeltrace.exe must be relinked when a plug-in is modified.
Updated by Jonathan Rajotte Julien almost 5 years ago
Migrated from internal bug tracker.
Updated by Michael Jeanson almost 3 years ago
- Status changed from Feedback to In Progress
- Assignee set to Michael Jeanson
Updated by Michael Jeanson almost 3 years ago
Updated by Michael Jeanson over 2 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Applied in changeset babeltrace|53a47a3f01d6bfa4e940e1943e7645cb89d04cd5.