There are some files in the attachment, i don't know whether they are enough.
1. The config files of osmo-trx, osmo-bts-trx and osmo-nitb. They are the original files downloaded from git repository, and i select one of them to run the application, i don't know whether they are correct, and i don't know how to modify it.
2. config.log files of osmo-trx, osmo-bts-trx and osmo-nitb. I don't know whether they are the logs you mentioned in your reply. I guess not, but i don't know how to get the complete logs, Maybe you give me some tips ?
3. pcap file which includes the data package whose src ip and dst ip are the 127.0.0.1, these packages were captured using wireshark.
I guess there are some problems on the config file osmo-nitb-ipa.cfg , i select it as the config file without reason, because i don't know how to config the file.
thanks for your help again. 在 2020/5/9 下午8:52, Pau Espin Pedrol 写道:
Hi, the problem is not in osmo-bts-trx <-> osmo-trx, that's working fine so far on your setup (sending a POWEROFF at startup is fine since then it makes sure the osmo-trx is powered off before configuring it and finally running POWERON on it). It won't be configured until the BSC (in your case osmo-nitb) instructs osmo-bts-trx on how to do it through Abis OML connection. The problem is here: On 5/9/20 3:15 AM, cruise wrote:*_/About one minutes later, the osmo-bts-trx will exit automatically, and the following messages was printed./_* <0012> e1_input.c:243 abis_sendmsg: msg->dst == NULL: 0c 12 01 90 0f 00 c8 <0012> e1_input.c:243 abis_sendmsg: msg->dst == NULL: 0c 12 01 88 12 06 00 00 00 00 00 00 <000d> abis.c:143 Signalling link down <0001> bts.c:293 Shutting down BTS 0, Reason Abis close Shutdown timer expiredThe Abis connection, be it OML or RSL, between the BTS and the BSC (in your case osmo-nitb) fails at some point. Unfortunately unless you provide config files, complete logs and pcap files it's difficult to tell you more. Please next time provide those while reporting.*3. osmo-nitb*FYI, osmo-ntib is deprecated and not maintained since years ago. Please better use new software stack: https://osmocom.org/projects/cellular-infrastructure/wiki
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by osmo-bts configure 1.2.0.46-40fb, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --enable-trx
## --------- ##
## Platform. ##
## --------- ##
hostname = cruise-P51s
uname -m = x86_64
uname -r = 5.3.0-46-generic
uname -s = Linux
uname -v = #38~18.04.1-Ubuntu SMP Tue Mar 31 04:17:56 UTC 2020
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /opt/jvm/jdk1.8.0_231/bin
PATH: /home/cruise/.local/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/games
PATH: /snap/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2487: checking for a BSD-compatible install
configure:2555: result: /usr/bin/install -c
configure:2566: checking whether build environment is sane
configure:2621: result: yes
configure:2772: checking for a thread-safe mkdir -p
configure:2811: result: /bin/mkdir -p
configure:2818: checking for gawk
configure:2834: found /usr/bin/gawk
configure:2845: result: gawk
configure:2856: checking whether make sets $(MAKE)
configure:2878: result: yes
configure:2907: checking whether make supports nested variables
configure:2924: result: yes
configure:3064: checking whether make supports nested variables
configure:3081: result: yes
configure:3096: checking whether make sets $(MAKE)
configure:3118: result: yes
configure:3175: checking for gcc
configure:3191: found /usr/bin/gcc
configure:3202: result: gcc
configure:3431: checking for C compiler version
configure:3440: gcc --version >&5
gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3451: $? = 0
configure:3440: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.5.0-3ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)
configure:3451: $? = 0
configure:3440: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3451: $? = 1
configure:3440: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:3451: $? = 1
configure:3471: checking whether the C compiler works
configure:3493: gcc conftest.c >&5
configure:3497: $? = 0
configure:3545: result: yes
configure:3548: checking for C compiler default output file name
configure:3550: result: a.out
configure:3556: checking for suffix of executables
configure:3563: gcc -o conftest conftest.c >&5
configure:3567: $? = 0
configure:3589: result:
configure:3611: checking whether we are cross compiling
configure:3619: gcc -o conftest conftest.c >&5
configure:3623: $? = 0
configure:3630: ./conftest
configure:3634: $? = 0
configure:3649: result: no
configure:3654: checking for suffix of object files
configure:3676: gcc -c conftest.c >&5
configure:3680: $? = 0
configure:3701: result: o
configure:3705: checking whether we are using the GNU C compiler
configure:3724: gcc -c conftest.c >&5
configure:3724: $? = 0
configure:3733: result: yes
configure:3742: checking whether gcc accepts -g
configure:3762: gcc -c -g conftest.c >&5
configure:3762: $? = 0
configure:3803: result: yes
configure:3820: checking for gcc option to accept ISO C89
configure:3883: gcc -c -g -O2 conftest.c >&5
configure:3883: $? = 0
configure:3896: result: none needed
configure:3921: checking whether gcc understands -c and -o together
configure:3943: gcc -c conftest.c -o conftest2.o
configure:3946: $? = 0
configure:3943: gcc -c conftest.c -o conftest2.o
configure:3946: $? = 0
configure:3958: result: yes
configure:3986: checking for style of include used by make
configure:4014: result: GNU
configure:4040: checking dependency style of gcc
configure:4151: result: gcc3
configure:4196: checking build system type
configure:4210: result: x86_64-pc-linux-gnu
configure:4230: checking host system type
configure:4243: result: x86_64-pc-linux-gnu
configure:4284: checking how to print strings
configure:4311: result: printf
configure:4332: checking for a sed that does not truncate output
configure:4396: result: /bin/sed
configure:4414: checking for grep that handles long lines and -e
configure:4472: result: /bin/grep
configure:4477: checking for egrep
configure:4539: result: /bin/grep -E
configure:4544: checking for fgrep
configure:4606: result: /bin/grep -F
configure:4641: checking for ld used by gcc
configure:4708: result: /usr/bin/ld
configure:4715: checking if the linker (/usr/bin/ld) is GNU ld
configure:4730: result: yes
configure:4742: checking for BSD- or MS-compatible name lister (nm)
configure:4796: result: /usr/bin/nm -B
configure:4926: checking the name lister (/usr/bin/nm -B) interface
configure:4933: gcc -c -g -O2 conftest.c >&5
configure:4936: /usr/bin/nm -B "conftest.o"
configure:4939: output
0000000000000000 B some_variable
configure:4946: result: BSD nm
configure:4949: checking whether ln -s works
configure:4953: result: yes
configure:4961: checking the maximum length of command line arguments
configure:5092: result: 1572864
configure:5140: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format
configure:5180: result: func_convert_file_noop
configure:5187: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
configure:5207: result: func_convert_file_noop
configure:5214: checking for /usr/bin/ld option to reload object files
configure:5221: result: -r
configure:5295: checking for objdump
configure:5311: found /usr/bin/objdump
configure:5322: result: objdump
configure:5354: checking how to recognize dependent libraries
configure:5554: result: pass_all
configure:5639: checking for dlltool
configure:5669: result: no
configure:5699: checking how to associate runtime and link libraries
configure:5726: result: printf %s\n
configure:5787: checking for ar
configure:5803: found /usr/bin/ar
configure:5814: result: ar
configure:5851: checking for archiver @FILE support
configure:5868: gcc -c -g -O2 conftest.c >&5
configure:5868: $? = 0
configure:5871: ar cru libconftest.a @conftest.lst >&5
ar: `u' modifier ignored since `D' is the default (see `U')
configure:5874: $? = 0
configure:5879: ar cru libconftest.a @conftest.lst >&5
ar: `u' modifier ignored since `D' is the default (see `U')
ar: conftest.o: No such file or directory
configure:5882: $? = 1
configure:5894: result: @
configure:5952: checking for strip
configure:5968: found /usr/bin/strip
configure:5979: result: strip
configure:6051: checking for ranlib
configure:6067: found /usr/bin/ranlib
configure:6078: result: ranlib
configure:6180: checking command to parse /usr/bin/nm -B output from gcc object
configure:6333: gcc -c -g -O2 conftest.c >&5
configure:6336: $? = 0
configure:6340: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:6343: $? = 0
configure:6409: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:6412: $? = 0
configure:6450: result: ok
configure:6497: checking for sysroot
configure:6527: result: no
configure:6534: checking for a working dd
configure:6572: result: /bin/dd
configure:6576: checking how to truncate binary pipes
configure:6591: result: /bin/dd bs=4096 count=1
configure:6727: gcc -c -g -O2 conftest.c >&5
configure:6730: $? = 0
configure:6920: checking for mt
configure:6936: found /bin/mt
configure:6947: result: mt
configure:6970: checking if mt is a manifest tool
configure:6976: mt '-?'
configure:6984: result: no
configure:7661: checking how to run the C preprocessor
configure:7692: gcc -E conftest.c
configure:7692: $? = 0
configure:7706: gcc -E conftest.c
conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:7706: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "osmo-bts"
| #define PACKAGE_TARNAME "osmo-bts"
| #define PACKAGE_VERSION "1.2.0.46-40fb"
| #define PACKAGE_STRING "osmo-bts 1.2.0.46-40fb"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "osmo-bts"
| #define VERSION "1.2.0.46-40fb"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7731: result: gcc -E
configure:7751: gcc -E conftest.c
configure:7751: $? = 0
configure:7765: gcc -E conftest.c
conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:7765: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "osmo-bts"
| #define PACKAGE_TARNAME "osmo-bts"
| #define PACKAGE_VERSION "1.2.0.46-40fb"
| #define PACKAGE_STRING "osmo-bts 1.2.0.46-40fb"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "osmo-bts"
| #define VERSION "1.2.0.46-40fb"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7794: checking for ANSI C header files
configure:7814: gcc -c -g -O2 conftest.c >&5
configure:7814: $? = 0
configure:7887: gcc -o conftest -g -O2 conftest.c >&5
configure:7887: $? = 0
configure:7887: ./conftest
configure:7887: $? = 0
configure:7898: result: yes
configure:7911: checking for sys/types.h
configure:7911: gcc -c -g -O2 conftest.c >&5
configure:7911: $? = 0
configure:7911: result: yes
configure:7911: checking for sys/stat.h
configure:7911: gcc -c -g -O2 conftest.c >&5
configure:7911: $? = 0
configure:7911: result: yes
configure:7911: checking for stdlib.h
configure:7911: gcc -c -g -O2 conftest.c >&5
configure:7911: $? = 0
configure:7911: result: yes
configure:7911: checking for string.h
configure:7911: gcc -c -g -O2 conftest.c >&5
configure:7911: $? = 0
configure:7911: result: yes
configure:7911: checking for memory.h
configure:7911: gcc -c -g -O2 conftest.c >&5
configure:7911: $? = 0
configure:7911: result: yes
configure:7911: checking for strings.h
configure:7911: gcc -c -g -O2 conftest.c >&5
configure:7911: $? = 0
configure:7911: result: yes
configure:7911: checking for inttypes.h
configure:7911: gcc -c -g -O2 conftest.c >&5
configure:7911: $? = 0
configure:7911: result: yes
configure:7911: checking for stdint.h
configure:7911: gcc -c -g -O2 conftest.c >&5
configure:7911: $? = 0
configure:7911: result: yes
configure:7911: checking for unistd.h
configure:7911: gcc -c -g -O2 conftest.c >&5
configure:7911: $? = 0
configure:7911: result: yes
configure:7925: checking for dlfcn.h
configure:7925: gcc -c -g -O2 conftest.c >&5
configure:7925: $? = 0
configure:7925: result: yes
configure:8181: checking for objdir
configure:8196: result: .libs
configure:8456: checking if gcc supports -fno-rtti -fno-exceptions
configure:8474: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
configure:8478: $? = 0
configure:8491: result: no
configure:8849: checking for gcc option to produce PIC
configure:8856: result: -fPIC -DPIC
configure:8864: checking if gcc PIC flag -fPIC -DPIC works
configure:8882: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
configure:8886: $? = 0
configure:8899: result: yes
configure:8928: checking if gcc static flag -static works
configure:8956: result: yes
configure:8971: checking if gcc supports -c -o file.o
configure:8992: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:8996: $? = 0
configure:9018: result: yes
configure:9026: checking if gcc supports -c -o file.o
configure:9073: result: yes
configure:9106: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:10369: result: yes
configure:10406: checking whether -lc should be explicitly linked in
configure:10414: gcc -c -g -O2 conftest.c >&5
configure:10417: $? = 0
configure:10432: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
configure:10435: $? = 0
configure:10449: result: no
configure:10609: checking dynamic linker characteristics
configure:11190: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
configure:11190: $? = 0
configure:11439: result: GNU/Linux ld.so
configure:11561: checking how to hardcode library paths into programs
configure:11586: result: immediate
configure:12134: checking whether stripping libraries is possible
configure:12139: result: yes
configure:12174: checking if libtool supports shared libraries
configure:12176: result: yes
configure:12179: checking whether to build shared libraries
configure:12204: result: yes
configure:12207: checking whether to build static libraries
configure:12211: result: yes
configure:12263: checking for pkg-config
configure:12281: found /usr/bin/pkg-config
configure:12294: result: /usr/bin/pkg-config
configure:12360: checking for pkg-config
configure:12378: found /usr/bin/pkg-config
configure:12390: result: /usr/bin/pkg-config
configure:12415: checking pkg-config is at least version 0.20
configure:12418: result: yes
configure:12427: checking for ANSI C header files
configure:12531: result: yes
configure:12572: checking for LIBOSMOCORE
configure:12579: $PKG_CONFIG --exists --print-errors "libosmocore >= 1.3.0"
configure:12582: $? = 0
configure:12596: $PKG_CONFIG --exists --print-errors "libosmocore >= 1.3.0"
configure:12599: $? = 0
configure:12657: result: yes
configure:12663: checking for LIBOSMOVTY
configure:12670: $PKG_CONFIG --exists --print-errors "libosmovty >= 1.3.0"
configure:12673: $? = 0
configure:12687: $PKG_CONFIG --exists --print-errors "libosmovty >= 1.3.0"
configure:12690: $? = 0
configure:12748: result: yes
configure:12754: checking for LIBOSMOGSM
configure:12761: $PKG_CONFIG --exists --print-errors "libosmogsm >= 1.3.0"
configure:12764: $? = 0
configure:12778: $PKG_CONFIG --exists --print-errors "libosmogsm >= 1.3.0"
configure:12781: $? = 0
configure:12839: result: yes
configure:12845: checking for LIBOSMOCTRL
configure:12852: $PKG_CONFIG --exists --print-errors "libosmoctrl >= 1.3.0"
configure:12855: $? = 0
configure:12869: $PKG_CONFIG --exists --print-errors "libosmoctrl >= 1.3.0"
configure:12872: $? = 0
configure:12930: result: yes
configure:12936: checking for LIBOSMOCODEC
configure:12943: $PKG_CONFIG --exists --print-errors "libosmocodec >= 1.3.0"
configure:12946: $? = 0
configure:12960: $PKG_CONFIG --exists --print-errors "libosmocodec >= 1.3.0"
configure:12963: $? = 0
configure:13021: result: yes
configure:13027: checking for LIBOSMOCODING
configure:13034: $PKG_CONFIG --exists --print-errors "libosmocoding >= 1.3.0"
configure:13037: $? = 0
configure:13051: $PKG_CONFIG --exists --print-errors "libosmocoding >= 1.3.0"
configure:13054: $? = 0
configure:13112: result: yes
configure:13118: checking for LIBOSMOABIS
configure:13125: $PKG_CONFIG --exists --print-errors "libosmoabis >= 0.6.0"
configure:13128: $? = 0
configure:13142: $PKG_CONFIG --exists --print-errors "libosmoabis >= 0.6.0"
configure:13145: $? = 0
configure:13203: result: yes
configure:13209: checking for LIBOSMOTRAU
configure:13216: $PKG_CONFIG --exists --print-errors "libosmotrau >= 0.6.0"
configure:13219: $? = 0
configure:13233: $PKG_CONFIG --exists --print-errors "libosmotrau >= 0.6.0"
configure:13236: $? = 0
configure:13294: result: yes
configure:13299: checking whether to enable support for sysmobts calibration tool
configure:13308: result: no
configure:13319: checking whether to enable support for sysmoBTS L1/PHY support
configure:13342: result: no
configure:13480: checking whether to enable support for osmo-trx based L1/PHY support
configure:13489: result: yes
configure:13500: checking whether to enable support for Octasic OCTPHY-2G
configure:13519: result: no
configure:13699: checking whether to enable NuRAN Wireless Litecell 1.5 hardware support
configure:13718: result: no
configure:13834: checking whether to enable NuRAN Wireless OC-2G hardware support
configure:13853: result: no
configure:14144: result: CFLAGS="-g -O2"
configure:14146: result: CPPFLAGS=""
configure:14262: checking that generated files are newer than configure
configure:14268: result: done
configure:14327: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by osmo-bts config.status 1.2.0.46-40fb, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on cruise-P51s
config.status:1163: creating src/Makefile
config.status:1163: creating src/common/Makefile
config.status:1163: creating src/osmo-bts-virtual/Makefile
config.status:1163: creating src/osmo-bts-omldummy/Makefile
config.status:1163: creating src/osmo-bts-sysmo/Makefile
config.status:1163: creating src/osmo-bts-litecell15/Makefile
config.status:1163: creating src/osmo-bts-oc2g/Makefile
config.status:1163: creating src/osmo-bts-trx/Makefile
config.status:1163: creating src/osmo-bts-octphy/Makefile
config.status:1163: creating include/Makefile
config.status:1163: creating include/osmo-bts/Makefile
config.status:1163: creating tests/Makefile
config.status:1163: creating tests/paging/Makefile
config.status:1163: creating tests/agch/Makefile
config.status:1163: creating tests/cipher/Makefile
config.status:1163: creating tests/sysmobts/Makefile
config.status:1163: creating tests/misc/Makefile
config.status:1163: creating tests/handover/Makefile
config.status:1163: creating tests/ta_control/Makefile
config.status:1163: creating tests/tx_power/Makefile
config.status:1163: creating tests/power/Makefile
config.status:1163: creating tests/meas/Makefile
config.status:1163: creating doc/Makefile
config.status:1163: creating doc/examples/Makefile
config.status:1163: creating doc/manuals/Makefile
config.status:1163: creating contrib/Makefile
config.status:1163: creating contrib/systemd/Makefile
config.status:1163: creating Makefile
config.status:1163: creating btsconfig.h
config.status:1344: btsconfig.h is unchanged
config.status:1392: executing tests/atconfig commands
config.status:1392: executing depfiles commands
config.status:1392: executing libtool commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBGPS_CFLAGS_set=
ac_cv_env_LIBGPS_CFLAGS_value=
ac_cv_env_LIBGPS_LIBS_set=
ac_cv_env_LIBGPS_LIBS_value=
ac_cv_env_LIBOSMOABIS_CFLAGS_set=
ac_cv_env_LIBOSMOABIS_CFLAGS_value=
ac_cv_env_LIBOSMOABIS_LIBS_set=
ac_cv_env_LIBOSMOABIS_LIBS_value=
ac_cv_env_LIBOSMOCODEC_CFLAGS_set=
ac_cv_env_LIBOSMOCODEC_CFLAGS_value=
ac_cv_env_LIBOSMOCODEC_LIBS_set=
ac_cv_env_LIBOSMOCODEC_LIBS_value=
ac_cv_env_LIBOSMOCODING_CFLAGS_set=
ac_cv_env_LIBOSMOCODING_CFLAGS_value=
ac_cv_env_LIBOSMOCODING_LIBS_set=
ac_cv_env_LIBOSMOCODING_LIBS_value=
ac_cv_env_LIBOSMOCORE_CFLAGS_set=
ac_cv_env_LIBOSMOCORE_CFLAGS_value=
ac_cv_env_LIBOSMOCORE_LIBS_set=
ac_cv_env_LIBOSMOCORE_LIBS_value=
ac_cv_env_LIBOSMOCTRL_CFLAGS_set=
ac_cv_env_LIBOSMOCTRL_CFLAGS_value=
ac_cv_env_LIBOSMOCTRL_LIBS_set=
ac_cv_env_LIBOSMOCTRL_LIBS_value=
ac_cv_env_LIBOSMOGSM_CFLAGS_set=
ac_cv_env_LIBOSMOGSM_CFLAGS_value=
ac_cv_env_LIBOSMOGSM_LIBS_set=
ac_cv_env_LIBOSMOGSM_LIBS_value=
ac_cv_env_LIBOSMOTRAU_CFLAGS_set=
ac_cv_env_LIBOSMOTRAU_CFLAGS_value=
ac_cv_env_LIBOSMOTRAU_LIBS_set=
ac_cv_env_LIBOSMOTRAU_LIBS_value=
ac_cv_env_LIBOSMOVTY_CFLAGS_set=
ac_cv_env_LIBOSMOVTY_CFLAGS_value=
ac_cv_env_LIBOSMOVTY_LIBS_set=
ac_cv_env_LIBOSMOVTY_LIBS_value=
ac_cv_env_LIBSYSTEMD_CFLAGS_set=
ac_cv_env_LIBSYSTEMD_CFLAGS_value=
ac_cv_env_LIBSYSTEMD_LIBS_set=
ac_cv_env_LIBSYSTEMD_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_OSMO_GSM_MANUALS_DIR_set=
ac_cv_env_OSMO_GSM_MANUALS_DIR_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GREP=/bin/grep
ac_cv_path_PKG_CONFIG_INSTALLED=/usr/bin/pkg-config
ac_cv_path_SED=/bin/sed
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_lt_DD=/bin/dd
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_gnu_ld=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_global_symbol_to_import=
lt_cv_sys_max_cmd_len=1572864
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
pkg_cv_LIBOSMOABIS_CFLAGS=-I/usr/local/include/
pkg_cv_LIBOSMOABIS_LIBS='-L/usr/local/lib -losmoabis'
pkg_cv_LIBOSMOCODEC_CFLAGS=-I/usr/local/include/
pkg_cv_LIBOSMOCODEC_LIBS='-L/usr/local/lib -losmocodec'
pkg_cv_LIBOSMOCODING_CFLAGS=-I/usr/local/include/
pkg_cv_LIBOSMOCODING_LIBS='-L/usr/local/lib -losmocoding -losmocodec -losmogsm -losmocore'
pkg_cv_LIBOSMOCORE_CFLAGS='-pthread -I/usr/local/include/'
pkg_cv_LIBOSMOCORE_LIBS='-L/usr/local/lib -ltalloc -losmocore'
pkg_cv_LIBOSMOCTRL_CFLAGS=-I/usr/local/include/
pkg_cv_LIBOSMOCTRL_LIBS='-L/usr/local/lib -ltalloc -losmoctrl -losmogsm -losmocore'
pkg_cv_LIBOSMOGSM_CFLAGS=-I/usr/local/include/
pkg_cv_LIBOSMOGSM_LIBS='-L/usr/local/lib -ltalloc -losmogsm -losmocore'
pkg_cv_LIBOSMOTRAU_CFLAGS=-I/usr/local/include/
pkg_cv_LIBOSMOTRAU_LIBS='-L/usr/local/lib -losmotrau'
pkg_cv_LIBOSMOVTY_CFLAGS=-I/usr/local/include/
pkg_cv_LIBOSMOVTY_LIBS='-L/usr/local/lib -ltalloc -losmovty -losmocore'
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/cruise/openBSC/osmo-bts/missing aclocal-1.15'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AR='ar'
AUTOCONF='${SHELL} /home/cruise/openBSC/osmo-bts/missing autoconf'
AUTOHEADER='${SHELL} /home/cruise/openBSC/osmo-bts/missing autoheader'
AUTOMAKE='${SHELL} /home/cruise/openBSC/osmo-bts/missing automake-1.15'
AWK='gawk'
BUILD_MANUALS_FALSE=''
BUILD_MANUALS_TRUE='#'
BUILD_SBTS2050_FALSE=''
BUILD_SBTS2050_TRUE='#'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
ENABLE_LC15BTS_FALSE=''
ENABLE_LC15BTS_TRUE='#'
ENABLE_OC2GBTS_FALSE=''
ENABLE_OC2GBTS_TRUE='#'
ENABLE_OCTPHY_FALSE=''
ENABLE_OCTPHY_TRUE='#'
ENABLE_SYSMOBTS_CALIB_FALSE=''
ENABLE_SYSMOBTS_CALIB_TRUE='#'
ENABLE_SYSMOBTS_FALSE=''
ENABLE_SYSMOBTS_TRUE='#'
ENABLE_TRX_FALSE='#'
ENABLE_TRX_TRUE=''
EXEEXT=''
FGREP='/bin/grep -F'
GREP='/bin/grep'
HAVE_SYSTEMD_FALSE='#'
HAVE_SYSTEMD_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/usr/bin/ld -m elf_x86_64'
LDFLAGS=''
LIBGPS_CFLAGS=''
LIBGPS_LIBS=''
LIBOBJS=''
LIBOSMOABIS_CFLAGS='-I/usr/local/include/'
LIBOSMOABIS_LIBS='-L/usr/local/lib -losmoabis'
LIBOSMOCODEC_CFLAGS='-I/usr/local/include/'
LIBOSMOCODEC_LIBS='-L/usr/local/lib -losmocodec'
LIBOSMOCODING_CFLAGS='-I/usr/local/include/'
LIBOSMOCODING_LIBS='-L/usr/local/lib -losmocoding -losmocodec -losmogsm -losmocore'
LIBOSMOCORE_CFLAGS='-pthread -I/usr/local/include/'
LIBOSMOCORE_LIBS='-L/usr/local/lib -ltalloc -losmocore'
LIBOSMOCTRL_CFLAGS='-I/usr/local/include/'
LIBOSMOCTRL_LIBS='-L/usr/local/lib -ltalloc -losmoctrl -losmogsm -losmocore'
LIBOSMOGSM_CFLAGS='-I/usr/local/include/'
LIBOSMOGSM_LIBS='-L/usr/local/lib -ltalloc -losmogsm -losmocore'
LIBOSMOTRAU_CFLAGS='-I/usr/local/include/'
LIBOSMOTRAU_LIBS='-L/usr/local/lib -losmotrau'
LIBOSMOVTY_CFLAGS='-I/usr/local/include/'
LIBOSMOVTY_LIBS='-L/usr/local/lib -ltalloc -losmovty -losmocore'
LIBS=''
LIBSYSTEMD_CFLAGS=''
LIBSYSTEMD_LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LITECELL15_INCDIR='-I'
LN_S='ln -s'
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
MAKEINFO='${SHELL} /home/cruise/openBSC/osmo-bts/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/bin/mkdir -p'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OC2G_INCDIR='-I'
OCTSDR2G_INCDIR='-I/home/cruise/openBSC/osmo-bts/src/osmo-bts-octphy/'
OSMO_GSM_MANUALS_DIR=''
OTOOL64=''
OTOOL=''
PACKAGE='osmo-bts'
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_NAME='osmo-bts'
PACKAGE_STRING='osmo-bts 1.2.0.46-40fb'
PACKAGE_TARNAME='osmo-bts'
PACKAGE_URL=''
PACKAGE_VERSION='1.2.0.46-40fb'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_INSTALLED='/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
RANLIB='ranlib'
RELMAKE='-include osmo-release.mk'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
STRIP='strip'
SYSMOBTS_INCDIR='-I'
VERSION='1.2.0.46-40fb'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-pc-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/cruise/openBSC/osmo-bts/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
systemdsystemunitdir='/lib/systemd/system'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "osmo-bts"
#define PACKAGE_TARNAME "osmo-bts"
#define PACKAGE_VERSION "1.2.0.46-40fb"
#define PACKAGE_STRING "osmo-bts 1.2.0.46-40fb"
#define PACKAGE_BUGREPORT "[email protected]"
#define PACKAGE_URL ""
#define PACKAGE "osmo-bts"
#define VERSION "1.2.0.46-40fb"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define STDC_HEADERS 1
configure: exit 0
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by openbsc configure 1.3.2.2-d2550, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = cruise-P51s
uname -m = x86_64
uname -r = 5.3.0-46-generic
uname -s = Linux
uname -v = #38~18.04.1-Ubuntu SMP Tue Mar 31 04:17:56 UTC 2020
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /opt/jvm/jdk1.8.0_231/bin
PATH: /home/cruise/.local/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/games
PATH: /snap/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2430: checking for a BSD-compatible install
configure:2498: result: /usr/bin/install -c
configure:2509: checking whether build environment is sane
configure:2564: result: yes
configure:2715: checking for a thread-safe mkdir -p
configure:2754: result: /bin/mkdir -p
configure:2761: checking for gawk
configure:2777: found /usr/bin/gawk
configure:2788: result: gawk
configure:2799: checking whether make sets $(MAKE)
configure:2821: result: yes
configure:2850: checking whether make supports nested variables
configure:2867: result: yes
configure:3007: checking whether make supports nested variables
configure:3024: result: yes
configure:3039: checking whether make sets $(MAKE)
configure:3061: result: yes
configure:3118: checking for gcc
configure:3134: found /usr/bin/gcc
configure:3145: result: gcc
configure:3374: checking for C compiler version
configure:3383: gcc --version >&5
gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3394: $? = 0
configure:3383: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.5.0-3ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)
configure:3394: $? = 0
configure:3383: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3394: $? = 1
configure:3383: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:3394: $? = 1
configure:3414: checking whether the C compiler works
configure:3436: gcc conftest.c >&5
configure:3440: $? = 0
configure:3488: result: yes
configure:3491: checking for C compiler default output file name
configure:3493: result: a.out
configure:3499: checking for suffix of executables
configure:3506: gcc -o conftest conftest.c >&5
configure:3510: $? = 0
configure:3532: result:
configure:3554: checking whether we are cross compiling
configure:3562: gcc -o conftest conftest.c >&5
configure:3566: $? = 0
configure:3573: ./conftest
configure:3577: $? = 0
configure:3592: result: no
configure:3597: checking for suffix of object files
configure:3619: gcc -c conftest.c >&5
configure:3623: $? = 0
configure:3644: result: o
configure:3648: checking whether we are using the GNU C compiler
configure:3667: gcc -c conftest.c >&5
configure:3667: $? = 0
configure:3676: result: yes
configure:3685: checking whether gcc accepts -g
configure:3705: gcc -c -g conftest.c >&5
configure:3705: $? = 0
configure:3746: result: yes
configure:3763: checking for gcc option to accept ISO C89
configure:3826: gcc -c -g -O2 conftest.c >&5
configure:3826: $? = 0
configure:3839: result: none needed
configure:3864: checking whether gcc understands -c and -o together
configure:3886: gcc -c conftest.c -o conftest2.o
configure:3889: $? = 0
configure:3886: gcc -c conftest.c -o conftest2.o
configure:3889: $? = 0
configure:3901: result: yes
configure:3929: checking for style of include used by make
configure:3957: result: GNU
configure:3983: checking dependency style of gcc
configure:4094: result: gcc3
configure:4139: checking build system type
configure:4153: result: x86_64-pc-linux-gnu
configure:4173: checking host system type
configure:4186: result: x86_64-pc-linux-gnu
configure:4227: checking how to print strings
configure:4254: result: printf
configure:4275: checking for a sed that does not truncate output
configure:4339: result: /bin/sed
configure:4357: checking for grep that handles long lines and -e
configure:4415: result: /bin/grep
configure:4420: checking for egrep
configure:4482: result: /bin/grep -E
configure:4487: checking for fgrep
configure:4549: result: /bin/grep -F
configure:4584: checking for ld used by gcc
configure:4651: result: /usr/bin/ld
configure:4658: checking if the linker (/usr/bin/ld) is GNU ld
configure:4673: result: yes
configure:4685: checking for BSD- or MS-compatible name lister (nm)
configure:4739: result: /usr/bin/nm -B
configure:4869: checking the name lister (/usr/bin/nm -B) interface
configure:4876: gcc -c -g -O2 conftest.c >&5
configure:4879: /usr/bin/nm -B "conftest.o"
configure:4882: output
0000000000000000 B some_variable
configure:4889: result: BSD nm
configure:4892: checking whether ln -s works
configure:4896: result: yes
configure:4904: checking the maximum length of command line arguments
configure:5035: result: 1572864
configure:5083: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format
configure:5123: result: func_convert_file_noop
configure:5130: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
configure:5150: result: func_convert_file_noop
configure:5157: checking for /usr/bin/ld option to reload object files
configure:5164: result: -r
configure:5238: checking for objdump
configure:5254: found /usr/bin/objdump
configure:5265: result: objdump
configure:5297: checking how to recognize dependent libraries
configure:5497: result: pass_all
configure:5582: checking for dlltool
configure:5612: result: no
configure:5642: checking how to associate runtime and link libraries
configure:5669: result: printf %s\n
configure:5730: checking for ar
configure:5746: found /usr/bin/ar
configure:5757: result: ar
configure:5794: checking for archiver @FILE support
configure:5811: gcc -c -g -O2 conftest.c >&5
configure:5811: $? = 0
configure:5814: ar cru libconftest.a @conftest.lst >&5
ar: `u' modifier ignored since `D' is the default (see `U')
configure:5817: $? = 0
configure:5822: ar cru libconftest.a @conftest.lst >&5
ar: `u' modifier ignored since `D' is the default (see `U')
ar: conftest.o: No such file or directory
configure:5825: $? = 1
configure:5837: result: @
configure:5895: checking for strip
configure:5911: found /usr/bin/strip
configure:5922: result: strip
configure:5994: checking for ranlib
configure:6010: found /usr/bin/ranlib
configure:6021: result: ranlib
configure:6123: checking command to parse /usr/bin/nm -B output from gcc object
configure:6276: gcc -c -g -O2 conftest.c >&5
configure:6279: $? = 0
configure:6283: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:6286: $? = 0
configure:6352: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:6355: $? = 0
configure:6393: result: ok
configure:6440: checking for sysroot
configure:6470: result: no
configure:6477: checking for a working dd
configure:6515: result: /bin/dd
configure:6519: checking how to truncate binary pipes
configure:6534: result: /bin/dd bs=4096 count=1
configure:6670: gcc -c -g -O2 conftest.c >&5
configure:6673: $? = 0
configure:6863: checking for mt
configure:6879: found /bin/mt
configure:6890: result: mt
configure:6913: checking if mt is a manifest tool
configure:6919: mt '-?'
configure:6927: result: no
configure:7604: checking how to run the C preprocessor
configure:7635: gcc -E conftest.c
configure:7635: $? = 0
configure:7649: gcc -E conftest.c
conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:7649: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "openbsc"
| #define PACKAGE_TARNAME "openbsc"
| #define PACKAGE_VERSION "1.3.2.2-d2550"
| #define PACKAGE_STRING "openbsc 1.3.2.2-d2550"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "openbsc"
| #define VERSION "1.3.2.2-d2550"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7674: result: gcc -E
configure:7694: gcc -E conftest.c
configure:7694: $? = 0
configure:7708: gcc -E conftest.c
conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:7708: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "openbsc"
| #define PACKAGE_TARNAME "openbsc"
| #define PACKAGE_VERSION "1.3.2.2-d2550"
| #define PACKAGE_STRING "openbsc 1.3.2.2-d2550"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "openbsc"
| #define VERSION "1.3.2.2-d2550"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7737: checking for ANSI C header files
configure:7757: gcc -c -g -O2 conftest.c >&5
configure:7757: $? = 0
configure:7830: gcc -o conftest -g -O2 conftest.c >&5
configure:7830: $? = 0
configure:7830: ./conftest
configure:7830: $? = 0
configure:7841: result: yes
configure:7854: checking for sys/types.h
configure:7854: gcc -c -g -O2 conftest.c >&5
configure:7854: $? = 0
configure:7854: result: yes
configure:7854: checking for sys/stat.h
configure:7854: gcc -c -g -O2 conftest.c >&5
configure:7854: $? = 0
configure:7854: result: yes
configure:7854: checking for stdlib.h
configure:7854: gcc -c -g -O2 conftest.c >&5
configure:7854: $? = 0
configure:7854: result: yes
configure:7854: checking for string.h
configure:7854: gcc -c -g -O2 conftest.c >&5
configure:7854: $? = 0
configure:7854: result: yes
configure:7854: checking for memory.h
configure:7854: gcc -c -g -O2 conftest.c >&5
configure:7854: $? = 0
configure:7854: result: yes
configure:7854: checking for strings.h
configure:7854: gcc -c -g -O2 conftest.c >&5
configure:7854: $? = 0
configure:7854: result: yes
configure:7854: checking for inttypes.h
configure:7854: gcc -c -g -O2 conftest.c >&5
configure:7854: $? = 0
configure:7854: result: yes
configure:7854: checking for stdint.h
configure:7854: gcc -c -g -O2 conftest.c >&5
configure:7854: $? = 0
configure:7854: result: yes
configure:7854: checking for unistd.h
configure:7854: gcc -c -g -O2 conftest.c >&5
configure:7854: $? = 0
configure:7854: result: yes
configure:7868: checking for dlfcn.h
configure:7868: gcc -c -g -O2 conftest.c >&5
configure:7868: $? = 0
configure:7868: result: yes
configure:8124: checking for objdir
configure:8139: result: .libs
configure:8403: checking if gcc supports -fno-rtti -fno-exceptions
configure:8421: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
configure:8425: $? = 0
configure:8438: result: no
configure:8796: checking for gcc option to produce PIC
configure:8803: result: -fPIC -DPIC
configure:8811: checking if gcc PIC flag -fPIC -DPIC works
configure:8829: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
configure:8833: $? = 0
configure:8846: result: yes
configure:8875: checking if gcc static flag -static works
configure:8903: result: yes
configure:8918: checking if gcc supports -c -o file.o
configure:8939: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:8943: $? = 0
configure:8965: result: yes
configure:8973: checking if gcc supports -c -o file.o
configure:9020: result: yes
configure:9053: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:10316: result: yes
configure:10353: checking whether -lc should be explicitly linked in
configure:10361: gcc -c -g -O2 conftest.c >&5
configure:10364: $? = 0
configure:10379: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
configure:10382: $? = 0
configure:10396: result: no
configure:10556: checking dynamic linker characteristics
configure:11137: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
configure:11137: $? = 0
configure:11386: result: GNU/Linux ld.so
configure:11508: checking how to hardcode library paths into programs
configure:11533: result: immediate
configure:12081: checking whether stripping libraries is possible
configure:12086: result: yes
configure:12121: checking if libtool supports shared libraries
configure:12123: result: yes
configure:12126: checking whether to build shared libraries
configure:12151: result: yes
configure:12154: checking whether to build static libraries
configure:12158: result: yes
configure:12198: checking for pkg-config
configure:12216: found /usr/bin/pkg-config
configure:12229: result: /usr/bin/pkg-config
configure:12295: checking for pkg-config
configure:12313: found /usr/bin/pkg-config
configure:12325: result: /usr/bin/pkg-config
configure:12350: checking pkg-config is at least version 0.20
configure:12353: result: yes
configure:12364: checking for library containing dlopen
configure:12395: gcc -o conftest -g -O2 conftest.c >&5
/tmp/cc43w3u6.o: In function `main':
/home/cruise/openBSC/openbsc/openbsc/conftest.c:34: undefined reference to `dlopen'
collect2: error: ld returned 1 exit status
configure:12395: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "openbsc"
| #define PACKAGE_TARNAME "openbsc"
| #define PACKAGE_VERSION "1.3.2.2-d2550"
| #define PACKAGE_STRING "openbsc 1.3.2.2-d2550"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "openbsc"
| #define VERSION "1.3.2.2-d2550"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dlopen ();
| int
| main ()
| {
| return dlopen ();
| ;
| return 0;
| }
configure:12395: gcc -o conftest -g -O2 conftest.c -ldl >&5
configure:12395: $? = 0
configure:12412: result: -ldl
configure:12425: checking for LIBOSMOCORE
configure:12432: $PKG_CONFIG --exists --print-errors "libosmocore >= 1.0.1"
configure:12435: $? = 0
configure:12449: $PKG_CONFIG --exists --print-errors "libosmocore >= 1.0.1"
configure:12452: $? = 0
configure:12510: result: yes
configure:12516: checking for LIBOSMOVTY
configure:12523: $PKG_CONFIG --exists --print-errors "libosmovty >= 1.0.1"
configure:12526: $? = 0
configure:12540: $PKG_CONFIG --exists --print-errors "libosmovty >= 1.0.1"
configure:12543: $? = 0
configure:12601: result: yes
configure:12607: checking for LIBOSMOCTRL
configure:12614: $PKG_CONFIG --exists --print-errors "libosmoctrl >= 1.0.1"
configure:12617: $? = 0
configure:12631: $PKG_CONFIG --exists --print-errors "libosmoctrl >= 1.0.1"
configure:12634: $? = 0
configure:12692: result: yes
configure:12698: checking for LIBOSMOGSM
configure:12705: $PKG_CONFIG --exists --print-errors "libosmogsm >= 1.0.1"
configure:12708: $? = 0
configure:12722: $PKG_CONFIG --exists --print-errors "libosmogsm >= 1.0.1"
configure:12725: $? = 0
configure:12783: result: yes
configure:12789: checking for LIBOSMOGB
configure:12796: $PKG_CONFIG --exists --print-errors "libosmogb >= 1.0.1"
configure:12799: $? = 0
configure:12813: $PKG_CONFIG --exists --print-errors "libosmogb >= 1.0.1"
configure:12816: $? = 0
configure:12874: result: yes
configure:12880: checking for LIBOSMOABIS
configure:12887: $PKG_CONFIG --exists --print-errors "libosmoabis >= 0.6.0"
configure:12890: $? = 0
configure:12904: $PKG_CONFIG --exists --print-errors "libosmoabis >= 0.6.0"
configure:12907: $? = 0
configure:12965: result: yes
configure:12971: checking for LIBOSMONETIF
configure:12978: $PKG_CONFIG --exists --print-errors "libosmo-netif >= 0.4.0"
configure:12981: $? = 0
configure:12995: $PKG_CONFIG --exists --print-errors "libosmo-netif >= 0.4.0"
configure:12998: $? = 0
configure:13056: result: yes
configure:13603: checking for ANSI C header files
configure:13707: result: yes
configure:13717: checking dbi/dbd.h usability
configure:13717: gcc -c -g -O2 conftest.c >&5
configure:13717: $? = 0
configure:13717: result: yes
configure:13717: checking dbi/dbd.h presence
configure:13717: gcc -E conftest.c
configure:13717: $? = 0
configure:13717: result: yes
configure:13717: checking for dbi/dbd.h
configure:13717: result: yes
configure:13733: checking pcap/pcap.h usability
configure:13733: gcc -c -g -O2 conftest.c >&5
conftest.c:58:10: fatal error: pcap/pcap.h: No such file or directory
#include <pcap/pcap.h>
^~~~~~~~~~~~~
compilation terminated.
configure:13733: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "openbsc"
| #define PACKAGE_TARNAME "openbsc"
| #define PACKAGE_VERSION "1.3.2.2-d2550"
| #define PACKAGE_STRING "openbsc 1.3.2.2-d2550"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "openbsc"
| #define VERSION "1.3.2.2-d2550"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_DBI_DBD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <pcap/pcap.h>
configure:13733: result: no
configure:13733: checking pcap/pcap.h presence
configure:13733: gcc -E conftest.c
conftest.c:25:10: fatal error: pcap/pcap.h: No such file or directory
#include <pcap/pcap.h>
^~~~~~~~~~~~~
compilation terminated.
configure:13733: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "openbsc"
| #define PACKAGE_TARNAME "openbsc"
| #define PACKAGE_VERSION "1.3.2.2-d2550"
| #define PACKAGE_STRING "openbsc 1.3.2.2-d2550"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "openbsc"
| #define VERSION "1.3.2.2-d2550"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_DBI_DBD_H 1
| /* end confdefs.h. */
| #include <pcap/pcap.h>
configure:13733: result: no
configure:13733: checking for pcap/pcap.h
configure:13733: result: no
configure:13757: checking cdk/cdk.h usability
configure:13757: gcc -c -g -O2 conftest.c >&5
conftest.c:58:10: fatal error: cdk/cdk.h: No such file or directory
#include <cdk/cdk.h>
^~~~~~~~~~~
compilation terminated.
configure:13757: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "openbsc"
| #define PACKAGE_TARNAME "openbsc"
| #define PACKAGE_VERSION "1.3.2.2-d2550"
| #define PACKAGE_STRING "openbsc 1.3.2.2-d2550"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "openbsc"
| #define VERSION "1.3.2.2-d2550"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_DBI_DBD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <cdk/cdk.h>
configure:13757: result: no
configure:13757: checking cdk/cdk.h presence
configure:13757: gcc -E conftest.c
conftest.c:25:10: fatal error: cdk/cdk.h: No such file or directory
#include <cdk/cdk.h>
^~~~~~~~~~~
compilation terminated.
configure:13757: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "openbsc"
| #define PACKAGE_TARNAME "openbsc"
| #define PACKAGE_VERSION "1.3.2.2-d2550"
| #define PACKAGE_STRING "openbsc 1.3.2.2-d2550"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "openbsc"
| #define VERSION "1.3.2.2-d2550"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_DBI_DBD_H 1
| /* end confdefs.h. */
| #include <cdk/cdk.h>
configure:13757: result: no
configure:13757: checking for cdk/cdk.h
configure:13757: result: no
configure:13781: checking for SQLITE3
configure:13788: $PKG_CONFIG --exists --print-errors "sqlite3"
Package sqlite3 was not found in the pkg-config search path.
Perhaps you should add the directory containing `sqlite3.pc'
to the PKG_CONFIG_PATH environment variable
No package 'sqlite3' found
configure:13791: $? = 1
configure:13805: $PKG_CONFIG --exists --print-errors "sqlite3"
Package sqlite3 was not found in the pkg-config search path.
Perhaps you should add the directory containing `sqlite3.pc'
to the PKG_CONFIG_PATH environment variable
No package 'sqlite3' found
configure:13808: $? = 1
configure:13822: result: no
No package 'sqlite3' found
configure:13878: checking if gcc supports -fvisibility=hidden
configure:13884: gcc -c -g -O2 -fvisibility=hidden conftest.c >&5
configure:13884: $? = 0
configure:13885: result: yes
configure:13896: checking whether C compiler accepts -Werror=implicit
configure:13915: gcc -c -g -O2 -Werror=implicit conftest.c >&5
configure:13915: $? = 0
configure:13923: result: yes
configure:13931: checking whether C compiler accepts -Werror=maybe-uninitialized
configure:13950: gcc -c -g -O2 -Werror=implicit -Werror=maybe-uninitialized conftest.c >&5
configure:13950: $? = 0
configure:13958: result: yes
configure:13966: checking whether C compiler accepts -Werror=memset-transposed-args
configure:13985: gcc -c -g -O2 -Werror=implicit -Werror=maybe-uninitialized -Werror=memset-transposed-args conftest.c >&5
configure:13985: $? = 0
configure:13993: result: yes
configure:14001: checking whether C compiler accepts -Werror=null-dereference
configure:14020: gcc -c -g -O2 -Werror=implicit -Werror=maybe-uninitialized -Werror=memset-transposed-args -Werror=null-dereference conftest.c >&5
configure:14020: $? = 0
configure:14028: result: yes
configure:14036: checking whether C compiler accepts -Werror=sizeof-array-argument
configure:14055: gcc -c -g -O2 -Werror=implicit -Werror=maybe-uninitialized -Werror=memset-transposed-args -Werror=null-dereference -Werror=sizeof-array-argument conftest.c >&5
configure:14055: $? = 0
configure:14063: result: yes
configure:14071: checking whether C compiler accepts -Werror=sizeof-pointer-memaccess
configure:14090: gcc -c -g -O2 -Werror=implicit -Werror=maybe-uninitialized -Werror=memset-transposed-args -Werror=null-dereference -Werror=sizeof-array-argument -Werror=sizeof-pointer-memaccess conftest.c >&5
configure:14090: $? = 0
configure:14098: result: yes
configure:14108: checking whether to enable code coverage support
configure:14117: result: no
configure:14129: checking whether struct tm has tm_gmtoff member
configure:14153: gcc -o conftest -g -O2 -Werror=implicit -Werror=maybe-uninitialized -Werror=memset-transposed-args -Werror=null-dereference -Werror=sizeof-array-argument -Werror=sizeof-pointer-memaccess conftest.c >&5
configure:14153: $? = 0
configure:14163: result: yes
configure:14268: checking whether to enable VTY/CTRL tests
configure:14270: result: no
configure:14316: result: CFLAGS="-g -O2 -Werror=implicit -Werror=maybe-uninitialized -Werror=memset-transposed-args -Werror=null-dereference -Werror=sizeof-array-argument -Werror=sizeof-pointer-memaccess"
configure:14318: result: CPPFLAGS=""
configure:14434: checking that generated files are newer than configure
configure:14440: result: done
configure:14499: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by openbsc config.status 1.3.2.2-d2550, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on cruise-P51s
config.status:1184: creating include/openbsc/Makefile
config.status:1184: creating include/Makefile
config.status:1184: creating src/Makefile
config.status:1184: creating src/libtrau/Makefile
config.status:1184: creating src/libbsc/Makefile
config.status:1184: creating src/libmsc/Makefile
config.status:1184: creating src/libmgcp/Makefile
config.status:1184: creating src/libcommon/Makefile
config.status:1184: creating src/libfilter/Makefile
config.status:1184: creating src/libcommon-cs/Makefile
config.status:1184: creating src/osmo-nitb/Makefile
config.status:1184: creating src/osmo-bsc/Makefile
config.status:1184: creating src/osmo-bsc_nat/Makefile
config.status:1184: creating src/osmo-bsc_mgcp/Makefile
config.status:1184: creating src/utils/Makefile
config.status:1184: creating tests/Makefile
config.status:1184: creating tests/atlocal
config.status:1184: creating tests/gsm0408/Makefile
config.status:1184: creating tests/db/Makefile
config.status:1184: creating tests/channel/Makefile
config.status:1184: creating tests/bsc/Makefile
config.status:1184: creating tests/bsc-nat/Makefile
config.status:1184: creating tests/bsc-nat-trie/Makefile
config.status:1184: creating tests/mgcp/Makefile
config.status:1184: creating tests/abis/Makefile
config.status:1184: creating tests/smpp/Makefile
config.status:1184: creating tests/trau/Makefile
config.status:1184: creating tests/subscr/Makefile
config.status:1184: creating tests/mm_auth/Makefile
config.status:1184: creating tests/nanobts_omlattr/Makefile
config.status:1184: creating doc/Makefile
config.status:1184: creating doc/examples/Makefile
config.status:1184: creating contrib/Makefile
config.status:1184: creating contrib/systemd/Makefile
config.status:1184: creating Makefile
config.status:1184: creating bscconfig.h
config.status:1413: executing tests/atconfig commands
config.status:1413: executing depfiles commands
config.status:1413: executing libtool commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBBCG729_CFLAGS_set=
ac_cv_env_LIBBCG729_CFLAGS_value=
ac_cv_env_LIBBCG729_LIBS_set=
ac_cv_env_LIBBCG729_LIBS_value=
ac_cv_env_LIBOSMOABIS_CFLAGS_set=
ac_cv_env_LIBOSMOABIS_CFLAGS_value=
ac_cv_env_LIBOSMOABIS_LIBS_set=
ac_cv_env_LIBOSMOABIS_LIBS_value=
ac_cv_env_LIBOSMOCORE_CFLAGS_set=
ac_cv_env_LIBOSMOCORE_CFLAGS_value=
ac_cv_env_LIBOSMOCORE_LIBS_set=
ac_cv_env_LIBOSMOCORE_LIBS_value=
ac_cv_env_LIBOSMOCTRL_CFLAGS_set=
ac_cv_env_LIBOSMOCTRL_CFLAGS_value=
ac_cv_env_LIBOSMOCTRL_LIBS_set=
ac_cv_env_LIBOSMOCTRL_LIBS_value=
ac_cv_env_LIBOSMOGB_CFLAGS_set=
ac_cv_env_LIBOSMOGB_CFLAGS_value=
ac_cv_env_LIBOSMOGB_LIBS_set=
ac_cv_env_LIBOSMOGB_LIBS_value=
ac_cv_env_LIBOSMOGSM_CFLAGS_set=
ac_cv_env_LIBOSMOGSM_CFLAGS_value=
ac_cv_env_LIBOSMOGSM_LIBS_set=
ac_cv_env_LIBOSMOGSM_LIBS_value=
ac_cv_env_LIBOSMONETIF_CFLAGS_set=
ac_cv_env_LIBOSMONETIF_CFLAGS_value=
ac_cv_env_LIBOSMONETIF_LIBS_set=
ac_cv_env_LIBOSMONETIF_LIBS_value=
ac_cv_env_LIBOSMOSCCP_CFLAGS_set=
ac_cv_env_LIBOSMOSCCP_CFLAGS_value=
ac_cv_env_LIBOSMOSCCP_LIBS_set=
ac_cv_env_LIBOSMOSCCP_LIBS_value=
ac_cv_env_LIBOSMOVTY_CFLAGS_set=
ac_cv_env_LIBOSMOVTY_CFLAGS_value=
ac_cv_env_LIBOSMOVTY_LIBS_set=
ac_cv_env_LIBOSMOVTY_LIBS_value=
ac_cv_env_LIBSMPP34_CFLAGS_set=
ac_cv_env_LIBSMPP34_CFLAGS_value=
ac_cv_env_LIBSMPP34_LIBS_set=
ac_cv_env_LIBSMPP34_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_SQLITE3_CFLAGS_set=
ac_cv_env_SQLITE3_CFLAGS_value=
ac_cv_env_SQLITE3_LIBS_set=
ac_cv_env_SQLITE3_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_header_cdk_cdk_h=no
ac_cv_header_dbi_dbd_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_pcap_pcap_h=no
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GREP=/bin/grep
ac_cv_path_PKG_CONFIG_INSTALLED=/usr/bin/pkg-config
ac_cv_path_SED=/bin/sed
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_lt_DD=/bin/dd
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_search_dlopen=-ldl
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
ax_cv_check_cflags___Werror_implicit=yes
ax_cv_check_cflags___Werror_maybe_uninitialized=yes
ax_cv_check_cflags___Werror_memset_transposed_args=yes
ax_cv_check_cflags___Werror_null_dereference=yes
ax_cv_check_cflags___Werror_sizeof_array_argument=yes
ax_cv_check_cflags___Werror_sizeof_pointer_memaccess=yes
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_gnu_ld=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_global_symbol_to_import=
lt_cv_sys_max_cmd_len=1572864
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
osmo_cv_tm_includes_tm_gmtoff=yes
pkg_cv_LIBOSMOABIS_CFLAGS=-I/usr/local/include/
pkg_cv_LIBOSMOABIS_LIBS='-L/usr/local/lib -losmoabis'
pkg_cv_LIBOSMOCORE_CFLAGS='-pthread -I/usr/local/include/'
pkg_cv_LIBOSMOCORE_LIBS='-L/usr/local/lib -ltalloc -losmocore'
pkg_cv_LIBOSMOCTRL_CFLAGS=-I/usr/local/include/
pkg_cv_LIBOSMOCTRL_LIBS='-L/usr/local/lib -ltalloc -losmoctrl -losmogsm -losmocore'
pkg_cv_LIBOSMOGB_CFLAGS='-fno-strict-aliasing -I/usr/local/include/'
pkg_cv_LIBOSMOGB_LIBS='-L/usr/local/lib -ltalloc -losmogb -losmovty -losmocore'
pkg_cv_LIBOSMOGSM_CFLAGS=-I/usr/local/include/
pkg_cv_LIBOSMOGSM_LIBS='-L/usr/local/lib -ltalloc -losmogsm -losmocore'
pkg_cv_LIBOSMONETIF_CFLAGS=-I/usr/local/include/
pkg_cv_LIBOSMONETIF_LIBS='-L/usr/local/lib -losmonetif'
pkg_cv_LIBOSMOVTY_CFLAGS=-I/usr/local/include/
pkg_cv_LIBOSMOVTY_LIBS='-L/usr/local/lib -ltalloc -losmovty -losmocore'
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/cruise/openBSC/openbsc/openbsc/missing aclocal-1.15'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AR='ar'
AUTOCONF='${SHELL} /home/cruise/openBSC/openbsc/openbsc/missing autoconf'
AUTOHEADER='${SHELL} /home/cruise/openBSC/openbsc/openbsc/missing autoheader'
AUTOMAKE='${SHELL} /home/cruise/openBSC/openbsc/openbsc/missing automake-1.15'
AWK='gawk'
BUILD_BSC_FALSE=''
BUILD_BSC_TRUE='#'
BUILD_MGCP_TRANSCODING_FALSE=''
BUILD_MGCP_TRANSCODING_TRUE='#'
BUILD_NAT_FALSE=''
BUILD_NAT_TRUE='#'
BUILD_SMPP_FALSE=''
BUILD_SMPP_TRUE='#'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2 -Werror=implicit -Werror=maybe-uninitialized -Werror=memset-transposed-args -Werror=null-dereference -Werror=sizeof-array-argument -Werror=sizeof-pointer-memaccess'
COVERAGE_CFLAGS=''
COVERAGE_LDFLAGS=''
CPP='gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
ENABLE_EXT_TESTS_FALSE=''
ENABLE_EXT_TESTS_TRUE='#'
EXEEXT=''
FGREP='/bin/grep -F'
GREP='/bin/grep'
HAVE_GSM_GSM_H=''
HAVE_GSM_H=''
HAVE_LIBCDK_FALSE=''
HAVE_LIBCDK_TRUE='#'
HAVE_PCAP_FALSE=''
HAVE_PCAP_TRUE='#'
HAVE_SQLITE3_FALSE=''
HAVE_SQLITE3_TRUE='#'
HAVE_SYSTEMD_FALSE='#'
HAVE_SYSTEMD_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/usr/bin/ld -m elf_x86_64'
LDFLAGS=''
LIBBCG729_CFLAGS=''
LIBBCG729_LIBS=''
LIBOBJS=''
LIBOSMOABIS_CFLAGS='-I/usr/local/include/'
LIBOSMOABIS_LIBS='-L/usr/local/lib -losmoabis'
LIBOSMOCORE_CFLAGS='-pthread -I/usr/local/include/'
LIBOSMOCORE_LIBS='-L/usr/local/lib -ltalloc -losmocore'
LIBOSMOCTRL_CFLAGS='-I/usr/local/include/'
LIBOSMOCTRL_LIBS='-L/usr/local/lib -ltalloc -losmoctrl -losmogsm -losmocore'
LIBOSMOGB_CFLAGS='-fno-strict-aliasing -I/usr/local/include/'
LIBOSMOGB_LIBS='-L/usr/local/lib -ltalloc -losmogb -losmovty -losmocore'
LIBOSMOGSM_CFLAGS='-I/usr/local/include/'
LIBOSMOGSM_LIBS='-L/usr/local/lib -ltalloc -losmogsm -losmocore'
LIBOSMONETIF_CFLAGS='-I/usr/local/include/'
LIBOSMONETIF_LIBS='-L/usr/local/lib -losmonetif'
LIBOSMOSCCP_CFLAGS=''
LIBOSMOSCCP_LIBS=''
LIBOSMOVTY_CFLAGS='-I/usr/local/include/'
LIBOSMOVTY_LIBS='-L/usr/local/lib -ltalloc -losmovty -losmocore'
LIBRARY_DL='-ldl '
LIBRARY_GSM=''
LIBS=''
LIBSMPP34_CFLAGS=''
LIBSMPP34_LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
MAKEINFO='${SHELL} /home/cruise/openBSC/openbsc/openbsc/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/bin/mkdir -p'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OSMOTESTEXT_CHECK=''
OTOOL64=''
OTOOL=''
PACKAGE='openbsc'
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_NAME='openbsc'
PACKAGE_STRING='openbsc 1.3.2.2-d2550'
PACKAGE_TARNAME='openbsc'
PACKAGE_URL=''
PACKAGE_VERSION='1.3.2.2-d2550'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_INSTALLED='/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
PYTHON2_AVAIL=''
RANLIB='ranlib'
RELMAKE='-include osmo-release.mk'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
SQLITE3_CFLAGS=''
SQLITE3_LIBS=''
STRIP='strip'
SYMBOL_VISIBILITY='-fvisibility=hidden'
VERSION='1.3.2.2-d2550'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
found_sqlite3='no'
host='x86_64-pc-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/cruise/openBSC/openbsc/openbsc/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
osmo_ac_build_bsc='no'
osmo_ac_build_nat='no'
osmo_ac_build_smpp='no'
osmo_ac_mgcp_transcoding='no'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
systemdsystemunitdir='/lib/systemd/system'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "openbsc"
#define PACKAGE_TARNAME "openbsc"
#define PACKAGE_VERSION "1.3.2.2-d2550"
#define PACKAGE_STRING "openbsc 1.3.2.2-d2550"
#define PACKAGE_BUGREPORT "[email protected]"
#define PACKAGE_URL ""
#define PACKAGE "openbsc"
#define VERSION "1.3.2.2-d2550"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define STDC_HEADERS 1
#define HAVE_DBI_DBD_H 1
#define HAVE_TM_GMTOFF_IN_TM 1
configure: exit 0
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by osmo-trx configure 1.2.0.28-a714, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --enable-trx
## --------- ##
## Platform. ##
## --------- ##
hostname = cruise-P51s
uname -m = x86_64
uname -r = 5.3.0-46-generic
uname -s = Linux
uname -v = #38~18.04.1-Ubuntu SMP Tue Mar 31 04:17:56 UTC 2020
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /opt/jvm/jdk1.8.0_231/bin
PATH: /home/cruise/.local/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/games
PATH: /snap/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2649: checking build system type
configure:2663: result: x86_64-pc-linux-gnu
configure:2683: checking host system type
configure:2696: result: x86_64-pc-linux-gnu
configure:2716: checking target system type
configure:2729: result: x86_64-pc-linux-gnu
configure:2772: checking for a BSD-compatible install
configure:2840: result: /usr/bin/install -c
configure:2851: checking whether build environment is sane
configure:2906: result: yes
configure:3057: checking for a thread-safe mkdir -p
configure:3096: result: /bin/mkdir -p
configure:3103: checking for gawk
configure:3119: found /usr/bin/gawk
configure:3130: result: gawk
configure:3141: checking whether make sets $(MAKE)
configure:3163: result: yes
configure:3192: checking whether make supports nested variables
configure:3209: result: yes
configure:3347: checking whether make supports nested variables
configure:3364: result: yes
configure:3391: checking for style of include used by make
configure:3419: result: GNU
configure:3490: checking for gcc
configure:3506: found /usr/bin/gcc
configure:3517: result: gcc
configure:3746: checking for C compiler version
configure:3755: gcc --version >&5
gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3766: $? = 0
configure:3755: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.5.0-3ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)
configure:3766: $? = 0
configure:3755: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3766: $? = 1
configure:3755: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:3766: $? = 1
configure:3786: checking whether the C compiler works
configure:3808: gcc conftest.c >&5
configure:3812: $? = 0
configure:3860: result: yes
configure:3863: checking for C compiler default output file name
configure:3865: result: a.out
configure:3871: checking for suffix of executables
configure:3878: gcc -o conftest conftest.c >&5
configure:3882: $? = 0
configure:3904: result:
configure:3926: checking whether we are cross compiling
configure:3934: gcc -o conftest conftest.c >&5
configure:3938: $? = 0
configure:3945: ./conftest
configure:3949: $? = 0
configure:3964: result: no
configure:3969: checking for suffix of object files
configure:3991: gcc -c conftest.c >&5
configure:3995: $? = 0
configure:4016: result: o
configure:4020: checking whether we are using the GNU C compiler
configure:4039: gcc -c conftest.c >&5
configure:4039: $? = 0
configure:4048: result: yes
configure:4057: checking whether gcc accepts -g
configure:4077: gcc -c -g conftest.c >&5
configure:4077: $? = 0
configure:4118: result: yes
configure:4135: checking for gcc option to accept ISO C89
configure:4198: gcc -c -g -O2 conftest.c >&5
configure:4198: $? = 0
configure:4211: result: none needed
configure:4236: checking whether gcc understands -c and -o together
configure:4258: gcc -c conftest.c -o conftest2.o
configure:4261: $? = 0
configure:4258: gcc -c conftest.c -o conftest2.o
configure:4261: $? = 0
configure:4273: result: yes
configure:4292: checking dependency style of gcc
configure:4403: result: gcc3
configure:4427: checking dependency style of gcc
configure:4536: result: gcc3
configure:4599: checking for gcc
configure:4626: result: gcc
configure:4855: checking for C compiler version
configure:4864: gcc --version >&5
gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:4875: $? = 0
configure:4864: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.5.0-3ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)
configure:4875: $? = 0
configure:4864: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4875: $? = 1
configure:4864: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:4875: $? = 1
configure:4879: checking whether we are using the GNU C compiler
configure:4907: result: yes
configure:4916: checking whether gcc accepts -g
configure:4977: result: yes
configure:4994: checking for gcc option to accept ISO C89
configure:5070: result: none needed
configure:5095: checking whether gcc understands -c and -o together
configure:5132: result: yes
configure:5151: checking dependency style of gcc
configure:5262: result: gcc3
configure:5335: checking for g++
configure:5351: found /usr/bin/g++
configure:5362: result: g++
configure:5389: checking for C++ compiler version
configure:5398: g++ --version >&5
g++ (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:5409: $? = 0
configure:5398: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.5.0-3ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)
configure:5409: $? = 0
configure:5398: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:5409: $? = 1
configure:5398: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
g++: fatal error: no input files
compilation terminated.
configure:5409: $? = 1
configure:5413: checking whether we are using the GNU C++ compiler
configure:5432: g++ -c conftest.cpp >&5
configure:5432: $? = 0
configure:5441: result: yes
configure:5450: checking whether g++ accepts -g
configure:5470: g++ -c -g conftest.cpp >&5
configure:5470: $? = 0
configure:5511: result: yes
configure:5536: checking dependency style of g++
configure:5647: result: gcc3
configure:5670: checking whether g++ supports C++11 features by default
configure:5964: g++ -c -g -O2 conftest.cpp >&5
configure:5964: $? = 0
configure:5971: result: yes
configure:6648: checking whether ln -s works
configure:6652: result: yes
configure:6659: checking whether make sets $(MAKE)
configure:6681: result: yes
configure:6693: checking for rm
configure:6711: found /bin/rm
configure:6723: result: /bin/rm
configure:6752: checking for pkg-config
configure:6770: found /usr/bin/pkg-config
configure:6783: result: /usr/bin/pkg-config
configure:6849: checking for pkg-config
configure:6867: found /usr/bin/pkg-config
configure:6879: result: /usr/bin/pkg-config
configure:6904: checking pkg-config is at least version 0.20
configure:6907: result: yes
configure:7325: checking how to print strings
configure:7352: result: printf
configure:7373: checking for a sed that does not truncate output
configure:7437: result: /bin/sed
configure:7455: checking for grep that handles long lines and -e
configure:7513: result: /bin/grep
configure:7518: checking for egrep
configure:7580: result: /bin/grep -E
configure:7585: checking for fgrep
configure:7647: result: /bin/grep -F
configure:7682: checking for ld used by gcc
configure:7749: result: /usr/bin/ld
configure:7756: checking if the linker (/usr/bin/ld) is GNU ld
configure:7771: result: yes
configure:7783: checking for BSD- or MS-compatible name lister (nm)
configure:7837: result: /usr/bin/nm -B
configure:7967: checking the name lister (/usr/bin/nm -B) interface
configure:7974: g++ -c -g -O2 conftest.cpp >&5
configure:7977: /usr/bin/nm -B "conftest.o"
configure:7980: output
0000000000000000 B some_variable
configure:7987: result: BSD nm
configure:7991: checking the maximum length of command line arguments
configure:8122: result: 1572864
configure:8170: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format
configure:8210: result: func_convert_file_noop
configure:8217: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
configure:8237: result: func_convert_file_noop
configure:8244: checking for /usr/bin/ld option to reload object files
configure:8251: result: -r
configure:8325: checking for objdump
configure:8352: result: objdump
configure:8381: checking how to recognize dependent libraries
configure:8581: result: pass_all
configure:8666: checking for dlltool
configure:8693: result: dlltool
configure:8723: checking how to associate runtime and link libraries
configure:8750: result: printf %s\n
configure:8810: checking for ar
configure:8826: found /usr/bin/ar
configure:8837: result: ar
configure:8874: checking for archiver @FILE support
configure:8891: g++ -c -g -O2 conftest.cpp >&5
configure:8891: $? = 0
configure:8894: ar cru libconftest.a @conftest.lst >&5
ar: `u' modifier ignored since `D' is the default (see `U')
configure:8897: $? = 0
configure:8902: ar cru libconftest.a @conftest.lst >&5
ar: `u' modifier ignored since `D' is the default (see `U')
ar: conftest.o: No such file or directory
configure:8905: $? = 1
configure:8917: result: @
configure:8975: checking for strip
configure:8991: found /usr/bin/strip
configure:9002: result: strip
configure:9074: checking for ranlib
configure:9090: found /usr/bin/ranlib
configure:9101: result: ranlib
configure:9203: checking command to parse /usr/bin/nm -B output from gcc object
configure:9356: g++ -c -g -O2 conftest.cpp >&5
configure:9359: $? = 0
configure:9363: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:9366: $? = 0
configure:9432: g++ -o conftest -g -O2 conftest.cpp conftstm.o >&5
configure:9435: $? = 0
configure:9473: result: ok
configure:9520: checking for sysroot
configure:9550: result: no
configure:9557: checking for a working dd
configure:9595: result: /bin/dd
configure:9599: checking how to truncate binary pipes
configure:9614: result: /bin/dd bs=4096 count=1
configure:9751: g++ -c -g -O2 conftest.cpp >&5
configure:9754: $? = 0
configure:9944: checking for mt
configure:9960: found /bin/mt
configure:9971: result: mt
configure:9994: checking if mt is a manifest tool
configure:10000: mt '-?'
configure:10008: result: no
configure:10685: checking how to run the C preprocessor
configure:10716: gcc -E conftest.c
configure:10716: $? = 0
configure:10730: gcc -E conftest.c
conftest.c:12:10: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:10730: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "osmo-trx"
| #define PACKAGE_TARNAME "osmo-trx"
| #define PACKAGE_VERSION "1.2.0.28-a714"
| #define PACKAGE_STRING "osmo-trx 1.2.0.28-a714"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "osmo-trx"
| #define VERSION "1.2.0.28-a714"
| #define HAVE_CXX11 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:10755: result: gcc -E
configure:10775: gcc -E conftest.c
configure:10775: $? = 0
configure:10789: gcc -E conftest.c
conftest.c:12:10: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:10789: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "osmo-trx"
| #define PACKAGE_TARNAME "osmo-trx"
| #define PACKAGE_VERSION "1.2.0.28-a714"
| #define PACKAGE_STRING "osmo-trx 1.2.0.28-a714"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "osmo-trx"
| #define VERSION "1.2.0.28-a714"
| #define HAVE_CXX11 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:10818: checking for ANSI C header files
configure:10838: gcc -c -g -O2 conftest.c >&5
configure:10838: $? = 0
configure:10911: gcc -o conftest -g -O2 conftest.c >&5
configure:10911: $? = 0
configure:10911: ./conftest
configure:10911: $? = 0
configure:10922: result: yes
configure:10935: checking for sys/types.h
configure:10935: gcc -c -g -O2 conftest.c >&5
configure:10935: $? = 0
configure:10935: result: yes
configure:10935: checking for sys/stat.h
configure:10935: gcc -c -g -O2 conftest.c >&5
configure:10935: $? = 0
configure:10935: result: yes
configure:10935: checking for stdlib.h
configure:10935: gcc -c -g -O2 conftest.c >&5
configure:10935: $? = 0
configure:10935: result: yes
configure:10935: checking for string.h
configure:10935: gcc -c -g -O2 conftest.c >&5
configure:10935: $? = 0
configure:10935: result: yes
configure:10935: checking for memory.h
configure:10935: gcc -c -g -O2 conftest.c >&5
configure:10935: $? = 0
configure:10935: result: yes
configure:10935: checking for strings.h
configure:10935: gcc -c -g -O2 conftest.c >&5
configure:10935: $? = 0
configure:10935: result: yes
configure:10935: checking for inttypes.h
configure:10935: gcc -c -g -O2 conftest.c >&5
configure:10935: $? = 0
configure:10935: result: yes
configure:10935: checking for stdint.h
configure:10935: gcc -c -g -O2 conftest.c >&5
configure:10935: $? = 0
configure:10935: result: yes
configure:10935: checking for unistd.h
configure:10935: gcc -c -g -O2 conftest.c >&5
configure:10935: $? = 0
configure:10935: result: yes
configure:10949: checking for dlfcn.h
configure:10949: gcc -c -g -O2 conftest.c >&5
configure:10949: $? = 0
configure:10949: result: yes
configure:11153: checking for objdir
configure:11168: result: .libs
configure:11432: checking if gcc supports -fno-rtti -fno-exceptions
configure:11450: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
configure:11454: $? = 0
configure:11467: result: no
configure:11825: checking for gcc option to produce PIC
configure:11832: result: -fPIC -DPIC
configure:11840: checking if gcc PIC flag -fPIC -DPIC works
configure:11858: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
configure:11862: $? = 0
configure:11875: result: yes
configure:11904: checking if gcc static flag -static works
configure:11932: result: yes
configure:11947: checking if gcc supports -c -o file.o
configure:11968: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:11972: $? = 0
configure:11994: result: yes
configure:12002: checking if gcc supports -c -o file.o
configure:12049: result: yes
configure:12082: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:13345: result: yes
configure:13382: checking whether -lc should be explicitly linked in
configure:13390: gcc -c -g -O2 conftest.c >&5
configure:13393: $? = 0
configure:13408: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
configure:13411: $? = 0
configure:13425: result: no
configure:13585: checking dynamic linker characteristics
configure:14166: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
configure:14166: $? = 0
configure:14415: result: GNU/Linux ld.so
configure:14537: checking how to hardcode library paths into programs
configure:14562: result: immediate
configure:15110: checking whether stripping libraries is possible
configure:15115: result: yes
configure:15150: checking if libtool supports shared libraries
configure:15152: result: yes
configure:15155: checking whether to build shared libraries
configure:15180: result: yes
configure:15183: checking whether to build static libraries
configure:15187: result: no
configure:15210: checking how to run the C++ preprocessor
configure:15237: g++ -E conftest.cpp
configure:15237: $? = 0
configure:15251: g++ -E conftest.cpp
conftest.cpp:24:10: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:15251: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "osmo-trx"
| #define PACKAGE_TARNAME "osmo-trx"
| #define PACKAGE_VERSION "1.2.0.28-a714"
| #define PACKAGE_STRING "osmo-trx 1.2.0.28-a714"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "osmo-trx"
| #define VERSION "1.2.0.28-a714"
| #define HAVE_CXX11 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:15276: result: g++ -E
configure:15296: g++ -E conftest.cpp
configure:15296: $? = 0
configure:15310: g++ -E conftest.cpp
conftest.cpp:24:10: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:15310: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "osmo-trx"
| #define PACKAGE_TARNAME "osmo-trx"
| #define PACKAGE_VERSION "1.2.0.28-a714"
| #define PACKAGE_STRING "osmo-trx 1.2.0.28-a714"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "osmo-trx"
| #define VERSION "1.2.0.28-a714"
| #define HAVE_CXX11 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:15472: checking for ld used by g++
configure:15539: result: /usr/bin/ld -m elf_x86_64
configure:15546: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
configure:15561: result: yes
configure:15616: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:16689: result: yes
configure:16725: g++ -c -g -O2 conftest.cpp >&5
configure:16728: $? = 0
configure:17209: checking for g++ option to produce PIC
configure:17216: result: -fPIC -DPIC
configure:17224: checking if g++ PIC flag -fPIC -DPIC works
configure:17242: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
configure:17246: $? = 0
configure:17259: result: yes
configure:17282: checking if g++ static flag -static works
configure:17310: result: yes
configure:17322: checking if g++ supports -c -o file.o
configure:17343: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
configure:17347: $? = 0
configure:17369: result: yes
configure:17374: checking if g++ supports -c -o file.o
configure:17421: result: yes
configure:17451: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:17494: result: yes
configure:17635: checking dynamic linker characteristics
configure:18392: result: GNU/Linux ld.so
configure:18457: checking how to hardcode library paths into programs
configure:18482: result: immediate
configure:18545: checking for ANSI C header files
configure:18649: result: yes
configure:18659: checking byteswap.h usability
configure:18659: g++ -c -g -O2 conftest.cpp >&5
configure:18659: $? = 0
configure:18659: result: yes
configure:18659: checking byteswap.h presence
configure:18659: g++ -E conftest.cpp
configure:18659: $? = 0
configure:18659: result: yes
configure:18659: checking for byteswap.h
configure:18659: result: yes
configure:18670: checking for an ANSI C-conforming const
configure:18736: g++ -c -g -O2 conftest.cpp >&5
configure:18736: $? = 0
configure:18743: result: yes
configure:18751: checking for inline
configure:18767: g++ -c -g -O2 conftest.cpp >&5
configure:18767: $? = 0
configure:18775: result: inline
configure:18793: checking for size_t
configure:18793: g++ -c -g -O2 conftest.cpp >&5
configure:18793: $? = 0
configure:18793: g++ -c -g -O2 conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:62:20: error: expected primary-expression before ')' token
if (sizeof ((size_t)))
^
configure:18793: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "osmo-trx"
| #define PACKAGE_TARNAME "osmo-trx"
| #define PACKAGE_VERSION "1.2.0.28-a714"
| #define PACKAGE_STRING "osmo-trx 1.2.0.28-a714"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "osmo-trx"
| #define VERSION "1.2.0.28-a714"
| #define HAVE_CXX11 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_BYTESWAP_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:18793: result: yes
configure:18804: checking whether time.h and sys/time.h may both be included
configure:18824: g++ -c -g -O2 conftest.cpp >&5
configure:18824: $? = 0
configure:18831: result: yes
configure:18839: checking whether byte ordering is bigendian
configure:18854: g++ -c -g -O2 conftest.cpp >&5
conftest.cpp:28:9: error: expected unqualified-id before 'not' token
not a universal capable compiler
^~~
configure:18854: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "osmo-trx"
| #define PACKAGE_TARNAME "osmo-trx"
| #define PACKAGE_VERSION "1.2.0.28-a714"
| #define PACKAGE_STRING "osmo-trx 1.2.0.28-a714"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "osmo-trx"
| #define VERSION "1.2.0.28-a714"
| #define HAVE_CXX11 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_BYTESWAP_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h. */
| #ifndef __APPLE_CC__
| not a universal capable compiler
| #endif
| typedef int dummy;
|
configure:18899: g++ -c -g -O2 conftest.cpp >&5
configure:18899: $? = 0
configure:18917: g++ -c -g -O2 conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:34:8: error: 'big' was not declared in this scope
not big endian
^~~
configure:18917: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "osmo-trx"
| #define PACKAGE_TARNAME "osmo-trx"
| #define PACKAGE_VERSION "1.2.0.28-a714"
| #define PACKAGE_STRING "osmo-trx 1.2.0.28-a714"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "osmo-trx"
| #define VERSION "1.2.0.28-a714"
| #define HAVE_CXX11 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_BYTESWAP_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:19045: result: no
configure:19076: checking for gettid
configure:19076: gcc -o conftest -g -O2 -D_GNU_SOURCE conftest.c >&5
/tmp/ccPsKDSh.o: In function `main':
/home/cruise/openBSC/osmo-trx/conftest.c:61: undefined reference to `gettid'
collect2: error: ld returned 1 exit status
configure:19076: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "osmo-trx"
| #define PACKAGE_TARNAME "osmo-trx"
| #define PACKAGE_VERSION "1.2.0.28-a714"
| #define PACKAGE_STRING "osmo-trx 1.2.0.28-a714"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "osmo-trx"
| #define VERSION "1.2.0.28-a714"
| #define HAVE_CXX11 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_BYTESWAP_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h. */
| /* Define gettid to an innocuous variant, in case <limits.h> declares gettid.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define gettid innocuous_gettid
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char gettid (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef gettid
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char gettid ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_gettid || defined __stub___gettid
| choke me
| #endif
|
| int
| main ()
| {
| return gettid ();
| ;
| return 0;
| }
configure:19076: result: no
configure:19095: checking for LIBOSMOCORE
configure:19102: $PKG_CONFIG --exists --print-errors "libosmocore >= 1.3.0"
configure:19105: $? = 0
configure:19119: $PKG_CONFIG --exists --print-errors "libosmocore >= 1.3.0"
configure:19122: $? = 0
configure:19180: result: yes
configure:19186: checking for LIBOSMOVTY
configure:19193: $PKG_CONFIG --exists --print-errors "libosmovty >= 1.3.0"
configure:19196: $? = 0
configure:19210: $PKG_CONFIG --exists --print-errors "libosmovty >= 1.3.0"
configure:19213: $? = 0
configure:19271: result: yes
configure:19277: checking for LIBOSMOCTRL
configure:19284: $PKG_CONFIG --exists --print-errors "libosmoctrl >= 1.3.0"
configure:19287: $? = 0
configure:19301: $PKG_CONFIG --exists --print-errors "libosmoctrl >= 1.3.0"
configure:19304: $? = 0
configure:19362: result: yes
configure:19669: checking for UHD
configure:19676: $PKG_CONFIG --exists --print-errors "uhd >= 003.011"
configure:19679: $? = 0
configure:19693: $PKG_CONFIG --exists --print-errors "uhd >= 003.011"
configure:19696: $? = 0
configure:20244: result: yes
configure:20286: checking whether C++ compiler accepts -msse3
configure:20305: g++ -c -g -O2 -msse3 conftest.cpp >&5
configure:20305: $? = 0
configure:20313: result: yes
configure:20339: checking whether C++ compiler accepts -msse4.1
configure:20358: g++ -c -g -O2 -msse4.1 conftest.cpp >&5
configure:20358: $? = 0
configure:20366: result: yes
configure:20421: checking whether gcc has __builtin_cpu_supports built-in
configure:20442: g++ -o conftest -g -O2 conftest.cpp >&5
configure:20442: $? = 0
configure:20452: result: yes
configure:20472: checking whether gcc has __sync_fetch_and_and built-in
configure:20493: g++ -o conftest -g -O2 conftest.cpp >&5
configure:20493: $? = 0
configure:20503: result: yes
configure:20522: checking whether gcc has __sync_or_and_fetch built-in
configure:20543: g++ -o conftest -g -O2 conftest.cpp >&5
configure:20543: $? = 0
configure:20553: result: yes
configure:20622: checking for LIBUSB
configure:20629: $PKG_CONFIG --exists --print-errors "libusb-1.0"
configure:20632: $? = 0
configure:20646: $PKG_CONFIG --exists --print-errors "libusb-1.0"
configure:20649: $? = 0
configure:20707: result: yes
configure:20713: checking for FFTWF
configure:20720: $PKG_CONFIG --exists --print-errors "fftw3f"
configure:20723: $? = 0
configure:20737: $PKG_CONFIG --exists --print-errors "fftw3f"
configure:20740: $? = 0
configure:20798: result: yes
configure:20887: result: CPPFLAGS=""
configure:20889: result: CFLAGS="-g -O2"
configure:20891: result: CXXFLAGS="-g -O2"
configure:20893: result: LDFLAGS=""
configure:21009: checking that generated files are newer than configure
configure:21015: result: done
configure:21103: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by osmo-trx config.status 1.2.0.28-a714, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on cruise-P51s
config.status:1235: creating Makefile
config.status:1235: creating CommonLibs/Makefile
config.status:1235: creating GSM/Makefile
config.status:1235: creating Transceiver52M/Makefile
config.status:1235: creating Transceiver52M/arch/Makefile
config.status:1235: creating Transceiver52M/arch/common/Makefile
config.status:1235: creating Transceiver52M/arch/arm/Makefile
config.status:1235: creating Transceiver52M/arch/x86/Makefile
config.status:1235: creating Transceiver52M/device/Makefile
config.status:1235: creating Transceiver52M/device/common/Makefile
config.status:1235: creating Transceiver52M/device/uhd/Makefile
config.status:1235: creating Transceiver52M/device/usrp1/Makefile
config.status:1235: creating Transceiver52M/device/lms/Makefile
config.status:1235: creating tests/Makefile
config.status:1235: creating tests/CommonLibs/Makefile
config.status:1235: creating tests/Transceiver52M/Makefile
config.status:1235: creating doc/Makefile
config.status:1235: creating doc/examples/Makefile
config.status:1235: creating contrib/Makefile
config.status:1235: creating contrib/systemd/Makefile
config.status:1235: creating doc/manuals/Makefile
config.status:1235: creating config.h
config.status:1416: config.h is unchanged
config.status:1464: executing tests/atconfig commands
config.status:1464: executing depfiles commands
config.status:1464: executing libtool commands
configure:23556: WARNING: unrecognized options: --enable-trx
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCASFLAGS_set=
ac_cv_env_CCASFLAGS_value=
ac_cv_env_CCAS_set=
ac_cv_env_CCAS_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_FFTWF_CFLAGS_set=
ac_cv_env_FFTWF_CFLAGS_value=
ac_cv_env_FFTWF_LIBS_set=
ac_cv_env_FFTWF_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBOSMOCORE_CFLAGS_set=
ac_cv_env_LIBOSMOCORE_CFLAGS_value=
ac_cv_env_LIBOSMOCORE_LIBS_set=
ac_cv_env_LIBOSMOCORE_LIBS_value=
ac_cv_env_LIBOSMOCTRL_CFLAGS_set=
ac_cv_env_LIBOSMOCTRL_CFLAGS_value=
ac_cv_env_LIBOSMOCTRL_LIBS_set=
ac_cv_env_LIBOSMOCTRL_LIBS_value=
ac_cv_env_LIBOSMOVTY_CFLAGS_set=
ac_cv_env_LIBOSMOVTY_CFLAGS_value=
ac_cv_env_LIBOSMOVTY_LIBS_set=
ac_cv_env_LIBOSMOVTY_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LIBUSB_CFLAGS_set=
ac_cv_env_LIBUSB_CFLAGS_value=
ac_cv_env_LIBUSB_LIBS_set=
ac_cv_env_LIBUSB_LIBS_value=
ac_cv_env_LMS_CFLAGS_set=
ac_cv_env_LMS_CFLAGS_value=
ac_cv_env_LMS_LIBS_set=
ac_cv_env_LMS_LIBS_value=
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_OSMO_GSM_MANUALS_DIR_set=
ac_cv_env_OSMO_GSM_MANUALS_DIR_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_UHD_CFLAGS_set=
ac_cv_env_UHD_CFLAGS_value=
ac_cv_env_UHD_LIBS_set=
ac_cv_env_UHD_LIBS_value=
ac_cv_env_USRP_CFLAGS_set=
ac_cv_env_USRP_CFLAGS_value=
ac_cv_env_USRP_LIBS_set=
ac_cv_env_USRP_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_gettid=no
ac_cv_header_byteswap_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GREP=/bin/grep
ac_cv_path_PKG_CONFIG_INSTALLED=/usr/bin/pkg-config
ac_cv_path_RM_PROG=/bin/rm
ac_cv_path_SED=/bin/sed
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_lt_DD=/bin/dd
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_DLLTOOL=dlltool
ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_target=x86_64-pc-linux-gnu
ac_cv_type_size_t=yes
am_cv_CCAS_dependencies_compiler_type=gcc3
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
ax_cv_check_cxxflags___msse3=yes
ax_cv_check_cxxflags___msse4_1=yes
ax_cv_cxx_compile_cxx11=yes
ax_cv_support_sse3_ext=yes
ax_cv_support_sse41_ext=yes
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_compiler_static_works_CXX=yes
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_global_symbol_to_import=
lt_cv_sys_max_cmd_len=1572864
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
osmo_cv_cc_has___builtin_cpu_supports=yes
osmo_cv_cc_has___sync_fetch_and_and=yes
osmo_cv_cc_has___sync_or_and_fetch=yes
pkg_cv_FFTWF_CFLAGS=
pkg_cv_FFTWF_LIBS=-lfftw3f
pkg_cv_LIBOSMOCORE_CFLAGS='-pthread -I/usr/local/include/'
pkg_cv_LIBOSMOCORE_LIBS='-L/usr/local/lib -ltalloc -losmocore'
pkg_cv_LIBOSMOCTRL_CFLAGS=-I/usr/local/include/
pkg_cv_LIBOSMOCTRL_LIBS='-L/usr/local/lib -ltalloc -losmoctrl -losmogsm -losmocore'
pkg_cv_LIBOSMOVTY_CFLAGS=-I/usr/local/include/
pkg_cv_LIBOSMOVTY_LIBS='-L/usr/local/lib -ltalloc -losmovty -losmocore'
pkg_cv_LIBUSB_CFLAGS=-I/usr/include/libusb-1.0
pkg_cv_LIBUSB_LIBS=-lusb-1.0
pkg_cv_UHD_CFLAGS=-I/usr/local/include
pkg_cv_UHD_LIBS='-L/usr/local/lib -luhd -lboost_system'
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/cruise/openBSC/osmo-trx/missing aclocal-1.15'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AR='ar'
ARCH_ARM_A15_FALSE=''
ARCH_ARM_A15_TRUE='#'
ARCH_ARM_FALSE=''
ARCH_ARM_TRUE='#'
AS='as'
AUTOCONF='${SHELL} /home/cruise/openBSC/osmo-trx/missing autoconf'
AUTOHEADER='${SHELL} /home/cruise/openBSC/osmo-trx/missing autoheader'
AUTOMAKE='${SHELL} /home/cruise/openBSC/osmo-trx/missing automake-1.15'
AWK='gawk'
BUILD_MANUALS_FALSE=''
BUILD_MANUALS_TRUE='#'
CC='gcc'
CCAS='gcc'
CCASDEPMODE='depmode=gcc3'
CCASFLAGS='-g -O2'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DEVICE_LMS_FALSE=''
DEVICE_LMS_TRUE='#'
DEVICE_UHD_FALSE='#'
DEVICE_UHD_TRUE=''
DEVICE_USRP1_FALSE=''
DEVICE_USRP1_TRUE='#'
DLLTOOL='dlltool'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
FFTWF_CFLAGS=''
FFTWF_LIBS='-lfftw3f'
FGREP='/bin/grep -F'
GREP='/bin/grep'
HAVE_CXX11='1'
HAVE_SSE3_FALSE='#'
HAVE_SSE3_TRUE=''
HAVE_SSE4_1_FALSE='#'
HAVE_SSE4_1_TRUE=''
HAVE_SYSTEMD_FALSE='#'
HAVE_SYSTEMD_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/usr/bin/ld -m elf_x86_64'
LDFLAGS=''
LIBOBJS=''
LIBOSMOCORE_CFLAGS='-pthread -I/usr/local/include/'
LIBOSMOCORE_LIBS='-L/usr/local/lib -ltalloc -losmocore'
LIBOSMOCTRL_CFLAGS='-I/usr/local/include/'
LIBOSMOCTRL_LIBS='-L/usr/local/lib -ltalloc -losmoctrl -losmogsm -losmocore'
LIBOSMOVTY_CFLAGS='-I/usr/local/include/'
LIBOSMOVTY_LIBS='-L/usr/local/lib -ltalloc -losmovty -losmocore'
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBUSB_CFLAGS='-I/usr/include/libusb-1.0'
LIBUSB_LIBS='-lusb-1.0'
LIPO=''
LMS_CFLAGS=''
LMS_LIBS=''
LN_S='ln -s'
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
MAKEINFO='${SHELL} /home/cruise/openBSC/osmo-trx/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/bin/mkdir -p'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OSMO_GSM_MANUALS_DIR=''
OTOOL64=''
OTOOL=''
PACKAGE='osmo-trx'
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_NAME='osmo-trx'
PACKAGE_STRING='osmo-trx 1.2.0.28-a714'
PACKAGE_TARNAME='osmo-trx'
PACKAGE_URL=''
PACKAGE_VERSION='1.2.0.28-a714'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_INSTALLED='/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
RANLIB='ranlib'
RELMAKE='-include osmo-release.mk'
RM_PROG='/bin/rm'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
SIMD_FLAGS=' -msse3 -msse4.1'
STRIP='strip'
UHD_CFLAGS='-I/usr/local/include'
UHD_LIBS='-L/usr/local/lib -luhd -lboost_system'
USRP_CFLAGS=''
USRP_LIBS=''
VERSION='1.2.0.28-a714'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCCAS_FALSE='#'
am__fastdepCCAS_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-pc-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/cruise/openBSC/osmo-trx/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
systemdsystemunitdir='/lib/systemd/system'
target='x86_64-pc-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='pc'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "osmo-trx"
#define PACKAGE_TARNAME "osmo-trx"
#define PACKAGE_VERSION "1.2.0.28-a714"
#define PACKAGE_STRING "osmo-trx 1.2.0.28-a714"
#define PACKAGE_BUGREPORT "[email protected]"
#define PACKAGE_URL ""
#define PACKAGE "osmo-trx"
#define VERSION "1.2.0.28-a714"
#define HAVE_CXX11 1
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define STDC_HEADERS 1
#define HAVE_BYTESWAP_H 1
#define TIME_WITH_SYS_TIME 1
#define USE_UHD_3_11 1
#define HAVE_SSE3 /**/
#define HAVE_SSE4_1 /**/
#define HAVE___BUILTIN_CPU_SUPPORTS 1
#define HAVE___SYNC_FETCH_AND_AND 1
#define HAVE___SYNC_OR_AND_FETCH 1
#define HAVE_ATOMIC_OPS 1
configure: exit 0
! ! OsmoBTS (1.2.0.46-40fb) configuration saved from vty !! ! log stderr logging filter all 1 logging color 1 logging print category-hex 1 logging print category 0 logging timestamp 0 logging print file 1 logging level rsl notice logging level oml notice logging level rll notice logging level rr notice logging level meas error logging level pag error logging level l1c error logging level l1p error logging level dsp error logging level pcu notice logging level ho notice logging level trx notice logging level loop notice logging level abis error logging level rtp notice logging level sum notice logging level lglobal notice logging level llapd notice logging level linp notice logging level lmux notice logging level lmi notice logging level lmib notice logging level lsms notice logging level lctrl notice logging level lgtp notice logging level lstats notice logging level lgsup notice logging level loap notice logging level lss7 notice logging level lsccp notice logging level lsua notice logging level lm3ua notice logging level lmgcp notice logging level ljibuf notice logging level lrspro notice ! stats interval 5 ! line vty no login ! e1_input e1_line 0 driver ipa e1_line 0 port 0 no e1_line 0 keepalive phy 0 osmotrx ip local 127.0.0.1 osmotrx ip remote 127.0.0.1 osmotrx base-port local 5800 osmotrx base-port remote 5700 osmotrx fn-advance 20 osmotrx rts-advance 5 instance 0 bts 0 band DCS1800 ipa unit-id 6969 0 oml remote-ip 192.168.122.1 rtp jitter-buffer 100 rtp port-range 16384 17407 paging queue-size 200 paging lifetime 0 uplink-power-target -75 gsmtap-sapi ccch gsmtap-sapi pdtch min-qual-rach 50 min-qual-norm -5 max-ber10k-rach 1707 smscb queue-max-length 15 smscb queue-target-length 2 smscb queue-hysteresis 2 trx 0 power-ramp max-initial 5000 mdBm power-ramp step-size 1000 mdB power-ramp step-interval 2 ms-power-control osmo phy 0 instance 0
!
! OpenBSC configuration saved from vty
! !
password foo
!
line vty
no login
!
e1_input
e1_line 0 driver ipa
network
network country code 1
mobile network code 1
short name OpenBSC
long name OpenBSC
auth policy closed
location updating reject cause 13
encryption a5 0
neci 1
rrlp mode none
mm info 1
handover 0
handover window rxlev averaging 10
handover window rxqual averaging 1
handover window rxlev neighbor averaging 10
handover power budget interval 6
handover power budget hysteresis 3
handover maximum distance 9999
bts 0
type sysmobts
band DCS1800
cell_identity 0
location_area_code 1
training_sequence_code 7
base_station_id_code 63
ms max power 15
cell reselection hysteresis 4
rxlev access min 0
channel allocator ascending
rach tx integer 9
rach max transmission 7
ip.access unit_id 1801 0
oml ip.access stream_id 255 line 0
gprs mode none
trx 0
rf_locked 0
arfcn 514
nominal power 23
max_power_red 20
rsl e1 tei 0
timeslot 0
phys_chan_config CCCH+SDCCH4
timeslot 1
phys_chan_config SDCCH8
timeslot 2
phys_chan_config TCH/F
timeslot 3
phys_chan_config TCH/F
timeslot 4
phys_chan_config TCH/F
timeslot 5
phys_chan_config TCH/F
timeslot 6
phys_chan_config TCH/F
timeslot 7
phys_chan_config TCH/F
osmo-openbsc.pcap
Description: application/vnd.tcpdump.pcap
log stderr logging filter all 1 logging color 1 logging print category 1 logging timestamp 1 logging print file basename logging level set-all info ! line vty no login ! trx bind-ip 127.0.0.1 remote-ip 127.0.0.1 egprs disable ! 28 dB offset below is valid only for the B2xx in 1800 MHz band, see ! https://osmocom.org/issues/4468 for more details rssi-offset 28.000000 tx-sps 4 rx-sps 4 clock-ref external rt-prio 18 chan 0
