==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: ode 0.16.2-2 (Tue Oct 10 14:36:58 2023)
==> Retrieving sources...
  -> Found ode-0.16.2.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    ode-0.16.2.tar.gz ... Passed
==> Making package: ode 0.16.2-2 (Tue 10 Oct 2023 02:37:05 PM MDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found ode-0.16.2.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting ode-0.16.2.tar.gz with bsdtar
==> Starting prepare()...
Please make sure that you use automake 1.11 or later
Warnings about underquoted definitions are harmless
Running aclocal
aclocal: overwriting 'm4/libtool.m4' with '/usr/share/aclocal/libtool.m4'
aclocal: overwriting 'm4/ltversion.m4' with '/usr/share/aclocal/ltversion.m4'
aclocal: overwriting 'm4/pkg.m4' with '/usr/share/aclocal/pkg.m4'
Running libtoolize
Running autoheader
Running automake
Running autoconf
Running bootstrap in ou directory
configure.ac:57: warning: The macro `AC_LIBTOOL_WIN32_DLL' is obsolete.
configure.ac:57: You should run autoupdate.
aclocal.m4:8545: AC_LIBTOOL_WIN32_DLL is expanded from...
configure.ac:57: the top level
configure.ac:57: warning: AC_LIBTOOL_WIN32_DLL: Remove this warning and the call to _LT_SET_OPTION when you
configure.ac:57: put the 'win32-dll' option into LT_INIT's first parameter.
./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
aclocal.m4:8545: AC_LIBTOOL_WIN32_DLL is expanded from...
configure.ac:57: the top level
configure.ac:58: warning: The macro `AC_PROG_LIBTOOL' is obsolete.
configure.ac:58: You should run autoupdate.
aclocal.m4:122: AC_PROG_LIBTOOL is expanded from...
configure.ac:58: the top level
configure.ac:69: warning: The macro `AC_HEADER_STDC' is obsolete.
configure.ac:69: You should run autoupdate.
./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
configure.ac:69: the top level
configure.ac:110: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:110: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:110: the top level
configure.ac:120: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:120: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:120: the top level
Running bootstrap in libccd directory
Now you are ready to run ./configure
==> Starting build()...
checking build system type... aarch64-unknown-linux-gnu
checking host system type... aarch64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make sets $(MAKE)... (cached) yes
checking for g++... g++
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 the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... none needed
checking whether make supports the include directive... yes (GNU style)
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... 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 gawk... (cached) gawk
checking whether ln -s works... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/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 how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert aarch64-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 file... file
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 ar... ar
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 a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
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) 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
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) 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) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for windres... no
checking whether byte ordering is bigendian... no
checking for inline... inline
checking for working volatile... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for doxygen... no
checking for alloca.h... yes
checking for stdio.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for math.h... yes
checking for string.h... (cached) yes
checking for stdarg.h... yes
checking for malloc.h... yes
checking for float.h... yes
checking for time.h... yes
checking for sys/time.h... yes
checking for limits.h... yes
checking for stddef.h... yes
checking if double precision is requested... yes
checking which drawstuff lib to build... X11
checking for X11... no
checking if demos should be built... no
configure: WARNING: Demos will not be built because OpenGL doesn't seem to work. See `config.log' for details.
checking for main in -lstdc++... yes
checking for main in -lpthread... yes
checking for gprof... no
checking for _Bool... yes
checking for stdbool.h that conforms to C99... yes
checking for inline... (cached) inline
checking for int32_t... yes
checking for obstacks... yes
checking for size_t... yes
checking for uint32_t... yes
checking for main in -lm... yes
checking for main in -lsunmath... no
checking for main in -lrt... yes
checking for atan2f... yes
checking for clock_gettime... yes
checking for copysign... yes
checking for copysignf... yes
checking for cosf... yes
checking for fabsf... yes
checking for floor... yes
checking for fmodf... yes
checking for gettimeofday... yes
checking for isnan... yes
checking for _isnan... no
checking for __isnan... yes
checking for isnanf... yes
checking for _isnanf... no
checking for __isnanf... yes
checking for memmove... yes
checking for memset... yes
checking for pthread_attr_setstacklazy... no
checking for pthread_attr_setinheritsched... yes
checking for pthread_condattr_setclock... yes
checking for sinf... yes
checking for snprintf... yes
checking for sqrt... yes
checking for sqrtf... yes
checking for strchr... yes
checking for strstr... yes
checking for vsnprintf... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for pthread_condattr_setclock... (cached) yes
checking for no_pthread_condattr_setclock... no
checking for CCD... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating drawstuff/Makefile
config.status: creating drawstuff/src/Makefile
config.status: creating drawstuff/dstest/Makefile
config.status: creating include/Makefile
config.status: creating include/drawstuff/Makefile
config.status: creating include/ode/Makefile
config.status: creating include/ode/version.h
config.status: creating include/ode/precision.h
config.status: creating ode/Makefile
config.status: creating ode/doc/Doxyfile
config.status: creating ode/doc/Makefile
config.status: creating ode/src/Makefile
config.status: creating ode/src/joints/Makefile
config.status: creating ode/demo/Makefile
config.status: creating OPCODE/Makefile
config.status: creating OPCODE/Ice/Makefile
config.status: creating GIMPACT/Makefile
config.status: creating GIMPACT/include/Makefile
config.status: creating GIMPACT/include/GIMPACT/Makefile
config.status: creating GIMPACT/src/Makefile
config.status: creating tests/Makefile
config.status: creating tests/joints/Makefile
config.status: creating tests/UnitTest++/Makefile
config.status: creating tests/UnitTest++/src/Makefile
config.status: creating tests/UnitTest++/src/Posix/Makefile
config.status: creating tests/UnitTest++/src/Win32/Makefile
config.status: creating ode-config
config.status: creating ode.pc
config.status: creating ode/src/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in ou (/build/ode/src/ode-0.16.2/ou)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr'  '--enable-shared' '--enable-double-precision' '--enable-libccd' '--enable-ou' '--enable-silent-rules' 'CXXFLAGS=-w -Ofast -fpermissive' 'LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now' 'CPPFLAGS=' 'CFLAGS=-march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection' --cache-file=/dev/null --srcdir=.
checking build system type... aarch64-unknown-linux-gnu
checking host system type... aarch64-unknown-linux-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 the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports the include directive... yes (GNU style)
checking whether make supports nested variables... yes
checking dependency style of gcc... gcc3
checking target OS... unix
checking for g++... g++
checking whether the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... none needed
checking dependency style of g++... gcc3
checking for gcc... (cached) gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to enable C11 features... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking for gawk... (cached) gawk
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/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 whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert aarch64-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 file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : 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) 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
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) 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) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for main in -lc... yes
checking for main in -lpthread... yes
checking for egrep... (cached) /usr/bin/grep -E
checking for inttypes.h... (cached) yes
checking for malloc.h... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for _Bool... no
checking for stdbool.h that conforms to C99... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for int8_t... yes
checking for size_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for uint8_t... yes
checking for working volatile... yes
checking for ptrdiff_t... yes
checking for memset... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating include/ou/Makefile
config.status: creating src/ou/Makefile
config.status: creating test/Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
OU namespace: odeou
OU feature set: _OU_FEATURE_SET_TLS
=== configuring in libccd (/build/ode/src/ode-0.16.2/libccd)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr'  '--enable-shared' '--enable-double-precision' '--enable-libccd' '--enable-ou' '--enable-silent-rules' 'CXXFLAGS=-w -Ofast -fpermissive' 'LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now' 'CPPFLAGS=' 'CFLAGS=-march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection' --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for g++... g++
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 the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... none needed
checking whether make supports the include directive... yes (GNU style)
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking build system type... aarch64-unknown-linux-gnu
checking host system type... aarch64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/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 whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert aarch64-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 file... file
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 ar... ar
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 a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for vfork.h... 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) 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
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) 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) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for main in -lm... yes
checking for main in -lrt... yes
checking for float.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for size_t... yes
checking for pid_t... yes
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for clock_gettime... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/ccd/precision.h
config.status: creating src/testsuites/Makefile
config.status: creating src/testsuites/cu/Makefile
config.status: creating src/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
Configuration:
  Build  system type:      aarch64-unknown-linux-gnu
  Host   system type:      aarch64-unknown-linux-gnu
  Use double precision:    yes
  Use drawstuff:           none
  Demos enabled:           no
  Use OPCODE:              yes
  Use GIMPACT:             no
  Use libccd:              yes
  libccd source:           internal
  Custom colliders:
        cylinder-cylinder: libccd
        box-cylinder:      default
        capsule-cylinder:  libccd
        convex-box:        libccd
        convex-capsule:    libccd
        convex-cylinder:   libccd
        convex-sphere:     libccd
        convex-convex:     libccd
  Is target a Pentium:     no
  Is target x86-64:        no
  Use old opcode trimesh collider: no
  TLS for global caches:   yes
  Threading intf enabled:  yes
  Built-in threading included: yes
  Enable debug error check: yes
  Headers will be installed in ${prefix}/include/ode
  Libraries will be installed in ${exec_prefix}/lib
  Building in directory    /build/ode/src/ode-0.16.2
Making all in include
make[1]: Entering directory '/build/ode/src/ode-0.16.2/include'
Making all in ode
make[2]: Entering directory '/build/ode/src/ode-0.16.2/include/ode'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/ode/src/ode-0.16.2/include/ode'
Making all in drawstuff
make[2]: Entering directory '/build/ode/src/ode-0.16.2/include/drawstuff'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/ode/src/ode-0.16.2/include/drawstuff'
make[2]: Entering directory '/build/ode/src/ode-0.16.2/include'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/build/ode/src/ode-0.16.2/include'
make[1]: Leaving directory '/build/ode/src/ode-0.16.2/include'
Making all in OPCODE
make[1]: Entering directory '/build/ode/src/ode-0.16.2/OPCODE'
Making all in Ice
make[2]: Entering directory '/build/ode/src/ode-0.16.2/OPCODE/Ice'
  CXX      IceAABB.lo
  CXX      IceContainer.lo
  CXX      IceIndexedTriangle.lo
  CXX      IceHPoint.lo
  CXX      IceMatrix3x3.lo
  CXX      IceOBB.lo
  CXX      IceMatrix4x4.lo
  CXX      IcePlane.lo
  CXX      IcePoint.lo
  CXX      IceRandom.lo
  CXX      IceRay.lo
  CXX      IceRevisitedRadix.lo
  CXX      IceSegment.lo
  CXX      IceTriangle.lo
  CXX      IceUtils.lo
  CXXLD    libIce.la
make[2]: Leaving directory '/build/ode/src/ode-0.16.2/OPCODE/Ice'
make[2]: Entering directory '/build/ode/src/ode-0.16.2/OPCODE'
  CXX      OPC_AABBCollider.lo
  CXX      OPC_AABBTree.lo
  CXX      OPC_BaseModel.lo
  CXX      OPC_Collider.lo
  CXX      OPC_Common.lo
  CXX      OPC_HybridModel.lo
  CXX      OPC_LSSCollider.lo
  CXX      OPC_MeshInterface.lo
  CXX      OPC_Model.lo
  CXX      OPC_OBBCollider.lo
  CXX      Opcode.lo
  CXX      OPC_OptimizedTree.lo
  CXX      OPC_Picking.lo
  CXX      OPC_PlanesCollider.lo
  CXX      OPC_RayCollider.lo
  CXX      OPC_SphereCollider.lo
  CXX      OPC_TreeBuilders.lo
  CXX      OPC_TreeCollider.lo
  CXX      OPC_VolumeCollider.lo
  CXXLD    libOPCODE.la
make[2]: Leaving directory '/build/ode/src/ode-0.16.2/OPCODE'
make[1]: Leaving directory '/build/ode/src/ode-0.16.2/OPCODE'
Making all in ou
make[1]: Entering directory '/build/ode/src/ode-0.16.2/ou'
Making all in include/ou
make[2]: Entering directory '/build/ode/src/ode-0.16.2/ou/include/ou'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/ode/src/ode-0.16.2/ou/include/ou'
Making all in src/ou
make[2]: Entering directory '/build/ode/src/ode-0.16.2/ou/src/ou'
  CXX      atomic.lo
  CXX      customization.lo
  CXX      malloc.lo
  CXX      threadlocalstorage.lo
  CXXLD    libou.la
make[2]: Leaving directory '/build/ode/src/ode-0.16.2/ou/src/ou'
Making all in test
make[2]: Entering directory '/build/ode/src/ode-0.16.2/ou/test'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/ode/src/ode-0.16.2/ou/test'
make[2]: Entering directory '/build/ode/src/ode-0.16.2/ou'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/build/ode/src/ode-0.16.2/ou'
make[1]: Leaving directory '/build/ode/src/ode-0.16.2/ou'
Making all in libccd
make[1]: Entering directory '/build/ode/src/ode-0.16.2/libccd'
Making all in src
make[2]: Entering directory '/build/ode/src/ode-0.16.2/libccd/src'
make  all-recursive
make[3]: Entering directory '/build/ode/src/ode-0.16.2/libccd/src'
Making all in testsuites
make[4]: Entering directory '/build/ode/src/ode-0.16.2/libccd/src/testsuites'
Making all in cu
make[5]: Entering directory '/build/ode/src/ode-0.16.2/libccd/src/testsuites/cu'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/build/ode/src/ode-0.16.2/libccd/src/testsuites/cu'
make[5]: Entering directory '/build/ode/src/ode-0.16.2/libccd/src/testsuites'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/build/ode/src/ode-0.16.2/libccd/src/testsuites'
make[4]: Leaving directory '/build/ode/src/ode-0.16.2/libccd/src/testsuites'
make[4]: Entering directory '/build/ode/src/ode-0.16.2/libccd/src'
  CC       alloc.lo
  CC       ccd.lo
  CC       polytope.lo
  CC       support.lo
  CC       vec3.lo
  CC       mpr.lo
  CCLD     libccd.la
make[4]: Leaving directory '/build/ode/src/ode-0.16.2/libccd/src'
make[3]: Leaving directory '/build/ode/src/ode-0.16.2/libccd/src'
make[2]: Leaving directory '/build/ode/src/ode-0.16.2/libccd/src'
make[2]: Entering directory '/build/ode/src/ode-0.16.2/libccd'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/build/ode/src/ode-0.16.2/libccd'
make[1]: Leaving directory '/build/ode/src/ode-0.16.2/libccd'
Making all in ode
make[1]: Entering directory '/build/ode/src/ode-0.16.2/ode'
Making all in src
make[2]: Entering directory '/build/ode/src/ode-0.16.2/ode/src'
make  all-recursive
make[3]: Entering directory '/build/ode/src/ode-0.16.2/ode/src'
Making all in joints
make[4]: Entering directory '/build/ode/src/ode-0.16.2/ode/src/joints'
  CXX      joint.lo
  CXX      ball.lo
  CXX      dball.lo
  CXX      dhinge.lo
  CXX      transmission.lo
  CXX      slider.lo
  CXX      hinge.lo
  CXX      contact.lo
  CXX      universal.lo
  CXX      hinge2.lo
  CXX      fixed.lo
  CXX      null.lo
  CXX      amotor.lo
  CXX      lmotor.lo
  CXX      plane2d.lo
  CXX      pu.lo
  CXX      pr.lo
  CXX      piston.lo
  CXXLD    libjoints.la
make[4]: Leaving directory '/build/ode/src/ode-0.16.2/ode/src/joints'
make[4]: Entering directory '/build/ode/src/ode-0.16.2/ode/src'
  CC       nextafterf.lo
  CXX      array.lo
  CXX      box.lo
  CXX      collision_cylinder_box.lo
  CXX      capsule.lo
  CXX      collision_cylinder_plane.lo
  CXX      collision_kernel.lo
  CXX      collision_cylinder_sphere.lo
  CXX      collision_quadtreespace.lo
  CXX      collision_sapspace.lo
  CXX      collision_space.lo
  CXX      collision_transform.lo
  CXX      collision_trimesh_disabled.lo
  CXX      collision_util.lo
  CXX      convex.lo
  CXX      cylinder.lo
  CXX      default_threading.lo
  CXX      error.lo
  CXX      export-dif.lo
  CXX      fastdot.lo
  CXX      fastldltfactor.lo
  CXX      fastldltsolve.lo
  CXX      fastlsolve.lo
  CXX      fastltsolve.lo
  CXX      fastvecscale.lo
  CXX      heightfield.lo
  CXX      lcp.lo
  CXX      mass.lo
  CXX      mat.lo
  CXX      matrix.lo
  CXX      memory.lo
  CXX      misc.lo
  CXX      objects.lo
  CXX      obstack.lo
  CXX      ode.lo
  CXX      odeinit.lo
  CXX      odemath.lo
  CXX      plane.lo
  CXX      quickstep.lo
  CXX      ray.lo
  CXX      resource_control.lo
  CXX      rotation.lo
  CXX      simple_cooperative.lo
  CXX      sphere.lo
  CXX      step.lo
  CXX      timer.lo
  CXX      threading_base.lo
  CXX      threading_impl.lo
  CXX      threading_pool_posix.lo
  CXX      threading_pool_win.lo
  CXX      util.lo
  CXX      odetls.lo
  CXX      odeou.lo
  CXX      collision_trimesh_opcode.lo
  CXX      collision_trimesh_internal.lo
  CXX      collision_trimesh_trimesh.lo
  CXX      collision_trimesh_trimesh_old.lo
  CXX      collision_trimesh_sphere.lo
  CXX      collision_trimesh_ray.lo
  CXX      collision_trimesh_box.lo
  CXX      collision_trimesh_ccylinder.lo
  CXX      collision_cylinder_trimesh.lo
  CXX      collision_trimesh_plane.lo
  CXX      collision_convex_trimesh.lo
  CXX      collision_libccd.lo
  CXXLD    libode.la
make[4]: Leaving directory '/build/ode/src/ode-0.16.2/ode/src'
make[3]: Leaving directory '/build/ode/src/ode-0.16.2/ode/src'
make[2]: Leaving directory '/build/ode/src/ode-0.16.2/ode/src'
Making all in doc
make[2]: Entering directory '/build/ode/src/ode-0.16.2/ode/doc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/ode/src/ode-0.16.2/ode/doc'
make[2]: Entering directory '/build/ode/src/ode-0.16.2/ode'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/build/ode/src/ode-0.16.2/ode'
make[1]: Leaving directory '/build/ode/src/ode-0.16.2/ode'
Making all in tests
make[1]: Entering directory '/build/ode/src/ode-0.16.2/tests'
Making all in joints
make[2]: Entering directory '/build/ode/src/ode-0.16.2/tests/joints'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/ode/src/ode-0.16.2/tests/joints'
Making all in UnitTest++
make[2]: Entering directory '/build/ode/src/ode-0.16.2/tests/UnitTest++'
Making all in src
make[3]: Entering directory '/build/ode/src/ode-0.16.2/tests/UnitTest++/src'
Making all in Posix
make[4]: Entering directory '/build/ode/src/ode-0.16.2/tests/UnitTest++/src/Posix'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/ode/src/ode-0.16.2/tests/UnitTest++/src/Posix'
make[4]: Entering directory '/build/ode/src/ode-0.16.2/tests/UnitTest++/src'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/build/ode/src/ode-0.16.2/tests/UnitTest++/src'
make[3]: Leaving directory '/build/ode/src/ode-0.16.2/tests/UnitTest++/src'
make[3]: Entering directory '/build/ode/src/ode-0.16.2/tests/UnitTest++'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/ode/src/ode-0.16.2/tests/UnitTest++'
make[2]: Leaving directory '/build/ode/src/ode-0.16.2/tests/UnitTest++'
make[2]: Entering directory '/build/ode/src/ode-0.16.2/tests'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/build/ode/src/ode-0.16.2/tests'
make[1]: Leaving directory '/build/ode/src/ode-0.16.2/tests'
make[1]: Entering directory '/build/ode/src/ode-0.16.2'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/build/ode/src/ode-0.16.2'
==> Entering fakeroot environment...
==> Starting package()...
Making install in include
make[1]: Entering directory '/build/ode/src/ode-0.16.2/include'
Making install in ode
make[2]: Entering directory '/build/ode/src/ode-0.16.2/include/ode'
make[3]: Entering directory '/build/ode/src/ode-0.16.2/include/ode'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/ode/pkg/ode/usr/include/ode'
 /usr/bin/mkdir -p '/build/ode/pkg/ode/usr/include/ode'
 /usr/bin/install -c -m 644 precision.h version.h '/build/ode/pkg/ode/usr/include/ode'
 /usr/bin/install -c -m 644 collision.h collision_space.h collision_trimesh.h common.h compatibility.h contact.h cooperative.h error.h export-dif.h mass.h matrix.h matrix_coop.h memory.h misc.h objects.h ode.h odeconfig.h odecpp.h odecpp_collision.h odeinit.h odemath.h odemath_legacy.h rotation.h threading.h threading_impl.h timer.h '/build/ode/pkg/ode/usr/include/ode'
make[3]: Leaving directory '/build/ode/src/ode-0.16.2/include/ode'
make[2]: Leaving directory '/build/ode/src/ode-0.16.2/include/ode'
Making install in drawstuff
make[2]: Entering directory '/build/ode/src/ode-0.16.2/include/drawstuff'
make[3]: Entering directory '/build/ode/src/ode-0.16.2/include/drawstuff'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/ode/src/ode-0.16.2/include/drawstuff'
make[2]: Leaving directory '/build/ode/src/ode-0.16.2/include/drawstuff'
make[2]: Entering directory '/build/ode/src/ode-0.16.2/include'
make[3]: Entering directory '/build/ode/src/ode-0.16.2/include'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/ode/src/ode-0.16.2/include'
make[2]: Leaving directory '/build/ode/src/ode-0.16.2/include'
make[1]: Leaving directory '/build/ode/src/ode-0.16.2/include'
Making install in OPCODE
make[1]: Entering directory '/build/ode/src/ode-0.16.2/OPCODE'
Making install in Ice
make[2]: Entering directory '/build/ode/src/ode-0.16.2/OPCODE/Ice'
make[3]: Entering directory '/build/ode/src/ode-0.16.2/OPCODE/Ice'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/ode/src/ode-0.16.2/OPCODE/Ice'
make[2]: Leaving directory '/build/ode/src/ode-0.16.2/OPCODE/Ice'
make[2]: Entering directory '/build/ode/src/ode-0.16.2/OPCODE'
make[3]: Entering directory '/build/ode/src/ode-0.16.2/OPCODE'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/ode/src/ode-0.16.2/OPCODE'
make[2]: Leaving directory '/build/ode/src/ode-0.16.2/OPCODE'
make[1]: Leaving directory '/build/ode/src/ode-0.16.2/OPCODE'
Making install in ou
make[1]: Entering directory '/build/ode/src/ode-0.16.2/ou'
Making install in include/ou
make[2]: Entering directory '/build/ode/src/ode-0.16.2/ou/include/ou'
make[3]: Entering directory '/build/ode/src/ode-0.16.2/ou/include/ou'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/ode/src/ode-0.16.2/ou/include/ou'
make[2]: Leaving directory '/build/ode/src/ode-0.16.2/ou/include/ou'
Making install in src/ou
make[2]: Entering directory '/build/ode/src/ode-0.16.2/ou/src/ou'
make[3]: Entering directory '/build/ode/src/ode-0.16.2/ou/src/ou'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/ode/src/ode-0.16.2/ou/src/ou'
make[2]: Leaving directory '/build/ode/src/ode-0.16.2/ou/src/ou'
Making install in test
make[2]: Entering directory '/build/ode/src/ode-0.16.2/ou/test'
make[3]: Entering directory '/build/ode/src/ode-0.16.2/ou/test'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/ode/src/ode-0.16.2/ou/test'
make[2]: Leaving directory '/build/ode/src/ode-0.16.2/ou/test'
make[2]: Entering directory '/build/ode/src/ode-0.16.2/ou'
make[3]: Entering directory '/build/ode/src/ode-0.16.2/ou'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/ode/src/ode-0.16.2/ou'
make[2]: Leaving directory '/build/ode/src/ode-0.16.2/ou'
make[1]: Leaving directory '/build/ode/src/ode-0.16.2/ou'
Making install in libccd
make[1]: Entering directory '/build/ode/src/ode-0.16.2/libccd'
Making install in src
make[2]: Entering directory '/build/ode/src/ode-0.16.2/libccd/src'
Making install in testsuites
make[3]: Entering directory '/build/ode/src/ode-0.16.2/libccd/src/testsuites'
Making install in cu
make[4]: Entering directory '/build/ode/src/ode-0.16.2/libccd/src/testsuites/cu'
make[5]: Entering directory '/build/ode/src/ode-0.16.2/libccd/src/testsuites/cu'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/ode/src/ode-0.16.2/libccd/src/testsuites/cu'
make[4]: Leaving directory '/build/ode/src/ode-0.16.2/libccd/src/testsuites/cu'
make[4]: Entering directory '/build/ode/src/ode-0.16.2/libccd/src/testsuites'
make[5]: Entering directory '/build/ode/src/ode-0.16.2/libccd/src/testsuites'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/ode/src/ode-0.16.2/libccd/src/testsuites'
make[4]: Leaving directory '/build/ode/src/ode-0.16.2/libccd/src/testsuites'
make[3]: Leaving directory '/build/ode/src/ode-0.16.2/libccd/src/testsuites'
make[3]: Entering directory '/build/ode/src/ode-0.16.2/libccd/src'
make[4]: Entering directory '/build/ode/src/ode-0.16.2/libccd/src'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/ode/src/ode-0.16.2/libccd/src'
make[3]: Leaving directory '/build/ode/src/ode-0.16.2/libccd/src'
make[2]: Leaving directory '/build/ode/src/ode-0.16.2/libccd/src'
make[2]: Entering directory '/build/ode/src/ode-0.16.2/libccd'
make[3]: Entering directory '/build/ode/src/ode-0.16.2/libccd'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/ode/src/ode-0.16.2/libccd'
make[2]: Leaving directory '/build/ode/src/ode-0.16.2/libccd'
make[1]: Leaving directory '/build/ode/src/ode-0.16.2/libccd'
Making install in ode
make[1]: Entering directory '/build/ode/src/ode-0.16.2/ode'
Making install in src
make[2]: Entering directory '/build/ode/src/ode-0.16.2/ode/src'
Making install in joints
make[3]: Entering directory '/build/ode/src/ode-0.16.2/ode/src/joints'
make[4]: Entering directory '/build/ode/src/ode-0.16.2/ode/src/joints'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/ode/src/ode-0.16.2/ode/src/joints'
make[3]: Leaving directory '/build/ode/src/ode-0.16.2/ode/src/joints'
make[3]: Entering directory '/build/ode/src/ode-0.16.2/ode/src'
make[4]: Entering directory '/build/ode/src/ode-0.16.2/ode/src'
make[4]: Nothing to be done for 'install-data-am'.
 /usr/bin/mkdir -p '/build/ode/pkg/ode/usr/lib'
 /bin/sh ../../libtool   --mode=install /usr/bin/install -c   libode.la '/build/ode/pkg/ode/usr/lib'
libtool: install: /usr/bin/install -c .libs/libode.so.8.0.2 /build/ode/pkg/ode/usr/lib/libode.so.8.0.2
libtool: install: (cd /build/ode/pkg/ode/usr/lib && { ln -s -f libode.so.8.0.2 libode.so.8 || { rm -f libode.so.8 && ln -s libode.so.8.0.2 libode.so.8; }; })
libtool: install: (cd /build/ode/pkg/ode/usr/lib && { ln -s -f libode.so.8.0.2 libode.so || { rm -f libode.so && ln -s libode.so.8.0.2 libode.so; }; })
libtool: install: /usr/bin/install -c .libs/libode.lai /build/ode/pkg/ode/usr/lib/libode.la
libtool: install: /usr/bin/install -c .libs/libode.a /build/ode/pkg/ode/usr/lib/libode.a
libtool: install: chmod 644 /build/ode/pkg/ode/usr/lib/libode.a
libtool: install: ranlib /build/ode/pkg/ode/usr/lib/libode.a
libtool: warning: remember to run 'libtool --finish /usr/lib'
make[4]: Leaving directory '/build/ode/src/ode-0.16.2/ode/src'
make[3]: Leaving directory '/build/ode/src/ode-0.16.2/ode/src'
make[2]: Leaving directory '/build/ode/src/ode-0.16.2/ode/src'
Making install in doc
make[2]: Entering directory '/build/ode/src/ode-0.16.2/ode/doc'
make[3]: Entering directory '/build/ode/src/ode-0.16.2/ode/doc'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/ode/src/ode-0.16.2/ode/doc'
make[2]: Leaving directory '/build/ode/src/ode-0.16.2/ode/doc'
make[2]: Entering directory '/build/ode/src/ode-0.16.2/ode'
make[3]: Entering directory '/build/ode/src/ode-0.16.2/ode'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/ode/src/ode-0.16.2/ode'
make[2]: Leaving directory '/build/ode/src/ode-0.16.2/ode'
make[1]: Leaving directory '/build/ode/src/ode-0.16.2/ode'
Making install in tests
make[1]: Entering directory '/build/ode/src/ode-0.16.2/tests'
Making install in joints
make[2]: Entering directory '/build/ode/src/ode-0.16.2/tests/joints'
make[3]: Entering directory '/build/ode/src/ode-0.16.2/tests/joints'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/ode/src/ode-0.16.2/tests/joints'
make[2]: Leaving directory '/build/ode/src/ode-0.16.2/tests/joints'
Making install in UnitTest++
make[2]: Entering directory '/build/ode/src/ode-0.16.2/tests/UnitTest++'
Making install in src
make[3]: Entering directory '/build/ode/src/ode-0.16.2/tests/UnitTest++/src'
Making install in Posix
make[4]: Entering directory '/build/ode/src/ode-0.16.2/tests/UnitTest++/src/Posix'
make[5]: Entering directory '/build/ode/src/ode-0.16.2/tests/UnitTest++/src/Posix'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/ode/src/ode-0.16.2/tests/UnitTest++/src/Posix'
make[4]: Leaving directory '/build/ode/src/ode-0.16.2/tests/UnitTest++/src/Posix'
make[4]: Entering directory '/build/ode/src/ode-0.16.2/tests/UnitTest++/src'
make[5]: Entering directory '/build/ode/src/ode-0.16.2/tests/UnitTest++/src'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/ode/src/ode-0.16.2/tests/UnitTest++/src'
make[4]: Leaving directory '/build/ode/src/ode-0.16.2/tests/UnitTest++/src'
make[3]: Leaving directory '/build/ode/src/ode-0.16.2/tests/UnitTest++/src'
make[3]: Entering directory '/build/ode/src/ode-0.16.2/tests/UnitTest++'
make[4]: Entering directory '/build/ode/src/ode-0.16.2/tests/UnitTest++'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/ode/src/ode-0.16.2/tests/UnitTest++'
make[3]: Leaving directory '/build/ode/src/ode-0.16.2/tests/UnitTest++'
make[2]: Leaving directory '/build/ode/src/ode-0.16.2/tests/UnitTest++'
make[2]: Entering directory '/build/ode/src/ode-0.16.2/tests'
make[3]: Entering directory '/build/ode/src/ode-0.16.2/tests'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/ode/src/ode-0.16.2/tests'
make[2]: Leaving directory '/build/ode/src/ode-0.16.2/tests'
make[1]: Leaving directory '/build/ode/src/ode-0.16.2/tests'
make[1]: Entering directory '/build/ode/src/ode-0.16.2'
make[2]: Entering directory '/build/ode/src/ode-0.16.2'
 /usr/bin/mkdir -p '/build/ode/pkg/ode/usr/bin'
 /usr/bin/mkdir -p '/build/ode/pkg/ode/usr/lib/pkgconfig'
 /usr/bin/install -c -m 644 ode.pc '/build/ode/pkg/ode/usr/lib/pkgconfig'
 /usr/bin/install -c ode-config '/build/ode/pkg/ode/usr/bin'
make[2]: Leaving directory '/build/ode/src/ode-0.16.2'
make[1]: Leaving directory '/build/ode/src/ode-0.16.2'
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "ode"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: ode 0.16.2-2 (Tue 10 Oct 2023 02:38:39 PM MDT)
==> Cleaning up...