Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[linuxtools-dev] LTTng JUnit Test Plugin

Hello

I realized that the automated build on Hudson doesn't execute the
JUnit test for LTTng (org.eclipse.linuxtools.lttng.tests) anymore.
They used to be executed before the build switched to Tycho. I updated
the relevant pom.xml of this unit test plugin and I'm able to execute
it locally on my machine using maven. Before I push this change to the
main repository at Eclipse.org. I would like to make sure that the
necessary native libraries for parsing of trace files are installed on
the relevant Linux build machine. When building these libraries and
when installing them they are installed by default under
/usr/local/lib.

The library names include the string "lttvtraceread". There are 3
versions available: v2.3, v2.5 and v2.6. Here is the out put of my
/usr/local/lib directory (ls -l | grep lttv):

-rwxr-xr-x 1 root root  189932 Sep 13  2010 liblttvtraceread-2.5.so
-rwxr-xr-x 1 root root  196097 Aug 29 15:51 liblttvtraceread-2.6.so
-rw-r--r-- 1 root root  233158 Aug 29 15:51 liblttvtraceread.a
-rwxr-xr-x 1 root root    1141 Aug 29 15:51 liblttvtraceread.la
lrwxrwxrwx 1 root root      23 Aug 29 15:51 liblttvtraceread.so ->
liblttvtraceread-2.6.so
-rwxr-xr-x 1 root root  100392 Sep 13  2010 liblttvtraceread_loader-2.5.so
-rwxr-xr-x 1 root root  101294 Aug 29 15:51 liblttvtraceread_loader-2.6.so
-rw-r--r-- 1 root root  103892 Aug 29 15:51 liblttvtraceread_loader.a
-rwxr-xr-x 1 root root    1190 Aug 29 15:51 liblttvtraceread_loader.la
lrwxrwxrwx 1 root root      30 Aug 29 15:51 liblttvtraceread_loader.so
-> liblttvtraceread_loader-2.6.so

Could someone please verify if the libraries are installed and that
the installation path is in the LD_LIBRARY_PATH when running the
build?

Thank you very much.

Best Regards
Bernd


Back to the top