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

2017-02-28 Thread Thomas Petazzoni
Hello, 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: In function 'main': prog.c:24:7: warning: implicit declaration of function 'dlmopen' [-Wimpli

[lttng-dev] [PATCH lttng-ust] Fix: (un)install targets of Python agent

2017-02-28 Thread Francis Deslauriers
This Makefile was using Distutils' setup.py to install the Python agent but was using the Autoconf's $pkgpythondir variable for the uninstall process. The two folders can be different on some distributions which made the uninstall attempting to delete a non-existant folder and effectively not unins