Advertisement
Guest User

Untitled

a guest
Apr 5th, 2011
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.85 KB | None | 0 0
  1. $ cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=release
  2. -- The C compiler identification is GNU
  3. -- The CXX compiler identification is GNU
  4. -- Check for working C compiler: /usr/bin/gcc
  5. -- Check for working C compiler: /usr/bin/gcc -- works
  6. -- Detecting C compiler ABI info
  7. -- Detecting C compiler ABI info - done
  8. -- Check for working CXX compiler: /usr/bin/c++
  9. -- Check for working CXX compiler: /usr/bin/c++ -- works
  10. -- Detecting CXX compiler ABI info
  11. -- Detecting CXX compiler ABI info - done
  12. -- Boost version: 1.46.0
  13. -- Found the following Boost libraries:
  14. -- system
  15. -- filesystem
  16. -- regex
  17. -- Found ext2fs: /usr/lib/libext2fs.so
  18. -- Found blkid: /usr/lib/libblkid.so
  19. -- Found audit: /usr/lib/libaudit.so
  20. -- Found auparse: /usr/lib/libauparse.so
  21. -- Looking for include files CMAKE_HAVE_PTHREAD_H
  22. -- Looking for include files CMAKE_HAVE_PTHREAD_H - found
  23. -- Looking for pthread_create in pthreads
  24. -- Looking for pthread_create in pthreads - not found
  25. -- Looking for pthread_create in pthread
  26. -- Looking for pthread_create in pthread - found
  27. -- Found Threads: TRUE
  28. -- Configuring done
  29. -- Generating done
  30. -- Build files have been written to: /dev/shm/e4rat/src/e4rat-0.1.5
  31.  
  32. $ make DESTDIR=/dev/shm/e4rat/pkg install
  33. Scanning dependencies of target e4rat-core
  34. [ 5%] Building CXX object src/CMakeFiles/e4rat-core.dir/config.cc.o
  35. [ 11%] Building CXX object src/CMakeFiles/e4rat-core.dir/logging.cc.o
  36. [ 17%] Building CXX object src/CMakeFiles/e4rat-core.dir/common.cc.o
  37. [ 23%] Building CXX object src/CMakeFiles/e4rat-core.dir/fiemap.cc.o
  38. [ 29%] Building CXX object src/CMakeFiles/e4rat-core.dir/device.cc.o
  39. Linking CXX shared library ../libe4rat-core.so
  40. [ 29%] Built target e4rat-core
  41. Scanning dependencies of target e4rat-collect
  42. [ 35%] Building CXX object src/CMakeFiles/e4rat-collect.dir/e4rat-collect.cc.o
  43. [ 41%] Building CXX object src/CMakeFiles/e4rat-collect.dir/fileptr.cc.o
  44. [ 47%] Building CXX object src/CMakeFiles/e4rat-collect.dir/listener.cc.o
  45. [ 52%] Building CXX object src/CMakeFiles/e4rat-collect.dir/eventcatcher.cc.o
  46. Linking CXX executable ../e4rat-collect
  47. [ 52%] Built target e4rat-collect
  48. Scanning dependencies of target e4rat-preload
  49. [ 58%] Building CXX object src/CMakeFiles/e4rat-preload.dir/e4rat-preload.cc.o
  50. Linking CXX executable ../e4rat-preload
  51. [ 58%] Built target e4rat-preload
  52. Scanning dependencies of target e4rat-realloc
  53. [ 64%] Building CXX object src/CMakeFiles/e4rat-realloc.dir/e4rat-realloc.cc.o
  54. [ 70%] Building CXX object src/CMakeFiles/e4rat-realloc.dir/defrag.cc.o
  55. [ 76%] Building CXX object src/CMakeFiles/e4rat-realloc.dir/buddycache.cc.o
  56. Linking CXX executable ../e4rat-realloc
  57. [ 76%] Built target e4rat-realloc
  58. Scanning dependencies of target ManPages
  59. [ 76%] Generating e4rat-collect.8
  60. [ 76%] Generating e4rat-realloc.8
  61. [ 76%] Generating e4rat-preload.8
  62. [ 76%] Generating e4rat.conf.5
  63. [100%] Built target ManPages
  64. Install the project...
  65. -- Install configuration: "release"
  66. -- Installing: /dev/shm/e4rat/pkg/etc/e4rat.conf
  67. -- Installing: /dev/shm/e4rat/pkg/usr/sbin/e4rat-collect
  68. -- Set runtime path of "/dev/shm/e4rat/pkg/usr/sbin/e4rat-collect" to "/usr/lib"
  69. -- Installing: /dev/shm/e4rat/pkg/usr/sbin/e4rat-preload
  70. -- Set runtime path of "/dev/shm/e4rat/pkg/usr/sbin/e4rat-preload" to "/usr/lib"
  71. -- Installing: /dev/shm/e4rat/pkg/usr/sbin/e4rat-realloc
  72. -- Set runtime path of "/dev/shm/e4rat/pkg/usr/sbin/e4rat-realloc" to "/usr/lib"
  73. -- Installing: /dev/shm/e4rat/pkg/usr/lib/libe4rat-core.so.0
  74. -- Installing: /dev/shm/e4rat/pkg/usr/lib/libe4rat-core.so
  75. -- Set runtime path of "/dev/shm/e4rat/pkg/usr/lib/libe4rat-core.so.0" to "/usr/lib"
  76. -- Installing: /dev/shm/e4rat/pkg/usr/share/man/man8/e4rat-collect.8
  77. -- Installing: /dev/shm/e4rat/pkg/usr/share/man/man8/e4rat-realloc.8
  78. -- Installing: /dev/shm/e4rat/pkg/usr/share/man/man8/e4rat-preload.8
  79. -- Installing: /dev/shm/e4rat/pkg/usr/share/man/man5/e4rat.conf.5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement