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]

trouble with installation of systemtap3-0 on Ubuntu 14.04


Hi you all,

I use to install systemtap simply as:

apt-get install systemtap

But I get and error while testing the cache-hit-rate.stp from the systemtap wiki.

root@prt-sepia03:/home/kamikague/Bureau/zombie/TTT/scripts/systemtap# stap cache-hit-rate.stp semantic error: unable to find member 'bi_size' for struct bio (alternatives: bi_next bi_bdev bi_flags bi_rw bi_iter bi_phys_segments bi_seg_front_size bi_seg_back_size bi_remaining bi_end_io bi_private bi_ioc bi_css bi_integrity bi_vcnt bi_max_vecs bi_cnt bi_io_vec bi_pool bi_inline_vecs): operator '->' at /usr/share/systemtap/tapset/linux/ioblock.stp:113:20 source: size = $bio->bi_size ^

Pass 2: analysis failed.  [man error::pass2]
Tip: /usr/share/doc/systemtap/README.Debian should help you get started.

The error look like it was fixed in the latest version of systemTap. So I uninstall the systemtap package to start all over again with a fresh installation from source code. I downloaded the latest version of systemtap-3.0.tar.gz (here http://fossies.org/linux/misc/systemtap-3.0.tar.gz/) and I get the following error output when trying to install it (see below).

it seems that libjson is not referenced accurately, I confirm that libjson is on its latest version on my system.

Any help is welcome !

Best regards,

Fopa Léon Constantin

root@prt-sepia03:/home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0# ./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether ln -s works... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C preprocessor... gcc -E
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking for ranlib... ranlib
checking whether make sets $(MAKE)... (cached) yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for ppoll... yes
checking for openat... yes
checking for a sed that does not truncate output... /bin/sed
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking to see if prologue searching should be the default... no
checking to see if sdt probes should be the default... yes
configure: Compiling with gcc -fstack-protector-all et al.
checking for sqlite3_open in -lsqlite3... no
checking for latex... yes
checking for dvips... yes
checking for ps2pdf... yes
checking for xmlto... no
checking for fop... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for nss... no
configure: using dracut module directory /usr/lib/dracut/modules.d/99stap configure: WARNING: will not build systemtap compile server, cannot find nss headers configure: WARNING: compile-server client functionality will be disabled, cannot find nss development files
checking for avahi... no
configure: WARNING: some compile-server functionality will be restricted, cannot find avahi development files
checking for rpmtsInitIterator in -lrpm... no
checking for rpmFreeCrypto in -lrpmio... no
checking how to link readline libs... none
checking for ebl_get_elfmachine in -lebl... no
checking for dwfl_module_getsym in -ldw... yes
checking for dwarf_next_unit in -ldw... yes
configure: stap will link -Wl,--start-group -ldw -Wl,--end-group -lelf
checking for elf_getshdrstrndx in -lelf... yes
configure: staprun will link  -lelf
checking how to run the C++ preprocessor... g++ -E
checking tr1/unordered_map usability... yes
checking tr1/unordered_map presence... yes
checking for tr1/unordered_map... yes
checking tr1/memory usability... yes
checking tr1/memory presence... yes
checking for tr1/memory... yes
checking boost/shared_ptr.hpp usability... yes
checking boost/shared_ptr.hpp presence... yes
checking for boost/shared_ptr.hpp... yes
checking boost/utility/string_ref.hpp usability... yes
checking boost/utility/string_ref.hpp presence... yes
checking for boost/utility/string_ref.hpp... yes
configure: checking dyninst support
checking BPatch_object.h usability... no
checking BPatch_object.h presence... no
checking for BPatch_object.h... no
checking for libvirt... no
checking for libxml2... yes
configure: WARNING: will not build systemtap virt support, cannot find libvirt headers
checking for jsonc... yes
checking for ncurses... yes
checking for assembler .section "?" flags support... yes
checking for selinux... no
checking whether F_SETPIPE_SZ is declared... yes
checking for javac... yes
checking for jar... yes
java found, will try to configure Byteman support
configure: Adding extra version
checking whether C compiler accepts -std=c++11... yes
configure: Compiling parts of systemtap with -std=c++11
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating includes/sys/sdt-config.h
config.status: creating po/Makefile.in
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating man/Makefile
config.status: creating man/cs/Makefile
config.status: creating doc/beginners/Makefile
config.status: creating doc/SystemTap_Tapset_Reference/Makefile
config.status: creating man/stap.1
config.status: creating man/stappaths.7
config.status: creating man/systemtap.8
config.status: creating man/cs/stap.1
config.status: creating man/cs/stappaths.7
config.status: creating man/cs/systemtap.8
config.status: creating initscript/config.systemtap
config.status: creating initscript/config.stap-server
config.status: creating initscript/systemtap
config.status: creating initscript/stap-server
config.status: creating initscript/99stap/module-setup.sh
config.status: creating run-stap
config.status: creating dtrace
config.status: creating stapdyn/Makefile
config.status: creating java/Makefile
config.status: creating java/stapbm
config.status: creating staprun/Makefile
config.status: creating staprun/run-staprun
config.status: creating staprun/guest/stapshd
config.status: creating staprun/guest/stapsh-daemon
config.status: creating staprun/guest/stapsh@.service
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing doc/beginners commands
=== configuring in testsuite (/home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/testsuite) configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no configure: Will test no apps from: xulrunner tcl python postgres mysql java
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
configure:
configure: For a private or temporary build of systemtap, we recommend
configure: configuring with a prefix.  For example, try
configure: ./configure  --prefix=/root/systemtap-3.0-22501
configure: Running systemtap uninstalled, entirely out of the build tree,
configure: is not supported.
root@prt-sepia03:/home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0# make
/bin/bash ./git_version.sh -k -s . -o git_version.h
git_version.sh: Not a git repo, keeping existing git_version.h
make  all-recursive
make[1]: entrant dans le répertoire « /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0 »
Making all in .
make[2]: entrant dans le répertoire « /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0 »
  CXX      stap-main.o
  CXX      stap-cache.o
  CXX      stap-util.o
  CXX      stap-stringtable.o
  CXXLD    stap
make[2]: quittant le répertoire « /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0 »
Making all in java
make[2]: entrant dans le répertoire « /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/java »
make  all-am
make[3]: entrant dans le répertoire « /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/java »
make[3]: Rien à faire pour « all-am ».
make[3]: quittant le répertoire « /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/java » make[2]: quittant le répertoire « /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/java »
Making all in stapdyn
make[2]: entrant dans le répertoire « /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/stapdyn »
make -C .. git_version.stamp
make[3]: entrant dans le répertoire « /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0 »
/bin/bash ./git_version.sh -k -s . -o git_version.h
git_version.sh: Not a git repo, keeping existing git_version.h
make[3]: quittant le répertoire « /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0 »
make  all-am
make[3]: entrant dans le répertoire « /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/stapdyn »
make[3]: Rien à faire pour « all-am ».
make[3]: quittant le répertoire « /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/stapdyn » make[2]: quittant le répertoire « /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/stapdyn »
Making all in staprun
make[2]: entrant dans le répertoire « /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun »
make -C .. git_version.stamp
make[3]: entrant dans le répertoire « /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0 »
/bin/bash ./git_version.sh -k -s . -o git_version.h
git_version.sh: Not a git repo, keeping existing git_version.h
make[3]: quittant le répertoire « /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0 »
make  all-am
make[3]: entrant dans le répertoire « /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun »
  CC       libstrfloctime_a-strfloctime.o
  AR       libstrfloctime.a
  CC       staprun-staprun.o
  CC       staprun-staprun_funcs.o
  CC       staprun-ctl.o
  CC       staprun-common.o
  CXX      ../staprun-util.o
  CXXLD    staprun
  CC       stapio.o
  CC       mainloop.o
  CC       common.o
  CC       ctl.o
  CC       relay.o
  CC       relay_old.o
  CC       monitor.o
  CCLD     stapio
monitor.o: dans la fonction « comp_name »:
/home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:151: référence indéfinie vers « json_object_object_get_ex » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:152: référence indéfinie vers « json_object_object_get_ex » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:153: référence indéfinie vers « json_object_get_string » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:153: référence indéfinie vers « json_object_get_string »
monitor.o: dans la fonction « comp_state »:
/home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:101: référence indéfinie vers « json_object_object_get_ex » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:102: référence indéfinie vers « json_object_object_get_ex » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:103: référence indéfinie vers « json_object_get_string » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:103: référence indéfinie vers « json_object_get_string »
monitor.o: dans la fonction « comp_max »:
/home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:141: référence indéfinie vers « json_object_object_get_ex » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:142: référence indéfinie vers « json_object_object_get_ex » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:143: référence indéfinie vers « json_object_get_int » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:143: référence indéfinie vers « json_object_get_int »
monitor.o: dans la fonction « comp_avg »:
/home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:131: référence indéfinie vers « json_object_object_get_ex » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:132: référence indéfinie vers « json_object_object_get_ex » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:133: référence indéfinie vers « json_object_get_int » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:133: référence indéfinie vers « json_object_get_int »
monitor.o: dans la fonction « comp_min »:
/home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:121: référence indéfinie vers « json_object_object_get_ex » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:122: référence indéfinie vers « json_object_object_get_ex » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:123: référence indéfinie vers « json_object_get_int » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:123: référence indéfinie vers « json_object_get_int »
monitor.o: dans la fonction « comp_hits »:
/home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:111: référence indéfinie vers « json_object_object_get_ex » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:112: référence indéfinie vers « json_object_object_get_ex » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:113: référence indéfinie vers « json_object_get_int » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:113: référence indéfinie vers « json_object_get_int »
monitor.o: dans la fonction « comp_index »:
/home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:91: référence indéfinie vers « json_object_object_get_ex » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:92: référence indéfinie vers « json_object_object_get_ex » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:93: référence indéfinie vers « json_object_get_int » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:93: référence indéfinie vers « json_object_get_int »
monitor.o: dans la fonction « handle_resize »:
/home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:176: référence indéfinie vers « endwin » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:177: référence indéfinie vers « stdscr » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:177: référence indéfinie vers « wrefresh » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:180: référence indéfinie vers « delwin » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:186: référence indéfinie vers « delwin » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:191: référence indéfinie vers « LINES » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:191: référence indéfinie vers « COLS » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:191: référence indéfinie vers « newwin » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:193: référence indéfinie vers « scrollok » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:189: référence indéfinie vers « LINES » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:189: référence indéfinie vers « COLS » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:189: référence indéfinie vers « newwin » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:183: référence indéfinie vers « LINES » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:183: référence indéfinie vers « COLS » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:183: référence indéfinie vers « newwin »
monitor.o: dans la fonction « monitor_setup »:
/home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:206: référence indéfinie vers « initscr » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:207: référence indéfinie vers « curs_set » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:208: référence indéfinie vers « cbreak » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:209: référence indéfinie vers « noecho » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:210: référence indéfinie vers « stdscr » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:210: référence indéfinie vers « keypad » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:211: référence indéfinie vers « stdscr » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:211: référence indéfinie vers « nodelay » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:212: référence indéfinie vers « LINES » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:212: référence indéfinie vers « COLS » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:212: référence indéfinie vers « newwin » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:213: référence indéfinie vers « LINES » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:213: référence indéfinie vers « COLS » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:213: référence indéfinie vers « newwin »
monitor.o: dans la fonction « monitor_cleanup »:
/home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:220: référence indéfinie vers « delwin » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:221: référence indéfinie vers « delwin »
monitor.o: dans la fonction « monitor_render »:
/home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:241: référence indéfinie vers « wclear » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:243: référence indéfinie vers « wprintw » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:244: référence indéfinie vers « wrefresh » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:312: référence indéfinie vers « json_object_put » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:313: référence indéfinie vers « json_tokener_parse » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:316: référence indéfinie vers « wclear » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:342: référence indéfinie vers « json_object_object_get_ex » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:343: référence indéfinie vers « json_object_object_get_ex » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:344: référence indéfinie vers « json_object_object_get_ex » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:345: référence indéfinie vers « json_object_object_get_ex » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:346: référence indéfinie vers « json_object_object_get_ex » monitor.o:/home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:347: encore plus de références indéfinies suivent vers « json_object_object_get_ex »
monitor.o: dans la fonction « monitor_render »:
/home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:348: référence indéfinie vers « json_object_array_length » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:350: référence indéfinie vers « wmove » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:352: référence indéfinie vers « json_object_get_string » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:352: référence indéfinie vers « json_object_get_string » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:352: référence indéfinie vers « json_object_get_string » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:352: référence indéfinie vers « wprintw » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:357: référence indéfinie vers « json_object_get_string » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:357: référence indéfinie vers « wprintw » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:363: référence indéfinie vers « json_object_iter_begin » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:364: référence indéfinie vers « json_object_iter_end » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:365: référence indéfinie vers « json_object_iter_equal » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:367: référence indéfinie vers « json_object_iter_peek_value » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:367: référence indéfinie vers « json_object_get_string » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:367: référence indéfinie vers « json_object_iter_peek_name » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:375: référence indéfinie vers « json_object_iter_next » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:282: référence indéfinie vers « wclear » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:283: référence indéfinie vers « wprintw » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:284: référence indéfinie vers « wprintw » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:285: référence indéfinie vers « wprintw » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:286: référence indéfinie vers « wprintw » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:287: référence indéfinie vers « wprintw » monitor.o:/home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:288: encore plus de références indéfinies suivent vers « wprintw »
monitor.o: dans la fonction « monitor_render »:
/home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:290: référence indéfinie vers « mvwprintw » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:291: référence indéfinie vers « wrefresh » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:263: référence indéfinie vers « wclear » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:264: référence indéfinie vers « wprintw » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:265: référence indéfinie vers « wprintw » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:266: référence indéfinie vers « wprintw » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:267: référence indéfinie vers « wprintw » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:268: référence indéfinie vers « wprintw » monitor.o:/home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:269: encore plus de références indéfinies suivent vers « wprintw »
monitor.o: dans la fonction « monitor_render »:
/home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:321: référence indéfinie vers « mvwprintw » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:380: référence indéfinie vers « json_object_iter_next » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:384: référence indéfinie vers « wprintw » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:400: référence indéfinie vers « json_object_object_get_ex » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:401: référence indéfinie vers « json_object_get_string » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:402: référence indéfinie vers « json_object_object_get_ex » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:403: référence indéfinie vers « json_object_get_string » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:404: référence indéfinie vers « json_object_object_get_ex » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:405: référence indéfinie vers « json_object_get_string » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:406: référence indéfinie vers « json_object_object_get_ex » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:407: référence indéfinie vers « json_object_get_string » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:408: référence indéfinie vers « json_object_object_get_ex » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:409: référence indéfinie vers « json_object_get_string » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:410: référence indéfinie vers « json_object_object_get_ex » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:411: référence indéfinie vers « json_object_get_string » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:396: référence indéfinie vers « json_object_array_get_idx » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:398: référence indéfinie vers « json_object_object_get_ex » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:399: référence indéfinie vers « json_object_get_string » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:399: référence indéfinie vers « json_object_get_string » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:411: référence indéfinie vers « json_object_get_string » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:409: référence indéfinie vers « json_object_get_string » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:407: référence indéfinie vers « json_object_get_string » monitor.o:/home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:405: encore plus de références indéfinies suivent vers « json_object_get_string »
monitor.o: dans la fonction « monitor_render »:
/home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:414: référence indéfinie vers « json_object_array_sort » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:416: référence indéfinie vers « wprintw » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:445: référence indéfinie vers « json_object_object_get_ex » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:446: référence indéfinie vers « json_object_get_string » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:446: référence indéfinie vers « wprintw » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:447: référence indéfinie vers « wprintw » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:431: référence indéfinie vers « json_object_array_get_idx » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:432: référence indéfinie vers « json_object_object_get_ex » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:433: référence indéfinie vers « json_object_get_string » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:433: référence indéfinie vers « wprintw » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:434: référence indéfinie vers « json_object_object_get_ex » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:435: référence indéfinie vers « json_object_get_string » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:435: référence indéfinie vers « wprintw » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:436: référence indéfinie vers « json_object_object_get_ex » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:437: référence indéfinie vers « json_object_get_string » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:437: référence indéfinie vers « wprintw » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:438: référence indéfinie vers « json_object_object_get_ex » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:439: référence indéfinie vers « json_object_get_string » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:439: référence indéfinie vers « wprintw » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:440: référence indéfinie vers « json_object_object_get_ex » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:441: référence indéfinie vers « json_object_get_string » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:441: référence indéfinie vers « wprintw » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:442: référence indéfinie vers « json_object_object_get_ex » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:443: référence indéfinie vers « json_object_get_string » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:443: référence indéfinie vers « wprintw » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:452: référence indéfinie vers « wmove » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:453: référence indéfinie vers « wprintw » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:455: référence indéfinie vers « wrefresh » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:389: référence indéfinie vers « wprintw » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:319: référence indéfinie vers « mvwprintw » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:324: référence indéfinie vers « mvwprintw »
monitor.o: dans la fonction « monitor_input »:
/home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:629: référence indéfinie vers « stdscr » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:606: référence indéfinie vers « wgetch » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:537: référence indéfinie vers « wgetch » /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:629: référence indéfinie vers « wgetch »
monitor.o: dans la fonction « monitor_setup »:
/home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:214: référence indéfinie vers « scrollok »
monitor.o: dans la fonction « monitor_cleanup »:
/home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun/monitor.c:222: référence indéfinie vers « endwin »
collect2: error: ld returned 1 exit status
make[3]: *** [stapio] Erreur 1
make[3]: quittant le répertoire « /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun »
make[2]: *** [all] Erreur 2
make[2]: quittant le répertoire « /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0/staprun »
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant le répertoire « /home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0 »
make: *** [all] Erreur 2
root@prt-sepia03:/home/kamikague/Bureau/zombie/TTT/setups/systemtap-3.0#


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