hi all,
i was cleaning my VM and after this, vpp stops working and does not matter if i 
reinstalled it or tryied older version or what.
after investigation, we found, that libs are loading from build-root folder 
where vpp was built. is this correct behaviour? i think that all i need are deb 
packages and i can install them anywhere without any additional steps, but now 
i'm in doubt

i'm using this steps to build & install:
git clone https://gerrit.fd.io/r/vpp (or git pull if already downloaded)
cd vpp
make install-dep
cd build-root
make distclean
./bootstrap.sh
make V=0 PLATFORM=vpp TAG=vpp install-deb
sudo dpkg -i *.deb

log from not starting vpp attached

regards,
andrej
[http://www.cisco.com/web/europe/images/email/signature/logo05.jpg]

Andrej Marcinek
Engineer - Software
amarc...@cisco.com
Phone:

Cisco Systems Limited




SK
Cisco.com<http://www.cisco.com>





[Think before you print.]Think before you print.

This email may contain confidential and privileged material for the sole use of 
the intended recipient. Any review, use, distribution or disclosure by others 
is strictly prohibited. If you are not the intended recipient (or authorized to 
receive for the recipient), please contact the sender by reply email and delete 
all copies of this message.
For corporate legal information go to:
http://www.cisco.com/web/about/doing_business/legal/cri/index.html



vagrant@localhost:/usr/lib/x86_64-linux-gnu$ sudo strace vpp unix interactive
execve("/usr/bin/vpp", ["vpp", "unix", "interactive"], [/* 15 vars */]) = 0
brk(0)                                  = 0x2327000
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7f6c6124a000
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/vppinfra/lib64/tls/x86_64/libvlibapi.so.0",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/home/vagrant/git/vpp/build-root/install-vpp-native/vppinfra/lib64/tls/x86_64",
 0x7fff1c3c78b0) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/vppinfra/lib64/tls/libvlibapi.so.0",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/home/vagrant/git/vpp/build-root/install-vpp-native/vppinfra/lib64/tls", 
0x7fff1c3c78b0) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/vppinfra/lib64/x86_64/libvlibapi.so.0",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/home/vagrant/git/vpp/build-root/install-vpp-native/vppinfra/lib64/x86_64",
 0x7fff1c3c78b0) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/vppinfra/lib64/libvlibapi.so.0",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/home/vagrant/git/vpp/build-root/install-vpp-native/vppinfra/lib64", 
{st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
open("/home/vagrant/git/vpp/build-root/install-vpp-native/svm/lib64/tls/x86_64/libvlibapi.so.0",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/home/vagrant/git/vpp/build-root/install-vpp-native/svm/lib64/tls/x86_64",
 0x7fff1c3c78b0) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/svm/lib64/tls/libvlibapi.so.0",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/home/vagrant/git/vpp/build-root/install-vpp-native/svm/lib64/tls", 
0x7fff1c3c78b0) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/svm/lib64/x86_64/libvlibapi.so.0",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/home/vagrant/git/vpp/build-root/install-vpp-native/svm/lib64/x86_64", 
0x7fff1c3c78b0) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/svm/lib64/libvlibapi.so.0",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/home/vagrant/git/vpp/build-root/install-vpp-native/svm/lib64", 
{st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
open("/home/vagrant/git/vpp/build-root/install-vpp-native/vlib/lib64/tls/x86_64/libvlibapi.so.0",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/home/vagrant/git/vpp/build-root/install-vpp-native/vlib/lib64/tls/x86_64",
 0x7fff1c3c78b0) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/vlib/lib64/tls/libvlibapi.so.0",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/home/vagrant/git/vpp/build-root/install-vpp-native/vlib/lib64/tls", 
0x7fff1c3c78b0) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/vlib/lib64/x86_64/libvlibapi.so.0",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/home/vagrant/git/vpp/build-root/install-vpp-native/vlib/lib64/x86_64", 
0x7fff1c3c78b0) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/vlib/lib64/libvlibapi.so.0",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/home/vagrant/git/vpp/build-root/install-vpp-native/vlib/lib64", 
{st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
open("/home/vagrant/git/vpp/build-root/install-vpp-native/vlib-api/lib64/tls/x86_64/libvlibapi.so.0",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/home/vagrant/git/vpp/build-root/install-vpp-native/vlib-api/lib64/tls/x86_64",
 0x7fff1c3c78b0) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/vlib-api/lib64/tls/libvlibapi.so.0",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/home/vagrant/git/vpp/build-root/install-vpp-native/vlib-api/lib64/tls", 
0x7fff1c3c78b0) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/vlib-api/lib64/x86_64/libvlibapi.so.0",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/home/vagrant/git/vpp/build-root/install-vpp-native/vlib-api/lib64/x86_64",
 0x7fff1c3c78b0) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/vlib-api/lib64/libvlibapi.so.0",
 O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000 \0\0\0\0\0\0"..., 
832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=438088, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7f6c61249000
mmap(NULL, 2153000, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x7f6c60e1c000
mprotect(0x7f6c60e29000, 2093056, PROT_NONE) = 0
mmap(0x7f6c61028000, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xc000) = 0x7f6c61028000
close(3)                                = 0
open("/home/vagrant/git/vpp/build-root/install-vpp-native/vppinfra/lib64/libvlibmemory.so.0",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/svm/lib64/libvlibmemory.so.0",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/vlib/lib64/libvlibmemory.so.0",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/vlib-api/lib64/libvlibmemory.so.0",
 O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\2400\0\0\0\0\0\0"..., 
832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1009525, ...}) = 0
mmap(NULL, 2199336, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x7f6c60c03000
mprotect(0x7f6c60c1b000, 2093056, PROT_NONE) = 0
mmap(0x7f6c60e1a000, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x7f6c60e1a000
close(3)                                = 0
open("/home/vagrant/git/vpp/build-root/install-vpp-native/vppinfra/lib64/libvlib_unix.so.0",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/svm/lib64/libvlib_unix.so.0",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/vlib/lib64/libvlib_unix.so.0",
 O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240I\0\0\0\0\0\0"..., 
832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=869782, ...}) = 0
mmap(NULL, 2212752, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x7f6c609e6000
mprotect(0x7f6c60a00000, 2093056, PROT_NONE) = 0
mmap(0x7f6c60bff000, 12288, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x19000) = 0x7f6c60bff000
mmap(0x7f6c60c02000, 912, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f6c60c02000
close(3)                                = 0
open("/home/vagrant/git/vpp/build-root/install-vpp-native/vppinfra/lib64/libvlib.so.0",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/svm/lib64/libvlib.so.0",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/vlib/lib64/libvlib.so.0",
 O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200o\0\0\0\0\0\0"..., 
832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=3414603, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7f6c61248000
mmap(NULL, 2497000, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x7f6c60784000
mprotect(0x7f6c607d6000, 2097152, PROT_NONE) = 0
mmap(0x7f6c609d6000, 12288, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x52000) = 0x7f6c609d6000
mmap(0x7f6c609d9000, 51688, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f6c609d9000
close(3)                                = 0
open("/home/vagrant/git/vpp/build-root/install-vpp-native/vppinfra/lib64/libvnet.so.0",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/svm/lib64/libvnet.so.0",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/vlib/lib64/libvnet.so.0",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/vlib-api/lib64/libvnet.so.0",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/vnet/lib64/tls/x86_64/libvnet.so.0",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/home/vagrant/git/vpp/build-root/install-vpp-native/vnet/lib64/tls/x86_64",
 0x7fff1c3c77f0) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/vnet/lib64/tls/libvnet.so.0",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/home/vagrant/git/vpp/build-root/install-vpp-native/vnet/lib64/tls", 
0x7fff1c3c77f0) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/vnet/lib64/x86_64/libvnet.so.0",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/home/vagrant/git/vpp/build-root/install-vpp-native/vnet/lib64/x86_64", 
0x7fff1c3c77f0) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/vnet/lib64/libvnet.so.0",
 O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\346\3\0\0\0\0\0"..., 
832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=32429238, ...}) = 0
mmap(NULL, 6533312, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x7f6c60148000
mprotect(0x7f6c603fe000, 2093056, PROT_NONE) = 0
mmap(0x7f6c605fd000, 110592, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2b5000) = 0x7f6c605fd000
mmap(0x7f6c60618000, 1487040, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f6c60618000
close(3)                                = 0
open("/home/vagrant/git/vpp/build-root/install-vpp-native/vppinfra/lib64/libsvm.so.0",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/svm/lib64/libsvm.so.0",
 O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000\27\0\0\0\0\0\0"..., 
832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=286792, ...}) = 0
mmap(NULL, 2134528, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x7f6c5ff3e000
mprotect(0x7f6c5ff47000, 2093056, PROT_NONE) = 0
mmap(0x7f6c60146000, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x7f6c60146000
close(3)                                = 0
open("/home/vagrant/git/vpp/build-root/install-vpp-native/vppinfra/lib64/libsvmdb.so.0",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/svm/lib64/libsvmdb.so.0",
 O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \21\0\0\0\0\0\0"..., 
832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=258289, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7f6c61247000
mmap(NULL, 2126056, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x7f6c5fd36000
mprotect(0x7f6c5fd3d000, 2093056, PROT_NONE) = 0
mmap(0x7f6c5ff3c000, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7f6c5ff3c000
close(3)                                = 0
open("/home/vagrant/git/vpp/build-root/install-vpp-native/vppinfra/lib64/librt.so.1",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/svm/lib64/librt.so.1",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/vlib/lib64/librt.so.1",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/vlib-api/lib64/librt.so.1",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/vnet/lib64/librt.so.1",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/openssl/lib/tls/x86_64/librt.so.1",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/home/vagrant/git/vpp/build-root/install-vpp-native/openssl/lib/tls/x86_64",
 0x7fff1c3c7760) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/openssl/lib/tls/librt.so.1",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/home/vagrant/git/vpp/build-root/install-vpp-native/openssl/lib/tls", 
0x7fff1c3c7760) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/openssl/lib/x86_64/librt.so.1",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/home/vagrant/git/vpp/build-root/install-vpp-native/openssl/lib/x86_64", 
0x7fff1c3c7760) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/openssl/lib/librt.so.1",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/home/vagrant/git/vpp/build-root/install-vpp-native/openssl/lib", 
0x7fff1c3c7760) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/dpdk/lib/tls/x86_64/librt.so.1",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/home/vagrant/git/vpp/build-root/install-vpp-native/dpdk/lib/tls/x86_64", 
0x7fff1c3c7760) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/dpdk/lib/tls/librt.so.1",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/home/vagrant/git/vpp/build-root/install-vpp-native/dpdk/lib/tls", 
0x7fff1c3c7760) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/dpdk/lib/x86_64/librt.so.1",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/home/vagrant/git/vpp/build-root/install-vpp-native/dpdk/lib/x86_64", 
0x7fff1c3c7760) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/dpdk/lib/librt.so.1", 
O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/home/vagrant/git/vpp/build-root/install-vpp-native/dpdk/lib", 
{st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=35525, ...}) = 0
mmap(NULL, 35525, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f6c6123e000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/librt.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P#\0\0\0\0\0\0"..., 832) 
= 832
fstat(3, {st_mode=S_IFREG|0644, st_size=31792, ...}) = 0
mmap(NULL, 2129016, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x7f6c5fb2e000
mprotect(0x7f6c5fb35000, 2093056, PROT_NONE) = 0
mmap(0x7f6c5fd34000, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7f6c5fd34000
close(3)                                = 0
open("/home/vagrant/git/vpp/build-root/install-vpp-native/vppinfra/lib64/libvppinfra.so.0",
 O_RDONLY|O_CLOEXEC) = 3
read(3, 
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\315\0\0\0\0\0\0"..., 832) = 
832
fstat(3, {st_mode=S_IFREG|0755, st_size=4267685, ...}) = 0
mmap(NULL, 2606016, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x7f6c5f8b1000
mprotect(0x7f6c5f926000, 2093056, PROT_NONE) = 0
mmap(0x7f6c5fb25000, 32768, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x74000) = 0x7f6c5fb25000
mmap(0x7f6c5fb2d000, 960, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f6c5fb2d000
close(3)                                = 0
open("/home/vagrant/git/vpp/build-root/install-vpp-native/vppinfra/lib64/libm.so.6",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/svm/lib64/libm.so.6", 
O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/vlib/lib64/libm.so.6",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/vlib-api/lib64/libm.so.6",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/vnet/lib64/libm.so.6",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/dpdk/lib/libm.so.6", 
O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libm.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20V\0\0\0\0\0\0"..., 
832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=1071552, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7f6c6123d000
mmap(NULL, 3166568, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x7f6c5f5ab000
mprotect(0x7f6c5f6b0000, 2093056, PROT_NONE) = 0
mmap(0x7f6c5f8af000, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x104000) = 0x7f6c5f8af000
close(3)                                = 0
open("/home/vagrant/git/vpp/build-root/install-vpp-native/vppinfra/lib64/libpthread.so.0",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/svm/lib64/libpthread.so.0",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/vlib/lib64/libpthread.so.0",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/vlib-api/lib64/libpthread.so.0",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/vnet/lib64/libpthread.so.0",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/dpdk/lib/libpthread.so.0",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0po\0\0\0\0\0\0"..., 832) 
= 832
fstat(3, {st_mode=S_IFREG|0755, st_size=141574, ...}) = 0
mmap(NULL, 2217264, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x7f6c5f38d000
mprotect(0x7f6c5f3a6000, 2093056, PROT_NONE) = 0
mmap(0x7f6c5f5a5000, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x18000) = 0x7f6c5f5a5000
mmap(0x7f6c5f5a7000, 13616, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f6c5f5a7000
close(3)                                = 0
open("/home/vagrant/git/vpp/build-root/install-vpp-native/vppinfra/lib64/libdl.so.2",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/svm/lib64/libdl.so.2",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/vlib/lib64/libdl.so.2",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/vlib-api/lib64/libdl.so.2",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/vnet/lib64/libdl.so.2",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/dpdk/lib/libdl.so.2", 
O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\16\0\0\0\0\0\0"..., 
832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=14664, ...}) = 0
mmap(NULL, 2109744, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x7f6c5f189000
mprotect(0x7f6c5f18c000, 2093056, PROT_NONE) = 0
mmap(0x7f6c5f38b000, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f6c5f38b000
close(3)                                = 0
open("/home/vagrant/git/vpp/build-root/install-vpp-native/vppinfra/lib64/libcrypto.so.1.0.0",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/svm/lib64/libcrypto.so.1.0.0",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/vlib/lib64/libcrypto.so.1.0.0",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/vlib-api/lib64/libcrypto.so.1.0.0",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/vnet/lib64/libcrypto.so.1.0.0",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/dpdk/lib/libcrypto.so.1.0.0",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libcrypto.so.1.0.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\356\5\0\0\0\0\0"..., 
832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=1934624, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7f6c6123c000
mmap(NULL, 4044952, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x7f6c5edad000
mprotect(0x7f6c5ef60000, 2093056, PROT_NONE) = 0
mmap(0x7f6c5f15f000, 155648, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b2000) = 0x7f6c5f15f000
mmap(0x7f6c5f185000, 14488, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f6c5f185000
close(3)                                = 0
open("/home/vagrant/git/vpp/build-root/install-vpp-native/vppinfra/lib64/libc.so.6",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/svm/lib64/libc.so.6", 
O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/vlib/lib64/libc.so.6",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/vlib-api/lib64/libc.so.6",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/vnet/lib64/libc.so.6",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/home/vagrant/git/vpp/build-root/install-vpp-native/dpdk/lib/libc.so.6", 
O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\37\2\0\0\0\0\0"..., 
832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1840928, ...}) = 0
mmap(NULL, 3949248, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x7f6c5e9e8000
mprotect(0x7f6c5eba3000, 2093056, PROT_NONE) = 0
mmap(0x7f6c5eda2000, 24576, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1ba000) = 0x7f6c5eda2000
mmap(0x7f6c5eda8000, 17088, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f6c5eda8000
close(3)                                = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7f6c6123b000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7f6c6123a000
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7f6c61238000
arch_prctl(ARCH_SET_FS, 0x7f6c61238900) = 0
mprotect(0x7f6c5eda2000, 16384, PROT_READ) = 0
mprotect(0x7f6c5f38b000, 4096, PROT_READ) = 0
mprotect(0x7f6c5f15f000, 110592, PROT_READ) = 0
mprotect(0x7f6c5f5a5000, 4096, PROT_READ) = 0
mprotect(0x7f6c5f8af000, 4096, PROT_READ) = 0
mprotect(0x7f6c5fb25000, 4096, PROT_READ) = 0
mprotect(0x7f6c5fd34000, 4096, PROT_READ) = 0
mprotect(0x7f6c5ff3c000, 4096, PROT_READ) = 0
mprotect(0x7f6c60146000, 4096, PROT_READ) = 0
mprotect(0x7f6c605fd000, 20480, PROT_READ) = 0
mprotect(0x7f6c609d6000, 4096, PROT_READ) = 0
mprotect(0x7f6c60bff000, 4096, PROT_READ) = 0
mprotect(0x7f6c60e1a000, 4096, PROT_READ) = 0
mprotect(0x7f6c61028000, 4096, PROT_READ) = 0
writev(2, [{"vpp", 3}, {": ", 2}, {"symbol lookup error", 19}, {": ", 2}, 
{"vpp", 3}, {": ", 2}, {"undefined symbol: fib_entry_cmp_"..., 40}, {"", 0}, 
{"", 0}, {"\n", 1}], 10vpp: symbol lookup error: vpp: undefined symbol: 
fib_entry_cmp_for_sort
) = 72
exit_group(127)                         = ?
+++ exited with 127 +++
vagrant@localhost:/usr/lib/x86_64-linux-gnu$
_______________________________________________
vpp-dev mailing list
vpp-dev@lists.fd.io
https://lists.fd.io/mailman/listinfo/vpp-dev

Reply via email to