Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 192078 Details for
Bug 270788
sci-geosciences/gpsd-2.38 emerge fails during gpslib compile
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gpsd-2.38 build.log
build.log (text/plain), 87.56 KB, created by
Ian Truelsen
on 2009-05-22 02:08:53 UTC
(
hide
)
Description:
gpsd-2.38 build.log
Filename:
MIME Type:
Creator:
Ian Truelsen
Created:
2009-05-22 02:08:53 UTC
Size:
87.56 KB
patch
obsolete
>>>> Unpacking source... >>>> Unpacking gpsd-2.38.tar.gz to /var/tmp/portage/sci-geosciences/gpsd-2.38/work > [32;01m*[0m Running eautoreconf in '/var/tmp/portage/sci-geosciences/gpsd-2.38/work/gpsd-2.38' ... > [32;01m*[0m Running aclocal ... >[A[72C [34;01m[ [32;01mok[34;01m ][0m > [32;01m*[0m Running libtoolize --copy --force --install --automake ... >[A[72C [34;01m[ [32;01mok[34;01m ][0m > [32;01m*[0m Running aclocal ... >[A[72C [34;01m[ [32;01mok[34;01m ][0m > [32;01m*[0m Running autoconf ... >[A[72C [34;01m[ [32;01mok[34;01m ][0m > [32;01m*[0m Running autoheader ... >[A[72C [34;01m[ [32;01mok[34;01m ][0m > [32;01m*[0m Running automake --add-missing --copy --foreign ... >[A[72C [34;01m[ [32;01mok[34;01m ][0m > [32;01m*[0m Running elibtoolize in: gpsd-2.38 > [32;01m*[0m Applying sed-1.5.6.patch ... > [32;01m*[0m Applying as-needed-2.2.6.patch ... >>>> Source unpacked in /var/tmp/portage/sci-geosciences/gpsd-2.38/work >>>> Compiling source in /var/tmp/portage/sci-geosciences/gpsd-2.38/work/gpsd-2.38 ... > * econf: updating gpsd-2.38/config.guess with /usr/share/gnuconfig/config.guess > * econf: updating gpsd-2.38/config.sub with /usr/share/gnuconfig/config.sub >./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 --enable-shared --with-pic --enable-static --disable-fast-install --disable-ntpshm --disable-pps --enable-dbus --disable-tnt --disable-oceanserver --enable-python --disable-garmintxt --with-x >checking for a BSD-compatible install... /usr/bin/install -c >checking whether build environment is sane... yes >checking for a thread-safe mkdir -p... /bin/mkdir -p >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >checking for python... /usr/bin/python >checking for python version... 2.6 >checking for python platform... linux2 >checking for python script directory... ${prefix}/lib64/python2.6/site-packages >checking for python extension module directory... ${exec_prefix}/lib64/python2.6/site-packages >checking whether ln -s works... yes >checking whether make sets $(MAKE)... (cached) yes >checking for a BSD-compatible install... /usr/bin/install -c >checking build system type... x86_64-pc-linux-gnu >checking host system type... x86_64-pc-linux-gnu >checking for style of include used by make... GNU >checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc >checking for C compiler default output file name... a.out >checking whether the C compiler works... yes >checking whether we are cross compiling... no >checking for suffix of executables... >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 dependency style of x86_64-pc-linux-gnu-gcc... gcc3 >checking for a sed that does not truncate output... /bin/sed >checking for grep that handles long lines and -e... /bin/grep >checking for egrep... /bin/grep -E >checking for fgrep... /bin/grep -F >checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld >checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes >checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B >checking the name lister (/usr/bin/nm -B) interface... BSD nm >checking the maximum length of command line arguments... 1572864 >checking whether the shell understands some XSI constructs... yes >checking whether the shell understands "+="... yes >checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r >checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump >checking how to recognize dependent libraries... pass_all >checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar >checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip >checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib >checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object... ok >checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -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 for dlfcn.h... yes >checking for objdir... .libs >checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no >checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC >checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes >checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes >checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes >checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes >checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes >checking whether -lc should be explicitly linked in... no >checking dynamic linker characteristics... GNU/Linux ld.so >checking how to hardcode library paths into programs... immediate >checking whether stripping libraries is possible... yes >checking if libtool supports shared libraries... yes >checking whether to build shared libraries... yes >checking whether to build static libraries... yes >checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++ >checking whether we are using the GNU C++ compiler... yes >checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes >checking dependency style of x86_64-pc-linux-gnu-g++... gcc3 >checking whether we are using the GNU C++ compiler... (cached) yes >checking whether x86_64-pc-linux-gnu-g++ accepts -g... (cached) yes >checking dependency style of x86_64-pc-linux-gnu-g++... (cached) gcc3 >checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E >checking for ld used by x86_64-pc-linux-gnu-g++... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64 >checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes >checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes >checking for x86_64-pc-linux-gnu-g++ option to produce PIC... -fPIC -DPIC >checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC -DPIC works... yes >checking if x86_64-pc-linux-gnu-g++ static flag -static works... yes >checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... yes >checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... (cached) yes >checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes >checking dynamic linker characteristics... GNU/Linux ld.so >checking how to hardcode library paths into programs... immediate >checking whether byte ordering is bigendian... no >checking size of char... 1 >checking size of short... 2 >checking size of int... 4 >checking size of long... 8 >checking size of long long... 8 >checking size of float... 4 >checking size of double... 8 >checking for working alloca.h... yes >checking for alloca... yes >checking for ANSI C header files... (cached) yes >checking for an ANSI C-conforming const... yes >checking for properly working floating point implementation... yes >checking sys/termios.h usability... yes >checking sys/termios.h presence... yes >checking for sys/termios.h... yes >checking sys/select.h usability... yes >checking sys/select.h presence... yes >checking for sys/select.h... yes >checking sys/time.h usability... yes >checking sys/time.h presence... yes >checking for sys/time.h... yes >checking sys/modem.h usability... no >checking sys/modem.h presence... no >checking for sys/modem.h... no >checking sys/ipc.h usability... yes >checking sys/ipc.h presence... yes >checking for sys/ipc.h... yes >checking sys/shm.h usability... yes >checking sys/shm.h presence... yes >checking for sys/shm.h... yes >checking sys/socket.h usability... yes >checking sys/socket.h presence... yes >checking for sys/socket.h... yes >checking arpa/inet.h usability... yes >checking arpa/inet.h presence... yes >checking for arpa/inet.h... yes >checking netinet/in_systm.h usability... yes >checking netinet/in_systm.h presence... yes >checking for netinet/in_systm.h... yes >checking netinet/in.h usability... yes >checking netinet/in.h presence... yes >checking for netinet/in.h... yes >checking netinet/tcp.h usability... yes >checking netinet/tcp.h presence... yes >checking for netinet/tcp.h... yes >checking for netinet/ip.h... no >checking termios.h usability... yes >checking termios.h presence... yes >checking for termios.h... yes >checking for strings.h... (cached) yes >checking getopt.h usability... yes >checking getopt.h presence... yes >checking for getopt.h... yes >checking netdb.h usability... yes >checking netdb.h presence... yes >checking for netdb.h... yes >checking for round... no >checking for strlcpy... no >checking for strlcat... no >checking for strtonum... no >checking for setlocale... yes >checking for vsnprintf... yes >checking whether time.h and sys/time.h may both be included... yes >checking whether struct tm is in sys/time.h or time.h... time.h >checking for struct tm.tm_zone... yes >checking for timezone variable... yes >checking for daylight external... yes >checking for gethostbyname in -lnsl... yes >checking for socket in -lsocket... no >checking for rint in -lm... yes >checking for open in -lc... yes >checking for pthread_setcancelstate in -lpthread... yes >checking X11/xpm.h usability... yes >checking X11/xpm.h presence... yes >checking for X11/xpm.h... yes >checking xpm.h usability... no >checking xpm.h presence... no >checking for xpm.h... no >checking for X... libraries , headers >checking for gethostbyname... yes >checking for connect... yes >checking for remove... yes >checking for shmat... yes >checking for IceConnectionNumber in -lICE... yes >checking for XtToolkitInitialize in -lXt... yes >checking X11/Xaw/Label.h usability... yes >checking X11/Xaw/Label.h presence... yes >checking for X11/Xaw/Label.h... yes >checking for XawInitializeWidgetSet in -lXaw8... no >checking for XawInitializeWidgetSet in -lXaw7... yes >checking for XShapeQueryVersion in -lXext... yes >checking for XpmCreatePixmapFromXpmImage in -lXpm... yes >checking for XpSelectInput in -lXp... yes >checking for XmInternAtom in -lXm... yes >checking ncurses.h usability... yes >checking ncurses.h presence... yes >checking for ncurses.h... yes >checking for initscr in -lncurses... yes >checking for NMEA support... yes >checking for SiRF support... yes >checking for SuperStarII support... no >checking for Trimble TSIP support... yes >checking for FV-18 support... yes >checking for Tripmate support... yes >checking for EarthMate support... yes >checking for iTrax support... yes >checking for Ashtech support... yes >checking for Navcom support... yes >checking for Garmin support... yes >checking for Garmin Simple Text support... no >checking for True North support... no >checking for OceanServer support... no >checking for UBX support... yes >checking for EverMore support... yes >checking for MKT-3301 support... yes >checking for GPSClock support... yes >checking for rtcm104v2 support... yes >checking for rtcm104v3 support... yes >checking for NTRIP support... yes >checking for profiling support... no >checking for NTP time hinting support... no >checking for PPS time syncing support... no >checking for PPS pulse on CTS rather than DCD... no >checking privilege revokation user... nobody >checking for fixed port speed... no >checking for DBUS support... yes >checking for limited max clients... no >checking for max devices... no >checking if device reconfiguration is allowed... yes >checking for disabled logging... no >checking for xsltproc... yes >checking whether xsltproc knows about docbook xsl... yes > >========================================== >gpsd 2.38 >------------------------------------------ > Protocols > --------- >Ashtech : yes >Earthmate : yes >EverMore : yes >FV-18 : yes >Garmin : yes >Garmin Simple Text : no >iTrax : yes >NMEA : yes >NTRIP : yes >Navcom : yes >RTCM104V2 : yes >RTCM104V3 : yes >SiRF : yes >SuperStarII : no >Trimble TSIP : yes >Tripmate : yes >True North : no >OceanServer : no >UBX : yes >GPSclock : yes >MKT-3301 : yes > Daemon Features > --------------- >NTP SHM : no >NTP PPS : no >PPS input on : DCD >Fixed port speed : no >Priv-drop user : nobody >Enable shared libraries : yes >Enable DBUS support : yes >Enable X11 support : yes >Enable Python support : yes >Limited max clients : no >Limited max devices : no >Allow device reconfig : yes >Squelch logging/hexdump : no >Build ncurses programs : yes >------------------------------------------ >configure: creating ./config.status >config.status: creating Makefile >config.status: creating gpsd.spec >config.status: creating libgps.pc >config.status: creating libgpsd.pc >config.status: creating gpsd_config.h >config.status: executing depfiles commands >config.status: executing libtool commands >Configure finished, type 'make' to build. >make -j3 >sed -e '/^ *\([A-Z][A-Z0-9_]*\),/s// "\1",/' -e '/_states/s//_names/' < `test -f 'packet_states.h' || echo './'`packet_states.h > packet_names.h >cat ./gpsd.h-head >gpsd.h >grep VERSION gpsd_config.h >>gpsd.h >grep ENABLE gpsd_config.h >>gpsd.h >cat ./gpsd.h-tail >>gpsd.h >make all-am >make[1]: Entering directory `/var/tmp/portage/sci-geosciences/gpsd-2.38/work/gpsd-2.38' >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT netlib.lo -MD -MP -MF .deps/netlib.Tpo -c -o netlib.lo netlib.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT nmea_parse.lo -MD -MP -MF .deps/nmea_parse.Tpo -c -o nmea_parse.lo nmea_parse.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT serial.lo -MD -MP -MF .deps/serial.Tpo -c -o serial.lo serial.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT nmea_parse.lo -MD -MP -MF .deps/nmea_parse.Tpo -c nmea_parse.c -fPIC -DPIC -o .libs/nmea_parse.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT netlib.lo -MD -MP -MF .deps/netlib.Tpo -c netlib.c -fPIC -DPIC -o .libs/netlib.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT serial.lo -MD -MP -MF .deps/serial.Tpo -c serial.c -fPIC -DPIC -o .libs/serial.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT netlib.lo -MD -MP -MF .deps/netlib.Tpo -c netlib.c -fPIC -DPIC -o netlib.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT serial.lo -MD -MP -MF .deps/serial.Tpo -c serial.c -fPIC -DPIC -o serial.o >/dev/null 2>&1 >mv -f .deps/serial.Tpo .deps/serial.Plo >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT libgpsd_core.lo -MD -MP -MF .deps/libgpsd_core.Tpo -c -o libgpsd_core.lo libgpsd_core.c >mv -f .deps/netlib.Tpo .deps/netlib.Plo >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT subframe.lo -MD -MP -MF .deps/subframe.Tpo -c -o subframe.lo subframe.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT libgpsd_core.lo -MD -MP -MF .deps/libgpsd_core.Tpo -c libgpsd_core.c -fPIC -DPIC -o .libs/libgpsd_core.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT nmea_parse.lo -MD -MP -MF .deps/nmea_parse.Tpo -c nmea_parse.c -fPIC -DPIC -o nmea_parse.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT subframe.lo -MD -MP -MF .deps/subframe.Tpo -c subframe.c -fPIC -DPIC -o .libs/subframe.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT subframe.lo -MD -MP -MF .deps/subframe.Tpo -c subframe.c -fPIC -DPIC -o subframe.o >/dev/null 2>&1 >mv -f .deps/subframe.Tpo .deps/subframe.Plo >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT ntpshm.lo -MD -MP -MF .deps/ntpshm.Tpo -c -o ntpshm.lo ntpshm.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT ntpshm.lo -MD -MP -MF .deps/ntpshm.Tpo -c ntpshm.c -fPIC -DPIC -o .libs/ntpshm.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT ntpshm.lo -MD -MP -MF .deps/ntpshm.Tpo -c ntpshm.c -fPIC -DPIC -o ntpshm.o >/dev/null 2>&1 >mv -f .deps/ntpshm.Tpo .deps/ntpshm.Plo >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT libgps.lo -MD -MP -MF .deps/libgps.Tpo -c -o libgps.lo libgps.c >mv -f .deps/nmea_parse.Tpo .deps/nmea_parse.Plo >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT packet.lo -MD -MP -MF .deps/packet.Tpo -c -o packet.lo packet.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT libgps.lo -MD -MP -MF .deps/libgps.Tpo -c libgps.c -fPIC -DPIC -o .libs/libgps.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT packet.lo -MD -MP -MF .deps/packet.Tpo -c packet.c -fPIC -DPIC -o .libs/packet.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT libgpsd_core.lo -MD -MP -MF .deps/libgpsd_core.Tpo -c libgpsd_core.c -fPIC -DPIC -o libgpsd_core.o >/dev/null 2>&1 >mv -f .deps/libgpsd_core.Tpo .deps/libgpsd_core.Plo >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT libgps.lo -MD -MP -MF .deps/libgps.Tpo -c libgps.c -fPIC -DPIC -o libgps.o >/dev/null 2>&1 >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT gpsutils.lo -MD -MP -MF .deps/gpsutils.Tpo -c -o gpsutils.lo gpsutils.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT gpsutils.lo -MD -MP -MF .deps/gpsutils.Tpo -c gpsutils.c -fPIC -DPIC -o .libs/gpsutils.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT packet.lo -MD -MP -MF .deps/packet.Tpo -c packet.c -fPIC -DPIC -o packet.o >/dev/null 2>&1 >mv -f .deps/libgps.Tpo .deps/libgps.Plo >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT geoid.lo -MD -MP -MF .deps/geoid.Tpo -c -o geoid.lo geoid.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT geoid.lo -MD -MP -MF .deps/geoid.Tpo -c geoid.c -fPIC -DPIC -o .libs/geoid.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT gpsutils.lo -MD -MP -MF .deps/gpsutils.Tpo -c gpsutils.c -fPIC -DPIC -o gpsutils.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT geoid.lo -MD -MP -MF .deps/geoid.Tpo -c geoid.c -fPIC -DPIC -o geoid.o >/dev/null 2>&1 >mv -f .deps/geoid.Tpo .deps/geoid.Plo >mv -f .deps/packet.Tpo .deps/packet.Plo >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT dgnss.lo -MD -MP -MF .deps/dgnss.Tpo -c -o dgnss.lo dgnss.c >mv -f .deps/gpsutils.Tpo .deps/gpsutils.Plo >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT dgpsip.lo -MD -MP -MF .deps/dgpsip.Tpo -c -o dgpsip.lo dgpsip.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT ntrip.lo -MD -MP -MF .deps/ntrip.Tpo -c -o ntrip.lo ntrip.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT ntrip.lo -MD -MP -MF .deps/ntrip.Tpo -c ntrip.c -fPIC -DPIC -o .libs/ntrip.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT dgnss.lo -MD -MP -MF .deps/dgnss.Tpo -c dgnss.c -fPIC -DPIC -o .libs/dgnss.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT dgpsip.lo -MD -MP -MF .deps/dgpsip.Tpo -c dgpsip.c -fPIC -DPIC -o .libs/dgpsip.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT dgpsip.lo -MD -MP -MF .deps/dgpsip.Tpo -c dgpsip.c -fPIC -DPIC -o dgpsip.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT dgnss.lo -MD -MP -MF .deps/dgnss.Tpo -c dgnss.c -fPIC -DPIC -o dgnss.o >/dev/null 2>&1 >mv -f .deps/dgnss.Tpo .deps/dgnss.Plo >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT sirf.lo -MD -MP -MF .deps/sirf.Tpo -c -o sirf.lo sirf.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT sirf.lo -MD -MP -MF .deps/sirf.Tpo -c sirf.c -fPIC -DPIC -o .libs/sirf.o >mv -f .deps/dgpsip.Tpo .deps/dgpsip.Plo >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT superstar2.lo -MD -MP -MF .deps/superstar2.Tpo -c -o superstar2.lo superstar2.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT ntrip.lo -MD -MP -MF .deps/ntrip.Tpo -c ntrip.c -fPIC -DPIC -o ntrip.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT superstar2.lo -MD -MP -MF .deps/superstar2.Tpo -c superstar2.c -fPIC -DPIC -o .libs/superstar2.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT superstar2.lo -MD -MP -MF .deps/superstar2.Tpo -c superstar2.c -fPIC -DPIC -o superstar2.o >/dev/null 2>&1 >mv -f .deps/superstar2.Tpo .deps/superstar2.Plo >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT report.lo -MD -MP -MF .deps/report.Tpo -c -o report.lo report.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT report.lo -MD -MP -MF .deps/report.Tpo -c report.c -fPIC -DPIC -o .libs/report.o >mv -f .deps/ntrip.Tpo .deps/ntrip.Plo >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT isgps.lo -MD -MP -MF .deps/isgps.Tpo -c -o isgps.lo isgps.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT report.lo -MD -MP -MF .deps/report.Tpo -c report.c -fPIC -DPIC -o report.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT sirf.lo -MD -MP -MF .deps/sirf.Tpo -c sirf.c -fPIC -DPIC -o sirf.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT isgps.lo -MD -MP -MF .deps/isgps.Tpo -c isgps.c -fPIC -DPIC -o .libs/isgps.o >mv -f .deps/report.Tpo .deps/report.Plo >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT rtcm2.lo -MD -MP -MF .deps/rtcm2.Tpo -c -o rtcm2.lo rtcm2.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT rtcm2.lo -MD -MP -MF .deps/rtcm2.Tpo -c rtcm2.c -fPIC -DPIC -o .libs/rtcm2.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT isgps.lo -MD -MP -MF .deps/isgps.Tpo -c isgps.c -fPIC -DPIC -o isgps.o >/dev/null 2>&1 >mv -f .deps/isgps.Tpo .deps/isgps.Plo >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT rtcm3.lo -MD -MP -MF .deps/rtcm3.Tpo -c -o rtcm3.lo rtcm3.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT rtcm3.lo -MD -MP -MF .deps/rtcm3.Tpo -c rtcm3.c -fPIC -DPIC -o .libs/rtcm3.o >mv -f .deps/sirf.Tpo .deps/sirf.Plo >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT srecord.lo -MD -MP -MF .deps/srecord.Tpo -c -o srecord.lo srecord.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT srecord.lo -MD -MP -MF .deps/srecord.Tpo -c srecord.c -fPIC -DPIC -o .libs/srecord.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT rtcm2.lo -MD -MP -MF .deps/rtcm2.Tpo -c rtcm2.c -fPIC -DPIC -o rtcm2.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT srecord.lo -MD -MP -MF .deps/srecord.Tpo -c srecord.c -fPIC -DPIC -o srecord.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT rtcm3.lo -MD -MP -MF .deps/rtcm3.Tpo -c rtcm3.c -fPIC -DPIC -o rtcm3.o >/dev/null 2>&1 >mv -f .deps/srecord.Tpo .deps/srecord.Plo >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT bsd-base64.lo -MD -MP -MF .deps/bsd-base64.Tpo -c -o bsd-base64.lo bsd-base64.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT bsd-base64.lo -MD -MP -MF .deps/bsd-base64.Tpo -c bsd-base64.c -fPIC -DPIC -o .libs/bsd-base64.o >mv -f .deps/rtcm3.Tpo .deps/rtcm3.Plo >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT bsd-base64.lo -MD -MP -MF .deps/bsd-base64.Tpo -c bsd-base64.c -fPIC -DPIC -o bsd-base64.o >/dev/null 2>&1 >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT strl.lo -MD -MP -MF .deps/strl.Tpo -c -o strl.lo strl.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT strl.lo -MD -MP -MF .deps/strl.Tpo -c strl.c -fPIC -DPIC -o .libs/strl.o >mv -f .deps/bsd-base64.Tpo .deps/bsd-base64.Plo >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT hex.lo -MD -MP -MF .deps/hex.Tpo -c -o hex.lo hex.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT strl.lo -MD -MP -MF .deps/strl.Tpo -c strl.c -fPIC -DPIC -o strl.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT hex.lo -MD -MP -MF .deps/hex.Tpo -c hex.c -fPIC -DPIC -o .libs/hex.o >mv -f .deps/rtcm2.Tpo .deps/rtcm2.Plo >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT drivers.lo -MD -MP -MF .deps/drivers.Tpo -c -o drivers.lo drivers.c >mv -f .deps/strl.Tpo .deps/strl.Plo >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT zodiac.lo -MD -MP -MF .deps/zodiac.Tpo -c -o zodiac.lo zodiac.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT drivers.lo -MD -MP -MF .deps/drivers.Tpo -c drivers.c -fPIC -DPIC -o .libs/drivers.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT hex.lo -MD -MP -MF .deps/hex.Tpo -c hex.c -fPIC -DPIC -o hex.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT zodiac.lo -MD -MP -MF .deps/zodiac.Tpo -c zodiac.c -fPIC -DPIC -o .libs/zodiac.o >mv -f .deps/hex.Tpo .deps/hex.Plo >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT ubx.lo -MD -MP -MF .deps/ubx.Tpo -c -o ubx.lo ubx.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT drivers.lo -MD -MP -MF .deps/drivers.Tpo -c drivers.c -fPIC -DPIC -o drivers.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT ubx.lo -MD -MP -MF .deps/ubx.Tpo -c ubx.c -fPIC -DPIC -o .libs/ubx.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT zodiac.lo -MD -MP -MF .deps/zodiac.Tpo -c zodiac.c -fPIC -DPIC -o zodiac.o >/dev/null 2>&1 >mv -f .deps/drivers.Tpo .deps/drivers.Plo >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT garmin.lo -MD -MP -MF .deps/garmin.Tpo -c -o garmin.lo garmin.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT garmin.lo -MD -MP -MF .deps/garmin.Tpo -c garmin.c -fPIC -DPIC -o .libs/garmin.o >mv -f .deps/zodiac.Tpo .deps/zodiac.Plo >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT garmin_txt.lo -MD -MP -MF .deps/garmin_txt.Tpo -c -o garmin_txt.lo garmin_txt.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT ubx.lo -MD -MP -MF .deps/ubx.Tpo -c ubx.c -fPIC -DPIC -o ubx.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT garmin_txt.lo -MD -MP -MF .deps/garmin_txt.Tpo -c garmin_txt.c -fPIC -DPIC -o .libs/garmin_txt.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT garmin_txt.lo -MD -MP -MF .deps/garmin_txt.Tpo -c garmin_txt.c -fPIC -DPIC -o garmin_txt.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT garmin.lo -MD -MP -MF .deps/garmin.Tpo -c garmin.c -fPIC -DPIC -o garmin.o >/dev/null 2>&1 >mv -f .deps/garmin_txt.Tpo .deps/garmin_txt.Plo >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT tsip.lo -MD -MP -MF .deps/tsip.Tpo -c -o tsip.lo tsip.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT tsip.lo -MD -MP -MF .deps/tsip.Tpo -c tsip.c -fPIC -DPIC -o .libs/tsip.o >mv -f .deps/ubx.Tpo .deps/ubx.Plo >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT evermore.lo -MD -MP -MF .deps/evermore.Tpo -c -o evermore.lo evermore.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT evermore.lo -MD -MP -MF .deps/evermore.Tpo -c evermore.c -fPIC -DPIC -o .libs/evermore.o >mv -f .deps/garmin.Tpo .deps/garmin.Plo >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT italk.lo -MD -MP -MF .deps/italk.Tpo -c -o italk.lo italk.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT evermore.lo -MD -MP -MF .deps/evermore.Tpo -c evermore.c -fPIC -DPIC -o evermore.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT italk.lo -MD -MP -MF .deps/italk.Tpo -c italk.c -fPIC -DPIC -o .libs/italk.o >mv -f .deps/evermore.Tpo .deps/evermore.Plo >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT navcom.lo -MD -MP -MF .deps/navcom.Tpo -c -o navcom.lo navcom.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT navcom.lo -MD -MP -MF .deps/navcom.Tpo -c navcom.c -fPIC -DPIC -o .libs/navcom.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT italk.lo -MD -MP -MF .deps/italk.Tpo -c italk.c -fPIC -DPIC -o italk.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT tsip.lo -MD -MP -MF .deps/tsip.Tpo -c tsip.c -fPIC -DPIC -o tsip.o >/dev/null 2>&1 >mv -f .deps/italk.Tpo .deps/italk.Plo >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT bits.lo -MD -MP -MF .deps/bits.Tpo -c -o bits.lo bits.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT bits.lo -MD -MP -MF .deps/bits.Tpo -c bits.c -fPIC -DPIC -o .libs/bits.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT bits.lo -MD -MP -MF .deps/bits.Tpo -c bits.c -fPIC -DPIC -o bits.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT navcom.lo -MD -MP -MF .deps/navcom.Tpo -c navcom.c -fPIC -DPIC -o navcom.o >/dev/null 2>&1 >mv -f .deps/bits.Tpo .deps/bits.Plo >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT crc24q.lo -MD -MP -MF .deps/crc24q.Tpo -c -o crc24q.lo crc24q.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT crc24q.lo -MD -MP -MF .deps/crc24q.Tpo -c crc24q.c -fPIC -DPIC -o .libs/crc24q.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT crc24q.lo -MD -MP -MF .deps/crc24q.Tpo -c crc24q.c -fPIC -DPIC -o crc24q.o >/dev/null 2>&1 >mv -f .deps/tsip.Tpo .deps/tsip.Plo >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -MT libgpsmm.lo -MD -MP -MF .deps/libgpsmm.Tpo -c -o libgpsmm.lo libgpsmm.cpp >mv -f .deps/crc24q.Tpo .deps/crc24q.Plo >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT gpxlogger.o -MD -MP -MF .deps/gpxlogger.Tpo -c -o gpxlogger.o gpxlogger.c >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -MT libgpsmm.lo -MD -MP -MF .deps/libgpsmm.Tpo -c libgpsmm.cpp -fPIC -DPIC -o .libs/libgpsmm.o >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -MT libgpsmm.lo -MD -MP -MF .deps/libgpsmm.Tpo -c libgpsmm.cpp -fPIC -DPIC -o libgpsmm.o >/dev/null 2>&1 >mv -f .deps/navcom.Tpo .deps/navcom.Plo >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT display.o -MD -MP -MF .deps/display.Tpo -c -o display.o display.c >mv -f .deps/libgpsmm.Tpo .deps/libgpsmm.Plo >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT xgps.o -MD -MP -MF .deps/xgps.Tpo -c -o xgps.o xgps.c >gpxlogger.c: In function 'main': >gpxlogger.c:176: warning: passing argument 1 of 'gps_clear_fix' from incompatible pointer type >mv -f .deps/gpxlogger.Tpo .deps/gpxlogger.Po >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT xgpsspeed.o -MD -MP -MF .deps/xgpsspeed.Tpo -c -o xgpsspeed.o xgpsspeed.c >mv -f .deps/display.Tpo .deps/display.Po >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT Tachometer.o -MD -MP -MF .deps/Tachometer.Tpo -c -o Tachometer.o Tachometer.c >mv -f .deps/xgpsspeed.Tpo .deps/xgpsspeed.Po >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT rtcmdecode.o -MD -MP -MF .deps/rtcmdecode.Tpo -c -o rtcmdecode.o rtcmdecode.c >mv -f .deps/rtcmdecode.Tpo .deps/rtcmdecode.Po >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT cgps.o -MD -MP -MF .deps/cgps.Tpo -c -o cgps.o cgps.c >mv -f .deps/Tachometer.Tpo .deps/Tachometer.Po >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT sirfmon.o -MD -MP -MF .deps/sirfmon.Tpo -c -o sirfmon.o sirfmon.c >mv -f .deps/xgps.Tpo .deps/xgps.Po >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT gpsctl.o -MD -MP -MF .deps/gpsctl.Tpo -c -o gpsctl.o gpsctl.c >mv -f .deps/gpsctl.Tpo .deps/gpsctl.Po >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT gpspipe.o -MD -MP -MF .deps/gpspipe.Tpo -c -o gpspipe.o gpspipe.c >mv -f .deps/cgps.Tpo .deps/cgps.Po >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT gpsflash.o -MD -MP -MF .deps/gpsflash.Tpo -c -o gpsflash.o gpsflash.c >mv -f .deps/gpspipe.Tpo .deps/gpspipe.Po >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT sirfflash.o -MD -MP -MF .deps/sirfflash.Tpo -c -o sirfflash.o sirfflash.c >mv -f .deps/sirfflash.Tpo .deps/sirfflash.Po >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT cgpxlogger.o -MD -MP -MF .deps/cgpxlogger.Tpo -c -o cgpxlogger.o cgpxlogger.c >mv -f .deps/cgpxlogger.Tpo .deps/cgpxlogger.Po >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT gpsdlcdd.o -MD -MP -MF .deps/gpsdlcdd.Tpo -c -o gpsdlcdd.o gpsdlcdd.c >mv -f .deps/gpsflash.Tpo .deps/gpsflash.Po >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT gpsd_dbus.o -MD -MP -MF .deps/gpsd_dbus.Tpo -c -o gpsd_dbus.o gpsd_dbus.c >mv -f .deps/gpsd_dbus.Tpo .deps/gpsd_dbus.Po >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -MT gpsd.o -MD -MP -MF .deps/gpsd.Tpo -c -o gpsd.o gpsd.c >mv -f .deps/gpsdlcdd.Tpo .deps/gpsdlcdd.Po >/bin/sh ./libtool --tag=CXX --mode=link x86_64-pc-linux-gnu-g++ -march=athlon64 -O2 -pipe -version-number 17:0:0 -Wl,-O1 -o libgps.la -rpath /usr/lib64 netlib.lo nmea_parse.lo serial.lo libgpsd_core.lo subframe.lo ntpshm.lo libgps.lo packet.lo gpsutils.lo geoid.lo dgnss.lo dgpsip.lo ntrip.lo sirf.lo superstar2.lo report.lo isgps.lo rtcm2.lo rtcm3.lo srecord.lo bsd-base64.lo strl.lo hex.lo drivers.lo zodiac.lo ubx.lo garmin.lo garmin_txt.lo tsip.lo evermore.lo italk.lo navcom.lo bits.lo crc24q.lo libgpsmm.lo -lm -lc -lnsl -lpthread >libtool: link: x86_64-pc-linux-gnu-g++ -shared -nostdlib /usr/lib/gcc/x86_64-pc-linux-gnu/4.2.4/../../../../lib64/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/4.2.4/crtbeginS.o .libs/netlib.o .libs/nmea_parse.o .libs/serial.o .libs/libgpsd_core.o .libs/subframe.o .libs/ntpshm.o .libs/libgps.o .libs/packet.o .libs/gpsutils.o .libs/geoid.o .libs/dgnss.o .libs/dgpsip.o .libs/ntrip.o .libs/sirf.o .libs/superstar2.o .libs/report.o .libs/isgps.o .libs/rtcm2.o .libs/rtcm3.o .libs/srecord.o .libs/bsd-base64.o .libs/strl.o .libs/hex.o .libs/drivers.o .libs/zodiac.o .libs/ubx.o .libs/garmin.o .libs/garmin_txt.o .libs/tsip.o .libs/evermore.o .libs/italk.o .libs/navcom.o .libs/bits.o .libs/crc24q.o .libs/libgpsmm.o -lnsl -lpthread -L/usr/lib/gcc/x86_64-pc-linux-gnu/4.2.4 -L/usr/lib/gcc/x86_64-pc-linux-gnu/4.2.4/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/4.2.4/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/4.2.4/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-pc-linux-gnu/4.2.4/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/4.2.4/../../../../lib64/crtn.o -march=athlon64 -Wl,-O1 -Wl,-soname -Wl,libgps.so.17 -o .libs/libgps.so.17.0.0 >libtool: link: (cd ".libs" && rm -f "libgps.so.17" && ln -s "libgps.so.17.0.0" "libgps.so.17") >libtool: link: (cd ".libs" && rm -f "libgps.so" && ln -s "libgps.so.17.0.0" "libgps.so") >libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libgps.a netlib.o nmea_parse.o serial.o libgpsd_core.o subframe.o ntpshm.o libgps.o packet.o gpsutils.o geoid.o dgnss.o dgpsip.o ntrip.o sirf.o superstar2.o report.o isgps.o rtcm2.o rtcm3.o srecord.o bsd-base64.o strl.o hex.o drivers.o zodiac.o ubx.o garmin.o garmin_txt.o tsip.o evermore.o italk.o navcom.o bits.o crc24q.o libgpsmm.o >libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libgps.a >mv -f .deps/sirfmon.Tpo .deps/sirfmon.Po >libtool: link: ( cd ".libs" && rm -f "libgps.la" && ln -s "../libgps.la" "libgps.la" ) >/bin/sh ./libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -Wl,-O1 -o xgps display.o xgps.o -lm -lc -lnsl -lXm -lXt -lSM -lICE libgps.la -lm -lpthread >/bin/sh ./libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -Wl,-O1 -o gpxlogger gpxlogger.o -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0 libgps.la -lm >libtool: link: x86_64-pc-linux-gnu-gcc -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -Wl,-O1 -o .libs/gpxlogger gpxlogger.o /usr/lib64/libdbus-glib-1.so /usr/lib64/libdbus-1.so /usr/lib64/libgobject-2.0.so /usr/lib64/libglib-2.0.so ./.libs/libgps.so -lnsl -lpthread -lm >/bin/sh ./libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -Wl,-O1 -o xgpsspeed xgpsspeed.o Tachometer.o -lm -lc -lnsl -lXaw7 -lSM -lICE libgps.la -lm -lpthread >libtool: link: x86_64-pc-linux-gnu-gcc -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -Wl,-O1 -o .libs/xgps display.o xgps.o -lc /usr/lib64/libXm.so /usr/lib64/libXmu.so /usr/lib64/libXp.so /usr/lib64/libXext.so /usr/lib64/libjpeg.so /usr/lib64/libpng12.so -lz /usr/lib64/libXt.so /usr/lib64/libX11.so /usr/lib64/libxcb-xlib.so /usr/lib64/libxcb.so /usr/lib64/libXau.so /usr/lib64/libXdmcp.so -ldl /usr/lib64/libSM.so -luuid /usr/lib64/libICE.so ./.libs/libgps.so -lnsl -lm -lpthread >mv -f .deps/gpsd.Tpo .deps/gpsd.Po >/bin/sh ./libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -Wl,-O1 -o rtcmdecode rtcmdecode.o -lm libgps.la -lm -lpthread >/bin/sh ./libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -Wl,-O1 -o cgps cgps.o -lm -lc -lnsl -lncurses libgps.la -lm -lpthread >libtool: link: x86_64-pc-linux-gnu-gcc -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -Wl,-O1 -o .libs/rtcmdecode rtcmdecode.o ./.libs/libgps.so -lnsl -lm -lpthread >libtool: link: x86_64-pc-linux-gnu-gcc -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -Wl,-O1 -o .libs/cgps cgps.o -lc -lncurses ./.libs/libgps.so -lnsl -lm -lpthread >/bin/sh ./libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -Wl,-O1 -o sirfmon sirfmon.o -lm -lncurses libgps.la -lm -lpthread >libtool: link: x86_64-pc-linux-gnu-gcc -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -Wl,-O1 -o .libs/xgpsspeed xgpsspeed.o Tachometer.o -lc /usr/lib64/libXaw7.so /usr/lib64/libXmu.so /usr/lib64/libXext.so /usr/lib64/libXt.so /usr/lib64/libXpm.so /usr/lib64/libX11.so /usr/lib64/libxcb-xlib.so /usr/lib64/libxcb.so /usr/lib64/libXau.so /usr/lib64/libXdmcp.so -ldl /usr/lib64/libSM.so -luuid /usr/lib64/libICE.so ./.libs/libgps.so -lnsl -lm -lpthread >/bin/sh ./libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -Wl,-O1 -o gpsctl gpsctl.o -lm libgps.la -lm -lpthread >/bin/sh ./libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -Wl,-O1 -o gpspipe gpspipe.o -ldbus-1 -lm libgps.la -lm >libtool: link: x86_64-pc-linux-gnu-gcc -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -Wl,-O1 -o .libs/sirfmon sirfmon.o -lncurses ./.libs/libgps.so -lnsl -lm -lpthread >/bin/sh ./libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -Wl,-O1 -o gpsflash gpsflash.o sirfflash.o -lm libgps.la -lm >libtool: link: x86_64-pc-linux-gnu-gcc -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -Wl,-O1 -o .libs/gpspipe gpspipe.o /usr/lib64/libdbus-1.so ./.libs/libgps.so -lnsl -lpthread -lm >libtool: link: x86_64-pc-linux-gnu-gcc -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -Wl,-O1 -o .libs/gpsctl gpsctl.o ./.libs/libgps.so -lnsl -lm -lpthread >/bin/sh ./libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -Wl,-O1 -o cgpxlogger cgpxlogger.o -lc -lnsl libgps.la -lm -lpthread >libtool: link: x86_64-pc-linux-gnu-gcc -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -Wl,-O1 -o .libs/gpsflash gpsflash.o sirfflash.o ./.libs/libgps.so -lnsl -lpthread -lm >/bin/sh ./libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -Wl,-O1 -o gpsdlcdd gpsdlcdd.o -lm libgps.la -lm >/bin/sh ./libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -Wl,-O1 -o gpsd gpsd_dbus.o gpsd.o -ldbus-1 -lm libgps.la -lm -lpthread >libtool: link: x86_64-pc-linux-gnu-gcc -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -Wl,-O1 -o .libs/cgpxlogger cgpxlogger.o -lc ./.libs/libgps.so -lnsl -lm -lpthread >libtool: link: x86_64-pc-linux-gnu-gcc -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -Wl,-O1 -o .libs/gpsdlcdd gpsdlcdd.o ./.libs/libgps.so -lnsl -lpthread -lm >(pwd="`pwd`"; cd . && /usr/bin/python setup.py build_ext --build-lib "$pwd" --build-temp "$pwd/build" --include-dirs "$pwd") >libtool: link: x86_64-pc-linux-gnu-gcc -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -Wl,-O1 -o .libs/gpsd gpsd_dbus.o gpsd.o /usr/lib64/libdbus-1.so ./.libs/libgps.so -lnsl -lm -lpthread >(pwd="`pwd`"; cd . && /usr/bin/python setup.py build_ext --build-lib "$pwd" --build-temp "$pwd/build" --include-dirs "$pwd") >running build_ext >running build_ext >building 'gpspacket' extension >building 'gpspacket' extension >creating /var/tmp/portage/sci-geosciences/gpsd-2.38/work/gpsd-2.38/build >x86_64-pc-linux-gnu-gcc -pthread -DNDEBUG -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -fPIC -I/var/tmp/portage/sci-geosciences/gpsd-2.38/work/gpsd-2.38 -I/usr/include/python2.6 -c gpspacket.c -o /var/tmp/portage/sci-geosciences/gpsd-2.38/work/gpsd-2.38/build/gpspacket.o >x86_64-pc-linux-gnu-gcc -pthread -DNDEBUG -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -fPIC -I/var/tmp/portage/sci-geosciences/gpsd-2.38/work/gpsd-2.38 -I/usr/include/python2.6 -c gpspacket.c -o /var/tmp/portage/sci-geosciences/gpsd-2.38/work/gpsd-2.38/build/gpspacket.o >gpspacket.c:250: warning: no previous prototype for 'initgpspacket' >gpspacket.c:250: warning: no previous prototype for 'initgpspacket' >x86_64-pc-linux-gnu-gcc -pthread -DNDEBUG -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -fPIC -I/var/tmp/portage/sci-geosciences/gpsd-2.38/work/gpsd-2.38 -I/usr/include/python2.6 -c packet.c -o /var/tmp/portage/sci-geosciences/gpsd-2.38/work/gpsd-2.38/build/packet.o >x86_64-pc-linux-gnu-gcc -pthread -DNDEBUG -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -fPIC -I/var/tmp/portage/sci-geosciences/gpsd-2.38/work/gpsd-2.38 -I/usr/include/python2.6 -c packet.c -o /var/tmp/portage/sci-geosciences/gpsd-2.38/work/gpsd-2.38/build/packet.o >x86_64-pc-linux-gnu-gcc -pthread -DNDEBUG -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -fPIC -I/var/tmp/portage/sci-geosciences/gpsd-2.38/work/gpsd-2.38 -I/usr/include/python2.6 -c isgps.c -o /var/tmp/portage/sci-geosciences/gpsd-2.38/work/gpsd-2.38/build/isgps.o >x86_64-pc-linux-gnu-gcc -pthread -DNDEBUG -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -fPIC -I/var/tmp/portage/sci-geosciences/gpsd-2.38/work/gpsd-2.38 -I/usr/include/python2.6 -c isgps.c -o /var/tmp/portage/sci-geosciences/gpsd-2.38/work/gpsd-2.38/build/isgps.o >x86_64-pc-linux-gnu-gcc -pthread -DNDEBUG -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -fPIC -I/var/tmp/portage/sci-geosciences/gpsd-2.38/work/gpsd-2.38 -I/usr/include/python2.6 -c rtcm2.c -o /var/tmp/portage/sci-geosciences/gpsd-2.38/work/gpsd-2.38/build/rtcm2.o >x86_64-pc-linux-gnu-gcc -pthread -DNDEBUG -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -fPIC -I/var/tmp/portage/sci-geosciences/gpsd-2.38/work/gpsd-2.38 -I/usr/include/python2.6 -c rtcm2.c -o /var/tmp/portage/sci-geosciences/gpsd-2.38/work/gpsd-2.38/build/rtcm2.o >x86_64-pc-linux-gnu-gcc -pthread -DNDEBUG -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -fPIC -I/var/tmp/portage/sci-geosciences/gpsd-2.38/work/gpsd-2.38 -I/usr/include/python2.6 -c strl.c -o /var/tmp/portage/sci-geosciences/gpsd-2.38/work/gpsd-2.38/build/strl.o >x86_64-pc-linux-gnu-gcc -pthread -DNDEBUG -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -fPIC -I/var/tmp/portage/sci-geosciences/gpsd-2.38/work/gpsd-2.38 -I/usr/include/python2.6 -c hex.c -o /var/tmp/portage/sci-geosciences/gpsd-2.38/work/gpsd-2.38/build/hex.o >x86_64-pc-linux-gnu-gcc -pthread -DNDEBUG -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -fPIC -I/var/tmp/portage/sci-geosciences/gpsd-2.38/work/gpsd-2.38 -I/usr/include/python2.6 -c strl.c -o /var/tmp/portage/sci-geosciences/gpsd-2.38/work/gpsd-2.38/build/strl.o >x86_64-pc-linux-gnu-gcc -pthread -DNDEBUG -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -fPIC -I/var/tmp/portage/sci-geosciences/gpsd-2.38/work/gpsd-2.38 -I/usr/include/python2.6 -c hex.c -o /var/tmp/portage/sci-geosciences/gpsd-2.38/work/gpsd-2.38/build/hex.o >x86_64-pc-linux-gnu-gcc -pthread -DNDEBUG -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -fPIC -I/var/tmp/portage/sci-geosciences/gpsd-2.38/work/gpsd-2.38 -I/usr/include/python2.6 -c crc24q.c -o /var/tmp/portage/sci-geosciences/gpsd-2.38/work/gpsd-2.38/build/crc24q.o >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE /var/tmp/portage/sci-geosciences/gpsd-2.38/work/gpsd-2.38/build/gpspacket.o /var/tmp/portage/sci-geosciences/gpsd-2.38/work/gpsd-2.38/build/packet.o /var/tmp/portage/sci-geosciences/gpsd-2.38/work/gpsd-2.38/build/isgps.o /var/tmp/portage/sci-geosciences/gpsd-2.38/work/gpsd-2.38/build/rtcm2.o /var/tmp/portage/sci-geosciences/gpsd-2.38/work/gpsd-2.38/build/strl.o /var/tmp/portage/sci-geosciences/gpsd-2.38/work/gpsd-2.38/build/hex.o /var/tmp/portage/sci-geosciences/gpsd-2.38/work/gpsd-2.38/build/crc24q.o -L/usr/lib64 -lm -lpython2.6 -o /var/tmp/portage/sci-geosciences/gpsd-2.38/work/gpsd-2.38/gpspacket.so >x86_64-pc-linux-gnu-gcc -pthread -DNDEBUG -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -fPIC -I/var/tmp/portage/sci-geosciences/gpsd-2.38/work/gpsd-2.38 -I/usr/include/python2.6 -c crc24q.c -o /var/tmp/portage/sci-geosciences/gpsd-2.38/work/gpsd-2.38/build/crc24q.o >/usr/lib/gcc/x86_64-pc-linux-gnu/4.2.4/../../../../x86_64-pc-linux-gnu/bin/ld: can not read symbols: File truncated >/usr/lib/gcc/x86_64-pc-linux-gnu/4.2.4/../../../../x86_64-pc-linux-gnu/bin/ld: final link failed: File truncated >collect2: ld returned 1 exit status >error: command 'x86_64-pc-linux-gnu-gcc' failed with exit status 1 >make[1]: *** [gpslib.so] Error 1 >make[1]: *** Waiting for unfinished jobs.... >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE /var/tmp/portage/sci-geosciences/gpsd-2.38/work/gpsd-2.38/build/gpspacket.o /var/tmp/portage/sci-geosciences/gpsd-2.38/work/gpsd-2.38/build/packet.o /var/tmp/portage/sci-geosciences/gpsd-2.38/work/gpsd-2.38/build/isgps.o /var/tmp/portage/sci-geosciences/gpsd-2.38/work/gpsd-2.38/build/rtcm2.o /var/tmp/portage/sci-geosciences/gpsd-2.38/work/gpsd-2.38/build/strl.o /var/tmp/portage/sci-geosciences/gpsd-2.38/work/gpsd-2.38/build/hex.o /var/tmp/portage/sci-geosciences/gpsd-2.38/work/gpsd-2.38/build/crc24q.o -L/usr/lib64 -lm -lpython2.6 -o /var/tmp/portage/sci-geosciences/gpsd-2.38/work/gpsd-2.38/gpspacket.so >building 'gpslib' extension >x86_64-pc-linux-gnu-gcc -pthread -DNDEBUG -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -fPIC -I/var/tmp/portage/sci-geosciences/gpsd-2.38/work/gpsd-2.38 -I/usr/include/python2.6 -c gpslib.c -o /var/tmp/portage/sci-geosciences/gpsd-2.38/work/gpsd-2.38/build/gpslib.o >gpslib.c:36: warning: no previous prototype for 'initgpslib' >x86_64-pc-linux-gnu-gcc -pthread -DNDEBUG -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -fPIC -I/var/tmp/portage/sci-geosciences/gpsd-2.38/work/gpsd-2.38 -I/usr/include/python2.6 -c geoid.c -o /var/tmp/portage/sci-geosciences/gpsd-2.38/work/gpsd-2.38/build/geoid.o >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -march=athlon64 -O2 -pipe -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE /var/tmp/portage/sci-geosciences/gpsd-2.38/work/gpsd-2.38/build/gpslib.o /var/tmp/portage/sci-geosciences/gpsd-2.38/work/gpsd-2.38/build/geoid.o -L/usr/lib64 -lm -lpython2.6 -o /var/tmp/portage/sci-geosciences/gpsd-2.38/work/gpsd-2.38/gpslib.so >make[1]: Leaving directory `/var/tmp/portage/sci-geosciences/gpsd-2.38/work/gpsd-2.38' >make: *** [all] Error 2 > [31;01m*[0m > [31;01m*[0m ERROR: sci-geosciences/gpsd-2.38 failed. > [31;01m*[0m Call stack: > [31;01m*[0m ebuild.sh, line 49: Called src_compile > [31;01m*[0m environment, line 3349: Called die > [31;01m*[0m The specific snippet of code: > [31;01m*[0m emake || die "emake failed" > [31;01m*[0m The die message: > [31;01m*[0m emake failed > [31;01m*[0m > [31;01m*[0m If you need support, post the topmost build error, and the call stack if relevant. > [31;01m*[0m A complete build log is located at '/var/tmp/portage/sci-geosciences/gpsd-2.38/temp/build.log'. > [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/sci-geosciences/gpsd-2.38/temp/environment'. > [31;01m*[0m
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 270788
: 192078