1. CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /home/hcx/osmocom/airprobe/gsm-receiver/missing --run aclocal-1.11 -I config
  2.  cd . && /bin/sh /home/hcx/osmocom/airprobe/gsm-receiver/missing --run automake-1.11 --gnu
  3. CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /home/hcx/osmocom/airprobe/gsm-receiver/missing --run autoconf
  4. /bin/sh ./config.status --recheck
  5. running CONFIG_SHELL=/bin/sh /bin/sh ./configure --no-create --no-recursion
  6. checking build system type... i686-pc-linux-gnu
  7. checking host system type... i686-pc-linux-gnu
  8. checking target system type... i686-pc-linux-gnu
  9. checking for a BSD-compatible install... /usr/bin/install -c
  10. checking whether build environment is sane... yes
  11. checking for a thread-safe mkdir -p... /bin/mkdir -p
  12. checking for gawk... gawk
  13. checking whether make sets $(MAKE)... yes
  14. checking for style of include used by make... GNU
  15. checking for gcc... gcc
  16. checking whether the C compiler works... yes
  17. checking for C compiler default output file name... a.out
  18. checking for suffix of executables...
  19. checking whether we are cross compiling... no
  20. checking for suffix of object files... o
  21. checking whether we are using the GNU C compiler... yes
  22. checking whether gcc accepts -g... yes
  23. checking for gcc option to accept ISO C89... none needed
  24. checking dependency style of gcc... gcc3
  25. checking how to run the C preprocessor... gcc -E
  26. checking for grep that handles long lines and -e... /bin/grep
  27. checking for egrep... /bin/grep -E
  28. checking for ANSI C header files... yes
  29. checking for sys/types.h... yes
  30. checking for sys/stat.h... yes
  31. checking for stdlib.h... yes
  32. checking for string.h... yes
  33. checking for memory.h... yes
  34. checking for strings.h... yes
  35. checking for inttypes.h... yes
  36. checking for stdint.h... yes
  37. checking for unistd.h... yes
  38. checking minix/config.h usability... no
  39. checking minix/config.h presence... no
  40. checking for minix/config.h... no
  41. checking whether it is safe to define __EXTENSIONS__... yes
  42. checking for library containing strerror... none required
  43. checking for g++... g++
  44. checking whether we are using the GNU C++ compiler... yes
  45. checking whether g++ accepts -g... yes
  46. checking dependency style of g++... gcc3
  47. checking how to run the C++ preprocessor... g++ -E
  48. checking whether C++ has std::isnan... yes
  49. checking gr_libdir_suffix...
  50. checking whether to append 64 to libdir... no
  51. checking whether user wants warnings... yes
  52. checking whether gcc accepts -Wall... yes
  53. checking whether g++ accepts -Wall... yes
  54. checking whether g++ accepts -Woverloaded-virtual... yes
  55. checking whether user wants gprof... no
  56. checking whether user wants prof... no
  57. checking dependency style of gcc... gcc3
  58. checking whether ln -s works... yes
  59. checking whether make sets $(MAKE)... (cached) yes
  60. checking for rm... /bin/rm
  61. checking for a sed that does not truncate output... /bin/sed
  62. checking for fgrep... /bin/grep -F
  63. checking for ld used by gcc... /usr/bin/ld
  64. checking if the linker (/usr/bin/ld) is GNU ld... yes
  65. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  66. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  67. checking the maximum length of command line arguments... 805306365
  68. checking whether the shell understands some XSI constructs... yes
  69. checking whether the shell understands "+="... yes
  70. checking for /usr/bin/ld option to reload object files... -r
  71. checking for objdump... objdump
  72. checking how to recognize dependent libraries... pass_all
  73. checking for ar... ar
  74. checking for strip... strip
  75. checking for ranlib... ranlib
  76. checking command to parse /usr/bin/nm -B output from gcc object... ok
  77. checking for dlfcn.h... yes
  78. checking whether we are using the GNU C++ compiler... (cached) yes
  79. checking whether g++ accepts -g... (cached) yes
  80. checking dependency style of g++... (cached) gcc3
  81. checking how to run the C++ preprocessor... g++ -E
  82. checking for objdir... .libs
  83. checking if gcc supports -fno-rtti -fno-exceptions... no
  84. checking for gcc option to produce PIC... -fPIC -DPIC
  85. checking if gcc PIC flag -fPIC -DPIC works... yes
  86. checking if gcc static flag -static works... yes
  87. checking if gcc supports -c -o file.o... yes
  88. checking if gcc supports -c -o file.o... (cached) yes
  89. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  90. checking whether -lc should be explicitly linked in... no
  91. checking dynamic linker characteristics... GNU/Linux ld.so
  92. checking how to hardcode library paths into programs... immediate
  93. checking whether stripping libraries is possible... yes
  94. checking if libtool supports shared libraries... yes
  95. checking whether to build shared libraries... yes
  96. checking whether to build static libraries... no
  97. checking for ld used by g++... /usr/bin/ld
  98. checking if the linker (/usr/bin/ld) is GNU ld... yes
  99. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  100. checking for g++ option to produce PIC... -fPIC -DPIC
  101. checking if g++ PIC flag -fPIC -DPIC works... yes
  102. checking if g++ static flag -static works... yes
  103. checking if g++ supports -c -o file.o... yes
  104. checking if g++ supports -c -o file.o... (cached) yes
  105. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  106. checking dynamic linker characteristics... GNU/Linux ld.so
  107. checking how to hardcode library paths into programs... immediate
  108. checking for python... /usr/bin/python
  109. checking for python version... 2.6
  110. checking for python platform... linux2
  111. checking for python script directory... ${prefix}/lib/python2.6/dist-packages
  112. checking for python extension module directory... ${exec_prefix}/lib/python2.6/dist-packages
  113. checking for Python include path... /usr/include/python2.6
  114. checking Python.h usability... yes
  115. checking Python.h presence... yes
  116. checking for Python.h... yes
  117. checking for swig... /usr/bin/swig
  118. checking for SWIG version... 1.3.40
  119. checking for ANSI C header files... (cached) yes
  120. checking for an ANSI C-conforming const... yes
  121. checking for inline... inline
  122. checking for size_t... yes
  123. checking whether time.h and sys/time.h may both be included... yes
  124. checking whether byte ordering is bigendian... no
  125. checking for sys/types.h... (cached) yes
  126. checking fcntl.h usability... yes
  127. checking fcntl.h presence... yes
  128. checking for fcntl.h... yes
  129. checking io.h usability... no
  130. checking io.h presence... no
  131. checking for io.h... no
  132. checking windows.h usability... no
  133. checking windows.h presence... no
  134. checking for windows.h... no
  135. checking for winioctl.h... no
  136. checking for winbase.h... no
  137. checking for getopt... yes
  138. checking for usleep... yes
  139. checking for gettimeofday... yes
  140. checking for nanosleep... yes
  141. checking for rand... yes
  142. checking for srand... yes
  143. checking for random... yes
  144. checking for srandom... yes
  145. checking for sleep... yes
  146. checking for sigaction... yes
  147. checking for struct timezone... yes
  148. checking for struct timespec... yes
  149. checking for ssize_t... yes
  150. checking for getopt... (cached) yes
  151. checking for usleep... (cached) yes
  152. checking for gettimeofday... (cached) yes
  153. checking for Sleep... no
  154. checking whether mkdir accepts only one arg... no
  155. checking for xmlto... no
  156. checking for pkg-config... /usr/bin/pkg-config
  157. checking pkg-config is at least version 0.18... yes
  158. checking for GNURADIO_CORE... yes
  159. checking for LIBOSMOCORE... yes
  160. configure: creating ./config.status
  161.  /bin/sh ./config.status
  162. config.status: creating Makefile
  163. config.status: creating config/Makefile
  164. config.status: creating src/Makefile
  165. config.status: creating src/lib/Makefile
  166. config.status: creating src/lib/decoder/Makefile
  167. config.status: creating src/lib/decoder/openbtsstuff/Makefile
  168. config.status: creating src/python/Makefile
  169. config.status: creating gsm-receiver.pc
  170. config.status: creating config.h
  171. config.status: config.h is unchanged
  172. config.status: executing depfiles commands
  173. config.status: executing libtool commands
  174. (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /home/hcx/osmocom/airprobe/gsm-receiver/missing --run autoheader)
  175. rm -f stamp-h1
  176. touch config.h.in
  177. cd . && /bin/sh ./config.status config.h
  178. config.status: creating config.h
  179. config.status: config.h is unchanged
  180. make  all-recursive
  181. make[1]: Entering directory `/home/hcx/osmocom/airprobe/gsm-receiver'
  182. Making all in config
  183. make[2]: Entering directory `/home/hcx/osmocom/airprobe/gsm-receiver/config'
  184. make[2]: Nothing to be done for `all'.
  185. make[2]: Leaving directory `/home/hcx/osmocom/airprobe/gsm-receiver/config'
  186. Making all in src
  187. make[2]: Entering directory `/home/hcx/osmocom/airprobe/gsm-receiver/src'
  188. Making all in lib
  189. make[3]: Entering directory `/home/hcx/osmocom/airprobe/gsm-receiver/src/lib'
  190. Making all in decoder
  191. make[4]: Entering directory `/home/hcx/osmocom/airprobe/gsm-receiver/src/lib/decoder'
  192. Making all in openbtsstuff
  193. make[5]: Entering directory `/home/hcx/osmocom/airprobe/gsm-receiver/src/lib/decoder/openbtsstuff'
  194. make[5]: Nothing to be done for `all'.
  195. make[5]: Leaving directory `/home/hcx/osmocom/airprobe/gsm-receiver/src/lib/decoder/openbtsstuff'
  196. make[5]: Entering directory `/home/hcx/osmocom/airprobe/gsm-receiver/src/lib/decoder'
  197. make[5]: Nothing to be done for `all-am'.
  198. make[5]: Leaving directory `/home/hcx/osmocom/airprobe/gsm-receiver/src/lib/decoder'
  199. make[4]: Leaving directory `/home/hcx/osmocom/airprobe/gsm-receiver/src/lib/decoder'
  200. make[4]: Entering directory `/home/hcx/osmocom/airprobe/gsm-receiver/src/lib'
  201. trap 'rm -rf .deps/gsm-generate-*' 1 2 13 15; \
  202.     if mkdir .deps/gsm-generate-lock 2>/dev/null; then \
  203.         rm -f .deps/gsm-generate-stamp; \
  204.         make  .deps/gsm-generate-stamp WHAT=gsm.i; \
  205.         rmdir .deps/gsm-generate-lock; \
  206.     else \
  207.         while test -d .deps/gsm-generate-lock; do \
  208.             sleep 1; \
  209.         done; \
  210.         test -f .deps/gsm-generate-stamp; \
  211.         exit $?; \
  212.     fi;
  213. make[5]: Entering directory `/home/hcx/osmocom/airprobe/gsm-receiver/src/lib'
  214. if /usr/bin/swig -c++ -fvirtual -python -modern -keyword -w511 -outdir . -I -I -I/usr/local/include/gnuradio -I/usr/local/include/gnuradio/swig -I/usr/local/include/   -I../../src/lib/decoder/openbtsstuff    \
  215.         -MD -MF .deps/gsm.Std \
  216.         -module gsm -o gsm.cc gsm.i; then \
  217.         if test linux-gnu = mingw32; then \
  218.         /bin/rm -f .deps/gsm.Sd; \
  219.         /bin/sed 's,\\\\,/,g' < .deps/gsm.Std \
  220.             > .deps/gsm.Sd; \
  221.         /bin/rm -f .deps/gsm.Std; \
  222.          .deps/gsm.Sd .deps/gsm.Std; \
  223.         fi; \
  224.     else \
  225.         /bin/rm -f .deps/gsm.S*; exit 1; \
  226.     fi;
  227. make[5]: Leaving directory `/home/hcx/osmocom/airprobe/gsm-receiver/src/lib'
  228. /bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../..  -I -I -I/usr/local/include/gnuradio -I/usr/local/include/gnuradio/swig -I/usr/local/include/   -I../../src/lib/decoder/openbtsstuff -I/usr/include/python2.6  -I/usr/local/include/gnuradio -I/usr/local/include  -g -O1 -Wno-strict-aliasing -Wno-parentheses  -g -O2 -Wall -Woverloaded-virtual -MT _gsm_la-gsm.lo -MD -MP -MF .deps/_gsm_la-gsm.Tpo -c -o _gsm_la-gsm.lo `test -f 'gsm.cc' || echo './'`gsm.cc
  229. libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -I -I -I/usr/local/include/gnuradio -I/usr/local/include/gnuradio/swig -I/usr/local/include/ -I../../src/lib/decoder/openbtsstuff -I/usr/include/python2.6 -I/usr/local/include/gnuradio -I/usr/local/include -g -O1 -Wno-strict-aliasing -Wno-parentheses -g -O2 -Wall -Woverloaded-virtual -MT _gsm_la-gsm.lo -MD -MP -MF .deps/_gsm_la-gsm.Tpo -c ./gsm.cc  -fPIC -DPIC -o .libs/_gsm_la-gsm.o
  230. make[4]: Leaving directory `/home/hcx/osmocom/airprobe/gsm-receiver/src/lib'
  231. make[3]: Leaving directory `/home/hcx/osmocom/airprobe/gsm-receiver/src/lib'
  232. make[2]: Leaving directory `/home/hcx/osmocom/airprobe/gsm-receiver/src'
  233. make[1]: Leaving directory `/home/hcx/osmocom/airprobe/gsm-receiver'