gpsd-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gpsd-users] Garmin 18X LVC and upcoming week rollover


From: Bernd Zeimetz
Subject: Re: [gpsd-users] Garmin 18X LVC and upcoming week rollover
Date: Mon, 2 Dec 2019 00:05:57 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0

Hi Rich,

which distribution are you on?

Also, for those who are interested: I've created a CI job based on the
broken configuration, marked as allowed to fail for now. Should be fixed
at some point.

https://gitlab.com/gpsd/gpsd/-/jobs/366053530


Bernd

On 12/1/19 11:25 PM, Rich Wales wrote:
> On 2019-12-01 12:58, Bernd Zeimetz wrote:
> 
>> /Please try sudo apt-get build-dep gpsd and try to again. If that
>> fixes the issue there is something missing and scons doesn't detect
>> that and complains or builds in an appropriate way. /
> 
> Thanks.  This helped significantly.  At least two problems remain, however:
> 
> I can't build *cgps*.  I think the problem is that Qt support is not
> being enabled because the appropriate library isn't being found.  I'm
> including the first part of my new *scons* output in hopes someone can
> point out what I need to install.
> 
> And the new *gpsd* (release-3.19-913-g0904f91d3) still doesn't fix my
> WNRO problem -- *cgps* (the old *cgps*, since as I said, I'm not yet
> able to build a new *cgps*) shows a time value dated 2000-04-16.
> 
> Gary Miller previously noted that my Garmin 18X LVC needed at least
> firmware version 4.x "to fix the date bugs".  I don't know right now
> what firmware version is on this GPS; how can I find this info?
> 
> *Rich Wales*
> address@hidden
> 
> ========================================================================
> 
> scons: Reading SConscript files ...
> This system is: linux2
> Checking whether the C compiler works... yes
> Checking if compiler accepts -pthread... yes
> Checking whether the C++ compiler works... yes
> Checking for C header file curses.h... no
> Turning off ncurses support, curses.h not found.
> Checking pkg-config for libusb-1.0... no
> Checking for C library librt... yes
> Checking for C library libm... yes
> Checking for C library libthr... no
> Checking pkg-config for dbus-1... yes
> Checking pkg-config for bluez... no
> Turning off Bluetooth support, library not found.
> Checking for C type in_port_t... yes
> Checking whether SUN_LEN is declared... yes
> Checking for C header file linux/can.h... yes
> You have kernel CANbus available.
> Checking if compiler is C11... yes
> Checking if compiler supplies __STDC_NO_ATOMICS__... no
> Checking for C header file stdatomic.h... yes
> Checking if compiler supplies __ORDER_BIG_ENDIAN__... yes
> Checking if compiler supplies __ORDER_LITTLE_ENDIAN__... yes
> Checking if compiler supplies __BYTE_ORDER__... yes
> Your compiler has built-in endianness support.
> Checking for C header file arpa/inet.h... yes
> Checking for C header file netdb.h... yes
> Checking for C header file netinet/in.h... yes
> Checking for C header file netinet/ip.h... yes
> Checking for C header file sys/sysmacros.h... yes
> Checking for C header file sys/socket.h... yes
> Checking for C header file sys/un.h... yes
> Checking for C header file syslog.h... yes
> Checking for C header file termios.h... yes
> Checking for C header file winsock2.h... no
> Checking for C function cfmakeraw()... yes
> Checking for C function clock_gettime()... yes
> Checking for C function daemon()... yes
> Checking for C function fcntl()... yes
> Checking for C function fork()... yes
> Checking for C function gmtime_r()... yes
> Checking for C function inet_ntop()... yes
> Checking for C function strlcat()... no
> Checking for C function strlcpy()... no
> Checking for C function strptime()... yes
> Checking for C function sincos()... yes
> Checking for C header file sys/timepps.h... yes
> Checking if sys/ioctl.h supplies TIOCMIWAIT... yes
> Checking for C library libdbus-1... yes
> Checking that xsltproc can make man pages... yes
> Checking pkg-config for QtNetwork... no
> Turning off Qt support, library not found.
> Checking if compiler accepts -Wall... yes
> Checking if compiler accepts -Wcast-align... yes
> Checking if compiler accepts -Wextra... yes
> Checking if compiler accepts -Wimplicit-fallthrough... yes
> Checking if compiler accepts -Wmissing-declarations... yes
> Checking if compiler accepts -Wmissing-prototypes... yes
> Checking if compiler accepts -Wno-missing-field-initializers... yes
> Checking if compiler accepts -Wno-uninitialized... yes
> Checking if compiler accepts -Wpointer-arith... yes
> Checking if compiler accepts -Wreturn-type... yes
> Checking if compiler accepts -Wstrict-prototypes... yes
> Checking if compiler accepts -Wvla... yes
> Checking whether python program exists.../usr/bin/python
> Obtaining Python exe path... /usr/bin/python
> Obtaining Python lib dir... /usr/lib/python2.7/dist-packages
> Obtaining Python config vars... ok
> {'OPT': '-DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes', 'BASECFLAGS': 
> '-fno-strict-aliasing', 'CC': 'x86_64-linux-gnu-gcc -pthread', 'CXX': 
> 'x86_64-linux-gnu-g++ -pthread', 'SO': '.so', 'LDFLAGS': 
> '-Wl,-Bsymbolic-functions -Wl,-z,relro', 'LDSHARED': 'x86_64-linux-gnu-gcc 
> -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions 
> -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g 
> -fdebug-prefix-map=/build/python2.7-PPrPZj/python2.7-2.7.15=. 
> -fstack-protector-strong -Wformat -Werror=format-security  ', 'CCSHARED': 
> '-fPIC', 'INCLUDEPY': '/usr/include/python2.7'}
> Altered configuration variables:
> bluez = False (default True): BlueZ support for Bluetooth devices
> ncurses = False (default True): build with ncurses
> qt = False (default True): build Qt bindings
> WARNING: not building cgps or gpsmon
> WARNING: Python too old: gps/aiogps.py will not be installed
> 
> scons: done reading SConscript files.
> 
> ========================================================================
> 

-- 
 Bernd Zeimetz                            Debian GNU/Linux Developer
 http://bzed.de                                http://www.debian.org
 GPG Fingerprint: ECA1 E3F2 8E11 2432 D485  DD95 EB36 171A 6FF9 435F



reply via email to

[Prev in Thread] Current Thread [Next in Thread]