simhavcs

gpsd build

Dec 3rd, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.57 KB | None | 0 0
  1.  
  2. root@linaro-alip:/home/linaro/gpsd# scons check
  3. scons: Reading SConscript files ...
  4. Checking if compiler accepts -pthread... (cached) yes
  5. Checking whether the C++ compiler works... (cached) yes
  6. Checking pkg-config for ncurses... (cached) no
  7. Turning off ncurses support, library not found.
  8. Checking pkg-config for libusb-1.0... (cached) no
  9. Checking for C library librt... (cached) yes
  10. Checking pkg-config for dbus-1... (cached) no
  11. Turning off dbus-export support, library not found.
  12. Checking pkg-config for bluez... (cached) no
  13. Turning off Bluetooth support, library not found.
  14. Checking for C type in_port_t... (cached) yes
  15. Checking whether SUN_LEN is declared... (cached) yes
  16. Checking for C header file linux/can.h... (cached) yes
  17. You have kernel CANbus available.
  18. Checking for C header file linux/qrtr.h... (cached) yes
  19. You have kernel QRTR available.
  20. Checking if compiler is C11... (cached) yes
  21. Checking if compiler supplies __STDC_NO_ATOMICS__... (cached) no
  22. Checking for C header file stdatomic.h... (cached) yes
  23. Checking if compiler supplies __ORDER_BIG_ENDIAN__... (cached) yes
  24. Checking if compiler supplies __ORDER_LITTLE_ENDIAN__... (cached) yes
  25. Checking if compiler supplies __BYTE_ORDER__... (cached) yes
  26. Your compiler has built-in endianness support.
  27. Checking for C header file sys/un.h... (cached) yes
  28. Checking for C header file sys/socket.h... (cached) yes
  29. Checking for C header file sys/select.h... (cached) yes
  30. Checking for C header file netdb.h... (cached) yes
  31. Checking for C header file netinet/in.h... (cached) yes
  32. Checking for C header file netinet/ip.h... (cached) yes
  33. Checking for C header file arpa/inet.h... (cached) yes
  34. Checking for C header file syslog.h... (cached) yes
  35. Checking for C header file termios.h... (cached) yes
  36.  
  37.  
  38. Checking for C header file winsock2.h... (cached) no
  39. Checking for C function daemon()... (cached) yes
  40. Checking for C function strlcpy()... (cached) no
  41. Checking for C function strlcat()... (cached) no
  42. Checking for C function clock_gettime()... (cached) yes
  43. Checking for C function strptime()... (cached) yes
  44. Checking for C function gmtime_r()... (cached) yes
  45. Checking for C function inet_ntop()... (cached) yes
  46. Checking for C function fcntl()... (cached) yes
  47. Checking for C function fork()... (cached) yes
  48. Checking for C header file sys/timepps.h... (cached) no
  49. Forcing magic_hat=no since RFC2783 API is unavailable
  50. Checking if sys/ioctl.h supplies TIOCMIWAIT... (cached) yes
  51. Checking that xsltproc can make man pages... (cached) no
  52. Neither xsltproc nor xmlto found, documentation cannot be built.
  53. Checking pkg-config for QtNetwork... (cached) no
  54. Turning off Qt support, library not found.
  55. Checking if compiler accepts -Wextra... (cached) yes
  56. Checking if compiler accepts -Wall... (cached) yes
  57. Checking if compiler accepts -Wno-uninitialized... (cached) yes
  58. Checking if compiler accepts -Wno-missing-field-initializers... (cached) yes
  59. Checking if compiler accepts -Wcast-align... (cached) yes
  60. Checking if compiler accepts -Wmissing-declarations... (cached) yes
  61. Checking if compiler accepts -Wmissing-prototypes... (cached) yes
  62. Checking if compiler accepts -Wstrict-prototypes... (cached) yes
  63. Checking if compiler accepts -Wpointer-arith... (cached) yes
  64. Checking if compiler accepts -Wreturn-type... (cached) yes
  65. Checking whether python program exists.../usr/bin/python
  66. Obtaining Python exe path... /usr/bin/python
  67. Obtaining Python lib dir... /usr/lib/python2.7/dist-packages
  68. Obtaining Python config vars... ok
  69. Altered configuration variables:
  70. dbus_export = False (default True): enable DBUS export support
  71. bluez = False (default True): BlueZ support for Bluetooth devices
  72. ncurses = False (default True): build with ncurses
  73. qt = False (default True): build QT bindings
  74. magic_hat = False (default True): special Linux PPS hack for Raspberry Pi et al
  75. Part of the website build requires asciidoc, not installed.
  76. scons: done reading SConscript files.
  77. scons: Building targets ...
  78. Run normal regression tests for 3.18~dev-2019-12-03T12:08:08.042226...
  79. check_compile(["python-compilation-regress"], ["gpscap.py", "gpssim.py", "jsongen.py", "leapsecond.py", "maskau
  80. dit.py", "test_maidenhead.py", "test_misc.py", "valgrind-audit.py", "gps/__init__.py", "gps/client.py", "gps/fa
  81. ke.py", "gps/gps.py", "gps/misc.py", "gps/watch_options.py", "gpscat", "gpsfake", "gpsprof", "gegps", "xgps", "
  82. xgpsspeed", "SConstruct"])
  83. leapseconds_cache_rebuild(["leapseconds.cache"], ["leapsecond.py"])
  84. timebase_h(["timebase.h"], ["leapseconds.cache"])
  85. gcc -o timebase.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wm
  86. issing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread timebas
  87. e.c
  88. 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
  89. _dispatch.o net_ntrip.o ntpshmread.o ntpshmwrite.o ppsthread.o packet.o pseudonmea.o pseudoais.o serial.o subfr
  90. ame.o timebase.o timespec_str.o drivers.o driver_ais.o driver_evermore.o driver_garmin.o driver_garmin_txt.o dr
  91. iver_geostar.o driver_italk.o driver_navcom.o driver_nmea0183.o driver_nmea2000.o driver_oncore.o driver_pds.o
  92. driver_rtcm2.o driver_rtcm3.o driver_sirf.o driver_skytraq.o driver_superstar2.o driver_tsip.o driver_ubx.o dri
  93. ver_zodiac.o
  94. ranlib libgpsd.a
  95. gcc -o test_packet -pthread test_packet.o -L. -lgpsd -lgps_static -lm -lrt
  96. Consistency-checking driver methods...
  97. ./test_packet -c >/dev/null
  98. Qualcomm PDS has event hook but no send
  99. scons: *** [method-regress] Error 1
  100. scons: building terminated because of errors.
  101. root@linaro-alip:/home/linaro/gpsd#
Add Comment
Please, Sign In to add comment