=============================== osmo-sgsn =============================== + mkdir -p ../_deps + cd ../_deps + osmo-deps.sh osmo-sgsn 1.10.1 + project=osmo-sgsn + branch=1.10.1 + git branch -a + grep -c remotes/origin/1.10.1$ + [ x0 != x0 ] + test -d osmo-sgsn + osmo_git_clone_url osmo-sgsn + echo https://gerrit.osmocom.org/osmo-sgsn + git clone https://gerrit.osmocom.org/osmo-sgsn osmo-sgsn Cloning into 'osmo-sgsn'... + cd osmo-sgsn + 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 1.10.1 Note: switching to '1.10.1'. 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 6aefb798 Bump version: 1.10.0 → 1.10.1 + git rev-parse HEAD 6aefb798af203a38e919d91de268392f3ac9ae7b + cd osmo-sgsn + mkdir -p /build/_temp/inst/stow + osmo_source_subdir osmo-sgsn + 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:66: warning: The macro `AC_HEADER_STDC' is obsolete. configure.ac:66: You should run autoupdate. ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... configure.ac:66: the top level configure.ac:117: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:117: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.ac:117: the top level configure.ac:154: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:154: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.ac:154: the top level configure.ac:233: warning: 'AM_CONFIG_HEADER': this macro is obsolete. configure.ac:233: 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:233: the top level configure.ac:235: warning: AC_OUTPUT should be used without arguments. configure.ac:235: You should run autoupdate. configure.ac:21: installing './compile' configure.ac:23: installing './config.guess' configure.ac:23: installing './config.sub' configure.ac:9: installing './install-sh' configure.ac:9: installing './missing' src/gprs/Makefile.am: installing './depcomp' tests/gprs/Makefile.am:8: warning: source file '$(top_srcdir)/src/gprs/gprs_utils.c' is in a subdirectory, tests/gprs/Makefile.am:8: but option 'subdir-objects' is disabled automake: warning: possible forward-incompatibility. automake: At least one source file is in a subdirectory, but the 'subdir-objects' automake: automake option hasn't been enabled. For now, the corresponding output automake: object file(s) will be placed in the top-level directory. However, this automake: behavior may change in a future Automake major version, with object automake: files being placed in the same subdirectory as the corresponding sources. automake: You are advised to start using 'subdir-objects' option throughout your automake: project, to avoid future incompatibilities. + ./configure --prefix=/build/_temp/inst/stow/osmo-sgsn --with-systemdsystemunitdir=/build/_temp/inst/stow/osmo-sgsn/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 libosmocore >= 1.8.0... yes checking for libosmovty >= 1.8.0... yes checking for libosmoctrl >= 1.8.0... yes checking for libosmogsm >= 1.8.0... yes checking for libosmogb >= 1.8.0... yes checking for libosmoabis >= 1.4.0... yes checking for libosmo-netif >= 1.3.0... yes checking for libosmo-gsup-client >= 1.6.0... yes checking for libgtp >= 1.10.0... yes checking for libcares... yes checking for egrep... (cached) /usr/bin/grep -E checking if gcc supports -fvisibility=hidden... yes checking whether to enable code coverage support... no checking whether struct tm has tm_gmtoff member... yes checking whether to enable VTY/CTRL tests... no CFLAGS="-g -O2 -std=gnu11 -Wall -Wno-trigraphs" CPPFLAGS=" -Wall -Wno-trigraphs" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating include/Makefile config.status: creating include/osmocom/Makefile config.status: creating include/osmocom/gtphub/Makefile config.status: creating include/osmocom/sgsn/Makefile config.status: creating src/Makefile config.status: creating src/gprs/Makefile config.status: creating src/sgsn/Makefile config.status: creating src/gtphub/Makefile config.status: creating tests/Makefile config.status: creating tests/atlocal config.status: creating tests/gprs/Makefile config.status: creating tests/sgsn/Makefile config.status: creating tests/gtphub/Makefile config.status: creating tests/xid/Makefile config.status: creating tests/sndcp_xid/Makefile config.status: creating tests/slhc/Makefile config.status: creating tests/v42bis/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 contrib/osmo-sgsn.spec config.status: creating Makefile config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands + [ -n 1 ] + make -j8 check echo 1.10.1 > .version-t && mv .version-t .version make check-recursive make[1]: Entering directory '/build/_deps/osmo-sgsn' Making check in include make[2]: Entering directory '/build/_deps/osmo-sgsn/include' Making check in osmocom make[3]: Entering directory '/build/_deps/osmo-sgsn/include/osmocom' Making check in gtphub make[4]: Entering directory '/build/_deps/osmo-sgsn/include/osmocom/gtphub' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/build/_deps/osmo-sgsn/include/osmocom/gtphub' Making check in sgsn make[4]: Entering directory '/build/_deps/osmo-sgsn/include/osmocom/sgsn' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/build/_deps/osmo-sgsn/include/osmocom/sgsn' make[4]: Entering directory '/build/_deps/osmo-sgsn/include/osmocom' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/build/_deps/osmo-sgsn/include/osmocom' make[3]: Leaving directory '/build/_deps/osmo-sgsn/include/osmocom' make[3]: Entering directory '/build/_deps/osmo-sgsn/include' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/build/_deps/osmo-sgsn/include' make[2]: Leaving directory '/build/_deps/osmo-sgsn/include' Making check in src make[2]: Entering directory '/build/_deps/osmo-sgsn/src' Making check in gprs make[3]: Entering directory '/build/_deps/osmo-sgsn/src/gprs' CC gprs_llc_parse.lo CC crc24.lo CC gprs_utils.lo CC sgsn_ares.lo CCLD libcommon.la make[3]: Leaving directory '/build/_deps/osmo-sgsn/src/gprs' Making check in sgsn make[3]: Entering directory '/build/_deps/osmo-sgsn/src/sgsn' CC apn.o CC gprs_bssgp.o CC gprs_gmm_attach.o CC gprs_gmm.o CC gprs_gmm_fsm.o CC gprs_mm_state_gb_fsm.o CC gprs_ns.o CC gprs_sm.o CC gprs_sndcp.o CC gprs_sndcp_comp.o CC gprs_sndcp_dcomp.o CC gprs_sndcp_pcomp.o CC gprs_sndcp_vty.o CC gprs_sndcp_xid.o CC gtp_ggsn.o CC gtp_mme.o CC sgsn.o CC sgsn_main.o CC sgsn_vty.o CC sgsn_libgtp.o CC gprs_llc.o sgsn_main.c: In function 'main': sgsn_main.c:445:9: warning: 'telnet_init_dynif' is deprecated: This function ignores dynamic port configuration. Use telnet_init_default() instead [-Wdeprecated-declarations] 445 | rc = telnet_init_dynif(tall_sgsn_ctx, NULL, | ^~ In file included from sgsn_main.c:48: /build/_temp/inst_master/stow/libosmocore/include/osmocom/vty/telnet_interface.h:49:5: note: declared here 49 | int telnet_init_dynif(void *tall_ctx, void *priv, const char *ip, int port) | ^~~~~~~~~~~~~~~~~ CC gprs_llc_vty.o CC mmctx.o CC pdpctx.o CC sgsn_ctrl.o CC sgsn_auth.o CC gprs_subscriber.o CC sgsn_cdr.o CC sgsn_rim.o CC slhc.o CC gprs_llc_xid.o gprs_subscriber.c: In function 'gprs_subscr_gsup_insert_data': gprs_subscriber.c:379:17: warning: 'pdp_type' is deprecated: use pdp_type_org and pdp_type_nr instead [-Wdeprecated-declarations] 379 | pdp_data->pdp_type = pdp_info->pdp_type; | ^~~~~~~~ In file included from gprs_subscriber.c:24: /build/_temp/inst_master/stow/libosmocore/include/osmocom/gsm/gsup.h:270:26: note: declared here 270 | uint16_t pdp_type OSMO_DEPRECATED("use pdp_type_org and pdp_type_nr instead"); | ^~~~~~~~ CC v42bis.o CCLD osmo-sgsn make[3]: Leaving directory '/build/_deps/osmo-sgsn/src/sgsn' Making check in gtphub make[3]: Entering directory '/build/_deps/osmo-sgsn/src/gtphub' CC gtphub_main.o CC gtphub.o CC gtphub_sock.o CC gtphub_ares.o CC gtphub_vty.o gtphub_main.c: In function 'main': gtphub_main.c:357:9: warning: 'telnet_init_dynif' is deprecated: This function ignores dynamic port configuration. Use telnet_init_default() instead [-Wdeprecated-declarations] 357 | rc = telnet_init_dynif(osmo_gtphub_ctx, 0, vty_get_bind_addr(), | ^~ In file included from gtphub_main.c:40: /build/_temp/inst_master/stow/libosmocore/include/osmocom/vty/telnet_interface.h:49:5: note: declared here 49 | int telnet_init_dynif(void *tall_ctx, void *priv, const char *ip, int port) | ^~~~~~~~~~~~~~~~~ CCLD osmo-gtphub make[3]: Leaving directory '/build/_deps/osmo-sgsn/src/gtphub' make[3]: Entering directory '/build/_deps/osmo-sgsn/src' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/build/_deps/osmo-sgsn/src' make[2]: Leaving directory '/build/_deps/osmo-sgsn/src' Making check in contrib make[2]: Entering directory '/build/_deps/osmo-sgsn/contrib' Making check in systemd make[3]: Entering directory '/build/_deps/osmo-sgsn/contrib/systemd' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/build/_deps/osmo-sgsn/contrib/systemd' make[3]: Entering directory '/build/_deps/osmo-sgsn/contrib' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/build/_deps/osmo-sgsn/contrib' make[2]: Leaving directory '/build/_deps/osmo-sgsn/contrib' Making check in tests make[2]: Entering directory '/build/_deps/osmo-sgsn/tests' Making check in gprs make[3]: Entering directory '/build/_deps/osmo-sgsn/tests/gprs' make gprs_test make[4]: Entering directory '/build/_deps/osmo-sgsn/tests/gprs' CC gprs_test.o CC gprs_utils.o CCLD gprs_test make[4]: Leaving directory '/build/_deps/osmo-sgsn/tests/gprs' make[3]: Leaving directory '/build/_deps/osmo-sgsn/tests/gprs' Making check in gtphub make[3]: Entering directory '/build/_deps/osmo-sgsn/tests/gtphub' make gtphub_test make[4]: Entering directory '/build/_deps/osmo-sgsn/tests/gtphub' CC gtphub_test.o CCLD gtphub_test make[4]: Leaving directory '/build/_deps/osmo-sgsn/tests/gtphub' make[3]: Leaving directory '/build/_deps/osmo-sgsn/tests/gtphub' Making check in sgsn make[3]: Entering directory '/build/_deps/osmo-sgsn/tests/sgsn' make sgsn_test make[4]: Entering directory '/build/_deps/osmo-sgsn/tests/sgsn' CC sgsn_test.o CC gprs_gb_parse.o CCLD sgsn_test make[4]: Leaving directory '/build/_deps/osmo-sgsn/tests/sgsn' make[3]: Leaving directory '/build/_deps/osmo-sgsn/tests/sgsn' Making check in xid make[3]: Entering directory '/build/_deps/osmo-sgsn/tests/xid' make xid_test make[4]: Entering directory '/build/_deps/osmo-sgsn/tests/xid' CC xid_test.o CCLD xid_test make[4]: Leaving directory '/build/_deps/osmo-sgsn/tests/xid' make[3]: Leaving directory '/build/_deps/osmo-sgsn/tests/xid' Making check in sndcp_xid make[3]: Entering directory '/build/_deps/osmo-sgsn/tests/sndcp_xid' make sndcp_xid_test make[4]: Entering directory '/build/_deps/osmo-sgsn/tests/sndcp_xid' CC sndcp_xid_test.o CCLD sndcp_xid_test make[4]: Leaving directory '/build/_deps/osmo-sgsn/tests/sndcp_xid' make[3]: Leaving directory '/build/_deps/osmo-sgsn/tests/sndcp_xid' Making check in slhc make[3]: Entering directory '/build/_deps/osmo-sgsn/tests/slhc' make slhc_test make[4]: Entering directory '/build/_deps/osmo-sgsn/tests/slhc' CC slhc_test.o CCLD slhc_test make[4]: Leaving directory '/build/_deps/osmo-sgsn/tests/slhc' make[3]: Leaving directory '/build/_deps/osmo-sgsn/tests/slhc' Making check in v42bis make[3]: Entering directory '/build/_deps/osmo-sgsn/tests/v42bis' make v42bis_test make[4]: Entering directory '/build/_deps/osmo-sgsn/tests/v42bis' CC v42bis_test.o CCLD v42bis_test make[4]: Leaving directory '/build/_deps/osmo-sgsn/tests/v42bis' make[3]: Leaving directory '/build/_deps/osmo-sgsn/tests/v42bis' make[3]: Entering directory '/build/_deps/osmo-sgsn/tests' make check-local make[4]: Entering directory '/build/_deps/osmo-sgsn/tests' :;{ \ echo '# Signature of the current package.' && \ echo 'm4_define([AT_PACKAGE_NAME],' && \ echo ' [osmo-sgsn])' && \ echo 'm4_define([AT_PACKAGE_TARNAME],' && \ echo ' [osmo-sgsn])' && \ echo 'm4_define([AT_PACKAGE_VERSION],' && \ echo ' [1.10.1])' && \ echo 'm4_define([AT_PACKAGE_STRING],' && \ echo ' [osmo-sgsn 1.10.1])' && \ echo 'm4_define([AT_PACKAGE_BUGREPORT],' && \ echo ' [osmocom-net-gprs@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-sgsn 1.10.1 test suite. ## ## ---------------------------- ## Regression tests. 1: gprs ok 2: sgsn ok 3: gtphub ok 4: xid ok 5: sndcp_xid ok 6: slhc ok 7: v42bis ok ## ------------- ## ## Test results. ## ## ------------- ## All 7 tests were successful. make python-tests make[5]: Entering directory '/build/_deps/osmo-sgsn/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-sgsn/tests' make[4]: Leaving directory '/build/_deps/osmo-sgsn/tests' make[3]: Leaving directory '/build/_deps/osmo-sgsn/tests' make[2]: Leaving directory '/build/_deps/osmo-sgsn/tests' Making check in doc make[2]: Entering directory '/build/_deps/osmo-sgsn/doc' Making check in examples make[3]: Entering directory '/build/_deps/osmo-sgsn/doc/examples' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/build/_deps/osmo-sgsn/doc/examples' Making check in manuals make[3]: Entering directory '/build/_deps/osmo-sgsn/doc/manuals' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/build/_deps/osmo-sgsn/doc/manuals' make[3]: Entering directory '/build/_deps/osmo-sgsn/doc' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/build/_deps/osmo-sgsn/doc' make[2]: Leaving directory '/build/_deps/osmo-sgsn/doc' make[2]: Entering directory '/build/_deps/osmo-sgsn' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/build/_deps/osmo-sgsn' make[1]: Leaving directory '/build/_deps/osmo-sgsn' + make -j8 install make install-recursive make[1]: Entering directory '/build/_deps/osmo-sgsn' Making install in include make[2]: Entering directory '/build/_deps/osmo-sgsn/include' Making install in osmocom make[3]: Entering directory '/build/_deps/osmo-sgsn/include/osmocom' Making install in gtphub make[4]: Entering directory '/build/_deps/osmo-sgsn/include/osmocom/gtphub' make[5]: Entering directory '/build/_deps/osmo-sgsn/include/osmocom/gtphub' 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-sgsn/include/osmocom/gtphub' make[4]: Leaving directory '/build/_deps/osmo-sgsn/include/osmocom/gtphub' Making install in sgsn make[4]: Entering directory '/build/_deps/osmo-sgsn/include/osmocom/sgsn' make[5]: Entering directory '/build/_deps/osmo-sgsn/include/osmocom/sgsn' 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-sgsn/include/osmocom/sgsn' make[4]: Leaving directory '/build/_deps/osmo-sgsn/include/osmocom/sgsn' make[4]: Entering directory '/build/_deps/osmo-sgsn/include/osmocom' make[5]: Entering directory '/build/_deps/osmo-sgsn/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-sgsn/include/osmocom' make[4]: Leaving directory '/build/_deps/osmo-sgsn/include/osmocom' make[3]: Leaving directory '/build/_deps/osmo-sgsn/include/osmocom' make[3]: Entering directory '/build/_deps/osmo-sgsn/include' make[4]: Entering directory '/build/_deps/osmo-sgsn/include' 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-sgsn/include' make[3]: Leaving directory '/build/_deps/osmo-sgsn/include' make[2]: Leaving directory '/build/_deps/osmo-sgsn/include' Making install in src make[2]: Entering directory '/build/_deps/osmo-sgsn/src' Making install in gprs make[3]: Entering directory '/build/_deps/osmo-sgsn/src/gprs' make[4]: Entering directory '/build/_deps/osmo-sgsn/src/gprs' 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-sgsn/src/gprs' make[3]: Leaving directory '/build/_deps/osmo-sgsn/src/gprs' Making install in sgsn make[3]: Entering directory '/build/_deps/osmo-sgsn/src/sgsn' make[4]: Entering directory '/build/_deps/osmo-sgsn/src/sgsn' make[4]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/build/_temp/inst/stow/osmo-sgsn/bin' /bin/bash ../../libtool --mode=install /usr/bin/install -c osmo-sgsn '/build/_temp/inst/stow/osmo-sgsn/bin' libtool: install: /usr/bin/install -c osmo-sgsn /build/_temp/inst/stow/osmo-sgsn/bin/osmo-sgsn make[4]: Leaving directory '/build/_deps/osmo-sgsn/src/sgsn' make[3]: Leaving directory '/build/_deps/osmo-sgsn/src/sgsn' Making install in gtphub make[3]: Entering directory '/build/_deps/osmo-sgsn/src/gtphub' make[4]: Entering directory '/build/_deps/osmo-sgsn/src/gtphub' make[4]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/build/_temp/inst/stow/osmo-sgsn/bin' /bin/bash ../../libtool --mode=install /usr/bin/install -c osmo-gtphub '/build/_temp/inst/stow/osmo-sgsn/bin' libtool: install: /usr/bin/install -c osmo-gtphub /build/_temp/inst/stow/osmo-sgsn/bin/osmo-gtphub make[4]: Leaving directory '/build/_deps/osmo-sgsn/src/gtphub' make[3]: Leaving directory '/build/_deps/osmo-sgsn/src/gtphub' make[3]: Entering directory '/build/_deps/osmo-sgsn/src' make[4]: Entering directory '/build/_deps/osmo-sgsn/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-sgsn/src' make[3]: Leaving directory '/build/_deps/osmo-sgsn/src' make[2]: Leaving directory '/build/_deps/osmo-sgsn/src' Making install in contrib make[2]: Entering directory '/build/_deps/osmo-sgsn/contrib' Making install in systemd make[3]: Entering directory '/build/_deps/osmo-sgsn/contrib/systemd' make[4]: Entering directory '/build/_deps/osmo-sgsn/contrib/systemd' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/build/_temp/inst/stow/osmo-sgsn/lib/systemd/system' /usr/bin/install -c -m 644 osmo-gtphub.service osmo-sgsn.service '/build/_temp/inst/stow/osmo-sgsn/lib/systemd/system' make[4]: Leaving directory '/build/_deps/osmo-sgsn/contrib/systemd' make[3]: Leaving directory '/build/_deps/osmo-sgsn/contrib/systemd' make[3]: Entering directory '/build/_deps/osmo-sgsn/contrib' make[4]: Entering directory '/build/_deps/osmo-sgsn/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-sgsn/contrib' make[3]: Leaving directory '/build/_deps/osmo-sgsn/contrib' make[2]: Leaving directory '/build/_deps/osmo-sgsn/contrib' Making install in tests make[2]: Entering directory '/build/_deps/osmo-sgsn/tests' Making install in gprs make[3]: Entering directory '/build/_deps/osmo-sgsn/tests/gprs' make[4]: Entering directory '/build/_deps/osmo-sgsn/tests/gprs' 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-sgsn/tests/gprs' make[3]: Leaving directory '/build/_deps/osmo-sgsn/tests/gprs' Making install in gtphub make[3]: Entering directory '/build/_deps/osmo-sgsn/tests/gtphub' make[4]: Entering directory '/build/_deps/osmo-sgsn/tests/gtphub' 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-sgsn/tests/gtphub' make[3]: Leaving directory '/build/_deps/osmo-sgsn/tests/gtphub' Making install in sgsn make[3]: Entering directory '/build/_deps/osmo-sgsn/tests/sgsn' make[4]: Entering directory '/build/_deps/osmo-sgsn/tests/sgsn' 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-sgsn/tests/sgsn' make[3]: Leaving directory '/build/_deps/osmo-sgsn/tests/sgsn' Making install in xid make[3]: Entering directory '/build/_deps/osmo-sgsn/tests/xid' make[4]: Entering directory '/build/_deps/osmo-sgsn/tests/xid' 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-sgsn/tests/xid' make[3]: Leaving directory '/build/_deps/osmo-sgsn/tests/xid' Making install in sndcp_xid make[3]: Entering directory '/build/_deps/osmo-sgsn/tests/sndcp_xid' make[4]: Entering directory '/build/_deps/osmo-sgsn/tests/sndcp_xid' 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-sgsn/tests/sndcp_xid' make[3]: Leaving directory '/build/_deps/osmo-sgsn/tests/sndcp_xid' Making install in slhc make[3]: Entering directory '/build/_deps/osmo-sgsn/tests/slhc' make[4]: Entering directory '/build/_deps/osmo-sgsn/tests/slhc' 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-sgsn/tests/slhc' make[3]: Leaving directory '/build/_deps/osmo-sgsn/tests/slhc' Making install in v42bis make[3]: Entering directory '/build/_deps/osmo-sgsn/tests/v42bis' make[4]: Entering directory '/build/_deps/osmo-sgsn/tests/v42bis' 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-sgsn/tests/v42bis' make[3]: Leaving directory '/build/_deps/osmo-sgsn/tests/v42bis' make[3]: Entering directory '/build/_deps/osmo-sgsn/tests' make[4]: Entering directory '/build/_deps/osmo-sgsn/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-sgsn/tests' make[3]: Leaving directory '/build/_deps/osmo-sgsn/tests' make[2]: Leaving directory '/build/_deps/osmo-sgsn/tests' Making install in doc make[2]: Entering directory '/build/_deps/osmo-sgsn/doc' Making install in examples make[3]: Entering directory '/build/_deps/osmo-sgsn/doc/examples' make[4]: Entering directory '/build/_deps/osmo-sgsn/doc/examples' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/build/_temp/inst/stow/osmo-sgsn/etc/osmocom' /usr/bin/install -c -m 644 osmo-gtphub/osmo-gtphub.cfg osmo-sgsn/osmo-sgsn.cfg '/build/_temp/inst/stow/osmo-sgsn/etc/osmocom' make install-data-hook make[5]: Entering directory '/build/_deps/osmo-sgsn/doc/examples' for f in $(find . -name '*.cfg*' | sed -e 's,^.,,'); do \ j="/build/_temp/inst/stow/osmo-sgsn/share/doc/osmo-sgsn/examples/$f" && \ mkdir -p "$(dirname $j)" && \ /usr/bin/install -c -m 644 ./$f $j; \ done make[5]: Leaving directory '/build/_deps/osmo-sgsn/doc/examples' make[4]: Leaving directory '/build/_deps/osmo-sgsn/doc/examples' make[3]: Leaving directory '/build/_deps/osmo-sgsn/doc/examples' Making install in manuals make[3]: Entering directory '/build/_deps/osmo-sgsn/doc/manuals' make[4]: Entering directory '/build/_deps/osmo-sgsn/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-sgsn/doc/manuals' make[3]: Leaving directory '/build/_deps/osmo-sgsn/doc/manuals' make[3]: Entering directory '/build/_deps/osmo-sgsn/doc' make[4]: Entering directory '/build/_deps/osmo-sgsn/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-sgsn/doc' make[3]: Leaving directory '/build/_deps/osmo-sgsn/doc' make[2]: Leaving directory '/build/_deps/osmo-sgsn/doc' make[2]: Entering directory '/build/_deps/osmo-sgsn' make[3]: Entering directory '/build/_deps/osmo-sgsn' 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/_deps/osmo-sgsn' make[2]: Leaving directory '/build/_deps/osmo-sgsn' make[1]: Leaving directory '/build/_deps/osmo-sgsn' + STOW_DIR=/build/_temp/inst/stow stow --restow osmo-sgsn