On 03/24/17 09:52, Senthilprabu Shanmugavel wrote:
> Hi,
> 
> On Ubuntu 14.04.1, ODP linux-generic build fails at make install.
> Build log is given below for reference. Is this a know bug?
> 

Nope. I can not reproduce it. Looks like you are installing to the same
directory where sources is. Try --prefix=/tmp/odp-install

Maxim.


> 
> root@guest2:~# git clone https://git.linaro.org/lng/odp.git
> Cloning into 'odp'...
> remote: Counting objects: 31292, done.
> remote: Compressing objects: 100% (8219/8219), done.
> remote: Total 31292 (delta 23317), reused 29919 (delta 21979)
> Receiving objects: 100% (31292/31292), 6.50 MiB | 5.51 MiB/s, done.
> Resolving deltas: 100% (23317/23317), done.
> Checking connectivity... done.
> 
> root@guest2:~# cd odp
> root@guest2:~/odp# ls -lrt
> total 180
> -rw-r--r--  1 root root  1455 Mar 24 08:15 README
> -rw-r--r--  1 root root   425 Mar 24 08:15 Makefile.am
> -rw-r--r--  1 root root  1514 Mar 24 08:15 LICENSE
> -rw-r--r--  1 root root  8653 Mar 24 08:15 DEPENDENCIES
> -rw-r--r--  1 root root  7191 Mar 24 08:15 CONTRIBUTING
> drwxr-xr-x  2 root root  4096 Mar 24 08:15 config
> -rw-r--r--  1 root root 89011 Mar 24 08:15 CHANGELOG
> -rwxr-xr-x  1 root root   133 Mar 24 08:15 bootstrap
> -rw-r--r--  1 root root 13445 Mar 24 08:15 configure.ac
> drwxr-xr-x 11 root root  4096 Mar 24 08:15 doc
> drwxr-xr-x 15 root root  4096 Mar 24 08:15 example
> drwxr-xr-x  6 root root  4096 Mar 24 08:15 helper
> drwxr-xr-x  3 root root  4096 Mar 24 08:15 include
> drwxr-xr-x  3 root root  4096 Mar 24 08:15 platform
> drwxr-xr-x  2 root root  4096 Mar 24 08:15 pkgconfig
> drwxr-xr-x  2 root root  4096 Mar 24 08:15 m4
> drwxr-xr-x  2 root root  4096 Mar 24 08:15 scripts
> drwxr-xr-x  5 root root  4096 Mar 24 08:15 test
> root@guest2:~/odp# ./bootstrap
> + aclocal -I config -I m4
> + libtoolize --copy
> libtoolize: putting auxiliary files in `.'.
> libtoolize: copying file `./ltmain.sh'
> libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
> libtoolize: copying file `m4/libtool.m4'
> libtoolize: copying file `m4/ltoptions.m4'
> libtoolize: copying file `m4/ltsugar.m4'
> libtoolize: copying file `m4/ltversion.m4'
> libtoolize: copying file `m4/lt~obsolete.m4'
> + autoheader
> + automake --add-missing --copy --warnings=all
> configure.ac:58: installing './ar-lib'
> configure.ac:25: installing './compile'
> configure.ac:60: installing './config.guess'
> configure.ac:60: installing './config.sub'
> configure.ac:21: installing './install-sh'
> configure.ac:21: installing './missing'
> example/classifier/Makefile.am: installing './depcomp'
> parallel-tests: installing './test-driver'
> + autoconf --force
> root@guest2:~/odp# mkdir build
> root@guest2:~/odp# cd build
> root@guest2:~/odp/build# ../configure --prefix=/root/odp/build
> 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 how to create a pax tar archive... gnutar
> 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 for special C compiler options needed for large files... no
> checking for _FILE_OFFSET_BITS value needed for large files... no
> checking whether make supports nested variables... (cached) 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 whether make sets $(MAKE)... (cached) yes
> checking whether ln -s works... yes
> checking for ar... ar
> checking the archiver (ar) interface... ar
> checking build system type... x86_64-unknown-linux-gnu
> checking host system type... x86_64-unknown-linux-gnu
> checking how to print strings... printf
> checking for a sed that does not truncate output... /bin/sed
> checking for fgrep... /bin/grep -F
> checking for ld used by gcc... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
> checking the name lister (/usr/bin/nm -B) interface... BSD nm
> checking the maximum length of command line arguments... 1572864
> checking whether the shell understands some XSI constructs... yes
> checking whether the shell understands "+="... yes
> checking how to convert x86_64-unknown-linux-gnu file names to
> x86_64-unknown-linux-gnu format... func_convert_file_noop
> checking how to convert x86_64-unknown-linux-gnu file names to
> toolchain format... func_convert_file_noop
> checking for /usr/bin/ld option to reload object files... -r
> checking for objdump... objdump
> checking how to recognize dependent libraries... pass_all
> checking for dlltool... no
> checking how to associate runtime and link libraries... printf %s\n
> checking for archiver @FILE support... @
> checking for strip... strip
> checking for ranlib... ranlib
> checking command to parse /usr/bin/nm -B output from gcc object... ok
> checking for sysroot... no
> checking for mt... mt
> checking if mt is a manifest tool... no
> checking for dlfcn.h... yes
> checking for objdir... .libs
> checking if gcc supports -fno-rtti -fno-exceptions... no
> checking for gcc option to produce PIC... -fPIC -DPIC
> checking if gcc PIC flag -fPIC -DPIC works... yes
> checking if gcc static flag -static works... yes
> checking if gcc supports -c -o file.o... yes
> checking if gcc supports -c -o file.o... (cached) yes
> checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports
> shared libraries... yes
> checking whether -lc should be explicitly linked in... no
> checking dynamic linker characteristics... GNU/Linux ld.so
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... yes
> checking how to run the C++ preprocessor... g++ -E
> checking for ld used by g++... /usr/bin/ld -m elf_x86_64
> checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
> checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports
> shared libraries... yes
> checking for g++ option to produce PIC... -fPIC -DPIC
> checking if g++ PIC flag -fPIC -DPIC works... yes
> checking if g++ static flag -static works... yes
> checking if g++ supports -c -o file.o... yes
> checking if g++ supports -c -o file.o... (cached) yes
> checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports
> shared libraries... yes
> checking dynamic linker characteristics... (cached) GNU/Linux ld.so
> checking how to hardcode library paths into programs... immediate
> checking for stdlib.h... (cached) yes
> checking for GNU libc compatible malloc... yes
> checking for stdlib.h... (cached) yes
> checking for unistd.h... (cached) yes
> checking for sys/param.h... yes
> checking for getpagesize... yes
> checking for working mmap... yes
> checking for bzero... yes
> checking for clock_gettime... yes
> checking for gethostbyname... yes
> checking for getpagesize... (cached) yes
> checking for gettimeofday... yes
> checking for memset... yes
> checking for munmap... yes
> checking for socket... yes
> checking for strchr... yes
> checking for strerror... yes
> checking for strrchr... yes
> checking for strstr... yes
> checking for strtoull... yes
> checking for sys/types.h... (cached) yes
> checking for netinet/in.h... yes
> checking for arpa/nameser.h... yes
> checking for netdb.h... yes
> checking for resolv.h... yes
> checking arpa/inet.h usability... yes
> checking arpa/inet.h presence... yes
> checking for arpa/inet.h... yes
> checking fcntl.h usability... yes
> checking fcntl.h presence... yes
> checking for fcntl.h... yes
> checking for inttypes.h... (cached) yes
> checking limits.h usability... yes
> checking limits.h presence... yes
> checking for limits.h... yes
> checking for netdb.h... (cached) yes
> checking for netinet/in.h... (cached) yes
> checking stddef.h usability... yes
> checking stddef.h presence... yes
> checking for stddef.h... yes
> checking for stdint.h... (cached) yes
> checking for stdlib.h... (cached) yes
> checking for string.h... (cached) yes
> checking sys/ioctl.h usability... yes
> checking sys/ioctl.h presence... yes
> checking for sys/ioctl.h... yes
> checking sys/socket.h usability... yes
> checking sys/socket.h presence... yes
> checking for sys/socket.h... yes
> checking sys/time.h usability... yes
> checking sys/time.h presence... yes
> checking for sys/time.h... yes
> checking for unistd.h... (cached) yes
> checking for stdbool.h that conforms to C99... yes
> checking for _Bool... yes
> checking for inline... inline
> checking for size_t... yes
> checking for ssize_t... yes
> checking for uint8_t... yes
> checking for uint16_t... yes
> checking for int32_t... yes
> checking for uint32_t... yes
> checking for uint64_t... yes
> checking for C compiler vendor... gnu
> checking for C compiler version... 4.8.4
> checking for valgrind... no
> checking whether gcc supports -fvisibility=hidden... yes
> checking for GCC atomic builtins... yes
> checking if compiler needs -Werror to reject unknown flags... no
> checking for the pthreads library -lpthreads... no
> checking whether pthreads work without any flags... no
> checking whether pthreads work with -Kthread... no
> checking whether pthreads work with -kthread... no
> checking for the pthreads library -llthread... no
> checking whether pthreads work with -pthread... yes
> checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
> checking if more special flags are required for pthreads... no
> checking for PTHREAD_PRIO_INHERIT... yes
> checking for EVP_EncryptInit in -lcrypto... yes
> checking openssl/des.h usability... yes
> checking openssl/des.h presence... yes
> checking for openssl/des.h... yes
> checking openssl/rand.h usability... yes
> checking openssl/rand.h presence... yes
> checking for openssl/rand.h... yes
> checking openssl/hmac.h usability... yes
> checking openssl/hmac.h presence... yes
> checking for openssl/hmac.h... yes
> checking openssl/evp.h usability... yes
> checking openssl/evp.h presence... yes
> checking for openssl/evp.h... yes
> checking pcap/pcap.h usability... yes
> checking pcap/pcap.h presence... yes
> checking for pcap/pcap.h... yes
> checking pcap/bpf.h usability... yes
> checking pcap/bpf.h presence... yes
> checking for pcap/bpf.h... yes
> checking for pcap_open_offline in -lpcap... yes
> checking for doxygen... doxygen
> checking for asciidoctor... no
> configure: WARNING: asciidoctor not found - continuing without
> asciidoctor support
> checking for mscgen... no
> configure: WARNING: mscgen not found - continuing without sequence
> message support
> checking for doxygen... /usr/bin/doxygen
> checking for perl... /usr/bin/perl
> DX_FLAG_doc=1
> DX_FLAG_html=1
> checking for library containing timer_create... -lrt
> checking that generated files are newer than configure... done
> configure: creating ./config.status
> config.status: creating include/odp/api/spec/version.h
> config.status: creating platform/linux-generic/Makefile
> config.status: creating
> platform/linux-generic/include/odp/api/plat/static_inline.h
> config.status: creating test/linux-generic/Makefile
> config.status: creating test/linux-generic/validation/api/shmem/Makefile
> config.status: creating test/linux-generic/validation/api/pktio/Makefile
> config.status: creating test/linux-generic/mmap_vlan_ins/Makefile
> config.status: creating test/linux-generic/pktio_ipc/Makefile
> config.status: creating test/linux-generic/ring/Makefile
> config.status: creating test/linux-generic/performance/Makefile
> config.status: creating doc/application-api-guide/Makefile
> config.status: creating doc/helper-guide/Makefile
> config.status: creating doc/implementers-guide/Makefile
> config.status: creating doc/Makefile
> config.status: creating doc/platform-api-guide/Makefile
> config.status: creating doc/process-guide/Makefile
> config.status: creating doc/users-guide/Makefile
> config.status: creating doc/driver-api-guide/Makefile
> config.status: creating example/classifier/Makefile
> config.status: creating example/generator/Makefile
> config.status: creating example/hello/Makefile
> config.status: creating example/ipsec/Makefile
> config.status: creating example/l2fwd_simple/Makefile
> config.status: creating example/l3fwd/Makefile
> config.status: creating example/packet/Makefile
> config.status: creating example/switch/Makefile
> config.status: creating example/time/Makefile
> config.status: creating example/timer/Makefile
> config.status: creating example/traffic_mgmt/Makefile
> config.status: creating example/Makefile
> config.status: creating helper/Makefile
> config.status: creating helper/test/Makefile
> config.status: creating test/common_plat/Makefile
> config.status: creating test/common_plat/common/Makefile
> config.status: creating test/common_plat/miscellaneous/Makefile
> config.status: creating test/common_plat/performance/Makefile
> config.status: creating test/common_plat/validation/Makefile
> config.status: creating test/common_plat/validation/api/atomic/Makefile
> config.status: creating test/common_plat/validation/api/barrier/Makefile
> config.status: creating test/common_plat/validation/api/buffer/Makefile
> config.status: creating 
> test/common_plat/validation/api/classification/Makefile
> config.status: creating test/common_plat/validation/api/cpumask/Makefile
> config.status: creating test/common_plat/validation/api/crypto/Makefile
> config.status: creating test/common_plat/validation/api/errno/Makefile
> config.status: creating test/common_plat/validation/api/hash/Makefile
> config.status: creating test/common_plat/validation/api/init/Makefile
> config.status: creating test/common_plat/validation/api/lock/Makefile
> config.status: creating test/common_plat/validation/api/Makefile
> config.status: creating test/common_plat/validation/api/packet/Makefile
> config.status: creating test/common_plat/validation/api/pktio/Makefile
> config.status: creating test/common_plat/validation/api/pool/Makefile
> config.status: creating test/common_plat/validation/api/queue/Makefile
> config.status: creating test/common_plat/validation/api/random/Makefile
> config.status: creating test/common_plat/validation/api/scheduler/Makefile
> config.status: creating test/common_plat/validation/api/shmem/Makefile
> config.status: creating test/common_plat/validation/api/std_clib/Makefile
> config.status: creating test/common_plat/validation/api/system/Makefile
> config.status: creating test/common_plat/validation/api/thread/Makefile
> config.status: creating test/common_plat/validation/api/time/Makefile
> config.status: creating test/common_plat/validation/api/timer/Makefile
> config.status: creating test/common_plat/validation/api/traffic_mngr/Makefile
> config.status: creating test/Makefile
> config.status: creating Makefile
> config.status: creating pkgconfig/libodp-linux.pc
> config.status: creating pkgconfig/libodphelper.pc
> config.status: creating helper/config.h
> config.status: executing depfiles commands
> config.status: executing libtool commands
> 
>         opendataplane 1.14.0.0
> 
>         ODP Library version:    114:0:1
>         Helper Library version: 112:0:0
> 
>         implementation_name:    odp-linux
>         host:                   x86_64-unknown-linux-gnu
>         ARCH_DIR                x86
>         ARCH_ABI                x86_64-linux
>         with_platform:          linux-generic
>         helper_linux:           no
>         prefix:                 /root/odp/build
>         sysconfdir:             ${prefix}/etc
>         libdir:                 ${exec_prefix}/lib
>         includedir:             ${prefix}/include
>         testdir:
>         WITH_ARCH:              x86
> 
>         cc:                     gcc
>         cc version:             4.8.4
>         cppflags:
>         am_cppflags:
>         am_cxxflags:            -std=c++11
>         cflags:                 -g -O2
>         am_cflags:               -pthread -DHAVE_PCAP
> -DIMPLEMENTATION_NAME=odp-linux -DODP_DEBUG_PRINT=0
> -DODPH_DEBUG_PRINT=0 -DODP_DEBUG=0 -W -Wall -Werror
> -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
> -Wold-style-definition -Wpointer-arith -Wcast-align -Wnested-externs
> -Wcast-qual -Wformat-nonliteral -Wformat-security -Wundef
> -Wwrite-strings -std=c99
>         ldflags:
>         am_ldflags:               -pthread -lrt
>         libs:                   -lrt -lcrypto   -lpcap
>         defs:                   -DHAVE_CONFIG_H
>         static libraries:       yes
>         shared libraries:       yes
>         ABI compatible:         yes
>         cunit:                  no
>         test_vald:              no
>         test_perf:              no
>         test_perf_proc:         no
>         test_cpp:               no
>         test_helper:            no
>         test_example:           no
>         user_guides:            no
> 
> root@guest2:~/odp/build# make
> Making all in platform/linux-generic
> make[1]: Entering directory `/root/odp/build/platform/linux-generic'
>   CC       _fdserver.lo
>   CC       _ishm.lo
>   CC       _ishmphy.lo
>   CC       odp_atomic.lo
>   CC       odp_barrier.lo
>   CC       odp_bitmap.lo
>   CC       odp_buffer.lo
>   CC       odp_byteorder.lo
>   CC       odp_classification.lo
>   CC       odp_cpu.lo
>   CC       odp_cpumask.lo
>   CC       odp_cpumask_task.lo
>   CC       odp_crypto.lo
>   CC       odp_errno.lo
>   CC       odp_event.lo
>   CC       odp_hash.lo
>   CC       odp_init.lo
>   CC       odp_impl.lo
>   CC       odp_name_table.lo
>   CC       odp_packet.lo
>   CC       odp_packet_flags.lo
>   CC       odp_packet_io.lo
>   CC       pktio/ethtool.lo
>   CC       pktio/io_ops.lo
>   CC       pktio/ipc.lo
>   CC       pktio/pktio_common.lo
>   CC       pktio/loop.lo
>   CC       pktio/netmap.lo
>   CC       pktio/dpdk.lo
>   CC       pktio/socket.lo
>   CC       pktio/socket_mmap.lo
>   CC       pktio/sysfs.lo
>   CC       pktio/tap.lo
>   CC       pktio/ring.lo
>   CC       odp_pkt_queue.lo
>   CC       odp_pool.lo
>   CC       odp_queue.lo
>   CC       odp_rwlock.lo
>   CC       odp_rwlock_recursive.lo
>   CC       odp_schedule.lo
>   CC       odp_schedule_if.lo
>   CC       odp_schedule_sp.lo
>   CC       odp_schedule_iquery.lo
>   CC       odp_shared_memory.lo
>   CC       odp_sorted_list.lo
>   CC       odp_spinlock.lo
>   CC       odp_spinlock_recursive.lo
>   CC       odp_std_clib.lo
>   CC       odp_sync.lo
>   CC       odp_system_info.lo
>   CC       odp_thread.lo
>   CC       odp_thrmask.lo
>   CC       odp_ticketlock.lo
>   CC       odp_time.lo
>   CC       odp_timer.lo
>   CC       odp_timer_wheel.lo
>   CC       odp_traffic_mngr.lo
>   CC       odp_version.lo
>   CC       odp_weak.lo
>   CC       arch/x86/odp_cpu_arch.lo
>   CC       arch/x86/odp_sysinfo_parse.lo
>   CC       pktio/pcap.lo
>   CCLD     ../../lib/libodp-linux.la
> make[1]: Leaving directory `/root/odp/build/platform/linux-generic'
> Making all in helper
> make[1]: Entering directory `/root/odp/build/helper'
> make  all-am
> make[2]: Entering directory `/root/odp/build/helper'
>   CC       eth.lo
>   CC       ip.lo
>   CC       chksum.lo
>   CC       hashtable.lo
>   CC       lineartable.lo
>   CC       cuckootable.lo
>   CC       iplookuptable.lo
>   CC       threads.lo
>   CCLD     ../lib/libodphelper.la
> make[2]: Leaving directory `/root/odp/build/helper'
> make[1]: Leaving directory `/root/odp/build/helper'
> Making all in test
> make[1]: Entering directory `/root/odp/build/test'
> Making all in common_plat
> make[2]: Entering directory `/root/odp/build/test/common_plat'
> Making all in performance
> make[3]: Entering directory `/root/odp/build/test/common_plat/performance'
>   CC       odp_bench_packet-odp_bench_packet.o
>   CCLD     odp_bench_packet
>   CC       odp_crypto-odp_crypto.o
>   CCLD     odp_crypto
>   CC       odp_pktio_perf-odp_pktio_perf.o
>   CCLD     odp_pktio_perf
>   CC       odp_l2fwd-odp_l2fwd.o
>   CCLD     odp_l2fwd
>   CC       odp_pktio_ordered-odp_pktio_ordered.o
>   CCLD     odp_pktio_ordered
>   CC       odp_sched_latency-odp_sched_latency.o
>   CCLD     odp_sched_latency
>   CC       odp_scheduling-odp_scheduling.o
>   CCLD     odp_scheduling
> make[3]: Leaving directory `/root/odp/build/test/common_plat/performance'
> Making all in miscellaneous
> make[3]: Entering directory `/root/odp/build/test/common_plat/miscellaneous'
> make[3]: Nothing to be done for `all'.
> make[3]: Leaving directory `/root/odp/build/test/common_plat/miscellaneous'
> Making all in validation
> make[3]: Entering directory `/root/odp/build/test/common_plat/validation'
> make[4]: Entering directory `/root/odp/build/test/common_plat/validation'
> make[4]: Nothing to be done for `all-am'.
> make[4]: Leaving directory `/root/odp/build/test/common_plat/validation'
> make[3]: Leaving directory `/root/odp/build/test/common_plat/validation'
> make[3]: Entering directory `/root/odp/build/test/common_plat'
> make[3]: Nothing to be done for `all-am'.
> make[3]: Leaving directory `/root/odp/build/test/common_plat'
> make[2]: Leaving directory `/root/odp/build/test/common_plat'
> Making all in linux-generic
> make[2]: Entering directory `/root/odp/build/test/linux-generic'
> Making all in performance
> make[3]: Entering directory `/root/odp/build/test/linux-generic/performance'
> make[3]: Nothing to be done for `all'.
> make[3]: Leaving directory `/root/odp/build/test/linux-generic/performance'
> make[3]: Entering directory `/root/odp/build/test/linux-generic'
> echo "TESTS=\"\""    > tests-validation.env
> echo "ODP_PLATFORM=linux-generic EXEEXT=
> TEST_DIR=../../test/common_plat/validation" >> tests-validation.env
> echo ""      >> tests-validation.env
> make[3]: Leaving directory `/root/odp/build/test/linux-generic'
> make[2]: Leaving directory `/root/odp/build/test/linux-generic'
> make[2]: Entering directory `/root/odp/build/test'
> make[2]: Nothing to be done for `all-am'.
> make[2]: Leaving directory `/root/odp/build/test'
> make[1]: Leaving directory `/root/odp/build/test'
> Making all in helper/test
> make[1]: Entering directory `/root/odp/build/helper/test'
>   CC       chksum.o
>   CCLD     chksum
>   CC       cuckootable.o
>   CCLD     cuckootable
>   CC       parse.o
>   CCLD     parse
>   CC       table.o
>   CCLD     table
>   CC       iplookuptable.o
>   CCLD     iplookuptable
>   CC       odpthreads.o
>   CCLD     odpthreads
> make[1]: Leaving directory `/root/odp/build/helper/test'
> Making all in doc
> make[1]: Entering directory `/root/odp/build/doc'
> Making all in application-api-guide
> make[2]: Entering directory `/root/odp/build/doc/application-api-guide'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory `/root/odp/build/doc/application-api-guide'
> Making all in helper-guide
> make[2]: Entering directory `/root/odp/build/doc/helper-guide'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory `/root/odp/build/doc/helper-guide'
> Making all in platform-api-guide
> make[2]: Entering directory `/root/odp/build/doc/platform-api-guide'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory `/root/odp/build/doc/platform-api-guide'
> Making all in driver-api-guide
> make[2]: Entering directory `/root/odp/build/doc/driver-api-guide'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory `/root/odp/build/doc/driver-api-guide'
> make[2]: Entering directory `/root/odp/build/doc'
> make[2]: Nothing to be done for `all-am'.
> make[2]: Leaving directory `/root/odp/build/doc'
> make[1]: Leaving directory `/root/odp/build/doc'
> Making all in example
> make[1]: Entering directory `/root/odp/build/example'
> Making all in classifier
> make[2]: Entering directory `/root/odp/build/example/classifier'
>   CC       odp_classifier-odp_classifier.o
>   CCLD     odp_classifier
> make[2]: Leaving directory `/root/odp/build/example/classifier'
> Making all in generator
> make[2]: Entering directory `/root/odp/build/example/generator'
>   CC       odp_generator-odp_generator.o
>   CCLD     odp_generator
> make[2]: Leaving directory `/root/odp/build/example/generator'
> Making all in hello
> make[2]: Entering directory `/root/odp/build/example/hello'
>   CC       odp_hello-odp_hello.o
>   CCLD     odp_hello
> make[2]: Leaving directory `/root/odp/build/example/hello'
> Making all in ipsec
> make[2]: Entering directory `/root/odp/build/example/ipsec'
>   CC       odp_ipsec-odp_ipsec.o
>   CC       odp_ipsec-odp_ipsec_sa_db.o
>   CC       odp_ipsec-odp_ipsec_sp_db.o
>   CC       odp_ipsec-odp_ipsec_fwd_db.o
>   CC       odp_ipsec-odp_ipsec_loop_db.o
>   CC       odp_ipsec-odp_ipsec_cache.o
>   CC       odp_ipsec-odp_ipsec_stream.o
>   CCLD     odp_ipsec
> make[2]: Leaving directory `/root/odp/build/example/ipsec'
> Making all in l2fwd_simple
> make[2]: Entering directory `/root/odp/build/example/l2fwd_simple'
>   CC       odp_l2fwd_simple-odp_l2fwd_simple.o
>   CCLD     odp_l2fwd_simple
> make[2]: Leaving directory `/root/odp/build/example/l2fwd_simple'
> Making all in l3fwd
> make[2]: Entering directory `/root/odp/build/example/l3fwd'
>   CC       odp_l3fwd-odp_l3fwd.o
>   CC       odp_l3fwd-odp_l3fwd_db.o
>   CC       odp_l3fwd-odp_l3fwd_lpm.o
>   CCLD     odp_l3fwd
> make[2]: Leaving directory `/root/odp/build/example/l3fwd'
> Making all in packet
> make[2]: Entering directory `/root/odp/build/example/packet'
>   CC       odp_pktio-odp_pktio.o
>   CCLD     odp_pktio
> make[2]: Leaving directory `/root/odp/build/example/packet'
> Making all in switch
> make[2]: Entering directory `/root/odp/build/example/switch'
>   CC       odp_switch-odp_switch.o
>   CCLD     odp_switch
> make[2]: Leaving directory `/root/odp/build/example/switch'
> Making all in time
> make[2]: Entering directory `/root/odp/build/example/time'
>   CC       odp_time_global-time_global_test.o
>   CCLD     odp_time_global
> make[2]: Leaving directory `/root/odp/build/example/time'
> Making all in timer
> make[2]: Entering directory `/root/odp/build/example/timer'
>   CC       odp_timer_test-odp_timer_test.o
>   CCLD     odp_timer_test
>   CC       odp_timer_simple-odp_timer_simple.o
>   CCLD     odp_timer_simple
> make[2]: Leaving directory `/root/odp/build/example/timer'
> Making all in traffic_mgmt
> make[2]: Entering directory `/root/odp/build/example/traffic_mgmt'
>   CC       odp_traffic_mgmt-odp_traffic_mgmt.o
>   CCLD     odp_traffic_mgmt
> make[2]: Leaving directory `/root/odp/build/example/traffic_mgmt'
> make[2]: Entering directory `/root/odp/build/example'
> make[2]: Nothing to be done for `all-am'.
> make[2]: Leaving directory `/root/odp/build/example'
> make[1]: Leaving directory `/root/odp/build/example'
> make[1]: Entering directory `/root/odp/build'
> make[1]: Nothing to be done for `all-am'.
> make[1]: Leaving directory `/root/odp/build'
> root@guest2:~/odp/build# make install
> Making install in platform/linux-generic
> make[1]: Entering directory `/root/odp/build/platform/linux-generic'
> make[2]: Entering directory `/root/odp/build/platform/linux-generic'
>  /bin/mkdir -p '/root/odp/build/lib'
>  /bin/bash ../../libtool   --mode=install /usr/bin/install -c
> ../../lib/libodp-linux.la '/root/odp/build/lib'
> libtool: install: /usr/bin/install -c
> ../../lib/.libs/libodp-linux.so.114.0.1
> /root/odp/build/lib/libodp-linux.so.114.0.1
> libtool: install: (cd /root/odp/build/lib && { ln -s -f
> libodp-linux.so.114.0.1 libodp-linux.so.114 || { rm -f
> libodp-linux.so.114 && ln -s libodp-linux.so.114.0.1
> libodp-linux.so.114; }; })
> libtool: install: (cd /root/odp/build/lib && { ln -s -f
> libodp-linux.so.114.0.1 libodp-linux.so || { rm -f libodp-linux.so &&
> ln -s libodp-linux.so.114.0.1 libodp-linux.so; }; })
> libtool: install: /usr/bin/install -c ../../lib/.libs/libodp-linux.lai
> /root/odp/build/lib/libodp-linux.la
> libtool: install: /usr/bin/install -c ../../lib/.libs/libodp-linux.a
> /root/odp/build/lib/libodp-linux.a
> libtool: install: chmod 644 /root/odp/build/lib/libodp-linux.a
> libtool: install: ranlib /root/odp/build/lib/libodp-linux.a
> libtool: finish:
> PATH="/usr/lib/jvm/jre-1.7.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/CEVA-ToolBox/V16//CEVA-XC/:/sbin"
> ldconfig -n /root/odp/build/lib
> ----------------------------------------------------------------------
> Libraries have been installed in:
>    /root/odp/build/lib
> 
> If you ever happen to want to link against installed libraries
> in a given directory, LIBDIR, you must either use libtool, and
> specify the full pathname of the library, or use the `-LLIBDIR'
> flag during linking and do at least one of the following:
>    - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
>      during execution
>    - add LIBDIR to the `LD_RUN_PATH' environment variable
>      during linking
>    - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
>    - have your system administrator add LIBDIR to `/etc/ld.so.conf'
> 
> See any operating system documentation about shared libraries for
> more information, such as the ld(1) and ld.so(8) manual pages.
> ----------------------------------------------------------------------
>  /bin/mkdir -p '/root/odp/build/include'
>  /usr/bin/install -c -m 644 ../../../include/odp.h
> ../../../include/odp_api.h '/root/odp/build/include'
>  /bin/mkdir -p '/root/odp/build/include/odp/arch/x86_64-linux/odp/api/abi'
>  /usr/bin/install -c -m 644
> ../../../include/odp/arch/x86_64-linux/odp/api/abi/buffer.h
> ../../../include/odp/arch/x86_64-linux/odp/api/abi/classification.h
> ../../../include/odp/arch/x86_64-linux/odp/api/abi/crypto.h
> ../../../include/odp/arch/x86_64-linux/odp/api/abi/event.h
> ../../../include/odp/arch/x86_64-linux/odp/api/abi/packet.h
> ../../../include/odp/arch/x86_64-linux/odp/api/abi/pool.h
> ../../../include/odp/arch/x86_64-linux/odp/api/abi/queue.h
> ../../../include/odp/arch/x86_64-linux/odp/api/abi/shared_memory.h
> '/root/odp/build/include/odp/arch/x86_64-linux/odp/api/abi'
>  /bin/mkdir -p '/root/odp/build/include/odp/arch/default/api/abi'
>  /usr/bin/install -c -m 644
> ../../../include/odp/arch/default/api/abi/buffer.h
> ../../../include/odp/arch/default/api/abi/classification.h
> ../../../include/odp/arch/default/api/abi/crypto.h
> ../../../include/odp/arch/default/api/abi/event.h
> ../../../include/odp/arch/default/api/abi/packet.h
> ../../../include/odp/arch/default/api/abi/pool.h
> ../../../include/odp/arch/default/api/abi/queue.h
> ../../../include/odp/arch/default/api/abi/shared_memory.h
> '/root/odp/build/include/odp/arch/default/api/abi'
>  /bin/mkdir -p '/root/odp/build/include/odp/api'
>  /usr/bin/install -c -m 644
> ../../../platform/linux-generic/include/odp/api/align.h
> ../../../platform/linux-generic/include/odp/api/atomic.h
> ../../../platform/linux-generic/include/odp/api/barrier.h
> ../../../platform/linux-generic/include/odp/api/buffer.h
> ../../../platform/linux-generic/include/odp/api/byteorder.h
> ../../../platform/linux-generic/include/odp/api/classification.h
> ../../../platform/linux-generic/include/odp/api/compiler.h
> ../../../platform/linux-generic/include/odp/api/cpu.h
> ../../../platform/linux-generic/include/odp/api/cpumask.h
> ../../../platform/linux-generic/include/odp/api/crypto.h
> ../../../platform/linux-generic/include/odp/api/debug.h
> ../../../platform/linux-generic/include/odp/api/errno.h
> ../../../platform/linux-generic/include/odp/api/event.h
> ../../../platform/linux-generic/include/odp/api/hash.h
> ../../../platform/linux-generic/include/odp/api/hints.h
> ../../../platform/linux-generic/include/odp/api/init.h
> ../../../platform/linux-generic/include/odp/api/packet_flags.h
> ../../../platform/linux-generic/include/odp/api/packet.h
> ../../../platform/linux-generic/include/odp/api/packet_io.h
> ../../../platform/linux-generic/include/odp/api/packet_io_stats.h
> ../../../platform/linux-generic/include/odp/api/pool.h
> ../../../platform/linux-generic/include/odp/api/queue.h
> ../../../platform/linux-generic/include/odp/api/random.h
> ../../../platform/linux-generic/include/odp/api/rwlock.h
> ../../../platform/linux-generic/include/odp/api/rwlock_recursive.h
> ../../../platform/linux-generic/include/odp/api/schedule.h
> ../../../platform/linux-generic/include/odp/api/schedule_types.h
> ../../../platform/linux-generic/include/odp/api/shared_memory.h
> ../../../platform/linux-generic/include/odp/api/spinlock.h
> ../../../platform/linux-generic/include/odp/api/spinlock_recursive.h
> ../../../platform/linux-generic/include/odp/api/std_clib.h
> ../../../platform/linux-generic/include/odp/api/std_types.h
> ../../../platform/linux-generic/include/odp/api/sync.h
> ../../../platform/linux-generic/include/odp/api/system_info.h
> ../../../platform/linux-generic/include/odp/api/thread.h
> ../../../platform/linux-generic/include/odp/api/thrmask.h
> ../../../platform/linux-generic/include/odp/api/ticketlock.h
> ../../../platform/linux-generic/include/odp/api/time.h
> ../../../platform/linux-generic/include/odp/api/timer.h
> ../../../platform/linux-generic/include/odp/api/traffic_mngr.h
> '/root/odp/build/include/odp/api'
>  /usr/bin/install -c -m 644
> ../../../platform/linux-generic/include/odp/api/version.h
> ../../../platform/linux-generic/arch/x86/odp/api/cpu_arch.h
> '/root/odp/build/include/odp/api'
>  /bin/mkdir -p '/root/odp/build/include/odp/api/plat'
>  /usr/bin/install -c -m 644 ./include/odp/api/plat/static_inline.h
> ../../../platform/linux-generic/include/odp/api/plat/atomic_inlines.h
> ../../../platform/linux-generic/include/odp/api/plat/atomic_types.h
> ../../../platform/linux-generic/include/odp/api/plat/barrier_types.h
> ../../../platform/linux-generic/include/odp/api/plat/buffer_types.h
> ../../../platform/linux-generic/include/odp/api/plat/byteorder_inlines.h
> ../../../platform/linux-generic/include/odp/api/plat/byteorder_types.h
> ../../../platform/linux-generic/include/odp/api/plat/classification_types.h
> ../../../platform/linux-generic/include/odp/api/plat/cpumask_types.h
> ../../../platform/linux-generic/include/odp/api/plat/crypto_types.h
> ../../../platform/linux-generic/include/odp/api/plat/event_types.h
> ../../../platform/linux-generic/include/odp/api/plat/init_types.h
> ../../../platform/linux-generic/include/odp/api/plat/packet_flag_inlines.h
> ../../../platform/linux-generic/include/odp/api/plat/packet_flag_inlines_api.h
> ../../../platform/linux-generic/include/odp/api/plat/packet_inlines.h
> ../../../platform/linux-generic/include/odp/api/plat/packet_inlines_api.h
> ../../../platform/linux-generic/include/odp/api/plat/packet_types.h
> ../../../platform/linux-generic/include/odp/api/plat/packet_io_types.h
> ../../../platform/linux-generic/include/odp/api/plat/pool_types.h
> ../../../platform/linux-generic/include/odp/api/plat/queue_types.h
> ../../../platform/linux-generic/include/odp/api/plat/rwlock_types.h
> ../../../platform/linux-generic/include/odp/api/plat/rwlock_recursive_types.h
> ../../../platform/linux-generic/include/odp/api/plat/schedule_types.h
> ../../../platform/linux-generic/include/odp/api/plat/shared_memory_types.h
> ../../../platform/linux-generic/include/odp/api/plat/spinlock_types.h
> ../../../platform/linux-generic/include/odp/api/plat/spinlock_recursive_types.h
> ../../../platform/linux-generic/include/odp/api/plat/std_clib_inlines.h
> ../../../platform/linux-generic/include/odp/api/plat/strong_types.h
> ../../../platform/linux-generic/include/odp/api/plat/sync_inlines.h
> ../../../platform/linux-generic/include/odp/api/plat/thread_types.h
> ../../../platform/linux-generic/include/odp/api/plat/thrmask_types.h
> ../../../platform/linux-generic/include/odp/api/plat/ticketlock_inlines.h
> ../../../platform/linux-generic/include/odp/api/plat/ticketlock_inlines_api.h
> ../../../platform/linux-generic/include/odp/api/plat/ticketlock_types.h
> ../../../platform/linux-generic/include/odp/api/plat/time_types.h
> ../../../platform/linux-generic/include/odp/api/plat/timer_types.h
> ../../../platform/linux-generic/include/odp/api/plat/traffic_mngr_types.h
> ../../../platform/linux-generic/include/odp/api/plat/version_types.h
> '/root/odp/build/include/odp/api/plat'
>  /bin/mkdir -p '/root/odp/build/include/odp/api/spec'
>  /usr/bin/install -c -m 644 ../../../include/odp/api/spec/align.h
> ../../../include/odp/api/spec/atomic.h
> ../../../include/odp/api/spec/barrier.h
> ../../../include/odp/api/spec/buffer.h
> ../../../include/odp/api/spec/byteorder.h
> ../../../include/odp/api/spec/classification.h
> ../../../include/odp/api/spec/compiler.h
> ../../../include/odp/api/spec/cpu.h
> ../../../include/odp/api/spec/cpumask.h
> ../../../include/odp/api/spec/crypto.h
> ../../../include/odp/api/spec/debug.h
> ../../../include/odp/api/spec/errno.h
> ../../../include/odp/api/spec/event.h
> ../../../include/odp/api/spec/hash.h
> ../../../include/odp/api/spec/hints.h
> ../../../include/odp/api/spec/init.h
> ../../../include/odp/api/spec/packet.h
> ../../../include/odp/api/spec/packet_flags.h
> ../../../include/odp/api/spec/packet_io.h
> ../../../include/odp/api/spec/packet_io_stats.h
> ../../../include/odp/api/spec/pool.h
> ../../../include/odp/api/spec/queue.h
> ../../../include/odp/api/spec/random.h
> ../../../include/odp/api/spec/rwlock.h
> ../../../include/odp/api/spec/rwlock_recursive.h
> ../../../include/odp/api/spec/schedule.h
> ../../../include/odp/api/spec/schedule_types.h
> ../../../include/odp/api/spec/shared_memory.h
> ../../../include/odp/api/spec/spinlock.h
> ../../../include/odp/api/spec/spinlock_recursive.h
> ../../../include/odp/api/spec/std_clib.h
> ../../../include/odp/api/spec/std_types.h
> ../../../include/odp/api/spec/sync.h
> ../../../include/odp/api/spec/system_info.h
> ../../../include/odp/api/spec/thread.h
> ../../../include/odp/api/spec/thrmask.h
> ../../../include/odp/api/spec/ticketlock.h
> ../../../include/odp/api/spec/time.h
> ../../../include/odp/api/spec/timer.h
> ../../include/odp/api/spec/version.h
> '/root/odp/build/include/odp/api/spec'
> /usr/bin/install: ‘../../include/odp/api/spec/version.h’ and
> ‘/root/odp/build/include/odp/api/spec/version.h’ are the same file
> make[2]: *** [install-odpapispecincludeHEADERS] Error 1
> make[2]: Leaving directory `/root/odp/build/platform/linux-generic'
> make[1]: *** [install-am] Error 2
> make[1]: Leaving directory `/root/odp/build/platform/linux-generic'
> make: *** [install-recursive] Error 1
> root@guest2:~/odp/build#
> 
> 
> 

Reply via email to