- * Package: sci-geosciences/gpsbabel-1.4.3
- * Repository: gentoo
- * Maintainer: sci-geosciences@gentoo.org
- * USE: amd64 elibc_glibc kernel_linux multilib test userland_GNU
- * FEATURES: sandbox test userpriv usersandbox
- >>> Unpacking source...
- >>> Unpacking gpsbabel-1.4.3.tar.gz to /tmp/portage/sci-geosciences/gpsbabel-1.4.3/work
- >>> Source unpacked in /tmp/portage/sci-geosciences/gpsbabel-1.4.3/work
- >>> Preparing source in /tmp/portage/sci-geosciences/gpsbabel-1.4.3/work/gpsbabel-1.4.3 ...
- * Applying gpsbabel-disable_statistic_uploading.patch ...
- [ ok ]
- * Applying gpsbabel-disable_update_check.patch ...
- [ ok ]
- * Applying gpsbabel-disable_version_check.patch ...
- [ ok ]
- * Applying gpsbabel-1.4.3-fix_binary_name.patch ...
- [ ok ]
- * Applying gpsbabel-freebsd.patch ...
- [ ok ]
- * Applying gpsbabel-use_system_shapelib.patch ...
- [ ok ]
- * Applying gpsbabel-xmldoc.patch ...
- [ ok ]
- * Running eautoreconf in '/tmp/portage/sci-geosciences/gpsbabel-1.4.3/work/gpsbabel-1.4.3' ...
- * Running aclocal ...
- [ ok ]
- * Running autoconf ...
- [ ok ]
- * Running autoheader ...
- [ ok ]
- >>> Source prepared.
- >>> Configuring source in /tmp/portage/sci-geosciences/gpsbabel-1.4.3/work/gpsbabel-1.4.3 ...
- * econf: updating gpsbabel-1.4.3/config.sub with /usr/share/gnuconfig/config.sub
- * econf: updating gpsbabel-1.4.3/config.guess with /usr/share/gnuconfig/config.guess
- ./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 --without-doc --with-zlib=system
- checking build system type... x86_64-pc-linux-gnu
- checking host system type... x86_64-pc-linux-gnu
- checking target system type... x86_64-pc-linux-gnu
- checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables...
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
- checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether make sets $(MAKE)... yes
- checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
- checking for grep that handles long lines and -e... /bin/grep
- checking for egrep... /bin/grep -E
- checking for ANSI C header files... yes
- checking for sys/types.h... yes
- checking for sys/stat.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for memory.h... yes
- checking for strings.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for unistd.h... yes
- checking whether byte ordering is bigendian... no
- checking for cos in -lm... yes
- checking whether to support shapefiles... yes
- checking whether to support Palm/OS pdb formats... yes
- checking whether to support csv formats... yes
- checking whether to support maximum number of formats... yes
- checking whether to support filters... yes
- checking whether to support zlib... checking for gzopen in -lz... yes
- checking for libusb... checking for libusb-config... true
- checking for usb_interrupt_read in -lusb... yes
- checking for Linux HID interface... yes
- checking for random stuff to make you feel better... failed
- checking for libexpat... try to autodetect
- checking for XML_ParserCreate in -lexpat... yes
- checking for efence...
- checking for docdir... checking for nanosleep... yes
- checking for sleep... yes
- checking for uname... yes
- checking for glob... yes
- checking for va_copy... yes
- checking for __va_copy... yes
- checking va_list assignments need array notation... yes
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating gbversion.h
- config.status: creating gui/setup.iss
- config.status: creating gui/makelinuxdist.sh
- config.status: creating xmldoc/makedoc
- config.status: creating tools/mkcapabilities
- config.status: creating win32/gpsbabel.rc
- config.status: creating jeeps/Makefile
- config.status: creating zlib/empty
- config.status: creating config.h
- >>> Source configured.
- >>> Compiling source in /tmp/portage/sci-geosciences/gpsbabel-1.4.3/work/gpsbabel-1.4.3 ...
- make -j24
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall main.c -o main.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall globals.c -o globals.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall queue.c -o queue.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall route.c -o route.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall waypt.c -o waypt.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall filter_vecs.c -o filter_vecs.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall util.c -o util.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall vecs.c -o vecs.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall mkshort.c -o mkshort.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall csv_util.c -o csv_util.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall strptime.c -o strptime.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall grtcirc.c -o grtcirc.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall vmem.c -o vmem.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall util_crc.c -o util_crc.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall xmlgeneric.c -o xmlgeneric.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall uuid.c -o uuid.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall formspec.c -o formspec.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall xmltag.c -o xmltag.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall cet.c -o cet.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall cet_util.c -o cet_util.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall fatal.c -o fatal.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall rgbcolors.c -o rgbcolors.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall inifile.c -o inifile.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall garmin_fs.c -o garmin_fs.o
- strptime.c: In function 'strptime_internal':
- strptime.c:289:21: warning: variable 'era' set but not used [-Wunused-but-set-variable]
- strptime.c:277:15: warning: variable 'rp_backup' set but not used [-Wunused-but-set-variable]
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall gbsleep.c -o gbsleep.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall units.c -o units.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall gbser_posix.c -o gbser_posix.o
- mkshort.c: In function 'mkshort':
- mkshort.c:390:13: warning: variable 'nlen' set but not used [-Wunused-but-set-variable]
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall gbser.c -o gbser.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall gbfile.c -o gbfile.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall parse.c -o parse.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall avltree.c -o avltree.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall session.c -o session.o
- gbser_posix.c: In function 'gbser__fill_buffer':
- gbser_posix.c:328:28: warning: variable 'vtime' set but not used [-Wunused-but-set-variable]
- gbser_posix.c:328:18: warning: variable 'vmin' set but not used [-Wunused-but-set-variable]
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall pdbfile.c -o pdbfile.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall jeeps/gpsapp.c -o jeeps/gpsapp.o
- gbfile.c: In function 'gzapi_open':
- gbfile.c:87:21: warning: assignment from incompatible pointer type [enabled by default]
- gbfile.c:89:21: warning: assignment from incompatible pointer type [enabled by default]
- gbfile.c: In function 'gzapi_close':
- gbfile.c:105:3: warning: passing argument 1 of 'gzclose' from incompatible pointer type [enabled by default]
- In file included from defs.h:34:0,
- from gbfile.c:23:
- /usr/include/zlib.h:1494:24: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- gbfile.c: In function 'gzapi_seek':
- gbfile.c:118:3: warning: passing argument 1 of 'gzseek' from incompatible pointer type [enabled by default]
- In file included from defs.h:34:0,
- from gbfile.c:23:
- /usr/include/zlib.h:1709:28: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- gbfile.c: In function 'gzapi_read':
- gbfile.c:143:3: warning: passing argument 1 of 'gzread' from incompatible pointer type [enabled by default]
- In file included from defs.h:34:0,
- from gbfile.c:23:
- /usr/include/zlib.h:1296:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- gbfile.c:156:5: warning: passing argument 1 of 'gzerror' from incompatible pointer type [enabled by default]
- In file included from defs.h:34:0,
- from gbfile.c:23:
- /usr/include/zlib.h:1519:30: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- gbfile.c:159:5: warning: passing argument 1 of 'gztell' from incompatible pointer type [enabled by default]
- In file included from defs.h:34:0,
- from gbfile.c:23:
- /usr/include/zlib.h:1710:28: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- gbfile.c: In function 'gzapi_write':
- gbfile.c:172:3: warning: passing argument 1 of 'gzwrite' from incompatible pointer type [enabled by default]
- In file included from defs.h:34:0,
- from gbfile.c:23:
- /usr/include/zlib.h:1324:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- gbfile.c: In function 'gzapi_flush':
- gbfile.c:178:3: warning: passing argument 1 of 'gzflush' from incompatible pointer type [enabled by default]
- In file included from defs.h:34:0,
- from gbfile.c:23:
- /usr/include/zlib.h:1395:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- gbfile.c: In function 'gzapi_tell':
- gbfile.c:186:3: warning: passing argument 1 of 'gztell' from incompatible pointer type [enabled by default]
- In file included from defs.h:34:0,
- from gbfile.c:23:
- /usr/include/zlib.h:1710:28: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- gbfile.c: In function 'gzapi_eof':
- gbfile.c:203:3: warning: passing argument 1 of 'gzeof' from incompatible pointer type [enabled by default]
- In file included from defs.h:34:0,
- from gbfile.c:23:
- /usr/include/zlib.h:1458:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- gbfile.c:206:5: warning: passing argument 1 of 'gzread' from incompatible pointer type [enabled by default]
- In file included from defs.h:34:0,
- from gbfile.c:23:
- /usr/include/zlib.h:1296:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- gbfile.c:214:9: warning: passing argument 1 of 'gzeof' from incompatible pointer type [enabled by default]
- In file included from defs.h:34:0,
- from gbfile.c:23:
- /usr/include/zlib.h:1458:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- gbfile.c: In function 'gzapi_clearerr':
- gbfile.c:236:3: warning: passing argument 1 of 'gzclearerr' from incompatible pointer type [enabled by default]
- In file included from defs.h:34:0,
- from gbfile.c:23:
- /usr/include/zlib.h:1535:22: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- gbfile.c: In function 'gzapi_error':
- gbfile.c:244:3: warning: passing argument 1 of 'gzerror' from incompatible pointer type [enabled by default]
- In file included from defs.h:34:0,
- from gbfile.c:23:
- /usr/include/zlib.h:1519:30: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall jeeps/gpscom.c -o jeeps/gpscom.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall jeeps/gpsmath.c -o jeeps/gpsmath.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall jeeps/gpsmem.c -o jeeps/gpsmem.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall jeeps/gpsprot.c -o jeeps/gpsprot.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall jeeps/gpsread.c -o jeeps/gpsread.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall jeeps/gpsdevice.c -o jeeps/gpsdevice.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall jeeps/gpsdevice_ser.c -o jeeps/gpsdevice_ser.o
- jeeps/gpscom.c: In function 'GPS_Command_Send_Course':
- jeeps/gpscom.c:790:9: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall jeeps/gpsdevice_usb.c -o jeeps/gpsdevice_usb.o
- jeeps/gpsapp.c: In function 'GPS_D311_Get':
- jeeps/gpsapp.c:4571:7: warning: variable 'p' set but not used [-Wunused-but-set-variable]
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall jeeps/gpsrqst.c -o jeeps/gpsrqst.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall jeeps/gpssend.c -o jeeps/gpssend.o
- jeeps/gpsmath.c: In function 'GPS_Math_Cassini_LatLon_To_EN':
- jeeps/gpsmath.c:784:10: warning: variable 'A3' set but not used [-Wunused-but-set-variable]
- jeeps/gpsmath.c:783:10: warning: variable 'A2' set but not used [-Wunused-but-set-variable]
- jeeps/gpsmath.c:782:10: warning: variable 'A1' set but not used [-Wunused-but-set-variable]
- jeeps/gpsmath.c:781:10: warning: variable 'A0' set but not used [-Wunused-but-set-variable]
- jeeps/gpsmath.c:769:10: warning: variable 'po2' set but not used [-Wunused-but-set-variable]
- jeeps/gpsmath.c: In function 'GPS_Math_UTM_EN_to_LatLon':
- jeeps/gpsmath.c:2518:14: warning: variable 'phi1' set but not used [-Wunused-but-set-variable]
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall jeeps/gpsserial.c -o jeeps/gpsserial.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall jeeps/gpsutil.c -o jeeps/gpsutil.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall jeeps/gpsusbread.c -o jeeps/gpsusbread.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall jeeps/gpsusbsend.c -o jeeps/gpsusbsend.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall jeeps/gpsusbcommon.c -o jeeps/gpsusbcommon.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall ./jeeps/gpslibusb.c -o jeeps/gpslibusb.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall magproto.c -o magproto.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall gpx.c -o gpx.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall geo.c -o geo.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall mapsend.c -o mapsend.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall mapsource.c -o mapsource.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall garmin.c -o garmin.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall garmin_device_xml.c -o garmin_device_xml.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall garmin_tables.c -o garmin_tables.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall internal_styles.c -o internal_styles.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall nmea.c -o nmea.o
- jeeps/gpsusbcommon.c: In function 'gusb_cmd_get':
- jeeps/gpsusbcommon.c:86:7: warning: variable 'orig_receive_state' set but not used [-Wunused-but-set-variable]
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall kml.c -o kml.o
- magproto.c: In function 'mag_trkparse':
- magproto.c:955:8: warning: variable 'altunits' set but not used [-Wunused-but-set-variable]
- magproto.c: In function 'mag_rteparse':
- magproto.c:1022:8: warning: variable 'descr' set but not used [-Wunused-but-set-variable]
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall wbt-200.c -o wbt-200.o
- mapsend.c: In function 'mapsend_wpt_read':
- mapsend.c:116:8: warning: variable 'wpt_status' set but not used [-Wunused-but-set-variable]
- mapsend.c:114:7: warning: variable 'wpt_number' set but not used [-Wunused-but-set-variable]
- mapsend.c: In function 'mapsend_track_read':
- mapsend.c:192:7: warning: variable 'valid' set but not used [-Wunused-but-set-variable]
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall gtm.c -o gtm.o
- mapsource.c: In function 'mps_route_r':
- mapsource.c:879:16: warning: variable 'mpsclass' set but not used [-Wunused-but-set-variable]
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall gpsutil.c -o gpsutil.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall pcx.c -o pcx.o
- nmea.c: In function 'gpgsa_parse':
- nmea.c:671:8: warning: variable 'scn' set but not used [-Wunused-but-set-variable]
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall cetus.c -o cetus.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall copilot.c -o copilot.o
- jeeps/gpsusbcommon.c: In function 'gusb_id_unit':
- jeeps/gpsusbcommon.c:228:39: warning: array subscript is above array bounds [-Warray-bounds]
- jeeps/gpsusbcommon.c:230:35: warning: array subscript is above array bounds [-Warray-bounds]
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall gpspilot.c -o gpspilot.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall magnav.c -o magnav.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall skytraq.c -o skytraq.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall psp.c -o psp.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall holux.c -o holux.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall tmpro.c -o tmpro.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall tpg.c -o tpg.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall tpo.c -o tpo.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall xcsv.c -o xcsv.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall gcdb.c -o gcdb.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall tiger.c -o tiger.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall easygps.c -o easygps.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall quovadis.c -o quovadis.o
- tpo.c: In function 'tpo_process_tracks':
- tpo.c:560:18: warning: variable 'track_length' set but not used [-Wunused-but-set-variable]
- tpo.c:559:18: warning: variable 'track_number' set but not used [-Wunused-but-set-variable]
- tpo.c:558:18: warning: variable 'line_type' set but not used [-Wunused-but-set-variable]
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall gpilots.c -o gpilots.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall saroute.c -o saroute.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall navicache.c -o navicache.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall psitrex.c -o psitrex.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall geoniche.c -o geoniche.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall delgpl.c -o delgpl.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall ozi.c -o ozi.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall text.c -o text.o
- psitrex.c: In function 'psit_route_r':
- psitrex.c:397:16: warning: variable 'rte_count' set but not used [-Wunused-but-set-variable]
- psitrex.c:392:16: warning: variable 'rte_num' set but not used [-Wunused-but-set-variable]
- psitrex.c: In function 'psit_routehdr_w':
- psitrex.c:477:9: warning: variable 'allWptNameLengths' set but not used [-Wunused-but-set-variable]
- psitrex.c: In function 'psit_track_r':
- psitrex.c:539:16: warning: variable 'trk_count' set but not used [-Wunused-but-set-variable]
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall html.c -o html.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall palmdoc.c -o palmdoc.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall netstumbler.c -o netstumbler.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall hsa_ndv.c -o hsa_ndv.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall igc.c -o igc.o
- geoniche.c: In function 'geoniche_read_asc':
- geoniche.c:224:10: warning: variable 'icon' set but not used [-Wunused-but-set-variable]
- geoniche.c:219:10: warning: variable 'route_id' set but not used [-Wunused-but-set-variable]
- geoniche.c: In function 'geoniche_read_bin':
- geoniche.c:488:18: warning: variable 'selected' set but not used [-Wunused-but-set-variable]
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall brauniger_iq.c -o brauniger_iq.o
- text.c: In function 'text_disp':
- text.c:98:15: warning: variable 'lonint' set but not used [-Wunused-but-set-variable]
- text.c:98:7: warning: variable 'latint' set but not used [-Wunused-but-set-variable]
- ozi.c: In function 'ozi_openfile':
- ozi.c:234:3: warning: field width specifier '*' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat]
- ozi.c:234:3: warning: field precision specifier '.*' expects argument of type 'int', but argument 4 has type 'long int' [-Wformat]
- ozi.c: In function 'ozi_route_disp':
- ozi.c:342:10: warning: variable 'alt' set but not used [-Wunused-but-set-variable]
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall shape.c -o shape.o
- hsa_ndv.c: In function 'readVersion4':
- hsa_ndv.c:343:11: warning: variable 'pts1' set but not used [-Wunused-but-set-variable]
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall hiketech.c -o hiketech.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall glogbook.c -o glogbook.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall coastexp.c -o coastexp.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall vcf.c -o vcf.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall overlay.c -o overlay.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall google.c -o google.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall xhtmlent.c -o xhtmlent.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall lowranceusr.c -o lowranceusr.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall an1.c -o an1.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall tomtom.c -o tomtom.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall tef_xml.c -o tef_xml.o
- coastexp.c: In function 'ce_write':
- coastexp.c:699:10: warning: variable 'now' set but not used [-Wunused-but-set-variable]
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall maggeo.c -o maggeo.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall pathaway.c -o pathaway.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall vitosmt.c -o vitosmt.o
- overlay.c: In function 'ovl_read':
- overlay.c:242:11: warning: variable 'aktArea' set but not used [-Wunused-but-set-variable]
- overlay.c: In function 'overlay_waypt_pr':
- overlay.c:630:15: warning: variable 'oname' set but not used [-Wunused-but-set-variable]
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall gdb.c -o gdb.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall bcr.c -o bcr.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall coto.c -o coto.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall ignrando.c -o ignrando.o
- an1.c: In function 'Read_AN1_Header':
- an1.c:640:18: warning: variable 'magic' set but not used [-Wunused-but-set-variable]
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall stmwpp.c -o stmwpp.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall msroute.c -o msroute.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall cst.c -o cst.o
- tef_xml.c: In function 'fix_notes':
- tef_xml.c:188:3: warning: field width specifier '*' expects argument of type 'int', but argument 4 has type 'long int' [-Wformat]
- tef_xml.c:188:3: warning: field precision specifier '.*' expects argument of type 'int', but argument 5 has type 'long int' [-Wformat]
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall nmn4.c -o nmn4.o
- pathaway.c: In function 'ppdb_read':
- pathaway.c:538:15: warning: variable 'descr' set but not used [-Wunused-but-set-variable]
- vitosmt.c: In function 'vitosmt_read':
- vitosmt.c:76:10: warning: variable 'check2' set but not used [-Wunused-but-set-variable]
- vitosmt.c: In function 'vitosmt_write':
- vitosmt.c:323:10: warning: variable 'now' set but not used [-Wunused-but-set-variable]
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall mag_pdb.c -o mag_pdb.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall compegps.c -o compegps.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall yahoo.c -o yahoo.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall unicsv.c -o unicsv.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall wfff_xml.c -o wfff_xml.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall garmin_txt.c -o garmin_txt.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall axim_gpb.c -o axim_gpb.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall gpssim.c -o gpssim.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall stmsdf.c -o stmsdf.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall gtrnctr.c -o gtrnctr.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall dmtlog.c -o dmtlog.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall raymarine.c -o raymarine.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall alan.c -o alan.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall vitovtt.c -o vitovtt.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall ggv_log.c -o ggv_log.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall g7towin.c -o g7towin.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall garmin_gpi.c -o garmin_gpi.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall lmx.c -o lmx.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall random.c -o random.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall xol.c -o xol.o
- axim_gpb.c: In function 'decode_buff':
- axim_gpb.c:57:7: warning: variable 'sats' set but not used [-Wunused-but-set-variable]
- axim_gpb.c:56:32: warning: variable 'Uf1' set but not used [-Wunused-but-set-variable]
- axim_gpb.c:56:27: warning: variable 'spd' set but not used [-Wunused-but-set-variable]
- axim_gpb.c:56:21: warning: variable 'pdop' set but not used [-Wunused-but-set-variable]
- axim_gpb.c:56:15: warning: variable 'hdop' set but not used [-Wunused-but-set-variable]
- axim_gpb.c:56:9: warning: variable 'vdop' set but not used [-Wunused-but-set-variable]
- axim_gpb.c:55:25: warning: variable 'dir' set but not used [-Wunused-but-set-variable]
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall dg-100.c -o dg-100.o
- vitovtt.c: In function 'vitovtt_read':
- vitovtt.c:74:10: warning: variable 'status' set but not used [-Wunused-but-set-variable]
- vitovtt.c:73:10: warning: variable 'course' set but not used [-Wunused-but-set-variable]
- vitovtt.c:72:12: warning: variable 'speed' set but not used [-Wunused-but-set-variable]
- dmtlog.c: In function 'read_CTrackFile':
- dmtlog.c:397:11: warning: variable 'ux' set but not used [-Wunused-but-set-variable]
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall navilink.c -o navilink.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall mtk_logger.c -o mtk_logger.o
- g7towin.c: In function 'data_read':
- g7towin.c:415:13: warning: variable 'prev' set but not used [-Wunused-but-set-variable]
- garmin_gpi.c: In function 'read_poi':
- garmin_gpi.c:361:12: warning: variable 'len' set but not used [-Wunused-but-set-variable]
- garmin_gpi.c: In function 'read_poi_list':
- garmin_gpi.c:414:12: warning: variable 'i' set but not used [-Wunused-but-set-variable]
- garmin_gpi.c: In function 'read_poi_group':
- garmin_gpi.c:461:9: warning: variable 'subsz' set but not used [-Wunused-but-set-variable]
- dg-100.c: In function 'dg100_send':
- dg-100.c:327:20: warning: variable 'param_len' set but not used [-Wunused-but-set-variable]
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall ik3d.c -o ik3d.o
- dg-100.c: In function 'dg100_recv_frame':
- dg-100.c:394:47: warning: variable 'frame_end_seq' set but not used [-Wunused-but-set-variable]
- dg-100.c:394:12: warning: variable 'payload_end_seq' set but not used [-Wunused-but-set-variable]
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall osm.c -o osm.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall destinator.c -o destinator.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall exif.c -o exif.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall vidaone.c -o vidaone.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall igo8.c -o igo8.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall gopal.c -o gopal.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall humminbird.c -o humminbird.o
- exif.c: In function 'exif_examine_app':
- exif.c:582:7: warning: variable 'i' set but not used [-Wunused-but-set-variable]
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall mapasia.c -o mapasia.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall gnav_trl.c -o gnav_trl.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall navitel.c -o navitel.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall ggv_ovl.c -o ggv_ovl.o
- gopal.c: In function 'gopal_read':
- gopal.c:178:10: warning: variable 'long_old' set but not used [-Wunused-but-set-variable]
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall jtr.c -o jtr.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall sbp.c -o sbp.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall sbn.c -o sbn.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall mmo.c -o mmo.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall skyforce.c -o skyforce.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall itracku.c -o itracku.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall v900.c -o v900.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall delbin.c -o delbin.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall pocketfms_bc.c -o pocketfms_bc.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall pocketfms_fp.c -o pocketfms_fp.o
- mmo.c: In function 'mmo_read_CObjIcons':
- mmo.c:430:12: warning: variable 'u16' set but not used [-Wunused-but-set-variable]
- mmo.c: In function 'mmo_read_CObjWaypoint':
- mmo.c:498:14: warning: variable 'u16' set but not used [-Wunused-but-set-variable]
- mmo.c:480:10: warning: variable 'ux' set but not used [-Wunused-but-set-variable]
- mmo.c: In function 'mmo_read_CObjRoute':
- mmo.c:629:14: warning: variable 'u16' set but not used [-Wunused-but-set-variable]
- mmo.c:618:7: warning: variable 'ux' set but not used [-Wunused-but-set-variable]
- mmo.c: In function 'mmo_read_CObjTrack':
- mmo.c:704:14: warning: variable 'u16' set but not used [-Wunused-but-set-variable]
- mmo.c:738:18: warning: variable 'ux' set but not used [-Wunused-but-set-variable]
- mmo.c:734:16: warning: variable 'ux' set but not used [-Wunused-but-set-variable]
- mmo.c:747:14: warning: variable 'u32' set but not used [-Wunused-but-set-variable]
- mmo.c:780:16: warning: variable 'u16' set but not used [-Wunused-but-set-variable]
- mmo.c: In function 'mmo_read_CObjText':
- mmo.c:808:15: warning: variable 'lon' set but not used [-Wunused-but-set-variable]
- mmo.c:808:10: warning: variable 'lat' set but not used [-Wunused-but-set-variable]
- mmo.c: In function 'mmo_read_CObjCurrentPosition':
- mmo.c:840:15: warning: variable 'lon' set but not used [-Wunused-but-set-variable]
- mmo.c:840:10: warning: variable 'lat' set but not used [-Wunused-but-set-variable]
- mmo.c: In function 'mmo_read_object':
- mmo.c:930:16: warning: variable 'obj_type' set but not used [-Wunused-but-set-variable]
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall pocketfms_wp.c -o pocketfms_wp.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall naviguide.c -o naviguide.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall enigma.c -o enigma.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall vpl.c -o vpl.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall teletype.c -o teletype.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall jogmap.c -o jogmap.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall bushnell.c -o bushnell.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall bushnell_trl.c -o bushnell_trl.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall wintec_tes.c -o wintec_tes.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall subrip.c -o subrip.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall garmin_xt.c -o garmin_xt.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall explorist_ini.c -o explorist_ini.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall garmin_fit.c -o garmin_fit.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall bend.c -o bend.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall position.c -o position.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall radius.c -o radius.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall duplicate.c -o duplicate.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall arcdist.c -o arcdist.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall polygon.c -o polygon.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall smplrout.c -o smplrout.o
- garmin_xt.c: In function 'format_garmin_xt_rd_st_attrs':
- garmin_xt.c:90:28: warning: variable 'TrackPoints' set but not used [-Wunused-but-set-variable]
- garmin_xt.c: In function 'format_garmin_xt_proc_strk':
- garmin_xt.c:242:22: warning: variable 'PrevTime' set but not used [-Wunused-but-set-variable]
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall reverse_route.c -o reverse_route.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall sort.c -o sort.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall stackfilter.c -o stackfilter.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall trackfilter.c -o trackfilter.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall discard.c -o discard.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall nukedata.c -o nukedata.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall interpolate.c -o interpolate.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall transform.c -o transform.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall height.c -o height.o
- x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -pipe -ggdb -march=native -ftracer -Wall swapdata.c -o swapdata.o
- x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -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
- >>> Source compiled.
- >>> Test phase [check]: sci-geosciences/gpsbabel-1.4.3
- * Tinderbox QA Notice: 'make' called by _eapi0_src_test
- make -j24 -j24 -j1 check
- ./testo
- Running testo.d/arc-project.test
- Running testo.d/bend.test
- Running testo.d/bushnell.test
- Running testo.d/classic-1.test
- Running testo.d/classic-2.test
- Running testo.d/classic-3.test
- Running testo.d/classic-4.test
- Running testo.d/compegps.test
- Running testo.d/delgpl.test
- Running testo.d/garmin_fit.test
- Running testo.d/garmin_gpi.test
- Running testo.d/garmin_xt.test
- Running testo.d/gtrnctr.test
- Running testo.d/igo8.test
- Running testo.d/kml.test
- error : Operation in progress
- warning: failed to load external entity "http://schemas.opengis.net/kml/2.2.0/ogckml22.xsd"
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- WXS schema tools/kml22-schema/kml22gx.xsd failed to compile
- make: *** [check] Error 5
- * ERROR: sci-geosciences/gpsbabel-1.4.3 failed (test phase):
- * emake failed
- *
- * If you need support, post the output of `emerge --info '=sci-geosciences/gpsbabel-1.4.3'`,
- * the complete build log and the output of `emerge -pqv '=sci-geosciences/gpsbabel-1.4.3'`.
- * The complete build log is located at '/var/log/portage/sci-geosciences:gpsbabel-1.4.3:20120618-034144.log'.
- * For convenience, a symlink to the build log is located at '/tmp/portage/sci-geosciences/gpsbabel-1.4.3/temp/build.log'.
- * The ebuild environment file is located at '/tmp/portage/sci-geosciences/gpsbabel-1.4.3/temp/environment'.
- * Working directory: '/tmp/portage/sci-geosciences/gpsbabel-1.4.3/work/gpsbabel-1.4.3'
- * S: '/tmp/portage/sci-geosciences/gpsbabel-1.4.3/work/gpsbabel-1.4.3'
- >>> Install gpsbabel-1.4.3 into /tmp/portage/sci-geosciences/gpsbabel-1.4.3/image/ category sci-geosciences
- make -j24 DESTDIR=/tmp/portage/sci-geosciences/gpsbabel-1.4.3/image/ install
- install gpsbabel /tmp/portage/sci-geosciences/gpsbabel-1.4.3/image///usr/bin/
- >>> Completed installing gpsbabel-1.4.3 into /tmp/portage/sci-geosciences/gpsbabel-1.4.3/image/
- strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line
- usr/bin/gpsbabel
- ecompressdir: bzip2 -9 /usr/share/doc
- * QA Notice: Package triggers severe warnings which indicate that it
- * may exhibit random runtime failures.
- * jeeps/gpsusbcommon.c:228:39: warning: array subscript is above array bounds [-Warray-bounds]
- * jeeps/gpsusbcommon.c:230:35: warning: array subscript is above array bounds [-Warray-bounds]
- * Please do not file a Gentoo bug and instead report the above QA
- * issues directly to the upstream developers of this software.
- * Homepage: http://www.gpsbabel.org/