Re: [lttng-dev] lttng-tools build failure with uClibc due to dlmopen()

2017-05-05 Thread Thomas Petazzoni
inux's solution is not suitable as-is. For now, we have simply disabled lttng-tools for uclibc and musl toolchains in Buildroot. Best regards, Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com ___ lt

Re: [lttng-dev] lttng-tools build failure with uClibc due to dlmopen()

2017-04-29 Thread Thomas Petazzoni
Hello, On Wed, 1 Mar 2017 00:09:45 +0100, Thomas Petazzoni wrote: > First of all, thanks for having fixed the dlmopen issue with musl in > lttng-ust. Now, there is another dlmopen issue, this time in > lttng-tools, and this time with uClibc: > > CC prog.o > prog.c:

[lttng-dev] lttng-tools build failure with uClibc due to dlmopen()

2017-02-28 Thread Thomas Petazzoni
ng it. I guess some additional autoconf/automake conditional is needed here. Thanks, Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com ___ lttng-dev mailing list lttng-dev@lists.lttng.org https:/

Re: [lttng-dev] [RFC PATCH lttng-ust 2/2] dl instrumentation: add dlmopen event, trace dlopen flags

2017-02-21 Thread Thomas Petazzoni
# BR2_TARGET_ROOTFS_TAR is not set $ make olddefconfig $ make Takes ~5 minutes maybe for the all build to proceed until it breaks on lttng-ust. Thanks! Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com __

Re: [lttng-dev] [RFC PATCH lttng-ust 2/2] dl instrumentation: add dlmopen event, trace dlopen flags

2017-02-21 Thread Thomas Petazzoni
thieu.desnoy...@efficios.com> FYI, this commit (7b0fdd83c137bea1d7302df1a45252dfdccd8172) breaks the build with the musl C library, because it doesn't implement the dlmopen() extension. Perhaps there should be an autoconf test to check if the C library provides dlmopen() functionality or not?

Re: [lttng-dev] [PATCH lttng-tools] Fix: Add missing pthread.h include

2016-12-07 Thread Thomas Petazzoni
Hello, On Mon, 5 Dec 2016 15:39:26 -0500, Michael Jeanson wrote: > Some libc like musl and uClibc requires explicit includes of pthread.h > > Signed-off-by: Michael Jeanson <mjean...@efficios.com> Tested-by: Thomas Petazzoni <thomas.petazz...@free-electrons.com> This is

[lttng-dev] lttng-tools 2.9.0 build failures

2016-12-04 Thread Thomas Petazzoni
full build log. Best regards, Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com ___ lttng-dev mailing list lttng-dev@lists.lttng.org https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

Re: [lttng-dev] [LTTNG][LTTng-ust] Out of system building patches.

2013-08-26 Thread Thomas Petazzoni
are using, does cross-compile LTTng without such changes to LTTng build system. Best regards, Thomas -- Thomas Petazzoni, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com

Re: [lttng-dev] [LTTNG][LTTng-ust] Out of system building patches.

2013-08-26 Thread Thomas Petazzoni
on the target, not the location where the software will be installed when doing 'make install'. Please document yourself on the difference between --prefix at configure time and DESTDIR at install time. Best regards, Thomas -- Thomas Petazzoni, Free Electrons Kernel, drivers, real-time and embedded

[lttng-dev] [PATCH 2/2] Support old compilers

2013-05-28 Thread Thomas Petazzoni
into the need of using AC_PROC_CC_STDC instead of AC_PROG_CC. See http://www.gnu.org/software/autoconf/manual/autoconf-2.65/html_node/C-Compiler.html for more details. Signed-off-by: Thomas Petazzoni thomas.petazz...@free-electrons.com --- configure.ac |2 +- 1 file changed, 1 insertion(+), 1

[lttng-dev] [PATCH] Define _GNU_SOURCE to access CPU_ZERO() macro in uClibc

2012-02-04 Thread Thomas Petazzoni
Signed-off-by: Thomas Petazzoni thomas.petazz...@free-electrons.com --- tests/urcutorture.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/tests/urcutorture.c b/tests/urcutorture.c index 5e9b059..35096a6 100644 --- a/tests/urcutorture.c +++ b/tests/urcutorture.c @@ -1,3

Re: [lttng-dev] [lttng-modules PATCH] makefile: check kernel version and config token

2011-12-21 Thread Thomas Petazzoni
if it's the minimal set of options required to get lttng working. Thomas -- Thomas Petazzoni, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com ___ lttng-dev mailing list

[lttng-dev] Known working version of libust for the latest bundle ?

2011-12-12 Thread Thomas Petazzoni
into different build problems (I can report in detail those problems if you are interested). By the way, will there be more bundles published in the future? Best regards, Thomas -- Thomas Petazzoni, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training

Re: [lttng-dev] Known working version of libust for the latest bundle ?

2011-12-12 Thread Thomas Petazzoni
symbols of rcu_deference_bp() or something like that. But I'll try again and report back. Thanks, Thomas -- Thomas Petazzoni, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com