From 8c7a7394f5e0ac4d7fb6f58ad39ea0da645bec10 Mon Sep 17 00:00:00 2001 From: compudj Date: Mon, 10 Oct 2005 17:45:34 +0000 Subject: [PATCH] 0.6.9 git-svn-id: http://ltt.polymtl.ca/svn@1295 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/QUICKSTART | 26 +++++++++++++++----------- ltt/branches/poly/configure.in | 2 +- 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/ltt/branches/poly/QUICKSTART b/ltt/branches/poly/QUICKSTART index 5a59e624..f297e155 100644 --- a/ltt/branches/poly/QUICKSTART +++ b/ltt/branches/poly/QUICKSTART @@ -56,7 +56,11 @@ Get LTTV RPM from : http://ltt.polymtl.ca/packages/fedora/RPMS -No RPM packages for LTTng are ready yet. +LTTV RPM are ready. + +LTTng kernel and lttng-modules RPM are available for some architectures (i586, +i686). Feel free to help fix the spec files to have correct lttng-modules RPM +package. * Install from Deb packages on Debian : @@ -75,8 +79,8 @@ deb-src http://ltt.polymtl.ca/packages/debian experimental main su - apt-get update apt-get install lttv lttv-doc -apt-get install kernel-image-2.6.12-rc4-mm2-lttng-0.4.1 -apt-get install lttng-modules-modules-2.6.12-rc4-mm2-lttng-0.4.1 +apt-get install kernel-image-2.6.12-rc4-mm2-lttng-0.4.2 +apt-get install lttng-modules-modules-2.6.12-rc4-mm2-lttng-0.4.2 * note : the packages are signed by myself. I am not considered a trusted Debian source yet, so warnings are normal. @@ -90,7 +94,7 @@ packages for other platforms, do : su - cd /usr/src apt-get source lttv -cd lttv-0.6.8 +cd lttv-0.6.9 dpkg-buildpackage -rfakeroot You should then have your LTTV .deb files created for your architecture. @@ -100,10 +104,10 @@ You should then have your LTTV .deb files created for your architecture. For building LTTng Debian packages : su - -apt-get install kernel-source-2.6.12-rc4-mm2-lttng-0.4.1 +apt-get install kernel-source-2.6.12-rc4-mm2-lttng-0.4.2 cd /usr/src -bzip2 -cd kernel-source-2.6.12-rc4-mm2-lttng-0.4.1.tar.bz2 | tar xvof - -cd kernel-source-2.6.12-rc4-mm2-lttng-0.4.1 +bzip2 -cd kernel-source-2.6.12-rc4-mm2-lttng-0.4.2.tar.bz2 | tar xvof - +cd kernel-source-2.6.12-rc4-mm2-lttng-0.4.2 make menuconfig (or xconfig or config) (customize your configuration) make-kpkg kernel_image @@ -115,7 +119,7 @@ You will also need to create a package for the lttng-modules : su - cd /usr/src apt-get source lttng-modules -cd kernel-source-2.6.12-rc4-mm2-lttng-0.4.1 +cd kernel-source-2.6.12-rc4-mm2-lttng-0.4.2 make-kpkg --added_modules /usr/src/lttng-modules-0.3 modules_image You will then see your freshly created .deb in /usr/src. Install it with @@ -268,9 +272,9 @@ echo ltt-control >> /etc/modules su - cd /usr/src -wget http://ltt.polymtl.ca/packages/LinuxTraceToolkitViewer-0.6.8-26092005.tar.gz -gzip -cd LinuxTraceToolkitViewer-0.6.8-26092005.tar.gz | tar xvof - -cd LinuxTraceToolkitViewer-0.6.8-26092005 +wget http://ltt.polymtl.ca/packages/LinuxTraceToolkitViewer-0.6.9-10102005.tar.gz +gzip -cd LinuxTraceToolkitViewer-0.6.9-10102005.tar.gz | tar xvof - +cd LinuxTraceToolkitViewer-0.6.9-10102005 (refer to README to see the development libraries that must be installed on you system) ./configure diff --git a/ltt/branches/poly/configure.in b/ltt/branches/poly/configure.in index 6026c7f0..a77108eb 100644 --- a/ltt/branches/poly/configure.in +++ b/ltt/branches/poly/configure.in @@ -23,7 +23,7 @@ AC_PREREQ(2.57) AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS) #AC_WITH_LTDL # not needed ? -AM_INIT_AUTOMAKE(LinuxTraceToolkitViewer,0.6.8-26092005) +AM_INIT_AUTOMAKE(LinuxTraceToolkitViewer,0.6.9-10102005) AM_CONFIG_HEADER(config.h) AM_PROG_LIBTOOL -- 2.34.1