Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=release
- -- The C compiler identification is GNU
- -- The CXX compiler identification is GNU
- -- Check for working C compiler: /usr/bin/gcc
- -- Check for working C compiler: /usr/bin/gcc -- works
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Check for working CXX compiler: /usr/bin/c++
- -- Check for working CXX compiler: /usr/bin/c++ -- works
- -- Detecting CXX compiler ABI info
- -- Detecting CXX compiler ABI info - done
- -- Boost version: 1.46.0
- -- Found the following Boost libraries:
- -- system
- -- filesystem
- -- regex
- -- Found ext2fs: /usr/lib/libext2fs.so
- -- Found blkid: /usr/lib/libblkid.so
- -- Found audit: /usr/lib/libaudit.so
- -- Found auparse: /usr/lib/libauparse.so
- -- Looking for include files CMAKE_HAVE_PTHREAD_H
- -- Looking for include files CMAKE_HAVE_PTHREAD_H - found
- -- Looking for pthread_create in pthreads
- -- Looking for pthread_create in pthreads - not found
- -- Looking for pthread_create in pthread
- -- Looking for pthread_create in pthread - found
- -- Found Threads: TRUE
- -- Configuring done
- -- Generating done
- -- Build files have been written to: /dev/shm/e4rat/src/e4rat-0.1.5
- $ make DESTDIR=/dev/shm/e4rat/pkg install
- Scanning dependencies of target e4rat-core
- [ 5%] Building CXX object src/CMakeFiles/e4rat-core.dir/config.cc.o
- [ 11%] Building CXX object src/CMakeFiles/e4rat-core.dir/logging.cc.o
- [ 17%] Building CXX object src/CMakeFiles/e4rat-core.dir/common.cc.o
- [ 23%] Building CXX object src/CMakeFiles/e4rat-core.dir/fiemap.cc.o
- [ 29%] Building CXX object src/CMakeFiles/e4rat-core.dir/device.cc.o
- Linking CXX shared library ../libe4rat-core.so
- [ 29%] Built target e4rat-core
- Scanning dependencies of target e4rat-collect
- [ 35%] Building CXX object src/CMakeFiles/e4rat-collect.dir/e4rat-collect.cc.o
- [ 41%] Building CXX object src/CMakeFiles/e4rat-collect.dir/fileptr.cc.o
- [ 47%] Building CXX object src/CMakeFiles/e4rat-collect.dir/listener.cc.o
- [ 52%] Building CXX object src/CMakeFiles/e4rat-collect.dir/eventcatcher.cc.o
- Linking CXX executable ../e4rat-collect
- [ 52%] Built target e4rat-collect
- Scanning dependencies of target e4rat-preload
- [ 58%] Building CXX object src/CMakeFiles/e4rat-preload.dir/e4rat-preload.cc.o
- Linking CXX executable ../e4rat-preload
- [ 58%] Built target e4rat-preload
- Scanning dependencies of target e4rat-realloc
- [ 64%] Building CXX object src/CMakeFiles/e4rat-realloc.dir/e4rat-realloc.cc.o
- [ 70%] Building CXX object src/CMakeFiles/e4rat-realloc.dir/defrag.cc.o
- [ 76%] Building CXX object src/CMakeFiles/e4rat-realloc.dir/buddycache.cc.o
- Linking CXX executable ../e4rat-realloc
- [ 76%] Built target e4rat-realloc
- Scanning dependencies of target ManPages
- [ 76%] Generating e4rat-collect.8
- [ 76%] Generating e4rat-realloc.8
- [ 76%] Generating e4rat-preload.8
- [ 76%] Generating e4rat.conf.5
- [100%] Built target ManPages
- Install the project...
- -- Install configuration: "release"
- -- Installing: /dev/shm/e4rat/pkg/etc/e4rat.conf
- -- Installing: /dev/shm/e4rat/pkg/usr/sbin/e4rat-collect
- -- Set runtime path of "/dev/shm/e4rat/pkg/usr/sbin/e4rat-collect" to "/usr/lib"
- -- Installing: /dev/shm/e4rat/pkg/usr/sbin/e4rat-preload
- -- Set runtime path of "/dev/shm/e4rat/pkg/usr/sbin/e4rat-preload" to "/usr/lib"
- -- Installing: /dev/shm/e4rat/pkg/usr/sbin/e4rat-realloc
- -- Set runtime path of "/dev/shm/e4rat/pkg/usr/sbin/e4rat-realloc" to "/usr/lib"
- -- Installing: /dev/shm/e4rat/pkg/usr/lib/libe4rat-core.so.0
- -- Installing: /dev/shm/e4rat/pkg/usr/lib/libe4rat-core.so
- -- Set runtime path of "/dev/shm/e4rat/pkg/usr/lib/libe4rat-core.so.0" to "/usr/lib"
- -- Installing: /dev/shm/e4rat/pkg/usr/share/man/man8/e4rat-collect.8
- -- Installing: /dev/shm/e4rat/pkg/usr/share/man/man8/e4rat-realloc.8
- -- Installing: /dev/shm/e4rat/pkg/usr/share/man/man8/e4rat-preload.8
- -- Installing: /dev/shm/e4rat/pkg/usr/share/man/man5/e4rat.conf.5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement