+ export PKG_CONFIG_PATH=/build/deps/install/lib/pkgconfig:
+ export LD_LIBRARY_PATH=/build/deps/install/lib
+ export PATH=/build/deps/install/bin:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ osmo-build-dep.sh libosmocore --disable-doxygen
+ mkdir -p /build/deps
=============================== libosmocore ===============================
+ cd /build/deps
+ osmo-deps.sh libosmocore
+ project=libosmocore
+ branch=master
+ git branch -a
+ grep -c remotes/origin/master$
+ [ x1 != x0 ]
+ branch=origin/master
+ test -d libosmocore
+ cd libosmocore
+ git fetch --tags origin
From https://gerrit.osmocom.org/libosmocore
38eb4281..353638e2 master -> origin/master
+ git fetch origin
+ deps= osmo-clean-workspace.sh
+ chmod -R +w .
+ git checkout -f HEAD
+ git clean -dxf
+ [ -d ]
+ [ -d layer1-headers ]
+ git checkout -f origin/master
Previous HEAD position was 38eb4281 tests/gsm0408: remove outdated comment for bcap_csd_2400_v22bis
HEAD is now at 353638e2 osmo_io: segmented_read: Avoid triggering read events if user unregisters
+ git rev-parse HEAD
353638e2ff94b1ae4f46132b30edbacc99259852
+ cd libosmocore
+ mkdir -p /build/deps/install/stow
+ osmo_source_subdir libosmocore
+ subdir=
+ [ -n ]
+ autoreconf --install --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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'
configure.ac:70: warning: The macro `AC_HEADER_STDC' is obsolete.
configure.ac:70: You should run autoupdate.
./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
configure.ac:70: the top level
configure.ac:84: warning: $as_echo is obsolete; use AS_ECHO(["message"]) instead
lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
m4/ax_pthread.m4:88: AX_PTHREAD is expanded from...
configure.ac:84: the top level
configure.ac:174: warning: The macro `AC_CONFIG_HEADER' is obsolete.
configure.ac:174: You should run autoupdate.
./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from...
configure.ac:174: the top level
configure.ac:462: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:462: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:462: the top level
configure.ac:602: warning: AC_OUTPUT should be used without arguments.
configure.ac:602: You should run autoupdate.
configure.ac:23: installing './compile'
configure.ac:25: installing './config.guess'
configure.ac:25: installing './config.sub'
configure.ac:8: installing './install-sh'
configure.ac:8: installing './missing'
Makefile.am:64: warning: DOXYGEN was already defined in condition TRUE, which includes condition !HAVE_DOXYGEN ...
configure.ac:116: ... 'DOXYGEN' previously defined here
src/codec/Makefile.am: installing './depcomp'
+ ./configure --prefix=/build/deps/install/stow/libosmocore --with-systemdsystemunitdir=/build/deps/install/stow/libosmocore/lib/systemd/system --disable-doxygen
configure: WARNING: unrecognized options: --with-systemdsystemunitdir
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... no
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 egrep... (cached) /usr/bin/grep -E
checking for execinfo.h... yes
checking for poll.h... yes
checking for sys/select.h... yes
checking for sys/socket.h... yes
checking for sys/signalfd.h... yes
checking for sys/eventfd.h... yes
checking for sys/timerfd.h... yes
checking for syslog.h... yes
checking for ctype.h... yes
checking for netinet/tcp.h... yes
checking for netinet/in.h... yes
checking for gcc options needed to detect all undeclared functions... none needed
checking whether HAVE_SYS_SOCKET_H is declared... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for library containing dlopen... none required
checking for library containing dlsym... none required
checking for backtrace in -lexecinfo... no
checking how to run the C preprocessor... gcc -E
checking whether gcc is Clang... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking whether more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking for pthread_getname_np(pthread_t, char*, size_t)... yes
checking for library containing clock_gettime... none required
checking for doxygen... /usr/bin/doxygen
checking whether SYS_getrandom is declared... yes
checking if gcc supports -fvisibility=hidden... yes
checking for localtime_r... yes
checking whether struct tm has tm_gmtoff member... yes
checking for gettid... yes
checking whether to workaround TLS bug in old gcc on ARM platforms...
checking for talloc >= 2.1.0... yes
checking for liburing >= 0.7... yes
checking for libpcsclite... yes
checking for libusb-1.0... yes
checking for gnutls >= 2.12.0... yes
checking for libmnl... yes
checking for libsctp... yes
checking whether to enable VTY/CTRL tests... no
checking whether C compiler accepts -mavx2... yes
checking whether C compiler accepts -mssse3... yes
checking whether C compiler accepts -msse4.1... yes
checking whether to enable ARM NEON instructions support... no
checking whether to include systemtap tracing support... no
checking whether to build with code coverage support... no
checking whether gcc has __builtin_cpu_supports built-in... yes
checking for struct tcp_info.tcpi_notsent_bytes... yes
checking for struct tcp_info.tcpi_rwnd_limited... yes
checking for struct tcp_info.tcpi_sndbuf_limited... yes
checking for struct tcp_info.tcpi_reord_seen... yes
CFLAGS=" -std=gnu11 -DBUILDING_LIBOSMOCORE -Wall"
CPPFLAGS=" -DBUILDING_LIBOSMOCORE -Wall"
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating libosmocore.pc
config.status: creating libosmocodec.pc
config.status: creating libosmocoding.pc
config.status: creating libosmovty.pc
config.status: creating libosmogsm.pc
config.status: creating libosmoisdn.pc
config.status: creating libosmogb.pc
config.status: creating libosmoctrl.pc
config.status: creating libosmosim.pc
config.status: creating libosmousb.pc
config.status: creating include/Makefile
config.status: creating include/osmocom/Makefile
config.status: creating include/osmocom/codec/Makefile
config.status: creating include/osmocom/coding/Makefile
config.status: creating include/osmocom/core/Makefile
config.status: creating include/osmocom/crypt/Makefile
config.status: creating include/osmocom/ctrl/Makefile
config.status: creating include/osmocom/gprs/Makefile
config.status: creating include/osmocom/gprs/protocol/Makefile
config.status: creating include/osmocom/gsm/Makefile
config.status: creating include/osmocom/gsm/protocol/Makefile
config.status: creating include/osmocom/isdn/Makefile
config.status: creating include/osmocom/sim/Makefile
config.status: creating include/osmocom/usb/Makefile
config.status: creating include/osmocom/vty/Makefile
config.status: creating src/Makefile
config.status: creating src/core/Makefile
config.status: creating src/vty/Makefile
config.status: creating src/codec/Makefile
config.status: creating src/coding/Makefile
config.status: creating src/sim/Makefile
config.status: creating src/usb/Makefile
config.status: creating src/gsm/Makefile
config.status: creating src/isdn/Makefile
config.status: creating src/gb/Makefile
config.status: creating src/ctrl/Makefile
config.status: creating src/pseudotalloc/Makefile
config.status: creating tapset/Makefile
config.status: creating tests/Makefile
config.status: creating tests/atlocal
config.status: creating utils/Makefile
config.status: creating utils/osmo-stat-dummy/Makefile
config.status: creating Doxyfile.core
config.status: creating Doxyfile.gsm
config.status: creating Doxyfile.isdn
config.status: creating Doxyfile.vty
config.status: creating Doxyfile.codec
config.status: creating Doxyfile.coding
config.status: creating Doxyfile.gb
config.status: creating Doxyfile.ctrl
config.status: creating Doxyfile.sim
config.status: creating Doxyfile.usb
config.status: creating Makefile
config.status: creating contrib/libosmocore.spec
config.status: creating config.h
config.status: executing tests/atconfig commands
config.status: executing depfiles commands
config.status: executing libtool commands
configure: WARNING: unrecognized options: --with-systemdsystemunitdir
+ [ -n ]
+ make -j 12 install
echo 1.10.0.54-3536 > .version-t && mv .version-t .version
make install-recursive
make[1]: Entering directory '/build/deps/libosmocore'
Making install in include
make[2]: Entering directory '/build/deps/libosmocore/include'
Making install in osmocom
make[3]: Entering directory '/build/deps/libosmocore/include/osmocom'
Making install in core
make[4]: Entering directory '/build/deps/libosmocore/include/osmocom/core'
GEN bit16gen.h
GEN bit32gen.h
GEN bit64gen.h
GEN crc16gen.h
GEN crc32gen.h
GEN crc64gen.h
GEN crc8gen.h
GEN socket_compat.h
GEN bit16gen.h
GEN bit32gen.h
GEN bit64gen.h
GEN crc32gen.h
GEN crc16gen.h
GEN crc8gen.h
GEN crc64gen.h
GEN socket_compat.h
make[5]: Entering directory '/build/deps/libosmocore/include/osmocom/core'
make[5]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/build/deps/install/stow/libosmocore/include/osmocom/core'
/usr/bin/install -c -m 644 application.h backtrace.h base64.h bit16gen.h bit32gen.h bit64gen.h bits.h bitvec.h bitcomp.h byteswap.h conv.h counter.h crc16.h crc16gen.h crc32gen.h crc64gen.h crc8gen.h crcgen.h endian.h defs.h exec.h fsm.h gsmtap.h gsmtap_util.h hash.h hashtable.h isdnhdlc.h it_q.h jhash.h linuxlist.h linuxrbtree.h log2.h logging.h loggingrb.h stats.h macaddr.h msgb.h netdev.h netns.h osmo_io.h '/build/deps/install/stow/libosmocore/include/osmocom/core'
/usr/bin/install -c -m 644 panic.h prbs.h prim.h process.h rate_ctr.h stat_item.h stats_tcp.h select.h sercomm.h signal.h socket.h statistics.h strrb.h talloc.h tdef.h thread.h timer.h timer_compat.h tun.h utils.h write_queue.h sockaddr_str.h soft_uart.h time_cc.h use_count.h socket_compat.h plugin.h msgfile.h serial.h mnl.h '/build/deps/install/stow/libosmocore/include/osmocom/core'
make[5]: Leaving directory '/build/deps/libosmocore/include/osmocom/core'
make[4]: Leaving directory '/build/deps/libosmocore/include/osmocom/core'
Making install in vty
make[4]: Entering directory '/build/deps/libosmocore/include/osmocom/vty'
make[5]: Entering directory '/build/deps/libosmocore/include/osmocom/vty'
make[5]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/build/deps/install/stow/libosmocore/include/osmocom/vty'
/usr/bin/install -c -m 644 buffer.h command.h logging.h stats.h misc.h telnet_interface.h vector.h vty.h ports.h cpu_sched_vty.h tdef_vty.h '/build/deps/install/stow/libosmocore/include/osmocom/vty'
make[5]: Leaving directory '/build/deps/libosmocore/include/osmocom/vty'
make[4]: Leaving directory '/build/deps/libosmocore/include/osmocom/vty'
Making install in codec
make[4]: Entering directory '/build/deps/libosmocore/include/osmocom/codec'
make[5]: Entering directory '/build/deps/libosmocore/include/osmocom/codec'
make[5]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/build/deps/install/stow/libosmocore/include/osmocom/codec'
/usr/bin/install -c -m 644 ecu.h codec.h gsm610_bits.h '/build/deps/install/stow/libosmocore/include/osmocom/codec'
make[5]: Leaving directory '/build/deps/libosmocore/include/osmocom/codec'
make[4]: Leaving directory '/build/deps/libosmocore/include/osmocom/codec'
Making install in gsm
make[4]: Entering directory '/build/deps/libosmocore/include/osmocom/gsm'
GEN gsm0503.h
Generating header file...
Generate 'xcch' declaration
Generate 'tch_f24' declaration
Generate 'tch_h24' declaration
Generate 'tch_f48' declaration
Generate 'tch_f96' declaration
Generate 'tch_f144' declaration
Generate 'rach' declaration
Generate 'rach_ext' declaration
Generate 'sch' declaration
Generate 'cs2' declaration
Generate 'cs3' declaration
Generate 'cs2_np' declaration
Generate 'cs3_np' declaration
Generate 'tch_afs_12_2' declaration
Generate 'tch_afs_10_2' declaration
Generate 'tch_afs_7_95' declaration
Generate 'tch_afs_7_4' declaration
Generate 'tch_afs_6_7' declaration
Generate 'tch_afs_5_9' declaration
Generate 'tch_afs_5_15' declaration
Generate 'tch_afs_4_75' declaration
Generate 'tch_fr' declaration
Generate 'tch_hr' declaration
Generate 'tch_ahs_7_95' declaration
Generate 'tch_ahs_7_4' declaration
Generate 'tch_ahs_6_7' declaration
Generate 'tch_ahs_5_9' declaration
Generate 'tch_ahs_5_15' declaration
Generate 'tch_ahs_4_75' declaration
Generate 'tch_axs_sid_update' declaration
Generate 'mcs1_dl_hdr' declaration
Generate 'mcs1_ul_hdr' declaration
Generate 'mcs1' declaration
Generate 'mcs2' declaration
Generate 'mcs3' declaration
Generate 'mcs4' declaration
Generate 'mcs5_dl_hdr' declaration
Generate 'mcs5_ul_hdr' declaration
Generate 'mcs5' declaration
Generate 'mcs6' declaration
Generate 'mcs7_dl_hdr' declaration
Generate 'mcs7_ul_hdr' declaration
Generate 'mcs7' declaration
Generate 'mcs8' declaration
Generate 'mcs9' declaration
Generation complete.
make install-recursive
make[5]: Entering directory '/build/deps/libosmocore/include/osmocom/gsm'
Making install in protocol
make[6]: Entering directory '/build/deps/libosmocore/include/osmocom/gsm/protocol'
make[7]: Entering directory '/build/deps/libosmocore/include/osmocom/gsm/protocol'
make[7]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/build/deps/install/stow/libosmocore/include/osmocom/gsm/protocol'
/usr/bin/install -c -m 644 gsm_23_032.h gsm_03_40.h gsm_03_41.h gsm_04_08.h gsm_04_08_gprs.h gsm_04_11.h gsm_04_12.h gsm_04_14.h gsm_04_80.h gsm_08_08.h gsm_08_58.h gsm_09_02.h gsm_12_21.h gsm_23_003.h gsm_23_041.h gsm_25_415.h gsm_29_118.h gsm_44_004.h gsm_44_060.h gsm_44_068.h gsm_44_318.h gsm_48_049.h gsm_48_071.h gsm_49_031.h ipaccess.h smpp34_osmocom.h '/build/deps/install/stow/libosmocore/include/osmocom/gsm/protocol'
make[7]: Leaving directory '/build/deps/libosmocore/include/osmocom/gsm/protocol'
make[6]: Leaving directory '/build/deps/libosmocore/include/osmocom/gsm/protocol'
make[6]: Entering directory '/build/deps/libosmocore/include/osmocom/gsm'
make[7]: Entering directory '/build/deps/libosmocore/include/osmocom/gsm'
make[7]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/build/deps/install/stow/libosmocore/include/osmocom/gsm'
/usr/bin/install -c -m 644 a5.h abis_nm.h apn.h bts_features.h cbsp.h comp128.h comp128v23.h bitvec_gsm.h gan.h gsm0341.h gsm0411_smc.h gsm0411_smr.h gsm0411_utils.h gsm0480.h gsm0502.h gsm0503.h bsslap.h bssmap_le.h gad.h gsm0808.h gsm0808_lcs.h gsm29205.h gsm0808_utils.h gsm23003.h gsm23236.h gsm29118.h gsm44021.h gsm48.h gsm48_arfcn_range_encode.h gsm48_ie.h gsm48_rest_octets.h gsm_utils.h gsup.h gsup_sms.h i460_mux.h ipa.h iuup.h lapd_core.h lapdm.h meas_rep.h '/build/deps/install/stow/libosmocore/include/osmocom/gsm'
/usr/bin/install -c -m 644 mncc.h prim.h l1sap.h oap.h oap_client.h rlp.h rsl.h rtp_extensions.h rxlev_stat.h sysinfo.h tlv.h '/build/deps/install/stow/libosmocore/include/osmocom/gsm'
make[7]: Leaving directory '/build/deps/libosmocore/include/osmocom/gsm'
make[6]: Leaving directory '/build/deps/libosmocore/include/osmocom/gsm'
make[5]: Leaving directory '/build/deps/libosmocore/include/osmocom/gsm'
make[4]: Leaving directory '/build/deps/libosmocore/include/osmocom/gsm'
Making install in isdn
make[4]: Entering directory '/build/deps/libosmocore/include/osmocom/isdn'
make[5]: Entering directory '/build/deps/libosmocore/include/osmocom/isdn'
make[5]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/build/deps/install/stow/libosmocore/include/osmocom/isdn'
/usr/bin/install -c -m 644 i460_mux.h lapd_core.h v110.h v110_ta.h '/build/deps/install/stow/libosmocore/include/osmocom/isdn'
make[5]: Leaving directory '/build/deps/libosmocore/include/osmocom/isdn'
make[4]: Leaving directory '/build/deps/libosmocore/include/osmocom/isdn'
Making install in crypt
make[4]: Entering directory '/build/deps/libosmocore/include/osmocom/crypt'
make[5]: Entering directory '/build/deps/libosmocore/include/osmocom/crypt'
make[5]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/build/deps/install/stow/libosmocore/include/osmocom/crypt'
/usr/bin/install -c -m 644 auth.h gprs_cipher.h kdf.h utran_cipher.h '/build/deps/install/stow/libosmocore/include/osmocom/crypt'
make[5]: Leaving directory '/build/deps/libosmocore/include/osmocom/crypt'
make[4]: Leaving directory '/build/deps/libosmocore/include/osmocom/crypt'
Making install in coding
make[4]: Entering directory '/build/deps/libosmocore/include/osmocom/coding'
make[5]: Entering directory '/build/deps/libosmocore/include/osmocom/coding'
make[5]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/build/deps/install/stow/libosmocore/include/osmocom/coding'
/usr/bin/install -c -m 644 gsm0503_tables.h gsm0503_parity.h gsm0503_mapping.h gsm0503_interleaving.h gsm0503_coding.h gsm0503_amr_dtx.h '/build/deps/install/stow/libosmocore/include/osmocom/coding'
make[5]: Leaving directory '/build/deps/libosmocore/include/osmocom/coding'
make[4]: Leaving directory '/build/deps/libosmocore/include/osmocom/coding'
Making install in gprs
make[4]: Entering directory '/build/deps/libosmocore/include/osmocom/gprs'
Making install in protocol
make[5]: Entering directory '/build/deps/libosmocore/include/osmocom/gprs/protocol'
make[6]: Entering directory '/build/deps/libosmocore/include/osmocom/gprs/protocol'
make[6]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/build/deps/install/stow/libosmocore/include/osmocom/gprs/protocol'
/usr/bin/install -c -m 644 gsm_04_60.h gsm_08_16.h gsm_08_18.h gsm_24_301.h '/build/deps/install/stow/libosmocore/include/osmocom/gprs/protocol'
make[6]: Leaving directory '/build/deps/libosmocore/include/osmocom/gprs/protocol'
make[5]: Leaving directory '/build/deps/libosmocore/include/osmocom/gprs/protocol'
make[5]: Entering directory '/build/deps/libosmocore/include/osmocom/gprs'
make[6]: Entering directory '/build/deps/libosmocore/include/osmocom/gprs'
make[6]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/build/deps/install/stow/libosmocore/include/osmocom/gprs'
/usr/bin/install -c -m 644 frame_relay.h bssgp_bvc_fsm.h gprs_bssgp.h gprs_bssgp2.h gprs_bssgp_bss.h gprs_bssgp_rim.h gprs_msgb.h gprs_ns.h gprs_ns_frgre.h gprs_ns2.h gprs_rlc.h '/build/deps/install/stow/libosmocore/include/osmocom/gprs'
make[6]: Leaving directory '/build/deps/libosmocore/include/osmocom/gprs'
make[5]: Leaving directory '/build/deps/libosmocore/include/osmocom/gprs'
make[4]: Leaving directory '/build/deps/libosmocore/include/osmocom/gprs'
Making install in ctrl
make[4]: Entering directory '/build/deps/libosmocore/include/osmocom/ctrl'
make[5]: Entering directory '/build/deps/libosmocore/include/osmocom/ctrl'
make[5]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/build/deps/install/stow/libosmocore/include/osmocom/ctrl'
/usr/bin/install -c -m 644 control_cmd.h control_if.h ports.h control_vty.h '/build/deps/install/stow/libosmocore/include/osmocom/ctrl'
make[5]: Leaving directory '/build/deps/libosmocore/include/osmocom/ctrl'
make[4]: Leaving directory '/build/deps/libosmocore/include/osmocom/ctrl'
Making install in sim
make[4]: Entering directory '/build/deps/libosmocore/include/osmocom/sim'
make[5]: Entering directory '/build/deps/libosmocore/include/osmocom/sim'
make[5]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/build/deps/install/stow/libosmocore/include/osmocom/sim'
/usr/bin/install -c -m 644 class_tables.h sim.h '/build/deps/install/stow/libosmocore/include/osmocom/sim'
make[5]: Leaving directory '/build/deps/libosmocore/include/osmocom/sim'
make[4]: Leaving directory '/build/deps/libosmocore/include/osmocom/sim'
Making install in usb
make[4]: Entering directory '/build/deps/libosmocore/include/osmocom/usb'
make[5]: Entering directory '/build/deps/libosmocore/include/osmocom/usb'
make[5]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/build/deps/install/stow/libosmocore/include/osmocom/usb'
/usr/bin/install -c -m 644 libusb.h '/build/deps/install/stow/libosmocore/include/osmocom/usb'
make[5]: Leaving directory '/build/deps/libosmocore/include/osmocom/usb'
make[4]: Leaving directory '/build/deps/libosmocore/include/osmocom/usb'
make[4]: Entering directory '/build/deps/libosmocore/include/osmocom'
make[5]: Entering directory '/build/deps/libosmocore/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/libosmocore/include/osmocom'
make[4]: Leaving directory '/build/deps/libosmocore/include/osmocom'
make[3]: Leaving directory '/build/deps/libosmocore/include/osmocom'
make[3]: Entering directory '/build/deps/libosmocore/include'
make[4]: Entering directory '/build/deps/libosmocore/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/libosmocore/include'
make[3]: Leaving directory '/build/deps/libosmocore/include'
make[2]: Leaving directory '/build/deps/libosmocore/include'
Making install in src
make[2]: Entering directory '/build/deps/libosmocore/src'
Making install in core
make[3]: Entering directory '/build/deps/libosmocore/src/core'
GEN crc8gen.c
GEN crc16gen.c
GEN crc32gen.c
GEN crc64gen.c
make install-am
make[4]: Entering directory '/build/deps/libosmocore/src/core'
CC application.lo
CC backtrace.lo
CC base64.lo
CC bits.lo
CC bitvec.lo
CC bitcomp.lo
CC context.lo
CC conv.lo
CC conv_acc.lo
CC conv_acc_generic.lo
CC counter.lo
CC crc16.lo
CC crc8gen.lo
CC crc16gen.lo
CC crc32gen.lo
CC crc64gen.lo
CC exec.lo
CC fsm.lo
CC gsmtap_util.lo
CC isdnhdlc.lo
CC it_q.lo
CC logging.lo
CC logging_syslog.lo
CC logging_gsmtap.lo
CC loggingrb.lo
CC macaddr.lo
CC msgb.lo
CC netdev.lo
CC netns.lo
CC osmo_io.lo
CC osmo_io_poll.lo
CC panic.lo
CC prbs.lo
CC prim.lo
CC rate_ctr.lo
CC rbtree.lo
CC select.lo
CC sercomm.lo
CC signal.lo
CC sockaddr_str.lo
CC socket.lo
CC soft_uart.lo
CC stat_item.lo
CC stats.lo
CC stats_statsd.lo
CC stats_tcp.lo
CC strrb.lo
CC tdef.lo
CC thread.lo
CC time_cc.lo
CC timer.lo
CC timer_gettimeofday.lo
CC timer_clockgettime.lo
CC use_count.lo
CC tun.lo
CC utils.lo
CC write_queue.lo
CC conv_acc_sse.lo
CC conv_acc_sse_avx.lo
CC plugin.lo
CC msgfile.lo
CC serial.lo
CC mnl.lo
CC osmo_io_uring.lo
CCLD libosmocore.la
make[5]: Entering directory '/build/deps/libosmocore/src/core'
make[5]: Nothing to be done for 'install-data-am'.
/usr/bin/mkdir -p '/build/deps/install/stow/libosmocore/lib'
/bin/bash ../../libtool --mode=install /usr/bin/install -c libosmocore.la '/build/deps/install/stow/libosmocore/lib'
libtool: install: /usr/bin/install -c .libs/libosmocore.so.22.0.0 /build/deps/install/stow/libosmocore/lib/libosmocore.so.22.0.0
libtool: install: (cd /build/deps/install/stow/libosmocore/lib && { ln -s -f libosmocore.so.22.0.0 libosmocore.so.22 || { rm -f libosmocore.so.22 && ln -s libosmocore.so.22.0.0 libosmocore.so.22; }; })
libtool: install: (cd /build/deps/install/stow/libosmocore/lib && { ln -s -f libosmocore.so.22.0.0 libosmocore.so || { rm -f libosmocore.so && ln -s libosmocore.so.22.0.0 libosmocore.so; }; })
libtool: install: /usr/bin/install -c .libs/libosmocore.lai /build/deps/install/stow/libosmocore/lib/libosmocore.la
libtool: finish: PATH="/build/deps/install/bin:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmocore/lib
----------------------------------------------------------------------
Libraries have been installed in:
/build/deps/install/stow/libosmocore/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[5]: Leaving directory '/build/deps/libosmocore/src/core'
make[4]: Leaving directory '/build/deps/libosmocore/src/core'
make[3]: Leaving directory '/build/deps/libosmocore/src/core'
Making install in vty
make[3]: Entering directory '/build/deps/libosmocore/src/vty'
CC buffer.lo
CC command.lo
CC vty.lo
CC vector.lo
CC utils.lo
CC logging_vty.lo
CC telnet_interface.lo
CC stats_vty.lo
CC fsm_vty.lo
CC talloc_ctx_vty.lo
CC tdef_vty.lo
CC cpu_sched_vty.lo
CCLD libosmovty.la
make[4]: Entering directory '/build/deps/libosmocore/src/vty'
make[4]: Nothing to be done for 'install-data-am'.
/usr/bin/mkdir -p '/build/deps/install/stow/libosmocore/lib'
/bin/bash ../../libtool --mode=install /usr/bin/install -c libosmovty.la '/build/deps/install/stow/libosmocore/lib'
libtool: warning: relinking 'libosmovty.la'
libtool: install: (cd /build/deps/libosmocore/src/vty; /bin/bash "/build/deps/libosmocore/libtool" --silent --tag CC --mode=relink gcc -Wall -pthread -std=gnu11 -DBUILDING_LIBOSMOCORE -Wall -version-info 13:1:0 -no-undefined -o libosmovty.la -rpath /build/deps/install/stow/libosmocore/lib buffer.lo command.lo vty.lo vector.lo utils.lo telnet_interface.lo logging_vty.lo stats_vty.lo fsm_vty.lo talloc_ctx_vty.lo cpu_sched_vty.lo tdef_vty.lo ../../src/core/libosmocore.la -ltalloc )
libtool: install: /usr/bin/install -c .libs/libosmovty.so.13.0.1T /build/deps/install/stow/libosmocore/lib/libosmovty.so.13.0.1
libtool: install: (cd /build/deps/install/stow/libosmocore/lib && { ln -s -f libosmovty.so.13.0.1 libosmovty.so.13 || { rm -f libosmovty.so.13 && ln -s libosmovty.so.13.0.1 libosmovty.so.13; }; })
libtool: install: (cd /build/deps/install/stow/libosmocore/lib && { ln -s -f libosmovty.so.13.0.1 libosmovty.so || { rm -f libosmovty.so && ln -s libosmovty.so.13.0.1 libosmovty.so; }; })
libtool: install: /usr/bin/install -c .libs/libosmovty.lai /build/deps/install/stow/libosmocore/lib/libosmovty.la
libtool: finish: PATH="/build/deps/install/bin:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmocore/lib
----------------------------------------------------------------------
Libraries have been installed in:
/build/deps/install/stow/libosmocore/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/libosmocore/src/vty'
make[3]: Leaving directory '/build/deps/libosmocore/src/vty'
Making install in isdn
make[3]: Entering directory '/build/deps/libosmocore/src/isdn'
CC i460_mux.lo
CC lapd_core.lo
CC v110.lo
CC v110_ta.lo
CCLD libisdnint.la
CCLD libosmoisdn.la
make[4]: Entering directory '/build/deps/libosmocore/src/isdn'
make[4]: Nothing to be done for 'install-data-am'.
/usr/bin/mkdir -p '/build/deps/install/stow/libosmocore/lib'
/bin/bash ../../libtool --mode=install /usr/bin/install -c libosmoisdn.la '/build/deps/install/stow/libosmocore/lib'
libtool: warning: relinking 'libosmoisdn.la'
libtool: install: (cd /build/deps/libosmocore/src/isdn; /bin/bash "/build/deps/libosmocore/libtool" --silent --tag CC --mode=relink gcc -Wall -std=gnu11 -DBUILDING_LIBOSMOCORE -Wall -Wl,--version-script=./libosmoisdn.map -version-info 2:0:2 -no-undefined -o libosmoisdn.la -rpath /build/deps/install/stow/libosmocore/lib libisdnint.la -ltalloc )
libtool: install: /usr/bin/install -c .libs/libosmoisdn.so.0.2.0T /build/deps/install/stow/libosmocore/lib/libosmoisdn.so.0.2.0
libtool: install: (cd /build/deps/install/stow/libosmocore/lib && { ln -s -f libosmoisdn.so.0.2.0 libosmoisdn.so.0 || { rm -f libosmoisdn.so.0 && ln -s libosmoisdn.so.0.2.0 libosmoisdn.so.0; }; })
libtool: install: (cd /build/deps/install/stow/libosmocore/lib && { ln -s -f libosmoisdn.so.0.2.0 libosmoisdn.so || { rm -f libosmoisdn.so && ln -s libosmoisdn.so.0.2.0 libosmoisdn.so; }; })
libtool: install: /usr/bin/install -c .libs/libosmoisdn.lai /build/deps/install/stow/libosmocore/lib/libosmoisdn.la
libtool: finish: PATH="/build/deps/install/bin:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmocore/lib
----------------------------------------------------------------------
Libraries have been installed in:
/build/deps/install/stow/libosmocore/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/libosmocore/src/isdn'
make[3]: Leaving directory '/build/deps/libosmocore/src/isdn'
Making install in codec
make[3]: Entering directory '/build/deps/libosmocore/src/codec'
CC gsm610.lo
CC gsm620.lo
CC gsm660.lo
CC gsm690.lo
CC hr_sid_class.lo
CC ecu.lo
CC ecu_fr_old.lo
CC ecu_fr.lo
CCLD libosmocodec.la
make[4]: Entering directory '/build/deps/libosmocore/src/codec'
make[4]: Nothing to be done for 'install-data-am'.
/usr/bin/mkdir -p '/build/deps/install/stow/libosmocore/lib'
/bin/bash ../../libtool --mode=install /usr/bin/install -c libosmocodec.la '/build/deps/install/stow/libosmocore/lib'
libtool: warning: relinking 'libosmocodec.la'
libtool: install: (cd /build/deps/libosmocore/src/codec; /bin/bash "/build/deps/libosmocore/libtool" --silent --tag CC --mode=relink gcc -Wall -std=gnu11 -DBUILDING_LIBOSMOCORE -Wall -version-info 4:1:0 -no-undefined -o libosmocodec.la -rpath /build/deps/install/stow/libosmocore/lib gsm610.lo gsm620.lo gsm660.lo gsm690.lo hr_sid_class.lo ecu.lo ecu_fr.lo ecu_fr_old.lo ../../src/core/libosmocore.la )
libtool: install: /usr/bin/install -c .libs/libosmocodec.so.4.0.1T /build/deps/install/stow/libosmocore/lib/libosmocodec.so.4.0.1
libtool: install: (cd /build/deps/install/stow/libosmocore/lib && { ln -s -f libosmocodec.so.4.0.1 libosmocodec.so.4 || { rm -f libosmocodec.so.4 && ln -s libosmocodec.so.4.0.1 libosmocodec.so.4; }; })
libtool: install: (cd /build/deps/install/stow/libosmocore/lib && { ln -s -f libosmocodec.so.4.0.1 libosmocodec.so || { rm -f libosmocodec.so && ln -s libosmocodec.so.4.0.1 libosmocodec.so; }; })
libtool: install: /usr/bin/install -c .libs/libosmocodec.lai /build/deps/install/stow/libosmocore/lib/libosmocodec.la
libtool: finish: PATH="/build/deps/install/bin:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmocore/lib
----------------------------------------------------------------------
Libraries have been installed in:
/build/deps/install/stow/libosmocore/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/libosmocore/src/codec'
make[3]: Leaving directory '/build/deps/libosmocore/src/codec'
Making install in gsm
make[3]: Entering directory '/build/deps/libosmocore/src/gsm'
GEN gsm0503_conv.c
Generating convolutional codes...
Generate 'xcch' definition
Generate 'tch_f24' definition
Generate 'tch_h24' definition
Generate 'tch_f48' definition
Generate 'tch_f96' definition
Generate 'tch_f144' definition
Generate 'rach' definition
Generate 'rach_ext' definition
Generate 'sch' definition
Generate 'cs2' definition
Generate 'cs3' definition
Generate 'cs2_np' definition
Generate 'cs3_np' definition
Generate 'tch_afs_12_2' definition
Generate 'tch_afs_10_2' definition
Generate 'tch_afs_7_95' definition
Generate 'tch_afs_7_4' definition
Generate 'tch_afs_6_7' definition
Generate 'tch_afs_5_9' definition
Generate 'tch_afs_5_15' definition
Generate 'tch_afs_4_75' definition
Generate 'tch_fr' definition
Generate 'tch_hr' definition
Generate 'tch_ahs_7_95' definition
Generate 'tch_ahs_7_4' definition
Generate 'tch_ahs_6_7' definition
Generate 'tch_ahs_5_9' definition
Generate 'tch_ahs_5_15' definition
Generate 'tch_ahs_4_75' definition
Generate 'tch_axs_sid_update' definition
Generate 'mcs1_dl_hdr' definition
Generate 'mcs1_ul_hdr' definition
Generate 'mcs1' definition
Generate 'mcs2' definition
Generate 'mcs3' definition
Generate 'mcs4' definition
Generate 'mcs5_dl_hdr' definition
Generate 'mcs5_ul_hdr' definition
Generate 'mcs5' definition
Generate 'mcs6' definition
Generate 'mcs7_dl_hdr' definition
Generate 'mcs7_ul_hdr' definition
Generate 'mcs7' definition
Generate 'mcs8' definition
Generate 'mcs9' definition
Generation complete.
make install-am
make[4]: Entering directory '/build/deps/libosmocore/src/gsm'
CC a5.lo
CC rxlev_stat.lo
CC tlv_parser.lo
CC comp128.lo
CC comp128v23.lo
CC rsl.lo
CC gsm_utils.lo
CC gsm48_arfcn_range_encode.lo
CC gsm48.lo
CC gsm48_ie.lo
CC sysinfo.lo
CC gsm0808.lo
gsm_utils.c:106:9: note: '#pragma message: glibc 2.36 random detected'
106 | #pragma message ("glibc " OSMO_STRINGIFY_VAL(__GLIBC__) "." OSMO_STRINGIFY_VAL(__GLIBC_MINOR__) " random detected")
| ^~~~~~~
CC gprs_cipher_core.lo
CC gprs_rlc.lo
CC gsm0480.lo
CC abis_nm.lo
CC gsm0502.lo
CC gsm0411_utils.lo
CC gsm0411_smc.lo
CC gsm0411_smr.lo
CC lapdm.lo
CC gsm0414.lo
CC kasumi.lo
CC gsm29205.lo
CC gsm_04_08_gprs.lo
CC auth_core.lo
CC auth_comp128v1.lo
CC auth_comp128v23.lo
CC auth_xor.lo
CC auth_xor_2g.lo
CC auth_milenage.lo
CC gea.lo
CC gan.lo
CC gsm0341.lo
CC ipa.lo
CC apn.lo
CC auth_tuak.lo
CC gprs_gea.lo
CC gsm0503_conv.lo
CC oap.lo
CC gsm0808_utils.lo
CC gsm23003.lo
CC gsm23236.lo
CC mncc.lo
CC bts_features.lo
CC oap_client.lo
CC gsm29118.lo
CC gsm48_rest_octets.lo
CC cbsp.lo
CC gsm48049.lo
CC gad.lo
CC bsslap.lo
CC bssmap_le.lo
CC kdf.lo
CC iuup.lo
CC gsm44021.lo
CC gsm44068.lo
CC rlp.lo
CC gsup.lo
CC gsup_sms.lo
CC milenage/aes-encblock.lo
CC milenage/aes-internal.lo
CC milenage/aes-internal-enc.lo
CC milenage/milenage.lo
CC tuak/KeccakP-1600-3gpp.lo
CC tuak/tuak.lo
CCLD libgsmint.la
CCLD libosmogsm.la
make[5]: Entering directory '/build/deps/libosmocore/src/gsm'
make[5]: Nothing to be done for 'install-data-am'.
/usr/bin/mkdir -p '/build/deps/install/stow/libosmocore/lib'
/bin/bash ../../libtool --mode=install /usr/bin/install -c libosmogsm.la '/build/deps/install/stow/libosmocore/lib'
libtool: warning: relinking 'libosmogsm.la'
libtool: install: (cd /build/deps/libosmocore/src/gsm; /bin/bash "/build/deps/libosmocore/libtool" --silent --tag CC --mode=relink gcc -Wall -I/usr/include/p11-kit-1 -std=gnu11 -DBUILDING_LIBOSMOCORE -Wall -Wl,--version-script=./libosmogsm.map -version-info 21:0:1 -no-undefined -o libosmogsm.la -rpath /build/deps/install/stow/libosmocore/lib libgsmint.la -ltalloc -lgnutls )
libtool: install: /usr/bin/install -c .libs/libosmogsm.so.20.1.0T /build/deps/install/stow/libosmocore/lib/libosmogsm.so.20.1.0
libtool: install: (cd /build/deps/install/stow/libosmocore/lib && { ln -s -f libosmogsm.so.20.1.0 libosmogsm.so.20 || { rm -f libosmogsm.so.20 && ln -s libosmogsm.so.20.1.0 libosmogsm.so.20; }; })
libtool: install: (cd /build/deps/install/stow/libosmocore/lib && { ln -s -f libosmogsm.so.20.1.0 libosmogsm.so || { rm -f libosmogsm.so && ln -s libosmogsm.so.20.1.0 libosmogsm.so; }; })
libtool: install: /usr/bin/install -c .libs/libosmogsm.lai /build/deps/install/stow/libosmocore/lib/libosmogsm.la
libtool: finish: PATH="/build/deps/install/bin:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmocore/lib
----------------------------------------------------------------------
Libraries have been installed in:
/build/deps/install/stow/libosmocore/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[5]: Leaving directory '/build/deps/libosmocore/src/gsm'
make[4]: Leaving directory '/build/deps/libosmocore/src/gsm'
make[3]: Leaving directory '/build/deps/libosmocore/src/gsm'
Making install in coding
make[3]: Entering directory '/build/deps/libosmocore/src/coding'
CC gsm0503_interleaving.lo
CC gsm0503_mapping.lo
CC gsm0503_tables.lo
CC gsm0503_parity.lo
CC gsm0503_coding.lo
CC gsm0503_amr_dtx.lo
CCLD libosmocoding.la
make[4]: Entering directory '/build/deps/libosmocore/src/coding'
make[4]: Nothing to be done for 'install-data-am'.
/usr/bin/mkdir -p '/build/deps/install/stow/libosmocore/lib'
/bin/bash ../../libtool --mode=install /usr/bin/install -c libosmocoding.la '/build/deps/install/stow/libosmocore/lib'
libtool: warning: relinking 'libosmocoding.la'
libtool: install: (cd /build/deps/libosmocore/src/coding; /bin/bash "/build/deps/libosmocore/libtool" --silent --tag CC --mode=relink gcc -Wall -std=gnu11 -DBUILDING_LIBOSMOCORE -Wall -Wl,--version-script=./libosmocoding.map -version-info 3:1:3 -no-undefined -o libosmocoding.la -rpath /build/deps/install/stow/libosmocore/lib gsm0503_interleaving.lo gsm0503_mapping.lo gsm0503_tables.lo gsm0503_parity.lo gsm0503_coding.lo gsm0503_amr_dtx.lo ../../src/core/libosmocore.la ../../src/gsm/libosmogsm.la ../../src/codec/libosmocodec.la )
libtool: install: /usr/bin/install -c .libs/libosmocoding.so.0.3.1T /build/deps/install/stow/libosmocore/lib/libosmocoding.so.0.3.1
libtool: install: (cd /build/deps/install/stow/libosmocore/lib && { ln -s -f libosmocoding.so.0.3.1 libosmocoding.so.0 || { rm -f libosmocoding.so.0 && ln -s libosmocoding.so.0.3.1 libosmocoding.so.0; }; })
libtool: install: (cd /build/deps/install/stow/libosmocore/lib && { ln -s -f libosmocoding.so.0.3.1 libosmocoding.so || { rm -f libosmocoding.so && ln -s libosmocoding.so.0.3.1 libosmocoding.so; }; })
libtool: install: /usr/bin/install -c .libs/libosmocoding.lai /build/deps/install/stow/libosmocore/lib/libosmocoding.la
libtool: finish: PATH="/build/deps/install/bin:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmocore/lib
----------------------------------------------------------------------
Libraries have been installed in:
/build/deps/install/stow/libosmocore/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/libosmocore/src/coding'
make[3]: Leaving directory '/build/deps/libosmocore/src/coding'
Making install in gb
make[3]: Entering directory '/build/deps/libosmocore/src/gb'
CC gprs_ns.lo
CC gprs_ns_frgre.lo
CC gprs_ns_vty.lo
CC gprs_ns_sns.lo
CC gprs_bssgp.lo
CC gprs_bssgp_util.lo
CC gprs_bssgp_vty.lo
CC gprs_bssgp_rim.lo
CC gprs_bssgp_bss.lo
CC gprs_ns2.lo
CC gprs_ns2_udp.lo
CC gprs_ns2_frgre.lo
CC gprs_ns2_fr.lo
CC gprs_ns2_vc_fsm.lo
CC gprs_ns2_sns.lo
CC gprs_ns2_message.lo
CC gprs_ns2_vty.lo
CC gprs_bssgp2.lo
CC bssgp_bvc_fsm.lo
CC common_vty.lo
CC frame_relay.lo
CCLD libosmogb.la
CCLD libosmogb-test.la
make[4]: Entering directory '/build/deps/libosmocore/src/gb'
make[4]: Nothing to be done for 'install-data-am'.
/usr/bin/mkdir -p '/build/deps/install/stow/libosmocore/lib'
/bin/bash ../../libtool --mode=install /usr/bin/install -c libosmogb.la '/build/deps/install/stow/libosmocore/lib'
libtool: warning: relinking 'libosmogb.la'
libtool: install: (cd /build/deps/libosmocore/src/gb; /bin/bash "/build/deps/libosmocore/libtool" --silent --tag CC --mode=relink gcc -Wall -fno-strict-aliasing -std=gnu11 -DBUILDING_LIBOSMOCORE -Wall -Wl,--version-script=./libosmogb.map -version-info 16:1:2 -no-undefined -o libosmogb.la -rpath /build/deps/install/stow/libosmocore/lib gprs_ns.lo gprs_ns_frgre.lo gprs_ns_vty.lo gprs_ns_sns.lo gprs_bssgp.lo gprs_bssgp_util.lo gprs_bssgp_vty.lo gprs_bssgp_rim.lo gprs_bssgp_bss.lo gprs_ns2.lo gprs_ns2_udp.lo gprs_ns2_frgre.lo gprs_ns2_fr.lo gprs_ns2_vc_fsm.lo gprs_ns2_sns.lo gprs_ns2_message.lo gprs_ns2_vty.lo gprs_bssgp2.lo bssgp_bvc_fsm.lo common_vty.lo frame_relay.lo -ltalloc ../../src/core/libosmocore.la ../../src/vty/libosmovty.la ../../src/gsm/libosmogsm.la )
libtool: install: /usr/bin/install -c .libs/libosmogb.so.14.2.1T /build/deps/install/stow/libosmocore/lib/libosmogb.so.14.2.1
libtool: install: (cd /build/deps/install/stow/libosmocore/lib && { ln -s -f libosmogb.so.14.2.1 libosmogb.so.14 || { rm -f libosmogb.so.14 && ln -s libosmogb.so.14.2.1 libosmogb.so.14; }; })
libtool: install: (cd /build/deps/install/stow/libosmocore/lib && { ln -s -f libosmogb.so.14.2.1 libosmogb.so || { rm -f libosmogb.so && ln -s libosmogb.so.14.2.1 libosmogb.so; }; })
libtool: install: /usr/bin/install -c .libs/libosmogb.lai /build/deps/install/stow/libosmocore/lib/libosmogb.la
libtool: finish: PATH="/build/deps/install/bin:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmocore/lib
----------------------------------------------------------------------
Libraries have been installed in:
/build/deps/install/stow/libosmocore/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/libosmocore/src/gb'
make[3]: Leaving directory '/build/deps/libosmocore/src/gb'
Making install in ctrl
make[3]: Entering directory '/build/deps/libosmocore/src/ctrl'
CC control_cmd.lo
CC control_if.lo
CC fsm_ctrl_commands.lo
CC control_vty.lo
CCLD libosmoctrl.la
make[4]: Entering directory '/build/deps/libosmocore/src/ctrl'
make[4]: Nothing to be done for 'install-data-am'.
/usr/bin/mkdir -p '/build/deps/install/stow/libosmocore/lib'
/bin/bash ../../libtool --mode=install /usr/bin/install -c libosmoctrl.la '/build/deps/install/stow/libosmocore/lib'
libtool: warning: relinking 'libosmoctrl.la'
libtool: install: (cd /build/deps/libosmocore/src/ctrl; /bin/bash "/build/deps/libosmocore/libtool" --silent --tag CC --mode=relink gcc -Wall -std=gnu11 -DBUILDING_LIBOSMOCORE -Wall -Wl,--version-script=./libosmoctrl.map -version-info 9:0:9 -no-undefined -o libosmoctrl.la -rpath /build/deps/install/stow/libosmocore/lib control_cmd.lo control_if.lo fsm_ctrl_commands.lo control_vty.lo -ltalloc ../../src/core/libosmocore.la ../../src/gsm/libosmogsm.la ../../src/vty/libosmovty.la )
libtool: install: /usr/bin/install -c .libs/libosmoctrl.so.0.9.0T /build/deps/install/stow/libosmocore/lib/libosmoctrl.so.0.9.0
libtool: install: (cd /build/deps/install/stow/libosmocore/lib && { ln -s -f libosmoctrl.so.0.9.0 libosmoctrl.so.0 || { rm -f libosmoctrl.so.0 && ln -s libosmoctrl.so.0.9.0 libosmoctrl.so.0; }; })
libtool: install: (cd /build/deps/install/stow/libosmocore/lib && { ln -s -f libosmoctrl.so.0.9.0 libosmoctrl.so || { rm -f libosmoctrl.so && ln -s libosmoctrl.so.0.9.0 libosmoctrl.so; }; })
libtool: install: /usr/bin/install -c .libs/libosmoctrl.lai /build/deps/install/stow/libosmocore/lib/libosmoctrl.la
libtool: finish: PATH="/build/deps/install/bin:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmocore/lib
----------------------------------------------------------------------
Libraries have been installed in:
/build/deps/install/stow/libosmocore/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/libosmocore/src/ctrl'
make[3]: Leaving directory '/build/deps/libosmocore/src/ctrl'
Making install in pseudotalloc
make[3]: Entering directory '/build/deps/libosmocore/src/pseudotalloc'
make[4]: Entering directory '/build/deps/libosmocore/src/pseudotalloc'
make[4]: Leaving directory '/build/deps/libosmocore/src/pseudotalloc'
make[3]: Leaving directory '/build/deps/libosmocore/src/pseudotalloc'
Making install in sim
make[3]: Entering directory '/build/deps/libosmocore/src/sim'
CC core.lo
CC reader.lo
CC class_tables.lo
CC card_fs_sim.lo
CC card_fs_usim.lo
CC card_fs_uicc.lo
CC card_fs_isim.lo
CC card_fs_hpsim.lo
CC card_fs_tetra.lo
CC reader_pcsc.lo
CCLD libosmosim.la
make[4]: Entering directory '/build/deps/libosmocore/src/sim'
make[4]: Nothing to be done for 'install-data-am'.
/usr/bin/mkdir -p '/build/deps/install/stow/libosmocore/lib'
/bin/bash ../../libtool --mode=install /usr/bin/install -c libosmosim.la '/build/deps/install/stow/libosmocore/lib'
libtool: warning: relinking 'libosmosim.la'
libtool: install: (cd /build/deps/libosmocore/src/sim; /bin/bash "/build/deps/libosmocore/libtool" --silent --tag CC --mode=relink gcc -fPIC -Wall -I/usr/include/PCSC -pthread -std=gnu11 -DBUILDING_LIBOSMOCORE -Wall -version-info 3:3:1 -no-undefined -o libosmosim.la -rpath /build/deps/install/stow/libosmocore/lib core.lo reader.lo class_tables.lo card_fs_sim.lo card_fs_usim.lo card_fs_uicc.lo card_fs_isim.lo card_fs_hpsim.lo card_fs_tetra.lo reader_pcsc.lo ../../src/core/libosmocore.la ../../src/gsm/libosmogsm.la -ltalloc -lpcsclite )
libtool: install: /usr/bin/install -c .libs/libosmosim.so.2.1.3T /build/deps/install/stow/libosmocore/lib/libosmosim.so.2.1.3
libtool: install: (cd /build/deps/install/stow/libosmocore/lib && { ln -s -f libosmosim.so.2.1.3 libosmosim.so.2 || { rm -f libosmosim.so.2 && ln -s libosmosim.so.2.1.3 libosmosim.so.2; }; })
libtool: install: (cd /build/deps/install/stow/libosmocore/lib && { ln -s -f libosmosim.so.2.1.3 libosmosim.so || { rm -f libosmosim.so && ln -s libosmosim.so.2.1.3 libosmosim.so; }; })
libtool: install: /usr/bin/install -c .libs/libosmosim.lai /build/deps/install/stow/libosmocore/lib/libosmosim.la
libtool: finish: PATH="/build/deps/install/bin:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmocore/lib
----------------------------------------------------------------------
Libraries have been installed in:
/build/deps/install/stow/libosmocore/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/libosmocore/src/sim'
make[3]: Leaving directory '/build/deps/libosmocore/src/sim'
Making install in usb
make[3]: Entering directory '/build/deps/libosmocore/src/usb'
CC osmo_libusb.lo
CCLD libosmousb.la
make[4]: Entering directory '/build/deps/libosmocore/src/usb'
make[4]: Nothing to be done for 'install-data-am'.
/usr/bin/mkdir -p '/build/deps/install/stow/libosmocore/lib'
/bin/bash ../../libtool --mode=install /usr/bin/install -c libosmousb.la '/build/deps/install/stow/libosmocore/lib'
libtool: warning: relinking 'libosmousb.la'
libtool: install: (cd /build/deps/libosmocore/src/usb; /bin/bash "/build/deps/libosmocore/libtool" --silent --tag CC --mode=relink gcc -fPIC -Wall -I/usr/include/libusb-1.0 -std=gnu11 -DBUILDING_LIBOSMOCORE -Wall -version-info 0:1:0 -no-undefined -o libosmousb.la -rpath /build/deps/install/stow/libosmocore/lib osmo_libusb.lo ../../src/core/libosmocore.la -ltalloc -lusb-1.0 )
libtool: install: /usr/bin/install -c .libs/libosmousb.so.0.0.1T /build/deps/install/stow/libosmocore/lib/libosmousb.so.0.0.1
libtool: install: (cd /build/deps/install/stow/libosmocore/lib && { ln -s -f libosmousb.so.0.0.1 libosmousb.so.0 || { rm -f libosmousb.so.0 && ln -s libosmousb.so.0.0.1 libosmousb.so.0; }; })
libtool: install: (cd /build/deps/install/stow/libosmocore/lib && { ln -s -f libosmousb.so.0.0.1 libosmousb.so || { rm -f libosmousb.so && ln -s libosmousb.so.0.0.1 libosmousb.so; }; })
libtool: install: /usr/bin/install -c .libs/libosmousb.lai /build/deps/install/stow/libosmocore/lib/libosmousb.la
libtool: finish: PATH="/build/deps/install/bin:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmocore/lib
----------------------------------------------------------------------
Libraries have been installed in:
/build/deps/install/stow/libosmocore/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/libosmocore/src/usb'
make[3]: Leaving directory '/build/deps/libosmocore/src/usb'
make[3]: Entering directory '/build/deps/libosmocore/src'
make[4]: Entering directory '/build/deps/libosmocore/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/libosmocore/src'
make[3]: Leaving directory '/build/deps/libosmocore/src'
make[2]: Leaving directory '/build/deps/libosmocore/src'
Making install in utils
make[2]: Entering directory '/build/deps/libosmocore/utils'
make[3]: Entering directory '/build/deps/libosmocore/utils'
CC osmo-arfcn.o
CC osmo-auc-gen.o
CC osmo-config-merge.o
CC osmo-aka-verify.o
CC gsmtap-logsend.o
CC osmo_sim_test-osmo-sim-test.o
CC osmo-ns-dummy.o
CC osmo-ns-dummy-vty.o
CCLD osmo-config-merge
CCLD osmo-arfcn
CCLD osmo-aka-verify
CCLD osmo-gsmtap-logsend
CCLD osmo-auc-gen
CCLD osmo-sim-test
CCLD osmo-ns-dummy
make[4]: Entering directory '/build/deps/libosmocore/utils'
make[4]: Nothing to be done for 'install-data-am'.
/usr/bin/mkdir -p '/build/deps/install/stow/libosmocore/bin'
/bin/bash ../libtool --mode=install /usr/bin/install -c osmo-arfcn osmo-auc-gen osmo-config-merge osmo-aka-verify osmo-gsmtap-logsend '/build/deps/install/stow/libosmocore/bin'
libtool: install: /usr/bin/install -c .libs/osmo-arfcn /build/deps/install/stow/libosmocore/bin/osmo-arfcn
libtool: install: /usr/bin/install -c .libs/osmo-auc-gen /build/deps/install/stow/libosmocore/bin/osmo-auc-gen
libtool: install: /usr/bin/install -c .libs/osmo-config-merge /build/deps/install/stow/libosmocore/bin/osmo-config-merge
libtool: install: /usr/bin/install -c .libs/osmo-aka-verify /build/deps/install/stow/libosmocore/bin/osmo-aka-verify
libtool: install: /usr/bin/install -c .libs/osmo-gsmtap-logsend /build/deps/install/stow/libosmocore/bin/osmo-gsmtap-logsend
make[4]: Leaving directory '/build/deps/libosmocore/utils'
make[3]: Leaving directory '/build/deps/libosmocore/utils'
make[2]: Leaving directory '/build/deps/libosmocore/utils'
Making install in tapset
make[2]: Entering directory '/build/deps/libosmocore/tapset'
make[3]: Entering directory '/build/deps/libosmocore/tapset'
make[3]: Nothing to be done for 'install-exec-am'.
make install-data-hook
make[4]: Entering directory '/build/deps/libosmocore/tapset'
make[4]: Nothing to be done for 'install-data-hook'.
make[4]: Leaving directory '/build/deps/libosmocore/tapset'
make[3]: Leaving directory '/build/deps/libosmocore/tapset'
make[2]: Leaving directory '/build/deps/libosmocore/tapset'
Making install in tests
make[2]: Entering directory '/build/deps/libosmocore/tests'
GEN conv/gsm0503_test_vectors.c
Generating test vectors...
Generate 'xcch' test vector
Generate 'tch_f24' test vector
Generate 'tch_h24' test vector
Generate 'tch_f48' test vector
Generate 'tch_f96' test vector
Generate 'tch_f144' test vector
Generate 'rach' test vector
Generate 'rach_ext' test vector
Generate 'sch' test vector
Generate 'cs2' test vector
Generate 'cs3' test vector
Generate 'cs2_np' test vector
Generate 'cs3_np' test vector
Generate 'tch_afs_12_2' test vector
Generate 'tch_afs_10_2' test vector
Generate 'tch_afs_7_95' test vector
Generate 'tch_afs_7_4' test vector
Generate 'tch_afs_6_7' test vector
Generate 'tch_afs_5_9' test vector
Generate 'tch_afs_5_15' test vector
Generate 'tch_afs_4_75' test vector
Generate 'tch_fr' test vector
Generate 'tch_hr' test vector
Generate 'tch_ahs_7_95' test vector
Generate 'tch_ahs_7_4' test vector
Generate 'tch_ahs_6_7' test vector
Generate 'tch_ahs_5_9' test vector
Generate 'tch_ahs_5_15' test vector
Generate 'tch_ahs_4_75' test vector
Generate 'tch_axs_sid_update' test vector
Generate 'mcs1_dl_hdr' test vector
Generate 'mcs1_ul_hdr' test vector
Generate 'mcs1' test vector
Generate 'mcs2' test vector
Generate 'mcs3' test vector
Generate 'mcs4' test vector
Generate 'mcs5_dl_hdr' test vector
Generate 'mcs5_ul_hdr' test vector
Generate 'mcs5' test vector
Generate 'mcs6' test vector
Generate 'mcs7_dl_hdr' test vector
Generate 'mcs7_ul_hdr' test vector
Generate 'mcs7' test vector
Generate 'mcs8' test vector
Generate 'mcs9' test vector
Generation complete.
make install-am
make[3]: Entering directory '/build/deps/libosmocore/tests'
make[4]: Entering directory '/build/deps/libosmocore/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/libosmocore/tests'
make[3]: Leaving directory '/build/deps/libosmocore/tests'
make[2]: Leaving directory '/build/deps/libosmocore/tests'
make[2]: Entering directory '/build/deps/libosmocore'
make[3]: Entering directory '/build/deps/libosmocore'
/usr/bin/mkdir -p '/build/deps/install/stow/libosmocore/bin'
/usr/bin/mkdir -p '/build/deps/install/stow/libosmocore/share/aclocal'
/usr/bin/mkdir -p '/build/deps/install/stow/libosmocore/lib/pkgconfig'
/usr/bin/mkdir -p '/build/deps/install/stow/libosmocore/include'
/usr/bin/install -c osmo-release.sh '/build/deps/install/stow/libosmocore/bin'
/usr/bin/install -c -m 644 osmo-release.mk '/build/deps/install/stow/libosmocore/include'
/usr/bin/install -c -m 644 m4/osmo_ac_code_coverage.m4 m4/osmo_ax_code_coverage.m4 '/build/deps/install/stow/libosmocore/share/aclocal'
/usr/bin/install -c -m 644 libosmocore.pc libosmocodec.pc libosmovty.pc libosmogsm.pc libosmogb.pc libosmoctrl.pc libosmocoding.pc libosmosim.pc libosmousb.pc libosmoisdn.pc '/build/deps/install/stow/libosmocore/lib/pkgconfig'
make install-data-hook
make[4]: Entering directory '/build/deps/libosmocore'
make[4]: Nothing to be done for 'install-data-hook'.
make[4]: Leaving directory '/build/deps/libosmocore'
make[3]: Leaving directory '/build/deps/libosmocore'
make[2]: Leaving directory '/build/deps/libosmocore'
make[1]: Leaving directory '/build/deps/libosmocore'
+ STOW_DIR=/build/deps/install/stow stow --restow libosmocore
+ osmo-build-dep.sh libosmo-netif --disable-doxygen
+ mkdir -p /build/deps
=============================== libosmo-netif ===============================
+ cd /build/deps
+ osmo-deps.sh libosmo-netif
+ project=libosmo-netif
+ branch=master
+ git branch -a
+ grep -c remotes/origin/master$
+ [ x1 != x0 ]
+ branch=origin/master
+ test -d libosmo-netif
+ cd libosmo-netif
+ git fetch --tags origin
From https://gerrit.osmocom.org/libosmo-netif
dd38619..e84ee05 master -> origin/master
+ git fetch origin
+ deps= osmo-clean-workspace.sh
+ chmod -R +w .
+ git checkout -f HEAD
+ git clean -dxf
+ [ -d ]
+ [ -d layer1-headers ]
+ git checkout -f origin/master
Previous HEAD position was dd38619 stream_cli: Fix discard 1st msg received quick after connect
HEAD is now at e84ee05 ipa: Add osmo_ipa_ka_fsm_inst APIs
+ git rev-parse HEAD
e84ee0506b23cf6713663c030f7d51835c479253
+ cd libosmo-netif
+ mkdir -p /build/deps/install/stow
+ osmo_source_subdir libosmo-netif
+ subdir=
+ [ -n ]
+ autoreconf --install --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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'
configure.ac:25: warning: The macro `AC_PROG_LIBTOOL' is obsolete.
configure.ac:25: You should run autoupdate.
m4/libtool.m4:100: AC_PROG_LIBTOOL is expanded from...
configure.ac:25: the top level
configure.ac:75: warning: The macro `AC_HEADER_STDC' is obsolete.
configure.ac:75: You should run autoupdate.
./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
configure.ac:75: the top level
configure.ac:90: warning: 'AM_CONFIG_HEADER': this macro is obsolete.
configure.ac:90: 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:90: the top level
configure.ac:128: warning: AC_OUTPUT should be used without arguments.
configure.ac:128: You should run autoupdate.
configure.ac:22: installing './compile'
configure.ac:24: installing './config.guess'
configure.ac:24: installing './config.sub'
configure.ac:8: installing './install-sh'
configure.ac:8: installing './missing'
examples/Makefile.am: installing './depcomp'
+ ./configure --prefix=/build/deps/install/stow/libosmo-netif --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-netif/lib/systemd/system --disable-doxygen
configure: WARNING: unrecognized options: --with-systemdsystemunitdir
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 egrep... (cached) /usr/bin/grep -E
checking for execinfo.h... yes
checking for sys/select.h... yes
checking for sys/socket.h... yes
checking for syslog.h... yes
checking for ctype.h... yes
checking if gcc supports -fvisibility=hidden... yes
checking for libosmocore >= 1.10.0... yes
checking for libosmogsm >= 1.10.0... yes
checking for libosmocodec >= 1.10.0... yes
checking for netinet/sctp.h... yes
checking for osmo_sock_init2_multiaddr in -losmocore... yes
checking for library containing sctp_send... -lsctp
checking for pcap.h... yes
checking for doxygen... /usr/bin/doxygen
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating libosmo-netif.pc
config.status: creating include/Makefile
config.status: creating include/osmocom/Makefile
config.status: creating include/osmocom/netif/Makefile
config.status: creating src/Makefile
config.status: creating examples/Makefile
config.status: creating utils/Makefile
config.status: creating tests/Makefile
config.status: creating Doxyfile
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
configure: WARNING: unrecognized options: --with-systemdsystemunitdir
+ [ -n ]
+ make -j 12 install
echo 1.5.1.26-e84e > .version-t && mv .version-t .version
make install-recursive
make[1]: Entering directory '/build/deps/libosmo-netif'
Making install in include
make[2]: Entering directory '/build/deps/libosmo-netif/include'
Making install in osmocom
make[3]: Entering directory '/build/deps/libosmo-netif/include/osmocom'
Making install in netif
make[4]: Entering directory '/build/deps/libosmo-netif/include/osmocom/netif'
make[5]: Entering directory '/build/deps/libosmo-netif/include/osmocom/netif'
make[5]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/build/deps/install/stow/libosmo-netif/include/osmocom/netif'
/usr/bin/install -c -m 644 amr.h datagram.h jibuf.h osmux.h ipa.h ipa_unit.h prim.h rs232.h rtp.h stream.h sctp.h '/build/deps/install/stow/libosmo-netif/include/osmocom/netif'
make[5]: Leaving directory '/build/deps/libosmo-netif/include/osmocom/netif'
make[4]: Leaving directory '/build/deps/libosmo-netif/include/osmocom/netif'
make[4]: Entering directory '/build/deps/libosmo-netif/include/osmocom'
make[5]: Entering directory '/build/deps/libosmo-netif/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/libosmo-netif/include/osmocom'
make[4]: Leaving directory '/build/deps/libosmo-netif/include/osmocom'
make[3]: Leaving directory '/build/deps/libosmo-netif/include/osmocom'
make[3]: Entering directory '/build/deps/libosmo-netif/include'
make[4]: Entering directory '/build/deps/libosmo-netif/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/libosmo-netif/include'
make[3]: Leaving directory '/build/deps/libosmo-netif/include'
make[2]: Leaving directory '/build/deps/libosmo-netif/include'
Making install in src
make[2]: Entering directory '/build/deps/libosmo-netif/src'
CC amr.lo
CC datagram.lo
CC ipa.lo
CC ipa_keepalive.lo
CC ipa_unit.lo
CC jibuf.lo
CC osmux_input.lo
CC osmux.lo
CC osmux_output.lo
CC prim.lo
CC rs232.lo
CC rtp.lo
CC stream_cli.lo
CC stream_srv.lo
CC stream.lo
CC sctp.lo
CCLD libosmonetif.la
make[3]: Entering directory '/build/deps/libosmo-netif/src'
make[3]: Nothing to be done for 'install-data-am'.
/usr/bin/mkdir -p '/build/deps/install/stow/libosmo-netif/lib'
/bin/bash ../libtool --mode=install /usr/bin/install -c libosmonetif.la '/build/deps/install/stow/libosmo-netif/lib'
libtool: install: /usr/bin/install -c .libs/libosmonetif.so.11.2.1 /build/deps/install/stow/libosmo-netif/lib/libosmonetif.so.11.2.1
libtool: install: (cd /build/deps/install/stow/libosmo-netif/lib && { ln -s -f libosmonetif.so.11.2.1 libosmonetif.so.11 || { rm -f libosmonetif.so.11 && ln -s libosmonetif.so.11.2.1 libosmonetif.so.11; }; })
libtool: install: (cd /build/deps/install/stow/libosmo-netif/lib && { ln -s -f libosmonetif.so.11.2.1 libosmonetif.so || { rm -f libosmonetif.so && ln -s libosmonetif.so.11.2.1 libosmonetif.so; }; })
libtool: install: /usr/bin/install -c .libs/libosmonetif.lai /build/deps/install/stow/libosmo-netif/lib/libosmonetif.la
libtool: install: /usr/bin/install -c .libs/libosmonetif.a /build/deps/install/stow/libosmo-netif/lib/libosmonetif.a
libtool: install: chmod 644 /build/deps/install/stow/libosmo-netif/lib/libosmonetif.a
libtool: install: ranlib /build/deps/install/stow/libosmo-netif/lib/libosmonetif.a
libtool: finish: PATH="/build/deps/install/bin:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-netif/lib
----------------------------------------------------------------------
Libraries have been installed in:
/build/deps/install/stow/libosmo-netif/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[3]: Leaving directory '/build/deps/libosmo-netif/src'
make[2]: Leaving directory '/build/deps/libosmo-netif/src'
Making install in examples
make[2]: Entering directory '/build/deps/libosmo-netif/examples'
CC ipa-stream-client.o
CC ipa-stream-server.o
CC stream-client.o
CC stream-server.o
CC rs232-read.o
CC rtp-udp-test-client.o
CC rtp-udp-test-server.o
CC rs232-write.o
CC udp-test-client.o
CC osmux-test-input.o
CC udp-test-server.o
CC osmux-test-output.o
CCLD ipa-stream-client
CCLD stream-server
CCLD rs232-read
CCLD stream-client
CCLD rs232-write
CCLD osmux-test-input
CCLD osmux-test-output
CCLD rtp-udp-test-client
CCLD ipa-stream-server
CCLD udp-test-server
CCLD rtp-udp-test-server
CCLD udp-test-client
make[3]: Entering directory '/build/deps/libosmo-netif/examples'
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/libosmo-netif/examples'
make[2]: Leaving directory '/build/deps/libosmo-netif/examples'
Making install in utils
make[2]: Entering directory '/build/deps/libosmo-netif/utils'
CC osmo-amr-inspect.o
CCLD osmo-amr-inspect
make[3]: Entering directory '/build/deps/libosmo-netif/utils'
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/libosmo-netif/utils'
make[2]: Leaving directory '/build/deps/libosmo-netif/utils'
Making install in tests
make[2]: Entering directory '/build/deps/libosmo-netif/tests'
make[3]: Entering directory '/build/deps/libosmo-netif/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/deps/libosmo-netif/tests'
make[2]: Leaving directory '/build/deps/libosmo-netif/tests'
make[2]: Entering directory '/build/deps/libosmo-netif'
make[3]: Entering directory '/build/deps/libosmo-netif'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/build/deps/install/stow/libosmo-netif/lib/pkgconfig'
/usr/bin/install -c -m 644 libosmo-netif.pc '/build/deps/install/stow/libosmo-netif/lib/pkgconfig'
make install-data-hook
make[4]: Entering directory '/build/deps/libosmo-netif'
make[4]: Nothing to be done for 'install-data-hook'.
make[4]: Leaving directory '/build/deps/libosmo-netif'
make[3]: Leaving directory '/build/deps/libosmo-netif'
make[2]: Leaving directory '/build/deps/libosmo-netif'
make[1]: Leaving directory '/build/deps/libosmo-netif'
+ STOW_DIR=/build/deps/install/stow stow --restow libosmo-netif
+ osmo-build-dep.sh osmo-e1d
+ mkdir -p /build/deps
=============================== osmo-e1d ===============================
+ cd /build/deps
+ osmo-deps.sh osmo-e1d
+ project=osmo-e1d
+ branch=master
+ grep -c remotes/origin/master$
+ git branch -a
+ [ x1 != x0 ]
+ branch=origin/master
+ test -d osmo-e1d
+ cd osmo-e1d
+ git fetch --tags origin
+ git fetch origin
+ deps= osmo-clean-workspace.sh
+ chmod -R +w .
+ git checkout -f HEAD
+ git clean -dxf
+ [ -d ]
+ [ -d layer1-headers ]
+ git checkout -f origin/master
HEAD is now at e11e778 Bump version: 0.6.0.24-f030 → 0.7.0
+ git rev-parse HEAD
e11e77868a96f3bcec436ed5ccc34824b60dc6f1
+ cd osmo-e1d
+ mkdir -p /build/deps/install/stow
+ osmo_source_subdir osmo-e1d
+ subdir=
+ [ -n ]
+ autoreconf --install --force
aclocal: warning: couldn't open directory 'm4': No such file or directory
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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 '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
configure.ac:46: warning: The macro `AC_HEADER_STDC' is obsolete.
configure.ac:46: You should run autoupdate.
./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
configure.ac:46: the top level
configure.ac:137: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:137: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:137: the top level
configure.ac:180: warning: AC_OUTPUT should be used without arguments.
configure.ac:180: You should run autoupdate.
configure.ac:9: installing './compile'
configure.ac:9: installing './config.guess'
configure.ac:9: installing './config.sub'
configure.ac:11: installing './install-sh'
configure.ac:11: installing './missing'
src/Makefile.am:70: warning: source file 'e1gen/crc4itu.c' is in a subdirectory,
src/Makefile.am:70: 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.
src/Makefile.am:70: warning: source file 'e1gen/osmo_e1f.c' is in a subdirectory,
src/Makefile.am:70: but option 'subdir-objects' is disabled
src/Makefile.am: installing './depcomp'
+ ./configure --prefix=/build/deps/install/stow/osmo-e1d --with-systemdsystemunitdir=/build/deps/install/stow/osmo-e1d/lib/systemd/system
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 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 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 for gawk... gawk
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 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 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 whether make supports nested variables... (cached) yes
checking whether make sets $(MAKE)... (cached) yes
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 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 talloc >= 2.0.1... yes
checking for libosmocore >= 1.10.0... yes
checking for libosmovty >= 1.10.0... yes
checking for libosmousb >= 1.10.0... yes
checking for libusb-1.0 >= 1.0.20... yes
checking for egrep... (cached) /usr/bin/grep -E
checking whether to enable VTY/CTRL tests... no
checking for doxygen... /usr/bin/doxygen
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating Doxyfile
config.status: creating contrib/Makefile
config.status: creating contrib/systemd/Makefile
config.status: creating doc/Makefile
config.status: creating doc/examples/Makefile
config.status: creating doc/manuals/Makefile
config.status: creating src/Makefile
config.status: creating src/octoi/Makefile
config.status: creating include/Makefile
config.status: creating tests/Makefile
config.status: creating tests/rifo/Makefile
config.status: creating libosmo-e1d.pc
config.status: creating libosmo-octoi.pc
config.status: executing libtool commands
config.status: executing depfiles commands
config.status: executing tests/atconfig commands
+ [ -n ]
+ make -j 12 install
echo 0.7.0 > .version-t && mv .version-t .version
make install-recursive
make[1]: Entering directory '/build/deps/osmo-e1d'
Making install in contrib
make[2]: Entering directory '/build/deps/osmo-e1d/contrib'
Making install in systemd
make[3]: Entering directory '/build/deps/osmo-e1d/contrib/systemd'
make[4]: Entering directory '/build/deps/osmo-e1d/contrib/systemd'
make[4]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/build/deps/install/stow/osmo-e1d/lib/systemd/system'
/usr/bin/install -c -m 644 osmo-e1d.service '/build/deps/install/stow/osmo-e1d/lib/systemd/system'
make[4]: Leaving directory '/build/deps/osmo-e1d/contrib/systemd'
make[3]: Leaving directory '/build/deps/osmo-e1d/contrib/systemd'
make[3]: Entering directory '/build/deps/osmo-e1d/contrib'
make[4]: Entering directory '/build/deps/osmo-e1d/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-e1d/contrib'
make[3]: Leaving directory '/build/deps/osmo-e1d/contrib'
make[2]: Leaving directory '/build/deps/osmo-e1d/contrib'
Making install in doc
make[2]: Entering directory '/build/deps/osmo-e1d/doc'
Making install in examples
make[3]: Entering directory '/build/deps/osmo-e1d/doc/examples'
make[4]: Entering directory '/build/deps/osmo-e1d/doc/examples'
make[4]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/build/deps/install/stow/osmo-e1d/etc/osmocom'
/usr/bin/install -c -m 644 osmo-e1d.cfg '/build/deps/install/stow/osmo-e1d/etc/osmocom'
make install-data-hook
make[5]: Entering directory '/build/deps/osmo-e1d/doc/examples'
for f in $(find . -name '*.cfg*' | sed -e 's,^.,,'); do \
j="/build/deps/install/stow/osmo-e1d/share/doc/osmo-e1d/examples/$f" && \
mkdir -p "$(dirname $j)" && \
/usr/bin/install -c -m 644 ./$f $j; \
done
make[5]: Leaving directory '/build/deps/osmo-e1d/doc/examples'
make[4]: Leaving directory '/build/deps/osmo-e1d/doc/examples'
make[3]: Leaving directory '/build/deps/osmo-e1d/doc/examples'
Making install in manuals
make[3]: Entering directory '/build/deps/osmo-e1d/doc/manuals'
make[4]: Entering directory '/build/deps/osmo-e1d/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-e1d/doc/manuals'
make[3]: Leaving directory '/build/deps/osmo-e1d/doc/manuals'
make[3]: Entering directory '/build/deps/osmo-e1d/doc'
rm -rf ../doc/e1d; mkdir -p ../doc/e1d
cd .. && /usr/bin/doxygen Doxyfile
warning: Tag 'SYMBOL_CACHE_SIZE' at line 310 of file 'Doxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'SHOW_DIRECTORIES' at line 519 of file 'Doxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'COLS_IN_ALPHA_INDEX' at line 799 of file 'Doxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'HTML_ALIGN_MEMBERS' at line 900 of file 'Doxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'USE_INLINE_TREES' at line 1087 of file 'Doxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'LATEX_SOURCE_CODE' at line 1247 of file 'Doxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'XML_SCHEMA' at line 1339 of file 'Doxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'XML_DTD' at line 1345 of file 'Doxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'PERL_PATH' at line 1510 of file 'Doxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'CLASS_DIAGRAMS' at line 1522 of file 'Doxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'MSCGEN_PATH' at line 1531 of file 'Doxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: argument 'a4wide' for option PAPER_TYPE is not a valid enum value
Using the default: a4!
/build/deps/osmo-e1d/src/proto_clnt.c:72: warning: Found unknown command '@osmo'
/build/deps/osmo-e1d/src/proto_clnt.c:508: warning: The following parameter of osmo_e1dp_client_event_register(struct osmo_e1dp_client *clnt, void(*cb)(enum osmo_e1dp_msg_type event, uint8_t intf, uint8_t line, uint8_t ts, uint8_t *data, int len)) is not documented:
parameter 'cb'
/build/deps/osmo-e1d/src/proto_clnt.c:508: warning: The following parameter of osmo_e1dp_client_event_register(struct osmo_e1dp_client *clnt, void(*cb)(enum osmo_e1dp_msg_type event, uint8_t intf, uint8_t line, uint8_t ts, uint8_t *data, int len)) is not documented:
parameter 'cb'
/build/deps/osmo-e1d/src/proto_clnt.c:72: warning: Found unknown command '@osmo'
/build/deps/osmo-e1d/src/proto_clnt.c:72: warning: Found unknown command '@osmo'
Doxygen version used: 1.9.4
Searching for include files...
Searching for example files...
Searching for images...
Searching for dot files...
Searching for msc files...
Searching for dia files...
Searching for files to exclude
Searching INPUT for files to process...
Reading and parsing tag files
Parsing files
Preprocessing /build/deps/osmo-e1d/include/osmocom/e1d/proto_clnt.h...
Parsing file /build/deps/osmo-e1d/include/osmocom/e1d/proto_clnt.h...
Preprocessing /build/deps/osmo-e1d/include/osmocom/e1d/proto.h...
Parsing file /build/deps/osmo-e1d/include/osmocom/e1d/proto.h...
Preprocessing /build/deps/osmo-e1d/src/proto_clnt.c...
Parsing file /build/deps/osmo-e1d/src/proto_clnt.c...
Building macro definition list...
Building group list...
Building directory list...
Building namespace list...
Building file list...
Building class list...
Building concept list...
Computing nesting relations for classes...
Associating documentation with classes...
Associating documentation with concepts...
Building example list...
Searching for enumerations...
Searching for documented typedefs...
Searching for members imported via using declarations...
Searching for included using directives...
Searching for documented variables...
Building interface member list...
Building member list...
Searching for friends...
Searching for documented defines...
Computing class inheritance relations...
Computing class usage relations...
Flushing cached template relations that have become invalid...
Computing class relations...
Add enum values to enums...
Searching for member function documentation...
Creating members for template instances...
Building page list...
Search for main page...
Computing page relations...
Determining the scope of groups...
Sorting lists...
Determining which enums are documented
Computing member relations...
Building full member lists recursively...
Adding members to member groups.
Computing member references...
Inheriting documentation...
Generating disk names...
Adding source references...
Adding xrefitems...
Sorting member lists...
Setting anonymous enum type...
Computing dependencies between directories...
Generating citations page...
Counting members...
Counting data structures...
Resolving user defined references...
Finding anchors and sections in the documentation...
Transferring function references...
Combining using relations...
Adding members to index pages...
Correcting members for VHDL...
Computing tooltip texts...
Generating style sheet...
Generating search indices...
Generating example documentation...
Generating file sources...
Generating code for file include/osmocom/e1d/proto.h...
Generating code for file include/osmocom/e1d/proto_clnt.h...
Parsing code for file src/proto_clnt.c...
Generating file documentation...
Generating docs for file include/osmocom/e1d/proto.h...
Generating docs for file include/osmocom/e1d/proto_clnt.h...
Generating docs for file src/proto_clnt.c...
Generating page documentation...
Generating group documentation...
Generating class documentation...
Generating docs for compound osmo_e1dp_client...
Generating docs for compound osmo_e1dp_intf_info...
Generating docs for compound osmo_e1dp_line_config...
Generating docs for compound osmo_e1dp_line_info...
Generating docs for compound osmo_e1dp_msg_hdr...
Generating docs for compound osmo_e1dp_ts_config...
Generating docs for compound osmo_e1dp_ts_info...
Generating concept documentation...
Generating namespace index...
Generating graph info page...
Generating directory documentation...
Generating index page...
Generating page index...
Generating module index...
Generating namespace index...
Generating namespace member index...
Generating concept index...
Generating annotated compound index...
Generating alphabetical compound index...
Generating hierarchical class index...
Generating member index...
Generating file index...
Generating file member index...
Generating example index...
finalizing index lists...
writing tag file...
Running plantuml with JAVA...
lookup cache used 116/65536 hits=565 misses=126
finished...
cd ../doc && tar cf html.tar */html
make[4]: Entering directory '/build/deps/osmo-e1d/doc'
make[4]: Nothing to be done for 'install-exec-am'.
cd ../doc && tar cf html.tar */html
/usr/bin/mkdir -p '/build/deps/install/stow/osmo-e1d/share/doc/osmo-e1d'
/usr/bin/install -c -m 644 ../doc/html.tar '/build/deps/install/stow/osmo-e1d/share/doc/osmo-e1d'
make install-data-hook
make[5]: Entering directory '/build/deps/osmo-e1d/doc'
cd /build/deps/install/stow/osmo-e1d/share/doc/osmo-e1d && tar xf html.tar && rm -f html.tar
make[5]: Leaving directory '/build/deps/osmo-e1d/doc'
make[4]: Leaving directory '/build/deps/osmo-e1d/doc'
make[3]: Leaving directory '/build/deps/osmo-e1d/doc'
make[2]: Leaving directory '/build/deps/osmo-e1d/doc'
Making install in src
make[2]: Entering directory '/build/deps/osmo-e1d/src'
Making install in octoi
make[3]: Entering directory '/build/deps/osmo-e1d/src/octoi'
CC frame_fifo.lo
CC frame_rifo.lo
CC e1oip.lo
CC octoi.lo
CC octoi_sock.lo
CC octoi_fsm.lo
CC octoi_srv_fsm.lo
CC octoi_srv_vty.lo
CC octoi_clnt_fsm.lo
CC octoi_clnt_vty.lo
CCLD libosmo-octoi.la
make[4]: Entering directory '/build/deps/osmo-e1d/src/octoi'
make[4]: Nothing to be done for 'install-data-am'.
/usr/bin/mkdir -p '/build/deps/install/stow/osmo-e1d/lib'
/bin/bash ../../libtool --mode=install /usr/bin/install -c libosmo-octoi.la '/build/deps/install/stow/osmo-e1d/lib'
libtool: install: /usr/bin/install -c .libs/libosmo-octoi.so.3.0.0 /build/deps/install/stow/osmo-e1d/lib/libosmo-octoi.so.3.0.0
libtool: install: (cd /build/deps/install/stow/osmo-e1d/lib && { ln -s -f libosmo-octoi.so.3.0.0 libosmo-octoi.so.3 || { rm -f libosmo-octoi.so.3 && ln -s libosmo-octoi.so.3.0.0 libosmo-octoi.so.3; }; })
libtool: install: (cd /build/deps/install/stow/osmo-e1d/lib && { ln -s -f libosmo-octoi.so.3.0.0 libosmo-octoi.so || { rm -f libosmo-octoi.so && ln -s libosmo-octoi.so.3.0.0 libosmo-octoi.so; }; })
libtool: install: /usr/bin/install -c .libs/libosmo-octoi.lai /build/deps/install/stow/osmo-e1d/lib/libosmo-octoi.la
libtool: install: /usr/bin/install -c .libs/libosmo-octoi.a /build/deps/install/stow/osmo-e1d/lib/libosmo-octoi.a
libtool: install: chmod 644 /build/deps/install/stow/osmo-e1d/lib/libosmo-octoi.a
libtool: install: ranlib /build/deps/install/stow/osmo-e1d/lib/libosmo-octoi.a
libtool: finish: PATH="/build/deps/install/bin:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/osmo-e1d/lib
----------------------------------------------------------------------
Libraries have been installed in:
/build/deps/install/stow/osmo-e1d/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-e1d/src/octoi'
make[3]: Leaving directory '/build/deps/osmo-e1d/src/octoi'
Making install in .
make[3]: Entering directory '/build/deps/osmo-e1d/src'
CC ctl.o
CC intf_line.o
CC log.o
CC mux_demux.o
CC osmo-e1d.o
CC usb.o
CC vty.o
CC vpair.o
CC e1oip.o
CC proto.lo
CC proto_clnt.lo
CC proto_srv.lo
CC e1d-ts-pipe.o
CC crc4itu.o
CC osmo_e1f.o
CC osmo-e1gen.o
CCLD osmo-e1gen
CCLD libosmo-e1d.la
CCLD osmo-e1d
CCLD osmo-e1d-pipe
make[4]: Entering directory '/build/deps/osmo-e1d/src'
make[4]: Nothing to be done for 'install-data-am'.
/usr/bin/mkdir -p '/build/deps/install/stow/osmo-e1d/lib'
/bin/bash ../libtool --mode=install /usr/bin/install -c libosmo-e1d.la '/build/deps/install/stow/osmo-e1d/lib'
libtool: install: /usr/bin/install -c .libs/libosmo-e1d.so.3.0.0 /build/deps/install/stow/osmo-e1d/lib/libosmo-e1d.so.3.0.0
libtool: install: (cd /build/deps/install/stow/osmo-e1d/lib && { ln -s -f libosmo-e1d.so.3.0.0 libosmo-e1d.so.3 || { rm -f libosmo-e1d.so.3 && ln -s libosmo-e1d.so.3.0.0 libosmo-e1d.so.3; }; })
libtool: install: (cd /build/deps/install/stow/osmo-e1d/lib && { ln -s -f libosmo-e1d.so.3.0.0 libosmo-e1d.so || { rm -f libosmo-e1d.so && ln -s libosmo-e1d.so.3.0.0 libosmo-e1d.so; }; })
libtool: install: /usr/bin/install -c .libs/libosmo-e1d.lai /build/deps/install/stow/osmo-e1d/lib/libosmo-e1d.la
libtool: install: /usr/bin/install -c .libs/libosmo-e1d.a /build/deps/install/stow/osmo-e1d/lib/libosmo-e1d.a
libtool: install: chmod 644 /build/deps/install/stow/osmo-e1d/lib/libosmo-e1d.a
libtool: install: ranlib /build/deps/install/stow/osmo-e1d/lib/libosmo-e1d.a
libtool: finish: PATH="/build/deps/install/bin:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/osmo-e1d/lib
----------------------------------------------------------------------
Libraries have been installed in:
/build/deps/install/stow/osmo-e1d/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.
----------------------------------------------------------------------
/usr/bin/mkdir -p '/build/deps/install/stow/osmo-e1d/bin'
/bin/bash ../libtool --mode=install /usr/bin/install -c osmo-e1d osmo-e1d-pipe '/build/deps/install/stow/osmo-e1d/bin'
libtool: install: /usr/bin/install -c .libs/osmo-e1d /build/deps/install/stow/osmo-e1d/bin/osmo-e1d
libtool: install: /usr/bin/install -c .libs/osmo-e1d-pipe /build/deps/install/stow/osmo-e1d/bin/osmo-e1d-pipe
make[4]: Leaving directory '/build/deps/osmo-e1d/src'
make[3]: Leaving directory '/build/deps/osmo-e1d/src'
make[2]: Leaving directory '/build/deps/osmo-e1d/src'
Making install in include
make[2]: Entering directory '/build/deps/osmo-e1d/include'
make[3]: Entering directory '/build/deps/osmo-e1d/include'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/build/deps/install/stow/osmo-e1d/include'
/usr/bin/mkdir -p '/build/deps/install/stow/osmo-e1d/include/osmocom/e1d'
/usr/bin/install -c -m 644 osmocom/e1d/proto_clnt.h osmocom/e1d/proto.h osmocom/e1d/proto_srv.h '/build/deps/install/stow/osmo-e1d/include/osmocom/e1d'
/usr/bin/mkdir -p '/build/deps/install/stow/osmo-e1d/include/osmocom/octoi'
/usr/bin/install -c -m 644 osmocom/octoi/octoi.h osmocom/octoi/e1oip_proto.h '/build/deps/install/stow/osmo-e1d/include/osmocom/octoi'
make[3]: Leaving directory '/build/deps/osmo-e1d/include'
make[2]: Leaving directory '/build/deps/osmo-e1d/include'
Making install in tests
make[2]: Entering directory '/build/deps/osmo-e1d/tests'
Making install in rifo
make[3]: Entering directory '/build/deps/osmo-e1d/tests/rifo'
CC rifo_test.o
CCLD rifo_test
make[4]: Entering directory '/build/deps/osmo-e1d/tests/rifo'
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-e1d/tests/rifo'
make[3]: Leaving directory '/build/deps/osmo-e1d/tests/rifo'
make[3]: Entering directory '/build/deps/osmo-e1d/tests'
make[4]: Entering directory '/build/deps/osmo-e1d/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-e1d/tests'
make[3]: Leaving directory '/build/deps/osmo-e1d/tests'
make[2]: Leaving directory '/build/deps/osmo-e1d/tests'
make[2]: Entering directory '/build/deps/osmo-e1d'
make[3]: Entering directory '/build/deps/osmo-e1d'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/build/deps/install/stow/osmo-e1d/lib/pkgconfig'
/usr/bin/install -c -m 644 libosmo-e1d.pc libosmo-octoi.pc '/build/deps/install/stow/osmo-e1d/lib/pkgconfig'
make[3]: Leaving directory '/build/deps/osmo-e1d'
make[2]: Leaving directory '/build/deps/osmo-e1d'
make[1]: Leaving directory '/build/deps/osmo-e1d'
+ STOW_DIR=/build/deps/install/stow stow --restow osmo-e1d
+ set +x
+ autoreconf --install --force
=============================== libosmo-abis ===============================
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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'
configure.ac:67: warning: 'AM_CONFIG_HEADER': this macro is obsolete.
configure.ac:67: 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:67: the top level
configure.ac:91: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:91: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:91: the top level
configure.ac:200: warning: AC_OUTPUT should be used without arguments.
configure.ac:200: You should run autoupdate.
configure.ac:22: installing './compile'
configure.ac:24: installing './config.guess'
configure.ac:24: installing './config.sub'
configure.ac:8: installing './install-sh'
configure.ac:8: installing './missing'
doc/examples/Makefile.am: installing './depcomp'
+ ./configure --enable-sanitize --enable-werror --enable-e1d
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 if gcc supports -fvisibility=hidden... yes
checking for libosmocore >= 1.10.0... yes
checking for libosmovty >= 1.10.0... yes
checking for libosmogsm >= 1.10.0... yes
checking for libosmocodec >= 1.10.0... yes
checking for libosmo-netif >= 1.5.0... yes
checking for ortp >= 0.22.0... yes
checking for dahdi/user.h... yes
checking for libosmo-e1d >= 0.5.0... yes
CFLAGS=" -std=gnu11 -Wall -fsanitize=address -fsanitize=undefined -fsanitize=address -fsanitize=undefined -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations -Wno-error=cpp"
CPPFLAGS=" -Wall -fsanitize=address -fsanitize=undefined -fsanitize=address -fsanitize=undefined -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations -Wno-error=cpp"
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating libosmoabis.pc
config.status: creating libosmotrau.pc
config.status: creating doc/Makefile
config.status: creating doc/examples/Makefile
config.status: creating include/Makefile
config.status: creating src/Makefile
config.status: creating tests/Makefile
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
+ make -j 12
echo 1.6.0.45-a0b2 > .version-t && mv .version-t .version
make all-recursive
make[1]: Entering directory '/build'
Making all in include
make[2]: Entering directory '/build/include'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/include'
Making all in src
make[2]: Entering directory '/build/src'
CC init.lo
CC e1_input.lo
CC e1_input_vty.lo
CC ipa_proxy.lo
CC subchan_demux.lo
CC trau_frame.lo
CC input/e1d.lo
CC input/ipa.lo
CC input/ipa_keepalive.lo
CC input/ipaccess.lo
CC input/lapd.lo
CC input/lapd_pcap.lo
CC input/misdn.lo
CC input/unixsocket.lo
CC input/rs232.lo
CC input/dahdi.lo
CC trau/libosmotrau_la-csd_ra2.lo
CC trau/libosmotrau_la-raa_prime_decode.lo
CC trau/libosmotrau_la-raa_prime_encode.lo
CC trau/libosmotrau_la-trau_frame.lo
CC trau/libosmotrau_la-trau_pcu_ericsson.lo
CC trau/libosmotrau_la-trau_sync.lo
CC trau/libosmotrau_la-trau_rtp_conv.lo
CC trau/libosmotrau_la-osmo_ortp.lo
trau/osmo_ortp.c:235:9: note: '#pragma message: Using internal ortp API: rtp_session_rtcp_rec'
235 | #pragma message ("Using internal ortp API: rtp_session_rtcp_rec")
| ^~~~~~~
CCLD libosmotrau.la
CCLD libosmoabis.la
make[2]: Leaving directory '/build/src'
Making all in tests
make[2]: Entering directory '/build/tests'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/tests'
Making all in doc
make[2]: Entering directory '/build/doc'
Making all in examples
make[3]: Entering directory '/build/doc/examples'
CC lapd-over-datagram/lapd-over-datagram-user.o
CC lapd-over-datagram/lapd-over-datagram-network.o
lapd-over-datagram/lapd-over-datagram-network.c: In function 'main':
lapd-over-datagram/lapd-over-datagram-network.c:154:9: warning: 'lapd_instance_alloc' is deprecated: Use lapd_instance_alloc2() instead [-Wdeprecated-declarations]
154 | lapd = lapd_instance_alloc(1, lapd_tx_cb, conn, lapd_rx_cb, conn,
| ^~~~
In file included from lapd-over-datagram/lapd-over-datagram-network.c:13:
../../include/osmocom/abis/lapd.h:63:23: note: declared here
63 | struct lapd_instance *lapd_instance_alloc(int network_side,
| ^~~~~~~~~~~~~~~~~~~
lapd-over-datagram/lapd-over-datagram-user.c: In function 'main':
lapd-over-datagram/lapd-over-datagram-user.c:204:9: warning: 'lapd_instance_alloc' is deprecated: Use lapd_instance_alloc2() instead [-Wdeprecated-declarations]
204 | lapd = lapd_instance_alloc(0, lapd_tx_cb, NULL, lapd_rx_cb, &num_msgs,
| ^~~~
In file included from lapd-over-datagram/lapd-over-datagram-user.c:16:
../../include/osmocom/abis/lapd.h:63:23: note: declared here
63 | struct lapd_instance *lapd_instance_alloc(int network_side,
| ^~~~~~~~~~~~~~~~~~~
CCLD lapd-over-datagram-network
CCLD lapd-over-datagram-user
make[3]: Leaving directory '/build/doc/examples'
make[3]: Entering directory '/build/doc'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/doc'
make[2]: Leaving directory '/build/doc'
make[2]: Entering directory '/build'
make[2]: Leaving directory '/build'
make[1]: Leaving directory '/build'
+ make -j 12 distcheck
make dist-bzip2 am__post_remove_distdir='@:'
make[1]: Entering directory '/build'
make distdir-am
make[2]: Entering directory '/build'
if test -d "libosmo-abis-1.6.0.45-a0b2"; then find "libosmo-abis-1.6.0.45-a0b2" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "libosmo-abis-1.6.0.45-a0b2" || { sleep 5 && rm -rf "libosmo-abis-1.6.0.45-a0b2"; }; else :; fi
test -d "libosmo-abis-1.6.0.45-a0b2" || mkdir "libosmo-abis-1.6.0.45-a0b2"
(cd include && make top_distdir=../libosmo-abis-1.6.0.45-a0b2 distdir=../libosmo-abis-1.6.0.45-a0b2/include \
am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory '/build/include'
make distdir-am
make[4]: Entering directory '/build/include'
make[4]: Leaving directory '/build/include'
make[3]: Leaving directory '/build/include'
(cd src && make top_distdir=../libosmo-abis-1.6.0.45-a0b2 distdir=../libosmo-abis-1.6.0.45-a0b2/src \
am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory '/build/src'
make distdir-am
make[4]: Entering directory '/build/src'
make[4]: Leaving directory '/build/src'
make[3]: Leaving directory '/build/src'
(cd tests && make top_distdir=../libosmo-abis-1.6.0.45-a0b2 distdir=../libosmo-abis-1.6.0.45-a0b2/tests \
am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory '/build/tests'
make distdir-am
make[4]: Entering directory '/build/tests'
:;{ \
echo '# Signature of the current package.' && \
echo 'm4_define([AT_PACKAGE_NAME],' && \
echo ' [libosmo-abis])' && \
echo 'm4_define([AT_PACKAGE_TARNAME],' && \
echo ' [libosmo-abis])' && \
echo 'm4_define([AT_PACKAGE_VERSION],' && \
echo ' [1.6.0.45-a0b2])' && \
echo 'm4_define([AT_PACKAGE_STRING],' && \
echo ' [libosmo-abis 1.6.0.45-a0b2])' && \
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
make[4]: Leaving directory '/build/tests'
make[3]: Leaving directory '/build/tests'
(cd doc && make top_distdir=../libosmo-abis-1.6.0.45-a0b2 distdir=../libosmo-abis-1.6.0.45-a0b2/doc \
am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory '/build/doc'
make distdir-am
make[4]: Entering directory '/build/doc'
(cd examples && make top_distdir=../../libosmo-abis-1.6.0.45-a0b2 distdir=../../libosmo-abis-1.6.0.45-a0b2/doc/examples \
am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[5]: Entering directory '/build/doc/examples'
make distdir-am
make[6]: Entering directory '/build/doc/examples'
make[6]: Leaving directory '/build/doc/examples'
make[5]: Leaving directory '/build/doc/examples'
make[4]: Leaving directory '/build/doc'
make[3]: Leaving directory '/build/doc'
make \
top_distdir="libosmo-abis-1.6.0.45-a0b2" distdir="libosmo-abis-1.6.0.45-a0b2" \
dist-hook
make[3]: Entering directory '/build'
echo 1.6.0.45-a0b2 > libosmo-abis-1.6.0.45-a0b2/.tarball-version
make[3]: Leaving directory '/build'
test -n "" \
|| find "libosmo-abis-1.6.0.45-a0b2" -type d ! -perm -755 \
-exec chmod u+rwx,go+rx {} \; -o \
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
! -type d ! -perm -400 -exec chmod a+r {} \; -o \
! -type d ! -perm -444 -exec /bin/bash /build/install-sh -c -m a+r {} {} \; \
|| chmod -R a+r "libosmo-abis-1.6.0.45-a0b2"
make[2]: Leaving directory '/build'
tardir=libosmo-abis-1.6.0.45-a0b2 && ${TAR-tar} chof - "$tardir" | BZIP2=${BZIP2--9} bzip2 -c >libosmo-abis-1.6.0.45-a0b2.tar.bz2
make[1]: Leaving directory '/build'
if test -d "libosmo-abis-1.6.0.45-a0b2"; then find "libosmo-abis-1.6.0.45-a0b2" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "libosmo-abis-1.6.0.45-a0b2" || { sleep 5 && rm -rf "libosmo-abis-1.6.0.45-a0b2"; }; else :; fi
case 'libosmo-abis-1.6.0.45-a0b2.tar.bz2' in \
*.tar.gz*) \
eval GZIP= gzip --best -dc libosmo-abis-1.6.0.45-a0b2.tar.gz | ${TAR-tar} xf - ;;\
*.tar.bz2*) \
bzip2 -dc libosmo-abis-1.6.0.45-a0b2.tar.bz2 | ${TAR-tar} xf - ;;\
*.tar.lz*) \
lzip -dc libosmo-abis-1.6.0.45-a0b2.tar.lz | ${TAR-tar} xf - ;;\
*.tar.xz*) \
xz -dc libosmo-abis-1.6.0.45-a0b2.tar.xz | ${TAR-tar} xf - ;;\
*.tar.Z*) \
uncompress -c libosmo-abis-1.6.0.45-a0b2.tar.Z | ${TAR-tar} xf - ;;\
*.shar.gz*) \
eval GZIP= gzip --best -dc libosmo-abis-1.6.0.45-a0b2.shar.gz | unshar ;;\
*.zip*) \
unzip libosmo-abis-1.6.0.45-a0b2.zip ;;\
*.tar.zst*) \
zstd -dc libosmo-abis-1.6.0.45-a0b2.tar.zst | ${TAR-tar} xf - ;;\
esac
chmod -R a-w libosmo-abis-1.6.0.45-a0b2
chmod u+w libosmo-abis-1.6.0.45-a0b2
mkdir libosmo-abis-1.6.0.45-a0b2/_build libosmo-abis-1.6.0.45-a0b2/_build/sub libosmo-abis-1.6.0.45-a0b2/_inst
chmod a-w libosmo-abis-1.6.0.45-a0b2
test -d libosmo-abis-1.6.0.45-a0b2/_build || exit 0; \
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd libosmo-abis-1.6.0.45-a0b2/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
&& dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \
&& am__cwd=`pwd` \
&& CDPATH="${ZSH_VERSION+.}:" && cd libosmo-abis-1.6.0.45-a0b2/_build/sub \
&& ../../configure \
\
\
--srcdir=../.. --prefix="$dc_install_base" \
&& make \
&& make dvi \
&& make check \
&& make install \
&& make installcheck \
&& make uninstall \
&& make distuninstallcheck_dir="$dc_install_base" \
distuninstallcheck \
&& chmod -R a-w "$dc_install_base" \
&& ({ \
(cd ../.. && umask 077 && mkdir "$dc_destdir") \
&& make DESTDIR="$dc_destdir" install \
&& make DESTDIR="$dc_destdir" uninstall \
&& make DESTDIR="$dc_destdir" \
distuninstallcheck_dir="$dc_destdir" distuninstallcheck; \
} || { rm -rf "$dc_destdir"; exit 1; }) \
&& rm -rf "$dc_destdir" \
&& make dist \
&& rm -rf libosmo-abis-1.6.0.45-a0b2.tar.bz2 \
&& make distcleancheck \
&& cd "$am__cwd" \
|| exit 1
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 if gcc supports -fvisibility=hidden... yes
checking for libosmocore >= 1.10.0... yes
checking for libosmovty >= 1.10.0... yes
checking for libosmogsm >= 1.10.0... yes
checking for libosmocodec >= 1.10.0... yes
checking for libosmo-netif >= 1.5.0... yes
checking for ortp >= 0.22.0... yes
checking for dahdi/user.h... yes
CFLAGS=" -std=gnu11 -Wall"
CPPFLAGS=" -Wall"
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating libosmoabis.pc
config.status: creating libosmotrau.pc
config.status: creating doc/Makefile
config.status: creating doc/examples/Makefile
config.status: creating include/Makefile
config.status: creating src/Makefile
config.status: creating tests/Makefile
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
make[1]: Entering directory '/build/libosmo-abis-1.6.0.45-a0b2/_build/sub'
make all-recursive
make[2]: Entering directory '/build/libosmo-abis-1.6.0.45-a0b2/_build/sub'
Making all in include
make[3]: Entering directory '/build/libosmo-abis-1.6.0.45-a0b2/_build/sub/include'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/libosmo-abis-1.6.0.45-a0b2/_build/sub/include'
Making all in src
make[3]: Entering directory '/build/libosmo-abis-1.6.0.45-a0b2/_build/sub/src'
CC init.lo
CC e1_input.lo
CC e1_input_vty.lo
CC ipa_proxy.lo
CC subchan_demux.lo
CC trau_frame.lo
CC input/e1d.lo
CC input/ipa.lo
CC input/ipa_keepalive.lo
CC input/ipaccess.lo
CC input/lapd.lo
CC input/lapd_pcap.lo
CC input/misdn.lo
CC input/rs232.lo
CC input/unixsocket.lo
CC input/dahdi.lo
CC trau/libosmotrau_la-csd_ra2.lo
CC trau/libosmotrau_la-raa_prime_decode.lo
CC trau/libosmotrau_la-raa_prime_encode.lo
CC trau/libosmotrau_la-trau_frame.lo
CC trau/libosmotrau_la-trau_pcu_ericsson.lo
CC trau/libosmotrau_la-trau_sync.lo
CC trau/libosmotrau_la-trau_rtp_conv.lo
CC trau/libosmotrau_la-osmo_ortp.lo
../../../src/trau/osmo_ortp.c:235:9: note: '#pragma message: Using internal ortp API: rtp_session_rtcp_rec'
235 | #pragma message ("Using internal ortp API: rtp_session_rtcp_rec")
| ^~~~~~~
CCLD libosmotrau.la
CCLD libosmoabis.la
make[3]: Leaving directory '/build/libosmo-abis-1.6.0.45-a0b2/_build/sub/src'
Making all in tests
make[3]: Entering directory '/build/libosmo-abis-1.6.0.45-a0b2/_build/sub/tests'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/libosmo-abis-1.6.0.45-a0b2/_build/sub/tests'
Making all in doc
make[3]: Entering directory '/build/libosmo-abis-1.6.0.45-a0b2/_build/sub/doc'
Making all in examples
make[4]: Entering directory '/build/libosmo-abis-1.6.0.45-a0b2/_build/sub/doc/examples'
CC lapd-over-datagram/lapd-over-datagram-user.o
CC lapd-over-datagram/lapd-over-datagram-network.o
../../../../doc/examples/lapd-over-datagram/lapd-over-datagram-network.c: In function 'main':
../../../../doc/examples/lapd-over-datagram/lapd-over-datagram-network.c:154:9: warning: 'lapd_instance_alloc' is deprecated: Use lapd_instance_alloc2() instead [-Wdeprecated-declarations]
154 | lapd = lapd_instance_alloc(1, lapd_tx_cb, conn, lapd_rx_cb, conn,
| ^~~~
In file included from ../../../../doc/examples/lapd-over-datagram/lapd-over-datagram-network.c:13:
../../../../include/osmocom/abis/lapd.h:63:23: note: declared here
63 | struct lapd_instance *lapd_instance_alloc(int network_side,
| ^~~~~~~~~~~~~~~~~~~
CCLD lapd-over-datagram-network
../../../../doc/examples/lapd-over-datagram/lapd-over-datagram-user.c: In function 'main':
../../../../doc/examples/lapd-over-datagram/lapd-over-datagram-user.c:204:9: warning: 'lapd_instance_alloc' is deprecated: Use lapd_instance_alloc2() instead [-Wdeprecated-declarations]
204 | lapd = lapd_instance_alloc(0, lapd_tx_cb, NULL, lapd_rx_cb, &num_msgs,
| ^~~~
In file included from ../../../../doc/examples/lapd-over-datagram/lapd-over-datagram-user.c:16:
../../../../include/osmocom/abis/lapd.h:63:23: note: declared here
63 | struct lapd_instance *lapd_instance_alloc(int network_side,
| ^~~~~~~~~~~~~~~~~~~
CCLD lapd-over-datagram-user
make[4]: Leaving directory '/build/libosmo-abis-1.6.0.45-a0b2/_build/sub/doc/examples'
make[4]: Entering directory '/build/libosmo-abis-1.6.0.45-a0b2/_build/sub/doc'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/build/libosmo-abis-1.6.0.45-a0b2/_build/sub/doc'
make[3]: Leaving directory '/build/libosmo-abis-1.6.0.45-a0b2/_build/sub/doc'
make[3]: Entering directory '/build/libosmo-abis-1.6.0.45-a0b2/_build/sub'
make[3]: Leaving directory '/build/libosmo-abis-1.6.0.45-a0b2/_build/sub'
make[2]: Leaving directory '/build/libosmo-abis-1.6.0.45-a0b2/_build/sub'
make[1]: Leaving directory '/build/libosmo-abis-1.6.0.45-a0b2/_build/sub'
make[1]: Entering directory '/build/libosmo-abis-1.6.0.45-a0b2/_build/sub'
Making dvi in include
make[2]: Entering directory '/build/libosmo-abis-1.6.0.45-a0b2/_build/sub/include'
make[2]: Nothing to be done for 'dvi'.
make[2]: Leaving directory '/build/libosmo-abis-1.6.0.45-a0b2/_build/sub/include'
Making dvi in src
make[2]: Entering directory '/build/libosmo-abis-1.6.0.45-a0b2/_build/sub/src'
make[2]: Nothing to be done for 'dvi'.
make[2]: Leaving directory '/build/libosmo-abis-1.6.0.45-a0b2/_build/sub/src'
Making dvi in tests
make[2]: Entering directory '/build/libosmo-abis-1.6.0.45-a0b2/_build/sub/tests'
make[2]: Nothing to be done for 'dvi'.
make[2]: Leaving directory '/build/libosmo-abis-1.6.0.45-a0b2/_build/sub/tests'
Making dvi in doc
make[2]: Entering directory '/build/libosmo-abis-1.6.0.45-a0b2/_build/sub/doc'
Making dvi in examples
make[3]: Entering directory '/build/libosmo-abis-1.6.0.45-a0b2/_build/sub/doc/examples'
make[3]: Nothing to be done for 'dvi'.
make[3]: Leaving directory '/build/libosmo-abis-1.6.0.45-a0b2/_build/sub/doc/examples'
make[3]: Entering directory '/build/libosmo-abis-1.6.0.45-a0b2/_build/sub/doc'
make[3]: Nothing to be done for 'dvi-am'.
make[3]: Leaving directory '/build/libosmo-abis-1.6.0.45-a0b2/_build/sub/doc'
make[2]: Leaving directory '/build/libosmo-abis-1.6.0.45-a0b2/_build/sub/doc'
make[2]: Entering directory '/build/libosmo-abis-1.6.0.45-a0b2/_build/sub'
make[2]: Nothing to be done for 'dvi-am'.
make[2]: Leaving directory '/build/libosmo-abis-1.6.0.45-a0b2/_build/sub'
make[1]: Leaving directory '/build/libosmo-abis-1.6.0.45-a0b2/_build/sub'
make[1]: Entering directory '/build/libosmo-abis-1.6.0.45-a0b2/_build/sub'
make check-recursive
make[2]: Entering directory '/build/libosmo-abis-1.6.0.45-a0b2/_build/sub'
Making check in include
make[3]: Entering directory '/build/libosmo-abis-1.6.0.45-a0b2/_build/sub/include'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/build/libosmo-abis-1.6.0.45-a0b2/_build/sub/include'
Making check in src
make[3]: Entering directory '/build/libosmo-abis-1.6.0.45-a0b2/_build/sub/src'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/build/libosmo-abis-1.6.0.45-a0b2/_build/sub/src'
Making check in tests
make[3]: Entering directory '/build/libosmo-abis-1.6.0.45-a0b2/_build/sub/tests'
make e1inp_ipa_bsc_test e1inp_ipa_bts_test ipa_proxy_test subchan_demux/subchan_demux_test ipa_recv/ipa_recv_test raa_prime/test_dec raa_prime/test_enc trau_conv/trau16_to_rtp trau_sync/trau_sync_test trau_pcu_ericsson/trau_pcu_ericsson_test rtp_test/rtp_test
make[4]: Entering directory '/build/libosmo-abis-1.6.0.45-a0b2/_build/sub/tests'
CC e1inp_ipa_bsc_test.o
CC e1inp_ipa_bts_test.o
CC ipa_proxy_test.o
CC subchan_demux/subchan_demux_test.o
CC ipa_recv/ipa_recv_test.o
CC raa_prime/test_dec.o
CC raa_prime/test_enc.o
CC trau_conv/trau16_to_rtp.o
CC trau_sync/trau_sync_test.o
CC trau_pcu_ericsson/trau_pcu_ericsson_test.o
CC rtp_test/rtp_test.o
In file included from ../../../tests/ipa_proxy_test.c:4:
../../../include/osmocom/abis/e1_input.h:12:10: fatal error: osmocom/netif/ipa.h: No such file or directory
12 | #include <osmocom/netif/ipa.h>
| ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[4]: *** [Makefile:646: ipa_proxy_test.o] Error 1
make[4]: *** Waiting for unfinished jobs....
In file included from ../../../tests/ipa_recv/ipa_recv_test.c:26:
../../../include/osmocom/abis/e1_input.h:12:10: fatal error: osmocom/netif/ipa.h: No such file or directory
12 | #include <osmocom/netif/ipa.h>
| ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[4]: *** [Makefile:646: ipa_recv/ipa_recv_test.o] Error 1
In file included from ../../../tests/e1inp_ipa_bts_test.c:12:
../../../include/osmocom/abis/e1_input.h:12:10: fatal error: osmocom/netif/ipa.h: No such file or directory
12 | #include <osmocom/netif/ipa.h>
| ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[4]: *** [Makefile:646: e1inp_ipa_bts_test.o] Error 1
In file included from ../../../tests/e1inp_ipa_bsc_test.c:5:
../../../include/osmocom/abis/e1_input.h:12:10: fatal error: osmocom/netif/ipa.h: No such file or directory
12 | #include <osmocom/netif/ipa.h>
| ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[4]: *** [Makefile:646: e1inp_ipa_bsc_test.o] Error 1
make[4]: Leaving directory '/build/libosmo-abis-1.6.0.45-a0b2/_build/sub/tests'
make[3]: *** [Makefile:767: check-am] Error 2
make[3]: Leaving directory '/build/libosmo-abis-1.6.0.45-a0b2/_build/sub/tests'
make[2]: *** [Makefile:492: check-recursive] Error 1
make[2]: Leaving directory '/build/libosmo-abis-1.6.0.45-a0b2/_build/sub'
make[1]: *** [Makefile:791: check] Error 2
make[1]: Leaving directory '/build/libosmo-abis-1.6.0.45-a0b2/_build/sub'
make: *** [Makefile:711: distcheck] Error 1
+ cat-testlogs.sh
Build step 'Execute shell' marked build as failure
Finished: FAILURE