1. * Package: sci-geosciences/gpsbabel-1.4.3
  2. * Repository: gentoo
  3. * Maintainer: sci-geosciences@gentoo.org
  4. * USE: amd64 doc elibc_glibc kernel_linux multilib test userland_GNU
  5. * FEATURES: sandbox test userpriv usersandbox
  6. Installed LAPACK for library directory lib64
  7. [1] reference *
  8. Installed BLAS for library directory lib64
  9. [1] reference *
  10. Installed CBLAS for library directory lib64
  11. [1] gsl
  12. [2] reference *
  13. >>> Unpacking source...
  14. >>> Unpacking gpsbabel-1.4.3.tar.gz to /tmp/portage/sci-geosciences/gpsbabel-1.4.3/work
  15. >>> Unpacking gpsbabel.org-style3.css to /tmp/portage/sci-geosciences/gpsbabel-1.4.3/work
  16. unpack gpsbabel.org-style3.css: file format not recognized. Ignoring.
  17. >>> Source unpacked in /tmp/portage/sci-geosciences/gpsbabel-1.4.3/work
  18. >>> Preparing source in /tmp/portage/sci-geosciences/gpsbabel-1.4.3/work/gpsbabel-1.4.3 ...
  19. * Applying gpsbabel-disable_statistic_uploading.patch ...
  20. [ ok ]
  21. * Applying gpsbabel-disable_update_check.patch ...
  22. [ ok ]
  23. * Applying gpsbabel-disable_version_check.patch ...
  24. [ ok ]
  25. * Applying gpsbabel-1.4.3-fix_binary_name.patch ...
  26. [ ok ]
  27. * Applying gpsbabel-freebsd.patch ...
  28. [ ok ]
  29. * Applying gpsbabel-use_system_shapelib.patch ...
  30. [ ok ]
  31. * Applying gpsbabel-xmldoc.patch ...
  32. [ ok ]
  33. * Running eautoreconf in '/tmp/portage/sci-geosciences/gpsbabel-1.4.3/work/gpsbabel-1.4.3' ...
  34. * Running aclocal ...
  35. [ ok ]
  36. * Running autoconf ...
  37. [ ok ]
  38. * Running autoheader ...
  39. [ ok ]
  40. >>> Source prepared.
  41. >>> Configuring source in /tmp/portage/sci-geosciences/gpsbabel-1.4.3/work/gpsbabel-1.4.3 ...
  42. * econf: updating gpsbabel-1.4.3/config.sub with /usr/share/gnuconfig/config.sub
  43. * econf: updating gpsbabel-1.4.3/config.guess with /usr/share/gnuconfig/config.guess
  44. ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --with-doc=/tmp/portage/sci-geosciences/gpsbabel-1.4.3/work/gpsbabel-1.4.3/doc/manual --with-zlib=system
  45. configure: loading site script /usr/share/config.site
  46. checking build system type... x86_64-pc-linux-gnu
  47. checking host system type... x86_64-pc-linux-gnu
  48. checking target system type... x86_64-pc-linux-gnu
  49. checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
  50. checking whether the C compiler works... yes
  51. checking for C compiler default output file name... a.out
  52. checking for suffix of executables...
  53. checking whether we are cross compiling... no
  54. checking for suffix of object files... o
  55. checking whether we are using the GNU C compiler... yes
  56. checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
  57. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
  58. checking for a BSD-compatible install... /usr/bin/install -c
  59. checking whether make sets $(MAKE)... yes
  60. checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
  61. checking for grep that handles long lines and -e... /bin/grep
  62. checking for egrep... /bin/grep -E
  63. checking for ANSI C header files... yes
  64. checking for sys/types.h... yes
  65. checking for sys/stat.h... yes
  66. checking for stdlib.h... yes
  67. checking for string.h... yes
  68. checking for memory.h... yes
  69. checking for strings.h... yes
  70. checking for inttypes.h... yes
  71. checking for stdint.h... yes
  72. checking for unistd.h... yes
  73. checking whether byte ordering is bigendian... no
  74. checking for cos in -lm... yes
  75. checking whether to support shapefiles... yes
  76. checking whether to support Palm/OS pdb formats... yes
  77. checking whether to support csv formats... yes
  78. checking whether to support maximum number of formats... yes
  79. checking whether to support filters... yes
  80. checking whether to support zlib... checking for gzopen in -lz... yes
  81. checking for libusb... checking for libusb-config... true
  82. checking for usb_interrupt_read in -lusb... yes
  83. checking for Linux HID interface... yes
  84. checking for random stuff to make you feel better... failed
  85. checking for libexpat... try to autodetect
  86. checking for XML_ParserCreate in -lexpat... yes
  87. checking for efence...
  88. checking for docdir... checking for nanosleep... yes
  89. checking for sleep... yes
  90. checking for uname... yes
  91. checking for glob... yes
  92. checking for va_copy... yes
  93. checking for __va_copy... yes
  94. checking va_list assignments need array notation... yes
  95. configure: creating ./config.status
  96. config.status: creating Makefile
  97. config.status: creating gbversion.h
  98. config.status: creating gui/setup.iss
  99. config.status: creating gui/makelinuxdist.sh
  100. config.status: creating xmldoc/makedoc
  101. config.status: creating tools/mkcapabilities
  102. config.status: creating win32/gpsbabel.rc
  103. config.status: creating jeeps/Makefile
  104. config.status: creating zlib/empty
  105. config.status: creating config.h
  106. >>> Source configured.
  107. >>> Compiling source in /tmp/portage/sci-geosciences/gpsbabel-1.4.3/work/gpsbabel-1.4.3 ...
  108. make -j24
  109. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall main.c -o main.o
  110. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall globals.c -o globals.o
  111. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall queue.c -o queue.o
  112. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall route.c -o route.o
  113. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall waypt.c -o waypt.o
  114. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall filter_vecs.c -o filter_vecs.o
  115. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall util.c -o util.o
  116. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall vecs.c -o vecs.o
  117. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall mkshort.c -o mkshort.o
  118. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall csv_util.c -o csv_util.o
  119. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall strptime.c -o strptime.o
  120. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall grtcirc.c -o grtcirc.o
  121. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall vmem.c -o vmem.o
  122. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall util_crc.c -o util_crc.o
  123. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall xmlgeneric.c -o xmlgeneric.o
  124. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall uuid.c -o uuid.o
  125. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall formspec.c -o formspec.o
  126. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall xmltag.c -o xmltag.o
  127. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall cet.c -o cet.o
  128. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall cet_util.c -o cet_util.o
  129. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall fatal.c -o fatal.o
  130. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall rgbcolors.c -o rgbcolors.o
  131. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall inifile.c -o inifile.o
  132. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall garmin_fs.c -o garmin_fs.o
  133. strptime.c: In function 'strptime_internal':
  134. strptime.c:289:21: warning: variable 'era' set but not used [-Wunused-but-set-variable]
  135. strptime.c:277:15: warning: variable 'rp_backup' set but not used [-Wunused-but-set-variable]
  136. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall gbsleep.c -o gbsleep.o
  137. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall units.c -o units.o
  138. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall gbser_posix.c -o gbser_posix.o
  139. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall gbser.c -o gbser.o
  140. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall gbfile.c -o gbfile.o
  141. mkshort.c: In function 'mkshort':
  142. mkshort.c:390:13: warning: variable 'nlen' set but not used [-Wunused-but-set-variable]
  143. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall parse.c -o parse.o
  144. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall avltree.c -o avltree.o
  145. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall session.c -o session.o
  146. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall pdbfile.c -o pdbfile.o
  147. gbser_posix.c: In function 'gbser__fill_buffer':
  148. gbser_posix.c:328:28: warning: variable 'vtime' set but not used [-Wunused-but-set-variable]
  149. gbser_posix.c:328:18: warning: variable 'vmin' set but not used [-Wunused-but-set-variable]
  150. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall jeeps/gpsapp.c -o jeeps/gpsapp.o
  151. gbfile.c: In function 'gzapi_open':
  152. gbfile.c:87:21: warning: assignment from incompatible pointer type [enabled by default]
  153. gbfile.c:89:21: warning: assignment from incompatible pointer type [enabled by default]
  154. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall jeeps/gpscom.c -o jeeps/gpscom.o
  155. gbfile.c: In function 'gzapi_close':
  156. gbfile.c:105:3: warning: passing argument 1 of 'gzclose' from incompatible pointer type [enabled by default]
  157. In file included from defs.h:34:0,
  158. from gbfile.c:23:
  159. /usr/include/zlib.h:1494:24: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  160. gbfile.c: In function 'gzapi_seek':
  161. gbfile.c:118:3: warning: passing argument 1 of 'gzseek' from incompatible pointer type [enabled by default]
  162. In file included from defs.h:34:0,
  163. from gbfile.c:23:
  164. /usr/include/zlib.h:1709:28: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  165. gbfile.c: In function 'gzapi_read':
  166. gbfile.c:143:3: warning: passing argument 1 of 'gzread' from incompatible pointer type [enabled by default]
  167. In file included from defs.h:34:0,
  168. from gbfile.c:23:
  169. /usr/include/zlib.h:1296:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  170. gbfile.c:156:5: warning: passing argument 1 of 'gzerror' from incompatible pointer type [enabled by default]
  171. In file included from defs.h:34:0,
  172. from gbfile.c:23:
  173. /usr/include/zlib.h:1519:30: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  174. gbfile.c:159:5: warning: passing argument 1 of 'gztell' from incompatible pointer type [enabled by default]
  175. In file included from defs.h:34:0,
  176. from gbfile.c:23:
  177. /usr/include/zlib.h:1710:28: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  178. gbfile.c: In function 'gzapi_write':
  179. gbfile.c:172:3: warning: passing argument 1 of 'gzwrite' from incompatible pointer type [enabled by default]
  180. In file included from defs.h:34:0,
  181. from gbfile.c:23:
  182. /usr/include/zlib.h:1324:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  183. gbfile.c: In function 'gzapi_flush':
  184. gbfile.c:178:3: warning: passing argument 1 of 'gzflush' from incompatible pointer type [enabled by default]
  185. In file included from defs.h:34:0,
  186. from gbfile.c:23:
  187. /usr/include/zlib.h:1395:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  188. gbfile.c: In function 'gzapi_tell':
  189. gbfile.c:186:3: warning: passing argument 1 of 'gztell' from incompatible pointer type [enabled by default]
  190. In file included from defs.h:34:0,
  191. from gbfile.c:23:
  192. /usr/include/zlib.h:1710:28: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  193. gbfile.c: In function 'gzapi_eof':
  194. gbfile.c:203:3: warning: passing argument 1 of 'gzeof' from incompatible pointer type [enabled by default]
  195. In file included from defs.h:34:0,
  196. from gbfile.c:23:
  197. /usr/include/zlib.h:1458:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  198. gbfile.c:206:5: warning: passing argument 1 of 'gzread' from incompatible pointer type [enabled by default]
  199. In file included from defs.h:34:0,
  200. from gbfile.c:23:
  201. /usr/include/zlib.h:1296:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  202. gbfile.c:214:9: warning: passing argument 1 of 'gzeof' from incompatible pointer type [enabled by default]
  203. In file included from defs.h:34:0,
  204. from gbfile.c:23:
  205. /usr/include/zlib.h:1458:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  206. gbfile.c: In function 'gzapi_clearerr':
  207. gbfile.c:236:3: warning: passing argument 1 of 'gzclearerr' from incompatible pointer type [enabled by default]
  208. In file included from defs.h:34:0,
  209. from gbfile.c:23:
  210. /usr/include/zlib.h:1535:22: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  211. gbfile.c: In function 'gzapi_error':
  212. gbfile.c:244:3: warning: passing argument 1 of 'gzerror' from incompatible pointer type [enabled by default]
  213. In file included from defs.h:34:0,
  214. from gbfile.c:23:
  215. /usr/include/zlib.h:1519:30: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  216. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall jeeps/gpsmath.c -o jeeps/gpsmath.o
  217. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall jeeps/gpsmem.c -o jeeps/gpsmem.o
  218. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall jeeps/gpsprot.c -o jeeps/gpsprot.o
  219. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall jeeps/gpsread.c -o jeeps/gpsread.o
  220. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall jeeps/gpsdevice.c -o jeeps/gpsdevice.o
  221. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall jeeps/gpsdevice_ser.c -o jeeps/gpsdevice_ser.o
  222. jeeps/gpscom.c: In function 'GPS_Command_Send_Course':
  223. jeeps/gpscom.c:790:9: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
  224. jeeps/gpsapp.c: In function 'GPS_D311_Get':
  225. jeeps/gpsapp.c:4571:7: warning: variable 'p' set but not used [-Wunused-but-set-variable]
  226. jeeps/gpsmath.c: In function 'GPS_Math_Cassini_LatLon_To_EN':
  227. jeeps/gpsmath.c:784:10: warning: variable 'A3' set but not used [-Wunused-but-set-variable]
  228. jeeps/gpsmath.c:783:10: warning: variable 'A2' set but not used [-Wunused-but-set-variable]
  229. jeeps/gpsmath.c:782:10: warning: variable 'A1' set but not used [-Wunused-but-set-variable]
  230. jeeps/gpsmath.c:781:10: warning: variable 'A0' set but not used [-Wunused-but-set-variable]
  231. jeeps/gpsmath.c:769:10: warning: variable 'po2' set but not used [-Wunused-but-set-variable]
  232. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall jeeps/gpsdevice_usb.c -o jeeps/gpsdevice_usb.o
  233. jeeps/gpsmath.c: In function 'GPS_Math_UTM_EN_to_LatLon':
  234. jeeps/gpsmath.c:2518:14: warning: variable 'phi1' set but not used [-Wunused-but-set-variable]
  235. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall jeeps/gpsrqst.c -o jeeps/gpsrqst.o
  236. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall jeeps/gpssend.c -o jeeps/gpssend.o
  237. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall jeeps/gpsserial.c -o jeeps/gpsserial.o
  238. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall jeeps/gpsutil.c -o jeeps/gpsutil.o
  239. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall jeeps/gpsusbread.c -o jeeps/gpsusbread.o
  240. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall jeeps/gpsusbsend.c -o jeeps/gpsusbsend.o
  241. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall jeeps/gpsusbcommon.c -o jeeps/gpsusbcommon.o
  242. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall ./jeeps/gpslibusb.c -o jeeps/gpslibusb.o
  243. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall magproto.c -o magproto.o
  244. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall gpx.c -o gpx.o
  245. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall geo.c -o geo.o
  246. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall mapsend.c -o mapsend.o
  247. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall mapsource.c -o mapsource.o
  248. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall garmin.c -o garmin.o
  249. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall garmin_device_xml.c -o garmin_device_xml.o
  250. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall garmin_tables.c -o garmin_tables.o
  251. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall internal_styles.c -o internal_styles.o
  252. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall nmea.c -o nmea.o
  253. jeeps/gpsusbcommon.c: In function 'gusb_cmd_get':
  254. jeeps/gpsusbcommon.c:86:7: warning: variable 'orig_receive_state' set but not used [-Wunused-but-set-variable]
  255. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall kml.c -o kml.o
  256. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall wbt-200.c -o wbt-200.o
  257. magproto.c: In function 'mag_trkparse':
  258. magproto.c:955:8: warning: variable 'altunits' set but not used [-Wunused-but-set-variable]
  259. magproto.c: In function 'mag_rteparse':
  260. magproto.c:1022:8: warning: variable 'descr' set but not used [-Wunused-but-set-variable]
  261. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall gtm.c -o gtm.o
  262. mapsend.c: In function 'mapsend_wpt_read':
  263. mapsend.c:116:8: warning: variable 'wpt_status' set but not used [-Wunused-but-set-variable]
  264. mapsend.c:114:7: warning: variable 'wpt_number' set but not used [-Wunused-but-set-variable]
  265. mapsend.c: In function 'mapsend_track_read':
  266. mapsend.c:192:7: warning: variable 'valid' set but not used [-Wunused-but-set-variable]
  267. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall gpsutil.c -o gpsutil.o
  268. mapsource.c: In function 'mps_route_r':
  269. mapsource.c:879:16: warning: variable 'mpsclass' set but not used [-Wunused-but-set-variable]
  270. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall pcx.c -o pcx.o
  271. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall cetus.c -o cetus.o
  272. jeeps/gpsusbcommon.c: In function 'gusb_id_unit':
  273. jeeps/gpsusbcommon.c:228:39: warning: array subscript is above array bounds [-Warray-bounds]
  274. jeeps/gpsusbcommon.c:230:35: warning: array subscript is above array bounds [-Warray-bounds]
  275. nmea.c: In function 'gpgsa_parse':
  276. nmea.c:671:8: warning: variable 'scn' set but not used [-Wunused-but-set-variable]
  277. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall copilot.c -o copilot.o
  278. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall gpspilot.c -o gpspilot.o
  279. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall magnav.c -o magnav.o
  280. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall skytraq.c -o skytraq.o
  281. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall psp.c -o psp.o
  282. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall holux.c -o holux.o
  283. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall tmpro.c -o tmpro.o
  284. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall tpg.c -o tpg.o
  285. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall tpo.c -o tpo.o
  286. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall xcsv.c -o xcsv.o
  287. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall gcdb.c -o gcdb.o
  288. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall tiger.c -o tiger.o
  289. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall easygps.c -o easygps.o
  290. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall quovadis.c -o quovadis.o
  291. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall gpilots.c -o gpilots.o
  292. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall saroute.c -o saroute.o
  293. tpo.c: In function 'tpo_process_tracks':
  294. tpo.c:560:18: warning: variable 'track_length' set but not used [-Wunused-but-set-variable]
  295. tpo.c:559:18: warning: variable 'track_number' set but not used [-Wunused-but-set-variable]
  296. tpo.c:558:18: warning: variable 'line_type' set but not used [-Wunused-but-set-variable]
  297. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall navicache.c -o navicache.o
  298. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall psitrex.c -o psitrex.o
  299. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall geoniche.c -o geoniche.o
  300. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall delgpl.c -o delgpl.o
  301. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall ozi.c -o ozi.o
  302. psitrex.c: In function 'psit_route_r':
  303. psitrex.c:397:16: warning: variable 'rte_count' set but not used [-Wunused-but-set-variable]
  304. psitrex.c:392:16: warning: variable 'rte_num' set but not used [-Wunused-but-set-variable]
  305. psitrex.c: In function 'psit_routehdr_w':
  306. psitrex.c:477:9: warning: variable 'allWptNameLengths' set but not used [-Wunused-but-set-variable]
  307. psitrex.c: In function 'psit_track_r':
  308. psitrex.c:539:16: warning: variable 'trk_count' set but not used [-Wunused-but-set-variable]
  309. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall text.c -o text.o
  310. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall html.c -o html.o
  311. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall palmdoc.c -o palmdoc.o
  312. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall netstumbler.c -o netstumbler.o
  313. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall hsa_ndv.c -o hsa_ndv.o
  314. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall igc.c -o igc.o
  315. geoniche.c: In function 'geoniche_read_asc':
  316. geoniche.c:224:10: warning: variable 'icon' set but not used [-Wunused-but-set-variable]
  317. geoniche.c:219:10: warning: variable 'route_id' set but not used [-Wunused-but-set-variable]
  318. geoniche.c: In function 'geoniche_read_bin':
  319. geoniche.c:488:18: warning: variable 'selected' set but not used [-Wunused-but-set-variable]
  320. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall brauniger_iq.c -o brauniger_iq.o
  321. ozi.c: In function 'ozi_openfile':
  322. ozi.c:234:3: warning: field width specifier '*' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat]
  323. ozi.c:234:3: warning: field precision specifier '.*' expects argument of type 'int', but argument 4 has type 'long int' [-Wformat]
  324. ozi.c: In function 'ozi_route_disp':
  325. ozi.c:342:10: warning: variable 'alt' set but not used [-Wunused-but-set-variable]
  326. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall shape.c -o shape.o
  327. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall hiketech.c -o hiketech.o
  328. text.c: In function 'text_disp':
  329. text.c:98:15: warning: variable 'lonint' set but not used [-Wunused-but-set-variable]
  330. text.c:98:7: warning: variable 'latint' set but not used [-Wunused-but-set-variable]
  331. hsa_ndv.c: In function 'readVersion4':
  332. hsa_ndv.c:343:11: warning: variable 'pts1' set but not used [-Wunused-but-set-variable]
  333. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall glogbook.c -o glogbook.o
  334. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall coastexp.c -o coastexp.o
  335. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall vcf.c -o vcf.o
  336. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall overlay.c -o overlay.o
  337. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall google.c -o google.o
  338. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall xhtmlent.c -o xhtmlent.o
  339. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall lowranceusr.c -o lowranceusr.o
  340. coastexp.c: In function 'ce_write':
  341. coastexp.c:699:10: warning: variable 'now' set but not used [-Wunused-but-set-variable]
  342. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall an1.c -o an1.o
  343. overlay.c: In function 'ovl_read':
  344. overlay.c:242:11: warning: variable 'aktArea' set but not used [-Wunused-but-set-variable]
  345. overlay.c: In function 'overlay_waypt_pr':
  346. overlay.c:630:15: warning: variable 'oname' set but not used [-Wunused-but-set-variable]
  347. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall tomtom.c -o tomtom.o
  348. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall tef_xml.c -o tef_xml.o
  349. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall maggeo.c -o maggeo.o
  350. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall pathaway.c -o pathaway.o
  351. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall vitosmt.c -o vitosmt.o
  352. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall gdb.c -o gdb.o
  353. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall bcr.c -o bcr.o
  354. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall coto.c -o coto.o
  355. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall ignrando.c -o ignrando.o
  356. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall stmwpp.c -o stmwpp.o
  357. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall msroute.c -o msroute.o
  358. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall cst.c -o cst.o
  359. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall nmn4.c -o nmn4.o
  360. tef_xml.c: In function 'fix_notes':
  361. tef_xml.c:188:3: warning: field width specifier '*' expects argument of type 'int', but argument 4 has type 'long int' [-Wformat]
  362. tef_xml.c:188:3: warning: field precision specifier '.*' expects argument of type 'int', but argument 5 has type 'long int' [-Wformat]
  363. vitosmt.c: In function 'vitosmt_read':
  364. vitosmt.c:76:10: warning: variable 'check2' set but not used [-Wunused-but-set-variable]
  365. pathaway.c: In function 'ppdb_read':
  366. pathaway.c:538:15: warning: variable 'descr' set but not used [-Wunused-but-set-variable]
  367. vitosmt.c: In function 'vitosmt_write':
  368. vitosmt.c:323:10: warning: variable 'now' set but not used [-Wunused-but-set-variable]
  369. an1.c: In function 'Read_AN1_Header':
  370. an1.c:640:18: warning: variable 'magic' set but not used [-Wunused-but-set-variable]
  371. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall mag_pdb.c -o mag_pdb.o
  372. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall compegps.c -o compegps.o
  373. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall yahoo.c -o yahoo.o
  374. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall unicsv.c -o unicsv.o
  375. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall wfff_xml.c -o wfff_xml.o
  376. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall garmin_txt.c -o garmin_txt.o
  377. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall axim_gpb.c -o axim_gpb.o
  378. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall gpssim.c -o gpssim.o
  379. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall stmsdf.c -o stmsdf.o
  380. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall gtrnctr.c -o gtrnctr.o
  381. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall dmtlog.c -o dmtlog.o
  382. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall raymarine.c -o raymarine.o
  383. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall alan.c -o alan.o
  384. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall vitovtt.c -o vitovtt.o
  385. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall ggv_log.c -o ggv_log.o
  386. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall g7towin.c -o g7towin.o
  387. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall garmin_gpi.c -o garmin_gpi.o
  388. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall lmx.c -o lmx.o
  389. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall random.c -o random.o
  390. axim_gpb.c: In function 'decode_buff':
  391. axim_gpb.c:57:7: warning: variable 'sats' set but not used [-Wunused-but-set-variable]
  392. axim_gpb.c:56:32: warning: variable 'Uf1' set but not used [-Wunused-but-set-variable]
  393. axim_gpb.c:56:27: warning: variable 'spd' set but not used [-Wunused-but-set-variable]
  394. axim_gpb.c:56:21: warning: variable 'pdop' set but not used [-Wunused-but-set-variable]
  395. axim_gpb.c:56:15: warning: variable 'hdop' set but not used [-Wunused-but-set-variable]
  396. axim_gpb.c:56:9: warning: variable 'vdop' set but not used [-Wunused-but-set-variable]
  397. axim_gpb.c:55:25: warning: variable 'dir' set but not used [-Wunused-but-set-variable]
  398. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall xol.c -o xol.o
  399. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall dg-100.c -o dg-100.o
  400. dmtlog.c: In function 'read_CTrackFile':
  401. dmtlog.c:397:11: warning: variable 'ux' set but not used [-Wunused-but-set-variable]
  402. vitovtt.c: In function 'vitovtt_read':
  403. vitovtt.c:74:10: warning: variable 'status' set but not used [-Wunused-but-set-variable]
  404. vitovtt.c:73:10: warning: variable 'course' set but not used [-Wunused-but-set-variable]
  405. vitovtt.c:72:12: warning: variable 'speed' set but not used [-Wunused-but-set-variable]
  406. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall navilink.c -o navilink.o
  407. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall mtk_logger.c -o mtk_logger.o
  408. garmin_gpi.c: In function 'read_poi':
  409. garmin_gpi.c:361:12: warning: variable 'len' set but not used [-Wunused-but-set-variable]
  410. garmin_gpi.c: In function 'read_poi_list':
  411. garmin_gpi.c:414:12: warning: variable 'i' set but not used [-Wunused-but-set-variable]
  412. garmin_gpi.c: In function 'read_poi_group':
  413. garmin_gpi.c:461:9: warning: variable 'subsz' set but not used [-Wunused-but-set-variable]
  414. g7towin.c: In function 'data_read':
  415. g7towin.c:415:13: warning: variable 'prev' set but not used [-Wunused-but-set-variable]
  416. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall ik3d.c -o ik3d.o
  417. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall osm.c -o osm.o
  418. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall destinator.c -o destinator.o
  419. dg-100.c: In function 'dg100_send':
  420. dg-100.c:327:20: warning: variable 'param_len' set but not used [-Wunused-but-set-variable]
  421. dg-100.c: In function 'dg100_recv_frame':
  422. dg-100.c:394:47: warning: variable 'frame_end_seq' set but not used [-Wunused-but-set-variable]
  423. dg-100.c:394:12: warning: variable 'payload_end_seq' set but not used [-Wunused-but-set-variable]
  424. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall exif.c -o exif.o
  425. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall vidaone.c -o vidaone.o
  426. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall igo8.c -o igo8.o
  427. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall gopal.c -o gopal.o
  428. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall humminbird.c -o humminbird.o
  429. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall mapasia.c -o mapasia.o
  430. exif.c: In function 'exif_examine_app':
  431. exif.c:582:7: warning: variable 'i' set but not used [-Wunused-but-set-variable]
  432. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall gnav_trl.c -o gnav_trl.o
  433. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall navitel.c -o navitel.o
  434. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall ggv_ovl.c -o ggv_ovl.o
  435. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall jtr.c -o jtr.o
  436. gopal.c: In function 'gopal_read':
  437. gopal.c:178:10: warning: variable 'long_old' set but not used [-Wunused-but-set-variable]
  438. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall sbp.c -o sbp.o
  439. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall sbn.c -o sbn.o
  440. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall mmo.c -o mmo.o
  441. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall skyforce.c -o skyforce.o
  442. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall itracku.c -o itracku.o
  443. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall v900.c -o v900.o
  444. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall delbin.c -o delbin.o
  445. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall pocketfms_bc.c -o pocketfms_bc.o
  446. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall pocketfms_fp.c -o pocketfms_fp.o
  447. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall pocketfms_wp.c -o pocketfms_wp.o
  448. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall naviguide.c -o naviguide.o
  449. mmo.c: In function 'mmo_read_CObjIcons':
  450. mmo.c:430:12: warning: variable 'u16' set but not used [-Wunused-but-set-variable]
  451. mmo.c: In function 'mmo_read_CObjWaypoint':
  452. mmo.c:498:14: warning: variable 'u16' set but not used [-Wunused-but-set-variable]
  453. mmo.c:480:10: warning: variable 'ux' set but not used [-Wunused-but-set-variable]
  454. mmo.c: In function 'mmo_read_CObjRoute':
  455. mmo.c:629:14: warning: variable 'u16' set but not used [-Wunused-but-set-variable]
  456. mmo.c:618:7: warning: variable 'ux' set but not used [-Wunused-but-set-variable]
  457. mmo.c: In function 'mmo_read_CObjTrack':
  458. mmo.c:704:14: warning: variable 'u16' set but not used [-Wunused-but-set-variable]
  459. mmo.c:738:18: warning: variable 'ux' set but not used [-Wunused-but-set-variable]
  460. mmo.c:734:16: warning: variable 'ux' set but not used [-Wunused-but-set-variable]
  461. mmo.c:747:14: warning: variable 'u32' set but not used [-Wunused-but-set-variable]
  462. mmo.c:780:16: warning: variable 'u16' set but not used [-Wunused-but-set-variable]
  463. mmo.c: In function 'mmo_read_CObjText':
  464. mmo.c:808:15: warning: variable 'lon' set but not used [-Wunused-but-set-variable]
  465. mmo.c:808:10: warning: variable 'lat' set but not used [-Wunused-but-set-variable]
  466. mmo.c: In function 'mmo_read_CObjCurrentPosition':
  467. mmo.c:840:15: warning: variable 'lon' set but not used [-Wunused-but-set-variable]
  468. mmo.c:840:10: warning: variable 'lat' set but not used [-Wunused-but-set-variable]
  469. mmo.c: In function 'mmo_read_object':
  470. mmo.c:930:16: warning: variable 'obj_type' set but not used [-Wunused-but-set-variable]
  471. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall enigma.c -o enigma.o
  472. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall vpl.c -o vpl.o
  473. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall teletype.c -o teletype.o
  474. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall jogmap.c -o jogmap.o
  475. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall bushnell.c -o bushnell.o
  476. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall bushnell_trl.c -o bushnell_trl.o
  477. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall wintec_tes.c -o wintec_tes.o
  478. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall subrip.c -o subrip.o
  479. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall garmin_xt.c -o garmin_xt.o
  480. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall explorist_ini.c -o explorist_ini.o
  481. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall garmin_fit.c -o garmin_fit.o
  482. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall bend.c -o bend.o
  483. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall position.c -o position.o
  484. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall radius.c -o radius.o
  485. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall duplicate.c -o duplicate.o
  486. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall arcdist.c -o arcdist.o
  487. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall polygon.c -o polygon.o
  488. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall smplrout.c -o smplrout.o
  489. garmin_xt.c: In function 'format_garmin_xt_rd_st_attrs':
  490. garmin_xt.c:90:28: warning: variable 'TrackPoints' set but not used [-Wunused-but-set-variable]
  491. garmin_xt.c: In function 'format_garmin_xt_proc_strk':
  492. garmin_xt.c:242:22: warning: variable 'PrevTime' set but not used [-Wunused-but-set-variable]
  493. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall reverse_route.c -o reverse_route.o
  494. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall sort.c -o sort.o
  495. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall stackfilter.c -o stackfilter.o
  496. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall trackfilter.c -o trackfilter.o
  497. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall discard.c -o discard.o
  498. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall nukedata.c -o nukedata.o
  499. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall interpolate.c -o interpolate.o
  500. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall transform.c -o transform.o
  501. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall height.c -o height.o
  502. x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall swapdata.c -o swapdata.o
  503. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wl,-O1 -Wl,--as-needed -L/usr/lib64 -lusb main.o globals.o queue.o route.o waypt.o filter_vecs.o util.o vecs.o mkshort.o csv_util.o strptime.o grtcirc.o vmem.o util_crc.o xmlgeneric.o uuid.o formspec.o xmltag.o cet.o cet_util.o fatal.o rgbcolors.o inifile.o garmin_fs.o gbsleep.o units.o gbser_posix.o gbser.o gbfile.o parse.o avltree.o session.o pdbfile.o jeeps/gpsapp.o jeeps/gpscom.o jeeps/gpsmath.o jeeps/gpsmem.o jeeps/gpsprot.o jeeps/gpsread.o jeeps/gpsdevice.o jeeps/gpsdevice_ser.o jeeps/gpsdevice_usb.o jeeps/gpsrqst.o jeeps/gpssend.o jeeps/gpsserial.o jeeps/gpsutil.o jeeps/gpsusbread.o jeeps/gpsusbsend.o jeeps/gpsusbcommon.o jeeps/gpslibusb.o magproto.o gpx.o geo.o mapsend.o mapsource.o garmin.o garmin_device_xml.o garmin_tables.o internal_styles.o nmea.o kml.o wbt-200.o gtm.o gpsutil.o pcx.o cetus.o copilot.o gpspilot.o magnav.o skytraq.o psp.o holux.o tmpro.o tpg.o tpo.o xcsv.o gcdb.o tiger.o easygps.o quovadis.o gpilots.o saroute.o navicache.o psitrex.o geoniche.o delgpl.o ozi.o text.o html.o palmdoc.o netstumbler.o hsa_ndv.o igc.o brauniger_iq.o shape.o hiketech.o glogbook.o coastexp.o vcf.o overlay.o google.o xhtmlent.o lowranceusr.o an1.o tomtom.o tef_xml.o maggeo.o pathaway.o vitosmt.o gdb.o bcr.o coto.o ignrando.o stmwpp.o msroute.o cst.o nmn4.o mag_pdb.o compegps.o yahoo.o unicsv.o wfff_xml.o garmin_txt.o axim_gpb.o gpssim.o stmsdf.o gtrnctr.o dmtlog.o raymarine.o alan.o vitovtt.o ggv_log.o g7towin.o garmin_gpi.o lmx.o random.o xol.o dg-100.o navilink.o mtk_logger.o ik3d.o osm.o destinator.o exif.o vidaone.o igo8.o gopal.o humminbird.o mapasia.o gnav_trl.o navitel.o ggv_ovl.o jtr.o sbp.o sbn.o mmo.o skyforce.o itracku.o v900.o delbin.o pocketfms_bc.o pocketfms_fp.o pocketfms_wp.o naviguide.o enigma.o vpl.o teletype.o jogmap.o bushnell.o bushnell_trl.o wintec_tes.o subrip.o garmin_xt.o explorist_ini.o garmin_fit.o bend.o position.o radius.o duplicate.o arcdist.o polygon.o smplrout.o reverse_route.o sort.o stackfilter.o trackfilter.o discard.o nukedata.o interpolate.o transform.o height.o swapdata.o -lshp -lz -lm -lexpat -L/usr/lib64 -lusb -o gpsbabel
  504. make -j24 gpsbabel.html
  505. # perl xmldoc/makedoc
  506. xsltproc \
  507. --output gpsbabel.html \
  508. --stringparam toc.section.depth "1" \
  509. --nonet \
  510. --stringparam html.stylesheet "gpsbabel.org-style3.css" \
  511. http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl \
  512. xmldoc/readme.xml
  513. >>> Source compiled.
  514. >>> Test phase [check]: sci-geosciences/gpsbabel-1.4.3
  515. * Tinderbox QA Notice: 'make' called by __eapi0_src_test
  516. make -j24 -j24 -j1 check
  517. ./testo
  518. Running testo.d/arc-project.test
  519. Running testo.d/bend.test
  520. Running testo.d/bushnell.test
  521. Running testo.d/classic-1.test
  522. Running testo.d/classic-2.test
  523. Running testo.d/classic-3.test
  524. Running testo.d/classic-4.test
  525. Running testo.d/compegps.test
  526. Running testo.d/delgpl.test
  527. Running testo.d/garmin_fit.test
  528. Running testo.d/garmin_gpi.test
  529. Running testo.d/garmin_xt.test
  530. Running testo.d/gtrnctr.test
  531. Running testo.d/igo8.test
  532. Running testo.d/kml.test
  533. error : unreachable network
  534. warning: failed to load external entity "http://schemas.opengis.net/kml/2.2.0/ogckml22.xsd"
  535. tools/kml22-schema/kml22gx.xsd:30: element import: Schemas parser warning : Element '{http://www.w3.org/2001/XMLSchema}import': Failed to locate a schema at location 'http://schemas.opengis.net/kml/2.2.0/ogckml22.xsd'. Skipping the import.
  536. Schemas parser error : element decl. '{http://www.google.com/kml/ext/2.2}altitudeMode', attribute 'substitutionGroup': The QName value '{http://www.opengis.net/kml/2.2}altitudeModeGroup' does not resolve to a(n) element declaration.
  537. Schemas parser error : element decl. '{http://www.google.com/kml/ext/2.2}altitudeOffset', attribute 'substitutionGroup': The QName value '{http://www.opengis.net/kml/2.2}AbstractGeometrySimpleExtensionGroup' does not resolve to a(n) element declaration.
  538. Schemas parser error : element decl. '{http://www.google.com/kml/ext/2.2}balloonVisibility', attribute 'substitutionGroup': The QName value '{http://www.opengis.net/kml/2.2}AbstractFeatureSimpleExtensionGroup' does not resolve to a(n) element declaration.
  539. Schemas parser error : element decl. '{http://www.google.com/kml/ext/2.2}drawOrder', attribute 'substitutionGroup': The QName value '{http://www.opengis.net/kml/2.2}AbstractGeometrySimpleExtensionGroup' does not resolve to a(n) element declaration.
  540. tools/kml22-schema/kml22gx.xsd:86: element element: Schemas parser error : element decl. '{http://www.google.com/kml/ext/2.2}outerColor', attribute 'type': The QName value '{http://www.opengis.net/kml/2.2}colorType' does not resolve to a(n) type definition.
  541. Schemas parser error : element decl. '{http://www.google.com/kml/ext/2.2}outerColor', attribute 'substitutionGroup': The QName value '{http://www.opengis.net/kml/2.2}LineStyleSimpleExtensionGroup' does not resolve to a(n) element declaration.
  542. Schemas parser error : element decl. '{http://www.google.com/kml/ext/2.2}outerWidth', attribute 'substitutionGroup': The QName value '{http://www.opengis.net/kml/2.2}LineStyleSimpleExtensionGroup' does not resolve to a(n) element declaration.
  543. Schemas parser error : element decl. '{http://www.google.com/kml/ext/2.2}physicalWidth', attribute 'substitutionGroup': The QName value '{http://www.opengis.net/kml/2.2}LineStyleSimpleExtensionGroup' does not resolve to a(n) element declaration.
  544. Schemas parser error : element decl. '{http://www.google.com/kml/ext/2.2}rank', attribute 'substitutionGroup': The QName value '{http://www.opengis.net/kml/2.2}AbstractFeatureSimpleExtensionGroup' does not resolve to a(n) element declaration.
  545. Schemas parser error : element decl. '{http://www.google.com/kml/ext/2.2}x', attribute 'substitutionGroup': The QName value '{http://www.opengis.net/kml/2.2}BasicLinkSimpleExtensionGroup' does not resolve to a(n) element declaration.
  546. Schemas parser error : element decl. '{http://www.google.com/kml/ext/2.2}y', attribute 'substitutionGroup': The QName value '{http://www.opengis.net/kml/2.2}BasicLinkSimpleExtensionGroup' does not resolve to a(n) element declaration.
  547. Schemas parser error : element decl. '{http://www.google.com/kml/ext/2.2}w', attribute 'substitutionGroup': The QName value '{http://www.opengis.net/kml/2.2}BasicLinkSimpleExtensionGroup' does not resolve to a(n) element declaration.
  548. Schemas parser error : element decl. '{http://www.google.com/kml/ext/2.2}h', attribute 'substitutionGroup': The QName value '{http://www.opengis.net/kml/2.2}BasicLinkSimpleExtensionGroup' does not resolve to a(n) element declaration.
  549. Schemas parser error : element decl. '{http://www.google.com/kml/ext/2.2}AbstractTourPrimitiveGroup', attribute 'substitutionGroup': The QName value '{http://www.opengis.net/kml/2.2}AbstractObjectGroup' does not resolve to a(n) element declaration.
  550. tools/kml22-schema/kml22gx.xsd:113: element complexType: Schemas parser error : complex type 'AbstractTourPrimitiveType', attribute 'base': The QName value '{http://www.opengis.net/kml/2.2}AbstractObjectType' does not resolve to a(n) simple type definition.
  551. tools/kml22-schema/kml22gx.xsd:126: element element: Schemas parser error : Element '{http://www.w3.org/2001/XMLSchema}element', attribute 'ref': The QName value '{http://www.opengis.net/kml/2.2}Update' does not resolve to a(n) element declaration.
  552. tools/kml22-schema/kml22gx.xsd:141: element element: Schemas parser error : Element '{http://www.w3.org/2001/XMLSchema}element', attribute 'ref': The QName value '{http://www.opengis.net/kml/2.2}AbstractViewGroup' does not resolve to a(n) element declaration.
  553. Schemas parser error : element decl. '{http://www.google.com/kml/ext/2.2}Playlist', attribute 'substitutionGroup': The QName value '{http://www.opengis.net/kml/2.2}AbstractObjectGroup' does not resolve to a(n) element declaration.
  554. tools/kml22-schema/kml22gx.xsd:149: element complexType: Schemas parser error : complex type 'PlaylistType', attribute 'base': The QName value '{http://www.opengis.net/kml/2.2}AbstractObjectType' does not resolve to a(n) simple type definition.
  555. tools/kml22-schema/kml22gx.xsd:166: element element: Schemas parser error : Element '{http://www.w3.org/2001/XMLSchema}element', attribute 'ref': The QName value '{http://www.opengis.net/kml/2.2}href' does not resolve to a(n) element declaration.
  556. Schemas parser error : element decl. '{http://www.google.com/kml/ext/2.2}Tour', attribute 'substitutionGroup': The QName value '{http://www.opengis.net/kml/2.2}AbstractFeatureGroup' does not resolve to a(n) element declaration.
  557. tools/kml22-schema/kml22gx.xsd:175: element complexType: Schemas parser error : complex type 'TourType', attribute 'base': The QName value '{http://www.opengis.net/kml/2.2}AbstractFeatureType' does not resolve to a(n) simple type definition.
  558. tools/kml22-schema/kml22gx.xsd:188: element element: Schemas parser error : element decl. '{http://www.google.com/kml/ext/2.2}TimeStamp', attribute 'type': The QName value '{http://www.opengis.net/kml/2.2}TimeStampType' does not resolve to a(n) type definition.
  559. Schemas parser error : element decl. '{http://www.google.com/kml/ext/2.2}TimeStamp', attribute 'substitutionGroup': The QName value '{http://www.opengis.net/kml/2.2}AbstractViewObjectExtensionGroup' does not resolve to a(n) element declaration.
  560. tools/kml22-schema/kml22gx.xsd:190: element element: Schemas parser error : element decl. '{http://www.google.com/kml/ext/2.2}TimeSpan', attribute 'type': The QName value '{http://www.opengis.net/kml/2.2}TimeSpanType' does not resolve to a(n) type definition.
  561. Schemas parser error : element decl. '{http://www.google.com/kml/ext/2.2}TimeSpan', attribute 'substitutionGroup': The QName value '{http://www.opengis.net/kml/2.2}AbstractViewObjectExtensionGroup' does not resolve to a(n) element declaration.
  562. Schemas parser error : element decl. '{http://www.google.com/kml/ext/2.2}LatLonQuad', attribute 'substitutionGroup': The QName value '{http://www.opengis.net/kml/2.2}GroundOverlayObjectExtensionGroup' does not resolve to a(n) element declaration.
  563. tools/kml22-schema/kml22gx.xsd:218: element complexType: Schemas parser error : complex type 'LatLonQuadType', attribute 'base': The QName value '{http://www.opengis.net/kml/2.2}AbstractObjectType' does not resolve to a(n) simple type definition.
  564. tools/kml22-schema/kml22gx.xsd:222: element element: Schemas parser error : Element '{http://www.w3.org/2001/XMLSchema}element', attribute 'ref': The QName value '{http://www.opengis.net/kml/2.2}coordinates' does not resolve to a(n) element declaration.
  565. Schemas parser error : element decl. '{http://www.google.com/kml/ext/2.2}Track', attribute 'substitutionGroup': The QName value '{http://www.opengis.net/kml/2.2}AbstractGeometryGroup' does not resolve to a(n) element declaration.
  566. tools/kml22-schema/kml22gx.xsd:231: element complexType: Schemas parser error : complex type 'TrackType', attribute 'base': The QName value '{http://www.opengis.net/kml/2.2}AbstractGeometryType' does not resolve to a(n) simple type definition.
  567. tools/kml22-schema/kml22gx.xsd:235: element element: Schemas parser error : Element '{http://www.w3.org/2001/XMLSchema}element', attribute 'ref': The QName value '{http://www.opengis.net/kml/2.2}extrude' does not resolve to a(n) element declaration.
  568. tools/kml22-schema/kml22gx.xsd:236: element element: Schemas parser error : Element '{http://www.w3.org/2001/XMLSchema}element', attribute 'ref': The QName value '{http://www.opengis.net/kml/2.2}tessellate' does not resolve to a(n) element declaration.
  569. tools/kml22-schema/kml22gx.xsd:237: element element: Schemas parser error : Element '{http://www.w3.org/2001/XMLSchema}element', attribute 'ref': The QName value '{http://www.opengis.net/kml/2.2}altitudeModeGroup' does not resolve to a(n) element declaration.
  570. tools/kml22-schema/kml22gx.xsd:238: element element: Schemas parser error : Element '{http://www.w3.org/2001/XMLSchema}element', attribute 'ref': The QName value '{http://www.opengis.net/kml/2.2}when' does not resolve to a(n) element declaration.
  571. tools/kml22-schema/kml22gx.xsd:241: element element: Schemas parser error : Element '{http://www.w3.org/2001/XMLSchema}element', attribute 'ref': The QName value '{http://www.opengis.net/kml/2.2}Model' does not resolve to a(n) element declaration.
  572. tools/kml22-schema/kml22gx.xsd:242: element element: Schemas parser error : Element '{http://www.w3.org/2001/XMLSchema}element', attribute 'ref': The QName value '{http://www.opengis.net/kml/2.2}ExtendedData' does not resolve to a(n) element declaration.
  573. Schemas parser error : element decl. '{http://www.google.com/kml/ext/2.2}MultiTrack', attribute 'substitutionGroup': The QName value '{http://www.opengis.net/kml/2.2}AbstractGeometryGroup' does not resolve to a(n) element declaration.
  574. tools/kml22-schema/kml22gx.xsd:253: element complexType: Schemas parser error : complex type 'MultiTrackType', attribute 'base': The QName value '{http://www.opengis.net/kml/2.2}AbstractGeometryType' does not resolve to a(n) simple type definition.
  575. tools/kml22-schema/kml22gx.xsd:257: element element: Schemas parser error : Element '{http://www.w3.org/2001/XMLSchema}element', attribute 'ref': The QName value '{http://www.opengis.net/kml/2.2}altitudeModeGroup' does not resolve to a(n) element declaration.
  576. Schemas parser error : element decl. '{http://www.google.com/kml/ext/2.2}SimpleArrayField', attribute 'substitutionGroup': The QName value '{http://www.opengis.net/kml/2.2}SchemaExtension' does not resolve to a(n) element declaration.
  577. tools/kml22-schema/kml22gx.xsd:270: element element: Schemas parser error : Element '{http://www.w3.org/2001/XMLSchema}element', attribute 'ref': The QName value '{http://www.opengis.net/kml/2.2}displayName' does not resolve to a(n) element declaration.
  578. Schemas parser error : element decl. '{http://www.google.com/kml/ext/2.2}SimpleArrayData', attribute 'substitutionGroup': The QName value '{http://www.opengis.net/kml/2.2}SchemaDataExtension' does not resolve to a(n) element declaration.
  579. tools/kml22-schema/kml22gx.xsd:282: element complexType: Schemas parser error : complex type 'SimpleArrayDataType', attribute 'base': The QName value '{http://www.opengis.net/kml/2.2}AbstractObjectType' does not resolve to a(n) simple type definition.
  580. Schemas parser error : element decl. '{http://www.google.com/kml/ext/2.2}ViewerOptions', attribute 'substitutionGroup': The QName value '{http://www.opengis.net/kml/2.2}AbstractViewObjectExtensionGroup' does not resolve to a(n) element declaration.
  581. tools/kml22-schema/kml22gx.xsd:300: element complexType: Schemas parser error : complex type 'ViewerOptionsType', attribute 'base': The QName value '{http://www.opengis.net/kml/2.2}AbstractObjectType' does not resolve to a(n) simple type definition.
  582. WXS schema tools/kml22-schema/kml22gx.xsd failed to compile
  583. make: *** [check] Error 5
  584. * ERROR: sci-geosciences/gpsbabel-1.4.3 failed (test phase):
  585. * emake failed
  586. *
  587. * If you need support, post the output of `emerge --info '=sci-geosciences/gpsbabel-1.4.3'`,
  588. * the complete build log and the output of `emerge -pqv '=sci-geosciences/gpsbabel-1.4.3'`.
  589. * The complete build log is located at '/var/log/portage/sci-geosciences:gpsbabel-1.4.3:20130104-120552.log'.
  590. * For convenience, a symlink to the build log is located at '/tmp/portage/sci-geosciences/gpsbabel-1.4.3/temp/build.log'.
  591. * The ebuild environment file is located at '/tmp/portage/sci-geosciences/gpsbabel-1.4.3/temp/environment'.
  592. * Working directory: '/tmp/portage/sci-geosciences/gpsbabel-1.4.3/work/gpsbabel-1.4.3'
  593. * S: '/tmp/portage/sci-geosciences/gpsbabel-1.4.3/work/gpsbabel-1.4.3'
  594. >>> Install gpsbabel-1.4.3 into /tmp/portage/sci-geosciences/gpsbabel-1.4.3/image/ category sci-geosciences
  595. make -j24 DESTDIR=/tmp/portage/sci-geosciences/gpsbabel-1.4.3/image/ install
  596. install gpsbabel /tmp/portage/sci-geosciences/gpsbabel-1.4.3/image///usr/bin/
  597. >>> Completed installing gpsbabel-1.4.3 into /tmp/portage/sci-geosciences/gpsbabel-1.4.3/image/
  598. strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line
  599. usr/bin/gpsbabel
  600. ecompressdir: bzip2 -9 /usr/share/doc
  601. * QA Notice: Package triggers severe warnings which indicate that it
  602. * may exhibit random runtime failures.
  603. * jeeps/gpsusbcommon.c:228:39: warning: array subscript is above array bounds [-Warray-bounds]
  604. * jeeps/gpsusbcommon.c:230:35: warning: array subscript is above array bounds [-Warray-bounds]
  605. * Please do not file a Gentoo bug and instead report the above QA
  606. * issues directly to the upstream developers of this software.
  607. * Homepage: http://www.gpsbabel.org/