Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@linaro-alip:/home/linaro/gpsd# scons check
- scons: Reading SConscript files ...
- Checking if compiler accepts -pthread... (cached) yes
- Checking whether the C++ compiler works... (cached) yes
- Checking pkg-config for ncurses... (cached) no
- Turning off ncurses support, library not found.
- Checking pkg-config for libusb-1.0... (cached) no
- Checking for C library librt... (cached) yes
- Checking pkg-config for dbus-1... (cached) no
- Turning off dbus-export support, library not found.
- Checking pkg-config for bluez... (cached) no
- Turning off Bluetooth support, library not found.
- Checking for C type in_port_t... (cached) yes
- Checking whether SUN_LEN is declared... (cached) yes
- Checking for C header file linux/can.h... (cached) yes
- You have kernel CANbus available.
- Checking for C header file linux/qrtr.h... (cached) yes
- You have kernel QRTR available.
- Checking if compiler is C11... (cached) yes
- Checking if compiler supplies __STDC_NO_ATOMICS__... (cached) no
- Checking for C header file stdatomic.h... (cached) yes
- Checking if compiler supplies __ORDER_BIG_ENDIAN__... (cached) yes
- Checking if compiler supplies __ORDER_LITTLE_ENDIAN__... (cached) yes
- Checking if compiler supplies __BYTE_ORDER__... (cached) yes
- Your compiler has built-in endianness support.
- Checking for C header file sys/un.h... (cached) yes
- Checking for C header file sys/socket.h... (cached) yes
- Checking for C header file sys/select.h... (cached) yes
- Checking for C header file netdb.h... (cached) yes
- Checking for C header file netinet/in.h... (cached) yes
- Checking for C header file netinet/ip.h... (cached) yes
- Checking for C header file arpa/inet.h... (cached) yes
- Checking for C header file syslog.h... (cached) yes
- Checking for C header file termios.h... (cached) yes
- Checking for C header file winsock2.h... (cached) no
- Checking for C function daemon()... (cached) yes
- Checking for C function strlcpy()... (cached) no
- Checking for C function strlcat()... (cached) no
- Checking for C function clock_gettime()... (cached) yes
- Checking for C function strptime()... (cached) yes
- Checking for C function gmtime_r()... (cached) yes
- Checking for C function inet_ntop()... (cached) yes
- Checking for C function fcntl()... (cached) yes
- Checking for C function fork()... (cached) yes
- Checking for C header file sys/timepps.h... (cached) no
- Forcing magic_hat=no since RFC2783 API is unavailable
- Checking if sys/ioctl.h supplies TIOCMIWAIT... (cached) yes
- Checking that xsltproc can make man pages... (cached) no
- Neither xsltproc nor xmlto found, documentation cannot be built.
- Checking pkg-config for QtNetwork... (cached) no
- Turning off Qt support, library not found.
- Checking if compiler accepts -Wextra... (cached) yes
- Checking if compiler accepts -Wall... (cached) yes
- Checking if compiler accepts -Wno-uninitialized... (cached) yes
- Checking if compiler accepts -Wno-missing-field-initializers... (cached) yes
- Checking if compiler accepts -Wcast-align... (cached) yes
- Checking if compiler accepts -Wmissing-declarations... (cached) yes
- Checking if compiler accepts -Wmissing-prototypes... (cached) yes
- Checking if compiler accepts -Wstrict-prototypes... (cached) yes
- Checking if compiler accepts -Wpointer-arith... (cached) yes
- Checking if compiler accepts -Wreturn-type... (cached) 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
- Altered configuration variables:
- dbus_export = False (default True): enable DBUS export support
- bluez = False (default True): BlueZ support for Bluetooth devices
- ncurses = False (default True): build with ncurses
- qt = False (default True): build QT bindings
- magic_hat = False (default True): special Linux PPS hack for Raspberry Pi et al
- Part of the website build requires asciidoc, not installed.
- scons: done reading SConscript files.
- scons: Building targets ...
- Run normal regression tests for 3.18~dev-2019-12-03T12:08:08.042226...
- check_compile(["python-compilation-regress"], ["gpscap.py", "gpssim.py", "jsongen.py", "leapsecond.py", "maskau
- dit.py", "test_maidenhead.py", "test_misc.py", "valgrind-audit.py", "gps/__init__.py", "gps/client.py", "gps/fa
- ke.py", "gps/gps.py", "gps/misc.py", "gps/watch_options.py", "gpscat", "gpsfake", "gpsprof", "gegps", "xgps", "
- xgpsspeed", "SConstruct"])
- leapseconds_cache_rebuild(["leapseconds.cache"], ["leapsecond.py"])
- timebase_h(["timebase.h"], ["leapseconds.cache"])
- gcc -o timebase.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wm
- issing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread timebas
- e.c
- ar rc libgpsd.a bsd_base64.o crc24q.o gpsd_json.o geoid.o isgps.o libgpsd_core.o matrix.o net_dgpsip.o net_gnss
- _dispatch.o net_ntrip.o ntpshmread.o ntpshmwrite.o ppsthread.o packet.o pseudonmea.o pseudoais.o serial.o subfr
- ame.o timebase.o timespec_str.o drivers.o driver_ais.o driver_evermore.o driver_garmin.o driver_garmin_txt.o dr
- iver_geostar.o driver_italk.o driver_navcom.o driver_nmea0183.o driver_nmea2000.o driver_oncore.o driver_pds.o
- driver_rtcm2.o driver_rtcm3.o driver_sirf.o driver_skytraq.o driver_superstar2.o driver_tsip.o driver_ubx.o dri
- ver_zodiac.o
- ranlib libgpsd.a
- gcc -o test_packet -pthread test_packet.o -L. -lgpsd -lgps_static -lm -lrt
- Consistency-checking driver methods...
- ./test_packet -c >/dev/null
- Qualcomm PDS has event hook but no send
- scons: *** [method-regress] Error 1
- scons: building terminated because of errors.
- root@linaro-alip:/home/linaro/gpsd#
Add Comment
Please, Sign In to add comment