Guest User

Untitled

a guest
Dec 29th, 2020
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 98.01 KB | None | 0 0
  1. --<root@3df9235f-6db9-e525-b759-cc68ad7a8ade>-(/data/chroot/dev-trunk-x86_64)-</data/pkgsrc/geography/gpsd>--
  2. -> cat distinfo
  3. $NetBSD: distinfo,v 1.26 2020/08/18 17:37:48 gdt Exp $
  4.  
  5. SHA1 (gpsd-3.21.tar.gz) = f32d7b18c7be98c4a1385af789b61be55a64c433
  6. RMD160 (gpsd-3.21.tar.gz) = 3c521009854e2ae19bcd4f7fb0f0c33c334bcbc5
  7. SHA512 (gpsd-3.21.tar.gz) = 7fbff3698a44ef24ce4631f1d0c5192b70c2e47f28e61372d8d0c437a6b4aeee459b08dcd69d9dc02bbda7b56949fd01ac57460fb922b5f807455f4ab3e91f2d
  8. Size (gpsd-3.21.tar.gz) = 3984157 bytes
  9. SHA1 (patch-serial.c) = 2f947976a7df43789c9d06d2f6b3f6c652f36aa0
  10. SHA1 (patch-gpsd.h) = 140862d581fa1c605254063011bca13861910af4
  11. SHA1 (patch-gpspipe.c) = 59b897d1642365612833924a74bf82c251beeadf
  12. --<root@3df9235f-6db9-e525-b759-cc68ad7a8ade>-(/data/chroot/dev-trunk-x86_64)-</data/pkgsrc/geography/gpsd>--
  13. -> cat patches/patch-serial.c
  14. --- serial.c-orig Tue Dec 29 05:16:05 2020
  15. +++ serial.c Tue Dec 29 05:17:32 2020
  16. @@ -178,7 +178,7 @@
  17. session->reawake = (time_t)0;
  18. }
  19.  
  20. -#if !defined(HAVE_CFMAKERAW)
  21. +#if !defined(HAVE_CFMAKERAW) || defined(__sun)
  22. /*
  23. * Local implementation of cfmakeraw (which is not specified by
  24. * POSIX; see matching declaration in gpsd.h).
  25. @@ -187,7 +187,7 @@
  26. void cfmakeraw(struct termios *termios_p)
  27. {
  28. termios_p->c_iflag &=
  29. - ~(IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | IGNCR | ICRNL | IXON);
  30. + ~(IMAXBEL | IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | IGNCR | ICRNL | IXON);
  31. termios_p->c_oflag &= ~OPOST;
  32. termios_p->c_lflag &= ~(ECHO | ECHONL | ICANON | ISIG | IEXTEN);
  33. termios_p->c_cflag &= ~(CSIZE | PARENB);
  34. --<root@3df9235f-6db9-e525-b759-cc68ad7a8ade>-(/data/chroot/dev-trunk-x86_64)-</data/pkgsrc/geography/gpsd>--
  35. -> cat patches/gpsd.h
  36. cat: cannot open patches/gpsd.h: No such file or directory
  37. --<root@3df9235f-6db9-e525-b759-cc68ad7a8ade>-(/data/chroot/dev-trunk-x86_64)-</data/pkgsrc/geography/gpsd>--
  38. -> cat patches/patch-gpsd.h
  39. --- gpsd.h-orig Tue Dec 29 05:25:00 2020
  40. +++ gpsd.h Tue Dec 29 05:25:50 2020
  41. @@ -1077,7 +1077,7 @@
  42. #define NAN (0.0f/0.0f)
  43. #endif
  44.  
  45. -#if !defined(HAVE_CFMAKERAW)
  46. +#if !defined(HAVE_CFMAKERAW) || defined(__sun)
  47. /*
  48. * POSIX does not specify cfmakeraw, but it is pretty common. We
  49. * provide an implementation in serial.c for systems that lack it.
  50. --<root@3df9235f-6db9-e525-b759-cc68ad7a8ade>-(/data/chroot/dev-trunk-x86_64)-</data/pkgsrc/geography/gpsd>--
  51. -> cat patches/patch-serial.c
  52. --- serial.c-orig Tue Dec 29 05:16:05 2020
  53. +++ serial.c Tue Dec 29 05:17:32 2020
  54. @@ -178,7 +178,7 @@
  55. session->reawake = (time_t)0;
  56. }
  57.  
  58. -#if !defined(HAVE_CFMAKERAW)
  59. +#if !defined(HAVE_CFMAKERAW) || defined(__sun)
  60. /*
  61. * Local implementation of cfmakeraw (which is not specified by
  62. * POSIX; see matching declaration in gpsd.h).
  63. @@ -187,7 +187,7 @@
  64. void cfmakeraw(struct termios *termios_p)
  65. {
  66. termios_p->c_iflag &=
  67. - ~(IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | IGNCR | ICRNL | IXON);
  68. + ~(IMAXBEL | IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | IGNCR | ICRNL | IXON);
  69. termios_p->c_oflag &= ~OPOST;
  70. termios_p->c_lflag &= ~(ECHO | ECHONL | ICANON | ISIG | IEXTEN);
  71. termios_p->c_cflag &= ~(CSIZE | PARENB);
  72. --<root@3df9235f-6db9-e525-b759-cc68ad7a8ade>-(/data/chroot/dev-trunk-x86_64)-</data/pkgsrc/geography/gpsd>--
  73. ->
  74. --<root@3df9235f-6db9-e525-b759-cc68ad7a8ade>-(/data/chroot/dev-trunk-x86_64)-</data/pkgsrc/geography/gpsd>--
  75. ->
  76.  
  77.  
  78.  
  79.  
  80. --<root@3df9235f-6db9-e525-b759-cc68ad7a8ade>-(/data/chroot/dev-trunk-x86_64)-</data/pkgsrc/geography/gpsd>--
  81. -> bmake
  82. => Bootstrap dependency digest>=20010302: found digest-20190127
  83. => Checksum SHA1 OK for gpsd-3.21.tar.gz
  84. => Checksum RMD160 OK for gpsd-3.21.tar.gz
  85. => Checksum SHA512 OK for gpsd-3.21.tar.gz
  86. ===> Installing dependencies for gpsd-3.21nb1
  87. ==========================================================================
  88. The following variables will affect the build process of this package,
  89. gpsd-3.21nb1. Their current value is shown below:
  90.  
  91. * PYTHON_VERSION_DEFAULT = 37
  92.  
  93. Based on these variables, the following variables have been set:
  94.  
  95. * PYPACKAGE = python37
  96.  
  97. You may want to abort the process now with CTRL-C and change their value
  98. before continuing. Be sure to run `/opt/local/bin/bmake clean' after
  99. the changes.
  100. ==========================================================================
  101. => Tool dependency glib2-tools-[0-9]*: found glib2-tools-2.66.3nb1
  102. => Tool dependency libtool-base>=2.4.2nb9: found libtool-base-2.4.6nb2
  103. => Tool dependency gmake>=3.81: found gmake-4.2.1nb1
  104. => Tool dependency pkgconf-[0-9]*: found pkgconf-1.7.3
  105. => Tool dependency checkperms>=1.1: found checkperms-1.12
  106. => Build dependency libxslt-[0-9]*: found libxslt-1.1.34nb4
  107. => Build dependency py37-scons>=3.0.2: found py37-scons-3.1.2
  108. => Build dependency xcb-proto>=1.4: found xcb-proto-1.14.1nb1
  109. => Build dependency xorgproto>=2016.1: found xorgproto-2020.1
  110. => Build dependency gcc9>=9.3.0: found gcc9-9.3.0
  111. => Build dependency cwrappers>=20150314: found cwrappers-20180325
  112. => Full dependency py37-gobject3-[0-9]*: found py37-gobject3-3.36.1nb1
  113. => Full dependency py37-serial-[0-9]*: found py37-serial-3.5
  114. => Full dependency python37>=3.7.0: found python37-3.7.9nb2
  115. => Full dependency libusb1>=1.0.9: found libusb1-1.0.23nb1
  116. => Full dependency py37-cairo>=1.18.2nb1: found py37-cairo-1.20.0
  117. => Full dependency gtk3+>=3.24.22nb1: found gtk3+-3.24.23
  118. => Full dependency ncurses>=6.0: found ncurses-6.2nb2
  119. => Full dependency gcc9-libs>=9.3.0: found gcc9-libs-9.3.0
  120. ===> Overriding tools for gpsd-3.21nb1
  121. ===> Extracting for gpsd-3.21nb1
  122. ===> Patching for gpsd-3.21nb1
  123. => Applying pkgsrc patches for gpsd-3.21nb1
  124. => Verifying /data/pkgsrc/geography/gpsd/patches/patch-gpsd.h
  125. => Applying pkgsrc patch /data/pkgsrc/geography/gpsd/patches/patch-gpsd.h
  126. Hmm... Looks like a unified diff to me...
  127. The text leading up to this was:
  128. --------------------------
  129. |--- gpsd.h-orig Tue Dec 29 05:25:00 2020
  130. |+++ gpsd.h Tue Dec 29 05:25:50 2020
  131. --------------------------
  132. Patching file gpsd.h using Plan A...
  133. Hunk #1 succeeded at 1077.
  134. done
  135. => Verifying /data/pkgsrc/geography/gpsd/patches/patch-gpspipe.c
  136. => Applying pkgsrc patch /data/pkgsrc/geography/gpsd/patches/patch-gpspipe.c
  137. Hmm... Looks like a unified diff to me...
  138. The text leading up to this was:
  139. --------------------------
  140. |--- gpspipe.c-orig Tue Dec 29 05:30:39 2020
  141. |+++ gpspipe.c Tue Dec 29 05:32:35 2020
  142. --------------------------
  143. Patching file gpspipe.c using Plan A...
  144. Hunk #1 succeeded at 85.
  145. done
  146. => Verifying /data/pkgsrc/geography/gpsd/patches/patch-serial.c
  147. => Applying pkgsrc patch /data/pkgsrc/geography/gpsd/patches/patch-serial.c
  148. Hmm... Looks like a unified diff to me...
  149. The text leading up to this was:
  150. --------------------------
  151. |--- serial.c-orig Tue Dec 29 05:16:05 2020
  152. |+++ serial.c Tue Dec 29 05:17:32 2020
  153. --------------------------
  154. Patching file serial.c using Plan A...
  155. Hunk #1 succeeded at 178.
  156. Hunk #2 succeeded at 187.
  157. done
  158. ===> Creating toolchain wrappers for gpsd-3.21nb1
  159. ===> Building for gpsd-3.21nb1
  160. => Fixing Python path in test script
  161. cd /home/pbulk/build/geography/gpsd/work/gpsd-3.21 && /usr/bin/env USETOOLS=no PTHREAD_CFLAGS=\ -pthread\ PTHREAD_LDFLAGS=\ -pthread PTHREAD_LIBS=-lpthread\ -lrt PTHREADBASE=/usr DL_CFLAGS= DL_LDFLAGS= DL_LIBS= PYTHON=/opt/local/bin/python3.7 CC=gcc CFLAGS=-pipe\ -O2\ -msave-args\ -fno-aggressive-loop-optimizations\ -DLOG_PERROR=0\ -D_FORTIFY_SOURCE=2\ -I/usr/include\ -I/opt/local/include/python3.7\ -I/opt/local/include\ -I/opt/local/include/freetype2\ -I/opt/local/include/glib-2.0\ -I/opt/local/include/gio-unix-2.0\ -I/opt/local/lib/glib-2.0/include\ -I/opt/local/include/harfbuzz\ -I/opt/local/include/libdrm\ -I/opt/local/include/ncurses CPPFLAGS=-I/usr/include\ -I/opt/local/include/python3.7\ -I/opt/local/include\ -I/opt/local/include/freetype2\ -I/opt/local/include/glib-2.0\ -I/opt/local/include/gio-unix-2.0\ -I/opt/local/lib/glib-2.0/include\ -I/opt/local/include/harfbuzz\ -I/opt/local/include/libdrm\ -I/opt/local/include/ncurses CXX=g++ CXXFLAGS=-pipe\ -O2\ -msave-args\ -fno-aggressive-loop-optimizations\ -DLOG_PERROR=0\ -D_FORTIFY_SOURCE=2\ -I/usr/include\ -I/opt/local/include/python3.7\ -I/opt/local/include\ -I/opt/local/include/freetype2\ -I/opt/local/include/glib-2.0\ -I/opt/local/include/gio-unix-2.0\ -I/opt/local/lib/glib-2.0/include\ -I/opt/local/include/harfbuzz\ -I/opt/local/include/libdrm\ -I/opt/local/include/ncurses COMPILER_RPATH_FLAG=-Wl,-R F77=gfortran FC=gfortran FFLAGS=-O LANG=C LC_ALL=C LC_COLLATE=C LC_CTYPE=C LC_MESSAGES=C LC_MONETARY=C LC_NUMERIC=C LC_TIME=C LDFLAGS=-L/opt/local/gcc9/lib/gcc/x86_64-sun-solaris2.11/9.3.0\ -Wl,-R/opt/local/gcc9/lib/gcc/x86_64-sun-solaris2.11/9.3.0\ -L/usr/lib/amd64\ -Wl,-R/usr/lib/amd64\ -L/opt/local/lib\ -Wl,-R/opt/local/lib LINKER_RPATH_FLAG=-R PATH=/home/pbulk/build/geography/gpsd/work/.cwrapper/bin:/home/pbulk/build/geography/gpsd/work/.buildlink/bin:/home/pbulk/build/geography/gpsd/work/.gcc/bin:/home/pbulk/build/geography/gpsd/work/.tools/bin:/opt/local/bin:/opt/local/sbin:/opt/local/bin:/sbin:/usr/sbin:/usr/bin:/opt/tools/bin:/opt/tools/sbin:/opt/tools/bin:/opt/local/bin:/opt/local/bin PREFIX=/opt/local MAKELEVEL=0 CONFIG_SITE= PKG_SYSCONFDIR=/opt/local/etc HOME=/home/pbulk/build/geography/gpsd/work/.home CWRAPPERS_CONFIG_DIR=/home/pbulk/build/geography/gpsd/work/.cwrapper/config CPP=cpp LOCALBASE=/opt/local X11BASE=/opt/local PKGMANDIR=man PKGINFODIR=info PKGGNUDIR= MAKECONF=/dev/null OBJECT_FMT=ELF USETOOLS=no LIBTOOL="/home/pbulk/build/geography/gpsd/work/.cwrapper/bin/libtool " BSD_INSTALL_PROGRAM=/opt/local/bin/bsdinstall\ -c\ \ -o\ root\ -g\ root\ -m\ 755 BSD_INSTALL_SCRIPT=/opt/local/bin/bsdinstall\ -c\ -o\ root\ -g\ root\ -m\ 755 BSD_INSTALL_LIB=/opt/local/bin/bsdinstall\ -c\ -o\ root\ -g\ root\ -m\ 755 BSD_INSTALL_DATA=/opt/local/bin/bsdinstall\ -c\ -o\ root\ -g\ root\ -m\ 644 BSD_INSTALL_MAN=/opt/local/bin/bsdinstall\ -c\ -o\ root\ -g\ root\ -m\ 644 BSD_INSTALL=/opt/local/bin/bsdinstall BSD_INSTALL_PROGRAM_DIR=/opt/local/bin/bsdinstall\ -d\ -o\ root\ -g\ root\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/opt/local/bin/bsdinstall\ -d\ -o\ root\ -g\ root\ -m\ 755 BSD_INSTALL_LIB_DIR=/opt/local/bin/bsdinstall\ -d\ -o\ root\ -g\ root\ -m\ 755 BSD_INSTALL_DATA_DIR=/opt/local/bin/bsdinstall\ -d\ -o\ root\ -g\ root\ -m\ 755 BSD_INSTALL_MAN_DIR=/opt/local/bin/bsdinstall\ -d\ -o\ root\ -g\ root\ -m\ 755 BSD_INSTALL_GAME=/opt/local/bin/bsdinstall\ -c\ \ -o\ root\ -g\ root\ -m\ 2555 BSD_INSTALL_GAME_DATA=/opt/local/bin/bsdinstall\ -c\ -o\ root\ -g\ root\ -m\ 664 BSD_INSTALL_GAME_DIR=/opt/local/bin/bsdinstall\ -d\ -o\ root\ -g\ root\ -m\ 775 INSTALL_INFO= MAKEINFO=/home/pbulk/build/geography/gpsd/work/.tools/bin/makeinfo FLEX= BISON= PKG_CONFIG=/home/pbulk/build/geography/gpsd/work/.tools/bin/pkg-config PKG_CONFIG_LIBDIR=/home/pbulk/build/geography/gpsd/work/.buildlink/lib/amd64/pkgconfig:/home/pbulk/build/geography/gpsd/work/.buildlink/lib/pkgconfig:/home/pbulk/build/geography/gpsd/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/home/pbulk/build/geography/gpsd/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/home/pbulk/build/geography/gpsd/work/.cwrapper/config /opt/local/bin/scons prefix=/opt/local mandir=/opt/local/man leapfetch=no python_shebang=/opt/local/bin/python3.7 target_python=/opt/local/bin/python3.7 docdir=share/doc/gpsd -j8
  162. scons: Reading SConscript files ...
  163. scons version: 3.1.2
  164. scons is running under Python version: 3.7.9.final.0
  165. gpsd version: 3.21
  166. This system is: sunos5
  167. Checking whether the C compiler works... yes
  168. Checking if compiler accepts -pthread... yes
  169. Checking whether the C++ compiler works... yes
  170. Checking for C header file curses.h... yes
  171. Checking pkg-config for ncurses... yes
  172. Checking pkg-config for tinfo... no
  173. Checking pkg-config for libusb-1.0... yes
  174. Checking for C library librt... yes
  175. Checking for C library libnsl... yes
  176. Checking for C library libsocket... yes
  177. Checking for C library libm... yes
  178. Checking for C library libthr... no
  179. Checking pkg-config for dbus-1... yes
  180. Checking pkg-config for bluez... no
  181. Turning off Bluetooth support, library not found.
  182. Checking for C type in_port_t... yes
  183. Checking whether SUN_LEN is declared... yes
  184. Checking for C header file linux/can.h... no
  185. You do not have kernel CANbus available.
  186. Checking if compiler is C11... no
  187. Checking for C header file libkern/OSAtomic.h... no
  188. No memory barriers - SHM export and time hinting may not be reliable.
  189. Checking whether __ORDER_BIG_ENDIAN__ is declared... yes
  190. Checking whether __ORDER_LITTLE_ENDIAN__ is declared... yes
  191. Checking whether __BYTE_ORDER__ is declared... yes
  192. Your compiler has built-in endianness support.
  193. Checking for C header file arpa/inet.h... yes
  194. Checking for C header file netdb.h... yes
  195. Checking for C header file netinet/in.h... yes
  196. Checking for C header file netinet/ip.h... no
  197. Checking for C header file sys/sysmacros.h... yes
  198. Checking for C header file sys/socket.h... yes
  199. Checking for C header file sys/un.h... yes
  200. Checking for C header file syslog.h... yes
  201. Checking for C header file termios.h... yes
  202. Checking for C header file winsock2.h... no
  203. Checking if sizeof(time_t) is 64 bits... yes
  204. Checking for C function cfmakeraw()... no
  205. Checking for C function clock_gettime()... yes
  206. Checking for C function daemon()... yes
  207. Checking for C function fcntl()... yes
  208. Checking for C function fork()... yes
  209. Checking for C function getopt_long()... yes
  210. Checking for C function gmtime_r()... yes
  211. Checking for C function inet_ntop()... yes
  212. Checking for C function strlcat()... yes
  213. Checking for C function strlcpy()... yes
  214. Checking for C function strptime()... yes
  215. Checking for C function sincos()... yes
  216. Checking for C header file sys/timepps.h... no
  217. Checking whether TIOCMIWAIT is declared... no
  218. WARNING: Neither TIOCMIWAIT (PPS) nor RFC2783 API (KPPS) is available.
  219. Checking for C library libdbus-1... yes
  220. Checking that xsltproc can make man pages... no
  221. Neither xsltproc nor xmlto found, documentation cannot be built.
  222. Checking pkg-config for QtNetwork... no
  223. Turning off Qt support, library not found.
  224. Checking if compiler accepts -Wall... yes
  225. Checking if compiler accepts -Wcast-align... yes
  226. Checking if compiler accepts -Wextra... yes
  227. Checking if compiler accepts -Wimplicit-fallthrough... yes
  228. Checking if compiler accepts -Wmissing-declarations... yes
  229. Checking if compiler accepts -Wmissing-prototypes... yes
  230. Checking if compiler accepts -Wno-missing-field-initializers... yes
  231. Checking if compiler accepts -Wno-uninitialized... yes
  232. Checking if compiler accepts -Wpointer-arith... yes
  233. Checking if compiler accepts -Wreturn-type... yes
  234. Checking if compiler accepts -Wstrict-prototypes... yes
  235. Checking if compiler accepts -Wvla... yes
  236. Checking whether /opt/local/bin/python3.7 program exists.../opt/local/bin/python3.7
  237. Checking Python lib dir... /opt/local/lib/python3.7/site-packages
  238. Ensure your PYTHONPATH includes /opt/local/lib/python3.7/site-packages/
  239. Checking Python config vars... ok
  240. Checking Python target version... 3.7
  241. Checking Python module serial (pyserial)... found
  242. Checking Python module cairo (pycairo)... found
  243. Checking Python module gi (pygobject)... found
  244. Checking pkg-config for gtk+-3.0... yes
  245. Altered configuration variables:
  246. nmea2000 = False (default True): NMEA2000/CAN support
  247. bluez = False (default True): BlueZ support for Bluetooth devices
  248. qt = False (default True): build Qt bindings
  249. prefix = /opt/local (default /usr/local): installation directory prefix
  250. python_shebang = /opt/local/bin/python3.7 (default /usr/bin/env python): Python shebang
  251. target_python = /opt/local/bin/python3.7 (default python): target Python version as command
  252. docdir = share/doc/gpsd (default share/gpsd/doc): documents directory
  253. mandir = /opt/local/man (default share/man): manual pages directory
  254. WARNING: asciidoctor not found.
  255. WARNING: Some documentation and html will not be built.
  256. scons: done reading SConscript files.
  257. scons: Building targets ...
  258. Creating 'libQgpsmm.prl'
  259. Creating 'control'
  260. chmod -w libQgpsmm.prl
  261. chmod -w control
  262. Creating 'gps/gps.py'
  263. chmod -w gps/gps.py
  264. Creating 'libgps.pc'
  265. chmod +x gps/gps.py
  266. chmod -w libgps.pc
  267. Creating 'gpsd.php'
  268. chmod -w gpsd.php
  269. Creating 'gpsd_config.h'
  270. rm -f packet_names.h && sed -e '/^ *\([A-Z][A-Z0-9_]*\),/s// "\1",/' < packet_states.h > packet_names.h && chmod a-w packet_names.h
  271. Delete("gps/packet.so")
  272. gcc -o packet.os -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -fPIC -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include packet.c
  273. gcc -o hex.os -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -fPIC -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include hex.c
  274. gcc -o gpspacket.os -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -fPIC -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include gpspacket.c
  275. gcc -o os_compat.os -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -fPIC -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include os_compat.c
  276. gcc -o isgps.os -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -fPIC -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include isgps.c
  277. gcc -o driver_greis_checksum.os -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -fPIC -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include driver_greis_checksum.c
  278. gcc -o driver_rtcm2.os -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -fPIC -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include driver_rtcm2.c
  279. gcc -o crc24q.os -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -fPIC -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include crc24q.c
  280. Creating 'gps/__init__.py'
  281. Creating 'gpsd.rules'
  282. chmod -w gps/__init__.py
  283. chmod -w gpsd.rules
  284. Creating 'Qgpsmm.pc'
  285. chmod +x gps/__init__.py
  286. chmod -w Qgpsmm.pc
  287. Creating 'contrib/webgps'
  288. chmod -w contrib/webgps
  289. chmod +x contrib/webgps
  290. Creating 'xgpsspeed'
  291. chmod -w xgpsspeed
  292. Creating 'zerk'
  293. chmod +x xgpsspeed
  294. chmod -w zerk
  295. chmod +x zerk
  296. Creating 'gpsprof'
  297. chmod -w gpsprof
  298. Creating 'gegps'
  299. chmod +x gpsprof
  300. chmod -w gegps
  301. Creating 'ubxtool'
  302. chmod +x gegps
  303. chmod -w ubxtool
  304. chmod +x ubxtool
  305. gcc -o libgpsdpacket.so.27.0.0 -pthread -shared -Wl,-Bsymbolic -Wl,-soname=libgpsdpacket.so.27 -Wl,-R/opt/local/gcc9/lib/gcc/x86_64-sun-solaris2.11/9.3.0 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib crc24q.os driver_greis_checksum.os driver_rtcm2.os gpspacket.os hex.os isgps.os os_compat.os packet.os -L. -L/opt/local/gcc9/lib/gcc/x86_64-sun-solaris2.11/9.3.0 -L/usr/lib/amd64 -L/opt/local/lib -lrt -lnsl -lsocket -lm -ldbus-1 -ldbus-1 -lrt -lnsl -lsocket
  306. Creating 'xgps'
  307. chmod -w xgps
  308. Creating 'contrib/skyview2svg.py'
  309. chmod -w contrib/skyview2svg.py
  310. chmod +x xgps
  311. Create symlinks for: 'libgpsdpacket.so.27.0.0': 'libgpsdpacket.so.27'->'libgpsdpacket.so.27.0.0', 'libgpsdpacket.so'->'libgpsdpacket.so.27.0.0'
  312. chmod +x contrib/skyview2svg.py
  313. Creating 'contrib/ntpshmviz'
  314. chmod -w contrib/ntpshmviz
  315. Creating 'systemd/[email protected]'
  316. chmod -w systemd/[email protected]
  317. chmod +x contrib/ntpshmviz
  318. Creating 'systemd/gpsd.socket'
  319. chmod -w systemd/gpsd.socket
  320. Creating 'android/gpsd_config'
  321. chmod -w android/gpsd_config
  322. Creating 'packaging/deb/etc_default_gpsd'
  323. chmod -w packaging/deb/etc_default_gpsd
  324. Creating 'gps/packet.py'
  325. Creating 'packaging/deb/etc_init.d_gpsd'
  326. chmod -w gps/packet.py
  327. chmod -w packaging/deb/etc_init.d_gpsd
  328. chmod +x gps/packet.py
  329. Creating 'packaging/rpm/gpsd.spec'
  330. chmod -w packaging/rpm/gpsd.spec
  331. Creating 'packaging/rpm/gpsd.init'
  332. chmod -w packaging/rpm/gpsd.init
  333. rm -f ais_json.i && /opt/local/bin/python3.7 jsongen.py --ais --target=parser > ais_json.i && chmod a-w ais_json.i
  334. gcc -o bits.os -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -fPIC -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include bits.c
  335. gcc -o gpsdclient.os -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -fPIC -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include gpsdclient.c
  336. rm -f gps_maskdump.c && /opt/local/bin/python3.7 maskaudit.py -c /home/pbulk/build/geography/gpsd/work/gpsd-3.21 > gps_maskdump.c && chmod a-w gps_maskdump.c
  337. gcc -o ais_json.os -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -fPIC -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include ais_json.c
  338. Creating 'gpscat'
  339. chmod -w gpscat
  340. Creating 'gpsfake'
  341. chmod +x gpscat
  342. chmod -w gpsfake
  343. chmod +x gpsfake
  344. gcc -o gpsutils.os -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -fPIC -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include gpsutils.c
  345. gcc -o json.os -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -fPIC -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include json.c
  346. gcc -o libgps_core.os -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -fPIC -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include libgps_core.c
  347. gcc -o libgps_dbus.os -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -fPIC -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include libgps_dbus.c
  348. gcc -o libgps_json.os -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -fPIC -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include libgps_json.c
  349. gcc -o libgps_shm.os -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -fPIC -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include libgps_shm.c
  350. gcc -o libgps_sock.os -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -fPIC -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include libgps_sock.c
  351. gcc -o netlib.os -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -fPIC -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include netlib.c
  352. gcc -o rtcm2_json.os -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -fPIC -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include rtcm2_json.c
  353. gcc -o rtcm3_json.os -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -fPIC -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include rtcm3_json.c
  354. gcc -o shared_json.os -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -fPIC -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include shared_json.c
  355. gcc -o timespec_str.os -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -fPIC -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include timespec_str.c
  356. g++ -o libgpsmm.os -c -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -fPIC -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include libgpsmm.cpp
  357. gcc -o dbusexport.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libusb-1.0 dbusexport.c
  358. gcc -o gps_maskdump.os -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -fPIC -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include gps_maskdump.c
  359. gcc -o gpsd.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libusb-1.0 gpsd.c
  360. gcc -o shmexport.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libusb-1.0 shmexport.c
  361. gcc -o timehint.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libusb-1.0 timehint.c
  362. gcc -o bsd_base64.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libusb-1.0 bsd_base64.c
  363. gcc -o crc24q.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libusb-1.0 crc24q.c
  364. gcc -o driver_ais.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libusb-1.0 driver_ais.c
  365. gcc -o driver_evermore.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libusb-1.0 driver_evermore.c
  366. gcc -o driver_garmin.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libusb-1.0 driver_garmin.c
  367. gcc -o driver_garmin_txt.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libusb-1.0 driver_garmin_txt.c
  368. gcc -o driver_geostar.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libusb-1.0 driver_geostar.c
  369. gcc -o driver_greis.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libusb-1.0 driver_greis.c
  370. gcc -o driver_greis_checksum.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libusb-1.0 driver_greis_checksum.c
  371. gcc -o driver_italk.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libusb-1.0 driver_italk.c
  372. gcc -o driver_navcom.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libusb-1.0 driver_navcom.c
  373. gcc -o driver_nmea0183.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libusb-1.0 driver_nmea0183.c
  374. gcc -o driver_nmea2000.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libusb-1.0 driver_nmea2000.c
  375. gcc -o driver_oncore.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libusb-1.0 driver_oncore.c
  376. gcc -o driver_rtcm2.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libusb-1.0 driver_rtcm2.c
  377. gcc -o driver_rtcm3.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libusb-1.0 driver_rtcm3.c
  378. gcc -o drivers.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libusb-1.0 drivers.c
  379. gcc -o driver_sirf.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libusb-1.0 driver_sirf.c
  380. gcc -o driver_skytraq.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libusb-1.0 driver_skytraq.c
  381. gcc -o driver_superstar2.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libusb-1.0 driver_superstar2.c
  382. gcc -o driver_tsip.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libusb-1.0 driver_tsip.c
  383. gcc -o driver_ubx.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libusb-1.0 driver_ubx.c
  384. gcc -o driver_zodiac.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libusb-1.0 driver_zodiac.c
  385. gcc -o geoid.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libusb-1.0 geoid.c
  386. gcc -o gpsd_json.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libusb-1.0 gpsd_json.c
  387. gcc -o isgps.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libusb-1.0 isgps.c
  388. gcc -o libgpsd_core.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libusb-1.0 libgpsd_core.c
  389. gcc -o matrix.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libusb-1.0 matrix.c
  390. gcc -o net_dgpsip.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libusb-1.0 net_dgpsip.c
  391. gcc -o net_gnss_dispatch.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libusb-1.0 net_gnss_dispatch.c
  392. gcc -o net_ntrip.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libusb-1.0 net_ntrip.c
  393. gcc -o ntpshmread.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libusb-1.0 ntpshmread.c
  394. gcc -o ntpshmwrite.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libusb-1.0 ntpshmwrite.c
  395. gcc -o packet.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libusb-1.0 packet.c
  396. gcc -o ppsthread.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libusb-1.0 ppsthread.c
  397. gcc -o pseudoais.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libusb-1.0 pseudoais.c
  398. gcc -o pseudonmea.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libusb-1.0 pseudonmea.c
  399. gcc -o serial.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libusb-1.0 serial.c
  400. gcc -o subframe.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libusb-1.0 subframe.c
  401. gcc -o timebase.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libusb-1.0 timebase.c
  402. gcc -o ais_json.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include ais_json.c
  403. gcc -o bits.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include bits.c
  404. gcc -o gpsdclient.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include gpsdclient.c
  405. gcc -o gps_maskdump.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include gps_maskdump.c
  406. gcc -o hex.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include hex.c
  407. gcc -o gpsutils.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include gpsutils.c
  408. gcc -o json.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include json.c
  409. gcc -o libgps_core.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include libgps_core.c
  410. gcc -o libgps_dbus.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include libgps_dbus.c
  411. ar rc libgpsd.a bsd_base64.o crc24q.o driver_ais.o driver_evermore.o driver_garmin.o driver_garmin_txt.o driver_geostar.o driver_greis.o driver_greis_checksum.o driver_italk.o driver_navcom.o driver_nmea0183.o driver_nmea2000.o driver_oncore.o driver_rtcm2.o driver_rtcm3.o drivers.o driver_sirf.o driver_skytraq.o driver_superstar2.o driver_tsip.o driver_ubx.o driver_zodiac.o geoid.o gpsd_json.o isgps.o libgpsd_core.o matrix.o net_dgpsip.o net_gnss_dispatch.o net_ntrip.o ntpshmread.o ntpshmwrite.o packet.o ppsthread.o pseudoais.o pseudonmea.o serial.o subframe.o timebase.o
  412. gcc -o libgps_json.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include libgps_json.c
  413. ranlib libgpsd.a
  414. gcc -o libgps_shm.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include libgps_shm.c
  415. gcc -o libgps_sock.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include libgps_sock.c
  416. gcc -o netlib.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include netlib.c
  417. gcc -o os_compat.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include os_compat.c
  418. gcc -o rtcm2_json.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include rtcm2_json.c
  419. gcc -o rtcm3_json.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include rtcm3_json.c
  420. gcc -o shared_json.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include shared_json.c
  421. gcc -o timespec_str.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include timespec_str.c
  422. g++ -o libgpsmm.o -c -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include libgpsmm.cpp
  423. gcc -o gpsdctl.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include gpsdctl.c
  424. gcc -o gps2udp.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include gps2udp.c
  425. gcc -o gpsctl.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libusb-1.0 gpsctl.c
  426. gcc -o gpsdecode.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libusb-1.0 gpsdecode.c
  427. gcc -o gpspipe.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include gpspipe.c
  428. gcc -o gpsrinex.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include gpsrinex.c
  429. gcc -o gpxlogger.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include gpxlogger.c
  430. gcc -o lcdgps.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include lcdgps.c
  431. gcc -o ntpshmmon.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include ntpshmmon.c
  432. gcc -o cgps.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -D__EXTENSIONS__ -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include cgps.c
  433. gcc -o gpsmon.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -D__EXTENSIONS__ -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libusb-1.0 gpsmon.c
  434. gcc -o monitor_garmin.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -D__EXTENSIONS__ -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libusb-1.0 monitor_garmin.c
  435. gcc -o monitor_italk.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -D__EXTENSIONS__ -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libusb-1.0 monitor_italk.c
  436. gcc -o monitor_nmea0183.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -D__EXTENSIONS__ -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libusb-1.0 monitor_nmea0183.c
  437. gcc -o monitor_oncore.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -D__EXTENSIONS__ -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libusb-1.0 monitor_oncore.c
  438. gcc -o monitor_sirf.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -D__EXTENSIONS__ -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libusb-1.0 monitor_sirf.c
  439. gcc -o monitor_superstar2.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -D__EXTENSIONS__ -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libusb-1.0 monitor_superstar2.c
  440. gcc -o monitor_tnt.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -D__EXTENSIONS__ -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libusb-1.0 monitor_tnt.c
  441. gcc -o monitor_ubx.o -c -pthread -Wall -Wcast-align -Wextra -Wimplicit-fallthrough -Wmissing-declarations -Wmissing-prototypes -Wno-missing-field-initializers -Wno-uninitialized -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wvla -pipe -msave-args -fno-aggressive-loop-optimizations -O2 -pthread -DLOG_PERROR=0 -D_FORTIFY_SOURCE=2 -D__EXTENSIONS__ -I/usr/include -I/opt/local/include/python3.7 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/libdrm -I/opt/local/include/ncurses -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libusb-1.0 monitor_ubx.c
  442. Creating 'gps-3.21.egg-info'
  443. g++ -o libgps.so.27.0.0 -pthread -shared -Wl,-Bsymbolic -Wl,-soname=libgps.so.27 -Wl,-R/opt/local/gcc9/lib/gcc/x86_64-sun-solaris2.11/9.3.0 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib ais_json.os bits.os gpsdclient.os gps_maskdump.os gpsutils.os hex.os json.os libgps_core.os libgps_dbus.os libgps_json.os libgps_shm.os libgps_sock.os netlib.os os_compat.os rtcm2_json.os rtcm3_json.os shared_json.os timespec_str.os libgpsmm.os -L. -L/opt/local/gcc9/lib/gcc/x86_64-sun-solaris2.11/9.3.0 -L/usr/lib/amd64 -L/opt/local/lib -lrt -lnsl -lsocket -lm -ldbus-1 -ldbus-1 -lrt -lnsl -lsocket
  444. Create symlinks for: 'libgps.so.27.0.0': 'libgps.so.27'->'libgps.so.27.0.0', 'libgps.so'->'libgps.so.27.0.0'
  445. os.chdir('.')
  446. ar rc libgps_static.a ais_json.o bits.o gpsdclient.o gps_maskdump.o gpsutils.o hex.o json.o libgps_core.o libgps_dbus.o libgps_json.o libgps_shm.o libgps_sock.o netlib.o os_compat.o rtcm2_json.o rtcm3_json.o shared_json.o timespec_str.o libgpsmm.o
  447. os.chdir('/home/pbulk/build/geography/gpsd/work/gpsd-3.21')
  448. os.chdir('.')
  449. ranlib libgps_static.a
  450. os.chdir('/home/pbulk/build/geography/gpsd/work/gpsd-3.21')
  451. gcc -o gpsctl -pthread -Wl,-R/opt/local/gcc9/lib/gcc/x86_64-sun-solaris2.11/9.3.0 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib gpsctl.o -L. -L/opt/local/gcc9/lib/gcc/x86_64-sun-solaris2.11/9.3.0 -L/usr/lib/amd64 -L/opt/local/lib -lgpsd -lgps_static -lusb-1.0 -lm -lrt -lnsl -lsocket -ldbus-1
  452. gcc -o gpspipe -pthread -Wl,-R/opt/local/gcc9/lib/gcc/x86_64-sun-solaris2.11/9.3.0 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib gpspipe.o -L. -L/opt/local/gcc9/lib/gcc/x86_64-sun-solaris2.11/9.3.0 -L/usr/lib/amd64 -L/opt/local/lib -lgps_static -lm -lrt -lnsl -lsocket -ldbus-1
  453. gcc -o gpsd -pthread -Wl,-R/opt/local/gcc9/lib/gcc/x86_64-sun-solaris2.11/9.3.0 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib dbusexport.o gpsd.o shmexport.o timehint.o -L. -L/opt/local/gcc9/lib/gcc/x86_64-sun-solaris2.11/9.3.0 -L/usr/lib/amd64 -L/opt/local/lib -lgpsd -lgps_static -lusb-1.0 -lm -lrt -lnsl -lsocket -ldbus-1
  454. gcc -o gpsdctl -pthread -Wl,-R/opt/local/gcc9/lib/gcc/x86_64-sun-solaris2.11/9.3.0 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib gpsdctl.o -L. -L/opt/local/gcc9/lib/gcc/x86_64-sun-solaris2.11/9.3.0 -L/usr/lib/amd64 -L/opt/local/lib -lgps_static -lm -lrt -lnsl -lsocket -ldbus-1
  455. gcc -o cgps -pthread -Wl,-R/opt/local/gcc9/lib/gcc/x86_64-sun-solaris2.11/9.3.0 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib cgps.o -L. -L/opt/local/gcc9/lib/gcc/x86_64-sun-solaris2.11/9.3.0 -L/usr/lib/amd64 -L/opt/local/lib -lgps_static -lm -lrt -lnsl -lsocket -ldbus-1 -lncurses
  456. gcc -o ntpshmmon -pthread -Wl,-R/opt/local/gcc9/lib/gcc/x86_64-sun-solaris2.11/9.3.0 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib ntpshmmon.o -L. -L/opt/local/gcc9/lib/gcc/x86_64-sun-solaris2.11/9.3.0 -L/usr/lib/amd64 -L/opt/local/lib -lgpsd -lgps_static -lm -lrt -lnsl -lsocket -ldbus-1
  457. gcc -o lcdgps -pthread -Wl,-R/opt/local/gcc9/lib/gcc/x86_64-sun-solaris2.11/9.3.0 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib lcdgps.o -L. -L/opt/local/gcc9/lib/gcc/x86_64-sun-solaris2.11/9.3.0 -L/usr/lib/amd64 -L/opt/local/lib -lgps_static -lm -lrt -lnsl -lsocket -ldbus-1
  458. gcc -o gpxlogger -pthread -Wl,-R/opt/local/gcc9/lib/gcc/x86_64-sun-solaris2.11/9.3.0 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib gpxlogger.o -L. -L/opt/local/gcc9/lib/gcc/x86_64-sun-solaris2.11/9.3.0 -L/usr/lib/amd64 -L/opt/local/lib -lgps_static -lm -lrt -lnsl -lsocket -ldbus-1
  459. gcc -o gps2udp -pthread -Wl,-R/opt/local/gcc9/lib/gcc/x86_64-sun-solaris2.11/9.3.0 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib gps2udp.o -L. -L/opt/local/gcc9/lib/gcc/x86_64-sun-solaris2.11/9.3.0 -L/usr/lib/amd64 -L/opt/local/lib -lgps_static -lm -lrt -lnsl -lsocket -ldbus-1
  460. gcc -o gpsmon -pthread -Wl,-R/opt/local/gcc9/lib/gcc/x86_64-sun-solaris2.11/9.3.0 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib gpsmon.o monitor_garmin.o monitor_italk.o monitor_nmea0183.o monitor_oncore.o monitor_sirf.o monitor_superstar2.o monitor_tnt.o monitor_ubx.o -L. -L/opt/local/gcc9/lib/gcc/x86_64-sun-solaris2.11/9.3.0 -L/usr/lib/amd64 -L/opt/local/lib -lgpsd -lgps_static -lusb-1.0 -lm -lrt -lnsl -lsocket -ldbus-1 -lncurses
  461. gcc -o gpsdecode -pthread -Wl,-R/opt/local/gcc9/lib/gcc/x86_64-sun-solaris2.11/9.3.0 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib gpsdecode.o -L. -L/opt/local/gcc9/lib/gcc/x86_64-sun-solaris2.11/9.3.0 -L/usr/lib/amd64 -L/opt/local/lib -lgpsd -lgps_static -lusb-1.0 -lm -lrt -lnsl -lsocket -ldbus-1
  462. gcc -o gpsrinex -pthread -Wl,-R/opt/local/gcc9/lib/gcc/x86_64-sun-solaris2.11/9.3.0 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib gpsrinex.o -L. -L/opt/local/gcc9/lib/gcc/x86_64-sun-solaris2.11/9.3.0 -L/usr/lib/amd64 -L/opt/local/lib -lgps_static -lm -lrt -lnsl -lsocket -ldbus-1
  463. scons: done building targets.
  464. WARNING: asciidoctor not found.
  465. WARNING: Some documentation and html will not be built.
  466. WARNING: Neither TIOCMIWAIT (PPS) nor RFC2783 API (KPPS) is available.
  467.  
Add Comment
Please, Sign In to add comment