Advertisement
Guest User

Untitled

a guest
Jul 28th, 2018
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 139.10 KB | None | 0 0
  1. root@SATTime-2:/home/time/stratum1# dcfldd statusinterval=16 sizeprobe=if bs=4M if=2018-06-27-raspbian-stretch-lite.img of=/dev/sdf
  2. [97% of 1776Mb] 432 blocks (1728Mb) written. 00:00:54 remaining.
  3. 444+0 records in
  4. 444+0 records out
  5. root@SATTime-2:/home/time/stratum1# cd /
  6. root@SATTime-2:/# pwd
  7. /
  8. root@SATTime-2:/# ssh pi@raspberrypi.local
  9. ssh: Could not resolve hostname raspberrypi.local: Name or service not known
  10. root@SATTime-2:/# NOTE: the above works better if you connect a network calble...
  11. -su: NOTE:: command not found
  12. root@SATTime-2:/# ssh pi@raspberrypi.local
  13. The authenticity of host 'raspberrypi.local (192.168.0.7)' can't be established.
  14. ECDSA key fingerprint is SHA256:cM0kb02ryoYys7PyhY0ppsIdh4TYU7LlHob2fPuIZzU.
  15. Are you sure you want to continue connecting (yes/no)? yes
  16. Warning: Permanently added 'raspberrypi.local,192.168.0.7' (ECDSA) to the list of known hosts.
  17. pi@raspberrypi.local's password:
  18. Linux raspberrypi 4.14.50-v7+ #1122 SMP Tue Jun 19 12:26:26 BST 2018 armv7l
  19.  
  20. The programs included with the Debian GNU/Linux system are free software;
  21. the exact distribution terms for each program are described in the
  22. individual files in /usr/share/doc/*/copyright.
  23.  
  24. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
  25. permitted by applicable law.
  26. Last login: Wed Jun 27 01:13:21 2018
  27. pi@raspberrypi:~ $ su -
  28. Password:
  29. root@raspberrypi:~# adduser time
  30. Adding user `time' ...
  31. Adding new group `time' (1001) ...
  32. Adding new user `time' (1001) with group `time' ...
  33. Creating home directory `/home/time' ...
  34. Copying files from `/etc/skel' ...
  35. Enter new UNIX password:
  36. Retype new UNIX password:
  37. passwd: password updated successfully
  38. Changing the user information for time
  39. Enter the new value, or press ENTER for the default
  40. Full Name []: Father
  41. Room Number []: none
  42. Work Phone []: none
  43. Home Phone []: none
  44. Other []: waz9318
  45. Is the information correct? [Y/n] y
  46. root@raspberrypi:~# pwd
  47. /root
  48. root@raspberrypi:~# ls
  49. root@raspberrypi:~# cd /
  50. root@raspberrypi:/# ls
  51. bin boot debootstrap dev etc home lib lost+found media mnt opt proc root run sbin srv sys tmp usr var
  52. root@raspberrypi:/# cd home
  53. root@raspberrypi:/home# ls
  54. pi time
  55. root@raspberrypi:/home# cd time
  56. root@raspberrypi:/home/time# adduser time sudo\
  57. >
  58. Adding user `time' to group `sudo' ...
  59. Adding user time to group sudo
  60. Done.
  61. root@raspberrypi:/home/time# adduser time sudo
  62. The user `time' is already a member of `sudo'.
  63. root@raspberrypi:/home/time# groups pi
  64. pi : pi adm dialout cdrom sudo audio video plugdev games users input netdev spi i2c gpio
  65. root@raspberrypi:/home/time# \adduser adm,dialout,cdrom,audio,video,plugdev,games,users,input,netdev,spi,i2c,gpio
  66. adduser: To avoid problems, the username should consist only of
  67. letters, digits, underscores, periods, at signs and dashes, and not start with
  68. a dash (as defined by IEEE Std 1003.1-2001). For compatibility with Samba
  69. machine accounts $ is also supported at the end of the username
  70. root@raspberrypi:/home/time# time grouups
  71. -su: grouups: command not found
  72.  
  73. real 0m0.005s
  74. user 0m0.001s
  75. sys 0m0.004s
  76. root@raspberrypi:/home/time# time groups
  77. root
  78.  
  79. real 0m0.008s
  80. user 0m0.001s
  81. sys 0m0.007s
  82. root@raspberrypi:/home/time# groups time
  83. time : time sudo
  84. root@raspberrypi:/home/time# adduser time adm
  85. Adding user `time' to group `adm' ...
  86. Adding user time to group adm
  87. Done.
  88. root@raspberrypi:/home/time# groups time
  89. time : time adm sudo
  90. root@raspberrypi:/home/time# adduser time dialout cdrom audio video plugdev games users input netdev spi i2c gpio
  91. adduser: Only one or two names allowed.
  92. root@raspberrypi:/home/time# groups time
  93. time : time adm sudo
  94. root@raspberrypi:/home/time# adduser time dialout
  95. Adding user `time' to group `dialout' ...
  96. Adding user time to group dialout
  97. Done.
  98. root@raspberrypi:/home/time# adduser time cdrom
  99. Adding user `time' to group `cdrom' ...
  100. Adding user time to group cdrom
  101. Done.
  102. root@raspberrypi:/home/time# adduser time audio
  103. Adding user `time' to group `audio' ...
  104. Adding user time to group audio
  105. Done.
  106. root@raspberrypi:/home/time# adduser time video
  107. Adding user `time' to group `video' ...
  108. Adding user time to group video
  109. Done.
  110. root@raspberrypi:/home/time# adduser time plugdev
  111. Adding user `time' to group `plugdev' ...
  112. Adding user time to group plugdev
  113. Done.
  114. root@raspberrypi:/home/time# adduser time games
  115. Adding user `time' to group `games' ...
  116. Adding user time to group games
  117. Done.
  118. root@raspberrypi:/home/time# adduser time users
  119. Adding user `time' to group `users' ...
  120. Adding user time to group users
  121. Done.
  122. root@raspberrypi:/home/time# adduser time input
  123. Adding user `time' to group `input' ...
  124. Adding user time to group input
  125. Done.
  126. root@raspberrypi:/home/time# adduser time netdev
  127. Adding user `time' to group `netdev' ...
  128. Adding user time to group netdev
  129. Done.
  130. root@raspberrypi:/home/time# adduser time spi
  131. Adding user `time' to group `spi' ...
  132. Adding user time to group spi
  133. Done.
  134. root@raspberrypi:/home/time# adduser time i2c
  135. Adding user `time' to group `i2c' ...
  136. Adding user time to group i2c
  137. Done.
  138. root@raspberrypi:/home/time# adduser time gpio
  139. Adding user `time' to group `gpio' ...
  140. Adding user time to group gpio
  141. Done.
  142. root@raspberrypi:/home/time# groups pi
  143. pi : pi adm dialout cdrom sudo audio video plugdev games users input netdev spi i2c gpio
  144. root@raspberrypi:/home/time# groups time
  145. time : time adm dialout cdrom sudo audio video plugdev games users input netdev spi i2c gpio
  146. root@raspberrypi:/home/time# pwd
  147. /home/time
  148. root@raspberrypi:/home/time# wget http://www.ntpsec.org/white-papers/stratum-1-microserver-howto/clockmaker
  149. --2018-07-28 06:10:54-- http://www.ntpsec.org/white-papers/stratum-1-microserver-howto/clockmaker
  150. Resolving www.ntpsec.org (www.ntpsec.org)... 52.167.214.135
  151. Connecting to www.ntpsec.org (www.ntpsec.org)|52.167.214.135|:80... connected.
  152. HTTP request sent, awaiting response... 200 OK
  153. Length: 18025 (18K) [text/plain]
  154. Saving to: ‘clockmaker’
  155.  
  156. clockmaker 100%[================================================================================================================>] 17.60K --.-KB/s in 0.08s
  157.  
  158. 2018-07-28 06:10:59 (229 KB/s) - ‘clockmaker’ saved [18025/18025]
  159.  
  160. root@raspberrypi:/home/time# chmod a+x clockmaker
  161. root@raspberrypi:/home/time# ./clockmaker --config
  162. SBC type is Raspberry Pi
  163. I see hardware revision a22082, Pi 3 Model B
  164.  
  165. Configuring locale...
  166. Generating locales (this might take a while)...
  167. en_GB.UTF-8... done
  168. en_US.UTF-8... done
  169. Generation complete.
  170. Configuring timezone...
  171.  
  172. Current default time zone: 'America/Los_Angeles'
  173. Local time is now: Fri Jul 27 23:14:15 PDT 2018.
  174. Universal Time is now: Sat Jul 28 06:14:15 UTC 2018.
  175.  
  176. About to upgrade your OS
  177. Get:1 http://archive.raspberrypi.org/debian stretch InRelease [25.3 kB]
  178. Get:2 http://archive.raspberrypi.org/debian stretch/main armhf Packages [168 kB]
  179. Get:3 http://raspbian.raspberrypi.org/raspbian stretch InRelease [15.0 kB]
  180. Get:4 http://raspbian.raspberrypi.org/raspbian stretch/main armhf Packages [11.7 MB]
  181. Get:5 http://archive.raspberrypi.org/debian stretch/ui armhf Packages [34.0 kB]
  182. Get:6 http://raspbian.raspberrypi.org/raspbian stretch/contrib armhf Packages [56.9 kB]
  183. Fetched 12.0 MB in 24s (490 kB/s)
  184. Reading package lists... Done
  185. Reading package lists... Done
  186. Building dependency tree
  187. Reading state information... Done
  188. Calculating upgrade... Done
  189. The following packages will be upgraded:
  190. ca-certificates dpkg dpkg-dev file libdpkg-perl libmagic-mgc libmagic1 libpam-systemd libraspberrypi-bin libraspberrypi-dev libraspberrypi-doc libraspberrypi0 libsystemd0 libudev1 patch
  191. raspberrypi-bootloader raspberrypi-kernel shared-mime-info systemd systemd-sysv tzdata udev
  192. 22 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  193. Need to get 80.2 MB of archives.
  194. After this operation, 239 kB of additional disk space will be used.
  195. Get:1 http://archive.raspberrypi.org/debian stretch/main armhf libraspberrypi-doc armhf 1.20180703-1 [31.4 MB]
  196. Get:4 http://raspbian.mirror.constant.com/raspbian stretch/main armhf libpam-systemd armhf 232-25+deb9u4 [174 kB]
  197. Get:5 http://raspbian.mirror.constant.com/raspbian stretch/main armhf libsystemd0 armhf 232-25+deb9u4 [257 kB]
  198. Get:9 http://raspbian.mirror.constant.com/raspbian stretch/main armhf tzdata all 2018e-0+deb9u1 [267 kB]
  199. Get:10 http://raspbian.mirror.constant.com/raspbian stretch/main armhf file armhf 1:5.30-1+deb9u2 [63.6 kB]
  200. Get:2 http://mirrors.syringanetworks.net/raspbian/raspbian stretch/main armhf dpkg armhf 1.18.25 [2,055 kB]
  201. Get:12 http://raspbian.mirror.constant.com/raspbian stretch/main armhf libmagic-mgc armhf 1:5.30-1+deb9u2 [222 kB]
  202. Get:3 http://mirrors.syringanetworks.net/raspbian/raspbian stretch/main armhf systemd-sysv armhf 232-25+deb9u4 [81.3 kB]
  203. Get:8 http://mirrors.syringanetworks.net/raspbian/raspbian stretch/main armhf libudev1 armhf 232-25+deb9u4 [120 kB]
  204. Get:13 http://mirrors.syringanetworks.net/raspbian/raspbian stretch/main armhf dpkg-dev all 1.18.25 [1,595 kB]
  205. Get:14 http://mirror.umd.edu/raspbian/raspbian stretch/main armhf libdpkg-perl all 1.18.25 [1,287 kB]
  206. Get:16 http://raspbian.mirror.constant.com/raspbian stretch/main armhf ca-certificates all 20161130+nmu1+deb9u1 [182 kB]
  207. Get:15 http://mirrors.syringanetworks.net/raspbian/raspbian stretch/main armhf patch armhf 2.7.5-1+deb9u1 [99.4 kB]
  208. Get:17 http://mirrors.syringanetworks.net/raspbian/raspbian stretch/main armhf shared-mime-info armhf 1.8-1+deb9u1 [728 kB]
  209. Get:6 http://raspbian-us.ngc292.space/raspbian stretch/main armhf systemd armhf 232-25+deb9u4 [2,220 kB]
  210. Get:7 http://raspbian-us.ngc292.space/raspbian stretch/main armhf udev armhf 232-25+deb9u4 [1,072 kB]
  211. Get:11 http://raspbian-us.ngc292.space/raspbian stretch/main armhf libmagic1 armhf 1:5.30-1+deb9u2 [105 kB]
  212. Get:18 http://archive.raspberrypi.org/debian stretch/main armhf libraspberrypi-dev armhf 1.20180703-1 [405 kB]
  213. Get:19 http://archive.raspberrypi.org/debian stretch/main armhf raspberrypi-kernel armhf 1.20180703-1 [33.1 MB]
  214. Get:20 http://archive.raspberrypi.org/debian stretch/main armhf libraspberrypi-bin armhf 1.20180703-1 [335 kB]
  215. Get:21 http://archive.raspberrypi.org/debian stretch/main armhf libraspberrypi0 armhf 1.20180703-1 [837 kB]
  216. Get:22 http://archive.raspberrypi.org/debian stretch/main armhf raspberrypi-bootloader armhf 1.20180703-1 [3,553 kB]
  217. Fetched 80.2 MB in 1min 8s (1,178 kB/s)
  218. apt-listchanges: Reading changelogs...
  219. Preconfiguring packages ...
  220. (Reading database ... 34394 files and directories currently installed.)
  221. Preparing to unpack .../dpkg_1.18.25_armhf.deb ...
  222. Unpacking dpkg (1.18.25) over (1.18.24) ...
  223. Setting up dpkg (1.18.25) ...
  224. (Reading database ... 34394 files and directories currently installed.)
  225. Preparing to unpack .../systemd-sysv_232-25+deb9u4_armhf.deb ...
  226. Unpacking systemd-sysv (232-25+deb9u4) over (232-25+deb9u2) ...
  227. Preparing to unpack .../libpam-systemd_232-25+deb9u4_armhf.deb ...
  228. Unpacking libpam-systemd:armhf (232-25+deb9u4) over (232-25+deb9u2) ...
  229. Preparing to unpack .../libsystemd0_232-25+deb9u4_armhf.deb ...
  230. Unpacking libsystemd0:armhf (232-25+deb9u4) over (232-25+deb9u2) ...
  231. Setting up libsystemd0:armhf (232-25+deb9u4) ...
  232. (Reading database ... 34394 files and directories currently installed.)
  233. Preparing to unpack .../systemd_232-25+deb9u4_armhf.deb ...
  234. Unpacking systemd (232-25+deb9u4) over (232-25+deb9u2) ...
  235. Preparing to unpack .../udev_232-25+deb9u4_armhf.deb ...
  236. Unpacking udev (232-25+deb9u4) over (232-25+deb9u2) ...
  237. Preparing to unpack .../libudev1_232-25+deb9u4_armhf.deb ...
  238. Unpacking libudev1:armhf (232-25+deb9u4) over (232-25+deb9u2) ...
  239. Setting up libudev1:armhf (232-25+deb9u4) ...
  240. (Reading database ... 34394 files and directories currently installed.)
  241. Preparing to unpack .../00-tzdata_2018e-0+deb9u1_all.deb ...
  242. Unpacking tzdata (2018e-0+deb9u1) over (2018c-0+deb9u1) ...
  243. Preparing to unpack .../01-file_1%3a5.30-1+deb9u2_armhf.deb ...
  244. Unpacking file (1:5.30-1+deb9u2) over (1:5.30-1+deb9u1) ...
  245. Preparing to unpack .../02-libmagic1_1%3a5.30-1+deb9u2_armhf.deb ...
  246. Unpacking libmagic1:armhf (1:5.30-1+deb9u2) over (1:5.30-1+deb9u1) ...
  247. Preparing to unpack .../03-libmagic-mgc_1%3a5.30-1+deb9u2_armhf.deb ...
  248. Unpacking libmagic-mgc (1:5.30-1+deb9u2) over (1:5.30-1+deb9u1) ...
  249. Preparing to unpack .../04-dpkg-dev_1.18.25_all.deb ...
  250. Unpacking dpkg-dev (1.18.25) over (1.18.24) ...
  251. Preparing to unpack .../05-libdpkg-perl_1.18.25_all.deb ...
  252. Unpacking libdpkg-perl (1.18.25) over (1.18.24) ...
  253. Preparing to unpack .../06-patch_2.7.5-1+deb9u1_armhf.deb ...
  254. Unpacking patch (2.7.5-1+deb9u1) over (2.7.5-1) ...
  255. Preparing to unpack .../07-ca-certificates_20161130+nmu1+deb9u1_all.deb ...
  256. Unpacking ca-certificates (20161130+nmu1+deb9u1) over (20161130+nmu1) ...
  257. Preparing to unpack .../08-shared-mime-info_1.8-1+deb9u1_armhf.deb ...
  258. Unpacking shared-mime-info (1.8-1+deb9u1) over (1.8-1) ...
  259. Preparing to unpack .../09-libraspberrypi-doc_1.20180703-1_armhf.deb ...
  260. Unpacking libraspberrypi-doc (1.20180703-1) over (1.20180619-1) ...
  261. Preparing to unpack .../10-libraspberrypi-dev_1.20180703-1_armhf.deb ...
  262. Unpacking libraspberrypi-dev (1.20180703-1) over (1.20180619-1) ...
  263. Preparing to unpack .../11-raspberrypi-kernel_1.20180703-1_armhf.deb ...
  264. Adding 'diversion of /boot/bcm2708-rpi-0-w.dtb to /usr/share/rpikernelhack/bcm2708-rpi-0-w.dtb by rpikernelhack'
  265. Adding 'diversion of /boot/bcm2708-rpi-b-plus.dtb to /usr/share/rpikernelhack/bcm2708-rpi-b-plus.dtb by rpikernelhack'
  266. Adding 'diversion of /boot/bcm2708-rpi-b.dtb to /usr/share/rpikernelhack/bcm2708-rpi-b.dtb by rpikernelhack'
  267. Adding 'diversion of /boot/bcm2708-rpi-cm.dtb to /usr/share/rpikernelhack/bcm2708-rpi-cm.dtb by rpikernelhack'
  268. Adding 'diversion of /boot/bcm2709-rpi-2-b.dtb to /usr/share/rpikernelhack/bcm2709-rpi-2-b.dtb by rpikernelhack'
  269. Adding 'diversion of /boot/bcm2710-rpi-3-b-plus.dtb to /usr/share/rpikernelhack/bcm2710-rpi-3-b-plus.dtb by rpikernelhack'
  270. Adding 'diversion of /boot/bcm2710-rpi-3-b.dtb to /usr/share/rpikernelhack/bcm2710-rpi-3-b.dtb by rpikernelhack'
  271. Adding 'diversion of /boot/bcm2710-rpi-cm3.dtb to /usr/share/rpikernelhack/bcm2710-rpi-cm3.dtb by rpikernelhack'
  272. Adding 'diversion of /boot/kernel.img to /usr/share/rpikernelhack/kernel.img by rpikernelhack'
  273. Adding 'diversion of /boot/kernel7.img to /usr/share/rpikernelhack/kernel7.img by rpikernelhack'
  274. Adding 'diversion of /boot/COPYING.linux to /usr/share/rpikernelhack/COPYING.linux by rpikernelhack'
  275. Adding 'diversion of /boot/overlays/README to /usr/share/rpikernelhack/overlays/README by rpikernelhack'
  276. Adding 'diversion of /boot/overlays/adau1977-adc.dtbo to /usr/share/rpikernelhack/overlays/adau1977-adc.dtbo by rpikernelhack'
  277. Adding 'diversion of /boot/overlays/adau7002-simple.dtbo to /usr/share/rpikernelhack/overlays/adau7002-simple.dtbo by rpikernelhack'
  278. Adding 'diversion of /boot/overlays/ads1015.dtbo to /usr/share/rpikernelhack/overlays/ads1015.dtbo by rpikernelhack'
  279. Adding 'diversion of /boot/overlays/ads1115.dtbo to /usr/share/rpikernelhack/overlays/ads1115.dtbo by rpikernelhack'
  280. Adding 'diversion of /boot/overlays/ads7846.dtbo to /usr/share/rpikernelhack/overlays/ads7846.dtbo by rpikernelhack'
  281. Adding 'diversion of /boot/overlays/akkordion-iqdacplus.dtbo to /usr/share/rpikernelhack/overlays/akkordion-iqdacplus.dtbo by rpikernelhack'
  282. Adding 'diversion of /boot/overlays/allo-boss-dac-pcm512x-audio.dtbo to /usr/share/rpikernelhack/overlays/allo-boss-dac-pcm512x-audio.dtbo by rpikernelhack'
  283. Adding 'diversion of /boot/overlays/allo-digione.dtbo to /usr/share/rpikernelhack/overlays/allo-digione.dtbo by rpikernelhack'
  284. Adding 'diversion of /boot/overlays/allo-katana-dac-audio.dtbo to /usr/share/rpikernelhack/overlays/allo-katana-dac-audio.dtbo by rpikernelhack'
  285. Adding 'diversion of /boot/overlays/allo-piano-dac-pcm512x-audio.dtbo to /usr/share/rpikernelhack/overlays/allo-piano-dac-pcm512x-audio.dtbo by rpikernelhack'
  286. Adding 'diversion of /boot/overlays/allo-piano-dac-plus-pcm512x-audio.dtbo to /usr/share/rpikernelhack/overlays/allo-piano-dac-plus-pcm512x-audio.dtbo by rpikernelhack'
  287. Adding 'diversion of /boot/overlays/applepi-dac.dtbo to /usr/share/rpikernelhack/overlays/applepi-dac.dtbo by rpikernelhack'
  288. Adding 'diversion of /boot/overlays/at86rf233.dtbo to /usr/share/rpikernelhack/overlays/at86rf233.dtbo by rpikernelhack'
  289. Adding 'diversion of /boot/overlays/audioinjector-addons.dtbo to /usr/share/rpikernelhack/overlays/audioinjector-addons.dtbo by rpikernelhack'
  290. Adding 'diversion of /boot/overlays/audioinjector-wm8731-audio.dtbo to /usr/share/rpikernelhack/overlays/audioinjector-wm8731-audio.dtbo by rpikernelhack'
  291. Adding 'diversion of /boot/overlays/audremap.dtbo to /usr/share/rpikernelhack/overlays/audremap.dtbo by rpikernelhack'
  292. Adding 'diversion of /boot/overlays/balena-fin.dtbo to /usr/share/rpikernelhack/overlays/balena-fin.dtbo by rpikernelhack'
  293. Adding 'diversion of /boot/overlays/bmp085_i2c-sensor.dtbo to /usr/share/rpikernelhack/overlays/bmp085_i2c-sensor.dtbo by rpikernelhack'
  294. Adding 'diversion of /boot/overlays/dht11.dtbo to /usr/share/rpikernelhack/overlays/dht11.dtbo by rpikernelhack'
  295. Adding 'diversion of /boot/overlays/dionaudio-loco-v2.dtbo to /usr/share/rpikernelhack/overlays/dionaudio-loco-v2.dtbo by rpikernelhack'
  296. Adding 'diversion of /boot/overlays/dionaudio-loco.dtbo to /usr/share/rpikernelhack/overlays/dionaudio-loco.dtbo by rpikernelhack'
  297. Adding 'diversion of /boot/overlays/dpi18.dtbo to /usr/share/rpikernelhack/overlays/dpi18.dtbo by rpikernelhack'
  298. Adding 'diversion of /boot/overlays/dpi24.dtbo to /usr/share/rpikernelhack/overlays/dpi24.dtbo by rpikernelhack'
  299. Adding 'diversion of /boot/overlays/dwc-otg.dtbo to /usr/share/rpikernelhack/overlays/dwc-otg.dtbo by rpikernelhack'
  300. Adding 'diversion of /boot/overlays/dwc2.dtbo to /usr/share/rpikernelhack/overlays/dwc2.dtbo by rpikernelhack'
  301. Adding 'diversion of /boot/overlays/enc28j60-spi2.dtbo to /usr/share/rpikernelhack/overlays/enc28j60-spi2.dtbo by rpikernelhack'
  302. Adding 'diversion of /boot/overlays/enc28j60.dtbo to /usr/share/rpikernelhack/overlays/enc28j60.dtbo by rpikernelhack'
  303. Adding 'diversion of /boot/overlays/exc3000.dtbo to /usr/share/rpikernelhack/overlays/exc3000.dtbo by rpikernelhack'
  304. Adding 'diversion of /boot/overlays/fe-pi-audio.dtbo to /usr/share/rpikernelhack/overlays/fe-pi-audio.dtbo by rpikernelhack'
  305. Adding 'diversion of /boot/overlays/goodix.dtbo to /usr/share/rpikernelhack/overlays/goodix.dtbo by rpikernelhack'
  306. Adding 'diversion of /boot/overlays/googlevoicehat-soundcard.dtbo to /usr/share/rpikernelhack/overlays/googlevoicehat-soundcard.dtbo by rpikernelhack'
  307. Adding 'diversion of /boot/overlays/gpio-ir-tx.dtbo to /usr/share/rpikernelhack/overlays/gpio-ir-tx.dtbo by rpikernelhack'
  308. Adding 'diversion of /boot/overlays/gpio-ir.dtbo to /usr/share/rpikernelhack/overlays/gpio-ir.dtbo by rpikernelhack'
  309. Adding 'diversion of /boot/overlays/gpio-key.dtbo to /usr/share/rpikernelhack/overlays/gpio-key.dtbo by rpikernelhack'
  310. Adding 'diversion of /boot/overlays/gpio-no-irq.dtbo to /usr/share/rpikernelhack/overlays/gpio-no-irq.dtbo by rpikernelhack'
  311. Adding 'diversion of /boot/overlays/gpio-poweroff.dtbo to /usr/share/rpikernelhack/overlays/gpio-poweroff.dtbo by rpikernelhack'
  312. Adding 'diversion of /boot/overlays/gpio-shutdown.dtbo to /usr/share/rpikernelhack/overlays/gpio-shutdown.dtbo by rpikernelhack'
  313. Adding 'diversion of /boot/overlays/hifiberry-amp.dtbo to /usr/share/rpikernelhack/overlays/hifiberry-amp.dtbo by rpikernelhack'
  314. Adding 'diversion of /boot/overlays/hifiberry-dac.dtbo to /usr/share/rpikernelhack/overlays/hifiberry-dac.dtbo by rpikernelhack'
  315. Adding 'diversion of /boot/overlays/hifiberry-dacplus.dtbo to /usr/share/rpikernelhack/overlays/hifiberry-dacplus.dtbo by rpikernelhack'
  316. Adding 'diversion of /boot/overlays/hifiberry-digi-pro.dtbo to /usr/share/rpikernelhack/overlays/hifiberry-digi-pro.dtbo by rpikernelhack'
  317. Adding 'diversion of /boot/overlays/hifiberry-digi.dtbo to /usr/share/rpikernelhack/overlays/hifiberry-digi.dtbo by rpikernelhack'
  318. Adding 'diversion of /boot/overlays/hy28a.dtbo to /usr/share/rpikernelhack/overlays/hy28a.dtbo by rpikernelhack'
  319. Adding 'diversion of /boot/overlays/hy28b.dtbo to /usr/share/rpikernelhack/overlays/hy28b.dtbo by rpikernelhack'
  320. Adding 'diversion of /boot/overlays/i2c-bcm2708.dtbo to /usr/share/rpikernelhack/overlays/i2c-bcm2708.dtbo by rpikernelhack'
  321. Adding 'diversion of /boot/overlays/i2c-gpio.dtbo to /usr/share/rpikernelhack/overlays/i2c-gpio.dtbo by rpikernelhack'
  322. Adding 'diversion of /boot/overlays/i2c-mux.dtbo to /usr/share/rpikernelhack/overlays/i2c-mux.dtbo by rpikernelhack'
  323. Adding 'diversion of /boot/overlays/i2c-pwm-pca9685a.dtbo to /usr/share/rpikernelhack/overlays/i2c-pwm-pca9685a.dtbo by rpikernelhack'
  324. Adding 'diversion of /boot/overlays/i2c-rtc-gpio.dtbo to /usr/share/rpikernelhack/overlays/i2c-rtc-gpio.dtbo by rpikernelhack'
  325. Adding 'diversion of /boot/overlays/i2c-rtc.dtbo to /usr/share/rpikernelhack/overlays/i2c-rtc.dtbo by rpikernelhack'
  326. Adding 'diversion of /boot/overlays/i2c-sensor.dtbo to /usr/share/rpikernelhack/overlays/i2c-sensor.dtbo by rpikernelhack'
  327. Adding 'diversion of /boot/overlays/i2c0-bcm2708.dtbo to /usr/share/rpikernelhack/overlays/i2c0-bcm2708.dtbo by rpikernelhack'
  328. Adding 'diversion of /boot/overlays/i2c1-bcm2708.dtbo to /usr/share/rpikernelhack/overlays/i2c1-bcm2708.dtbo by rpikernelhack'
  329. Adding 'diversion of /boot/overlays/i2s-gpio28-31.dtbo to /usr/share/rpikernelhack/overlays/i2s-gpio28-31.dtbo by rpikernelhack'
  330. Adding 'diversion of /boot/overlays/iqaudio-dac.dtbo to /usr/share/rpikernelhack/overlays/iqaudio-dac.dtbo by rpikernelhack'
  331. Adding 'diversion of /boot/overlays/iqaudio-dacplus.dtbo to /usr/share/rpikernelhack/overlays/iqaudio-dacplus.dtbo by rpikernelhack'
  332. Adding 'diversion of /boot/overlays/iqaudio-digi-wm8804-audio.dtbo to /usr/share/rpikernelhack/overlays/iqaudio-digi-wm8804-audio.dtbo by rpikernelhack'
  333. Adding 'diversion of /boot/overlays/jedec-spi-nor.dtbo to /usr/share/rpikernelhack/overlays/jedec-spi-nor.dtbo by rpikernelhack'
  334. Adding 'diversion of /boot/overlays/justboom-dac.dtbo to /usr/share/rpikernelhack/overlays/justboom-dac.dtbo by rpikernelhack'
  335. Adding 'diversion of /boot/overlays/justboom-digi.dtbo to /usr/share/rpikernelhack/overlays/justboom-digi.dtbo by rpikernelhack'
  336. Adding 'diversion of /boot/overlays/lirc-rpi.dtbo to /usr/share/rpikernelhack/overlays/lirc-rpi.dtbo by rpikernelhack'
  337. Adding 'diversion of /boot/overlays/ltc294x.dtbo to /usr/share/rpikernelhack/overlays/ltc294x.dtbo by rpikernelhack'
  338. Adding 'diversion of /boot/overlays/mbed-dac.dtbo to /usr/share/rpikernelhack/overlays/mbed-dac.dtbo by rpikernelhack'
  339. Adding 'diversion of /boot/overlays/mcp23017.dtbo to /usr/share/rpikernelhack/overlays/mcp23017.dtbo by rpikernelhack'
  340. Adding 'diversion of /boot/overlays/mcp23s17.dtbo to /usr/share/rpikernelhack/overlays/mcp23s17.dtbo by rpikernelhack'
  341. Adding 'diversion of /boot/overlays/mcp2515-can0.dtbo to /usr/share/rpikernelhack/overlays/mcp2515-can0.dtbo by rpikernelhack'
  342. Adding 'diversion of /boot/overlays/mcp2515-can1.dtbo to /usr/share/rpikernelhack/overlays/mcp2515-can1.dtbo by rpikernelhack'
  343. Adding 'diversion of /boot/overlays/mcp3008.dtbo to /usr/share/rpikernelhack/overlays/mcp3008.dtbo by rpikernelhack'
  344. Adding 'diversion of /boot/overlays/mcp3202.dtbo to /usr/share/rpikernelhack/overlays/mcp3202.dtbo by rpikernelhack'
  345. Adding 'diversion of /boot/overlays/media-center.dtbo to /usr/share/rpikernelhack/overlays/media-center.dtbo by rpikernelhack'
  346. Adding 'diversion of /boot/overlays/midi-uart0.dtbo to /usr/share/rpikernelhack/overlays/midi-uart0.dtbo by rpikernelhack'
  347. Adding 'diversion of /boot/overlays/midi-uart1.dtbo to /usr/share/rpikernelhack/overlays/midi-uart1.dtbo by rpikernelhack'
  348. Adding 'diversion of /boot/overlays/mmc.dtbo to /usr/share/rpikernelhack/overlays/mmc.dtbo by rpikernelhack'
  349. Adding 'diversion of /boot/overlays/mpu6050.dtbo to /usr/share/rpikernelhack/overlays/mpu6050.dtbo by rpikernelhack'
  350. Adding 'diversion of /boot/overlays/mz61581.dtbo to /usr/share/rpikernelhack/overlays/mz61581.dtbo by rpikernelhack'
  351. Adding 'diversion of /boot/overlays/papirus.dtbo to /usr/share/rpikernelhack/overlays/papirus.dtbo by rpikernelhack'
  352. Adding 'diversion of /boot/overlays/pi3-act-led.dtbo to /usr/share/rpikernelhack/overlays/pi3-act-led.dtbo by rpikernelhack'
  353. Adding 'diversion of /boot/overlays/pi3-disable-bt.dtbo to /usr/share/rpikernelhack/overlays/pi3-disable-bt.dtbo by rpikernelhack'
  354. Adding 'diversion of /boot/overlays/pi3-disable-wifi.dtbo to /usr/share/rpikernelhack/overlays/pi3-disable-wifi.dtbo by rpikernelhack'
  355. Adding 'diversion of /boot/overlays/pi3-miniuart-bt.dtbo to /usr/share/rpikernelhack/overlays/pi3-miniuart-bt.dtbo by rpikernelhack'
  356. Adding 'diversion of /boot/overlays/pibell.dtbo to /usr/share/rpikernelhack/overlays/pibell.dtbo by rpikernelhack'
  357. Adding 'diversion of /boot/overlays/piscreen.dtbo to /usr/share/rpikernelhack/overlays/piscreen.dtbo by rpikernelhack'
  358. Adding 'diversion of /boot/overlays/piscreen2r.dtbo to /usr/share/rpikernelhack/overlays/piscreen2r.dtbo by rpikernelhack'
  359. Adding 'diversion of /boot/overlays/pisound.dtbo to /usr/share/rpikernelhack/overlays/pisound.dtbo by rpikernelhack'
  360. Adding 'diversion of /boot/overlays/pitft22.dtbo to /usr/share/rpikernelhack/overlays/pitft22.dtbo by rpikernelhack'
  361. Adding 'diversion of /boot/overlays/pitft28-capacitive.dtbo to /usr/share/rpikernelhack/overlays/pitft28-capacitive.dtbo by rpikernelhack'
  362. Adding 'diversion of /boot/overlays/pitft28-resistive.dtbo to /usr/share/rpikernelhack/overlays/pitft28-resistive.dtbo by rpikernelhack'
  363. Adding 'diversion of /boot/overlays/pitft35-resistive.dtbo to /usr/share/rpikernelhack/overlays/pitft35-resistive.dtbo by rpikernelhack'
  364. Adding 'diversion of /boot/overlays/pps-gpio.dtbo to /usr/share/rpikernelhack/overlays/pps-gpio.dtbo by rpikernelhack'
  365. Adding 'diversion of /boot/overlays/pwm-2chan.dtbo to /usr/share/rpikernelhack/overlays/pwm-2chan.dtbo by rpikernelhack'
  366. Adding 'diversion of /boot/overlays/pwm-ir-tx.dtbo to /usr/share/rpikernelhack/overlays/pwm-ir-tx.dtbo by rpikernelhack'
  367. Adding 'diversion of /boot/overlays/pwm.dtbo to /usr/share/rpikernelhack/overlays/pwm.dtbo by rpikernelhack'
  368. Adding 'diversion of /boot/overlays/qca7000.dtbo to /usr/share/rpikernelhack/overlays/qca7000.dtbo by rpikernelhack'
  369. Adding 'diversion of /boot/overlays/rotary-encoder.dtbo to /usr/share/rpikernelhack/overlays/rotary-encoder.dtbo by rpikernelhack'
  370. Adding 'diversion of /boot/overlays/rpi-backlight.dtbo to /usr/share/rpikernelhack/overlays/rpi-backlight.dtbo by rpikernelhack'
  371. Adding 'diversion of /boot/overlays/rpi-cirrus-wm5102.dtbo to /usr/share/rpikernelhack/overlays/rpi-cirrus-wm5102.dtbo by rpikernelhack'
  372. Adding 'diversion of /boot/overlays/rpi-dac.dtbo to /usr/share/rpikernelhack/overlays/rpi-dac.dtbo by rpikernelhack'
  373. Adding 'diversion of /boot/overlays/rpi-display.dtbo to /usr/share/rpikernelhack/overlays/rpi-display.dtbo by rpikernelhack'
  374. Adding 'diversion of /boot/overlays/rpi-ft5406.dtbo to /usr/share/rpikernelhack/overlays/rpi-ft5406.dtbo by rpikernelhack'
  375. Adding 'diversion of /boot/overlays/rpi-proto.dtbo to /usr/share/rpikernelhack/overlays/rpi-proto.dtbo by rpikernelhack'
  376. Adding 'diversion of /boot/overlays/rpi-sense.dtbo to /usr/share/rpikernelhack/overlays/rpi-sense.dtbo by rpikernelhack'
  377. Adding 'diversion of /boot/overlays/rpi-tv.dtbo to /usr/share/rpikernelhack/overlays/rpi-tv.dtbo by rpikernelhack'
  378. Adding 'diversion of /boot/overlays/rra-digidac1-wm8741-audio.dtbo to /usr/share/rpikernelhack/overlays/rra-digidac1-wm8741-audio.dtbo by rpikernelhack'
  379. Adding 'diversion of /boot/overlays/sc16is750-i2c.dtbo to /usr/share/rpikernelhack/overlays/sc16is750-i2c.dtbo by rpikernelhack'
  380. Adding 'diversion of /boot/overlays/sc16is752-i2c.dtbo to /usr/share/rpikernelhack/overlays/sc16is752-i2c.dtbo by rpikernelhack'
  381. Adding 'diversion of /boot/overlays/sc16is752-spi1.dtbo to /usr/share/rpikernelhack/overlays/sc16is752-spi1.dtbo by rpikernelhack'
  382. Adding 'diversion of /boot/overlays/sdhost.dtbo to /usr/share/rpikernelhack/overlays/sdhost.dtbo by rpikernelhack'
  383. Adding 'diversion of /boot/overlays/sdio-1bit.dtbo to /usr/share/rpikernelhack/overlays/sdio-1bit.dtbo by rpikernelhack'
  384. Adding 'diversion of /boot/overlays/sdio.dtbo to /usr/share/rpikernelhack/overlays/sdio.dtbo by rpikernelhack'
  385. Adding 'diversion of /boot/overlays/sdtweak.dtbo to /usr/share/rpikernelhack/overlays/sdtweak.dtbo by rpikernelhack'
  386. Adding 'diversion of /boot/overlays/smi-dev.dtbo to /usr/share/rpikernelhack/overlays/smi-dev.dtbo by rpikernelhack'
  387. Adding 'diversion of /boot/overlays/smi-nand.dtbo to /usr/share/rpikernelhack/overlays/smi-nand.dtbo by rpikernelhack'
  388. Adding 'diversion of /boot/overlays/smi.dtbo to /usr/share/rpikernelhack/overlays/smi.dtbo by rpikernelhack'
  389. Adding 'diversion of /boot/overlays/spi-gpio35-39.dtbo to /usr/share/rpikernelhack/overlays/spi-gpio35-39.dtbo by rpikernelhack'
  390. Adding 'diversion of /boot/overlays/spi-rtc.dtbo to /usr/share/rpikernelhack/overlays/spi-rtc.dtbo by rpikernelhack'
  391. Adding 'diversion of /boot/overlays/spi0-cs.dtbo to /usr/share/rpikernelhack/overlays/spi0-cs.dtbo by rpikernelhack'
  392. Adding 'diversion of /boot/overlays/spi0-hw-cs.dtbo to /usr/share/rpikernelhack/overlays/spi0-hw-cs.dtbo by rpikernelhack'
  393. Adding 'diversion of /boot/overlays/spi1-1cs.dtbo to /usr/share/rpikernelhack/overlays/spi1-1cs.dtbo by rpikernelhack'
  394. Adding 'diversion of /boot/overlays/spi1-2cs.dtbo to /usr/share/rpikernelhack/overlays/spi1-2cs.dtbo by rpikernelhack'
  395. Adding 'diversion of /boot/overlays/spi1-3cs.dtbo to /usr/share/rpikernelhack/overlays/spi1-3cs.dtbo by rpikernelhack'
  396. Adding 'diversion of /boot/overlays/spi2-1cs.dtbo to /usr/share/rpikernelhack/overlays/spi2-1cs.dtbo by rpikernelhack'
  397. Adding 'diversion of /boot/overlays/spi2-2cs.dtbo to /usr/share/rpikernelhack/overlays/spi2-2cs.dtbo by rpikernelhack'
  398. Adding 'diversion of /boot/overlays/spi2-3cs.dtbo to /usr/share/rpikernelhack/overlays/spi2-3cs.dtbo by rpikernelhack'
  399. Adding 'diversion of /boot/overlays/superaudioboard.dtbo to /usr/share/rpikernelhack/overlays/superaudioboard.dtbo by rpikernelhack'
  400. Adding 'diversion of /boot/overlays/sx150x.dtbo to /usr/share/rpikernelhack/overlays/sx150x.dtbo by rpikernelhack'
  401. Adding 'diversion of /boot/overlays/tinylcd35.dtbo to /usr/share/rpikernelhack/overlays/tinylcd35.dtbo by rpikernelhack'
  402. Adding 'diversion of /boot/overlays/uart0.dtbo to /usr/share/rpikernelhack/overlays/uart0.dtbo by rpikernelhack'
  403. Adding 'diversion of /boot/overlays/uart1.dtbo to /usr/share/rpikernelhack/overlays/uart1.dtbo by rpikernelhack'
  404. Adding 'diversion of /boot/overlays/upstream-aux-interrupt.dtbo to /usr/share/rpikernelhack/overlays/upstream-aux-interrupt.dtbo by rpikernelhack'
  405. Adding 'diversion of /boot/overlays/upstream.dtbo to /usr/share/rpikernelhack/overlays/upstream.dtbo by rpikernelhack'
  406. Adding 'diversion of /boot/overlays/vc4-fkms-v3d.dtbo to /usr/share/rpikernelhack/overlays/vc4-fkms-v3d.dtbo by rpikernelhack'
  407. Adding 'diversion of /boot/overlays/vc4-kms-v3d.dtbo to /usr/share/rpikernelhack/overlays/vc4-kms-v3d.dtbo by rpikernelhack'
  408. Adding 'diversion of /boot/overlays/vga666.dtbo to /usr/share/rpikernelhack/overlays/vga666.dtbo by rpikernelhack'
  409. Adding 'diversion of /boot/overlays/w1-gpio-pullup.dtbo to /usr/share/rpikernelhack/overlays/w1-gpio-pullup.dtbo by rpikernelhack'
  410. Adding 'diversion of /boot/overlays/w1-gpio.dtbo to /usr/share/rpikernelhack/overlays/w1-gpio.dtbo by rpikernelhack'
  411. Adding 'diversion of /boot/overlays/wittypi.dtbo to /usr/share/rpikernelhack/overlays/wittypi.dtbo by rpikernelhack'
  412. Unpacking raspberrypi-kernel (1.20180703-1) over (1.20180619-1) ...
  413. run-parts: executing /etc/kernel/postrm.d/initramfs-tools 4.14.50+ /boot/kernel.img
  414. run-parts: executing /etc/kernel/postrm.d/initramfs-tools 4.14.50-v7+ /boot/kernel7.img
  415. Preparing to unpack .../12-libraspberrypi-bin_1.20180703-1_armhf.deb ...
  416. Unpacking libraspberrypi-bin (1.20180703-1) over (1.20180619-1) ...
  417. Preparing to unpack .../13-libraspberrypi0_1.20180703-1_armhf.deb ...
  418. Unpacking libraspberrypi0 (1.20180703-1) over (1.20180619-1) ...
  419. Preparing to unpack .../14-raspberrypi-bootloader_1.20180703-1_armhf.deb ...
  420. Adding 'diversion of /boot/start.elf to /usr/share/rpikernelhack/start.elf by rpikernelhack'
  421. Adding 'diversion of /boot/start_cd.elf to /usr/share/rpikernelhack/start_cd.elf by rpikernelhack'
  422. Adding 'diversion of /boot/start_db.elf to /usr/share/rpikernelhack/start_db.elf by rpikernelhack'
  423. Adding 'diversion of /boot/start_x.elf to /usr/share/rpikernelhack/start_x.elf by rpikernelhack'
  424. Adding 'diversion of /boot/fixup.dat to /usr/share/rpikernelhack/fixup.dat by rpikernelhack'
  425. Adding 'diversion of /boot/fixup_cd.dat to /usr/share/rpikernelhack/fixup_cd.dat by rpikernelhack'
  426. Adding 'diversion of /boot/fixup_db.dat to /usr/share/rpikernelhack/fixup_db.dat by rpikernelhack'
  427. Adding 'diversion of /boot/fixup_x.dat to /usr/share/rpikernelhack/fixup_x.dat by rpikernelhack'
  428. Adding 'diversion of /boot/bootcode.bin to /usr/share/rpikernelhack/bootcode.bin by rpikernelhack'
  429. Adding 'diversion of /boot/LICENCE.broadcom to /usr/share/rpikernelhack/LICENCE.broadcom by rpikernelhack'
  430. Unpacking raspberrypi-bootloader (1.20180703-1) over (1.20180619-1) ...
  431. Setting up tzdata (2018e-0+deb9u1) ...
  432.  
  433. Current default time zone: 'America/Los_Angeles'
  434. Local time is now: Fri Jul 27 23:19:56 PDT 2018.
  435. Universal Time is now: Sat Jul 28 06:19:56 UTC 2018.
  436. Run 'dpkg-reconfigure tzdata' if you wish to change it.
  437.  
  438. Setting up raspberrypi-bootloader (1.20180703-1) ...
  439. Removing 'diversion of /boot/start.elf to /usr/share/rpikernelhack/start.elf by rpikernelhack'
  440. Removing 'diversion of /boot/start_cd.elf to /usr/share/rpikernelhack/start_cd.elf by rpikernelhack'
  441. Removing 'diversion of /boot/start_db.elf to /usr/share/rpikernelhack/start_db.elf by rpikernelhack'
  442. Removing 'diversion of /boot/start_x.elf to /usr/share/rpikernelhack/start_x.elf by rpikernelhack'
  443. Removing 'diversion of /boot/fixup.dat to /usr/share/rpikernelhack/fixup.dat by rpikernelhack'
  444. Removing 'diversion of /boot/fixup_cd.dat to /usr/share/rpikernelhack/fixup_cd.dat by rpikernelhack'
  445. Removing 'diversion of /boot/fixup_db.dat to /usr/share/rpikernelhack/fixup_db.dat by rpikernelhack'
  446. Removing 'diversion of /boot/fixup_x.dat to /usr/share/rpikernelhack/fixup_x.dat by rpikernelhack'
  447. Removing 'diversion of /boot/bootcode.bin to /usr/share/rpikernelhack/bootcode.bin by rpikernelhack'
  448. Removing 'diversion of /boot/LICENCE.broadcom to /usr/share/rpikernelhack/LICENCE.broadcom by rpikernelhack'
  449. Setting up libdpkg-perl (1.18.25) ...
  450. Setting up libmagic-mgc (1:5.30-1+deb9u2) ...
  451. Setting up libmagic1:armhf (1:5.30-1+deb9u2) ...
  452. Setting up patch (2.7.5-1+deb9u1) ...
  453. Processing triggers for libc-bin (2.24-11+deb9u3) ...
  454. Setting up udev (232-25+deb9u4) ...
  455. addgroup: The group `input' already exists as a system group. Exiting.
  456. update-initramfs: deferring update (trigger activated)
  457. Setting up raspberrypi-kernel (1.20180703-1) ...
  458. Removing 'diversion of /boot/bcm2708-rpi-0-w.dtb to /usr/share/rpikernelhack/bcm2708-rpi-0-w.dtb by rpikernelhack'
  459. Removing 'diversion of /boot/bcm2708-rpi-b-plus.dtb to /usr/share/rpikernelhack/bcm2708-rpi-b-plus.dtb by rpikernelhack'
  460. Removing 'diversion of /boot/bcm2708-rpi-b.dtb to /usr/share/rpikernelhack/bcm2708-rpi-b.dtb by rpikernelhack'
  461. Removing 'diversion of /boot/bcm2708-rpi-cm.dtb to /usr/share/rpikernelhack/bcm2708-rpi-cm.dtb by rpikernelhack'
  462. Removing 'diversion of /boot/bcm2709-rpi-2-b.dtb to /usr/share/rpikernelhack/bcm2709-rpi-2-b.dtb by rpikernelhack'
  463. Removing 'diversion of /boot/bcm2710-rpi-3-b-plus.dtb to /usr/share/rpikernelhack/bcm2710-rpi-3-b-plus.dtb by rpikernelhack'
  464. Removing 'diversion of /boot/bcm2710-rpi-3-b.dtb to /usr/share/rpikernelhack/bcm2710-rpi-3-b.dtb by rpikernelhack'
  465. Removing 'diversion of /boot/bcm2710-rpi-cm3.dtb to /usr/share/rpikernelhack/bcm2710-rpi-cm3.dtb by rpikernelhack'
  466. Removing 'diversion of /boot/kernel.img to /usr/share/rpikernelhack/kernel.img by rpikernelhack'
  467. Removing 'diversion of /boot/kernel7.img to /usr/share/rpikernelhack/kernel7.img by rpikernelhack'
  468. Removing 'diversion of /boot/COPYING.linux to /usr/share/rpikernelhack/COPYING.linux by rpikernelhack'
  469. Removing 'diversion of /boot/overlays/README to /usr/share/rpikernelhack/overlays/README by rpikernelhack'
  470. Removing 'diversion of /boot/overlays/adau1977-adc.dtbo to /usr/share/rpikernelhack/overlays/adau1977-adc.dtbo by rpikernelhack'
  471. Removing 'diversion of /boot/overlays/adau7002-simple.dtbo to /usr/share/rpikernelhack/overlays/adau7002-simple.dtbo by rpikernelhack'
  472. Removing 'diversion of /boot/overlays/ads1015.dtbo to /usr/share/rpikernelhack/overlays/ads1015.dtbo by rpikernelhack'
  473. Removing 'diversion of /boot/overlays/ads1115.dtbo to /usr/share/rpikernelhack/overlays/ads1115.dtbo by rpikernelhack'
  474. Removing 'diversion of /boot/overlays/ads7846.dtbo to /usr/share/rpikernelhack/overlays/ads7846.dtbo by rpikernelhack'
  475. Removing 'diversion of /boot/overlays/akkordion-iqdacplus.dtbo to /usr/share/rpikernelhack/overlays/akkordion-iqdacplus.dtbo by rpikernelhack'
  476. Removing 'diversion of /boot/overlays/allo-boss-dac-pcm512x-audio.dtbo to /usr/share/rpikernelhack/overlays/allo-boss-dac-pcm512x-audio.dtbo by rpikernelhack'
  477. Removing 'diversion of /boot/overlays/allo-digione.dtbo to /usr/share/rpikernelhack/overlays/allo-digione.dtbo by rpikernelhack'
  478. Removing 'diversion of /boot/overlays/allo-katana-dac-audio.dtbo to /usr/share/rpikernelhack/overlays/allo-katana-dac-audio.dtbo by rpikernelhack'
  479. Removing 'diversion of /boot/overlays/allo-piano-dac-pcm512x-audio.dtbo to /usr/share/rpikernelhack/overlays/allo-piano-dac-pcm512x-audio.dtbo by rpikernelhack'
  480. Removing 'diversion of /boot/overlays/allo-piano-dac-plus-pcm512x-audio.dtbo to /usr/share/rpikernelhack/overlays/allo-piano-dac-plus-pcm512x-audio.dtbo by rpikernelhack'
  481. Removing 'diversion of /boot/overlays/applepi-dac.dtbo to /usr/share/rpikernelhack/overlays/applepi-dac.dtbo by rpikernelhack'
  482. Removing 'diversion of /boot/overlays/at86rf233.dtbo to /usr/share/rpikernelhack/overlays/at86rf233.dtbo by rpikernelhack'
  483. Removing 'diversion of /boot/overlays/audioinjector-addons.dtbo to /usr/share/rpikernelhack/overlays/audioinjector-addons.dtbo by rpikernelhack'
  484. Removing 'diversion of /boot/overlays/audioinjector-wm8731-audio.dtbo to /usr/share/rpikernelhack/overlays/audioinjector-wm8731-audio.dtbo by rpikernelhack'
  485. Removing 'diversion of /boot/overlays/audremap.dtbo to /usr/share/rpikernelhack/overlays/audremap.dtbo by rpikernelhack'
  486. Removing 'diversion of /boot/overlays/balena-fin.dtbo to /usr/share/rpikernelhack/overlays/balena-fin.dtbo by rpikernelhack'
  487. Removing 'diversion of /boot/overlays/bmp085_i2c-sensor.dtbo to /usr/share/rpikernelhack/overlays/bmp085_i2c-sensor.dtbo by rpikernelhack'
  488. Removing 'diversion of /boot/overlays/dht11.dtbo to /usr/share/rpikernelhack/overlays/dht11.dtbo by rpikernelhack'
  489. Removing 'diversion of /boot/overlays/dionaudio-loco-v2.dtbo to /usr/share/rpikernelhack/overlays/dionaudio-loco-v2.dtbo by rpikernelhack'
  490. Removing 'diversion of /boot/overlays/dionaudio-loco.dtbo to /usr/share/rpikernelhack/overlays/dionaudio-loco.dtbo by rpikernelhack'
  491. Removing 'diversion of /boot/overlays/dpi18.dtbo to /usr/share/rpikernelhack/overlays/dpi18.dtbo by rpikernelhack'
  492. Removing 'diversion of /boot/overlays/dpi24.dtbo to /usr/share/rpikernelhack/overlays/dpi24.dtbo by rpikernelhack'
  493. Removing 'diversion of /boot/overlays/dwc-otg.dtbo to /usr/share/rpikernelhack/overlays/dwc-otg.dtbo by rpikernelhack'
  494. Removing 'diversion of /boot/overlays/dwc2.dtbo to /usr/share/rpikernelhack/overlays/dwc2.dtbo by rpikernelhack'
  495. Removing 'diversion of /boot/overlays/enc28j60-spi2.dtbo to /usr/share/rpikernelhack/overlays/enc28j60-spi2.dtbo by rpikernelhack'
  496. Removing 'diversion of /boot/overlays/enc28j60.dtbo to /usr/share/rpikernelhack/overlays/enc28j60.dtbo by rpikernelhack'
  497. Removing 'diversion of /boot/overlays/exc3000.dtbo to /usr/share/rpikernelhack/overlays/exc3000.dtbo by rpikernelhack'
  498. Removing 'diversion of /boot/overlays/fe-pi-audio.dtbo to /usr/share/rpikernelhack/overlays/fe-pi-audio.dtbo by rpikernelhack'
  499. Removing 'diversion of /boot/overlays/goodix.dtbo to /usr/share/rpikernelhack/overlays/goodix.dtbo by rpikernelhack'
  500. Removing 'diversion of /boot/overlays/googlevoicehat-soundcard.dtbo to /usr/share/rpikernelhack/overlays/googlevoicehat-soundcard.dtbo by rpikernelhack'
  501. Removing 'diversion of /boot/overlays/gpio-ir-tx.dtbo to /usr/share/rpikernelhack/overlays/gpio-ir-tx.dtbo by rpikernelhack'
  502. Removing 'diversion of /boot/overlays/gpio-ir.dtbo to /usr/share/rpikernelhack/overlays/gpio-ir.dtbo by rpikernelhack'
  503. Removing 'diversion of /boot/overlays/gpio-key.dtbo to /usr/share/rpikernelhack/overlays/gpio-key.dtbo by rpikernelhack'
  504. Removing 'diversion of /boot/overlays/gpio-no-irq.dtbo to /usr/share/rpikernelhack/overlays/gpio-no-irq.dtbo by rpikernelhack'
  505. Removing 'diversion of /boot/overlays/gpio-poweroff.dtbo to /usr/share/rpikernelhack/overlays/gpio-poweroff.dtbo by rpikernelhack'
  506. Removing 'diversion of /boot/overlays/gpio-shutdown.dtbo to /usr/share/rpikernelhack/overlays/gpio-shutdown.dtbo by rpikernelhack'
  507. Removing 'diversion of /boot/overlays/hifiberry-amp.dtbo to /usr/share/rpikernelhack/overlays/hifiberry-amp.dtbo by rpikernelhack'
  508. Removing 'diversion of /boot/overlays/hifiberry-dac.dtbo to /usr/share/rpikernelhack/overlays/hifiberry-dac.dtbo by rpikernelhack'
  509. Removing 'diversion of /boot/overlays/hifiberry-dacplus.dtbo to /usr/share/rpikernelhack/overlays/hifiberry-dacplus.dtbo by rpikernelhack'
  510. Removing 'diversion of /boot/overlays/hifiberry-digi-pro.dtbo to /usr/share/rpikernelhack/overlays/hifiberry-digi-pro.dtbo by rpikernelhack'
  511. Removing 'diversion of /boot/overlays/hifiberry-digi.dtbo to /usr/share/rpikernelhack/overlays/hifiberry-digi.dtbo by rpikernelhack'
  512. Removing 'diversion of /boot/overlays/hy28a.dtbo to /usr/share/rpikernelhack/overlays/hy28a.dtbo by rpikernelhack'
  513. Removing 'diversion of /boot/overlays/hy28b.dtbo to /usr/share/rpikernelhack/overlays/hy28b.dtbo by rpikernelhack'
  514. Removing 'diversion of /boot/overlays/i2c-bcm2708.dtbo to /usr/share/rpikernelhack/overlays/i2c-bcm2708.dtbo by rpikernelhack'
  515. Removing 'diversion of /boot/overlays/i2c-gpio.dtbo to /usr/share/rpikernelhack/overlays/i2c-gpio.dtbo by rpikernelhack'
  516. Removing 'diversion of /boot/overlays/i2c-mux.dtbo to /usr/share/rpikernelhack/overlays/i2c-mux.dtbo by rpikernelhack'
  517. Removing 'diversion of /boot/overlays/i2c-pwm-pca9685a.dtbo to /usr/share/rpikernelhack/overlays/i2c-pwm-pca9685a.dtbo by rpikernelhack'
  518. Removing 'diversion of /boot/overlays/i2c-rtc-gpio.dtbo to /usr/share/rpikernelhack/overlays/i2c-rtc-gpio.dtbo by rpikernelhack'
  519. Removing 'diversion of /boot/overlays/i2c-rtc.dtbo to /usr/share/rpikernelhack/overlays/i2c-rtc.dtbo by rpikernelhack'
  520. Removing 'diversion of /boot/overlays/i2c-sensor.dtbo to /usr/share/rpikernelhack/overlays/i2c-sensor.dtbo by rpikernelhack'
  521. Removing 'diversion of /boot/overlays/i2c0-bcm2708.dtbo to /usr/share/rpikernelhack/overlays/i2c0-bcm2708.dtbo by rpikernelhack'
  522. Removing 'diversion of /boot/overlays/i2c1-bcm2708.dtbo to /usr/share/rpikernelhack/overlays/i2c1-bcm2708.dtbo by rpikernelhack'
  523. Removing 'diversion of /boot/overlays/i2s-gpio28-31.dtbo to /usr/share/rpikernelhack/overlays/i2s-gpio28-31.dtbo by rpikernelhack'
  524. Removing 'diversion of /boot/overlays/iqaudio-dac.dtbo to /usr/share/rpikernelhack/overlays/iqaudio-dac.dtbo by rpikernelhack'
  525. Removing 'diversion of /boot/overlays/iqaudio-dacplus.dtbo to /usr/share/rpikernelhack/overlays/iqaudio-dacplus.dtbo by rpikernelhack'
  526. Removing 'diversion of /boot/overlays/iqaudio-digi-wm8804-audio.dtbo to /usr/share/rpikernelhack/overlays/iqaudio-digi-wm8804-audio.dtbo by rpikernelhack'
  527. Removing 'diversion of /boot/overlays/jedec-spi-nor.dtbo to /usr/share/rpikernelhack/overlays/jedec-spi-nor.dtbo by rpikernelhack'
  528. Removing 'diversion of /boot/overlays/justboom-dac.dtbo to /usr/share/rpikernelhack/overlays/justboom-dac.dtbo by rpikernelhack'
  529. Removing 'diversion of /boot/overlays/justboom-digi.dtbo to /usr/share/rpikernelhack/overlays/justboom-digi.dtbo by rpikernelhack'
  530. Removing 'diversion of /boot/overlays/lirc-rpi.dtbo to /usr/share/rpikernelhack/overlays/lirc-rpi.dtbo by rpikernelhack'
  531. Removing 'diversion of /boot/overlays/ltc294x.dtbo to /usr/share/rpikernelhack/overlays/ltc294x.dtbo by rpikernelhack'
  532. Removing 'diversion of /boot/overlays/mbed-dac.dtbo to /usr/share/rpikernelhack/overlays/mbed-dac.dtbo by rpikernelhack'
  533. Removing 'diversion of /boot/overlays/mcp23017.dtbo to /usr/share/rpikernelhack/overlays/mcp23017.dtbo by rpikernelhack'
  534. Removing 'diversion of /boot/overlays/mcp23s17.dtbo to /usr/share/rpikernelhack/overlays/mcp23s17.dtbo by rpikernelhack'
  535. Removing 'diversion of /boot/overlays/mcp2515-can0.dtbo to /usr/share/rpikernelhack/overlays/mcp2515-can0.dtbo by rpikernelhack'
  536. Removing 'diversion of /boot/overlays/mcp2515-can1.dtbo to /usr/share/rpikernelhack/overlays/mcp2515-can1.dtbo by rpikernelhack'
  537. Removing 'diversion of /boot/overlays/mcp3008.dtbo to /usr/share/rpikernelhack/overlays/mcp3008.dtbo by rpikernelhack'
  538. Removing 'diversion of /boot/overlays/mcp3202.dtbo to /usr/share/rpikernelhack/overlays/mcp3202.dtbo by rpikernelhack'
  539. Removing 'diversion of /boot/overlays/media-center.dtbo to /usr/share/rpikernelhack/overlays/media-center.dtbo by rpikernelhack'
  540. Removing 'diversion of /boot/overlays/midi-uart0.dtbo to /usr/share/rpikernelhack/overlays/midi-uart0.dtbo by rpikernelhack'
  541. Removing 'diversion of /boot/overlays/midi-uart1.dtbo to /usr/share/rpikernelhack/overlays/midi-uart1.dtbo by rpikernelhack'
  542. Removing 'diversion of /boot/overlays/mmc.dtbo to /usr/share/rpikernelhack/overlays/mmc.dtbo by rpikernelhack'
  543. Removing 'diversion of /boot/overlays/mpu6050.dtbo to /usr/share/rpikernelhack/overlays/mpu6050.dtbo by rpikernelhack'
  544. Removing 'diversion of /boot/overlays/mz61581.dtbo to /usr/share/rpikernelhack/overlays/mz61581.dtbo by rpikernelhack'
  545. Removing 'diversion of /boot/overlays/papirus.dtbo to /usr/share/rpikernelhack/overlays/papirus.dtbo by rpikernelhack'
  546. Removing 'diversion of /boot/overlays/pi3-act-led.dtbo to /usr/share/rpikernelhack/overlays/pi3-act-led.dtbo by rpikernelhack'
  547. Removing 'diversion of /boot/overlays/pi3-disable-bt.dtbo to /usr/share/rpikernelhack/overlays/pi3-disable-bt.dtbo by rpikernelhack'
  548. Removing 'diversion of /boot/overlays/pi3-disable-wifi.dtbo to /usr/share/rpikernelhack/overlays/pi3-disable-wifi.dtbo by rpikernelhack'
  549. Removing 'diversion of /boot/overlays/pi3-miniuart-bt.dtbo to /usr/share/rpikernelhack/overlays/pi3-miniuart-bt.dtbo by rpikernelhack'
  550. Removing 'diversion of /boot/overlays/pibell.dtbo to /usr/share/rpikernelhack/overlays/pibell.dtbo by rpikernelhack'
  551. Removing 'diversion of /boot/overlays/piscreen.dtbo to /usr/share/rpikernelhack/overlays/piscreen.dtbo by rpikernelhack'
  552. Removing 'diversion of /boot/overlays/piscreen2r.dtbo to /usr/share/rpikernelhack/overlays/piscreen2r.dtbo by rpikernelhack'
  553. Removing 'diversion of /boot/overlays/pisound.dtbo to /usr/share/rpikernelhack/overlays/pisound.dtbo by rpikernelhack'
  554. Removing 'diversion of /boot/overlays/pitft22.dtbo to /usr/share/rpikernelhack/overlays/pitft22.dtbo by rpikernelhack'
  555. Removing 'diversion of /boot/overlays/pitft28-capacitive.dtbo to /usr/share/rpikernelhack/overlays/pitft28-capacitive.dtbo by rpikernelhack'
  556. Removing 'diversion of /boot/overlays/pitft28-resistive.dtbo to /usr/share/rpikernelhack/overlays/pitft28-resistive.dtbo by rpikernelhack'
  557. Removing 'diversion of /boot/overlays/pitft35-resistive.dtbo to /usr/share/rpikernelhack/overlays/pitft35-resistive.dtbo by rpikernelhack'
  558. Removing 'diversion of /boot/overlays/pps-gpio.dtbo to /usr/share/rpikernelhack/overlays/pps-gpio.dtbo by rpikernelhack'
  559. Removing 'diversion of /boot/overlays/pwm-2chan.dtbo to /usr/share/rpikernelhack/overlays/pwm-2chan.dtbo by rpikernelhack'
  560. Removing 'diversion of /boot/overlays/pwm-ir-tx.dtbo to /usr/share/rpikernelhack/overlays/pwm-ir-tx.dtbo by rpikernelhack'
  561. Removing 'diversion of /boot/overlays/pwm.dtbo to /usr/share/rpikernelhack/overlays/pwm.dtbo by rpikernelhack'
  562. Removing 'diversion of /boot/overlays/qca7000.dtbo to /usr/share/rpikernelhack/overlays/qca7000.dtbo by rpikernelhack'
  563. Removing 'diversion of /boot/overlays/rotary-encoder.dtbo to /usr/share/rpikernelhack/overlays/rotary-encoder.dtbo by rpikernelhack'
  564. Removing 'diversion of /boot/overlays/rpi-backlight.dtbo to /usr/share/rpikernelhack/overlays/rpi-backlight.dtbo by rpikernelhack'
  565. Removing 'diversion of /boot/overlays/rpi-cirrus-wm5102.dtbo to /usr/share/rpikernelhack/overlays/rpi-cirrus-wm5102.dtbo by rpikernelhack'
  566. Removing 'diversion of /boot/overlays/rpi-dac.dtbo to /usr/share/rpikernelhack/overlays/rpi-dac.dtbo by rpikernelhack'
  567. Removing 'diversion of /boot/overlays/rpi-display.dtbo to /usr/share/rpikernelhack/overlays/rpi-display.dtbo by rpikernelhack'
  568. Removing 'diversion of /boot/overlays/rpi-ft5406.dtbo to /usr/share/rpikernelhack/overlays/rpi-ft5406.dtbo by rpikernelhack'
  569. Removing 'diversion of /boot/overlays/rpi-proto.dtbo to /usr/share/rpikernelhack/overlays/rpi-proto.dtbo by rpikernelhack'
  570. Removing 'diversion of /boot/overlays/rpi-sense.dtbo to /usr/share/rpikernelhack/overlays/rpi-sense.dtbo by rpikernelhack'
  571. Removing 'diversion of /boot/overlays/rpi-tv.dtbo to /usr/share/rpikernelhack/overlays/rpi-tv.dtbo by rpikernelhack'
  572. Removing 'diversion of /boot/overlays/rra-digidac1-wm8741-audio.dtbo to /usr/share/rpikernelhack/overlays/rra-digidac1-wm8741-audio.dtbo by rpikernelhack'
  573. Removing 'diversion of /boot/overlays/sc16is750-i2c.dtbo to /usr/share/rpikernelhack/overlays/sc16is750-i2c.dtbo by rpikernelhack'
  574. Removing 'diversion of /boot/overlays/sc16is752-i2c.dtbo to /usr/share/rpikernelhack/overlays/sc16is752-i2c.dtbo by rpikernelhack'
  575. Removing 'diversion of /boot/overlays/sc16is752-spi1.dtbo to /usr/share/rpikernelhack/overlays/sc16is752-spi1.dtbo by rpikernelhack'
  576. Removing 'diversion of /boot/overlays/sdhost.dtbo to /usr/share/rpikernelhack/overlays/sdhost.dtbo by rpikernelhack'
  577. Removing 'diversion of /boot/overlays/sdio-1bit.dtbo to /usr/share/rpikernelhack/overlays/sdio-1bit.dtbo by rpikernelhack'
  578. Removing 'diversion of /boot/overlays/sdio.dtbo to /usr/share/rpikernelhack/overlays/sdio.dtbo by rpikernelhack'
  579. Removing 'diversion of /boot/overlays/sdtweak.dtbo to /usr/share/rpikernelhack/overlays/sdtweak.dtbo by rpikernelhack'
  580. Removing 'diversion of /boot/overlays/smi-dev.dtbo to /usr/share/rpikernelhack/overlays/smi-dev.dtbo by rpikernelhack'
  581. Removing 'diversion of /boot/overlays/smi-nand.dtbo to /usr/share/rpikernelhack/overlays/smi-nand.dtbo by rpikernelhack'
  582. Removing 'diversion of /boot/overlays/smi.dtbo to /usr/share/rpikernelhack/overlays/smi.dtbo by rpikernelhack'
  583. Removing 'diversion of /boot/overlays/spi-gpio35-39.dtbo to /usr/share/rpikernelhack/overlays/spi-gpio35-39.dtbo by rpikernelhack'
  584. Removing 'diversion of /boot/overlays/spi-rtc.dtbo to /usr/share/rpikernelhack/overlays/spi-rtc.dtbo by rpikernelhack'
  585. Removing 'diversion of /boot/overlays/spi0-cs.dtbo to /usr/share/rpikernelhack/overlays/spi0-cs.dtbo by rpikernelhack'
  586. Removing 'diversion of /boot/overlays/spi0-hw-cs.dtbo to /usr/share/rpikernelhack/overlays/spi0-hw-cs.dtbo by rpikernelhack'
  587. Removing 'diversion of /boot/overlays/spi1-1cs.dtbo to /usr/share/rpikernelhack/overlays/spi1-1cs.dtbo by rpikernelhack'
  588. Removing 'diversion of /boot/overlays/spi1-2cs.dtbo to /usr/share/rpikernelhack/overlays/spi1-2cs.dtbo by rpikernelhack'
  589. Removing 'diversion of /boot/overlays/spi1-3cs.dtbo to /usr/share/rpikernelhack/overlays/spi1-3cs.dtbo by rpikernelhack'
  590. Removing 'diversion of /boot/overlays/spi2-1cs.dtbo to /usr/share/rpikernelhack/overlays/spi2-1cs.dtbo by rpikernelhack'
  591. Removing 'diversion of /boot/overlays/spi2-2cs.dtbo to /usr/share/rpikernelhack/overlays/spi2-2cs.dtbo by rpikernelhack'
  592. Removing 'diversion of /boot/overlays/spi2-3cs.dtbo to /usr/share/rpikernelhack/overlays/spi2-3cs.dtbo by rpikernelhack'
  593. Removing 'diversion of /boot/overlays/superaudioboard.dtbo to /usr/share/rpikernelhack/overlays/superaudioboard.dtbo by rpikernelhack'
  594. Removing 'diversion of /boot/overlays/sx150x.dtbo to /usr/share/rpikernelhack/overlays/sx150x.dtbo by rpikernelhack'
  595. Removing 'diversion of /boot/overlays/tinylcd35.dtbo to /usr/share/rpikernelhack/overlays/tinylcd35.dtbo by rpikernelhack'
  596. Removing 'diversion of /boot/overlays/uart0.dtbo to /usr/share/rpikernelhack/overlays/uart0.dtbo by rpikernelhack'
  597. Removing 'diversion of /boot/overlays/uart1.dtbo to /usr/share/rpikernelhack/overlays/uart1.dtbo by rpikernelhack'
  598. Removing 'diversion of /boot/overlays/upstream-aux-interrupt.dtbo to /usr/share/rpikernelhack/overlays/upstream-aux-interrupt.dtbo by rpikernelhack'
  599. Removing 'diversion of /boot/overlays/upstream.dtbo to /usr/share/rpikernelhack/overlays/upstream.dtbo by rpikernelhack'
  600. Removing 'diversion of /boot/overlays/vc4-fkms-v3d.dtbo to /usr/share/rpikernelhack/overlays/vc4-fkms-v3d.dtbo by rpikernelhack'
  601. Removing 'diversion of /boot/overlays/vc4-kms-v3d.dtbo to /usr/share/rpikernelhack/overlays/vc4-kms-v3d.dtbo by rpikernelhack'
  602. Removing 'diversion of /boot/overlays/vga666.dtbo to /usr/share/rpikernelhack/overlays/vga666.dtbo by rpikernelhack'
  603. Removing 'diversion of /boot/overlays/w1-gpio-pullup.dtbo to /usr/share/rpikernelhack/overlays/w1-gpio-pullup.dtbo by rpikernelhack'
  604. Removing 'diversion of /boot/overlays/w1-gpio.dtbo to /usr/share/rpikernelhack/overlays/w1-gpio.dtbo by rpikernelhack'
  605. Removing 'diversion of /boot/overlays/wittypi.dtbo to /usr/share/rpikernelhack/overlays/wittypi.dtbo by rpikernelhack'
  606. run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 4.14.52+ /boot/kernel.img
  607. run-parts: executing /etc/kernel/postinst.d/initramfs-tools 4.14.52+ /boot/kernel.img
  608. run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 4.14.52-v7+ /boot/kernel7.img
  609. run-parts: executing /etc/kernel/postinst.d/initramfs-tools 4.14.52-v7+ /boot/kernel7.img
  610. Setting up systemd (232-25+deb9u4) ...
  611. addgroup: The group `systemd-journal' already exists as a system group. Exiting.
  612. Processing triggers for man-db (2.7.6.1-2) ...
  613. Setting up shared-mime-info (1.8-1+deb9u1) ...
  614. Processing triggers for dbus (1.10.26-0+deb9u1) ...
  615. Setting up ca-certificates (20161130+nmu1+deb9u1) ...
  616. Updating certificates in /etc/ssl/certs...
  617. 20 added, 35 removed; done.
  618. Setting up libraspberrypi0 (1.20180703-1) ...
  619. Setting up libraspberrypi-doc (1.20180703-1) ...
  620. Setting up systemd-sysv (232-25+deb9u4) ...
  621. Setting up libraspberrypi-dev (1.20180703-1) ...
  622. Setting up file (1:5.30-1+deb9u2) ...
  623. Setting up dpkg-dev (1.18.25) ...
  624. Setting up libraspberrypi-bin (1.20180703-1) ...
  625. Setting up libpam-systemd:armhf (232-25+deb9u4) ...
  626. Processing triggers for initramfs-tools (0.130) ...
  627. Processing triggers for ca-certificates (20161130+nmu1+deb9u1) ...
  628. Updating certificates in /etc/ssl/certs...
  629. 0 added, 0 removed; done.
  630. Running hooks in /etc/ca-certificates/update.d...
  631. done.
  632.  
  633. Getting build and test prerequisites
  634. Reading package lists... Done
  635. Building dependency tree
  636. Reading state information... Done
  637. Note, selecting 'libncurses5-dev' instead of 'ncurses-dev'
  638. The following additional packages will be installed:
  639. git-man libbison-dev libcpufreq0 liberror-perl libexpat1-dev libpython-dev libpython2.7 libpython2.7-dev libsigsegv2 libsodium18 libssl-doc libtinfo-dev m4 python2.7-dev
  640. Suggested packages:
  641. bison-doc git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-arch git-cvs git-mediawiki git-svn ncurses-doc m4-doc
  642. The following NEW packages will be installed:
  643. bc bison cpufrequtils git git-man libbison-dev libcap-dev libcpufreq0 liberror-perl libexpat1-dev libncurses5-dev libpython-dev libpython2.7 libpython2.7-dev libsigsegv2 libsodium-dev libsodium18
  644. libssl-dev libssl-doc libtinfo-dev m4 pps-tools python-dev python2.7-dev scons
  645. 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded.
  646. Need to get 39.3 MB of archives.
  647. After this operation, 85.1 MB of additional disk space will be used.
  648. Get:2 http://raspbian.mirror.constant.com/raspbian stretch/main armhf git-man all 1:2.11.0-3+deb9u3 [1,433 kB]
  649. Get:3 http://raspbian.mirror.constant.com/raspbian stretch/main armhf git armhf 1:2.11.0-3+deb9u3 [3,388 kB]
  650. Get:4 http://raspbian.mirror.constant.com/raspbian stretch/main armhf bc armhf 1.06.95-9 [96.3 kB]
  651. Get:14 http://raspbian.mirror.constant.com/raspbian stretch/main armhf libncurses5-dev armhf 6.0+20161126-1+deb9u2 [245 kB]
  652. Get:15 http://raspbian.mirror.constant.com/raspbian stretch/main armhf libpython2.7 armhf 2.7.13-2+deb9u2 [914 kB]
  653. Get:11 http://mirrors.lug.mtu.edu/raspbian/raspbian stretch/main armhf libcap-dev armhf 1:2.25-1 [28.8 kB]
  654. Get:7 http://mirror.us.leaseweb.net/raspbian/raspbian stretch/main armhf libbison-dev armhf 2:3.0.4.dfsg-1 [433 kB]
  655. Get:9 http://mirror.us.leaseweb.net/raspbian/raspbian stretch/main armhf libcpufreq0 armhf 008-1 [12.9 kB]
  656. Get:1 http://mirrors.syringanetworks.net/raspbian/raspbian stretch/main armhf liberror-perl all 0.17024-1 [26.9 kB]
  657. Get:8 http://mirrors.syringanetworks.net/raspbian/raspbian stretch/main armhf bison armhf 2:3.0.4.dfsg-1 [744 kB]
  658. Get:23 http://raspbian.raspberrypi.org/raspbian stretch/main armhf python-dev armhf 2.7.13-2 [1,130 B]
  659. Get:10 http://mirrors.syringanetworks.net/raspbian/raspbian stretch/main armhf cpufrequtils armhf 008-1 [40.6 kB]
  660. Get:12 http://mirrors.syringanetworks.net/raspbian/raspbian stretch/main armhf libexpat1-dev armhf 2.2.0-2+deb9u1 [116 kB]
  661. Get:17 http://mirrors.syringanetworks.net/raspbian/raspbian stretch/main armhf libpython-dev armhf 2.7.13-2 [20.0 kB]
  662. Get:20 http://mirrors.syringanetworks.net/raspbian/raspbian stretch/main armhf libssl-dev armhf 1.1.0f-3+deb9u2 [1,370 kB]
  663. Get:21 http://mirrors.syringanetworks.net/raspbian/raspbian stretch/main armhf libssl-doc all 1.1.0f-3+deb9u2 [1,459 kB]
  664. Get:25 http://mirrors.syringanetworks.net/raspbian/raspbian stretch/main armhf pps-tools armhf 0.20120406+g0deb9c7e-2 [12.3 kB]
  665. Get:5 http://raspbian-us.ngc292.space/raspbian stretch/main armhf libsigsegv2 armhf 2.10-5 [28.4 kB]
  666. Get:6 http://raspbian.phirephly.design/raspbian stretch/main armhf m4 armhf 1.4.18-1 [185 kB]
  667. Get:13 http://raspbian-us.ngc292.space/raspbian stretch/main armhf libtinfo-dev armhf 6.0+20161126-1+deb9u2 [65.6 kB]
  668. Get:16 http://raspbian-us.ngc292.space/raspbian stretch/main armhf libpython2.7-dev armhf 2.7.13-2+deb9u2 [27.6 MB]
  669. Get:18 http://raspbian-us.ngc292.space/raspbian stretch/main armhf libsodium18 armhf 1.0.11-2 [146 kB]
  670. Get:19 http://raspbian-us.ngc292.space/raspbian stretch/main armhf libsodium-dev armhf 1.0.11-2 [158 kB]
  671. Get:22 http://raspbian-us.ngc292.space/raspbian stretch/main armhf python2.7-dev armhf 2.7.13-2+deb9u2 [286 kB]
  672. Get:24 http://raspbian-us.ngc292.space/raspbian stretch/main armhf scons all 2.5.1-1 [527 kB]
  673. Fetched 39.3 MB in 52s (747 kB/s)
  674. Preconfiguring packages ...
  675. Selecting previously unselected package liberror-perl.
  676. (Reading database ... 34380 files and directories currently installed.)
  677. Preparing to unpack .../00-liberror-perl_0.17024-1_all.deb ...
  678. Unpacking liberror-perl (0.17024-1) ...
  679. Selecting previously unselected package git-man.
  680. Preparing to unpack .../01-git-man_1%3a2.11.0-3+deb9u3_all.deb ...
  681. Unpacking git-man (1:2.11.0-3+deb9u3) ...
  682. Selecting previously unselected package git.
  683. Preparing to unpack .../02-git_1%3a2.11.0-3+deb9u3_armhf.deb ...
  684. Unpacking git (1:2.11.0-3+deb9u3) ...
  685. Selecting previously unselected package bc.
  686. Preparing to unpack .../03-bc_1.06.95-9_armhf.deb ...
  687. Unpacking bc (1.06.95-9) ...
  688. Selecting previously unselected package libsigsegv2:armhf.
  689. Preparing to unpack .../04-libsigsegv2_2.10-5_armhf.deb ...
  690. Unpacking libsigsegv2:armhf (2.10-5) ...
  691. Selecting previously unselected package m4.
  692. Preparing to unpack .../05-m4_1.4.18-1_armhf.deb ...
  693. Unpacking m4 (1.4.18-1) ...
  694. Selecting previously unselected package libbison-dev:armhf.
  695. Preparing to unpack .../06-libbison-dev_2%3a3.0.4.dfsg-1_armhf.deb ...
  696. Unpacking libbison-dev:armhf (2:3.0.4.dfsg-1) ...
  697. Selecting previously unselected package bison.
  698. Preparing to unpack .../07-bison_2%3a3.0.4.dfsg-1_armhf.deb ...
  699. Unpacking bison (2:3.0.4.dfsg-1) ...
  700. Selecting previously unselected package libcpufreq0.
  701. Preparing to unpack .../08-libcpufreq0_008-1_armhf.deb ...
  702. Unpacking libcpufreq0 (008-1) ...
  703. Selecting previously unselected package cpufrequtils.
  704. Preparing to unpack .../09-cpufrequtils_008-1_armhf.deb ...
  705. Unpacking cpufrequtils (008-1) ...
  706. Selecting previously unselected package libcap-dev:armhf.
  707. Preparing to unpack .../10-libcap-dev_1%3a2.25-1_armhf.deb ...
  708. Unpacking libcap-dev:armhf (1:2.25-1) ...
  709. Selecting previously unselected package libexpat1-dev:armhf.
  710. Preparing to unpack .../11-libexpat1-dev_2.2.0-2+deb9u1_armhf.deb ...
  711. Unpacking libexpat1-dev:armhf (2.2.0-2+deb9u1) ...
  712. Selecting previously unselected package libtinfo-dev:armhf.
  713. Preparing to unpack .../12-libtinfo-dev_6.0+20161126-1+deb9u2_armhf.deb ...
  714. Unpacking libtinfo-dev:armhf (6.0+20161126-1+deb9u2) ...
  715. Selecting previously unselected package libncurses5-dev:armhf.
  716. Preparing to unpack .../13-libncurses5-dev_6.0+20161126-1+deb9u2_armhf.deb ...
  717. Unpacking libncurses5-dev:armhf (6.0+20161126-1+deb9u2) ...
  718. Selecting previously unselected package libpython2.7:armhf.
  719. Preparing to unpack .../14-libpython2.7_2.7.13-2+deb9u2_armhf.deb ...
  720. Unpacking libpython2.7:armhf (2.7.13-2+deb9u2) ...
  721. Selecting previously unselected package libpython2.7-dev:armhf.
  722. Preparing to unpack .../15-libpython2.7-dev_2.7.13-2+deb9u2_armhf.deb ...
  723. Unpacking libpython2.7-dev:armhf (2.7.13-2+deb9u2) ...
  724. Selecting previously unselected package libpython-dev:armhf.
  725. Preparing to unpack .../16-libpython-dev_2.7.13-2_armhf.deb ...
  726. Unpacking libpython-dev:armhf (2.7.13-2) ...
  727. Selecting previously unselected package libsodium18:armhf.
  728. Preparing to unpack .../17-libsodium18_1.0.11-2_armhf.deb ...
  729. Unpacking libsodium18:armhf (1.0.11-2) ...
  730. Selecting previously unselected package libsodium-dev:armhf.
  731. Preparing to unpack .../18-libsodium-dev_1.0.11-2_armhf.deb ...
  732. Unpacking libsodium-dev:armhf (1.0.11-2) ...
  733. Selecting previously unselected package libssl-dev:armhf.
  734. Preparing to unpack .../19-libssl-dev_1.1.0f-3+deb9u2_armhf.deb ...
  735. Unpacking libssl-dev:armhf (1.1.0f-3+deb9u2) ...
  736. Selecting previously unselected package libssl-doc.
  737. Preparing to unpack .../20-libssl-doc_1.1.0f-3+deb9u2_all.deb ...
  738. Unpacking libssl-doc (1.1.0f-3+deb9u2) ...
  739. Selecting previously unselected package python2.7-dev.
  740. Preparing to unpack .../21-python2.7-dev_2.7.13-2+deb9u2_armhf.deb ...
  741. Unpacking python2.7-dev (2.7.13-2+deb9u2) ...
  742. Selecting previously unselected package python-dev.
  743. Preparing to unpack .../22-python-dev_2.7.13-2_armhf.deb ...
  744. Unpacking python-dev (2.7.13-2) ...
  745. Selecting previously unselected package scons.
  746. Preparing to unpack .../23-scons_2.5.1-1_all.deb ...
  747. Unpacking scons (2.5.1-1) ...
  748. Selecting previously unselected package pps-tools.
  749. Preparing to unpack .../24-pps-tools_0.20120406+g0deb9c7e-2_armhf.deb ...
  750. Unpacking pps-tools (0.20120406+g0deb9c7e-2) ...
  751. Setting up git-man (1:2.11.0-3+deb9u3) ...
  752. Setting up liberror-perl (0.17024-1) ...
  753. Setting up libsigsegv2:armhf (2.10-5) ...
  754. Processing triggers for install-info (6.3.0.dfsg.1-1+b1) ...
  755. Setting up libssl-dev:armhf (1.1.0f-3+deb9u2) ...
  756. Setting up libtinfo-dev:armhf (6.0+20161126-1+deb9u2) ...
  757. Setting up m4 (1.4.18-1) ...
  758. Setting up libncurses5-dev:armhf (6.0+20161126-1+deb9u2) ...
  759. Setting up scons (2.5.1-1) ...
  760. Processing triggers for libc-bin (2.24-11+deb9u3) ...
  761. Processing triggers for systemd (232-25+deb9u4) ...
  762. Setting up libpython2.7:armhf (2.7.13-2+deb9u2) ...
  763. Setting up libbison-dev:armhf (2:3.0.4.dfsg-1) ...
  764. Setting up libcap-dev:armhf (1:2.25-1) ...
  765. Setting up libexpat1-dev:armhf (2.2.0-2+deb9u1) ...
  766. Processing triggers for man-db (2.7.6.1-2) ...
  767. Setting up libpython2.7-dev:armhf (2.7.13-2+deb9u2) ...
  768. Setting up libssl-doc (1.1.0f-3+deb9u2) ...
  769. Setting up libsodium18:armhf (1.0.11-2) ...
  770. Setting up bison (2:3.0.4.dfsg-1) ...
  771. update-alternatives: using /usr/bin/bison.yacc to provide /usr/bin/yacc (yacc) in auto mode
  772. Setting up bc (1.06.95-9) ...
  773. Setting up pps-tools (0.20120406+g0deb9c7e-2) ...
  774. Setting up python2.7-dev (2.7.13-2+deb9u2) ...
  775. Setting up git (1:2.11.0-3+deb9u3) ...
  776. Setting up libcpufreq0 (008-1) ...
  777. Setting up libpython-dev:armhf (2.7.13-2) ...
  778. Setting up python-dev (2.7.13-2) ...
  779. Setting up libsodium-dev:armhf (1.0.11-2) ...
  780. Setting up cpufrequtils (008-1) ...
  781. update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
  782. update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
  783. Processing triggers for libc-bin (2.24-11+deb9u3) ...
  784. Processing triggers for systemd (232-25+deb9u4) ...
  785.  
  786. Configuring for Raspberry Pi
  787.  
  788. First-time configuration - backing up /boot/config.txt to /boot/config.txt
  789. Removed /etc/systemd/system/multi-user.target.wants/hciuart.service.
  790. Reclaiming serial UART.
  791. Enabling UART
  792. Reclaiming GPU storage
  793. Configuring GPIO pin....
  794. A = Adafruit
  795. U = Uputronics
  796. S = SKU 42425
  797. Select a GPS daughterboard type: U
  798. Configuring for PPS via GPIO pin 18
  799. Appending to /boot/config.txt.
  800. Setting CPU governor
  801.  
  802. Creating /dev/gpsd0 symlink rule
  803.  
  804. Disabling console login
  805. Clockmaker --config complete.
  806.  
  807. A reboot is required for configuration changes to take effect
  808. Connection to raspberrypi.local closed by remote host.
  809. Connection to raspberrypi.local closed.
  810. root@SATTime-2:/# ssh pi@raspberrypi.local
  811. pi@raspberrypi.local's password:
  812. Linux raspberrypi 4.14.52-v7+ #1123 SMP Wed Jun 27 17:35:49 BST 2018 armv7l
  813.  
  814. The programs included with the Debian GNU/Linux system are free software;
  815. the exact distribution terms for each program are described in the
  816. individual files in /usr/share/doc/*/copyright.
  817.  
  818. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
  819. permitted by applicable law.
  820. Last login: Fri Jul 27 23:00:56 2018 from 192.168.0.15
  821. pi@raspberrypi:~ $ su time
  822. Password:
  823. time@raspberrypi:/home/pi $ cd time
  824. bash: cd: time: No such file or directory
  825. time@raspberrypi:/home/pi $ cd ../
  826. time@raspberrypi:/home $ cd time
  827. time@raspberrypi:~ $ ls
  828. clockmaker
  829. time@raspberrypi:~ $ ./clockmaker --build
  830. Cloning into 'gpsd'...
  831. remote: Counting objects: 59476, done.
  832. remote: Compressing objects: 100% (21215/21215), done.
  833. remote: Total 59476 (delta 38367), reused 59276 (delta 38239)
  834. Receiving objects: 100% (59476/59476), 109.37 MiB | 2.62 MiB/s, done.
  835. Resolving deltas: 100% (38367/38367), done.
  836. scons: Reading SConscript files ...
  837. Checking if compiler accepts -pthread... yes
  838. Checking whether the C++ compiler works... yes
  839. Checking pkg-config for ncurses... yes
  840. Checking pkg-config for tinfo... yes
  841. Checking for C library librt... yes
  842. Checking for C type in_port_t... yes
  843. Checking whether SUN_LEN is declared... yes
  844. Checking for C header file linux/can.h... yes
  845. You have kernel CANbus available.
  846. Checking if compiler is C11... yes
  847. Checking if compiler supplies __STDC_NO_ATOMICS__... no
  848. Checking for C header file stdatomic.h... yes
  849. Checking if compiler supplies __ORDER_BIG_ENDIAN__... yes
  850. Checking if compiler supplies __ORDER_LITTLE_ENDIAN__... yes
  851. Checking if compiler supplies __BYTE_ORDER__... yes
  852. Your compiler has built-in endianness support.
  853. Checking for C header file sys/un.h... yes
  854. Checking for C header file sys/socket.h... yes
  855. Checking for C header file sys/select.h... yes
  856. Checking for C header file netdb.h... yes
  857. Checking for C header file netinet/in.h... yes
  858. Checking for C header file netinet/ip.h... yes
  859. Checking for C header file arpa/inet.h... yes
  860. Checking for C header file syslog.h... yes
  861. Checking for C header file termios.h... yes
  862. Checking for C header file winsock2.h... no
  863. Checking for C function daemon()... yes
  864. Checking for C function strlcpy()... no
  865. Checking for C function strlcat()... no
  866. Checking for C function clock_gettime()... yes
  867. Checking for C function strptime()... yes
  868. Checking for C function gmtime_r()... yes
  869. Checking for C function inet_ntop()... yes
  870. Checking for C function fcntl()... yes
  871. Checking for C function fork()... yes
  872. Checking for C header file sys/timepps.h... yes
  873. Checking if sys/ioctl.h supplies TIOCMIWAIT... yes
  874. Build of man and HTML documentation is disabled.
  875. Checking if compiler accepts -Wextra... yes
  876. Checking if compiler accepts -Wall... yes
  877. Checking if compiler accepts -Wno-uninitialized... yes
  878. Checking if compiler accepts -Wno-missing-field-initializers... yes
  879. Checking if compiler accepts -Wcast-align... yes
  880. Checking if compiler accepts -Wmissing-declarations... yes
  881. Checking if compiler accepts -Wmissing-prototypes... yes
  882. Checking if compiler accepts -Wstrict-prototypes... yes
  883. Checking if compiler accepts -Wpointer-arith... yes
  884. Checking if compiler accepts -Wreturn-type... yes
  885. Altered configuration variables:
  886. ashtech = False (default True): Ashtech support
  887. earthmate = False (default True): DeLorme EarthMate Zodiac support
  888. evermore = False (default True): EverMore binary support
  889. fury = False (default True): Jackson Labs Fury and Firefly support
  890. fv18 = False (default True): San Jose Navigation FV-18 support
  891. garmin = False (default True): Garmin kernel driver support
  892. garmintxt = False (default True): Garmin Simple Text support
  893. geostar = False (default True): Geostar Protocol support
  894. greis = False (default True): Javad GREIS support
  895. itrax = False (default True): iTrax hardware support
  896. navcom = False (default True): Navcom NCT support
  897. nmea2000 = False (default True): NMEA2000/CAN support
  898. oncore = False (default True): Motorola OnCore chipset support
  899. sirf = False (default True): SiRF chipset support
  900. skytraq = False (default True): Skytraq chipset support
  901. superstar2 = False (default True): Novatel SuperStarII chipset support
  902. tnt = False (default True): True North Technologies support
  903. tripmate = False (default True): DeLorme TripMate support
  904. tsip = False (default True): Trimble TSIP support
  905. aivdm = False (default True): AIVDM support
  906. gpsclock = False (default True): GPSClock support
  907. isync = False (default True): Spectratime iSync LNRClok/GRCLOK support
  908. ntrip = False (default True): NTRIP support
  909. oceanserver = False (default True): OceanServer support
  910. passthrough = False (default True): build support for passing through JSON
  911. rtcm104v2 = False (default True): rtcm104v2 support
  912. rtcm104v3 = False (default True): rtcm104v3 support
  913. dbus_export = False (default True): enable DBUS export support
  914. shm_export = False (default True): export via shared memory
  915. bluez = False (default True): BlueZ support for Bluetooth devices
  916. netfeed = False (default True): build support for handling TCP/IP data sources
  917. usb = False (default True): libusb support for USB devices
  918. control_socket = False (default True): control socket for hotplug notifications
  919. systemd = False (default True): systemd socket activation
  920. clientdebug = False (default True): client debugging support
  921. libgpsmm = False (default True): build C++ bindings
  922. qt = False (default True): build QT bindings
  923. controlsend = False (default True): allow gpsctl/gpsmon to change device settings
  924. reconfigure = False (default True): allow gpsd to change device settings
  925. gpsdclients = False (default True): gspd client programs
  926. implicit_link = False (default True): implicit linkage is supported in shared libs
  927. leapfetch = False (default True): fetch up-to-date data on leap seconds.
  928. manbuild = False (default True): build help in man and HTML formats
  929. python = False (default True): build Python support and modules.
  930. shared = False (default True): build shared libraries, not static
  931. timeservice = True (default False): time-service configuration
  932. xgps = False (default True): include xgps and xgpsspeed.
  933. fixed_port_speed = 9600 (default 0): fixed serial port speed
  934. fixed_stop_bits = 1 (default 0): fixed serial port stop bits
  935. GPS regression tests suppressed because socket_export or python is off.
  936. RTCM2 regression tests suppressed because rtcm104v2 is off.
  937. AIVDM regression tests suppressed because aivdm is off.
  938. Part of the website build requires asciidoc, not installed.
  939. scons: done reading SConscript files.
  940. scons: Building targets ...
  941. rm -f ais_json.i && /usr/bin/python jsongen.py --ais --target=parser > ais_json.i && chmod a-w ais_json.i
  942. Creating 'gpsd_config.h'
  943. gcc -o ais_json.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 ais_json.c
  944. gcc -o bits.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 bits.c
  945. gcc -o gpsdclient.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 gpsdclient.c
  946. rm -f gps_maskdump.c && /usr/bin/python maskaudit.py -c . > gps_maskdump.c && chmod a-w gps_maskdump.c
  947. gcc -o gps_maskdump.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 gps_maskdump.c
  948. gcc -o gpsutils.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 gpsutils.c
  949. gcc -o hex.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 hex.c
  950. gcc -o json.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 json.c
  951. json.c: In function 'json_internal_read_object':
  952. json.c:567:6: warning: empty declaration
  953. __attribute__ ((fallthrough));
  954. ^~~~~~~~~~~~~
  955. gcc -o libgps_core.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 libgps_core.c
  956. gcc -o libgps_dbus.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 libgps_dbus.c
  957. gcc -o libgps_json.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 libgps_json.c
  958. gcc -o libgps_shm.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 libgps_shm.c
  959. gcc -o libgps_sock.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 libgps_sock.c
  960. gcc -o netlib.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 netlib.c
  961. gcc -o os_compat.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 os_compat.c
  962. gcc -o rtcm2_json.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 rtcm2_json.c
  963. gcc -o rtcm3_json.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 rtcm3_json.c
  964. gcc -o shared_json.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 shared_json.c
  965. ar rc libgps.a ais_json.o bits.o gpsdclient.o gps_maskdump.o gpsutils.o hex.o json.o libgps_core.o libgps_dbus.o libgps_json.o libgps_shm.o libgps_sock.o netlib.o os_compat.o rtcm2_json.o rtcm3_json.o shared_json.o
  966. ranlib libgps.a
  967. gcc -o dbusexport.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 dbusexport.c
  968. Creating 'revision.h'
  969. gcc -o gpsd.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 gpsd.c
  970. gpsd.c:789:12: warning: 'write_gps' defined but not used [-Wunused-function]
  971. static int write_gps(char *device, char *hex) {
  972. ^~~~~~~~~
  973. gcc -o shmexport.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 shmexport.c
  974. gcc -o timehint.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 timehint.c
  975. gcc -o bsd_base64.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 bsd_base64.c
  976. gcc -o crc24q.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 crc24q.c
  977. gcc -o driver_ais.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 driver_ais.c
  978. gcc -o driver_evermore.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 driver_evermore.c
  979. gcc -o driver_garmin.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 driver_garmin.c
  980. gcc -o driver_garmin_txt.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 driver_garmin_txt.c
  981. gcc -o driver_geostar.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 driver_geostar.c
  982. gcc -o driver_italk.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 driver_italk.c
  983. gcc -o driver_navcom.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 driver_navcom.c
  984. gcc -o driver_nmea0183.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 driver_nmea0183.c
  985. gcc -o driver_nmea2000.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 driver_nmea2000.c
  986. gcc -o driver_oncore.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 driver_oncore.c
  987. gcc -o driver_rtcm2.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 driver_rtcm2.c
  988. gcc -o driver_rtcm3.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 driver_rtcm3.c
  989. gcc -o drivers.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 drivers.c
  990. gcc -o driver_sirf.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 driver_sirf.c
  991. gcc -o driver_skytraq.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 driver_skytraq.c
  992. gcc -o driver_superstar2.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 driver_superstar2.c
  993. gcc -o driver_tsip.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 driver_tsip.c
  994. gcc -o driver_ubx.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 driver_ubx.c
  995. gcc -o driver_zodiac.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 driver_zodiac.c
  996. gcc -o geoid.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 geoid.c
  997. gcc -o gpsd_json.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 gpsd_json.c
  998. gcc -o isgps.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 isgps.c
  999. gcc -o libgpsd_core.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 libgpsd_core.c
  1000. gcc -o matrix.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 matrix.c
  1001. gcc -o net_dgpsip.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 net_dgpsip.c
  1002. gcc -o net_gnss_dispatch.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 net_gnss_dispatch.c
  1003. gcc -o net_ntrip.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 net_ntrip.c
  1004. gcc -o ntpshmread.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 ntpshmread.c
  1005. gcc -o ntpshmwrite.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 ntpshmwrite.c
  1006. rm -f packet_names.h && sed -e '/^ *\([A-Z][A-Z0-9_]*\),/s// "\1",/' < packet_states.h > packet_names.h && chmod a-w packet_names.h
  1007. gcc -o packet.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 packet.c
  1008. gcc -o ppsthread.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 ppsthread.c
  1009. gcc -o pseudoais.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 pseudoais.c
  1010. gcc -o pseudonmea.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 pseudonmea.c
  1011. gcc -o serial.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 serial.c
  1012. gcc -o subframe.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 subframe.c
  1013. leapseconds_cache_rebuild(["leapseconds.cache"], ["leapsecond.py"])
  1014. Leapsecond fetch suppressed by leapfetch=no.
  1015. timebase_h(["timebase.h"], ["leapseconds.cache"])
  1016. gcc -o timebase.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 timebase.c
  1017. gcc -o timespec_str.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 timespec_str.c
  1018. ar rc libgpsd.a bsd_base64.o crc24q.o driver_ais.o driver_evermore.o driver_garmin.o driver_garmin_txt.o driver_geostar.o driver_italk.o driver_navcom.o driver_nmea0183.o driver_nmea2000.o driver_oncore.o driver_rtcm2.o driver_rtcm3.o drivers.o driver_sirf.o driver_skytraq.o driver_superstar2.o driver_tsip.o driver_ubx.o driver_zodiac.o geoid.o gpsd_json.o isgps.o libgpsd_core.o matrix.o net_dgpsip.o net_gnss_dispatch.o net_ntrip.o ntpshmread.o ntpshmwrite.o packet.o ppsthread.o pseudoais.o pseudonmea.o serial.o subframe.o timebase.o timespec_str.o
  1019. ranlib libgpsd.a
  1020. os.chdir('.')
  1021. ar rc libgps_static.a ais_json.o bits.o gpsdclient.o gps_maskdump.o gpsutils.o hex.o json.o libgps_core.o libgps_dbus.o libgps_json.o libgps_shm.o libgps_sock.o netlib.o os_compat.o rtcm2_json.o rtcm3_json.o shared_json.o
  1022. os.chdir('/home/time/gpsd')
  1023. os.chdir('.')
  1024. ranlib libgps_static.a
  1025. os.chdir('/home/time/gpsd')
  1026. gcc -o gpsd -pthread dbusexport.o gpsd.o shmexport.o timehint.o -L. -lgpsd -lgps_static -lm -lrt
  1027. gcc -o ntpshmmon.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 ntpshmmon.c
  1028. gcc -o ntpshmmon -pthread ntpshmmon.o -L. -lgpsd -lgps_static -lm -lrt
  1029. gcc -o ppscheck.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 ppscheck.c
  1030. gcc -o ppscheck -pthread ppscheck.o -L. -lrt -lm -lrt
  1031. gcc -o cgps.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 -D_GNU_SOURCE -D_DEFAULT_SOURCE cgps.c
  1032. gcc -o cgps -pthread cgps.o -L. -lgps_static -lm -lrt -lncurses -ltinfo
  1033. gcc -o gpsmon.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 -D_GNU_SOURCE -D_DEFAULT_SOURCE gpsmon.c
  1034. gcc -o monitor_garmin.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 -D_GNU_SOURCE -D_DEFAULT_SOURCE monitor_garmin.c
  1035. gcc -o monitor_italk.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 -D_GNU_SOURCE -D_DEFAULT_SOURCE monitor_italk.c
  1036. gcc -o monitor_nmea0183.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 -D_GNU_SOURCE -D_DEFAULT_SOURCE monitor_nmea0183.c
  1037. gcc -o monitor_oncore.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 -D_GNU_SOURCE -D_DEFAULT_SOURCE monitor_oncore.c
  1038. gcc -o monitor_sirf.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 -D_GNU_SOURCE -D_DEFAULT_SOURCE monitor_sirf.c
  1039. gcc -o monitor_superstar2.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 -D_GNU_SOURCE -D_DEFAULT_SOURCE monitor_superstar2.c
  1040. gcc -o monitor_tnt.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 -D_GNU_SOURCE -D_DEFAULT_SOURCE monitor_tnt.c
  1041. gcc -o monitor_ubx.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 -D_GNU_SOURCE -D_DEFAULT_SOURCE monitor_ubx.c
  1042. gcc -o gpsmon -pthread gpsmon.o monitor_garmin.o monitor_italk.o monitor_nmea0183.o monitor_oncore.o monitor_sirf.o monitor_superstar2.o monitor_tnt.o monitor_ubx.o -L. -lgpsd -lgps_static -lm -lrt -lncurses -ltinfo
  1043. substituter(["gpsd.php"], ["gpsd.php.in"])
  1044. chmod -w gpsd.php
  1045. substituter(["libgps.pc"], ["libgps.pc.in"])
  1046. chmod -w libgps.pc
  1047. substituter(["gpsd.rules"], ["gpsd.rules.in"])
  1048. chmod -w gpsd.rules
  1049. scons: done building targets.
  1050. Cloning into 'ntpsec'...
  1051. remote: Counting objects: 140986, done.
  1052. remote: Compressing objects: 100% (20379/20379), done.
  1053. remote: Total 140986 (delta 120120), reused 139382 (delta 119342)
  1054. Receiving objects: 100% (140986/140986), 33.67 MiB | 4.21 MiB/s, done.
  1055. Resolving deltas: 100% (120120/120120), done.
  1056. Setting top to : /home/time/ntpsec
  1057. Setting out to : /home/time/ntpsec/build
  1058. --- Configuring host ---
  1059. Checking for 'gcc' (C compiler) : /usr/bin/gcc
  1060. Checking compiler version : 6.3.0
  1061. Checking for program 'm4' : /usr/bin/m4
  1062. Checking for program 'bison' : /usr/bin/bison
  1063. Checking for program 'awk' : /usr/bin/awk
  1064. Checking for program 'sh' : /bin/sh
  1065. Checking for program 'asciidoc' : not found
  1066. Checking for program 'a2x' : not found
  1067. Checking for program 'xsltproc' : not found
  1068. Checking for program 'git' : /usr/bin/git
  1069. --- Configuring main ---
  1070. Checking for endianness : little
  1071. Checking for library m : yes
  1072. Checking for library rt : yes
  1073. Checking for library execinfo : not found
  1074. Checking for library bsd : not found
  1075. Checking for library ssp : not found
  1076. Checking for library ssp_nonshared : yes
  1077. Checking if C compiler supports -fstack-protector-all : yes
  1078. Checking if C compiler supports -fPIC : yes
  1079. Checking if C compiler supports -pie -fPIE : yes
  1080. Checking if C compiler supports -Qunused-arguments : no
  1081. Checking if C compiler supports -Wcast-qual : yes
  1082. Checking if C compiler supports -Wdisabled-optimization : yes
  1083. Checking if C compiler supports -Wfloat-equal : yes
  1084. Checking if C compiler supports -Wformat : yes
  1085. Checking if C compiler supports -Wformat-security : yes
  1086. Checking if C compiler supports -Wformat-signedness : yes
  1087. Checking if C compiler supports -Wimplicit-function-declaration : yes
  1088. Checking if C compiler supports -Winit-self : yes
  1089. Checking if C compiler supports -Winvalid-pch : yes
  1090. Checking if C compiler supports -Wmissing-declarations : yes
  1091. Checking if C compiler supports -Wmultichar : yes
  1092. Checking if C compiler supports -Wpacked : yes
  1093. Checking if C compiler supports -Wpointer-arith : yes
  1094. Checking if C compiler supports -Wshadow : yes
  1095. Checking if C compiler supports -Wsuggest-attribute=noreturn : yes
  1096. Checking if C compiler supports -Wwrite-strings : yes
  1097. Checking if C compiler supports -flto : yes
  1098. Checking if linker supports -Wl,-z,now : yes
  1099. Checking if linker supports -Wl,--strip-all : yes
  1100. Checking if linker supports -Wl,-z,relro : yes
  1101. Checking for type struct if_laddrconf : not found
  1102. Checking for type struct if_laddrreq : not found
  1103. Checking for type struct timex : yes
  1104. Checking for type struct ntptimeval : yes
  1105. Checking for header stddef.h : yes
  1106. Checking for field time_tick in struct timex : not found
  1107. Checking for field modes in struct timex : yes
  1108. Checking for field time.tv_nsec in struct ntptimeval : not found
  1109. Checking for field tai in struct ntptimeval : yes
  1110. Checking sizeof long : 4
  1111. Checking sizeof time_t (time.h) : 4
  1112. Checking for program 'pkg-config' : /usr/bin/pkg-config
  1113. Checking for OpenSSL (via pkg-config) : yes
  1114. Checking for function _Unwind_Backtrace : yes
  1115. Checking for function adjtimex : yes
  1116. Checking for function backtrace_symbols_fd : yes
  1117. Checking for function closefrom : no
  1118. Checking for function clock_gettime : yes
  1119. Checking for function clock_settime : yes
  1120. Checking for function ntp_adjtime : yes
  1121. Checking for function ntp_gettime : yes
  1122. Checking for function res_init : yes
  1123. Checking for function sched_setscheduler : yes
  1124. Checking for function strlcpy : no
  1125. Checking for function strlcat : no
  1126. Checking for function timer_create : no
  1127. Checking for function strlcat : no
  1128. Checking for function strlcpy : no
  1129. Checking for header stdbool.h : yes
  1130. Checking for header alloca.h : yes
  1131. Checking for header arpa/nameser.h : yes
  1132. Checking for header bsd/string.h : not found
  1133. Checking for header ifaddrs.h : yes
  1134. Checking for header linux/if_addr.h : yes
  1135. Checking for header linux/rtnetlink.h : yes
  1136. Checking for header linux/serial.h : yes
  1137. Checking for header net/if6.h : not found
  1138. Checking for header net/route.h : yes
  1139. Checking for header netinfo/ni.h : not found
  1140. Checking for header priv.h : not found
  1141. Checking for header semaphore.h : yes
  1142. Checking for header stdatomic.h : yes
  1143. Checking for header sys/clockctl.h : not found
  1144. Checking for header sys/ioctl.h : yes
  1145. Checking for header sys/modem.h : not found
  1146. Checking for header sys/sockio.h : not found
  1147. Checking for header sys/sysctl.h : yes
  1148. Checking for header timepps.h : no
  1149. Checking for header sys/timepps.h : yes
  1150. Checking for header sys/timex.h : yes
  1151. Checking for sockaddr->sa_len : no
  1152. Checking for header libscf.h : not found
  1153. Enabling Refclock Generic NMEA GPS Receiver (nmea): : Yes
  1154. Enabling Refclock PPS Clock Discipline (pps): : Yes
  1155. Enabling Refclock Shared Memory Driver (shm): : Yes
  1156. Enabling Refclock GPSD NG client protocol (gpsd): : Yes
  1157. Checking for %m expansion in vsnprintf(3) : yes
  1158. Checking for header sys/prctl.h : yes
  1159. Checking for header sys/capability.h : yes
  1160. Checking for library cap : yes
  1161. Checking for header pthread.h : yes
  1162. Checking for library pthread : yes
  1163. Checking for library thr : not found
  1164. Checking for header dns_sd.h : not found
  1165. Checking if pthread works : yes
  1166. WARNING: This system has a 32-bit time_t.
  1167. WARNING: Your ntpd will fail on 2038-01-19T03:14:07Z.
  1168. Writing configuration header: : config.h
  1169.  
  1170. Build Options
  1171. CC : /usr/bin/gcc
  1172. CFLAGS : -DUNITY_EXCLUDE_FLOAT_PRINT -fstack-protector-all -Wshadow -Wpacked -Wcast-qual -Wmissing-declarations -Wdisabled-optimization -Wimplicit-function-declaration -Winvalid-pch -Wpointer-arith -Wwrite-strings -Winit-self -Wfloat-equal -Wformat -Wformat-signedness -Wformat-security -Wsuggest-attribute=noreturn -fPIC -O1 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wundef -Wunused -std=c99 -D_GNU_SOURCE
  1173. LDFLAGS : -lssp_nonshared -Wl,-z,now -Wl,--strip-all -Wl,-z,relro
  1174. LINKFLAGS_NTPD : -pie
  1175. PREFIX : /usr/local
  1176. Droproot Support : Linux
  1177. Debug Support : No
  1178. Refclocks : gpsd, nmea, pps, shm
  1179. Build Manpages : No
  1180. Checking for program 'python' : /usr/bin/python
  1181. Checking for python version >= 2.6.0 : 2.7.13
  1182. python-config : /usr/bin/python-config
  1183. Asking python-config for pyext '--cflags --libs --ldflags' flags : yes
  1184. Testing pyext configuration : yes
  1185. PYTHONDIR : /usr/local/lib/python2.7/dist-packages
  1186. PYTHONARCHDIR : /usr/local/lib/python2.7/dist-packages
  1187. 'configure' finished successfully (24.985s)
  1188. --- building host ---
  1189. Waf: Entering directory `/home/time/ntpsec/build/host'
  1190. [1/2] Processing ntpd/ntp_parser.y
  1191. [2/2] Compiling build/host/ntpd/ntp_parser.tab.c
  1192. [3/4] Compiling ntpd/keyword-gen.c
  1193. [4/4] Linking build/host/ntpd/keyword-gen
  1194. [5/5] Compiling build/host/ntpd/ntp_parser.tab.h
  1195. 156 keywords consumed 684 states of 2047 max.
  1196.  
  1197. Waf: Leaving directory `/home/time/ntpsec/build/host'
  1198. --- building main ---
  1199. Waf: Entering directory `/home/time/ntpsec/build/main'
  1200. [ 1/92] Compiling libntp/assert.c
  1201. [ 2/92] Compiling libntp/authkeys.c
  1202. [ 3/92] Compiling libntp/authreadkeys.c
  1203. [ 4/92] Compiling libntp/clocktime.c
  1204. [ 5/92] Compiling libntp/decodenetnum.c
  1205. [ 6/92] Compiling libntp/dolfptoa.c
  1206. [ 7/92] Compiling libntp/getopt.c
  1207. [ 8/92] Compiling libntp/initnetwork.c
  1208. [ 9/92] Compiling libntp/isc_error.c
  1209. [10/92] Compiling libntp/isc_interfaceiter.c
  1210. [11/92] Compiling libntp/isc_net.c
  1211. [12/92] Compiling libntp/macencrypt.c
  1212. [13/92] Compiling libntp/netof.c
  1213. [14/92] Compiling libntp/ntp_endian.c
  1214. [15/92] Compiling libntp/ntp_dns.c
  1215. [16/92] Compiling libntp/numtoa.c
  1216. [17/92] Compiling libntp/recvbuff.c
  1217. [18/92] Compiling libntp/refidsmear.c
  1218. [19/92] Compiling libntp/socket.c
  1219. [20/92] Compiling libntp/socktoa.c
  1220. [21/92] Compiling libntp/ssl_init.c
  1221. [22/92] Compiling libntp/syssignal.c
  1222. [23/92] Compiling libntp/clockwork.c
  1223. [24/92] Compiling libntp/emalloc.c
  1224. [25/92] Compiling libntp/hextolfp.c
  1225. [26/92] Compiling libntp/lib_strbuf.c
  1226. [27/92] Compiling libntp/msyslog.c
  1227. [28/92] Compiling libntp/ntp_calendar.c
  1228. [29/92] Compiling libntp/ntp_random.c
  1229. [30/92] Compiling libntp/prettydate.c
  1230. [31/92] Compiling libntp/statestr.c
  1231. [32/92] Compiling libntp/systime.c
  1232. [33/92] Compiling libntp/timespecops.c
  1233. [34/92] Compiling libntp/strl_obsd.c
  1234. [35/92] Compiling libntp/pymodule.c
  1235. [36/92] Compiling libntp/clockwork.c
  1236. [37/92] Compiling libntp/emalloc.c
  1237. [38/92] Compiling libntp/hextolfp.c
  1238. [39/92] Compiling libntp/lib_strbuf.c
  1239. [40/92] Compiling libntp/msyslog.c
  1240. [41/92] Compiling libntp/ntp_calendar.c
  1241. [42/92] Compiling libntp/ntp_random.c
  1242. [43/92] Compiling libntp/prettydate.c
  1243. [44/92] Compiling libntp/statestr.c
  1244. [45/92] Compiling libntp/systime.c
  1245. [46/92] Compiling libntp/timespecops.c
  1246. [47/92] Compiling libntp/strl_obsd.c
  1247. [48/92] Compiling ntpd/ntp_control.c
  1248. [49/92] Compiling ntpd/ntp_filegen.c
  1249. [50/92] Compiling ntpd/ntp_leapsec.c
  1250. [51/92] Compiling ntpd/ntp_monitor.c
  1251. [52/92] Compiling ntpd/ntp_restrict.c
  1252. [53/92] Compiling ntpd/ntp_util.c
  1253. [54/92] Compiling ntpd/ntp_refclock.c
  1254. [55/92] Compiling ntpd/refclock_conf.c
  1255. [56/92] Compiling ntpd/refclock_nmea.c
  1256. [57/92] Compiling ntpd/refclock_pps.c
  1257. [58/92] Compiling ntpd/refclock_shm.c
  1258. [59/92] Compiling ntpd/refclock_gpsd.c
  1259. [60/92] Compiling ntpd/ntp_config.c
  1260. [61/92] Compiling ntpd/ntp_io.c
  1261. [62/92] Compiling ntpd/ntp_loopfilter.c
  1262. [63/92] Compiling ntpd/ntp_packetstamp.c
  1263. [64/92] Compiling ntpd/ntp_peer.c
  1264. [65/92] Compiling ntpd/ntp_proto.c
  1265. [66/92] Compiling ntpd/ntp_sandbox.c
  1266. [67/92] Compiling ntpd/ntp_scanner.c
  1267. [68/92] Compiling ntpd/ntp_signd.c
  1268. [69/92] Compiling ntpd/ntp_timer.c
  1269. [70/92] Compiling ntpd/ntpd.c
  1270. [71/92] Compiling build/host/ntpd/ntp_parser.tab.c
  1271. [72/92] Compiling ntpfrob/main.c
  1272. [73/92] Compiling ntpfrob/bumpclock.c
  1273. [74/92] Compiling ntpfrob/jitter.c
  1274. [75/92] Compiling ntpfrob/precision.c
  1275. [76/92] Compiling ntpfrob/pps-api.c
  1276. [77/92] Compiling ntpfrob/tickadj.c
  1277. [78/92] Compiling ntptime/ntptime.c
  1278. [79/92] Compiling pylib/__init__.py
  1279. [80/92] Compiling pylib/agentx.py
  1280. [81/92] Compiling pylib/agentx_packet.py
  1281. [82/92] Compiling pylib/packet.py
  1282. [83/92] Compiling pylib/statfiles.py
  1283. [84/92] Compiling pylib/util.py
  1284. [85/92] Processing /home/time/ntpsec/build/main/pylib/control.py: wafhelpers/pythonize-header include/ntp_control.h -> build/main/pylib/control.py
  1285. [86/92] Processing /home/time/ntpsec/build/main/pylib/magic.py: wafhelpers/pythonize-header include/ntp.h -> build/main/pylib/magic.py
  1286. [87/92] Linking build/main/libntp/libntp.a
  1287. [88/92] Linking build/main/pylib/ntpc.so
  1288. [89/92] Linking build/main/ntpd/libntpd_lib.a
  1289. [90/92] Linking build/main/ntpd/ntpd
  1290. [91/92] Linking build/main/ntpfrob/ntpfrob
  1291. [92/92] Linking build/main/ntptime/ntptime
  1292. [ 93/194] Compiling build/main/pylib/__init__.pyc
  1293. [ 94/194] Compiling build/main/pylib/__init__.pyo
  1294. [ 95/194] Compiling build/main/pylib/agentx.pyc
  1295. [ 96/194] Compiling build/main/pylib/agentx.pyo
  1296. [ 97/194] Compiling build/main/pylib/agentx_packet.pyc
  1297. [ 98/194] Compiling build/main/pylib/agentx_packet.pyo
  1298. [ 99/194] Compiling build/main/pylib/packet.pyc
  1299. [100/194] Compiling build/main/pylib/packet.pyo
  1300. [101/194] Compiling build/main/pylib/statfiles.pyc
  1301. [102/194] Compiling build/main/pylib/statfiles.pyo
  1302. [103/194] Compiling build/main/pylib/util.pyc
  1303. [104/194] Compiling build/main/pylib/util.pyo
  1304. [105/194] Compiling build/main/pylib/control.pyc
  1305. [106/194] Compiling build/main/pylib/control.pyo
  1306. [107/194] Compiling build/main/pylib/magic.pyc
  1307. [108/194] Compiling build/main/pylib/magic.pyo
  1308. [109/194] Compiling attic/sht.c
  1309. [110/194] Compiling attic/digest-find.c
  1310. [111/194] Compiling attic/digest-timing.c
  1311. [112/194] Compiling tests/unity/unity.c
  1312. [113/194] Compiling tests/unity/unity_fixture.c
  1313. [114/194] Compiling tests/libntp/authkeys.c
  1314. [115/194] Compiling tests/libntp/ntp_calendar.c
  1315. [116/194] Compiling tests/libntp/ntp_random.c
  1316. [117/194] Compiling tests/libntp/clocktime.c
  1317. [118/194] Compiling tests/libntp/decodenetnum.c
  1318. [119/194] Compiling tests/libntp/hextolfp.c
  1319. [120/194] Compiling tests/libntp/lfpfunc.c
  1320. [121/194] Compiling tests/libntp/lfptostr.c
  1321. [122/194] Compiling tests/libntp/macencrypt.c
  1322. [123/194] Compiling tests/libntp/msyslog.c
  1323. [124/194] Compiling tests/libntp/netof.c
  1324. [125/194] Compiling tests/libntp/numtoa.c
  1325. [126/194] Compiling tests/libntp/prettydate.c
  1326. [127/194] Compiling tests/libntp/recvbuff.c
  1327. [128/194] Compiling tests/libntp/refidsmear.c
  1328. [129/194] Compiling tests/libntp/socktoa.c
  1329. [130/194] Compiling tests/libntp/statestr.c
  1330. [131/194] Compiling tests/libntp/strtolfp.c
  1331. [132/194] Compiling tests/libntp/timespecops.c
  1332. [133/194] Compiling tests/libntp/vi64ops.c
  1333. [134/194] Compiling tests/libntp/ymd2yd.c
  1334. [135/194] Compiling tests/common/tests_main.c
  1335. [136/194] Compiling tests/common/caltime.c
  1336. [137/194] Compiling tests/common/sockaddrtest.c
  1337. [138/194] Compiling tests/ntpd/leapsec.c
  1338. [139/194] Compiling tests/ntpd/restrict.c
  1339. [140/194] Compiling tests/common/tests_main.c
  1340. [141/194] Compiling tests/common/caltime.c
  1341. [142/194] Compiling tests/common/sockaddrtest.c
  1342. [143/194] Compiling tests/pylib/jigs.py
  1343. [144/194] Compiling tests/pylib/test_agentx.py
  1344. [145/194] Compiling tests/pylib/test_agentx_packet.py
  1345. [146/194] Compiling tests/pylib/test_packet.py
  1346. [147/194] Compiling tests/pylib/test_statfiles.py
  1347. [148/194] Compiling tests/pylib/test_util.py
  1348. [149/194] Compiling build/main/ntpclients/ntploggps.pyc
  1349. [150/194] Compiling build/main/ntpclients/ntploggps.pyo
  1350. [151/194] Compiling build/main/ntpclients/ntpdig.pyc
  1351. [152/194] Compiling build/main/ntpclients/ntpdig.pyo
  1352. [153/194] Compiling build/main/ntpclients/ntpkeygen.pyc
  1353. [154/194] Compiling build/main/ntpclients/ntpkeygen.pyo
  1354. [155/194] Compiling build/main/ntpclients/ntpmon.pyc
  1355. [156/194] Compiling build/main/ntpclients/ntpmon.pyo
  1356. [157/194] Compiling build/main/ntpclients/ntpq.pyc
  1357. [158/194] Compiling build/main/ntpclients/ntpq.pyo
  1358. [159/194] Compiling build/main/ntpclients/ntpsweep.pyc
  1359. [160/194] Compiling build/main/ntpclients/ntpsweep.pyo
  1360. [161/194] Compiling build/main/ntpclients/ntptrace.pyc
  1361. [162/194] Compiling build/main/ntpclients/ntptrace.pyo
  1362. [163/194] Compiling build/main/ntpclients/ntpviz.pyc
  1363. [164/194] Compiling build/main/ntpclients/ntpviz.pyo
  1364. [165/194] Compiling build/main/ntpclients/ntpwait.pyc
  1365. [166/194] Compiling build/main/ntpclients/ntpwait.pyo
  1366. [167/194] Compiling build/main/ntpclients/ntplogtemp.pyc
  1367. [168/194] Compiling build/main/ntpclients/ntplogtemp.pyo
  1368. [169/194] Compiling build/main/ntpclients/ntpsnmpd.pyc
  1369. [170/194] Compiling build/main/ntpclients/ntpsnmpd.pyo
  1370. [171/194] Compiling ntpclients/ntpleapfetch
  1371. [172/194] Compiling ntpclients/ntploggps.py
  1372. [173/194] Compiling ntpclients/ntpdig.py
  1373. [174/194] Compiling ntpclients/ntpkeygen.py
  1374. [175/194] Compiling ntpclients/ntpmon.py
  1375. [176/194] Compiling ntpclients/ntpq.py
  1376. [177/194] Compiling ntpclients/ntpsweep.py
  1377. [178/194] Compiling ntpclients/ntptrace.py
  1378. [179/194] Compiling ntpclients/ntpviz.py
  1379. [180/194] Compiling ntpclients/ntpwait.py
  1380. [181/194] Compiling ntpclients/ntplogtemp.py
  1381. [182/194] Compiling ntpclients/ntpsnmpd.py
  1382. [183/194] Linking build/main/attic/digest-find
  1383. [184/194] Linking build/main/attic/sht
  1384. [185/194] Linking build/main/attic/digest-timing
  1385. [186/194] Linking build/main/tests/test_libntp
  1386. [187/194] Processing build/main/tests/pylib/test_agentx.py
  1387. [188/194] Processing build/main/tests/pylib/test_agentx_packet.py
  1388. [189/194] Processing build/main/tests/pylib/test_packet.py
  1389. [190/194] Processing build/main/tests/pylib/test_statfiles.py
  1390. [191/194] Processing build/main/tests/pylib/test_util.py
  1391. [192/194] Linking build/main/tests/test_ntpd
  1392. [193/194] Processing build/main/tests/test_libntp
  1393. [194/194] Processing build/main/tests/test_ntpd
  1394. Waf: Leaving directory `/home/time/ntpsec/build/main'
  1395. Wrote test log to: /home/time/ntpsec/build/main/test.log
  1396. execution summary
  1397. tests that pass 7/7
  1398. /home/time/ntpsec/build/main/tests/pylib/test_agentx.py
  1399. /home/time/ntpsec/build/main/tests/pylib/test_agentx_packet.py
  1400. /home/time/ntpsec/build/main/tests/pylib/test_packet.py
  1401. /home/time/ntpsec/build/main/tests/pylib/test_statfiles.py
  1402. /home/time/ntpsec/build/main/tests/pylib/test_util.py
  1403. /home/time/ntpsec/build/main/tests/test_ntpd
  1404. /home/time/ntpsec/build/main/tests/test_libntp
  1405. tests that fail 0/7
  1406. 'build' finished successfully (1m38.949s)
  1407. --2018-07-27 23:38:53-- http://www.ntpsec.org/white-papers/stratum-1-microserver-howto//ntp.conf
  1408. Resolving www.ntpsec.org (www.ntpsec.org)... 52.167.214.135
  1409. Connecting to www.ntpsec.org (www.ntpsec.org)|52.167.214.135|:80... connected.
  1410. HTTP request sent, awaiting response... 200 OK
  1411. Length: 1753 (1.7K) [text/plain]
  1412. Saving to: ‘ntp.conf’
  1413.  
  1414. ntp.conf 100%[================================================================================================================>] 1.71K --.-KB/s in 0s
  1415.  
  1416. 2018-07-27 23:38:56 (91.7 MB/s) - ‘ntp.conf’ saved [1753/1753]
  1417.  
  1418. --2018-07-27 23:38:56-- http://www.ntpsec.org/white-papers/stratum-1-microserver-howto//pinup
  1419. Resolving www.ntpsec.org (www.ntpsec.org)... 52.167.214.135
  1420. Connecting to www.ntpsec.org (www.ntpsec.org)|52.167.214.135|:80... connected.
  1421. HTTP request sent, awaiting response... 200 OK
  1422. Length: 6595 (6.4K) [text/plain]
  1423. Saving to: ‘pinup’
  1424.  
  1425. pinup 100%[================================================================================================================>] 6.44K --.-KB/s in 0.003s
  1426.  
  1427. 2018-07-27 23:38:56 (2.31 MB/s) - ‘pinup’ saved [6595/6595]
  1428.  
  1429. --2018-07-27 23:38:56-- http://www.ntpsec.org/white-papers/stratum-1-microserver-howto//timeservice
  1430. Resolving www.ntpsec.org (www.ntpsec.org)... 52.167.214.135
  1431. Connecting to www.ntpsec.org (www.ntpsec.org)|52.167.214.135|:80... connected.
  1432. HTTP request sent, awaiting response... 200 OK
  1433. Length: 2557 (2.5K) [text/plain]
  1434. Saving to: ‘timeservice’
  1435.  
  1436. timeservice 100%[================================================================================================================>] 2.50K --.-KB/s in 0s
  1437.  
  1438. 2018-07-27 23:38:56 (12.1 MB/s) - ‘timeservice’ saved [2557/2557]
  1439.  
  1440. --2018-07-27 23:38:56-- http://www.ntpsec.org/white-papers/stratum-1-microserver-howto//timeservice.service
  1441. Resolving www.ntpsec.org (www.ntpsec.org)... 52.167.214.135
  1442. Connecting to www.ntpsec.org (www.ntpsec.org)|52.167.214.135|:80... connected.
  1443. HTTP request sent, awaiting response... 200 OK
  1444. Length: 207 [text/plain]
  1445. Saving to: ‘timeservice.service’
  1446.  
  1447. timeservice.service 100%[================================================================================================================>] 207 --.-KB/s in 0s
  1448.  
  1449. 2018-07-27 23:38:57 (12.3 MB/s) - ‘timeservice.service’ saved [207/207]
  1450.  
  1451. Clockmaker --build complete.
  1452. time@raspberrypi:~ $ su -
  1453. Password:
  1454. root@raspberrypi:~# nano /boot/config.txt
  1455. root@raspberrypi:~# cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
  1456. performance
  1457. performance
  1458. performance
  1459. performance
  1460. root@raspberrypi:~# stty -F /dev/gpsd0 raw 9600 cs8 clocal -cstopb
  1461. root@raspberrypi:~# cat /dev/gpsd0
  1462. X�,-33.1,M,,0000*41
  1463. $GNGSA,A,3,01,03,14,16,22,26,18,31,11,23,32,48,1.33,0.72,1.12*19
  1464. $GNGSA,A,3,66,81,76,75,77,67,83,,,,,,1.33,0.72,1.12*1A
  1465. $GPGSV,4,1,16,01,41,236,42,03,55,320,47,09,04,274,,11,16,225,39*7B
  1466. $GPGSV,4,2,16,14,30,062,30,16,21,147,19,18,29,206,35,22,80,317,46*78
  1467. $GPGSV,4,3,16,23,32,288,48,25,02,033,14,26,35,118,34,31,44,044,37*7C
  1468. $GPGSV,4,4,16,32,10,077,20,46,49,200,44,48,48,206,44,51,49,162,*79
  1469. $GLGSV,3,1,10,65,19,103,23,66,57,037,39,67,30,325,28,75,17,030,20*6B
  1470. $GLGSV,3,2,10,76,60,056,33,77,46,181,30,78,00,197,,81,05,233,17*60
  1471. $GLGSV,3,3,10,82,14,279,,83,07,327,35*6B
  1472. $GNGLL,3333.93476,N,11743.27704,W,064836.00,A,D*66
  1473. $GNRMC,064837.00,A,3333.93485,N,11743.27708,W,0.014,,280718,,,D*7F
  1474. $GNVTG,,T,,M,0.014,N,0.026,K,D*39
  1475. $GNGGA,064837.00,3333.93485,N,11743.27708,W,2,12,0.72,91.3,M,-33.1,M,,0000*45
  1476. $GNGSA,A,3,01,03,14,16,22,26,18,31,11,23,32,48,1.33,0.72,1.12*19
  1477. $GNGSA,A,3,66,81,76,75,77,67,83,,,,,,1.33,0.72,1.12*1A
  1478. $GPGSV,4,1,16,01,41,236,42,03,55,320,47,09,04,274,,11,16,225,39*7B
  1479. $GPGSV,4,2,16,14,30,062,29,16,21,147,17,18,29,206,35,22,80,317,46*7E
  1480. $GPGSV,4,3,16,23,32,288,48,25,02,033,13,26,35,118,34,31,44,044,38*74
  1481. $GPGSV,4,4,16,32,10,077,19,46,49,200,44,48,48,206,44,51,49,162,*73
  1482. $GLGSV,3,1,10,65,19,103,23,66,57,037,39,67,30,325,28,75,17,030,21*6A
  1483. $GLGSV,3,2,10,76,60,056,33,77,46,181,30,78,00,197,,81,05,233,17*60
  1484. $GLGSV,3,3,10,82,14,279,,83,07,327,36*68
  1485. $GNGLL,3333.93485,N,11743.27708,W,064837.00,A,D*67
  1486. $GNRMC,064838.00,A,3333.93489,N,11743.27707,W,0.028,,280718,,,D*7C
  1487. $GNVTG,,T,,M,0.028,N,0.052,K,D*35
  1488. $GNGGA,064838.00,3333.93489,N,11743.27707,W,2,12,0.80,91.3,M,-33.1,M,,0000*44
  1489. $GNGSA,A,3,01,03,14,16,22,26,18,31,11,23,32,48,1.45,0.80,1.20*14
  1490. $GNGSA,A,3,66,81,76,75,77,67,83,,,,,,1.45,0.80,1.20*17
  1491. $GPGSV,4,1,16,01,41,236,43,03,55,320,47,09,04,274,,11,16,225,40*74
  1492. $GPGSV,4,2,16,14,30,062,28,16,21,147,16,18,29,206,35,22,80,317,46*7E
  1493. $GPGSV,4,3,16,23,32,288,48,25,02,033,12,26,35,118,34,31,44,044,38*75
  1494. $GPGSV,4,4,16,32,10,077,19,46,49,200,44,48,48,206,44,51,49,162,*73
  1495. $GLGSV,3,1,10,65,19,103,23,66,57,037,39,67,30,325,28,75,17,030,20*6B
  1496. $GLGSV,3,2,10,76,60,056,33,77,46,181,29,78,00,197,,81,05,233,17*68
  1497. $GLGSV,3,3,10,82,14,279,,83,07,327,35*6B
  1498. $GNGLL,3333.93489,N,11743.27707,W,064838.00,A,D*6B
  1499. $GNRMC,064839.00,A,3333.93491,N,11743.27708,W,0.022,,280718,,,D*71
  1500. $GNVTG,,T,,M,0.022,N,0.042,K,D*3E
  1501. $GNGGA,064839.00,3333.93491,N,11743.27708,W,2,12,0.72,91.4,M,-33.1,M,,0000*49
  1502. $GNGSA,A,3,01,03,14,16,22,26,18,31,11,23,32,48,1.33,0.72,1.12*19
  1503. $GNGSA,A,3,66,81,76,75,77,67,83,,,,,,1.33,0.72,1.12*1A
  1504. $GPGSV,4,1,16,01,41,236,43,03,55,320,47,09,04,274,,11,16,225,39*7A
  1505. $GPGSV,4,2,16,14,30,062,27,16,21,147,14,18,29,206,34,22,80,317,46*72
  1506. $GPGSV,4,3,16,23,32,288,48,25,02,033,15,26,35,118,34,31,44,044,38*72
  1507. $GPGSV,4,4,16,32,10,077,19,46,49,200,44,48,48,206,44,51,49,162,*73
  1508. $GLGSV,3,1,10,65,19,103,23,66,57,037,39,67,30,325,28,75,17,030,21*6A
  1509. $GLGSV,3,2,10,76,60,056,33,77,46,181,30,78,00,197,,81,05,233,14*63
  1510. $GLGSV,3,3,10,82,14,279,,83,07,327,36*68
  1511. $GNGLL,3333.93491,N,11743.27708,W,064839.00,A,D*6C
  1512. ^C
  1513. root@raspberrypi:~# ppstest /dev/pps0
  1514. trying PPS source "/dev/pps0"
  1515. found PPS source "/dev/pps0"
  1516. ok, found 1 source(s), now start fetching data...
  1517. source 0 - assert 1532760566.000041707, sequence: 1201 - clear 0.000000000, sequence: 0
  1518. source 0 - assert 1532760567.000038657, sequence: 1202 - clear 0.000000000, sequence: 0
  1519. source 0 - assert 1532760568.000035849, sequence: 1203 - clear 0.000000000, sequence: 0
  1520. source 0 - assert 1532760569.000041461, sequence: 1204 - clear 0.000000000, sequence: 0
  1521. source 0 - assert 1532760570.000036429, sequence: 1205 - clear 0.000000000, sequence: 0
  1522. source 0 - assert 1532760571.000033514, sequence: 1206 - clear 0.000000000, sequence: 0
  1523. source 0 - assert 1532760572.000040477, sequence: 1207 - clear 0.000000000, sequence: 0
  1524. source 0 - assert 1532760573.000035339, sequence: 1208 - clear 0.000000000, sequence: 0
  1525. source 0 - assert 1532760574.000034194, sequence: 1209 - clear 0.000000000, sequence: 0
  1526. source 0 - assert 1532760575.000037249, sequence: 1210 - clear 0.000000000, sequence: 0
  1527. ^C
  1528. root@raspberrypi:~# pwd
  1529. /root
  1530. root@raspberrypi:~# cd home
  1531. -su: cd: home: No such file or directory
  1532. root@raspberrypi:~# cd /
  1533. root@raspberrypi:/# ls
  1534. bin boot debootstrap dev etc home lib lost+found media mnt opt proc root run sbin srv sys tmp usr var
  1535. root@raspberrypi:/# cd home
  1536. root@raspberrypi:/home# cd time
  1537. root@raspberrypi:/home/time# ls
  1538. clockmaker gpsd ntp.conf ntpsec pinup timeservice timeservice.service
  1539. root@raspberrypi:/home/time# ./gpsd/gpsmon /dev/gpsd0
  1540. root@raspberrypi:/home/time# ./gpsd/gpsd /dev/gpsd0
  1541. root@raspberrypi:/home/time# ./gpsd/ntpshmmon
  1542. ntpshmmon version 1
  1543. # Name Seen@ Clock Real L Prec
  1544. sample NTP0 1532760844.176633852 1532760844.115695782 1532760844.000000000 0 -20
  1545. sample NTP1 1532760844.176685362 1532760843.999418519 1532760844.000000000 0 -30
  1546. sample NTP1 1532760845.000261045 1532760844.999420269 1532760845.000000000 0 -30
  1547. sample NTP0 1532760845.115405657 1532760845.114876181 1532760845.000000000 0 -20
  1548. sample NTP1 1532760845.999551699 1532760845.999413991 1532760846.000000000 0 -30
  1549. sample NTP0 1532760846.114669643 1532760846.114454228 1532760846.000000000 0 -20
  1550. sample NTP1 1532760847.000188746 1532760846.999408959 1532760847.000000000 0 -30
  1551. sample NTP0 1532760847.115304502 1532760847.114815390 1532760847.000000000 0 -20
  1552. sample NTP1 1532760847.999599595 1532760847.999411575 1532760848.000000000 0 -30
  1553. sample NTP0 1532760848.115721647 1532760848.115550971 1532760848.000000000 0 -20
  1554. sample NTP1 1532760848.999822413 1532760848.999405644 1532760849.000000000 0 -30
  1555. sample NTP0 1532760849.112938751 1532760849.112751252 1532760849.000000000 0 -20
  1556. sample NTP1 1532760850.000186631 1532760849.999400280 1532760850.000000000 0 -30
  1557. sample NTP0 1532760850.116138526 1532760850.115732486 1532760850.000000000 0 -20
  1558. sample NTP1 1532760850.999985271 1532760850.999402827 1532760851.000000000 0 -30
  1559. sample NTP0 1532760851.121416513 1532760851.120434487 1532760851.000000000 0 -20
  1560. sample NTP1 1532760852.000186769 1532760851.999392815 1532760852.000000000 0 -30
  1561. sample NTP0 1532760852.117200949 1532760852.116382152 1532760852.000000000 0 -20
  1562. sample NTP1 1532760853.000184825 1532760852.999387902 1532760853.000000000 0 -30
  1563. sample NTP0 1532760853.116141458 1532760853.115622658 1532760853.000000000 0 -20
  1564. ^C
  1565. root@raspberrypi:/home/time# systemctl stop ntp
  1566. Failed to stop ntp.service: Unit ntp.service not loaded.
  1567. root@raspberrypi:/home/time# ./gpsd/gpsd /dev/gpsd0
  1568. root@raspberrypi:/home/time# ./ntpsec/build/main/ntpd/ntpd -g -c ntp.conf
  1569. 2018-07-27T23:57:39 ntpd[9709]: INIT: ntpd ntpsec-1.1.1+ 2018-07-28T06:36:49Z (git rev 11ff5b84d): Starting
  1570. 2018-07-27T23:57:39 ntpd[9709]: INIT: Command line: ./ntpsec/build/main/ntpd/ntpd -g -c ntp.conf
  1571. root@raspberrypi:/home/time# ./ntpsec/build/main/ntpclients/ntpq -p
  1572. remote refid st t when poll reach delay offset jitter
  1573. =======================================================================================================
  1574. xSHM(1) .PPS. 0 l 48 64 1 0.0000 1.4311 0.0000
  1575. xSHM(0) .GPS. 0 l 47 64 1 0.0000 -127.741 0.0000
  1576. us.pool.ntp.org .POOL. 16 p - 256 0 0.0000 0.0000 0.0010
  1577. 74.120.81.219 129.250.35.250 3 u 36 64 1 41.5086 0.6307 1.1975
  1578. ntp.your.org .CDMA. 1 u 44 64 1 68.8655 0.4860 2.0030
  1579. satellite.gensonline.eu 131.188.3.222 2 u 45 64 1 85.3743 -1.8209 1.4920
  1580. +ec2-52-6-160-3.compute-1.amazonaws.com 130.207.244.240 2 u 53 64 1 79.2412 0.6857 0.9481
  1581. root@raspberrypi:/home/time# ./clockmaker --install
  1582. Installing GPSD
  1583. scons: Reading SConscript files ...
  1584. Checking if compiler accepts -pthread... (cached) yes
  1585. Checking whether the C++ compiler works... (cached) yes
  1586. Checking pkg-config for ncurses... (cached) yes
  1587. Checking pkg-config for tinfo... (cached) yes
  1588. Checking for C library librt... (cached) yes
  1589. Checking for C type in_port_t... (cached) yes
  1590. Checking whether SUN_LEN is declared... (cached) yes
  1591. Checking for C header file linux/can.h... (cached) yes
  1592. You have kernel CANbus available.
  1593. Checking if compiler is C11... (cached) yes
  1594. Checking if compiler supplies __STDC_NO_ATOMICS__... (cached) no
  1595. Checking for C header file stdatomic.h... (cached) yes
  1596. Checking if compiler supplies __ORDER_BIG_ENDIAN__... (cached) yes
  1597. Checking if compiler supplies __ORDER_LITTLE_ENDIAN__... (cached) yes
  1598. Checking if compiler supplies __BYTE_ORDER__... (cached) yes
  1599. Your compiler has built-in endianness support.
  1600. Checking for C header file sys/un.h... (cached) yes
  1601. Checking for C header file sys/socket.h... (cached) yes
  1602. Checking for C header file sys/select.h... (cached) yes
  1603. Checking for C header file netdb.h... (cached) yes
  1604. Checking for C header file netinet/in.h... (cached) yes
  1605. Checking for C header file netinet/ip.h... (cached) yes
  1606. Checking for C header file arpa/inet.h... (cached) yes
  1607. Checking for C header file syslog.h... (cached) yes
  1608. Checking for C header file termios.h... (cached) yes
  1609. Checking for C header file winsock2.h... (cached) no
  1610. Checking for C function daemon()... (cached) yes
  1611. Checking for C function strlcpy()... (cached) no
  1612. Checking for C function strlcat()... (cached) no
  1613. Checking for C function clock_gettime()... (cached) yes
  1614. Checking for C function strptime()... (cached) yes
  1615. Checking for C function gmtime_r()... (cached) yes
  1616. Checking for C function inet_ntop()... (cached) yes
  1617. Checking for C function fcntl()... (cached) yes
  1618. Checking for C function fork()... (cached) yes
  1619. Checking for C header file sys/timepps.h... (cached) yes
  1620. Checking if sys/ioctl.h supplies TIOCMIWAIT... (cached) yes
  1621. Build of man and HTML documentation is disabled.
  1622. Checking if compiler accepts -Wextra... (cached) yes
  1623. Checking if compiler accepts -Wall... (cached) yes
  1624. Checking if compiler accepts -Wno-uninitialized... (cached) yes
  1625. Checking if compiler accepts -Wno-missing-field-initializers... (cached) yes
  1626. Checking if compiler accepts -Wcast-align... (cached) yes
  1627. Checking if compiler accepts -Wmissing-declarations... (cached) yes
  1628. Checking if compiler accepts -Wmissing-prototypes... (cached) yes
  1629. Checking if compiler accepts -Wstrict-prototypes... (cached) yes
  1630. Checking if compiler accepts -Wpointer-arith... (cached) yes
  1631. Checking if compiler accepts -Wreturn-type... (cached) yes
  1632. Altered configuration variables:
  1633. ashtech = False (default True): Ashtech support
  1634. earthmate = False (default True): DeLorme EarthMate Zodiac support
  1635. evermore = False (default True): EverMore binary support
  1636. fury = False (default True): Jackson Labs Fury and Firefly support
  1637. fv18 = False (default True): San Jose Navigation FV-18 support
  1638. garmin = False (default True): Garmin kernel driver support
  1639. garmintxt = False (default True): Garmin Simple Text support
  1640. geostar = False (default True): Geostar Protocol support
  1641. greis = False (default True): Javad GREIS support
  1642. itrax = False (default True): iTrax hardware support
  1643. navcom = False (default True): Navcom NCT support
  1644. nmea2000 = False (default True): NMEA2000/CAN support
  1645. oncore = False (default True): Motorola OnCore chipset support
  1646. sirf = False (default True): SiRF chipset support
  1647. skytraq = False (default True): Skytraq chipset support
  1648. superstar2 = False (default True): Novatel SuperStarII chipset support
  1649. tnt = False (default True): True North Technologies support
  1650. tripmate = False (default True): DeLorme TripMate support
  1651. tsip = False (default True): Trimble TSIP support
  1652. aivdm = False (default True): AIVDM support
  1653. gpsclock = False (default True): GPSClock support
  1654. isync = False (default True): Spectratime iSync LNRClok/GRCLOK support
  1655. ntrip = False (default True): NTRIP support
  1656. oceanserver = False (default True): OceanServer support
  1657. passthrough = False (default True): build support for passing through JSON
  1658. rtcm104v2 = False (default True): rtcm104v2 support
  1659. rtcm104v3 = False (default True): rtcm104v3 support
  1660. dbus_export = False (default True): enable DBUS export support
  1661. shm_export = False (default True): export via shared memory
  1662. bluez = False (default True): BlueZ support for Bluetooth devices
  1663. netfeed = False (default True): build support for handling TCP/IP data sources
  1664. usb = False (default True): libusb support for USB devices
  1665. control_socket = False (default True): control socket for hotplug notifications
  1666. systemd = False (default True): systemd socket activation
  1667. clientdebug = False (default True): client debugging support
  1668. libgpsmm = False (default True): build C++ bindings
  1669. qt = False (default True): build QT bindings
  1670. controlsend = False (default True): allow gpsctl/gpsmon to change device settings
  1671. reconfigure = False (default True): allow gpsd to change device settings
  1672. gpsdclients = False (default True): gspd client programs
  1673. implicit_link = False (default True): implicit linkage is supported in shared libs
  1674. leapfetch = False (default True): fetch up-to-date data on leap seconds.
  1675. manbuild = False (default True): build help in man and HTML formats
  1676. python = False (default True): build Python support and modules.
  1677. shared = False (default True): build shared libraries, not static
  1678. timeservice = True (default False): time-service configuration
  1679. xgps = False (default True): include xgps and xgpsspeed.
  1680. fixed_port_speed = 9600 (default 0): fixed serial port speed
  1681. fixed_stop_bits = 1 (default 0): fixed serial port stop bits
  1682. GPS regression tests suppressed because socket_export or python is off.
  1683. RTCM2 regression tests suppressed because rtcm104v2 is off.
  1684. AIVDM regression tests suppressed because aivdm is off.
  1685. Part of the website build requires asciidoc, not installed.
  1686. scons: done reading SConscript files.
  1687. scons: Building targets ...
  1688. leapseconds_cache_rebuild(["leapseconds.cache"], ["leapsecond.py"])
  1689. Leapsecond fetch suppressed by leapfetch=no.
  1690. timebase_h(["timebase.h"], ["leapseconds.cache"])
  1691. gcc -o timebase.o -c -pthread -Wextra -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -O2 -pthread -DHAVE_SYS_TIMEPPS_H=1 timebase.c
  1692. ar rc libgpsd.a bsd_base64.o crc24q.o driver_ais.o driver_evermore.o driver_garmin.o driver_garmin_txt.o driver_geostar.o driver_italk.o driver_navcom.o driver_nmea0183.o driver_nmea2000.o driver_oncore.o driver_rtcm2.o driver_rtcm3.o drivers.o driver_sirf.o driver_skytraq.o driver_superstar2.o driver_tsip.o driver_ubx.o driver_zodiac.o geoid.o gpsd_json.o isgps.o libgpsd_core.o matrix.o net_dgpsip.o net_gnss_dispatch.o net_ntrip.o ntpshmread.o ntpshmwrite.o packet.o ppsthread.o pseudoais.o pseudonmea.o serial.o subframe.o timebase.o timespec_str.o
  1693. ranlib libgpsd.a
  1694. gcc -o gpsd -pthread dbusexport.o gpsd.o shmexport.o timehint.o -L. -lgpsd -lgps_static -lm -lrt
  1695. rm -f //usr/local/lib/libgps.*
  1696. Install file: "gpsd" as "/usr/local/sbin/gpsd"
  1697. strip /usr/local/sbin/gpsd
  1698. gcc -o ntpshmmon -pthread ntpshmmon.o -L. -lgpsd -lgps_static -lm -lrt
  1699. rm -f //usr/local/lib/libgps.*
  1700. Install file: "ntpshmmon" as "/usr/local/bin/ntpshmmon"
  1701. strip /usr/local/bin/ntpshmmon
  1702. rm -f //usr/local/lib/libgps.*
  1703. Install file: "ppscheck" as "/usr/local/bin/ppscheck"
  1704. strip /usr/local/bin/ppscheck
  1705. rm -f //usr/local/lib/libgps.*
  1706. Install file: "cgps" as "/usr/local/bin/cgps"
  1707. strip /usr/local/bin/cgps
  1708. gcc -o gpsmon -pthread gpsmon.o monitor_garmin.o monitor_italk.o monitor_nmea0183.o monitor_oncore.o monitor_sirf.o monitor_superstar2.o monitor_tnt.o monitor_ubx.o -L. -lgpsd -lgps_static -lm -lrt -lncurses -ltinfo
  1709. rm -f //usr/local/lib/libgps.*
  1710. Install file: "gpsmon" as "/usr/local/bin/gpsmon"
  1711. strip /usr/local/bin/gpsmon
  1712. rm -f //usr/local/lib/libgps.*
  1713. Install file: "libgps.a" as "/usr/local/lib/libgps.a"
  1714. strip /usr/local/lib/libgps.a
  1715. Install file: "libgps.pc" as "/usr/local/lib/pkgconfig/libgps.pc"
  1716. Install file: "libgpsmm.h" as "/usr/local/include/libgpsmm.h"
  1717. Install file: "gps.h" as "/usr/local/include/gps.h"
  1718. scons: done building targets.
  1719. Installing NTPsec
  1720. Adding system user `ntp' (UID 109) ...
  1721. Adding new user `ntp' (UID 109) with group `nogroup' ...
  1722. Not creating home directory `/home/ntp'.
  1723. Adding group `ntp' (GID 113) ...
  1724. Done.
  1725. Adding user `ntp' to group `ntp' ...
  1726. Adding user ntp to group ntp
  1727. Done.
  1728. --- installing host ---
  1729. Waf: Entering directory `/home/time/ntpsec/build/host'
  1730. Waf: Leaving directory `/home/time/ntpsec/build/host'
  1731. --- installing main ---
  1732. Waf: Entering directory `/home/time/ntpsec/build/main'
  1733. + install /usr/local/lib/python2.7/dist-packages/ntp/ntpc.so (from build/main/pylib/ntpc.so)
  1734. + install /usr/local/sbin/ntpd (from build/main/ntpd/ntpd)
  1735. + install /usr/local/bin/ntpfrob (from build/main/ntpfrob/ntpfrob)
  1736. + install /usr/local/bin/ntptime (from build/main/ntptime/ntptime)
  1737. [95/96] Processing /home/time/ntpsec/build/main/pylib/control.py: wafhelpers/pythonize-header include/ntp_control.h -> build/main/pylib/control.py
  1738. [96/96] Processing /home/time/ntpsec/build/main/pylib/magic.py: wafhelpers/pythonize-header include/ntp.h -> build/main/pylib/magic.py
  1739. + install /usr/local/lib/python2.7/dist-packages/ntp/__init__.py (from build/main/pylib/__init__.py)
  1740. + install /usr/local/lib/python2.7/dist-packages/ntp/__init__.pyc (from build/main/pylib/__init__.pyc)
  1741. + install /usr/local/lib/python2.7/dist-packages/ntp/__init__.pyo (from build/main/pylib/__init__.pyo)
  1742. + install /usr/local/lib/python2.7/dist-packages/ntp/agentx.py (from build/main/pylib/agentx.py)
  1743. + install /usr/local/lib/python2.7/dist-packages/ntp/agentx.pyc (from build/main/pylib/agentx.pyc)
  1744. + install /usr/local/lib/python2.7/dist-packages/ntp/agentx.pyo (from build/main/pylib/agentx.pyo)
  1745. + install /usr/local/lib/python2.7/dist-packages/ntp/agentx_packet.py (from build/main/pylib/agentx_packet.py)
  1746. + install /usr/local/lib/python2.7/dist-packages/ntp/agentx_packet.pyc (from build/main/pylib/agentx_packet.pyc)
  1747. + install /usr/local/lib/python2.7/dist-packages/ntp/agentx_packet.pyo (from build/main/pylib/agentx_packet.pyo)
  1748. + install /usr/local/lib/python2.7/dist-packages/ntp/packet.py (from build/main/pylib/packet.py)
  1749. + install /usr/local/lib/python2.7/dist-packages/ntp/packet.pyc (from build/main/pylib/packet.pyc)
  1750. + install /usr/local/lib/python2.7/dist-packages/ntp/packet.pyo (from build/main/pylib/packet.pyo)
  1751. + install /usr/local/lib/python2.7/dist-packages/ntp/statfiles.py (from build/main/pylib/statfiles.py)
  1752. + install /usr/local/lib/python2.7/dist-packages/ntp/statfiles.pyc (from build/main/pylib/statfiles.pyc)
  1753. + install /usr/local/lib/python2.7/dist-packages/ntp/statfiles.pyo (from build/main/pylib/statfiles.pyo)
  1754. + install /usr/local/lib/python2.7/dist-packages/ntp/util.pyc (from build/main/pylib/util.pyc)
  1755. + install /usr/local/lib/python2.7/dist-packages/ntp/util.py (from build/main/pylib/util.py)
  1756. + install /usr/local/lib/python2.7/dist-packages/ntp/util.pyo (from build/main/pylib/util.pyo)
  1757. + install /usr/local/lib/python2.7/dist-packages/ntp/control.py (from build/main/pylib/control.py)
  1758. + install /usr/local/lib/python2.7/dist-packages/ntp/control.pyc (from build/main/pylib/control.pyc)
  1759. + install /usr/local/lib/python2.7/dist-packages/ntp/magic.py (from build/main/pylib/magic.py)
  1760. + install /usr/local/lib/python2.7/dist-packages/ntp/control.pyo (from build/main/pylib/control.pyo)
  1761. + install /usr/local/lib/python2.7/dist-packages/ntp/magic.pyc (from build/main/pylib/magic.pyc)
  1762. + install /usr/local/lib/python2.7/dist-packages/ntp/magic.pyo (from build/main/pylib/magic.pyo)
  1763. + install /usr/local/bin/ntpleapfetch (from build/main/ntpclients/ntpleapfetch)
  1764. + install /usr/local/bin/ntpdig (from build/main/ntpclients/ntpdig)
  1765. + install /usr/local/bin/ntploggps (from build/main/ntpclients/ntploggps)
  1766. + install /usr/local/bin/ntpkeygen (from build/main/ntpclients/ntpkeygen)
  1767. + install /usr/local/bin/ntpq (from build/main/ntpclients/ntpq)
  1768. + install /usr/local/bin/ntpmon (from build/main/ntpclients/ntpmon)
  1769. + install /usr/local/bin/ntpsweep (from build/main/ntpclients/ntpsweep)
  1770. + install /usr/local/bin/ntptrace (from build/main/ntpclients/ntptrace)
  1771. + install /usr/local/bin/ntpwait (from build/main/ntpclients/ntpwait)
  1772. + install /usr/local/bin/ntpviz (from build/main/ntpclients/ntpviz)
  1773. + install /usr/local/bin/ntplogtemp (from build/main/ntpclients/ntplogtemp)
  1774. + install /usr/local/bin/ntpsnmpd (from build/main/ntpclients/ntpsnmpd)
  1775. Waf: Leaving directory `/home/time/ntpsec/build/main'
  1776. 'install' finished successfully (1.627s)
  1777. Installing pinup
  1778. Installing timeservice init script
  1779. Installing timeservice service file
  1780. Enabling time service
  1781. Synchronizing state of timeservice.service with SysV service script with /lib/systemd/systemd-sysv-install.
  1782. Executing: /lib/systemd/systemd-sysv-install enable timeservice
  1783. Clockmaker --install complete.
  1784. A reboot is required for these changes to take effect.
  1785. Connection to raspberrypi.local closed by remote host.
  1786. Connection to raspberrypi.local closed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement