Advertisement
Guest User

systemtap make installcheck failed log

a guest
Sep 10th, 2013
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
TCL 6.49 KB | None | 0 0
  1. kernel location:                                                                
  2. kernel version: 3.11.0-rc5                                                      
  3. systemtap location: /usr/local/bin/stap                                        
  4. systemtap version: version 2.2.1/0.155, non-git sources                        
  5. gcc location: /usr/bin/gcc                                                      
  6. gcc version: gcc (Ubuntu/Linaro 4.7.3-1ubuntu1) 4.7.3                          
  7. spawn gcc hello.c -g -lm -o hello-m32                                          
  8. spawn g++ hello.cxx -g -lm -o hello-m32                                        
  9. Test Run By root on Mon Sep  9 08:42:42 2013                                    
  10. Native configuration is armv7l-unknown-linux-gnueabihf                          
  11.                                                                                
  12.                 === systemtap tests ===                                        
  13.                                                                                
  14. Schedule of variations:                                                        
  15.     unix                                                                        
  16.                                                                                
  17. Running target unix                                                            
  18. Using ./../config/base-config.exp as tool-and-target-specific interface file.  
  19. Using /usr/share/dejagnu/baseboards/unix.exp as board description file for targe
  20. t.                                                                              
  21. Using /usr/share/dejagnu/config/unix.exp as generic interface file for target.  
  22. Using ./config/unix.exp as tool-and-target-specific interface file.            
  23.                                                                                
  24. Host: Linux linaro-developer 3.11.0-rc5 #2 SMP PREEMPT Fri Sep 6 09:39:29 UTC 20
  25. 13 armv7l armv7l armv7l GNU/Linux                                              
  26. Snapshot: version 2.2.1/0.155, non-git sources                                  
  27. GCC: 4.7.3 [gcc (Ubuntu/Linaro 4.7.3-1ubuntu1) 4.7.3]                          
  28. Distro: Linaro 13.08                                                            
  29. SElinux: unknown                                                                
  30.                                                                                
  31.                                                                                
  32. Running ./systemtap/notest.exp ...                                              
  33. Running ./systemtap.apps/java.exp ...                                          
  34. Running ./systemtap.apps/mysql.exp ...                                          
  35. Running ./systemtap.apps/postgres.exp ...                                      
  36. Running ./systemtap.apps/python.exp ...                                        
  37. Running ./systemtap.apps/tcl.exp ...                                            
  38. Running ./systemtap.apps/xulrunner.exp ...                                      
  39. Running ./systemtap.base/add.exp ...                                            
  40. ERROR: tcl error sourcing ./systemtap.base/add.exp.                            
  41. ERROR: kill: invalid option -- '4'                                              
  42.                                                                                
  43. Usage:                                                                          
  44.  kill [options] <pid> [...]                                                    
  45.                                                                                
  46. Options:                                                                        
  47.  <pid> [...]            send signal to every <pid> listed                      
  48.  -<signal>, -s, --signal <signal>                                              
  49.                         specify the <signal> to be sent                        
  50.  -l, --list=[<signal>]  list all signal names, or convert one to a name        
  51.  -L, --table            list all signal names in a nice table                  
  52.                                                                                
  53.  -h, --help     display this help and exit                                      
  54.  -V, --version  output version information and exit                            
  55.                                                                                
  56. For more details see kill(1).                                                  
  57.     while executing                                                            
  58. "exec kill -INT -[exp_pid]"                                                    
  59.     invoked from within                                                        
  60. "expect {                                                                      
  61.        -timeout 180                                                            
  62.        -re {^WARNING: cannot find module [^\r]*DWARF[^\r]*\r\n} {exp_continue}
  63.        -re {^WARNING: No unwind data for /.+\r\n} {exp_conti..."              
  64.     (procedure "stap_run" line 29)                                              
  65.     invoked from within                                                        
  66. "stap_run $srcdir/$subdir/$test.stp no_load $all_pass_string"                  
  67.     ("foreach" body line 5)                                                    
  68.     invoked from within                                                        
  69. "foreach runtime [get_runtime_list] {                                          
  70.    if {$runtime != ""} {                                                      
  71.        stap_run $srcdir/$subdir/$test.stp no_load $all_pass_string \          
  72.            --runtime=$runtime                                                  
  73. ..."                                                                            
  74.     (file "./systemtap.base/add.exp" line 4)                                    
  75.     invoked from within                                                        
  76. "source ./systemtap.base/add.exp"                                              
  77.     ("uplevel" body line 1)                                                    
  78.     invoked from within                                                        
  79. "uplevel #0 source ./systemtap.base/add.exp"                                    
  80.     invoked from within                                                        
  81. "catch "uplevel #0 source $test_file_name""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement