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]

problem during "make install" at Ubuntu64.


Hi.

I have built the systemtap in ubuntu 32  successfully.
So I can run the stap at ubuntu 32 and   the staprun  at Android phone.

But  I can't build the systemtap in ubuntu 64 ver 11.04  for host PC , not for target phone.

Then environment is 
- reference website : http://www.omappedia.org/wiki/Systemtap
- systemtap ver : 1.6
- configure command line :
   ./configure  --exec-prefix=/data/staphome  --prefix=/data/staphome  --with-elfutils=/data/elfutils-0.152
- and next command 
   ./make  install

And then, next error message is 
----------------------------------------------------------------------------------------------------------------------------
test -z "/data/staphome/share/man/man1" || /bin/mkdir -p "/data/staphome/share/man/man1"
 /usr/bin/install -c -m 644 dtrace.1 stap-merge.1 stap.1 '/data/staphome/share/man/man1'
test -z "/data/staphome/share/man/man3" || /bin/mkdir -p "/data/staphome/share/man/man3"
 /usr/bin/install -c -m 644 stapprobes.3stap stapfuncs.3stap stapvars.3stap stapex.3stap '/data/staphome/share/man/man3'
test -z "/data/staphome/share/man/man7" || /bin/mkdir -p "/data/staphome/share/man/man7"
 /usr/bin/install -c -m 644 stappaths.7 '/data/staphome/share/man/man7'
test -z "/data/staphome/share/man/man8" || /bin/mkdir -p "/data/staphome/share/man/man8"
test -z "/data/staphome/include/sys" || /bin/mkdir -p "/data/staphome/include/sys"
 /usr/bin/install -c -m 644 includes/sys/sdt.h includes/sys/sdt-config.h '/data/staphome/include/sys'
make[3]: Leaving directory `/data/stapbuild'
make[2]: Leaving directory `/data/stapbuild'
Making install in runtime/staprun
make[2]: Entering directory `/data/stapbuild/runtime/staprun'
  CC     staprun-staprun.o
  CC     staprun-staprun_funcs.o
  CC     staprun-ctl.o
  CC     staprun-common.o
  CC     staprun-modverify.o
modverify.c:26:18: fatal error: nspr.h: no such file or directory
compilation terminated.
make[2]: *** [staprun-modverify.o] error 1
make[2]: Leaving directory `/data/stapbuild/runtime/staprun'
make[1]: *** [install-recursive] error 1
make[1]: Leaving directory `/data/stapbuild'
make: *** [install] error 2
jaehyek@jaehyek-A505-64:/data/stapbuild$
--------------------------------------------------------------------------------------------------------------------------------
The attach is log for ./configure command .

Please help me to resolve that problem .


Best Regards
Jaehyek Choi

Attachment: 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]