This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: problem during "make install" at Ubuntu64.


Hi Mark.

I have still a problem  during "make install" like below 
Systemtap ver  is "systemtap-20110910.tar.bz2"
I also am attaching the config.log .

--------------------------------------------------------------------------
make[2]: Leaving directory `/data/stapbuild/build-elfutils/backends'
/bin/sh /data/elfutils-0.152/config/install-sh -d /data/stapbuild/lib-elfutils/systemtap
for m in i386 sh x86_64 ia64 alpha arm sparc ppc ppc64 s390; do \
	  /usr/bin/install -c libebl_${m}.so /data/stapbuild/lib-elfutils/systemtap/libebl_${m}-0.152.so; \
	  ln -fs libebl_${m}-0.152.so /data/stapbuild/lib-elfutils/systemtap/libebl_${m}.so; \
	done
make[1]: Leaving directory `/data/stapbuild/build-elfutils/backends'
make  -j1 -C build-elfutils install-pkgincludeHEADERS;
make[1]: Entering directory `/data/stapbuild/build-elfutils'
test -z "/data/stapbuild/include-elfutils/elfutils" || /bin/mkdir -p "/data/stapbuild/include-elfutils/elfutils"
 /usr/bin/install -c -m 644 version.h '/data/stapbuild/include-elfutils/elfutils'
make[1]: Leaving directory `/data/stapbuild/build-elfutils'
touch stamp-elfutils
make  install-recursive
make[1]: Entering directory `/data/stapbuild'
Making install in .
make[2]: Entering directory `/data/stapbuild'
  CXX    stap-main.o
In file included from csclient.h:12:0,
                 from main.cxx:24:
cscommon.h:8:17: fatal error: ssl.h: no such file or directory.
compilation terminated.
make[2]: *** [stap-main.o] error 1
make[2]: Leaving directory `/data/stapbuild'
make[1]: *** [install-recursive] error 1
make[1]: Leaving directory `/data/stapbuild'
make: *** [install] error 2
jaehyek@jaehyek-A505-64:/data/stapbuild$
--------------------------------------------------------------------------










-----Original Message-----
From: systemtap-owner@sourceware.org [mailto:systemtap-owner@sourceware.org] On Behalf Of 'Mark Wielaard'
Sent: Thursday, September 15, 2011 3:05 PM
To: ììíB
Cc: 'Turgis, Frederic'; 'Josh Stone'; systemtap@sourceware.org
Subject: Re: problem during "make install" at Ubuntu64.

On Thu, Sep 15, 2011 at 09:19:18AM +0900, ììíB wrote:
> I attached the "runtime/staprun/config.log"
> 
> Please review my problem.

This problem should be fixed with latest systemtap in git:

commit 2cf32f06fb5d880ce4f5a9abbd4f9d3874a0b852
Author: Turgis, Frederic <f-turgis@ti.com>
Date:   Tue Sep 6 19:38:08 2011 +0200

    runtime/staprun/configure.ac: AC_CHECK_LIB before adding -lelf.

Cheers,

Mark

Attachment: config.log
Description: Binary data

Attachment: runtime.staprun.config.log
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]