=============================== osmo-mgw =============================== + mkdir -p ../_deps + cd ../_deps + osmo-deps.sh osmo-mgw 23140d6f94ecc0e7cc9e1dc2372efdcaa97b15fe + project=osmo-mgw + branch=23140d6f94ecc0e7cc9e1dc2372efdcaa97b15fe + git branch -a + grep -c remotes/origin/23140d6f94ecc0e7cc9e1dc2372efdcaa97b15fe$ + [ x0 != x0 ] + test -d osmo-mgw + osmo_git_clone_url osmo-mgw + echo https://gerrit.osmocom.org/osmo-mgw + git clone https://gerrit.osmocom.org/osmo-mgw osmo-mgw Cloning into 'osmo-mgw'... + cd osmo-mgw + git fetch --tags origin + git fetch origin + deps= osmo-clean-workspace.sh + chmod -R +w . + git checkout -f HEAD Your branch is up to date with 'origin/master'. + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f 23140d6f94ecc0e7cc9e1dc2372efdcaa97b15fe Note: switching to '23140d6f94ecc0e7cc9e1dc2372efdcaa97b15fe'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at 23140d6f9 mgcp_test.c: verify osmo-mgw accepts m=audio 0 + git rev-parse HEAD 23140d6f94ecc0e7cc9e1dc2372efdcaa97b15fe + cd osmo-mgw + mkdir -p /build/_temp/inst_master/stow + osmo_source_subdir osmo-mgw + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in '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' libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, libtoolize: and rerunning libtoolize and aclocal. configure.ac:93: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:93: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.ac:93: the top level configure.ac:105: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:105: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.ac:105: 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:186: warning: 'AM_CONFIG_HEADER': this macro is obsolete. configure.ac:186: You should use the 'AC_CONFIG_HEADERS' macro instead. ./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from... aclocal.m4:1089: AM_CONFIG_HEADER is expanded from... configure.ac:186: the top level configure.ac:188: warning: AC_OUTPUT should be used without arguments. configure.ac:188: You should run autoupdate. configure.ac:23: installing './compile' configure.ac:25: installing './config.guess' configure.ac:25: installing './config.sub' configure.ac:9: installing './install-sh' configure.ac:9: installing './missing' src/libosmo-mgcp-client/Makefile.am: installing './depcomp' + ./configure --prefix=/build/_temp/inst_master/stow/osmo-mgw --with-systemdsystemunitdir=/build/_temp/inst_master/stow/osmo-mgw/lib/systemd/system 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 supports nested variables... (cached) yes checking whether make sets $(MAKE)... (cached) yes 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 whether make supports the include directive... yes (GNU style) checking dependency style of gcc... gcc3 checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-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 x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-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 -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 for pkg-config... /usr/bin/pkg-config checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.20... yes checking for library containing dlopen... none required checking for library containing dlsym... none required checking for libosmocore >= 1.9.0... yes checking for libosmogsm >= 1.9.0... yes checking for libosmoctrl >= 1.9.0... yes checking for libosmovty >= 1.9.0... yes checking for libosmo-netif >= 1.4.0... yes checking for libosmoabis >= 1.5.0... yes checking for libosmotrau >= 1.5.0... yes checking whether to enable code coverage support... no checking whether to enable VTY/CTRL tests... no CFLAGS=" -std=gnu11 -DBUILDING_LIBOSMOMGCPCLIENT -pthread" CPPFLAGS=" -DBUILDING_LIBOSMOMGCPCLIENT -pthread" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmo-mgcp-client.pc config.status: creating include/Makefile config.status: creating include/osmocom/Makefile config.status: creating include/osmocom/mgcp_client/Makefile config.status: creating include/osmocom/mgcp/Makefile config.status: creating src/Makefile config.status: creating src/libosmo-mgcp-client/Makefile config.status: creating src/libosmo-mgcp/Makefile config.status: creating src/osmo-mgw/Makefile config.status: creating tests/Makefile config.status: creating tests/atlocal config.status: creating tests/mgcp_client/Makefile config.status: creating tests/mgcp/Makefile config.status: creating doc/Makefile config.status: creating doc/examples/Makefile config.status: creating doc/manuals/Makefile config.status: creating contrib/Makefile config.status: creating contrib/systemd/Makefile config.status: creating Makefile config.status: creating bscconfig.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands + [ -n 1 ] + make -j8 check echo 1.12.1.52-2314 > .version-t && mv .version-t .version make check-recursive make[1]: Entering directory '/build/_deps/osmo-mgw' Making check in include make[2]: Entering directory '/build/_deps/osmo-mgw/include' Making check in osmocom make[3]: Entering directory '/build/_deps/osmo-mgw/include/osmocom' Making check in mgcp_client make[4]: Entering directory '/build/_deps/osmo-mgw/include/osmocom/mgcp_client' echo -e "/*\n\n DO NOT EDIT THIS FILE!\n THIS IS OVERWRITTEN DURING BUILD\n This is an automatic copy of \n\n */" > mgcp_common.h cat ../../../include/osmocom/mgcp/mgcp_common.h >> mgcp_common.h make check-am make[5]: Entering directory '/build/_deps/osmo-mgw/include/osmocom/mgcp_client' make[5]: Nothing to be done for 'check-am'. make[5]: Leaving directory '/build/_deps/osmo-mgw/include/osmocom/mgcp_client' make[4]: Leaving directory '/build/_deps/osmo-mgw/include/osmocom/mgcp_client' Making check in mgcp make[4]: Entering directory '/build/_deps/osmo-mgw/include/osmocom/mgcp' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/build/_deps/osmo-mgw/include/osmocom/mgcp' make[4]: Entering directory '/build/_deps/osmo-mgw/include/osmocom' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/build/_deps/osmo-mgw/include/osmocom' make[3]: Leaving directory '/build/_deps/osmo-mgw/include/osmocom' make[3]: Entering directory '/build/_deps/osmo-mgw/include' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/build/_deps/osmo-mgw/include' make[2]: Leaving directory '/build/_deps/osmo-mgw/include' Making check in src make[2]: Entering directory '/build/_deps/osmo-mgw/src' Making check in libosmo-mgcp-client make[3]: Entering directory '/build/_deps/osmo-mgw/src/libosmo-mgcp-client' CC mgcp_client.lo CC mgcp_client_vty.lo CC mgcp_client_fsm.lo CC mgcp_client_endpoint_fsm.lo CC mgcp_client_pool.lo CCLD libosmo-mgcp-client.la make[3]: Leaving directory '/build/_deps/osmo-mgw/src/libosmo-mgcp-client' Making check in libosmo-mgcp make[3]: Entering directory '/build/_deps/osmo-mgw/src/libosmo-mgcp' CC mgcp_protocol.o CC mgcp_network.o CC mgcp_vty.o CC mgcp_osmux.o CC mgcp_sdp.o CC mgcp_codec.o CC mgcp_msg.o CC mgcp_conn.o CC mgcp_stat.o CC mgcp_endp.o CC mgcp_trunk.o CC mgcp_ratectr.o CC mgcp_e1.o CC mgcp_iuup.o AR libosmo-mgcp.a ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Leaving directory '/build/_deps/osmo-mgw/src/libosmo-mgcp' Making check in osmo-mgw make[3]: Entering directory '/build/_deps/osmo-mgw/src/osmo-mgw' CC mgw_main.o CCLD osmo-mgw make[3]: Leaving directory '/build/_deps/osmo-mgw/src/osmo-mgw' make[3]: Entering directory '/build/_deps/osmo-mgw/src' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/build/_deps/osmo-mgw/src' make[2]: Leaving directory '/build/_deps/osmo-mgw/src' Making check in tests make[2]: Entering directory '/build/_deps/osmo-mgw/tests' Making check in mgcp_client make[3]: Entering directory '/build/_deps/osmo-mgw/tests/mgcp_client' make mgcp_client_test make[4]: Entering directory '/build/_deps/osmo-mgw/tests/mgcp_client' CC mgcp_client_test.o CCLD mgcp_client_test make[4]: Leaving directory '/build/_deps/osmo-mgw/tests/mgcp_client' make[3]: Leaving directory '/build/_deps/osmo-mgw/tests/mgcp_client' Making check in mgcp make[3]: Entering directory '/build/_deps/osmo-mgw/tests/mgcp' make mgcp_test make[4]: Entering directory '/build/_deps/osmo-mgw/tests/mgcp' CC mgcp_test.o CCLD mgcp_test make[4]: Leaving directory '/build/_deps/osmo-mgw/tests/mgcp' make[3]: Leaving directory '/build/_deps/osmo-mgw/tests/mgcp' make[3]: Entering directory '/build/_deps/osmo-mgw/tests' make check-local make[4]: Entering directory '/build/_deps/osmo-mgw/tests' :;{ \ echo '# Signature of the current package.' && \ echo 'm4_define([AT_PACKAGE_NAME],' && \ echo ' [osmo-mgw])' && \ echo 'm4_define([AT_PACKAGE_TARNAME],' && \ echo ' [osmo-mgw])' && \ echo 'm4_define([AT_PACKAGE_VERSION],' && \ echo ' [1.12.1.52-2314])' && \ echo 'm4_define([AT_PACKAGE_STRING],' && \ echo ' [osmo-mgw 1.12.1.52-2314])' && \ echo 'm4_define([AT_PACKAGE_BUGREPORT],' && \ echo ' [openbsc@lists.osmocom.org])'; \ echo 'm4_define([AT_PACKAGE_URL],' && \ echo ' [])'; \ } >'./package.m4' /bin/bash ../missing --run autom4te --language=autotest -I '.' -o testsuite.tmp testsuite.at mv testsuite.tmp testsuite /bin/bash './testsuite' ## ----------------------------------- ## ## osmo-mgw 1.12.1.52-2314 test suite. ## ## ----------------------------------- ## Regression tests. 1: mgcp_client ok 2: mgcp ok ## ------------- ## ## Test results. ## ## ------------- ## All 2 tests were successful. make python-tests make[5]: Entering directory '/build/_deps/osmo-mgw/tests' echo "Not running python-based tests (determined at configure-time)" Not running python-based tests (determined at configure-time) make[5]: Leaving directory '/build/_deps/osmo-mgw/tests' make[4]: Leaving directory '/build/_deps/osmo-mgw/tests' make[3]: Leaving directory '/build/_deps/osmo-mgw/tests' make[2]: Leaving directory '/build/_deps/osmo-mgw/tests' Making check in doc make[2]: Entering directory '/build/_deps/osmo-mgw/doc' Making check in examples make[3]: Entering directory '/build/_deps/osmo-mgw/doc/examples' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/build/_deps/osmo-mgw/doc/examples' Making check in manuals make[3]: Entering directory '/build/_deps/osmo-mgw/doc/manuals' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/build/_deps/osmo-mgw/doc/manuals' make[3]: Entering directory '/build/_deps/osmo-mgw/doc' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/build/_deps/osmo-mgw/doc' make[2]: Leaving directory '/build/_deps/osmo-mgw/doc' Making check in contrib make[2]: Entering directory '/build/_deps/osmo-mgw/contrib' Making check in systemd make[3]: Entering directory '/build/_deps/osmo-mgw/contrib/systemd' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/build/_deps/osmo-mgw/contrib/systemd' make[3]: Entering directory '/build/_deps/osmo-mgw/contrib' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/build/_deps/osmo-mgw/contrib' make[2]: Leaving directory '/build/_deps/osmo-mgw/contrib' make[2]: Entering directory '/build/_deps/osmo-mgw' make[2]: Leaving directory '/build/_deps/osmo-mgw' make[1]: Leaving directory '/build/_deps/osmo-mgw' + make -j8 install make install-recursive make[1]: Entering directory '/build/_deps/osmo-mgw' Making install in include make[2]: Entering directory '/build/_deps/osmo-mgw/include' Making install in osmocom make[3]: Entering directory '/build/_deps/osmo-mgw/include/osmocom' Making install in mgcp_client make[4]: Entering directory '/build/_deps/osmo-mgw/include/osmocom/mgcp_client' make install-am make[5]: Entering directory '/build/_deps/osmo-mgw/include/osmocom/mgcp_client' make[6]: Entering directory '/build/_deps/osmo-mgw/include/osmocom/mgcp_client' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/build/_deps/osmo-mgw/include/osmocom/mgcp_client' make[5]: Leaving directory '/build/_deps/osmo-mgw/include/osmocom/mgcp_client' make[4]: Leaving directory '/build/_deps/osmo-mgw/include/osmocom/mgcp_client' Making install in mgcp make[4]: Entering directory '/build/_deps/osmo-mgw/include/osmocom/mgcp' make[5]: Entering directory '/build/_deps/osmo-mgw/include/osmocom/mgcp' 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/_deps/osmo-mgw/include/osmocom/mgcp' make[4]: Leaving directory '/build/_deps/osmo-mgw/include/osmocom/mgcp' make[4]: Entering directory '/build/_deps/osmo-mgw/include/osmocom' make[5]: Entering directory '/build/_deps/osmo-mgw/include/osmocom' 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/_deps/osmo-mgw/include/osmocom' make[4]: Leaving directory '/build/_deps/osmo-mgw/include/osmocom' make[3]: Leaving directory '/build/_deps/osmo-mgw/include/osmocom' make[3]: Entering directory '/build/_deps/osmo-mgw/include' make[4]: Entering directory '/build/_deps/osmo-mgw/include' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/build/_temp/inst_master/stow/osmo-mgw/include' /usr/bin/mkdir -p '/build/_temp/inst_master/stow/osmo-mgw/include' /usr/bin/mkdir -p '/build/_temp/inst_master/stow/osmo-mgw/include/osmocom/mgcp_client' /usr/bin/mkdir -p '/build/_temp/inst_master/stow/osmo-mgw/include/osmocom/mgcp_client' /usr/bin/install -c -m 644 osmocom/mgcp_client/mgcp_common.h '/build/_temp/inst_master/stow/osmo-mgw/include/osmocom/mgcp_client' /usr/bin/install -c -m 644 osmocom/mgcp_client/defs.h osmocom/mgcp_client/mgcp_client.h osmocom/mgcp_client/mgcp_client_endpoint_fsm.h osmocom/mgcp_client/mgcp_client_fsm.h osmocom/mgcp_client/mgcp_client_pool.h '/build/_temp/inst_master/stow/osmo-mgw/include/osmocom/mgcp_client' make[4]: Leaving directory '/build/_deps/osmo-mgw/include' make[3]: Leaving directory '/build/_deps/osmo-mgw/include' make[2]: Leaving directory '/build/_deps/osmo-mgw/include' Making install in src make[2]: Entering directory '/build/_deps/osmo-mgw/src' Making install in libosmo-mgcp-client make[3]: Entering directory '/build/_deps/osmo-mgw/src/libosmo-mgcp-client' make[4]: Entering directory '/build/_deps/osmo-mgw/src/libosmo-mgcp-client' make[4]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/build/_temp/inst_master/stow/osmo-mgw/lib' /bin/bash ../../libtool --mode=install /usr/bin/install -c libosmo-mgcp-client.la '/build/_temp/inst_master/stow/osmo-mgw/lib' libtool: install: /usr/bin/install -c .libs/libosmo-mgcp-client.so.12.1.0 /build/_temp/inst_master/stow/osmo-mgw/lib/libosmo-mgcp-client.so.12.1.0 libtool: install: (cd /build/_temp/inst_master/stow/osmo-mgw/lib && { ln -s -f libosmo-mgcp-client.so.12.1.0 libosmo-mgcp-client.so.12 || { rm -f libosmo-mgcp-client.so.12 && ln -s libosmo-mgcp-client.so.12.1.0 libosmo-mgcp-client.so.12; }; }) libtool: install: (cd /build/_temp/inst_master/stow/osmo-mgw/lib && { ln -s -f libosmo-mgcp-client.so.12.1.0 libosmo-mgcp-client.so || { rm -f libosmo-mgcp-client.so && ln -s libosmo-mgcp-client.so.12.1.0 libosmo-mgcp-client.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmo-mgcp-client.lai /build/_temp/inst_master/stow/osmo-mgw/lib/libosmo-mgcp-client.la libtool: install: /usr/bin/install -c .libs/libosmo-mgcp-client.a /build/_temp/inst_master/stow/osmo-mgw/lib/libosmo-mgcp-client.a libtool: install: chmod 644 /build/_temp/inst_master/stow/osmo-mgw/lib/libosmo-mgcp-client.a libtool: install: ranlib /build/_temp/inst_master/stow/osmo-mgw/lib/libosmo-mgcp-client.a libtool: finish: PATH="/build/scripts:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/_temp/inst_master/stow/osmo-mgw/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/_temp/inst_master/stow/osmo-mgw/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. ---------------------------------------------------------------------- make[4]: Leaving directory '/build/_deps/osmo-mgw/src/libosmo-mgcp-client' make[3]: Leaving directory '/build/_deps/osmo-mgw/src/libosmo-mgcp-client' Making install in libosmo-mgcp make[3]: Entering directory '/build/_deps/osmo-mgw/src/libosmo-mgcp' make[4]: Entering directory '/build/_deps/osmo-mgw/src/libosmo-mgcp' 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/_deps/osmo-mgw/src/libosmo-mgcp' make[3]: Leaving directory '/build/_deps/osmo-mgw/src/libosmo-mgcp' Making install in osmo-mgw make[3]: Entering directory '/build/_deps/osmo-mgw/src/osmo-mgw' make[4]: Entering directory '/build/_deps/osmo-mgw/src/osmo-mgw' make[4]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/build/_temp/inst_master/stow/osmo-mgw/bin' /bin/bash ../../libtool --mode=install /usr/bin/install -c osmo-mgw '/build/_temp/inst_master/stow/osmo-mgw/bin' libtool: install: /usr/bin/install -c osmo-mgw /build/_temp/inst_master/stow/osmo-mgw/bin/osmo-mgw make[4]: Leaving directory '/build/_deps/osmo-mgw/src/osmo-mgw' make[3]: Leaving directory '/build/_deps/osmo-mgw/src/osmo-mgw' make[3]: Entering directory '/build/_deps/osmo-mgw/src' make[4]: Entering directory '/build/_deps/osmo-mgw/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/_deps/osmo-mgw/src' make[3]: Leaving directory '/build/_deps/osmo-mgw/src' make[2]: Leaving directory '/build/_deps/osmo-mgw/src' Making install in tests make[2]: Entering directory '/build/_deps/osmo-mgw/tests' Making install in mgcp_client make[3]: Entering directory '/build/_deps/osmo-mgw/tests/mgcp_client' make[4]: Entering directory '/build/_deps/osmo-mgw/tests/mgcp_client' 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/_deps/osmo-mgw/tests/mgcp_client' make[3]: Leaving directory '/build/_deps/osmo-mgw/tests/mgcp_client' Making install in mgcp make[3]: Entering directory '/build/_deps/osmo-mgw/tests/mgcp' make[4]: Entering directory '/build/_deps/osmo-mgw/tests/mgcp' 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/_deps/osmo-mgw/tests/mgcp' make[3]: Leaving directory '/build/_deps/osmo-mgw/tests/mgcp' make[3]: Entering directory '/build/_deps/osmo-mgw/tests' make[4]: Entering directory '/build/_deps/osmo-mgw/tests' 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/_deps/osmo-mgw/tests' make[3]: Leaving directory '/build/_deps/osmo-mgw/tests' make[2]: Leaving directory '/build/_deps/osmo-mgw/tests' Making install in doc make[2]: Entering directory '/build/_deps/osmo-mgw/doc' Making install in examples make[3]: Entering directory '/build/_deps/osmo-mgw/doc/examples' make[4]: Entering directory '/build/_deps/osmo-mgw/doc/examples' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/build/_temp/inst_master/stow/osmo-mgw/etc/osmocom' /usr/bin/install -c -m 644 osmo-mgw/osmo-mgw.cfg '/build/_temp/inst_master/stow/osmo-mgw/etc/osmocom' make install-data-hook make[5]: Entering directory '/build/_deps/osmo-mgw/doc/examples' for f in $(find . -name '*.cfg*' | sed -e 's,^.,,'); do \ j="/build/_temp/inst_master/stow/osmo-mgw/share/doc/osmo-mgw/examples/$f" && \ mkdir -p "$(dirname $j)" && \ /usr/bin/install -c -m 644 ./$f $j; \ done make[5]: Leaving directory '/build/_deps/osmo-mgw/doc/examples' make[4]: Leaving directory '/build/_deps/osmo-mgw/doc/examples' make[3]: Leaving directory '/build/_deps/osmo-mgw/doc/examples' Making install in manuals make[3]: Entering directory '/build/_deps/osmo-mgw/doc/manuals' make[4]: Entering directory '/build/_deps/osmo-mgw/doc/manuals' 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/_deps/osmo-mgw/doc/manuals' make[3]: Leaving directory '/build/_deps/osmo-mgw/doc/manuals' make[3]: Entering directory '/build/_deps/osmo-mgw/doc' make[4]: Entering directory '/build/_deps/osmo-mgw/doc' 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/_deps/osmo-mgw/doc' make[3]: Leaving directory '/build/_deps/osmo-mgw/doc' make[2]: Leaving directory '/build/_deps/osmo-mgw/doc' Making install in contrib make[2]: Entering directory '/build/_deps/osmo-mgw/contrib' Making install in systemd make[3]: Entering directory '/build/_deps/osmo-mgw/contrib/systemd' make[4]: Entering directory '/build/_deps/osmo-mgw/contrib/systemd' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/build/_temp/inst_master/stow/osmo-mgw/lib/systemd/system' /usr/bin/install -c -m 644 osmo-mgw.service '/build/_temp/inst_master/stow/osmo-mgw/lib/systemd/system' make[4]: Leaving directory '/build/_deps/osmo-mgw/contrib/systemd' make[3]: Leaving directory '/build/_deps/osmo-mgw/contrib/systemd' make[3]: Entering directory '/build/_deps/osmo-mgw/contrib' make[4]: Entering directory '/build/_deps/osmo-mgw/contrib' 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/_deps/osmo-mgw/contrib' make[3]: Leaving directory '/build/_deps/osmo-mgw/contrib' make[2]: Leaving directory '/build/_deps/osmo-mgw/contrib' make[2]: Entering directory '/build/_deps/osmo-mgw' make[3]: Entering directory '/build/_deps/osmo-mgw' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/build/_temp/inst_master/stow/osmo-mgw/lib/pkgconfig' /usr/bin/install -c -m 644 libosmo-mgcp-client.pc '/build/_temp/inst_master/stow/osmo-mgw/lib/pkgconfig' make[3]: Leaving directory '/build/_deps/osmo-mgw' make[2]: Leaving directory '/build/_deps/osmo-mgw' make[1]: Leaving directory '/build/_deps/osmo-mgw' + STOW_DIR=/build/_temp/inst_master/stow stow --restow osmo-mgw