<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>日常更新 on blog</title>
    <link>https://www.haoyuli.cn:1443/tags/%E6%97%A5%E5%B8%B8%E6%9B%B4%E6%96%B0/</link>
    <description>Recent content in 日常更新 on blog</description>
    <generator>Hugo</generator>
    <language>zh-CN</language>
    <managingEditor>i@haoyuli.cn (haoyuli)</managingEditor>
    <webMaster>i@haoyuli.cn (haoyuli)</webMaster>
    <copyright>haoyuli5</copyright>
    <lastBuildDate>Tue, 02 Jun 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://www.haoyuli.cn:1443/tags/%E6%97%A5%E5%B8%B8%E6%9B%B4%E6%96%B0/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>kaggle平台自动编译记录</title>
      <link>https://www.haoyuli.cn:1443/posts/blog/2026/kaggle-auto-openppp/</link>
      <pubDate>Tue, 02 Jun 2026 00:00:00 +0000</pubDate><author>i@haoyuli.cn (haoyuli)</author>
      <guid>https://www.haoyuli.cn:1443/posts/blog/2026/kaggle-auto-openppp/</guid>
      <description>&lt;p&gt;本文记录了从零开始在kaggle十分钟自动编译openppp2并上传网盘的过程。&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;1-环境测试&#34;&gt;&lt;strong&gt;1️⃣ 环境测试&lt;/strong&gt;&lt;/h2&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;!wget -qO- bench.sh | bash&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;-------------------- A Bench.sh Script By Teddysun -------------------&#xD;&#xA; Version            : v2026-01-31&#xD;&#xA; Usage              : wget -qO- bench.sh | bash&#xD;&#xA;----------------------------------------------------------------------&#xD;&#xA; CPU Model          : Intel(R) Xeon(R) CPU @ 2.20GHz&#xD;&#xA; CPU Cores          : 4 @ 2200.222 MHz&#xD;&#xA; CPU Cache          : 56320 KB&#xD;&#xA; AES-NI             : ✓ Enabled&#xD;&#xA; VM-x/AMD-V         : ✗ Disabled&#xD;&#xA; Total Disk         : 7.9 TB (6.8 TB Used)&#xD;&#xA; Total RAM          : 31.4 GB (782.8 MB Used)&#xD;&#xA; System Uptime      : 0 days, 0 hour 19 min&#xD;&#xA; Load Average       : 0.69, 2.48, 1.78&#xD;&#xA; OS                 : Ubuntu 22.04.5 LTS&#xD;&#xA; Arch               : x86_64 (64 Bit)&#xD;&#xA; Kernel             : 6.6.122+&#xD;&#xA; TCP Congestion Ctrl: cubic&#xD;&#xA; Virtualization     : DOCKER&#xD;&#xA; IPv4/IPv6          : ✓ Online / ✗ Offline&#xD;&#xA; Organization       : AS396982 Google LLC&#xD;&#xA; Location           : Council Bluffs / US&#xD;&#xA; Region             : Iowa&#xD;&#xA;----------------------------------------------------------------------&#xD;&#xA; I/O Speed(1st run) : 195 MB/s&#xD;&#xA; I/O Speed(2nd run) : 195 MB/s&#xD;&#xA; I/O Speed(3rd run) : 190 MB/s&#xD;&#xA; I/O Speed(average) : 193.3 MB/s&#xD;&#xA;----------------------------------------------------------------------&#xD;&#xA; Node Name        Upload Speed      Download Speed      Latency     &#xD;&#xA; Speedtest.net    5811.06 Mbps      5971.28 Mbps        0.71 ms     &#xD;&#xA; Los Angeles, US  1883.95 Mbps      8137.44 Mbps        47.44 ms    &#xD;&#xA; Dallas, US       3617.29 Mbps      8487.50 Mbps        15.74 ms    &#xD;&#xA; Montreal, CA     2512.75 Mbps      148.07 Mbps         31.96 ms    &#xD;&#xA; Paris, FR        843.58 Mbps       9053.21 Mbps        105.67 ms   &#xD;&#xA; Amsterdam, NL    877.37 Mbps       4936.21 Mbps        100.37 ms   &#xD;&#xA; Suzhou, CN       336.39 Mbps       4458.03 Mbps        231.91 ms   &#xD;&#xA; Ningbo, CN       2.27 Mbps         1806.76 Mbps        236.42 ms   &#xD;&#xA; Hong Kong, CN    1.11 Mbps         1.54 Mbps           189.26 ms   &#xD;&#xA; Singapore, SG    514.49 Mbps       3326.35 Mbps        206.15 ms   &#xD;&#xA; Taipei, CN       614.21 Mbps       6172.39 Mbps        172.16 ms   &#xD;&#xA; Tokyo, JP        679.79 Mbps       6972.81 Mbps        146.43 ms   &#xD;&#xA;----------------------------------------------------------------------&#xD;&#xA; Finished in        : 6 min 21 sec&#xD;&#xA; Timestamp          : 2026-06-02 03:15:38 UTC&#xD;&#xA;----------------------------------------------------------------------&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;2-一键运行&#34;&gt;&lt;strong&gt;2️⃣ 一键运行&lt;/strong&gt;&lt;/h2&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;!apt update &lt;span style=&#34;color:#f92672&#34;&gt;&amp;amp;&amp;amp;&lt;/span&gt; apt install -y build-essential cmake ninja-build pkg-config libboost-all-dev libssl-dev libjemalloc-dev zlib1g-dev libunwind-dev &lt;span style=&#34;color:#f92672&#34;&gt;&amp;amp;&amp;amp;&lt;/span&gt; cd /dev/shm &lt;span style=&#34;color:#f92672&#34;&gt;&amp;amp;&amp;amp;&lt;/span&gt; &lt;span style=&#34;color:#f92672&#34;&gt;(&lt;/span&gt;git clone https://github.com/rebecca554owen/openppp2 &lt;span style=&#34;color:#f92672&#34;&gt;||&lt;/span&gt; true&lt;span style=&#34;color:#f92672&#34;&gt;)&lt;/span&gt; &lt;span style=&#34;color:#f92672&#34;&gt;&amp;amp;&amp;amp;&lt;/span&gt; cd openppp2 &lt;span style=&#34;color:#f92672&#34;&gt;&amp;amp;&amp;amp;&lt;/span&gt; mkdir -p build &lt;span style=&#34;color:#f92672&#34;&gt;&amp;amp;&amp;amp;&lt;/span&gt; cd build &lt;span style=&#34;color:#f92672&#34;&gt;&amp;amp;&amp;amp;&lt;/span&gt; cmake .. -DCMAKE_BUILD_TYPE&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;Release &lt;span style=&#34;color:#f92672&#34;&gt;&amp;amp;&amp;amp;&lt;/span&gt; make -j&lt;span style=&#34;color:#66d9ef&#34;&gt;$(&lt;/span&gt;nproc&lt;span style=&#34;color:#66d9ef&#34;&gt;)&lt;/span&gt; &lt;span style=&#34;color:#f92672&#34;&gt;&amp;amp;&amp;amp;&lt;/span&gt; test -f /dev/shm/openppp2/bin/ppp &lt;span style=&#34;color:#f92672&#34;&gt;&amp;amp;&amp;amp;&lt;/span&gt; TOKEN&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;$(&lt;/span&gt;curl -s --location --globoff &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#39;https://域名/api/user/login&amp;#39;&lt;/span&gt; --form &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#39;username=用户名&amp;#39;&lt;/span&gt; --form &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#39;password=密码&amp;#39;&lt;/span&gt; | grep -o &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#39;&amp;#34;token&amp;#34;:&amp;#34;[^&amp;#34;]*&amp;#39;&lt;/span&gt; | cut -d&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#39;:&amp;#39;&lt;/span&gt; -f2 | tr -d &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#39;&amp;#34;&amp;#39;&lt;/span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;)&lt;/span&gt; &lt;span style=&#34;color:#f92672&#34;&gt;&amp;amp;&amp;amp;&lt;/span&gt; curl --location --globoff &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#39;https://域名/api/upload&amp;#39;&lt;/span&gt; --header &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;X-Token: &lt;/span&gt;$TOKEN&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&lt;/span&gt; --form &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#39;path=/&amp;#39;&lt;/span&gt; --form &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#39;file=@/dev/shm/openppp2/bin/ppp&amp;#39;&lt;/span&gt; --form &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#39;type=public&amp;#39;&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;```&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease&#xD;&#xA;Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]      &#xD;&#xA;Get:3 https://cloud.r-project.org/bin/linux/ubuntu jammy-cran40/ InRelease [3,632 B]&#xD;&#xA;Get:4 https://cli.github.com/packages stable InRelease [3,917 B]               &#xD;&#xA;Get:5 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]        &#xD;&#xA;Get:6 https://r2u.stat.illinois.edu/ubuntu jammy InRelease [6,555 B]           &#xD;&#xA;Get:7 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]      &#xD;&#xA;Hit:8 https://ppa.launchpadcontent.net/deadsnakes/ppa/ubuntu jammy InRelease&#xD;&#xA;Get:9 https://cli.github.com/packages stable/main amd64 Packages [354 B]&#xD;&#xA;Hit:10 https://ppa.launchpadcontent.net/ubuntugis/ppa/ubuntu jammy InRelease&#xD;&#xA;Get:11 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1,297 kB]&#xD;&#xA;Get:12 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3,959 kB]&#xD;&#xA;Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [7,090 kB]&#xD;&#xA;Get:14 https://r2u.stat.illinois.edu/ubuntu jammy/main all Packages [10.3 MB]  &#xD;&#xA;Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [4,311 kB][33m&#xD;&#xA;Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,605 kB]&#xD;&#xA;Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [7,400 kB]&#xD;&#xA;Get:18 https://r2u.stat.illinois.edu/ubuntu jammy/main amd64 Packages [3,038 kB][0m&#xD;&#xA;Fetched 39.4 MB in 3s (11.4 MB/s)                           &#xD;&#xA;Reading package lists... Done&#xD;&#xA;Building dependency tree... Done&#xD;&#xA;Reading state information... Done&#xD;&#xA;96 packages can be upgraded. Run &amp;#39;apt list --upgradable&amp;#39; to see them.&#xD;&#xA;W: Skipping acquire of configured file &amp;#39;main/source/Sources&amp;#39; as repository &amp;#39;https://r2u.stat.illinois.edu/ubuntu jammy InRelease&amp;#39; does not seem to provide it (sources.list entry misspelt?)&#xD;&#xA;Reading package lists... Done&#xD;&#xA;Building dependency tree... Done&#xD;&#xA;Reading state information... Done&#xD;&#xA;build-essential is already the newest version (12.9ubuntu3).&#xD;&#xA;cmake is already the newest version (3.22.1-1ubuntu1.22.04.2).&#xD;&#xA;zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu9.2).&#xD;&#xA;zlib1g-dev set to manually installed.&#xD;&#xA;The following packages were automatically installed and are no longer required:&#xD;&#xA;  libpkgconf3 libreadline-dev&#xD;&#xA;Use &amp;#39;apt autoremove&amp;#39; to remove them.&#xD;&#xA;The following additional packages will be installed:&#xD;&#xA;  javascript-common libboost-atomic-dev libboost-atomic1.74-dev&#xD;&#xA;  libboost-atomic1.74.0 libboost-chrono-dev libboost-chrono1.74-dev&#xD;&#xA;  libboost-chrono1.74.0 libboost-container-dev libboost-container1.74-dev&#xD;&#xA;  libboost-container1.74.0 libboost-context-dev libboost-context1.74-dev&#xD;&#xA;  libboost-context1.74.0 libboost-coroutine-dev libboost-coroutine1.74-dev&#xD;&#xA;  libboost-coroutine1.74.0 libboost-date-time-dev libboost-date-time1.74-dev&#xD;&#xA;  libboost-date-time1.74.0 libboost-exception-dev libboost-exception1.74-dev&#xD;&#xA;  libboost-fiber-dev libboost-fiber1.74-dev libboost-fiber1.74.0&#xD;&#xA;  libboost-graph-dev libboost-graph-parallel-dev&#xD;&#xA;  libboost-graph-parallel1.74-dev libboost-graph-parallel1.74.0&#xD;&#xA;  libboost-graph1.74-dev libboost-graph1.74.0 libboost-iostreams-dev&#xD;&#xA;  libboost-iostreams1.74-dev libboost-iostreams1.74.0 libboost-locale-dev&#xD;&#xA;  libboost-locale1.74-dev libboost-locale1.74.0 libboost-log-dev&#xD;&#xA;  libboost-log1.74-dev libboost-log1.74.0 libboost-math-dev&#xD;&#xA;  libboost-math1.74-dev libboost-math1.74.0 libboost-mpi-dev&#xD;&#xA;  libboost-mpi-python-dev libboost-mpi-python1.74-dev&#xD;&#xA;  libboost-mpi-python1.74.0 libboost-mpi1.74-dev libboost-mpi1.74.0&#xD;&#xA;  libboost-nowide-dev libboost-nowide1.74-dev libboost-nowide1.74.0&#xD;&#xA;  libboost-numpy-dev libboost-numpy1.74-dev libboost-numpy1.74.0&#xD;&#xA;  libboost-program-options-dev libboost-program-options1.74-dev&#xD;&#xA;  libboost-program-options1.74.0 libboost-python-dev libboost-python1.74-dev&#xD;&#xA;  libboost-python1.74.0 libboost-random-dev libboost-random1.74-dev&#xD;&#xA;  libboost-random1.74.0 libboost-regex-dev libboost-regex1.74-dev&#xD;&#xA;  libboost-regex1.74.0 libboost-serialization-dev&#xD;&#xA;  libboost-serialization1.74-dev libboost-serialization1.74.0&#xD;&#xA;  libboost-stacktrace-dev libboost-stacktrace1.74-dev&#xD;&#xA;  libboost-stacktrace1.74.0 libboost-test-dev libboost-test1.74-dev&#xD;&#xA;  libboost-test1.74.0 libboost-thread-dev libboost-thread1.74-dev&#xD;&#xA;  libboost-thread1.74.0 libboost-timer-dev libboost-timer1.74-dev&#xD;&#xA;  libboost-timer1.74.0 libboost-tools-dev libboost-type-erasure-dev&#xD;&#xA;  libboost-type-erasure1.74-dev libboost-type-erasure1.74.0 libboost-wave-dev&#xD;&#xA;  libboost-wave1.74-dev libboost-wave1.74.0 libboost1.74-tools-dev&#xD;&#xA;  libjemalloc2 libjs-sphinxdoc libjs-underscore libssl3 python3-dev&#xD;&#xA;  python3.10-dev r-base-core&#xD;&#xA;Suggested packages:&#xD;&#xA;  apache2 | lighttpd | httpd libboost1.74-doc gccxml xsltproc doxygen&#xD;&#xA;  docbook-xml docbook-xsl default-jdk fop libssl-doc elpa-ess r-doc-info&#xD;&#xA;  | r-doc-pdf r-mathlib r-base-html&#xD;&#xA;Recommended packages:&#xD;&#xA;  r-base-dev r-doc-html&#xD;&#xA;The following packages will be REMOVED:&#xD;&#xA;  pkgconf r-base-dev&#xD;&#xA;The following NEW packages will be installed:&#xD;&#xA;  javascript-common libboost-all-dev libboost-atomic-dev&#xD;&#xA;  libboost-atomic1.74-dev libboost-atomic1.74.0 libboost-chrono-dev&#xD;&#xA;  libboost-chrono1.74-dev libboost-chrono1.74.0 libboost-container-dev&#xD;&#xA;  libboost-container1.74-dev libboost-container1.74.0 libboost-context-dev&#xD;&#xA;  libboost-context1.74-dev libboost-context1.74.0 libboost-coroutine-dev&#xD;&#xA;  libboost-coroutine1.74-dev libboost-coroutine1.74.0 libboost-date-time-dev&#xD;&#xA;  libboost-date-time1.74-dev libboost-date-time1.74.0 libboost-exception-dev&#xD;&#xA;  libboost-exception1.74-dev libboost-fiber-dev libboost-fiber1.74-dev&#xD;&#xA;  libboost-fiber1.74.0 libboost-graph-dev libboost-graph-parallel-dev&#xD;&#xA;  libboost-graph-parallel1.74-dev libboost-graph-parallel1.74.0&#xD;&#xA;  libboost-graph1.74-dev libboost-graph1.74.0 libboost-iostreams-dev&#xD;&#xA;  libboost-iostreams1.74-dev libboost-iostreams1.74.0 libboost-locale-dev&#xD;&#xA;  libboost-locale1.74-dev libboost-locale1.74.0 libboost-log-dev&#xD;&#xA;  libboost-log1.74-dev libboost-log1.74.0 libboost-math-dev&#xD;&#xA;  libboost-math1.74-dev libboost-math1.74.0 libboost-mpi-dev&#xD;&#xA;  libboost-mpi-python-dev libboost-mpi-python1.74-dev&#xD;&#xA;  libboost-mpi-python1.74.0 libboost-mpi1.74-dev libboost-mpi1.74.0&#xD;&#xA;  libboost-nowide-dev libboost-nowide1.74-dev libboost-nowide1.74.0&#xD;&#xA;  libboost-numpy-dev libboost-numpy1.74-dev libboost-numpy1.74.0&#xD;&#xA;  libboost-program-options-dev libboost-program-options1.74-dev&#xD;&#xA;  libboost-program-options1.74.0 libboost-python-dev libboost-python1.74-dev&#xD;&#xA;  libboost-python1.74.0 libboost-random-dev libboost-random1.74-dev&#xD;&#xA;  libboost-random1.74.0 libboost-regex-dev libboost-regex1.74-dev&#xD;&#xA;  libboost-regex1.74.0 libboost-serialization-dev&#xD;&#xA;  libboost-serialization1.74-dev libboost-serialization1.74.0&#xD;&#xA;  libboost-stacktrace-dev libboost-stacktrace1.74-dev&#xD;&#xA;  libboost-stacktrace1.74.0 libboost-test-dev libboost-test1.74-dev&#xD;&#xA;  libboost-test1.74.0 libboost-thread-dev libboost-thread1.74-dev&#xD;&#xA;  libboost-thread1.74.0 libboost-timer-dev libboost-timer1.74-dev&#xD;&#xA;  libboost-timer1.74.0 libboost-tools-dev libboost-type-erasure-dev&#xD;&#xA;  libboost-type-erasure1.74-dev libboost-type-erasure1.74.0 libboost-wave-dev&#xD;&#xA;  libboost-wave1.74-dev libboost-wave1.74.0 libboost1.74-tools-dev&#xD;&#xA;  libjemalloc-dev libjemalloc2 libjs-sphinxdoc libjs-underscore libunwind-dev&#xD;&#xA;  ninja-build pkg-config python3-dev python3.10-dev&#xD;&#xA;The following packages will be upgraded:&#xD;&#xA;  libssl-dev libssl3 r-base-core&#xD;&#xA;3 upgraded, 99 newly installed, 2 to remove and 92 not upgraded.&#xD;&#xA;Need to get 57.7 MB of archives.&#xD;&#xA;After this operation, 182 MB of additional disk space will be used.&#xD;&#xA;Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB]&#xD;&#xA;Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libssl-dev amd64 3.0.2-0ubuntu1.23 [2,376 kB]&#xD;&#xA;Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libssl3 amd64 3.0.2-0ubuntu1.23 [1,906 kB]&#xD;&#xA;Get:4 http://archive.ubuntu.com/ubuntu jammy/main amd64 javascript-common all 11+nmu1 [5,936 B]&#xD;&#xA;Get:5 http://archive.ubuntu.com/ubuntu jammy/main amd64 libboost1.74-tools-dev amd64 1.74.0-14ubuntu3 [1,351 kB]&#xD;&#xA;Get:6 https://cloud.r-project.org/bin/linux/ubuntu jammy-cran40/ r-base-core 4.6.0-4.2204.0 [30.2 MB]&#xD;&#xA;Get:7 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-tools-dev amd64 1.74.0.3ubuntu7 [3,428 B]&#xD;&#xA;Get:8 http://archive.ubuntu.com/ubuntu jammy/main amd64 libboost-atomic1.74.0 amd64 1.74.0-14ubuntu3 [224 kB]&#xD;&#xA;Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 libboost-atomic1.74-dev amd64 1.74.0-14ubuntu3 [221 kB]&#xD;&#xA;Get:10 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-atomic-dev amd64 1.74.0.3ubuntu7 [3,544 B]&#xD;&#xA;Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 libboost-chrono1.74.0 amd64 1.74.0-14ubuntu3 [232 kB]&#xD;&#xA;Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libboost-chrono1.74-dev amd64 1.74.0-14ubuntu3 [239 kB]&#xD;&#xA;Get:13 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-chrono-dev amd64 1.74.0.3ubuntu7 [3,854 B]&#xD;&#xA;Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-container1.74.0 amd64 1.74.0-14ubuntu3 [246 kB]&#xD;&#xA;Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-container1.74-dev amd64 1.74.0-14ubuntu3 [254 kB]&#xD;&#xA;Get:16 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-container-dev amd64 1.74.0.3ubuntu7 [3,712 B]&#xD;&#xA;Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 libboost-date-time1.74.0 amd64 1.74.0-14ubuntu3 [221 kB]&#xD;&#xA;Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 libboost-serialization1.74.0 amd64 1.74.0-14ubuntu3 [327 kB]&#xD;&#xA;Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 libboost-serialization1.74-dev amd64 1.74.0-14ubuntu3 [375 kB]&#xD;&#xA;Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 libboost-date-time1.74-dev amd64 1.74.0-14ubuntu3 [226 kB]&#xD;&#xA;Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 libboost-thread1.74.0 amd64 1.74.0-14ubuntu3 [262 kB]&#xD;&#xA;Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 libboost-thread1.74-dev amd64 1.74.0-14ubuntu3 [272 kB]&#xD;&#xA;Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 libboost-context1.74.0 amd64 1.74.0-14ubuntu3 [223 kB]&#xD;&#xA;Get:24 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-context1.74-dev amd64 1.74.0-14ubuntu3 [220 kB]&#xD;&#xA;Get:25 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-context-dev amd64 1.74.0.3ubuntu7 [3,456 B]&#xD;&#xA;Get:26 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-coroutine1.74.0 amd64 1.74.0-14ubuntu3 [235 kB]&#xD;&#xA;Get:27 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-coroutine1.74-dev amd64 1.74.0-14ubuntu3 [244 kB]&#xD;&#xA;Get:28 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-coroutine-dev amd64 1.74.0.3ubuntu7 [3,520 B]&#xD;&#xA;Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-date-time-dev amd64 1.74.0.3ubuntu7 [3,248 B]&#xD;&#xA;Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-exception1.74-dev amd64 1.74.0-14ubuntu3 [217 kB]&#xD;&#xA;Get:31 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-exception-dev amd64 1.74.0.3ubuntu7 [3,250 B]&#xD;&#xA;Get:32 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-fiber1.74.0 amd64 1.74.0-14ubuntu3 [242 kB]&#xD;&#xA;Get:33 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-fiber1.74-dev amd64 1.74.0-14ubuntu3 [254 kB]&#xD;&#xA;Get:34 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-fiber-dev amd64 1.74.0.3ubuntu7 [3,674 B]&#xD;&#xA;Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 libboost-regex1.74.0 amd64 1.74.0-14ubuntu3 [511 kB]&#xD;&#xA;Get:36 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-graph1.74.0 amd64 1.74.0-14ubuntu3 [304 kB]&#xD;&#xA;Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 libboost-regex1.74-dev amd64 1.74.0-14ubuntu3 [596 kB]&#xD;&#xA;Get:38 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-test1.74.0 amd64 1.74.0-14ubuntu3 [446 kB]&#xD;&#xA;Get:39 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-test1.74-dev amd64 1.74.0-14ubuntu3 [564 kB]&#xD;&#xA;Get:40 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-graph1.74-dev amd64 1.74.0-14ubuntu3 [335 kB]&#xD;&#xA;Get:41 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-graph-dev amd64 1.74.0.3ubuntu7 [3,348 B]&#xD;&#xA;Get:42 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-mpi1.74.0 amd64 1.74.0-14ubuntu3 [259 kB]&#xD;&#xA;Get:43 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-graph-parallel1.74.0 amd64 1.74.0-14ubuntu3 [266 kB]&#xD;&#xA;Get:44 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-graph-parallel1.74-dev amd64 1.74.0-14ubuntu3 [277 kB]&#xD;&#xA;Get:45 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-graph-parallel-dev amd64 1.74.0.3ubuntu7 [3,384 B]&#xD;&#xA;Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 libboost-iostreams1.74.0 amd64 1.74.0-14ubuntu3 [245 kB]&#xD;&#xA;Get:47 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-iostreams1.74-dev amd64 1.74.0-14ubuntu3 [252 kB]&#xD;&#xA;Get:48 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-iostreams-dev amd64 1.74.0.3ubuntu7 [3,238 B]&#xD;&#xA;Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 libboost-locale1.74.0 amd64 1.74.0-14ubuntu3 [413 kB]&#xD;&#xA;Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-locale1.74-dev amd64 1.74.0-14ubuntu3 [594 kB]&#xD;&#xA;Get:51 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-locale-dev amd64 1.74.0.3ubuntu7 [3,572 B]&#xD;&#xA;Get:52 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-log1.74.0 amd64 1.74.0-14ubuntu3 [592 kB]&#xD;&#xA;Get:53 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-log1.74-dev amd64 1.74.0-14ubuntu3 [853 kB]&#xD;&#xA;Get:54 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-log-dev amd64 1.74.0.3ubuntu7 [3,446 B]&#xD;&#xA;Get:55 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-math1.74.0 amd64 1.74.0-14ubuntu3 [423 kB]&#xD;&#xA;Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-math1.74-dev amd64 1.74.0-14ubuntu3 [620 kB]&#xD;&#xA;Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-math-dev amd64 1.74.0.3ubuntu7 [3,454 B]&#xD;&#xA;Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-mpi1.74-dev amd64 1.74.0-14ubuntu3 [285 kB]&#xD;&#xA;Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-mpi-dev amd64 1.74.0.3ubuntu7 [3,328 B]&#xD;&#xA;Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 libboost-python1.74.0 amd64 1.74.0-14ubuntu3 [299 kB]&#xD;&#xA;Get:61 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-mpi-python1.74.0 amd64 1.74.0-14ubuntu3 [351 kB]&#xD;&#xA;Get:62 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-mpi-python1.74-dev amd64 1.74.0-14ubuntu3 [225 kB]&#xD;&#xA;Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-mpi-python-dev amd64 1.74.0.3ubuntu7 [3,382 B]&#xD;&#xA;Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-numpy1.74.0 amd64 1.74.0-14ubuntu3 [229 kB]&#xD;&#xA;Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-numpy1.74-dev amd64 1.74.0-14ubuntu3 [233 kB]&#xD;&#xA;Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-numpy-dev amd64 1.74.0.3ubuntu7 [3,286 B]&#xD;&#xA;Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 libboost-program-options1.74.0 amd64 1.74.0-14ubuntu3 [311 kB]&#xD;&#xA;Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libboost-program-options1.74-dev amd64 1.74.0-14ubuntu3 [380 kB]&#xD;&#xA;Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libboost-program-options-dev amd64 1.74.0.3ubuntu7 [3,266 B]&#xD;&#xA;Get:70 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10-dev amd64 3.10.12-1~22.04.15 [508 kB]&#xD;&#xA;Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjs-underscore all 1.13.2~dfsg-2 [118 kB]&#xD;&#xA;Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjs-sphinxdoc all 4.3.2-1 [139 kB]&#xD;&#xA;Get:73 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-dev amd64 3.10.6-1~22.04.1 [26.0 kB]&#xD;&#xA;Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-python1.74-dev amd64 1.74.0-14ubuntu3 [323 kB]&#xD;&#xA;Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-python-dev amd64 1.74.0.3ubuntu7 [3,538 B]&#xD;&#xA;Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-random1.74.0 amd64 1.74.0-14ubuntu3 [231 kB]&#xD;&#xA;Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-random1.74-dev amd64 1.74.0-14ubuntu3 [231 kB]&#xD;&#xA;Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-random-dev amd64 1.74.0.3ubuntu7 [3,258 B]&#xD;&#xA;Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 libboost-regex-dev amd64 1.74.0.3ubuntu7 [3,510 B]&#xD;&#xA;Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-serialization-dev amd64 1.74.0.3ubuntu7 [3,468 B]&#xD;&#xA;Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-stacktrace1.74.0 amd64 1.74.0-14ubuntu3 [267 kB]&#xD;&#xA;Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-stacktrace1.74-dev amd64 1.74.0-14ubuntu3 [232 kB]&#xD;&#xA;Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-stacktrace-dev amd64 1.74.0.3ubuntu7 [3,260 B]&#xD;&#xA;Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-test-dev amd64 1.74.0.3ubuntu7 [3,274 B]&#xD;&#xA;Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 libboost-thread-dev amd64 1.74.0.3ubuntu7 [3,266 B]&#xD;&#xA;Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-timer1.74.0 amd64 1.74.0-14ubuntu3 [228 kB]&#xD;&#xA;Get:87 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-timer1.74-dev amd64 1.74.0-14ubuntu3 [231 kB]&#xD;&#xA;Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-timer-dev amd64 1.74.0.3ubuntu7 [3,380 B]&#xD;&#xA;Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-type-erasure1.74.0 amd64 1.74.0-14ubuntu3 [234 kB]&#xD;&#xA;Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-type-erasure1.74-dev amd64 1.74.0-14ubuntu3 [239 kB]&#xD;&#xA;Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-type-erasure-dev amd64 1.74.0.3ubuntu7 [3,344 B]&#xD;&#xA;Get:92 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-wave1.74.0 amd64 1.74.0-14ubuntu3 [449 kB]&#xD;&#xA;Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-wave1.74-dev amd64 1.74.0-14ubuntu3 [496 kB]&#xD;&#xA;Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-wave-dev amd64 1.74.0.3ubuntu7 [3,292 B]&#xD;&#xA;Get:95 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-nowide1.74.0 amd64 1.74.0-14ubuntu3 [223 kB]&#xD;&#xA;Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-nowide1.74-dev amd64 1.74.0-14ubuntu3 [220 kB]&#xD;&#xA;Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-nowide-dev amd64 1.74.0.3ubuntu7 [3,322 B]&#xD;&#xA;Get:98 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libboost-all-dev amd64 1.74.0.3ubuntu7 [2,268 B]&#xD;&#xA;Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libjemalloc2 amd64 5.2.1-4ubuntu1 [240 kB]&#xD;&#xA;Get:100 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libunwind-dev amd64 1.3.2-2build2.1 [1,883 kB]&#xD;&#xA;Get:101 http://archive.ubuntu.com/ubuntu jammy/universe amd64 ninja-build amd64 1.10.1-1 [111 kB]&#xD;&#xA;Get:102 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libjemalloc-dev amd64 5.2.1-4ubuntu1 [447 kB]&#xD;&#xA;Fetched 57.7 MB in 1s (58.7 MB/s)           &#xD;&#xA;Extracting templates from packages: 100%&#xD;&#xA;Preconfiguring packages ...&#xD;&#xA;&#xD;&#xA;(Reading database ... 120968 files and directories currently installed.)&#xD;&#xA;Removing r-base-dev (4.5.3-1.2204.0) ...&#xD;&#xA;7Progress: [  0%] [..........................................................] 8dpkg: pkgconf: dependency problems, but removing anyway as you requested:&#xD;&#xA; libsndfile1-dev:amd64 depends on pkg-config; however:&#xD;&#xA;  Package pkg-config is not installed.&#xD;&#xA;  Package pkgconf which provides pkg-config is to be removed.&#xD;&#xA; libmkl-dev:amd64 depends on pkg-config; however:&#xD;&#xA;  Package pkg-config is not installed.&#xD;&#xA;  Package pkgconf which provides pkg-config is to be removed.&#xD;&#xA; libmagickwand-6.q16-dev:amd64 depends on pkg-config; however:&#xD;&#xA;  Package pkg-config is not installed.&#xD;&#xA;  Package pkgconf which provides pkg-config is to be removed.&#xD;&#xA; libmagickcore-6.q16-dev:amd64 depends on pkg-config; however:&#xD;&#xA;  Package pkg-config is not installed.&#xD;&#xA;  Package pkgconf which provides pkg-config is to be removed.&#xD;&#xA; libglib2.0-dev:amd64 depends on pkg-config; however:&#xD;&#xA;  Package pkg-config is not installed.&#xD;&#xA;  Package pkgconf which provides pkg-config is to be removed.&#xD;&#xA; libfontconfig-dev:amd64 depends on pkg-config; however:&#xD;&#xA;  Package pkg-config is not installed.&#xD;&#xA;  Package pkgconf which provides pkg-config is to be removed.&#xD;&#xA;&#xD;&#xA;Removing pkgconf (1.8.0-1) ...&#xD;&#xA;Removing &amp;#39;diversion of /usr/bin/pkg-config to /usr/bin/pkg-config.real by pkgconf&amp;#39;&#xD;&#xA;Removing &amp;#39;diversion of /usr/share/aclocal/pkg.m4 to /usr/share/aclocal/pkg.real.m4 by pkgconf&amp;#39;&#xD;&#xA;Removing &amp;#39;diversion of /usr/share/man/man1/pkg-config.1.gz to /usr/share/man/man1/pkg-config.real.1.gz by pkgconf&amp;#39;&#xD;&#xA;Removing &amp;#39;diversion of /usr/share/pkg-config-crosswrapper to /usr/share/pkg-config-crosswrapper.real by pkgconf&amp;#39;&#xD;&#xA;Selecting previously unselected package pkg-config.&#xD;&#xA;(Reading database ... 120945 files and directories currently installed.)&#xD;&#xA;Preparing to unpack .../pkg-config_0.29.2-1ubuntu3_amd64.deb ...&#xD;&#xA;7Progress: [  1%] [..........................................................] 8Unpacking pkg-config (0.29.2-1ubuntu3) ...&#xD;&#xA;Preparing to unpack .../libssl-dev_3.0.2-0ubuntu1.23_amd64.deb ...&#xD;&#xA;Unpacking libssl-dev:amd64 (3.0.2-0ubuntu1.23) over (3.0.2-0ubuntu1.21) ...&#xD;&#xA;Preparing to unpack .../libssl3_3.0.2-0ubuntu1.23_amd64.deb ...&#xD;&#xA;7Progress: [  2%] [#.........................................................] 8Unpacking libssl3:amd64 (3.0.2-0ubuntu1.23) over (3.0.2-0ubuntu1.21) ...&#xD;&#xA;Setting up libssl3:amd64 (3.0.2-0ubuntu1.23) ...&#xD;&#xA;Selecting previously unselected package javascript-common.&#xD;&#xA;(Reading database ... 120960 files and directories currently installed.)&#xD;&#xA;Preparing to unpack .../00-javascript-common_11+nmu1_all.deb ...&#xD;&#xA;7Progress: [  3%] [#.........................................................] 8Unpacking javascript-common (11+nmu1) ...&#xD;&#xA;Selecting previously unselected package libboost1.74-tools-dev.&#xD;&#xA;Preparing to unpack .../01-libboost1.74-tools-dev_1.74.0-14ubuntu3_amd64.deb ...&#xD;&#xA;Unpacking libboost1.74-tools-dev (1.74.0-14ubuntu3) ...&#xD;&#xA;Selecting previously unselected package libboost-tools-dev.&#xD;&#xA;Preparing to unpack .../02-libboost-tools-dev_1.74.0.3ubuntu7_amd64.deb ...&#xD;&#xA;7Progress: [  4%] [##........................................................] 8Unpacking libboost-tools-dev (1.74.0.3ubuntu7) ...&#xD;&#xA;Selecting previously unselected package libboost-atomic1.74.0:amd64.&#xD;&#xA;Preparing to unpack .../03-libboost-atomic1.74.0_1.74.0-14ubuntu3_amd64.deb ...&#xD;&#xA;Unpacking libboost-atomic1.74.0:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;Selecting previously unselected package libboost-atomic1.74-dev:amd64.&#xD;&#xA;Preparing to unpack .../04-libboost-atomic1.74-dev_1.74.0-14ubuntu3_amd64.deb ...&#xD;&#xA;7Progress: [  5%] [##........................................................] 8Unpacking libboost-atomic1.74-dev:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;Selecting previously unselected package libboost-atomic-dev:amd64.&#xD;&#xA;Preparing to unpack .../05-libboost-atomic-dev_1.74.0.3ubuntu7_amd64.deb ...&#xD;&#xA;Unpacking libboost-atomic-dev:amd64 (1.74.0.3ubuntu7) ...&#xD;&#xA;Selecting previously unselected package libboost-chrono1.74.0:amd64.&#xD;&#xA;Preparing to unpack .../06-libboost-chrono1.74.0_1.74.0-14ubuntu3_amd64.deb ...&#xD;&#xA;7Progress: [  6%] [###.......................................................] 8Unpacking libboost-chrono1.74.0:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;Selecting previously unselected package libboost-chrono1.74-dev:amd64.&#xD;&#xA;Preparing to unpack .../07-libboost-chrono1.74-dev_1.74.0-14ubuntu3_amd64.deb ...&#xD;&#xA;Unpacking libboost-chrono1.74-dev:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;Selecting previously unselected package libboost-chrono-dev:amd64.&#xD;&#xA;Preparing to unpack .../08-libboost-chrono-dev_1.74.0.3ubuntu7_amd64.deb ...&#xD;&#xA;7Progress: [  7%] [####......................................................] 8Unpacking libboost-chrono-dev:amd64 (1.74.0.3ubuntu7) ...&#xD;&#xA;Selecting previously unselected package libboost-container1.74.0:amd64.&#xD;&#xA;Preparing to unpack .../09-libboost-container1.74.0_1.74.0-14ubuntu3_amd64.deb ...&#xD;&#xA;Unpacking libboost-container1.74.0:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;Selecting previously unselected package libboost-container1.74-dev:amd64.&#xD;&#xA;Preparing to unpack .../10-libboost-container1.74-dev_1.74.0-14ubuntu3_amd64.deb ...&#xD;&#xA;Unpacking libboost-container1.74-dev:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;7Progress: [  8%] [####......................................................] 8Selecting previously unselected package libboost-container-dev:amd64.&#xD;&#xA;Preparing to unpack .../11-libboost-container-dev_1.74.0.3ubuntu7_amd64.deb ...&#xD;&#xA;Unpacking libboost-container-dev:amd64 (1.74.0.3ubuntu7) ...&#xD;&#xA;Selecting previously unselected package libboost-date-time1.74.0:amd64.&#xD;&#xA;Preparing to unpack .../12-libboost-date-time1.74.0_1.74.0-14ubuntu3_amd64.deb ...&#xD;&#xA;Unpacking libboost-date-time1.74.0:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;7Progress: [  9%] [#####.....................................................] 8Selecting previously unselected package libboost-serialization1.74.0:amd64.&#xD;&#xA;Preparing to unpack .../13-libboost-serialization1.74.0_1.74.0-14ubuntu3_amd64.deb ...&#xD;&#xA;Unpacking libboost-serialization1.74.0:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;Selecting previously unselected package libboost-serialization1.74-dev:amd64.&#xD;&#xA;Preparing to unpack .../14-libboost-serialization1.74-dev_1.74.0-14ubuntu3_amd64.deb ...&#xD;&#xA;Unpacking libboost-serialization1.74-dev:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;7Progress: [ 10%] [#####.....................................................] 8Selecting previously unselected package libboost-date-time1.74-dev:amd64.&#xD;&#xA;Preparing to unpack .../15-libboost-date-time1.74-dev_1.74.0-14ubuntu3_amd64.deb ...&#xD;&#xA;Unpacking libboost-date-time1.74-dev:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;Selecting previously unselected package libboost-thread1.74.0:amd64.&#xD;&#xA;Preparing to unpack .../16-libboost-thread1.74.0_1.74.0-14ubuntu3_amd64.deb ...&#xD;&#xA;Unpacking libboost-thread1.74.0:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;7Progress: [ 11%] [######....................................................] 8Selecting previously unselected package libboost-thread1.74-dev:amd64.&#xD;&#xA;Preparing to unpack .../17-libboost-thread1.74-dev_1.74.0-14ubuntu3_amd64.deb ...&#xD;&#xA;Unpacking libboost-thread1.74-dev:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;Selecting previously unselected package libboost-context1.74.0:amd64.&#xD;&#xA;Preparing to unpack .../18-libboost-context1.74.0_1.74.0-14ubuntu3_amd64.deb ...&#xD;&#xA;Unpacking libboost-context1.74.0:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;7Progress: [ 12%] [#######...................................................] 8Selecting previously unselected package libboost-context1.74-dev:amd64.&#xD;&#xA;Preparing to unpack .../19-libboost-context1.74-dev_1.74.0-14ubuntu3_amd64.deb ...&#xD;&#xA;Unpacking libboost-context1.74-dev:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;Selecting previously unselected package libboost-context-dev:amd64.&#xD;&#xA;Preparing to unpack .../20-libboost-context-dev_1.74.0.3ubuntu7_amd64.deb ...&#xD;&#xA;Unpacking libboost-context-dev:amd64 (1.74.0.3ubuntu7) ...&#xD;&#xA;7Progress: [ 13%] [#######...................................................] 8Selecting previously unselected package libboost-coroutine1.74.0:amd64.&#xD;&#xA;Preparing to unpack .../21-libboost-coroutine1.74.0_1.74.0-14ubuntu3_amd64.deb ...&#xD;&#xA;Unpacking libboost-coroutine1.74.0:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;Selecting previously unselected package libboost-coroutine1.74-dev:amd64.&#xD;&#xA;Preparing to unpack .../22-libboost-coroutine1.74-dev_1.74.0-14ubuntu3_amd64.deb ...&#xD;&#xA;Unpacking libboost-coroutine1.74-dev:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;7Progress: [ 14%] [########..................................................] 8Selecting previously unselected package libboost-coroutine-dev:amd64.&#xD;&#xA;Preparing to unpack .../23-libboost-coroutine-dev_1.74.0.3ubuntu7_amd64.deb ...&#xD;&#xA;Unpacking libboost-coroutine-dev:amd64 (1.74.0.3ubuntu7) ...&#xD;&#xA;Selecting previously unselected package libboost-date-time-dev:amd64.&#xD;&#xA;Preparing to unpack .../24-libboost-date-time-dev_1.74.0.3ubuntu7_amd64.deb ...&#xD;&#xA;Unpacking libboost-date-time-dev:amd64 (1.74.0.3ubuntu7) ...&#xD;&#xA;7Progress: [ 15%] [########..................................................] 8Selecting previously unselected package libboost-exception1.74-dev:amd64.&#xD;&#xA;Preparing to unpack .../25-libboost-exception1.74-dev_1.74.0-14ubuntu3_amd64.deb ...&#xD;&#xA;Unpacking libboost-exception1.74-dev:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;Selecting previously unselected package libboost-exception-dev:amd64.&#xD;&#xA;Preparing to unpack .../26-libboost-exception-dev_1.74.0.3ubuntu7_amd64.deb ...&#xD;&#xA;Unpacking libboost-exception-dev:amd64 (1.74.0.3ubuntu7) ...&#xD;&#xA;Selecting previously unselected package libboost-fiber1.74.0:amd64.&#xD;&#xA;Preparing to unpack .../27-libboost-fiber1.74.0_1.74.0-14ubuntu3_amd64.deb ...&#xD;&#xA;7Progress: [ 16%] [#########.................................................] 8Unpacking libboost-fiber1.74.0:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;Selecting previously unselected package libboost-fiber1.74-dev:amd64.&#xD;&#xA;Preparing to unpack .../28-libboost-fiber1.74-dev_1.74.0-14ubuntu3_amd64.deb ...&#xD;&#xA;Unpacking libboost-fiber1.74-dev:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;Selecting previously unselected package libboost-fiber-dev:amd64.&#xD;&#xA;Preparing to unpack .../29-libboost-fiber-dev_1.74.0.3ubuntu7_amd64.deb ...&#xD;&#xA;7Progress: [ 17%] [#########.................................................] 8Unpacking libboost-fiber-dev:amd64 (1.74.0.3ubuntu7) ...&#xD;&#xA;Selecting previously unselected package libboost-regex1.74.0:amd64.&#xD;&#xA;Preparing to unpack .../30-libboost-regex1.74.0_1.74.0-14ubuntu3_amd64.deb ...&#xD;&#xA;Unpacking libboost-regex1.74.0:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;Selecting previously unselected package libboost-graph1.74.0:amd64.&#xD;&#xA;Preparing to unpack .../31-libboost-graph1.74.0_1.74.0-14ubuntu3_amd64.deb ...&#xD;&#xA;7Progress: [ 18%] [##########................................................] 8Unpacking libboost-graph1.74.0:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;Selecting previously unselected package libboost-regex1.74-dev:amd64.&#xD;&#xA;Preparing to unpack .../32-libboost-regex1.74-dev_1.74.0-14ubuntu3_amd64.deb ...&#xD;&#xA;Unpacking libboost-regex1.74-dev:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;Selecting previously unselected package libboost-test1.74.0:amd64.&#xD;&#xA;Preparing to unpack .../33-libboost-test1.74.0_1.74.0-14ubuntu3_amd64.deb ...&#xD;&#xA;7Progress: [ 19%] [###########...............................................] 8Unpacking libboost-test1.74.0:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;Selecting previously unselected package libboost-test1.74-dev:amd64.&#xD;&#xA;Preparing to unpack .../34-libboost-test1.74-dev_1.74.0-14ubuntu3_amd64.deb ...&#xD;&#xA;Unpacking libboost-test1.74-dev:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;Selecting previously unselected package libboost-graph1.74-dev:amd64.&#xD;&#xA;Preparing to unpack .../35-libboost-graph1.74-dev_1.74.0-14ubuntu3_amd64.deb ...&#xD;&#xA;7Progress: [ 20%] [###########...............................................] 8Unpacking libboost-graph1.74-dev:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;Selecting previously unselected package libboost-graph-dev:amd64.&#xD;&#xA;Preparing to unpack .../36-libboost-graph-dev_1.74.0.3ubuntu7_amd64.deb ...&#xD;&#xA;Unpacking libboost-graph-dev:amd64 (1.74.0.3ubuntu7) ...&#xD;&#xA;Selecting previously unselected package libboost-mpi1.74.0.&#xD;&#xA;Preparing to unpack .../37-libboost-mpi1.74.0_1.74.0-14ubuntu3_amd64.deb ...&#xD;&#xA;7Progress: [ 21%] [############..............................................] 8Unpacking libboost-mpi1.74.0 (1.74.0-14ubuntu3) ...&#xD;&#xA;Selecting previously unselected package libboost-graph-parallel1.74.0.&#xD;&#xA;Preparing to unpack .../38-libboost-graph-parallel1.74.0_1.74.0-14ubuntu3_amd64.deb ...&#xD;&#xA;Unpacking libboost-graph-parallel1.74.0 (1.74.0-14ubuntu3) ...&#xD;&#xA;Selecting previously unselected package libboost-graph-parallel1.74-dev.&#xD;&#xA;Preparing to unpack .../39-libboost-graph-parallel1.74-dev_1.74.0-14ubuntu3_amd64.deb ...&#xD;&#xA;7Progress: [ 22%] [############..............................................] 8Unpacking libboost-graph-parallel1.74-dev (1.74.0-14ubuntu3) ...&#xD;&#xA;Selecting previously unselected package libboost-graph-parallel-dev.&#xD;&#xA;Preparing to unpack .../40-libboost-graph-parallel-dev_1.74.0.3ubuntu7_amd64.deb ...&#xD;&#xA;Unpacking libboost-graph-parallel-dev (1.74.0.3ubuntu7) ...&#xD;&#xA;Selecting previously unselected package libboost-iostreams1.74.0:amd64.&#xD;&#xA;Preparing to unpack .../41-libboost-iostreams1.74.0_1.74.0-14ubuntu3_amd64.deb ...&#xD;&#xA;7Progress: [ 23%] [#############.............................................] 8Unpacking libboost-iostreams1.74.0:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;Selecting previously unselected package libboost-iostreams1.74-dev:amd64.&#xD;&#xA;Preparing to unpack .../42-libboost-iostreams1.74-dev_1.74.0-14ubuntu3_amd64.deb ...&#xD;&#xA;Unpacking libboost-iostreams1.74-dev:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;Selecting previously unselected package libboost-iostreams-dev:amd64.&#xD;&#xA;Preparing to unpack .../43-libboost-iostreams-dev_1.74.0.3ubuntu7_amd64.deb ...&#xD;&#xA;Unpacking libboost-iostreams-dev:amd64 (1.74.0.3ubuntu7) ...&#xD;&#xA;7Progress: [ 24%] [##############............................................] 8Selecting previously unselected package libboost-locale1.74.0:amd64.&#xD;&#xA;Preparing to unpack .../44-libboost-locale1.74.0_1.74.0-14ubuntu3_amd64.deb ...&#xD;&#xA;Unpacking libboost-locale1.74.0:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;Selecting previously unselected package libboost-locale1.74-dev:amd64.&#xD;&#xA;Preparing to unpack .../45-libboost-locale1.74-dev_1.74.0-14ubuntu3_amd64.deb ...&#xD;&#xA;Unpacking libboost-locale1.74-dev:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;7Progress: [ 25%] [##############............................................] 8Selecting previously unselected package libboost-locale-dev:amd64.&#xD;&#xA;Preparing to unpack .../46-libboost-locale-dev_1.74.0.3ubuntu7_amd64.deb ...&#xD;&#xA;Unpacking libboost-locale-dev:amd64 (1.74.0.3ubuntu7) ...&#xD;&#xA;Selecting previously unselected package libboost-log1.74.0.&#xD;&#xA;Preparing to unpack .../47-libboost-log1.74.0_1.74.0-14ubuntu3_amd64.deb ...&#xD;&#xA;Unpacking libboost-log1.74.0 (1.74.0-14ubuntu3) ...&#xD;&#xA;7Progress: [ 26%] [###############...........................................] 8Selecting previously unselected package libboost-log1.74-dev.&#xD;&#xA;Preparing to unpack .../48-libboost-log1.74-dev_1.74.0-14ubuntu3_amd64.deb ...&#xD;&#xA;Unpacking libboost-log1.74-dev (1.74.0-14ubuntu3) ...&#xD;&#xA;Selecting previously unselected package libboost-log-dev.&#xD;&#xA;Preparing to unpack .../49-libboost-log-dev_1.74.0.3ubuntu7_amd64.deb ...&#xD;&#xA;Unpacking libboost-log-dev (1.74.0.3ubuntu7) ...&#xD;&#xA;7Progress: [ 27%] [###############...........................................] 8Selecting previously unselected package libboost-math1.74.0:amd64.&#xD;&#xA;Preparing to unpack .../50-libboost-math1.74.0_1.74.0-14ubuntu3_amd64.deb ...&#xD;&#xA;Unpacking libboost-math1.74.0:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;Selecting previously unselected package libboost-math1.74-dev:amd64.&#xD;&#xA;Preparing to unpack .../51-libboost-math1.74-dev_1.74.0-14ubuntu3_amd64.deb ...&#xD;&#xA;Unpacking libboost-math1.74-dev:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;7Progress: [ 28%] [################..........................................] 8Selecting previously unselected package libboost-math-dev:amd64.&#xD;&#xA;Preparing to unpack .../52-libboost-math-dev_1.74.0.3ubuntu7_amd64.deb ...&#xD;&#xA;Unpacking libboost-math-dev:amd64 (1.74.0.3ubuntu7) ...&#xD;&#xA;Selecting previously unselected package libboost-mpi1.74-dev.&#xD;&#xA;Preparing to unpack .../53-libboost-mpi1.74-dev_1.74.0-14ubuntu3_amd64.deb ...&#xD;&#xA;Unpacking libboost-mpi1.74-dev (1.74.0-14ubuntu3) ...&#xD;&#xA;7Progress: [ 29%] [################..........................................] 8Selecting previously unselected package libboost-mpi-dev.&#xD;&#xA;Preparing to unpack .../54-libboost-mpi-dev_1.74.0.3ubuntu7_amd64.deb ...&#xD;&#xA;Unpacking libboost-mpi-dev (1.74.0.3ubuntu7) ...&#xD;&#xA;Selecting previously unselected package libboost-python1.74.0.&#xD;&#xA;Preparing to unpack .../55-libboost-python1.74.0_1.74.0-14ubuntu3_amd64.deb ...&#xD;&#xA;Unpacking libboost-python1.74.0 (1.74.0-14ubuntu3) ...&#xD;&#xA;7Progress: [ 30%] [#################.........................................] 8Selecting previously unselected package libboost-mpi-python1.74.0.&#xD;&#xA;Preparing to unpack .../56-libboost-mpi-python1.74.0_1.74.0-14ubuntu3_amd64.deb ...&#xD;&#xA;Unpacking libboost-mpi-python1.74.0 (1.74.0-14ubuntu3) ...&#xD;&#xA;Selecting previously unselected package libboost-mpi-python1.74-dev.&#xD;&#xA;Preparing to unpack .../57-libboost-mpi-python1.74-dev_1.74.0-14ubuntu3_amd64.deb ...&#xD;&#xA;Unpacking libboost-mpi-python1.74-dev (1.74.0-14ubuntu3) ...&#xD;&#xA;Selecting previously unselected package libboost-mpi-python-dev.&#xD;&#xA;Preparing to unpack .../58-libboost-mpi-python-dev_1.74.0.3ubuntu7_amd64.deb ...&#xD;&#xA;7Progress: [ 31%] [##################........................................] 8Unpacking libboost-mpi-python-dev (1.74.0.3ubuntu7) ...&#xD;&#xA;Selecting previously unselected package libboost-numpy1.74.0.&#xD;&#xA;Preparing to unpack .../59-libboost-numpy1.74.0_1.74.0-14ubuntu3_amd64.deb ...&#xD;&#xA;Unpacking libboost-numpy1.74.0 (1.74.0-14ubuntu3) ...&#xD;&#xA;Selecting previously unselected package libboost-numpy1.74-dev.&#xD;&#xA;Preparing to unpack .../60-libboost-numpy1.74-dev_1.74.0-14ubuntu3_amd64.deb ...&#xD;&#xA;7Progress: [ 32%] [##################........................................] 8Unpacking libboost-numpy1.74-dev (1.74.0-14ubuntu3) ...&#xD;&#xA;Selecting previously unselected package libboost-numpy-dev.&#xD;&#xA;Preparing to unpack .../61-libboost-numpy-dev_1.74.0.3ubuntu7_amd64.deb ...&#xD;&#xA;Unpacking libboost-numpy-dev (1.74.0.3ubuntu7) ...&#xD;&#xA;Selecting previously unselected package libboost-program-options1.74.0:amd64.&#xD;&#xA;Preparing to unpack .../62-libboost-program-options1.74.0_1.74.0-14ubuntu3_amd64.deb ...&#xD;&#xA;7Progress: [ 33%] [###################.......................................] 8Unpacking libboost-program-options1.74.0:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;Selecting previously unselected package libboost-program-options1.74-dev:amd64.&#xD;&#xA;Preparing to unpack .../63-libboost-program-options1.74-dev_1.74.0-14ubuntu3_amd64.deb ...&#xD;&#xA;Unpacking libboost-program-options1.74-dev:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;Selecting previously unselected package libboost-program-options-dev:amd64.&#xD;&#xA;Preparing to unpack .../64-libboost-program-options-dev_1.74.0.3ubuntu7_amd64.deb ...&#xD;&#xA;7Progress: [ 34%] [###################.......................................] 8Unpacking libboost-program-options-dev:amd64 (1.74.0.3ubuntu7) ...&#xD;&#xA;Selecting previously unselected package python3.10-dev.&#xD;&#xA;Preparing to unpack .../65-python3.10-dev_3.10.12-1~22.04.15_amd64.deb ...&#xD;&#xA;Unpacking python3.10-dev (3.10.12-1~22.04.15) ...&#xD;&#xA;Selecting previously unselected package libjs-underscore.&#xD;&#xA;Preparing to unpack .../66-libjs-underscore_1.13.2~dfsg-2_all.deb ...&#xD;&#xA;7Progress: [ 35%] [####################......................................] 8Unpacking libjs-underscore (1.13.2~dfsg-2) ...&#xD;&#xA;Selecting previously unselected package libjs-sphinxdoc.&#xD;&#xA;Preparing to unpack .../67-libjs-sphinxdoc_4.3.2-1_all.deb ...&#xD;&#xA;Unpacking libjs-sphinxdoc (4.3.2-1) ...&#xD;&#xA;Selecting previously unselected package python3-dev.&#xD;&#xA;Preparing to unpack .../68-python3-dev_3.10.6-1~22.04.1_amd64.deb ...&#xD;&#xA;7Progress: [ 36%] [####################......................................] 8Unpacking python3-dev (3.10.6-1~22.04.1) ...&#xD;&#xA;Selecting previously unselected package libboost-python1.74-dev.&#xD;&#xA;Preparing to unpack .../69-libboost-python1.74-dev_1.74.0-14ubuntu3_amd64.deb ...&#xD;&#xA;Unpacking libboost-python1.74-dev (1.74.0-14ubuntu3) ...&#xD;&#xA;Selecting previously unselected package libboost-python-dev.&#xD;&#xA;Preparing to unpack .../70-libboost-python-dev_1.74.0.3ubuntu7_amd64.deb ...&#xD;&#xA;7Progress: [ 37%] [#####################.....................................] 8Unpacking libboost-python-dev (1.74.0.3ubuntu7) ...&#xD;&#xA;Selecting previously unselected package libboost-random1.74.0:amd64.&#xD;&#xA;Preparing to unpack .../71-libboost-random1.74.0_1.74.0-14ubuntu3_amd64.deb ...&#xD;&#xA;Unpacking libboost-random1.74.0:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;Selecting previously unselected package libboost-random1.74-dev:amd64.&#xD;&#xA;Preparing to unpack .../72-libboost-random1.74-dev_1.74.0-14ubuntu3_amd64.deb ...&#xD;&#xA;7Progress: [ 38%] [######################....................................] 8Unpacking libboost-random1.74-dev:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;Selecting previously unselected package libboost-random-dev:amd64.&#xD;&#xA;Preparing to unpack .../73-libboost-random-dev_1.74.0.3ubuntu7_amd64.deb ...&#xD;&#xA;Unpacking libboost-random-dev:amd64 (1.74.0.3ubuntu7) ...&#xD;&#xA;Selecting previously unselected package libboost-regex-dev:amd64.&#xD;&#xA;Preparing to unpack .../74-libboost-regex-dev_1.74.0.3ubuntu7_amd64.deb ...&#xD;&#xA;Unpacking libboost-regex-dev:amd64 (1.74.0.3ubuntu7) ...&#xD;&#xA;7Progress: [ 39%] [######################....................................] 8Selecting previously unselected package libboost-serialization-dev:amd64.&#xD;&#xA;Preparing to unpack .../75-libboost-serialization-dev_1.74.0.3ubuntu7_amd64.deb ...&#xD;&#xA;Unpacking libboost-serialization-dev:amd64 (1.74.0.3ubuntu7) ...&#xD;&#xA;Selecting previously unselected package libboost-stacktrace1.74.0:amd64.&#xD;&#xA;Preparing to unpack .../76-libboost-stacktrace1.74.0_1.74.0-14ubuntu3_amd64.deb ...&#xD;&#xA;Unpacking libboost-stacktrace1.74.0:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;7Progress: [ 40%] [#######################...................................] 8Selecting previously unselected package libboost-stacktrace1.74-dev:amd64.&#xD;&#xA;Preparing to unpack .../77-libboost-stacktrace1.74-dev_1.74.0-14ubuntu3_amd64.deb ...&#xD;&#xA;Unpacking libboost-stacktrace1.74-dev:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;Selecting previously unselected package libboost-stacktrace-dev:amd64.&#xD;&#xA;Preparing to unpack .../78-libboost-stacktrace-dev_1.74.0.3ubuntu7_amd64.deb ...&#xD;&#xA;Unpacking libboost-stacktrace-dev:amd64 (1.74.0.3ubuntu7) ...&#xD;&#xA;7Progress: [ 41%] [#######################...................................] 8Selecting previously unselected package libboost-test-dev:amd64.&#xD;&#xA;Preparing to unpack .../79-libboost-test-dev_1.74.0.3ubuntu7_amd64.deb ...&#xD;&#xA;Unpacking libboost-test-dev:amd64 (1.74.0.3ubuntu7) ...&#xD;&#xA;Selecting previously unselected package libboost-thread-dev:amd64.&#xD;&#xA;Preparing to unpack .../80-libboost-thread-dev_1.74.0.3ubuntu7_amd64.deb ...&#xD;&#xA;Unpacking libboost-thread-dev:amd64 (1.74.0.3ubuntu7) ...&#xD;&#xA;7Progress: [ 42%] [########################..................................] 8Selecting previously unselected package libboost-timer1.74.0:amd64.&#xD;&#xA;Preparing to unpack .../81-libboost-timer1.74.0_1.74.0-14ubuntu3_amd64.deb ...&#xD;&#xA;Unpacking libboost-timer1.74.0:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;Selecting previously unselected package libboost-timer1.74-dev:amd64.&#xD;&#xA;Preparing to unpack .../82-libboost-timer1.74-dev_1.74.0-14ubuntu3_amd64.deb ...&#xD;&#xA;Unpacking libboost-timer1.74-dev:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;7Progress: [ 43%] [########################..................................] 8Selecting previously unselected package libboost-timer-dev:amd64.&#xD;&#xA;Preparing to unpack .../83-libboost-timer-dev_1.74.0.3ubuntu7_amd64.deb ...&#xD;&#xA;Unpacking libboost-timer-dev:amd64 (1.74.0.3ubuntu7) ...&#xD;&#xA;Selecting previously unselected package libboost-type-erasure1.74.0:amd64.&#xD;&#xA;Preparing to unpack .../84-libboost-type-erasure1.74.0_1.74.0-14ubuntu3_amd64.deb ...&#xD;&#xA;Unpacking libboost-type-erasure1.74.0:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;7Progress: [ 44%] [#########################.................................] 8Selecting previously unselected package libboost-type-erasure1.74-dev:amd64.&#xD;&#xA;Preparing to unpack .../85-libboost-type-erasure1.74-dev_1.74.0-14ubuntu3_amd64.deb ...&#xD;&#xA;Unpacking libboost-type-erasure1.74-dev:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;Selecting previously unselected package libboost-type-erasure-dev:amd64.&#xD;&#xA;Preparing to unpack .../86-libboost-type-erasure-dev_1.74.0.3ubuntu7_amd64.deb ...&#xD;&#xA;Unpacking libboost-type-erasure-dev:amd64 (1.74.0.3ubuntu7) ...&#xD;&#xA;7Progress: [ 45%] [##########################................................] 8Selecting previously unselected package libboost-wave1.74.0:amd64.&#xD;&#xA;Preparing to unpack .../87-libboost-wave1.74.0_1.74.0-14ubuntu3_amd64.deb ...&#xD;&#xA;Unpacking libboost-wave1.74.0:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;Selecting previously unselected package libboost-wave1.74-dev:amd64.&#xD;&#xA;Preparing to unpack .../88-libboost-wave1.74-dev_1.74.0-14ubuntu3_amd64.deb ...&#xD;&#xA;Unpacking libboost-wave1.74-dev:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;7Progress: [ 46%] [##########################................................] 8Selecting previously unselected package libboost-wave-dev:amd64.&#xD;&#xA;Preparing to unpack .../89-libboost-wave-dev_1.74.0.3ubuntu7_amd64.deb ...&#xD;&#xA;Unpacking libboost-wave-dev:amd64 (1.74.0.3ubuntu7) ...&#xD;&#xA;Selecting previously unselected package libboost-nowide1.74.0.&#xD;&#xA;Preparing to unpack .../90-libboost-nowide1.74.0_1.74.0-14ubuntu3_amd64.deb ...&#xD;&#xA;Unpacking libboost-nowide1.74.0 (1.74.0-14ubuntu3) ...&#xD;&#xA;Selecting previously unselected package libboost-nowide1.74-dev.&#xD;&#xA;Preparing to unpack .../91-libboost-nowide1.74-dev_1.74.0-14ubuntu3_amd64.deb ...&#xD;&#xA;7Progress: [ 47%] [###########################...............................] 8Unpacking libboost-nowide1.74-dev (1.74.0-14ubuntu3) ...&#xD;&#xA;Selecting previously unselected package libboost-nowide-dev.&#xD;&#xA;Preparing to unpack .../92-libboost-nowide-dev_1.74.0.3ubuntu7_amd64.deb ...&#xD;&#xA;Unpacking libboost-nowide-dev (1.74.0.3ubuntu7) ...&#xD;&#xA;Selecting previously unselected package libboost-all-dev.&#xD;&#xA;Preparing to unpack .../93-libboost-all-dev_1.74.0.3ubuntu7_amd64.deb ...&#xD;&#xA;7Progress: [ 48%] [###########################...............................] 8Unpacking libboost-all-dev (1.74.0.3ubuntu7) ...&#xD;&#xA;Selecting previously unselected package libjemalloc2:amd64.&#xD;&#xA;Preparing to unpack .../94-libjemalloc2_5.2.1-4ubuntu1_amd64.deb ...&#xD;&#xA;Unpacking libjemalloc2:amd64 (5.2.1-4ubuntu1) ...&#xD;&#xA;Selecting previously unselected package libunwind-dev:amd64.&#xD;&#xA;Preparing to unpack .../95-libunwind-dev_1.3.2-2build2.1_amd64.deb ...&#xD;&#xA;7Progress: [ 49%] [############################..............................] 8Unpacking libunwind-dev:amd64 (1.3.2-2build2.1) ...&#xD;&#xA;Selecting previously unselected package ninja-build.&#xD;&#xA;Preparing to unpack .../96-ninja-build_1.10.1-1_amd64.deb ...&#xD;&#xA;Unpacking ninja-build (1.10.1-1) ...&#xD;&#xA;Preparing to unpack .../97-r-base-core_4.6.0-4.2204.0_amd64.deb ...&#xD;&#xA;7Progress: [ 50%] [#############################.............................] 8Unpacking r-base-core (4.6.0-4.2204.0) over (4.5.3-1.2204.0) ...&#xD;&#xA;Selecting previously unselected package libjemalloc-dev.&#xD;&#xA;Preparing to unpack .../98-libjemalloc-dev_5.2.1-4ubuntu1_amd64.deb ...&#xD;&#xA;Unpacking libjemalloc-dev (5.2.1-4ubuntu1) ...&#xD;&#xA;Setting up libboost-chrono1.74.0:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;7Progress: [ 51%] [#############################.............................] 8Setting up javascript-common (11+nmu1) ...&#xD;&#xA;Setting up libboost-atomic1.74.0:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;7Progress: [ 52%] [##############################............................] 8Setting up libunwind-dev:amd64 (1.3.2-2build2.1) ...&#xD;&#xA;Setting up libboost-iostreams1.74.0:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;7Progress: [ 53%] [##############################............................] 8Setting up libboost-program-options1.74.0:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;Setting up libboost-chrono1.74-dev:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;7Progress: [ 54%] [###############################...........................] 8Setting up libboost-stacktrace1.74.0:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;Setting up libboost-nowide1.74.0 (1.74.0-14ubuntu3) ...&#xD;&#xA;7Progress: [ 55%] [################################..........................] 8Setting up libboost-exception1.74-dev:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;Setting up libboost-exception-dev:amd64 (1.74.0.3ubuntu7) ...&#xD;&#xA;7Progress: [ 56%] [################################..........................] 8Setting up libjemalloc2:amd64 (5.2.1-4ubuntu1) ...&#xD;&#xA;Setting up ninja-build (1.10.1-1) ...&#xD;&#xA;7Progress: [ 57%] [#################################.........................] 8Setting up libboost-program-options1.74-dev:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;Setting up libjemalloc-dev (5.2.1-4ubuntu1) ...&#xD;&#xA;7Progress: [ 58%] [#################################.........................] 8Setting up libboost-test1.74.0:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;Setting up libboost-program-options-dev:amd64 (1.74.0.3ubuntu7) ...&#xD;&#xA;7Progress: [ 59%] [##################################........................] 8Setting up libboost-nowide1.74-dev (1.74.0-14ubuntu3) ...&#xD;&#xA;Setting up libboost-regex1.74.0:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;7Progress: [ 60%] [##################################........................] 8Setting up r-base-core (4.6.0-4.2204.0) ...&#xD;&#xA;Installing new version of config file /etc/R/Makeconf ...&#xD;&#xA;Installing new version of config file /etc/R/Renviron.site ...&#xD;&#xA;Replacing config file /etc/R/Renviron with new version&#xD;&#xA;Setting up libssl-dev:amd64 (3.0.2-0ubuntu1.23) ...&#xD;&#xA;7Progress: [ 61%] [###################################.......................] 8Setting up libboost-context1.74.0:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;Setting up libboost-graph1.74.0:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;Setting up libboost-random1.74.0:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;7Progress: [ 62%] [####################################......................] 8Setting up pkg-config (0.29.2-1ubuntu3) ...&#xD;&#xA;Setting up libboost1.74-tools-dev (1.74.0-14ubuntu3) ...&#xD;&#xA;7Progress: [ 63%] [####################################......................] 8Setting up libboost-atomic1.74-dev:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;Setting up libboost-math1.74.0:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;7Progress: [ 64%] [#####################################.....................] 8Setting up libboost-serialization1.74.0:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;Setting up libboost-atomic-dev:amd64 (1.74.0.3ubuntu7) ...&#xD;&#xA;7Progress: [ 65%] [#####################################.....................] 8Setting up python3.10-dev (3.10.12-1~22.04.15) ...&#xD;&#xA;Setting up libboost-container1.74.0:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;7Progress: [ 66%] [######################################....................] 8Setting up libboost-regex1.74-dev:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;Setting up libboost-math1.74-dev:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;7Progress: [ 67%] [######################################....................] 8Setting up libboost-date-time1.74.0:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;Setting up libboost-python1.74.0 (1.74.0-14ubuntu3) ...&#xD;&#xA;7Progress: [ 68%] [#######################################...................] 8Setting up libboost-fiber1.74.0:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;Setting up libboost-stacktrace1.74-dev:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;7Progress: [ 69%] [########################################..................] 8Setting up libboost-test1.74-dev:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;Setting up libboost-regex-dev:amd64 (1.74.0.3ubuntu7) ...&#xD;&#xA;7Progress: [ 70%] [########################################..................] 8Setting up libboost-timer1.74.0:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;Setting up libjs-underscore (1.13.2~dfsg-2) ...&#xD;&#xA;7Progress: [ 71%] [#########################################.................] 8Setting up libboost-thread1.74.0:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;Setting up libboost-numpy1.74.0 (1.74.0-14ubuntu3) ...&#xD;&#xA;7Progress: [ 72%] [#########################################.................] 8Setting up libboost-log1.74.0 (1.74.0-14ubuntu3) ...&#xD;&#xA;Setting up libboost-container1.74-dev:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;7Progress: [ 73%] [##########################################................] 8Setting up libboost-chrono-dev:amd64 (1.74.0.3ubuntu7) ...&#xD;&#xA;Setting up libboost-math-dev:amd64 (1.74.0.3ubuntu7) ...&#xD;&#xA;7Progress: [ 74%] [##########################################................] 8Setting up libboost-coroutine1.74.0:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;Setting up libboost-mpi1.74.0 (1.74.0-14ubuntu3) ...&#xD;&#xA;7Progress: [ 75%] [###########################################...............] 8Setting up libboost-tools-dev (1.74.0.3ubuntu7) ...&#xD;&#xA;Setting up libboost-nowide-dev (1.74.0.3ubuntu7) ...&#xD;&#xA;7Progress: [ 76%] [############################################..............] 8Setting up libboost-container-dev:amd64 (1.74.0.3ubuntu7) ...&#xD;&#xA;Setting up libboost-test-dev:amd64 (1.74.0.3ubuntu7) ...&#xD;&#xA;Setting up libboost-iostreams1.74-dev:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;7Progress: [ 77%] [############################################..............] 8Setting up libboost-random1.74-dev:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;Setting up libboost-timer1.74-dev:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;7Progress: [ 78%] [#############################################.............] 8Setting up libboost-numpy1.74-dev (1.74.0-14ubuntu3) ...&#xD;&#xA;Setting up libjs-sphinxdoc (4.3.2-1) ...&#xD;&#xA;7Progress: [ 79%] [#############################################.............] 8Setting up libboost-serialization1.74-dev:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;Setting up libboost-wave1.74.0:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;7Progress: [ 80%] [##############################################............] 8Setting up libboost-stacktrace-dev:amd64 (1.74.0.3ubuntu7) ...&#xD;&#xA;Setting up libboost-graph-parallel1.74.0 (1.74.0-14ubuntu3) ...&#xD;&#xA;7Progress: [ 81%] [###############################################...........] 8Setting up libboost-locale1.74.0:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;Setting up libboost-timer-dev:amd64 (1.74.0.3ubuntu7) ...&#xD;&#xA;7Progress: [ 82%] [###############################################...........] 8Setting up libboost-type-erasure1.74.0:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;Setting up libboost-mpi-python1.74.0 (1.74.0-14ubuntu3) ...&#xD;&#xA;7Progress: [ 83%] [################################################..........] 8Setting up libboost-wave1.74-dev:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;Setting up libboost-mpi1.74-dev (1.74.0-14ubuntu3) ...&#xD;&#xA;7Progress: [ 84%] [################################################..........] 8Setting up libboost-mpi-python1.74-dev (1.74.0-14ubuntu3) ...&#xD;&#xA;Setting up libboost-random-dev:amd64 (1.74.0.3ubuntu7) ...&#xD;&#xA;7Progress: [ 85%] [#################################################.........] 8Setting up libboost-wave-dev:amd64 (1.74.0.3ubuntu7) ...&#xD;&#xA;Setting up libboost-iostreams-dev:amd64 (1.74.0.3ubuntu7) ...&#xD;&#xA;7Progress: [ 86%] [#################################################.........] 8Setting up libboost-date-time1.74-dev:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;Setting up libboost-mpi-python-dev (1.74.0.3ubuntu7) ...&#xD;&#xA;7Progress: [ 87%] [##################################################........] 8Setting up libboost-mpi-dev (1.74.0.3ubuntu7) ...&#xD;&#xA;Setting up libboost-graph1.74-dev:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;7Progress: [ 88%] [###################################################.......] 8Setting up python3-dev (3.10.6-1~22.04.1) ...&#xD;&#xA;Setting up libboost-numpy-dev (1.74.0.3ubuntu7) ...&#xD;&#xA;7Progress: [ 89%] [###################################################.......] 8Setting up libboost-serialization-dev:amd64 (1.74.0.3ubuntu7) ...&#xD;&#xA;Setting up libboost-date-time-dev:amd64 (1.74.0.3ubuntu7) ...&#xD;&#xA;7Progress: [ 90%] [####################################################......] 8Setting up libboost-graph-parallel1.74-dev (1.74.0-14ubuntu3) ...&#xD;&#xA;Setting up libboost-thread1.74-dev:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;7Progress: [ 91%] [####################################################......] 8Setting up libboost-thread-dev:amd64 (1.74.0.3ubuntu7) ...&#xD;&#xA;Setting up libboost-graph-dev:amd64 (1.74.0.3ubuntu7) ...&#xD;&#xA;7Progress: [ 92%] [#####################################################.....] 8Setting up libboost-log1.74-dev (1.74.0-14ubuntu3) ...&#xD;&#xA;Setting up libboost-context1.74-dev:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;Setting up libboost-python1.74-dev (1.74.0-14ubuntu3) ...&#xD;&#xA;7Progress: [ 93%] [######################################################....] 8Setting up libboost-python-dev (1.74.0.3ubuntu7) ...&#xD;&#xA;Setting up libboost-fiber1.74-dev:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;7Progress: [ 94%] [######################################################....] 8Setting up libboost-type-erasure1.74-dev:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;Setting up libboost-locale1.74-dev:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;7Progress: [ 95%] [#######################################################...] 8Setting up libboost-graph-parallel-dev (1.74.0.3ubuntu7) ...&#xD;&#xA;Setting up libboost-coroutine1.74-dev:amd64 (1.74.0-14ubuntu3) ...&#xD;&#xA;7Progress: [ 96%] [#######################################################...] 8Setting up libboost-coroutine-dev:amd64 (1.74.0.3ubuntu7) ...&#xD;&#xA;Setting up libboost-log-dev (1.74.0.3ubuntu7) ...&#xD;&#xA;7Progress: [ 97%] [########################################################..] 8Setting up libboost-fiber-dev:amd64 (1.74.0.3ubuntu7) ...&#xD;&#xA;Setting up libboost-locale-dev:amd64 (1.74.0.3ubuntu7) ...&#xD;&#xA;7Progress: [ 98%] [########################################################..] 8Setting up libboost-context-dev:amd64 (1.74.0.3ubuntu7) ...&#xD;&#xA;Setting up libboost-type-erasure-dev:amd64 (1.74.0.3ubuntu7) ...&#xD;&#xA;7Progress: [ 99%] [#########################################################.] 8Setting up libboost-all-dev (1.74.0.3ubuntu7) ...&#xD;&#xA;Processing triggers for hicolor-icon-theme (0.17-2) ...&#xD;&#xA;Processing triggers for libc-bin (2.35-0ubuntu3.13) ...&#xD;&#xA;/sbin/ldconfig.real: /usr/local/lib/libtbbbind_2_5.so.3 is not a symbolic link&#xD;&#xA;&#xD;&#xA;/sbin/ldconfig.real: /usr/local/lib/libur_adapter_level_zero.so.0 is not a symbolic link&#xD;&#xA;&#xD;&#xA;/sbin/ldconfig.real: /usr/local/lib/libtbbbind.so.3 is not a symbolic link&#xD;&#xA;&#xD;&#xA;/sbin/ldconfig.real: /usr/local/lib/libur_adapter_level_zero_v2.so.0 is not a symbolic link&#xD;&#xA;&#xD;&#xA;/sbin/ldconfig.real: /usr/local/lib/libtbbbind_2_0.so.3 is not a symbolic link&#xD;&#xA;&#xD;&#xA;/sbin/ldconfig.real: /usr/local/lib/libur_loader.so.0 is not a symbolic link&#xD;&#xA;&#xD;&#xA;/sbin/ldconfig.real: /usr/local/lib/libtbb.so.12 is not a symbolic link&#xD;&#xA;&#xD;&#xA;/sbin/ldconfig.real: /usr/local/lib/libumf.so.1 is not a symbolic link&#xD;&#xA;&#xD;&#xA;/sbin/ldconfig.real: /usr/local/lib/libtcm_debug.so.1 is not a symbolic link&#xD;&#xA;&#xD;&#xA;/sbin/ldconfig.real: /usr/local/lib/libur_adapter_opencl.so.0 is not a symbolic link&#xD;&#xA;&#xD;&#xA;/sbin/ldconfig.real: /usr/local/lib/libtbbmalloc_proxy.so.2 is not a symbolic link&#xD;&#xA;&#xD;&#xA;/sbin/ldconfig.real: /usr/local/lib/libtcm.so.1 is not a symbolic link&#xD;&#xA;&#xD;&#xA;/sbin/ldconfig.real: /usr/local/lib/libtbbmalloc.so.2 is not a symbolic link&#xD;&#xA;&#xD;&#xA;/sbin/ldconfig.real: /usr/local/lib/libhwloc.so.15 is not a symbolic link&#xD;&#xA;&#xD;&#xA;Processing triggers for man-db (2.10.2-1) ...&#xD;&#xA;Processing triggers for mailcap (3.70+nmu1ubuntu1) ...&#xD;&#xA;&#xD;&#xA;78Cloning into &amp;#39;openppp2&amp;#39;...&#xD;&#xA;remote: Enumerating objects: 6231, done.&#xD;&#xA;remote: Counting objects: 100% (1147/1147), done.&#xD;&#xA;remote: Compressing objects: 100% (225/225), done.&#xD;&#xA;remote: Total 6231 (delta 968), reused 925 (delta 922), pack-reused 5084 (from 2)&#xD;&#xA;Receiving objects: 100% (6231/6231), 13.89 MiB | 19.62 MiB/s, done.&#xD;&#xA;Resolving deltas: 100% (3882/3882), done.&#xD;&#xA;CMake Deprecation Warning at CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED):&#xD;&#xA;  Compatibility with CMake &amp;lt; 3.10 will be removed from a future version of&#xD;&#xA;  CMake.&#xD;&#xA;&#xD;&#xA;  Update the VERSION argument &amp;lt;min&amp;gt; value.  Or, use the &amp;lt;min&amp;gt;...&amp;lt;max&amp;gt; syntax&#xD;&#xA;  to tell CMake that the project requires at least &amp;lt;min&amp;gt; but has been updated&#xD;&#xA;  to work with policies introduced by &amp;lt;max&amp;gt; or earlier.&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;-- The C compiler identification is GNU 11.4.0&#xD;&#xA;-- The CXX compiler identification is GNU 11.4.0&#xD;&#xA;-- Detecting C compiler ABI info&#xD;&#xA;-- Detecting C compiler ABI info - done&#xD;&#xA;-- Check for working C compiler: /usr/bin/cc - skipped&#xD;&#xA;-- Detecting C compile features&#xD;&#xA;-- Detecting C compile features - done&#xD;&#xA;-- Detecting CXX compiler ABI info&#xD;&#xA;-- Detecting CXX compiler ABI info - done&#xD;&#xA;-- Check for working CXX compiler: /usr/bin/c++ - skipped&#xD;&#xA;-- Detecting CXX compile features&#xD;&#xA;-- Detecting CXX compile features - done&#xD;&#xA;-- Performing Test COMPILER_SUPPORTS_CXX17&#xD;&#xA;-- Performing Test COMPILER_SUPPORTS_CXX17 - Success&#xD;&#xA;-- Performing Test COMPILER_SUPPORTS_CXX1Z&#xD;&#xA;-- Performing Test COMPILER_SUPPORTS_CXX1Z - Success&#xD;&#xA;-- Configuring done (1.2s)&#xD;&#xA;-- Generating done (0.0s)&#xD;&#xA;-- Build files have been written to: /dev/shm/openppp2/build&#xD;&#xA;[  0%] Building CXX object CMakeFiles/ppp.dir/common/aesni/aes.cpp.o&#xD;&#xA;[  1%] Building CXX object CMakeFiles/ppp.dir/common/aggligator/aggligator.cpp.o&#xD;&#xA;[  1%] Building CXX object CMakeFiles/ppp.dir/common/base64/base64.cpp.o&#xD;&#xA;[  2%] Building CXX object CMakeFiles/ppp.dir/common/chnroutes2/chnroutes2.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/common/aggligator/aggligator.h:3,&#xD;&#xA;                 from /dev/shm/openppp2/common/aggligator/aggligator.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/common/base64/base64.h:9,&#xD;&#xA;                 from /dev/shm/openppp2/common/base64/base64.cpp:34:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/common/chnroutes2/chnroutes2.cpp:13:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/common/aesni/aes.h:3,&#xD;&#xA;                 from /dev/shm/openppp2/common/aesni/aes.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[  2%] Building CXX object CMakeFiles/ppp.dir/common/dnslib/buffer.cpp.o&#xD;&#xA;[  3%] Building CXX object CMakeFiles/ppp.dir/common/dnslib/message.cpp.o&#xD;&#xA;[  3%] Building CXX object CMakeFiles/ppp.dir/common/dnslib/qs.cpp.o&#xD;&#xA;[  4%] Building CXX object CMakeFiles/ppp.dir/common/dnslib/rr.cpp.o&#xD;&#xA;[  4%] Building CXX object CMakeFiles/ppp.dir/common/json/src/json_reader.cpp.o&#xD;&#xA;[  5%] Building CXX object CMakeFiles/ppp.dir/common/json/src/json_value.cpp.o&#xD;&#xA;[  5%] Building CXX object CMakeFiles/ppp.dir/common/json/src/json_writer.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/common/json/include/json/config.h:101,&#xD;&#xA;                 from /dev/shm/openppp2/common/json/src/json_tool.h:10,&#xD;&#xA;                 from /dev/shm/openppp2/common/json/src/json_reader.cpp:8:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/common/json/include/json/config.h:101,&#xD;&#xA;                 from /dev/shm/openppp2/common/json/include/json/assertions.h:13,&#xD;&#xA;                 from /dev/shm/openppp2/common/json/src/json_value.cpp:7:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/common/json/include/json/config.h:101,&#xD;&#xA;                 from /dev/shm/openppp2/common/json/src/json_tool.h:10,&#xD;&#xA;                 from /dev/shm/openppp2/common/json/src/json_writer.cpp:7:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[  6%] Building CXX object CMakeFiles/ppp.dir/common/libtcpip/netstack.cpp.o&#xD;&#xA;[  7%] Building CXX object CMakeFiles/ppp.dir/common/libtcpip/netstack_cc.cpp.o&#xD;&#xA;[  7%] Building C object CMakeFiles/ppp.dir/common/lwip/api/api_lib.c.o&#xD;&#xA;[  8%] Building C object CMakeFiles/ppp.dir/common/lwip/api/api_msg.c.o&#xD;&#xA;[  8%] Building C object CMakeFiles/ppp.dir/common/lwip/api/err.c.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/common/libtcpip/netstack.h:3,&#xD;&#xA;                 from /dev/shm/openppp2/common/libtcpip/netstack.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[  9%] Building C object CMakeFiles/ppp.dir/common/lwip/api/if_api.c.o&#xD;&#xA;[  9%] Building C object CMakeFiles/ppp.dir/common/lwip/api/netbuf.c.o&#xD;&#xA;[ 10%] Building C object CMakeFiles/ppp.dir/common/lwip/api/netdb.c.o&#xD;&#xA;[ 10%] Building C object CMakeFiles/ppp.dir/common/lwip/api/netifapi.c.o&#xD;&#xA;[ 11%] Building C object CMakeFiles/ppp.dir/common/lwip/api/sockets.c.o&#xD;&#xA;[ 11%] Building C object CMakeFiles/ppp.dir/common/lwip/api/tcpip.c.o&#xD;&#xA;[ 12%] Building C object CMakeFiles/ppp.dir/common/lwip/core/altcp.c.o&#xD;&#xA;[ 13%] Building C object CMakeFiles/ppp.dir/common/lwip/core/altcp_alloc.c.o&#xD;&#xA;[ 13%] Building C object CMakeFiles/ppp.dir/common/lwip/core/altcp_tcp.c.o&#xD;&#xA;[ 14%] Building C object CMakeFiles/ppp.dir/common/lwip/core/def.c.o&#xD;&#xA;[ 14%] Building C object CMakeFiles/ppp.dir/common/lwip/core/dns.c.o&#xD;&#xA;[ 15%] Building C object CMakeFiles/ppp.dir/common/lwip/core/inet_chksum.c.o&#xD;&#xA;[ 15%] Building C object CMakeFiles/ppp.dir/common/lwip/core/init.c.o&#xD;&#xA;[ 16%] Building C object CMakeFiles/ppp.dir/common/lwip/core/ip.c.o&#xD;&#xA;[ 16%] Building C object CMakeFiles/ppp.dir/common/lwip/core/ipv4/acd.c.o&#xD;&#xA;[ 17%] Building C object CMakeFiles/ppp.dir/common/lwip/core/ipv4/autoip.c.o&#xD;&#xA;[ 17%] Building C object CMakeFiles/ppp.dir/common/lwip/core/ipv4/dhcp.c.o&#xD;&#xA;[ 18%] Building C object CMakeFiles/ppp.dir/common/lwip/core/ipv4/etharp.c.o&#xD;&#xA;[ 18%] Building C object CMakeFiles/ppp.dir/common/lwip/core/ipv4/icmp.c.o&#xD;&#xA;[ 19%] Building C object CMakeFiles/ppp.dir/common/lwip/core/ipv4/igmp.c.o&#xD;&#xA;[ 20%] Building C object CMakeFiles/ppp.dir/common/lwip/core/ipv4/ip4.c.o&#xD;&#xA;[ 20%] Building C object CMakeFiles/ppp.dir/common/lwip/core/ipv4/ip4_addr.c.o&#xD;&#xA;[ 21%] Building C object CMakeFiles/ppp.dir/common/lwip/core/ipv4/ip4_frag.c.o&#xD;&#xA;[ 21%] Building C object CMakeFiles/ppp.dir/common/lwip/core/ipv6/dhcp6.c.o&#xD;&#xA;[ 22%] Building C object CMakeFiles/ppp.dir/common/lwip/core/ipv6/ethip6.c.o&#xD;&#xA;[ 22%] Building C object CMakeFiles/ppp.dir/common/lwip/core/ipv6/icmp6.c.o&#xD;&#xA;[ 23%] Building C object CMakeFiles/ppp.dir/common/lwip/core/ipv6/inet6.c.o&#xD;&#xA;[ 23%] Building C object CMakeFiles/ppp.dir/common/lwip/core/ipv6/ip6.c.o&#xD;&#xA;[ 24%] Building C object CMakeFiles/ppp.dir/common/lwip/core/ipv6/ip6_addr.c.o&#xD;&#xA;[ 24%] Building C object CMakeFiles/ppp.dir/common/lwip/core/ipv6/ip6_frag.c.o&#xD;&#xA;[ 25%] Building C object CMakeFiles/ppp.dir/common/lwip/core/ipv6/mld6.c.o&#xD;&#xA;[ 25%] Building C object CMakeFiles/ppp.dir/common/lwip/core/ipv6/nd6.c.o&#xD;&#xA;[ 26%] Building C object CMakeFiles/ppp.dir/common/lwip/core/mem.c.o&#xD;&#xA;[ 27%] Building C object CMakeFiles/ppp.dir/common/lwip/core/memp.c.o&#xD;&#xA;[ 27%] Building C object CMakeFiles/ppp.dir/common/lwip/core/netif.c.o&#xD;&#xA;[ 28%] Building C object CMakeFiles/ppp.dir/common/lwip/core/pbuf.c.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/common/libtcpip/netstack_cc.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 28%] Building C object CMakeFiles/ppp.dir/common/lwip/core/raw.c.o&#xD;&#xA;[ 29%] Building C object CMakeFiles/ppp.dir/common/lwip/core/stats.c.o&#xD;&#xA;[ 29%] Building C object CMakeFiles/ppp.dir/common/lwip/core/sys.c.o&#xD;&#xA;[ 30%] Building C object CMakeFiles/ppp.dir/common/lwip/core/tcp.c.o&#xD;&#xA;[ 30%] Building C object CMakeFiles/ppp.dir/common/lwip/core/tcp_in.c.o&#xD;&#xA;[ 31%] Building C object CMakeFiles/ppp.dir/common/lwip/core/tcp_out.c.o&#xD;&#xA;[ 31%] Building C object CMakeFiles/ppp.dir/common/lwip/core/timeouts.c.o&#xD;&#xA;[ 32%] Building C object CMakeFiles/ppp.dir/common/lwip/core/udp.c.o&#xD;&#xA;[ 32%] Building C object CMakeFiles/ppp.dir/common/lwip/my/sys_arch.c.o&#xD;&#xA;[ 33%] Building CXX object CMakeFiles/ppp.dir/ppp/DateTime.cpp.o&#xD;&#xA;[ 34%] Building CXX object CMakeFiles/ppp.dir/ppp/Random.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/DateTime.h:3,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/DateTime.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 34%] Building CXX object CMakeFiles/ppp.dir/ppp/app/ApplicationConfig.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/Random.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 35%] Building CXX object CMakeFiles/ppp.dir/ppp/app/ApplicationHelp.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/PppApplication.h:34,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/PppApplicationInternal.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/ApplicationConfig.cpp:6:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 35%] Building CXX object CMakeFiles/ppp.dir/ppp/app/ApplicationInitialize.cpp.o&#xD;&#xA;[ 36%] Building CXX object CMakeFiles/ppp.dir/ppp/app/ApplicationMainLoop.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/PppApplication.h:34,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/PppApplicationInternal.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/ApplicationHelp.cpp:6:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/PppApplication.h:34,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/PppApplicationInternal.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/ApplicationInitialize.cpp:6:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/PppApplication.h:34,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/PppApplicationInternal.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/ApplicationMainLoop.cpp:6:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 36%] Building CXX object CMakeFiles/ppp.dir/ppp/app/ApplicationNetwork.cpp.o&#xD;&#xA;[ 37%] Building CXX object CMakeFiles/ppp.dir/ppp/app/ConsoleUI.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/PppApplication.h:34,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/PppApplicationInternal.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/ApplicationNetwork.cpp:6:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/ConsoleUI.h:36,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/ConsoleUI.cpp:22:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 37%] Building CXX object CMakeFiles/ppp.dir/ppp/app/PppApplication.cpp.o&#xD;&#xA;[ 38%] Building CXX object CMakeFiles/ppp.dir/ppp/app/client/GeoRuleGenerator.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/PppApplication.h:34,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/PppApplicationInternal.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/PppApplication.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/client/GeoRuleGenerator.h:34,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/client/GeoRuleGenerator.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 38%] Building CXX object CMakeFiles/ppp.dir/ppp/app/client/VEthernetDatagramPort.cpp.o&#xD;&#xA;[ 39%] Building CXX object CMakeFiles/ppp.dir/ppp/app/client/VEthernetExchanger.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/configurations/AppConfiguration.h:3,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/client/VEthernetDatagramPort.h:37,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/client/VEthernetDatagramPort.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 40%] Building CXX object CMakeFiles/ppp.dir/ppp/app/client/VEthernetNetworkSwitcher.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/configurations/AppConfiguration.h:3,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/client/VEthernetNetworkSwitcher.h:34,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/client/VEthernetExchanger.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 40%] Building CXX object CMakeFiles/ppp.dir/ppp/app/client/VEthernetNetworkTcpipConnection.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/threading/Timer.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/ethernet/VEthernet.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/client/VEthernetNetworkTcpipStack.h:13,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/client/VEthernetNetworkSwitcher.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/configurations/AppConfiguration.h:3,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/client/VEthernetNetworkTcpipConnection.h:39,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/client/VEthernetNetworkTcpipConnection.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 41%] Building CXX object CMakeFiles/ppp.dir/ppp/app/client/VEthernetNetworkTcpipStack.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/threading/Timer.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/ethernet/VEthernet.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/client/VEthernetNetworkTcpipStack.h:13,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/client/VEthernetNetworkTcpipStack.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 41%] Building CXX object CMakeFiles/ppp.dir/ppp/app/client/dns/Rule.cpp.o&#xD;&#xA;[ 42%] Building CXX object CMakeFiles/ppp.dir/ppp/app/client/proxys/VEthernetHttpProxyConnection.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/client/dns/Rule.h:20,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/client/dns/Rule.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 42%] Building CXX object CMakeFiles/ppp.dir/ppp/app/client/proxys/VEthernetHttpProxySwitcher.cpp.o&#xD;&#xA;[ 43%] Building CXX object CMakeFiles/ppp.dir/ppp/app/client/proxys/VEthernetLocalProxyConnection.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/configurations/AppConfiguration.h:3,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/protocol/VirtualEthernetTcpipConnection.h:10,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/client/proxys/VEthernetHttpProxyConnection.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/configurations/AppConfiguration.h:3,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/client/proxys/VEthernetLocalProxySwitcher.h:10,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/client/proxys/VEthernetHttpProxySwitcher.h:20,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/client/proxys/VEthernetHttpProxySwitcher.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/configurations/AppConfiguration.h:3,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/protocol/VirtualEthernetTcpipConnection.h:10,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/client/proxys/VEthernetLocalProxyConnection.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 43%] Building CXX object CMakeFiles/ppp.dir/ppp/app/client/proxys/VEthernetLocalProxySwitcher.cpp.o&#xD;&#xA;[ 44%] Building CXX object CMakeFiles/ppp.dir/ppp/app/client/proxys/VEthernetSocksProxyConnection.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/configurations/AppConfiguration.h:3,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/client/proxys/VEthernetLocalProxySwitcher.h:10,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/client/proxys/VEthernetLocalProxySwitcher.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 44%] Building CXX object CMakeFiles/ppp.dir/ppp/app/client/proxys/VEthernetSocksProxySwitcher.cpp.o&#xD;&#xA;[ 45%] Building CXX object CMakeFiles/ppp.dir/ppp/app/mux/vmux_net.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/configurations/AppConfiguration.h:3,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/protocol/VirtualEthernetTcpipConnection.h:10,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/client/proxys/VEthernetSocksProxyConnection.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/configurations/AppConfiguration.h:3,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/client/proxys/VEthernetLocalProxySwitcher.h:10,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/client/proxys/VEthernetSocksProxySwitcher.h:19,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/client/proxys/VEthernetSocksProxySwitcher.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/mux/vmux.h:9,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/mux/vmux_net.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 45%] Building CXX object CMakeFiles/ppp.dir/ppp/app/mux/vmux_skt.cpp.o&#xD;&#xA;[ 46%] Building CXX object CMakeFiles/ppp.dir/ppp/app/protocol/VirtualEthernetInformation.cpp.o&#xD;&#xA;[ 47%] Building CXX object CMakeFiles/ppp.dir/ppp/app/protocol/VirtualEthernetLinklayer.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/mux/vmux.h:9,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/mux/vmux_skt.h:9,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/mux/vmux_skt.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/protocol/VirtualEthernetInformation.h:9,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/protocol/VirtualEthernetInformation.cpp:7:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 47%] Building CXX object CMakeFiles/ppp.dir/ppp/app/protocol/VirtualEthernetLogger.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/configurations/AppConfiguration.h:3,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/protocol/VirtualEthernetLinklayer.h:10,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/protocol/VirtualEthernetLinklayer.cpp:8:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/protocol/VirtualEthernetLogger.h:10,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/protocol/VirtualEthernetLogger.cpp:8:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 48%] Building CXX object CMakeFiles/ppp.dir/ppp/app/protocol/VirtualEthernetMappingPort.cpp.o&#xD;&#xA;[ 48%] Building CXX object CMakeFiles/ppp.dir/ppp/app/protocol/VirtualEthernetPacket.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/protocol/VirtualEthernetLogger.h:10,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/protocol/VirtualEthernetMappingPort.cpp:8:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 49%] Building CXX object CMakeFiles/ppp.dir/ppp/app/protocol/VirtualEthernetTcpipConnection.cpp.o&#xD;&#xA;[ 49%] Building CXX object CMakeFiles/ppp.dir/ppp/app/server/IPv4LeasePool.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/protocol/VirtualEthernetPacket.h:10,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/protocol/VirtualEthernetPacket.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/configurations/AppConfiguration.h:3,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/protocol/VirtualEthernetTcpipConnection.h:10,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/protocol/VirtualEthernetTcpipConnection.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/server/IPv4LeasePool.h:35,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/server/IPv4LeasePool.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 50%] Building CXX object CMakeFiles/ppp.dir/ppp/app/server/VirtualEthernetDatagramPort.cpp.o&#xD;&#xA;[ 50%] Building CXX object CMakeFiles/ppp.dir/ppp/app/server/VirtualEthernetDatagramPortStatic.cpp.o&#xD;&#xA;[ 51%] Building CXX object CMakeFiles/ppp.dir/ppp/app/server/VirtualEthernetExchanger.cpp.o&#xD;&#xA;[ 51%] Building CXX object CMakeFiles/ppp.dir/ppp/app/server/VirtualEthernetManagedServer.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/configurations/AppConfiguration.h:3,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/server/VirtualEthernetDatagramPortStatic.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/server/VirtualEthernetDatagramPort.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/configurations/AppConfiguration.h:3,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/server/VirtualEthernetDatagramPortStatic.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/server/VirtualEthernetDatagramPortStatic.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/configurations/AppConfiguration.h:3,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/protocol/VirtualEthernetLinklayer.h:10,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/server/VirtualEthernetExchanger.h:40,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/server/VirtualEthernetExchanger.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/Int128.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/server/VirtualEthernetManagedServer.h:41,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/server/VirtualEthernetManagedServer.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 52%] Building CXX object CMakeFiles/ppp.dir/ppp/app/server/VirtualEthernetNamespaceCache.cpp.o&#xD;&#xA;[ 52%] Building CXX object CMakeFiles/ppp.dir/ppp/app/server/VirtualEthernetNetworkTcpipConnection.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/server/VirtualEthernetNamespaceCache.h:31,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/server/VirtualEthernetNamespaceCache.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 53%] Building CXX object CMakeFiles/ppp.dir/ppp/app/server/VirtualEthernetSwitcher.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/configurations/AppConfiguration.h:3,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/server/VirtualEthernetNetworkTcpipConnection.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/server/VirtualEthernetNetworkTcpipConnection.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 54%] Building CXX object CMakeFiles/ppp.dir/ppp/app/server/VirtualInternetControlMessageProtocol.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/server/VirtualEthernetSwitcher.h:32,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/server/VirtualEthernetSwitcher.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/threading/Timer.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/asio/InternetControlMessageProtocol.h:3,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/server/VirtualInternetControlMessageProtocol.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/server/VirtualInternetControlMessageProtocol.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 54%] Building CXX object CMakeFiles/ppp.dir/ppp/app/server/VirtualInternetControlMessageProtocolStatic.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/threading/Timer.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/asio/InternetControlMessageProtocol.h:3,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/server/VirtualInternetControlMessageProtocolStatic.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/server/VirtualInternetControlMessageProtocolStatic.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 55%] Building CXX object CMakeFiles/ppp.dir/ppp/auxiliary/JsonAuxiliary.cpp.o&#xD;&#xA;[ 55%] Building CXX object CMakeFiles/ppp.dir/ppp/auxiliary/StringAuxiliary.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/auxiliary/JsonAuxiliary.h:7,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/auxiliary/JsonAuxiliary.cpp:5:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/auxiliary/StringAuxiliary.h:7,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/auxiliary/StringAuxiliary.cpp:5:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 56%] Building CXX object CMakeFiles/ppp.dir/ppp/auxiliary/UriAuxiliary.cpp.o&#xD;&#xA;[ 56%] Building CXX object CMakeFiles/ppp.dir/ppp/configurations/AppConfiguration.cpp.o&#xD;&#xA;[ 57%] Building CXX object CMakeFiles/ppp.dir/ppp/configurations/Ini.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/coroutines/YieldContext.h:66,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/auxiliary/UriAuxiliary.h:3,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/auxiliary/UriAuxiliary.cpp:5:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 57%] Building CXX object CMakeFiles/ppp.dir/ppp/coroutines/YieldContext.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/configurations/AppConfiguration.h:3,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/configurations/AppConfiguration.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/configurations/Ini.h:3,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/configurations/Ini.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/coroutines/YieldContext.h:66,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/coroutines/YieldContext.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 58%] Building CXX object CMakeFiles/ppp.dir/ppp/cryptography/Ciphertext.cpp.o&#xD;&#xA;[ 58%] Building CXX object CMakeFiles/ppp.dir/ppp/cryptography/EVP.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/cryptography/EVP.h:7,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/cryptography/Ciphertext.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/cryptography/Ciphertext.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 59%] Building CXX object CMakeFiles/ppp.dir/ppp/cryptography/digest.cpp.o&#xD;&#xA;[ 60%] Building CXX object CMakeFiles/ppp.dir/ppp/cryptography/md5.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/diagnostics/Error.h:10,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/cryptography/EVP.cpp:6:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/diagnostics/Error.h:10,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/cryptography/digest.cpp:3:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 60%] Building CXX object CMakeFiles/ppp.dir/ppp/cryptography/rc4.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/cryptography/md5.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/cryptography/md5.cpp:5:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 61%] Building CXX object CMakeFiles/ppp.dir/ppp/cryptography/ssea.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/cryptography/rc4.h:7,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/cryptography/rc4.cpp:5:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 61%] Building CXX object CMakeFiles/ppp.dir/ppp/diagnostics/Error.cpp.o&#xD;&#xA;[ 62%] Building CXX object CMakeFiles/ppp.dir/ppp/diagnostics/ErrorHandler.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/cryptography/ssea.h:3,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/cryptography/ssea.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/diagnostics/Error.h:10,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/diagnostics/Error.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 62%] Building CXX object CMakeFiles/ppp.dir/ppp/diagnostics/LinkTelemetry.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/diagnostics/Error.h:10,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/diagnostics/ErrorHandler.h:29,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/diagnostics/ErrorHandler.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 63%] Building CXX object CMakeFiles/ppp.dir/ppp/diagnostics/PreventReturn.cpp.o&#xD;&#xA;[ 63%] Building CXX object CMakeFiles/ppp.dir/ppp/diagnostics/Stopwatch.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/diagnostics/LinkTelemetry.h:43,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/diagnostics/LinkTelemetry.cpp:6:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 64%] Building CXX object CMakeFiles/ppp.dir/ppp/diagnostics/Telemetry.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/diagnostics/PreventReturn.h:44,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/diagnostics/PreventReturn.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/diagnostics/Stopwatch.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/diagnostics/Stopwatch.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 64%] Building CXX object CMakeFiles/ppp.dir/ppp/dns/DnsResolver.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/diagnostics/Telemetry.cpp:3:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 65%] Building CXX object CMakeFiles/ppp.dir/ppp/ethernet/VEthernet.cpp.o&#xD;&#xA;[ 65%] Building CXX object CMakeFiles/ppp.dir/ppp/ethernet/VNetstack.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/dns/DnsResolver.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/threading/Timer.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/ethernet/VEthernet.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/ethernet/VEthernet.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/ethernet/VNetstack.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/ethernet/VNetstack.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 66%] Building CXX object CMakeFiles/ppp.dir/ppp/hash/hash_bytes.cpp.o&#xD;&#xA;[ 67%] Building CXX object CMakeFiles/ppp.dir/ppp/io/File.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/io/File.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/io/File.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 67%] Building CXX object CMakeFiles/ppp.dir/ppp/ipv6/IPv6Auxiliary.cpp.o&#xD;&#xA;[ 68%] Building CXX object CMakeFiles/ppp.dir/ppp/net/Firewall.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/ipv6/IPv6Auxiliary.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/ipv6/IPv6Auxiliary.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 68%] Building CXX object CMakeFiles/ppp.dir/ppp/net/IPEndPoint.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/io/File.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/Firewall.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/IPEndPoint.h:21,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/Ipep.h:20,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/IPEndPoint.cpp:15:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 69%] Building CXX object CMakeFiles/ppp.dir/ppp/net/Ipep.cpp.o&#xD;&#xA;[ 69%] Building CXX object CMakeFiles/ppp.dir/ppp/net/Socket.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/diagnostics/Error.h:10,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/Ipep.cpp:4:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 70%] Building CXX object CMakeFiles/ppp.dir/ppp/net/SocketAcceptor.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/diagnostics/Error.h:10,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/Socket.cpp:16:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/SocketAcceptor.h:3,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/SocketAcceptor.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 70%] Building CXX object CMakeFiles/ppp.dir/ppp/net/asio/IAsynchronousWriteIoQueue.cpp.o&#xD;&#xA;[ 71%] Building CXX object CMakeFiles/ppp.dir/ppp/net/asio/InternetControlMessageProtocol.cpp.o&#xD;&#xA;[ 71%] Building CXX object CMakeFiles/ppp.dir/ppp/net/asio/vdns.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/asio/IAsynchronousWriteIoQueue.h:3,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/asio/IAsynchronousWriteIoQueue.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/threading/Timer.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/asio/InternetControlMessageProtocol.h:3,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/asio/InternetControlMessageProtocol.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 72%] Building CXX object CMakeFiles/ppp.dir/ppp/net/asio/websocket.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/asio/vdns.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/asio/websocket.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/asio/websocket.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 72%] Building CXX object CMakeFiles/ppp.dir/ppp/net/asio/websocket/websocket_accept_sslv_websocket.cpp.o&#xD;&#xA;[ 73%] Building CXX object CMakeFiles/ppp.dir/ppp/net/asio/websocket/websocket_accept_websocket.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/asio/websocket.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/asio/websocket/websocket_accept_sslv_websocket.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/asio/websocket/websocket_accept_sslv_websocket.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/asio/websocket.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/asio/websocket/websocket_accept_websocket.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 74%] Building CXX object CMakeFiles/ppp.dir/ppp/net/asio/websocket/websocket_async_sslv_websocket.cpp.o&#xD;&#xA;[ 74%] Building CXX object CMakeFiles/ppp.dir/ppp/net/asio/websocket/websocket_async_sslv_websocket_perform_ssl_handshake.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/asio/websocket.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/asio/websocket/websocket_async_sslv_websocket.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/asio/websocket/websocket_async_sslv_websocket.cpp:6:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 75%] Building CXX object CMakeFiles/ppp.dir/ppp/net/asio/websocket/websocket_async_sslv_websocket_perform_websocket_handshake.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/asio/websocket.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/asio/websocket/websocket_async_sslv_websocket.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/asio/websocket/websocket_async_sslv_websocket_perform_ssl_handshake.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 75%] Building CXX object CMakeFiles/ppp.dir/ppp/net/asio/websocket/websocket_close_websocket.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/asio/websocket.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/asio/websocket/websocket_async_sslv_websocket.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/asio/websocket/websocket_async_sslv_websocket_perform_websocket_handshake.cpp:6:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 76%] Building CXX object CMakeFiles/ppp.dir/ppp/net/asio/websocket/websocket_read_websocket.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/asio/websocket.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/asio/websocket/websocket_close_websocket.cpp:6:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 76%] Building CXX object CMakeFiles/ppp.dir/ppp/net/asio/websocket/websocket_ssl_close_websocket.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/asio/websocket.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/asio/websocket/websocket_read_websocket.cpp:6:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/asio/websocket.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/asio/websocket/websocket_async_sslv_websocket.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/asio/websocket/websocket_ssl_close_websocket.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 77%] Building CXX object CMakeFiles/ppp.dir/ppp/net/asio/websocket/websocket_ssl_read_websocket.cpp.o&#xD;&#xA;[ 77%] Building CXX object CMakeFiles/ppp.dir/ppp/net/asio/websocket/websocket_ssl_websocket.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/asio/websocket.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/asio/websocket/websocket_async_sslv_websocket.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/asio/websocket/websocket_ssl_read_websocket.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/asio/websocket.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/asio/websocket/websocket_async_sslv_websocket.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/asio/websocket/websocket_ssl_websocket.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 78%] Building CXX object CMakeFiles/ppp.dir/ppp/net/asio/websocket/websocket_ssl_write_websocket.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/asio/websocket.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/asio/websocket/websocket_async_sslv_websocket.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/asio/websocket/websocket_ssl_write_websocket.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 78%] Building CXX object CMakeFiles/ppp.dir/ppp/net/asio/websocket/websocket_write_websocket.cpp.o&#xD;&#xA;[ 79%] Building CXX object CMakeFiles/ppp.dir/ppp/net/http/HttpClient.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/asio/websocket.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/asio/websocket/websocket_write_websocket.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 80%] Building CXX object CMakeFiles/ppp.dir/ppp/net/native/checksum.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/http/httplib.h:1,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/http/HttpClient.cpp:2:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 80%] Building CXX object CMakeFiles/ppp.dir/ppp/net/native/dnsx.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/diagnostics/Error.h:10,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/native/checksum.cpp:4:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/native/dnsx.cpp:14:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 81%] Building CXX object CMakeFiles/ppp.dir/ppp/net/packet/IPFragment.cpp.o&#xD;&#xA;[ 81%] Building CXX object CMakeFiles/ppp.dir/ppp/net/packet/IPFrame.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/packet/IPFragment.h:35,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/packet/IPFragment.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 82%] Building CXX object CMakeFiles/ppp.dir/ppp/net/packet/IcmpFrame.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/native/checksum.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/packet/IPFrame.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/native/checksum.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/packet/IcmpFrame.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 82%] Building CXX object CMakeFiles/ppp.dir/ppp/net/packet/UdpFrame.cpp.o&#xD;&#xA;[ 83%] Building CXX object CMakeFiles/ppp.dir/ppp/net/proxies/sniproxy.cpp.o&#xD;&#xA;[ 83%] Building CXX object CMakeFiles/ppp.dir/ppp/net/rinetd/RinetdConnection.cpp.o&#xD;&#xA;[ 84%] Building CXX object CMakeFiles/ppp.dir/ppp/p2p/P2PChannel.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/native/checksum.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/packet/UdpFrame.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/configurations/AppConfiguration.h:3,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/rinetd/RinetdConnection.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/rinetd/RinetdConnection.cpp:6:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/proxies/sniproxy.h:22,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/proxies/sniproxy.cpp:6:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/p2p/P2PDefs.h:14,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/p2p/P2PChannel.h:24,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/p2p/P2PChannel.cpp:8:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 84%] Building CXX object CMakeFiles/ppp.dir/ppp/p2p/P2PCrypto.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/p2p/P2PDefs.h:14,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/p2p/P2PCrypto.h:21,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/p2p/P2PCrypto.cpp:8:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 85%] Building CXX object CMakeFiles/ppp.dir/ppp/p2p/P2PNatClassifier.cpp.o&#xD;&#xA;[ 85%] Building CXX object CMakeFiles/ppp.dir/ppp/p2p/P2PSocketProtector.cpp.o&#xD;&#xA;[ 86%] Building CXX object CMakeFiles/ppp.dir/ppp/p2p/P2PStunClient.cpp.o&#xD;&#xA;[ 87%] Building CXX object CMakeFiles/ppp.dir/ppp/ssl/SSL.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/p2p/P2PDefs.h:14,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/p2p/P2PNatClassifier.h:16,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/p2p/P2PNatClassifier.cpp:10:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/p2p/P2PDefs.h:14,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/p2p/P2PSocketProtector.h:18,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/p2p/P2PSocketProtector.cpp:8:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/p2p/P2PDefs.h:14,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/p2p/P2PStunClient.h:18,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/p2p/P2PStunClient.cpp:11:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/ssl/root_certificates.hpp:10,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/ssl/SSL.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 87%] Building CXX object CMakeFiles/ppp.dir/ppp/stdafx.cpp.o&#xD;&#xA;[ 88%] Building CXX object CMakeFiles/ppp.dir/ppp/tap/ITap.cpp.o&#xD;&#xA;[ 88%] Building CXX object CMakeFiles/ppp.dir/ppp/text/Encoding.cpp.o&#xD;&#xA;[ 89%] Building CXX object CMakeFiles/ppp.dir/ppp/threading/BufferblockAllocator.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/tap/ITap.cpp:12:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/text/Encoding.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/text/Encoding.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/threading/BufferblockAllocator.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 89%] Building CXX object CMakeFiles/ppp.dir/ppp/threading/BufferswapAllocator.cpp.o&#xD;&#xA;[ 90%] Building CXX object CMakeFiles/ppp.dir/ppp/threading/Executors.cpp.o&#xD;&#xA;[ 90%] Building CXX object CMakeFiles/ppp.dir/ppp/threading/SpinLock.cpp.o&#xD;&#xA;[ 91%] Building CXX object CMakeFiles/ppp.dir/ppp/threading/Thread.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/threading/BufferswapAllocator.h:3,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/threading/BufferswapAllocator.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/threading/Executors.h:3,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/threading/Executors.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/threading/Thread.h:3,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/threading/SpinLock.cpp:2:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/threading/Thread.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 91%] Building CXX object CMakeFiles/ppp.dir/ppp/threading/Timer.cpp.o&#xD;&#xA;[ 92%] Building CXX object CMakeFiles/ppp.dir/ppp/transmissions/ITcpipTransmission.cpp.o&#xD;&#xA;[ 92%] Building CXX object CMakeFiles/ppp.dir/ppp/transmissions/ITransmission.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/threading/Timer.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/threading/Timer.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 93%] Building CXX object CMakeFiles/ppp.dir/ppp/transmissions/ITransmissionQoS.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/transmissions/ITransmission.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/transmissions/ITcpipTransmission.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/transmissions/ITcpipTransmission.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/transmissions/ITransmission.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/transmissions/ITransmission.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/transmissions/ITransmissionQoS.h:3,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/transmissions/ITransmissionQoS.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 94%] Building CXX object CMakeFiles/ppp.dir/ppp/transmissions/IWebsocketTransmission.cpp.o&#xD;&#xA;[ 94%] Building CXX object CMakeFiles/ppp.dir/ppp/transmissions/proxys/IForwarding.cpp.o&#xD;&#xA;[ 95%] Building CXX object CMakeFiles/ppp.dir/main.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/asio/websocket.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/transmissions/templates/WebSocket.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/transmissions/IWebsocketTransmission.h:3,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/transmissions/IWebsocketTransmission.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 95%] Building CXX object CMakeFiles/ppp.dir/common/unix/UnixAfx.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/transmissions/proxys/IForwarding.h:8,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/transmissions/proxys/IForwarding.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/app/PppApplication.h:34,&#xD;&#xA;                 from /dev/shm/openppp2/main.cpp:6:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/common/unix/UnixAfx.h:3,&#xD;&#xA;                 from /dev/shm/openppp2/common/unix/UnixAfx.cpp:19:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 96%] Building CXX object CMakeFiles/ppp.dir/common/unix/net/UnixSocketAcceptor.cpp.o&#xD;&#xA;[ 96%] Building CXX object CMakeFiles/ppp.dir/linux/ppp/diagnostics/UnixStackTrace.cpp.o&#xD;&#xA;[ 97%] Building CXX object CMakeFiles/ppp.dir/linux/ppp/ipv6/LINUX_IPv6Auxiliary.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/SocketAcceptor.h:3,&#xD;&#xA;                 from /dev/shm/openppp2/common/unix/net/UnixSocketAcceptor.cpp:3:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/net/SocketAcceptor.h:3,&#xD;&#xA;                 from /dev/shm/openppp2/linux/ppp/diagnostics/UnixStackTrace.h:3,&#xD;&#xA;                 from /dev/shm/openppp2/linux/ppp/diagnostics/UnixStackTrace.cpp:1:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 97%] Building CXX object CMakeFiles/ppp.dir/linux/ppp/net/ProtectorNetwork.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/linux/ppp/ipv6/IPv6Auxiliary.h:3,&#xD;&#xA;                 from /dev/shm/openppp2/linux/ppp/ipv6/LINUX_IPv6Auxiliary.cpp:8:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 98%] Building CXX object CMakeFiles/ppp.dir/linux/ppp/net/ancillary/fd_recv.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/diagnostics/Error.h:10,&#xD;&#xA;                 from /dev/shm/openppp2/linux/ppp/net/ProtectorNetwork.cpp:11:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 98%] Building CXX object CMakeFiles/ppp.dir/linux/ppp/net/ancillary/fd_send.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/linux/ppp/net/ancillary/ancillary.h:49,&#xD;&#xA;                 from /dev/shm/openppp2/linux/ppp/net/ancillary/fd_recv.cpp:35:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[ 99%] Building CXX object CMakeFiles/ppp.dir/linux/ppp/tap/TapLinux.cpp.o&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/linux/ppp/net/ancillary/ancillary.h:49,&#xD;&#xA;                 from /dev/shm/openppp2/linux/ppp/net/ancillary/fd_send.cpp:35:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,&#xD;&#xA;                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,&#xD;&#xA;                 from /usr/include/boost/shared_ptr.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/time_clock.hpp:17,&#xD;&#xA;                 from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10,&#xD;&#xA;                 from /usr/include/boost/asio/time_traits.hpp:23,&#xD;&#xA;                 from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,&#xD;&#xA;                 from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,&#xD;&#xA;                 from /usr/include/boost/asio/basic_deadline_timer.hpp:25,&#xD;&#xA;                 from /usr/include/boost/asio.hpp:25,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/stdafx.h:286,&#xD;&#xA;                 from /dev/shm/openppp2/ppp/diagnostics/Error.h:10,&#xD;&#xA;                 from /dev/shm/openppp2/linux/ppp/tap/TapLinux.cpp:11:&#xD;&#xA;/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use &amp;lt;boost/core/scoped_enum.hpp&amp;gt; instead.’&#xD;&#xA;   17 | BOOST_HEADER_DEPRECATED(&amp;#34;&amp;lt;boost/core/scoped_enum.hpp&amp;gt;&amp;#34;)&#xD;&#xA;      | ^~~~~~~~~~~~~~~~~~~~~~~&#xD;&#xA;[100%] Linking CXX executable /dev/shm/openppp2/bin/ppp&#xD;&#xA;[100%] Built target ppp&#xD;&#xA;{&amp;#34;code&amp;#34;:200,&amp;#34;data&amp;#34;:{&amp;#34;url&amp;#34;:&amp;#34;http://域名/public/ppp&amp;#34;},&amp;#34;msg&amp;#34;:&amp;#34;success&amp;#34;}&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;hr&gt;</description>
    </item>
    <item>
      <title>tcp拥塞控制算法协议编译安装记录</title>
      <link>https://www.haoyuli.cn:1443/posts/blog/2026/tcp_ucp-build/</link>
      <pubDate>Mon, 25 May 2026 00:00:00 +0000</pubDate><author>i@haoyuli.cn (haoyuli)</author>
      <guid>https://www.haoyuli.cn:1443/posts/blog/2026/tcp_ucp-build/</guid>
      <description>&lt;p&gt;本文记录了从零开始在 &lt;strong&gt;Debian 12&lt;/strong&gt; 编译tcp拥塞控制算法协议，并且确保最终可在 Debian 12 上部署。&#xA;我会按步骤分为 &lt;strong&gt;编译 → 加载 → 确认 → 生效&lt;/strong&gt;。&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;1-编译模块&#34;&gt;&lt;strong&gt;1️⃣ 编译模块&lt;/strong&gt;&lt;/h2&gt;&#xA;&lt;h3 id=&#34;环境准备&#34;&gt;环境准备&lt;/h3&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;sudo apt update&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;sudo apt install build-essential linux-headers-&lt;span style=&#34;color:#66d9ef&#34;&gt;$(&lt;/span&gt;uname -r&lt;span style=&#34;color:#66d9ef&#34;&gt;)&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;----------------------------------------------------------&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;sudo yum install gcc make kernel-devel kernel-headers （centos7对应）&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id=&#34;下载源码&#34;&gt;下载源码&lt;/h3&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;[&lt;/span&gt;root@haoyuli ~&lt;span style=&#34;color:#f92672&#34;&gt;]&lt;/span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;# wget [tcp_ucp-1.0.zip](https://github.com/liulilittle/tcp_ucp/archive/refs/heads/main.zip)&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;[&lt;/span&gt;root@haoyuli ~&lt;span style=&#34;color:#f92672&#34;&gt;]&lt;/span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;# mv tcp_ucp-1.0.zip /opt/&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;[&lt;/span&gt;root@haoyuli ~&lt;span style=&#34;color:#f92672&#34;&gt;]&lt;/span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;# cd /opt/&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;[&lt;/span&gt;root@haoyuli opt&lt;span style=&#34;color:#f92672&#34;&gt;]&lt;/span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;# unzip tcp_ucp-1.0.zip&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;[&lt;/span&gt;root@haoyuli opt&lt;span style=&#34;color:#f92672&#34;&gt;]&lt;/span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;# cd tcp_ucp-main/&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;[&lt;/span&gt;root@haoyuli tcp_ucp&lt;span style=&#34;color:#f92672&#34;&gt;]&lt;/span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;# ls&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;docs  LICENSE  Makefile  README.md  tcp_ucp.c&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id=&#34;生成模块&#34;&gt;生成模块&lt;/h3&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;root@localhost:/opt/tcp_ucp-main# make&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;make&lt;span style=&#34;color:#f92672&#34;&gt;[&lt;/span&gt;1&lt;span style=&#34;color:#f92672&#34;&gt;]&lt;/span&gt;: Entering directory &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#39;/usr/src/linux-headers-6.1.0-42-cloud-amd64&amp;#39;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  CC &lt;span style=&#34;color:#f92672&#34;&gt;[&lt;/span&gt;M&lt;span style=&#34;color:#f92672&#34;&gt;]&lt;/span&gt;  /opt/tcp_ucp-main/tcp_ucp.o&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  MODPOST /opt/tcp_ucp-main/Module.symvers&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  CC &lt;span style=&#34;color:#f92672&#34;&gt;[&lt;/span&gt;M&lt;span style=&#34;color:#f92672&#34;&gt;]&lt;/span&gt;  /opt/tcp_ucp-main/tcp_ucp.mod.o&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  LD &lt;span style=&#34;color:#f92672&#34;&gt;[&lt;/span&gt;M&lt;span style=&#34;color:#f92672&#34;&gt;]&lt;/span&gt;  /opt/tcp_ucp-main/tcp_ucp.ko&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  BTF &lt;span style=&#34;color:#f92672&#34;&gt;[&lt;/span&gt;M&lt;span style=&#34;color:#f92672&#34;&gt;]&lt;/span&gt; /opt/tcp_ucp-main/tcp_ucp.ko&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Skipping BTF generation &lt;span style=&#34;color:#66d9ef&#34;&gt;for&lt;/span&gt; /opt/tcp_ucp-main/tcp_ucp.ko due to unavailability of vmlinux&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;make&lt;span style=&#34;color:#f92672&#34;&gt;[&lt;/span&gt;1&lt;span style=&#34;color:#f92672&#34;&gt;]&lt;/span&gt;: Leaving directory &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#39;/usr/src/linux-headers-6.1.0-42-cloud-amd64&amp;#39;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;hr&gt;&#xA;&lt;h2 id=&#34;2-加载内核模块&#34;&gt;&lt;strong&gt;2️⃣ 加载内核模块&lt;/strong&gt;&lt;/h2&gt;&#xA;&lt;p&gt;insmod tcp_ucp.ko&lt;/p&gt;</description>
    </item>
    <item>
      <title>centos7平台openvz内核编译过程</title>
      <link>https://www.haoyuli.cn:1443/posts/blog/2026/kernel-build/</link>
      <pubDate>Wed, 20 May 2026 00:00:00 +0000</pubDate><author>i@haoyuli.cn (haoyuli)</author>
      <guid>https://www.haoyuli.cn:1443/posts/blog/2026/kernel-build/</guid>
      <description>&lt;p&gt;本文记录了从零开始在 &lt;strong&gt;CentOS 7&lt;/strong&gt; 搭建开发环境到最终生成你的 &lt;code&gt;kernel&lt;/code&gt; 可执行文件，并且确保最终可在 CentOS 7 上部署。这个流程适合新机器或干净环境。&lt;/p&gt;&#xA;&lt;p&gt;我会按步骤分为 &lt;strong&gt;环境准备 → 配置编译 → 安装 → 引导&lt;/strong&gt;。&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;1-环境准备&#34;&gt;&lt;strong&gt;1️⃣ 环境准备&lt;/strong&gt;&lt;/h2&gt;&#xA;&lt;h3 id=&#34;更新系统&#34;&gt;更新系统&lt;/h3&gt;&#xA;&lt;p&gt;sudo yum update -y&lt;/p&gt;&#xA;&lt;p&gt;sudo yum groupinstall &amp;ldquo;Development Tools&amp;rdquo; -y&lt;/p&gt;&#xA;&lt;p&gt;sudo yum install epel-release -y&lt;/p&gt;&#xA;&lt;p&gt;sudo yum install wget tar bzip2 make cmake git -y&lt;/p&gt;&#xA;&lt;h3 id=&#34;安装编译内核所需软件&#34;&gt;安装编译内核所需软件&lt;/h3&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;yum install -y &lt;span style=&#34;color:#ae81ff&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;gcc &lt;span style=&#34;color:#ae81ff&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;gcc-c++ &lt;span style=&#34;color:#ae81ff&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;make &lt;span style=&#34;color:#ae81ff&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;ncurses-devel &lt;span style=&#34;color:#ae81ff&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;bc &lt;span style=&#34;color:#ae81ff&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;bison &lt;span style=&#34;color:#ae81ff&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;flex &lt;span style=&#34;color:#ae81ff&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;elfutils-libelf-devel &lt;span style=&#34;color:#ae81ff&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;perl &lt;span style=&#34;color:#ae81ff&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;wget &lt;span style=&#34;color:#ae81ff&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;git &lt;span style=&#34;color:#ae81ff&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;rpm-build &lt;span style=&#34;color:#ae81ff&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;rpmdevtools &lt;span style=&#34;color:#ae81ff&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;openssl-devel &lt;span style=&#34;color:#ae81ff&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;readline-devel &lt;span style=&#34;color:#ae81ff&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;zlib-devel &lt;span style=&#34;color:#ae81ff&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;bc &lt;span style=&#34;color:#ae81ff&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;libselinux-devel &lt;span style=&#34;color:#ae81ff&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;gettext &lt;span style=&#34;color:#ae81ff&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;elfutils-devel &lt;span style=&#34;color:#ae81ff&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;expat-devel&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;解释：&lt;/p&gt;</description>
    </item>
    <item>
      <title>只需两行代码，实现语音转文字（转载）</title>
      <link>https://www.haoyuli.cn:1443/posts/blog/2026/voice-text/</link>
      <pubDate>Wed, 13 May 2026 00:00:00 +0000</pubDate><author>i@haoyuli.cn (haoyuli)</author>
      <guid>https://www.haoyuli.cn:1443/posts/blog/2026/voice-text/</guid>
      <description>&lt;p&gt;🚀 只需两行代码，实现语音转文字（Whisper-ctranslate2）&lt;/p&gt;&#xA;&lt;p&gt;这是目前我发现&lt;strong&gt;最快、最简单&lt;/strong&gt;的语音转文字方案之一。&lt;/p&gt;&#xA;&lt;p&gt;一个小时的音频文件，只需要几分钟就可以完成处理，非常适合做字幕、笔记整理、访谈转录等场景。&lt;/p&gt;&#xA;&lt;p&gt;它不仅支持多语言（英语 + 96种语言），还能在&lt;strong&gt;噪音环境&lt;/strong&gt;下保持不错的识别效果，即使口音较重也能处理。&lt;/p&gt;&#xA;&lt;p&gt;最重要的是：&lt;br&gt;&#xA;👉 &lt;strong&gt;完全免费 + 开源&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;我们使用的是 &lt;code&gt;whisper-ctranslate2&lt;/code&gt;，这是基于 OpenAI Whisper 的升级版本（OpenAI 也就是开发 ChatGPT 的公司）。&lt;/p&gt;&#xA;&lt;p&gt;相比原版 Whisper，它的特点是：&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;⚡ 速度更快&lt;/li&gt;&#xA;&lt;li&gt;🎯 精度更高&lt;/li&gt;&#xA;&lt;li&gt;🧠 使用更简单&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;hr&gt;&#xA;&lt;h1 id=&#34;-安装第一行代码&#34;&gt;🧩 安装（第一行代码）&lt;/h1&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;pip install git+https://github.com/Softcatala/whisper-ctranslate2&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h1 id=&#34;-语音转文字第二行代码&#34;&gt;🎧 语音转文字（第二行代码）&lt;/h1&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;whisper-ctranslate2 audio.mp3 --device cuda --model large-v3&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h1 id=&#34;-翻译成英文英文字幕&#34;&gt;🌍 翻译成英文（英文字幕）&lt;/h1&gt;&#xA;&lt;p&gt;如果你想直接把语音翻译成英文：&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;whisper-ctranslate2 audio.mp3 --device cuda --model large-v3 --task translate&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h1 id=&#34;-中文识别优化简体--繁体&#34;&gt;🇨🇳 中文识别优化（简体 / 繁体）&lt;/h1&gt;&#xA;&lt;p&gt;简体中文优化：&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;whisper-ctranslate2 audio.mp3 --device cuda --model large-v3 --initial_prompt 这是一段中文普通话&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;📦 支持输出格式&lt;/p&gt;&#xA;&lt;p&gt;该工具可以输出多种格式，包括：&lt;/p&gt;&#xA;&lt;p&gt;TXT（纯文本）&#xA;SRT（字幕文件）&#xA;VTT（网页字幕）&#xA;JSON（结构化数据）&lt;/p&gt;</description>
    </item>
    <item>
      <title>利用ShareX上传图片文字等到对象存储（经验分享）</title>
      <link>https://www.haoyuli.cn:1443/posts/blog/2025/sharex-cdn/</link>
      <pubDate>Wed, 03 Dec 2025 00:00:00 +0000</pubDate><author>i@haoyuli.cn (haoyuli)</author>
      <guid>https://www.haoyuli.cn:1443/posts/blog/2025/sharex-cdn/</guid>
      <description>&lt;p&gt;本文记录了在 &lt;strong&gt;windows11&lt;/strong&gt; 平台下使用ShareX软件上传图片、文字等到cloudflare R2对象存储的一些操作步骤。&lt;/p&gt;&#xA;&lt;p&gt;主要分别用 &lt;strong&gt;图片、文字&lt;/strong&gt;结合自定义设置和第三方平台设置进行记录，其他类型的文件可举一反三。&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;1-准备&#34;&gt;&lt;strong&gt;1️⃣ 准备&lt;/strong&gt;&lt;/h2&gt;&#xA;&lt;h3 id=&#34;首先要准备一个cloudflare账号&#34;&gt;首先要准备一个cloudflare账号&lt;/h3&gt;&#xA;&lt;p&gt;在R2对象存储中创建 User API 令牌有权限允许读取、写入和列出特定存储桶中的对象。&lt;/p&gt;&#xA;&lt;p&gt;首次创建记住令牌值（api令牌）、访问密钥 ID（key）、机密访问密钥（secret）、和为 S3 客户端使用管辖权地特定的终结点（endpoint）。&lt;/p&gt;&#xA;&lt;p&gt;创建一个存储桶（例如我创建的名字叫assets）用来存储对象，免费用户选择标准存储（10GB免费）、地区自动存美国即可。&lt;/p&gt;&#xA;&lt;p&gt;&lt;img&#xA;        class=&#34;lazyload&#34;&#xA;        src=&#34;https://www.haoyuli.cn:1443/svg/loading.min.svg&#34;&#xA;        data-src=&#34;https://cdn.haoyu.app/imgs/2025/12/03/d5e2ad79ff686fae.png&#34;&#xA;        data-srcset=&#34;https://cdn.haoyu.app/imgs/2025/12/03/d5e2ad79ff686fae.png, https://cdn.haoyu.app/imgs/2025/12/03/d5e2ad79ff686fae.png 1.5x, https://cdn.haoyu.app/imgs/2025/12/03/d5e2ad79ff686fae.png 2x&#34;&#xA;        data-sizes=&#34;auto&#34;&#xA;        alt=&#34;https://cdn.haoyu.app/imgs/2025/12/03/d5e2ad79ff686fae.png&#34;&#xA;        title=&#34;https://cdn.haoyu.app/imgs/2025/12/03/d5e2ad79ff686fae.png&#34; /&gt;&lt;/p&gt;&#xA;&lt;p&gt;由于本人的这个域名是恰好由cloudflare解析，同时用cloudflare做cdn，所以在存储桶中直接将子域名进行绑定，在设置中添加自定义域即可。&lt;/p&gt;&#xA;&lt;p&gt;&lt;img&#xA;        class=&#34;lazyload&#34;&#xA;        src=&#34;https://www.haoyuli.cn:1443/svg/loading.min.svg&#34;&#xA;        data-src=&#34;https://cdn.haoyu.app/imgs/2025/12/03/00454db638ad73a4.png&#34;&#xA;        data-srcset=&#34;https://cdn.haoyu.app/imgs/2025/12/03/00454db638ad73a4.png, https://cdn.haoyu.app/imgs/2025/12/03/00454db638ad73a4.png 1.5x, https://cdn.haoyu.app/imgs/2025/12/03/00454db638ad73a4.png 2x&#34;&#xA;        data-sizes=&#34;auto&#34;&#xA;        alt=&#34;https://cdn.haoyu.app/imgs/2025/12/03/00454db638ad73a4.png&#34;&#xA;        title=&#34;https://cdn.haoyu.app/imgs/2025/12/03/00454db638ad73a4.png&#34; /&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;然后还要下载一个sharex程序&#34;&gt;然后还要下载一个ShareX程序&lt;/h3&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://github.com/ShareX/ShareX/releases&#34; target=&#34;_blank&#34; rel=&#34;noopener noreffer &#34;&gt;https://github.com/ShareX/ShareX/releases&lt;/a&gt; 这里有很多版本&lt;/p&gt;&#xA;&lt;p&gt;其中我自己下载了ShareX 18.0.1 、ShareX 17.1.0两个版本（保护EXE版本和绿色便携版），经过许久口吐兰花之后果断选择了低版本便携版，另外我还在Chrome浏览中安装了这个软件的插件，直接复制图片地址或网页文字进行上传。&lt;/p&gt;&#xA;&lt;p&gt;&lt;img&#xA;        class=&#34;lazyload&#34;&#xA;        src=&#34;https://www.haoyuli.cn:1443/svg/loading.min.svg&#34;&#xA;        data-src=&#34;https://cdn.haoyu.app/imgs/2025/12/03/09e787a43d7431a9.png&#34;&#xA;        data-srcset=&#34;https://cdn.haoyu.app/imgs/2025/12/03/09e787a43d7431a9.png, https://cdn.haoyu.app/imgs/2025/12/03/09e787a43d7431a9.png 1.5x, https://cdn.haoyu.app/imgs/2025/12/03/09e787a43d7431a9.png 2x&#34;&#xA;        data-sizes=&#34;auto&#34;&#xA;        alt=&#34;https://cdn.haoyu.app/imgs/2025/12/03/09e787a43d7431a9.png&#34;&#xA;        title=&#34;https://cdn.haoyu.app/imgs/2025/12/03/09e787a43d7431a9.png&#34; /&gt;&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;2-图床&#34;&gt;&lt;strong&gt;2️⃣ 图床&lt;/strong&gt;&lt;/h2&gt;&#xA;&lt;p&gt;首先我有一个图床程序，这个图床程序的存储方式包含S3存储，可以直接利用该图床程序将图片传输到R2对象存储，但是配合程序提供的api结合ShareX可以更方便的实现截图上传功能并在粘贴板中返回图片地址和图片，同时又可以通过该图床程序管理照片，以及特别区分开图片与其他文件，所以这里用到的是“图床程序+ShareX程序+cloudflare R2的方式”传输和管理图片，当然也可以只用“ShareX+cloudflare R2”的方式进行传输（参考第3部分）。&lt;/p&gt;&#xA;&lt;p&gt;在ShareX程序&amp;ndash;目标&amp;ndash;图片上传&amp;ndash;选择自定义图像上传&lt;/p&gt;&#xA;&lt;p&gt;&lt;img&#xA;        class=&#34;lazyload&#34;&#xA;        src=&#34;https://www.haoyuli.cn:1443/svg/loading.min.svg&#34;&#xA;        data-src=&#34;https://cdn.haoyu.app/imgs/2025/12/03/d6a05f10fdbf2e2c.png&#34;&#xA;        data-srcset=&#34;https://cdn.haoyu.app/imgs/2025/12/03/d6a05f10fdbf2e2c.png, https://cdn.haoyu.app/imgs/2025/12/03/d6a05f10fdbf2e2c.png 1.5x, https://cdn.haoyu.app/imgs/2025/12/03/d6a05f10fdbf2e2c.png 2x&#34;&#xA;        data-sizes=&#34;auto&#34;&#xA;        alt=&#34;https://cdn.haoyu.app/imgs/2025/12/03/d6a05f10fdbf2e2c.png&#34;&#xA;        title=&#34;https://cdn.haoyu.app/imgs/2025/12/03/d6a05f10fdbf2e2c.png&#34; /&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>centos7平台openppp2编译过程（非完整教程）</title>
      <link>https://www.haoyuli.cn:1443/posts/blog/2025/ppp-build/</link>
      <pubDate>Wed, 26 Nov 2025 00:00:00 +0000</pubDate><author>i@haoyuli.cn (haoyuli)</author>
      <guid>https://www.haoyuli.cn:1443/posts/blog/2025/ppp-build/</guid>
      <description>&lt;p&gt;本文记录了从零开始在 &lt;strong&gt;CentOS 7&lt;/strong&gt; 搭建开发环境到最终生成你的 &lt;code&gt;ppp&lt;/code&gt; 可执行文件，包括 Boost、OpenSSL、jemalloc 的静态构建，并且确保最终可在 CentOS 7 上部署。这个流程适合新机器或干净环境。&lt;/p&gt;&#xA;&lt;p&gt;我会按步骤分为 &lt;strong&gt;环境准备 → 第三方库编译 → 项目配置 → 编译生成&lt;/strong&gt;。&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;1-环境准备&#34;&gt;&lt;strong&gt;1️⃣ 环境准备&lt;/strong&gt;&lt;/h2&gt;&#xA;&lt;h3 id=&#34;更新系统&#34;&gt;更新系统&lt;/h3&gt;&#xA;&lt;p&gt;sudo yum update -y&lt;/p&gt;&#xA;&lt;p&gt;sudo yum groupinstall &amp;ldquo;Development Tools&amp;rdquo; -y&lt;/p&gt;&#xA;&lt;p&gt;sudo yum install epel-release -y&lt;/p&gt;&#xA;&lt;p&gt;sudo yum install wget tar bzip2 make cmake git -y&lt;/p&gt;&#xA;&lt;h3 id=&#34;安装-devtoolset-11gcc-11&#34;&gt;安装 Devtoolset 11（GCC 11）&lt;/h3&gt;&#xA;&lt;p&gt;CentOS7 默认 GCC 版本太低，需用 SCL 安装新版本：&lt;/p&gt;&#xA;&lt;p&gt;sudo yum install centos-release-scl -y&lt;/p&gt;&#xA;&lt;p&gt;sudo yum install devtoolset-11 -y&lt;/p&gt;&#xA;&lt;p&gt;scl enable devtoolset-11&lt;/p&gt;</description>
    </item>
    <item>
      <title>利用fpm打包二进制程序（简版教程）</title>
      <link>https://www.haoyuli.cn:1443/posts/blog/2025/fpm-setup/</link>
      <pubDate>Sun, 23 Nov 2025 00:00:00 +0000</pubDate><author>i@haoyuli.cn (haoyuli)</author>
      <guid>https://www.haoyuli.cn:1443/posts/blog/2025/fpm-setup/</guid>
      <description>&lt;p&gt;本文记录了在 linux 环境下，利用 fpm 挂载打包二进制程序的教程。&lt;/p&gt;&#xA;&lt;h2 id=&#34;利用fpm打包二进制程序为rpm或deb包&#34;&gt;利用fpm打包二进制程序为rpm或deb包&lt;/h2&gt;&#xA;&lt;h2 id=&#34;1-安装所需工具&#34;&gt;1. 安装所需工具&lt;/h2&gt;&#xA;&lt;p&gt;首先，需要确保你的系统安装了必要的工具和依赖项。&lt;/p&gt;&#xA;&lt;p&gt;安装 fpm 的前提：&lt;/p&gt;&#xA;&lt;p&gt;Ruby 和 相关开发工具。&lt;/p&gt;&#xA;&lt;p&gt;GCC 和 Make 等编译工具。&lt;/p&gt;&#xA;&lt;p&gt;RPM 和 Debian 打包工具。&lt;/p&gt;&#xA;&lt;p&gt;在 CentOS 7 或 Debian/Ubuntu 系统上，你可以按以下步骤安装这些工具：&lt;/p&gt;&#xA;&lt;p&gt;Debian 12 (或其他 Debian/Ubuntu 系统):&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;sudo apt-get install ruby ruby-dev gcc make rpm-build -y&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;CentOS 7（本教程在该平台部署）&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;yum install  gcc make rpm-build -y&#xD;&#xA;yum install -y rh-ruby27 rh-ruby27-ruby-devel&#xD;&#xA;scl enable rh-ruby27 bash&#xD;&#xA;ruby -v&#xD;&#xA;# ruby 2.7.4p191 (2021-07-07 revision a21a3b7d23) [x86_64-linux]&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;安装 fpm：&lt;/p&gt;&#xA;&lt;p&gt;fpm 是一个用于打包的软件包管理工具，可以方便地生成 .deb 和 .rpm 包。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cloudflare R2 &#43; rclone 备份教程（新手版）</title>
      <link>https://www.haoyuli.cn:1443/posts/blog/2025/rclone-cfr2-setup/</link>
      <pubDate>Sun, 16 Nov 2025 00:00:00 +0000</pubDate><author>i@haoyuli.cn (haoyuli)</author>
      <guid>https://www.haoyuli.cn:1443/posts/blog/2025/rclone-cfr2-setup/</guid>
      <description>&lt;p&gt;本文记录了在 linux 环境下，利用 rclone 备份vps目录至Cloudflare R2的部署参考教程。&lt;/p&gt;&#xA;&lt;h2 id=&#34;cloudflare-r2--rclone-备份教程新手版&#34;&gt;Cloudflare R2 + rclone 备份教程（新手版）&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;注册 Cloudflare → 创建 R2 Bucket&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;获取 Access Key / Secret Key / Endpoint&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;配置 rclone 连接 R2&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;测试同步 / 写脚本同步多目录&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;设置 Cron 定时自动备份&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;1-注册-cloudflare-并启用-r2&#34;&gt;1️⃣ 注册 Cloudflare 并启用 R2&lt;/h2&gt;&#xA;&lt;p&gt;注册 Cloudflare 账号：https://dash.cloudflare.com/sign-up&lt;/p&gt;&#xA;&lt;p&gt;登录 Cloudflare 控制面板&lt;/p&gt;&#xA;&lt;p&gt;在左侧菜单找到 R2（存储和数据库-R2对象存储） → Create Bucket&lt;/p&gt;&#xA;&lt;p&gt;填写 Bucket Name（例如 backup）&lt;/p&gt;&#xA;&lt;p&gt;选择区域（Region），如：亚太（apac）、西欧（weur）、西美（wnam）&lt;/p&gt;&#xA;&lt;p&gt;点击 Create Bucket&lt;/p&gt;&#xA;&lt;p&gt;注意：R2 的出站流量免费，但存储和操作有少量费用。（每月前10GB流量免费）&lt;/p&gt;&#xA;&lt;h2 id=&#34;2-获取-access-key--secret-key--endpoint&#34;&gt;2️⃣ 获取 Access Key / Secret Key / Endpoint&lt;/h2&gt;&#xA;&lt;p&gt;在 Cloudflare R2 控制面板，进入 API Keys / Access Keys （右下方api token点击manage）&lt;/p&gt;</description>
    </item>
    <item>
      <title>谷歌workspace &#43; rclone 挂载部署指南</title>
      <link>https://www.haoyuli.cn:1443/posts/blog/2025/rclone-gdrive-setup/</link>
      <pubDate>Fri, 14 Nov 2025 00:00:00 +0000</pubDate><author>i@haoyuli.cn (haoyuli)</author>
      <guid>https://www.haoyuli.cn:1443/posts/blog/2025/rclone-gdrive-setup/</guid>
      <description>&lt;p&gt;本文记录了在 linux 环境下，利用 rclone 挂载 Google Workspace的部署参考教程。&lt;/p&gt;&#xA;&lt;h2 id=&#34;-谷歌workspace--rclone-挂载部署指南&#34;&gt;🔹 谷歌workspace + rclone 挂载部署指南&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;workspace账户设置&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;配置rclone.conf&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;前台挂载测试谷歌云盘&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;长期运行谷歌云盘&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;问题总结&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;1-安装-rclone&#34;&gt;1️⃣ 安装 rclone&lt;/h2&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; sudo -v ; curl https://rclone.org/install.sh | sudo bash&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;或下载二进制软件解压至/opt/rclone（推荐）&lt;/p&gt;&#xA;&lt;p&gt;确认安装：&lt;/p&gt;&#xA;&lt;p&gt;rclone version&lt;/p&gt;&#xA;&lt;h2 id=&#34;2-准备-google-workspace-service-account&#34;&gt;2️⃣ 准备 Google Workspace Service Account&lt;/h2&gt;&#xA;&lt;p&gt;打开 Google Cloud Console → IAM &amp;amp; Admin → Service Accounts&lt;/p&gt;&#xA;&lt;p&gt;创建一个 Service Account，例如 rclone-drive-sa&lt;/p&gt;&#xA;&lt;p&gt;生成 JSON Key，下载到 VPS，例如 /opt/rclone/google-sa.json&lt;/p&gt;&#xA;&lt;p&gt;在 Google Workspace 管理后台（Admin Console → 安全 → API 控制 → 域范围委托）：&lt;/p&gt;</description>
    </item>
    <item>
      <title>坚果云 &#43; rclone 挂载部署指南（含通知）</title>
      <link>https://www.haoyuli.cn:1443/posts/blog/2025/rclone-nutstore-setup/</link>
      <pubDate>Wed, 12 Nov 2025 00:00:00 +0000</pubDate><author>i@haoyuli.cn (haoyuli)</author>
      <guid>https://www.haoyuli.cn:1443/posts/blog/2025/rclone-nutstore-setup/</guid>
      <description>&lt;p&gt;本文记录了在 linux 环境下，利用rclone挂载坚果云的部署参考教程。&lt;/p&gt;&#xA;&lt;h2 id=&#34;坚果云--rclone-挂载部署指南包含&#34;&gt;&lt;strong&gt;坚果云 + rclone 挂载部署指南&lt;/strong&gt;，包含：&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;自动创建挂载目录（如/mnt/blog /mnt/edu365）&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;部署service &lt;code&gt;rclone@.service&lt;/code&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;配置检测脚本 &lt;code&gt;/usr/local/bin/rclone-check.sh&lt;/code&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;配合 Telegram + msmtp 邮件通知&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;systemd 定时器自动检测 &amp;amp; 重启&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;-一安装必要依赖并配置rclone&#34;&gt;🔹 一、安装必要依赖并配置rclone&lt;/h2&gt;&#xA;&lt;p&gt;本教程依赖 &lt;code&gt;fuse&lt;/code&gt; 和 &lt;code&gt;msmtp&lt;/code&gt;：&lt;/p&gt;&#xA;&lt;p&gt;sudo yum install -y fuse3&lt;/p&gt;&#xA;&lt;p&gt;sudo yum install -y msmtp&lt;/p&gt;&#xA;&lt;p&gt;fuse必须安装，否则rclone会报错，msmtp为可选安装，若要邮件通知需安装，本人vps采用msmtp发送邮件通知。&lt;/p&gt;&#xA;&lt;p&gt;下载rclone至目录/opt/rclone,配置/opt/rclone/rclone.conf：&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;[&lt;/span&gt;edu365&lt;span style=&#34;color:#f92672&#34;&gt;]&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;type   &lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt; webdav&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;url    &lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt; https://dav.jianguoyun.com/dav/edu365&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;vendor &lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt; other&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;user   &lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt; 账户&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;pass   &lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt; 密钥&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;[&lt;/span&gt;blog&lt;span style=&#34;color:#f92672&#34;&gt;]&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;type   &lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt; webdav&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;url    &lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt; https://dav.jianguoyun.com/dav/blog&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;vendor &lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt; other&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;user   &lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt; 账户&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;pass   &lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt; 密钥&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;hr&gt;&#xA;&lt;h2 id=&#34;-二部署rcloneservice&#34;&gt;🔹 二、部署 rclone@.service&lt;/h2&gt;&#xA;&lt;p&gt;创建文件 &lt;code&gt;/etc/systemd/system/rclone@.service&lt;/code&gt;：&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;[&lt;/span&gt;Unit&lt;span style=&#34;color:#f92672&#34;&gt;]&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Description&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;Rclone Mount &lt;span style=&#34;color:#66d9ef&#34;&gt;for&lt;/span&gt; %i&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Documentation&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;https://rclone.org/commands/rclone_mount/&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;After&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;network-online.target&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Wants&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;network-online.target&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;[&lt;/span&gt;Service&lt;span style=&#34;color:#f92672&#34;&gt;]&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Type&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;simple&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;User&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;root&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Group&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;root&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;# 自动创建挂载点目录&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;ExecStartPre&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;/bin/mkdir -p /mnt/%i&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;# 挂载命令&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;ExecStart&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;/opt/rclone/rclone mount %i:/ /mnt/%i &lt;span style=&#34;color:#ae81ff&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;  --config /opt/rclone/rclone.conf &lt;span style=&#34;color:#ae81ff&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;  --vfs-cache-mode&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;writes &lt;span style=&#34;color:#ae81ff&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;  --vfs-cache-max-age 30m &lt;span style=&#34;color:#ae81ff&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;  --vfs-cache-max-size 200M &lt;span style=&#34;color:#ae81ff&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;  --allow-other &lt;span style=&#34;color:#ae81ff&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;  --dir-cache-time 5m &lt;span style=&#34;color:#ae81ff&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;  --poll-interval 30s &lt;span style=&#34;color:#ae81ff&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;  --timeout 30m &lt;span style=&#34;color:#ae81ff&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;  --umask &lt;span style=&#34;color:#ae81ff&#34;&gt;002&lt;/span&gt; &lt;span style=&#34;color:#ae81ff&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;  --log-file /var/log/rclone-%i.log &lt;span style=&#34;color:#ae81ff&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;  --log-level INFO&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;# 停止时卸载&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;ExecStop&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;/bin/fusermount -uz /mnt/%i&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Restart&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;on-failure&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;RestartSec&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;10&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;RestartPreventExitStatus&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;3&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;TimeoutStopSec&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;20&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;[&lt;/span&gt;Install&lt;span style=&#34;color:#f92672&#34;&gt;]&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;WantedBy&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;multi-user.target&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;启用挂载服务示例：&lt;/p&gt;</description>
    </item>
    <item>
      <title>网盘博客搭建参考简略教程</title>
      <link>https://www.haoyuli.cn:1443/posts/blog/2025/hugo-blog-setup/</link>
      <pubDate>Sun, 09 Nov 2025 00:00:00 +0000</pubDate><author>i@haoyuli.cn (haoyuli)</author>
      <guid>https://www.haoyuli.cn:1443/posts/blog/2025/hugo-blog-setup/</guid>
      <description>&lt;p&gt;本文记录了在 CentOS 7 环境下，从零搭建 &lt;strong&gt;Hugo Extended + LoveIt 主题&lt;/strong&gt; 博客，并将文章存储目录放置在 &lt;strong&gt;坚果云挂载目录&lt;/strong&gt; 中参考过程，回忆记录包含所有关键配置，避免踩坑。&lt;/p&gt;&#xA;&lt;p&gt;关键词：CentOS7  Hugo（Extended） LoveIt主题  坚果云挂载&lt;/p&gt;&#xA;&lt;h2 id=&#34;1-系统环境说明&#34;&gt;1. 系统环境说明&lt;/h2&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;项目&lt;/th&gt;&#xA;          &lt;th&gt;说明&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;系统&lt;/td&gt;&#xA;          &lt;td&gt;CentOS 7   （其他linux版本同样适用）&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Hugo&lt;/td&gt;&#xA;          &lt;td&gt;&lt;strong&gt;Extended 版本&lt;/strong&gt;（必须支持 SCSS 编译）&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;主题&lt;/td&gt;&#xA;          &lt;td&gt;LoveIt&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;文章存储&lt;/td&gt;&#xA;          &lt;td&gt;VPS 本地 + 坚果云挂载目录&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;访问入口&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;https://www.edu365.site/&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;部署模式&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;hugo server&lt;/code&gt; 实时更新&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;2-安装基础依赖&#34;&gt;2. 安装基础依赖&lt;/h2&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;yum -y install git wget gcc make golang&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;注：可在其他centos7环境下安装编译，编译完成后将编译好的二进制hugo版本复制至当前系统&lt;/p&gt;&#xA;&lt;h2 id=&#34;3-编译并安装-hugo-extended&#34;&gt;3. 编译并安装 Hugo Extended&lt;/h2&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;git clone https://github.com/gohugoio/hugo.git&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;cd hugo&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;go install --tags extended&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;cp ~/go/bin/hugo /opt/hugo/hugo&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;chmod +x /opt/hugo/hugo&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;验证：&lt;/p&gt;</description>
    </item>
    <item>
      <title>hello_world</title>
      <link>https://www.haoyuli.cn:1443/posts/blog/hello_world/</link>
      <pubDate>Sat, 08 Nov 2025 00:00:00 +0000</pubDate><author>i@haoyuli.cn (haoyuli)</author>
      <guid>https://www.haoyuli.cn:1443/posts/blog/hello_world/</guid>
      <description>&lt;p&gt;欢迎来到我的博客！&#xA;这里是一篇用于测试和展示主题效果的示例文章。&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;1-内容格式&#34;&gt;1.📖 内容格式&lt;/h2&gt;&#xA;&lt;h2 id=&#34;-本文内容包括&#34;&gt;📝 本文内容包括：&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;段落内容&lt;/li&gt;&#xA;&lt;li&gt;提示框&lt;/li&gt;&#xA;&lt;li&gt;代码块&lt;/li&gt;&#xA;&lt;li&gt;列表效果&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;-提示框示例&#34;&gt;💡 提示框示例&lt;/h2&gt;&#xA;&lt;div class=&#34;details admonition tip open&#34;&gt;&#xA;        &lt;div class=&#34;details-summary admonition-title&#34;&gt;&#xA;            &lt;i class=&#34;icon fas fa-lightbulb fa-fw&#34; aria-hidden=&#34;true&#34;&gt;&lt;/i&gt;提示&lt;i class=&#34;details-icon fas fa-angle-right fa-fw&#34; aria-hidden=&#34;true&#34;&gt;&lt;/i&gt;&#xA;        &lt;/div&gt;&#xA;        &lt;div class=&#34;details-content&#34;&gt;&#xA;            &lt;div class=&#34;admonition-content&#34;&gt;你可以自由编辑 Markdown 文件来创建文章。&lt;/div&gt;&#xA;        &lt;/div&gt;&#xA;    &lt;/div&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-md&#34; data-lang=&#34;md&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;---&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;title: &amp;#34;hello_world&amp;#34;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;date: 2025-11-09&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;draft: false&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;description: &amp;#34;无&amp;#34;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;tags: [&amp;#34;日常更新&amp;#34;]&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;categories: [&amp;#34;默认分类&amp;#34;]&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;---&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;## 标题&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;&lt;/span&gt;--正文内容&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;---&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;hr&gt;&#xA;&lt;h2 id=&#34;2-博客备份&#34;&gt;2.🔄 博客备份&lt;/h2&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;#!/bin/bash&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;[&lt;/span&gt;root@linux ~&lt;span style=&#34;color:#f92672&#34;&gt;]&lt;/span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;# crontab -l&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;0&lt;/span&gt; &lt;span style=&#34;color:#ae81ff&#34;&gt;4&lt;/span&gt; * * * /root/send-blog-backup.sh &amp;gt;/dev/null 2&amp;gt;&amp;amp;&lt;span style=&#34;color:#ae81ff&#34;&gt;1&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;send-blog-backup.sh&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;#!/bin/bash&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;# -----------------------------&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;# 配置&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;# -----------------------------&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;BACKUP_DIR&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;~/blog-backups&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;SOURCE_DIR&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;/opt/blog&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;TO&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;i@protonmail.com&amp;#34;&lt;/span&gt; &#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;FROM&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;i@gmail.com&amp;#34;&lt;/span&gt; &#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;SUBJECT&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;blog backup &lt;/span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;$(&lt;/span&gt;date +%Y%m%d&lt;span style=&#34;color:#66d9ef&#34;&gt;)&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;ACCOUNT&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;google&amp;#34;&lt;/span&gt;   &lt;span style=&#34;color:#75715e&#34;&gt;# msmtp 配置的谷歌邮箱账户&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;KEEP_DAYS&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;7&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;ZIP_PASSWORD&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;你的密码&amp;#34;&lt;/span&gt;  &lt;span style=&#34;color:#75715e&#34;&gt;# 设置压缩包密码&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;# -----------------------------&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;# 创建备份目录&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;# -----------------------------&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;mkdir -p &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&lt;/span&gt;$BACKUP_DIR&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;# -----------------------------&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;# 给 md 文件加 UTF-8 BOM（临时目录）&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;# -----------------------------&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;TMP_DIR&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;$(&lt;/span&gt;mktemp -d&lt;span style=&#34;color:#66d9ef&#34;&gt;)&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;cp -r &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&lt;/span&gt;$SOURCE_DIR&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&lt;/span&gt;/* &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&lt;/span&gt;$TMP_DIR&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&lt;/span&gt;/&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;# 为每个 md 文件加 BOM&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;for&lt;/span&gt; f in &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&lt;/span&gt;$TMP_DIR&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&lt;/span&gt;/*.md; &lt;span style=&#34;color:#66d9ef&#34;&gt;do&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    &lt;span style=&#34;color:#66d9ef&#34;&gt;if&lt;/span&gt; &lt;span style=&#34;color:#f92672&#34;&gt;[&lt;/span&gt; -f &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&lt;/span&gt;$f&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&lt;/span&gt; &lt;span style=&#34;color:#f92672&#34;&gt;]&lt;/span&gt;; &lt;span style=&#34;color:#66d9ef&#34;&gt;then&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;        &lt;span style=&#34;color:#75715e&#34;&gt;# 检查文件是否已经有 BOM&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;        &lt;span style=&#34;color:#66d9ef&#34;&gt;if&lt;/span&gt; ! head -c &lt;span style=&#34;color:#ae81ff&#34;&gt;3&lt;/span&gt; &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&lt;/span&gt;$f&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&lt;/span&gt; | grep -q &lt;span style=&#34;color:#e6db74&#34;&gt;$&amp;#39;\xEF\xBB\xBF&amp;#39;&lt;/span&gt;; &lt;span style=&#34;color:#66d9ef&#34;&gt;then&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;            &lt;span style=&#34;color:#75715e&#34;&gt;# 给文件加 BOM&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;            &lt;span style=&#34;color:#f92672&#34;&gt;(&lt;/span&gt;echo -ne &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#39;\xEF\xBB\xBF&amp;#39;&lt;/span&gt;; cat &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&lt;/span&gt;$f&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;)&lt;/span&gt; &amp;gt; &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;${&lt;/span&gt;f&lt;span style=&#34;color:#e6db74&#34;&gt;}&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;.bom&amp;#34;&lt;/span&gt; &lt;span style=&#34;color:#f92672&#34;&gt;&amp;amp;&amp;amp;&lt;/span&gt; mv &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;${&lt;/span&gt;f&lt;span style=&#34;color:#e6db74&#34;&gt;}&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;.bom&amp;#34;&lt;/span&gt; &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&lt;/span&gt;$f&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;        &lt;span style=&#34;color:#66d9ef&#34;&gt;fi&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    &lt;span style=&#34;color:#66d9ef&#34;&gt;fi&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;done&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;# -----------------------------&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;# 生成 ZIP 压缩包&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;# -----------------------------&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;BACKUP_FILE&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&lt;/span&gt;$BACKUP_DIR&lt;span style=&#34;color:#e6db74&#34;&gt;/blog-content-&lt;/span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;$(&lt;/span&gt;date +%Y%m%d&lt;span style=&#34;color:#66d9ef&#34;&gt;)&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;.zip&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;cd &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&lt;/span&gt;$TMP_DIR&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;zip -r -P &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&lt;/span&gt;$ZIP_PASSWORD&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&lt;/span&gt; &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&lt;/span&gt;$BACKUP_FILE&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&lt;/span&gt; ./*&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;# -----------------------------&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;# 获取备份信息&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;# -----------------------------&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;BACKUP_SIZE&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;$(&lt;/span&gt;du -h &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&lt;/span&gt;$BACKUP_FILE&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&lt;/span&gt; | cut -f1&lt;span style=&#34;color:#66d9ef&#34;&gt;)&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;BACKUP_TIME&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;$(&lt;/span&gt;date +&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;%Y-%m-%d %H:%M:%S&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;)&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;BODY&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;备份已完成：&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;路径：&lt;/span&gt;$BACKUP_FILE&lt;span style=&#34;color:#e6db74&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;大小：&lt;/span&gt;$BACKUP_SIZE&lt;span style=&#34;color:#e6db74&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;创建时间：&lt;/span&gt;$BACKUP_TIME&lt;span style=&#34;color:#e6db74&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;压缩密码已设置。&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;# -----------------------------&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;# 发送邮件（msmtp + base64）&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;# -----------------------------&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;BOUNDARY&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;ZZ_/afg6432dfgkl.94531q&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;(&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;echo &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;From: &lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;${&lt;/span&gt;FROM&lt;span style=&#34;color:#e6db74&#34;&gt;}&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;echo &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;To: &lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;${&lt;/span&gt;TO&lt;span style=&#34;color:#e6db74&#34;&gt;}&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;echo &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;Subject: &lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;${&lt;/span&gt;SUBJECT&lt;span style=&#34;color:#e6db74&#34;&gt;}&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;echo &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;MIME-Version: 1.0&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;echo &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;Content-Type: multipart/mixed; boundary=\&amp;#34;&lt;/span&gt;$BOUNDARY&lt;span style=&#34;color:#e6db74&#34;&gt;\&amp;#34;&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;echo&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;echo &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;--&lt;/span&gt;$BOUNDARY&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;echo &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;Content-Type: text/plain; charset=UTF-8&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;echo &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;Content-Transfer-Encoding: 7bit&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;echo&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;echo &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&lt;/span&gt;$BODY&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;echo&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;echo &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;--&lt;/span&gt;$BOUNDARY&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;echo &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;Content-Type: application/zip; name=\&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;$(&lt;/span&gt;basename $BACKUP_FILE&lt;span style=&#34;color:#66d9ef&#34;&gt;)&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;\&amp;#34;&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;echo &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;Content-Transfer-Encoding: base64&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;echo &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;Content-Disposition: attachment; filename=\&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;$(&lt;/span&gt;basename $BACKUP_FILE&lt;span style=&#34;color:#66d9ef&#34;&gt;)&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;\&amp;#34;&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;echo&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;openssl base64 -A -in &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&lt;/span&gt;$BACKUP_FILE&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&lt;/span&gt; | fold -w &lt;span style=&#34;color:#ae81ff&#34;&gt;76&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;echo&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;echo &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;--&lt;/span&gt;$BOUNDARY&lt;span style=&#34;color:#e6db74&#34;&gt;--&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;)&lt;/span&gt; | msmtp -a &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&lt;/span&gt;$ACCOUNT&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&lt;/span&gt; &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&lt;/span&gt;$TO&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;# -----------------------------&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;# 删除临时目录&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;# -----------------------------&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;rm -rf &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&lt;/span&gt;$TMP_DIR&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;# -----------------------------&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;# 删除 7 天前的旧备份&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;# -----------------------------&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;find &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&lt;/span&gt;$BACKUP_DIR&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&lt;/span&gt; -type f -name &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;blog-content-*.zip&amp;#34;&lt;/span&gt; -mtime +$KEEP_DAYS -exec rm -f &lt;span style=&#34;color:#f92672&#34;&gt;{}&lt;/span&gt; &lt;span style=&#34;color:#ae81ff&#34;&gt;\;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;hr&gt;&#xA;&lt;h2 id=&#34;3-常用-emoji&#34;&gt;3.📝 常用 Emoji&lt;/h2&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Emoji&lt;/th&gt;&#xA;          &lt;th&gt;用途&lt;/th&gt;&#xA;          &lt;th&gt;示例&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1️⃣ 写作与文章相关&lt;/td&gt;&#xA;          &lt;td&gt;&lt;/td&gt;&#xA;          &lt;td&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;📝&lt;/td&gt;&#xA;          &lt;td&gt;笔记、文章&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;📝 今日笔记&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;📖&lt;/td&gt;&#xA;          &lt;td&gt;阅读、教程&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;📖 阅读教程&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;✍️&lt;/td&gt;&#xA;          &lt;td&gt;编辑、创作&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;✍️ 编辑文章&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;📰&lt;/td&gt;&#xA;          &lt;td&gt;新闻、更新&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;📰 最新动态&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;2️⃣ 任务与状态&lt;/td&gt;&#xA;          &lt;td&gt;&lt;/td&gt;&#xA;          &lt;td&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;✅&lt;/td&gt;&#xA;          &lt;td&gt;已完成&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;✅ 已完成部署&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;❌&lt;/td&gt;&#xA;          &lt;td&gt;失败&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;❌ 操作失败&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;🔄&lt;/td&gt;&#xA;          &lt;td&gt;更新&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;🔄 内容更新&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;⏳&lt;/td&gt;&#xA;          &lt;td&gt;等待/进度&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;⏳ 等待完成&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;🎯&lt;/td&gt;&#xA;          &lt;td&gt;目标&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;🎯 本周目标&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;3️⃣ 提示与注意事项&lt;/td&gt;&#xA;          &lt;td&gt;&lt;/td&gt;&#xA;          &lt;td&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;⚠️&lt;/td&gt;&#xA;          &lt;td&gt;警告&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;⚠️ 注意事项&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;💡&lt;/td&gt;&#xA;          &lt;td&gt;提示、小技巧&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;💡 小技巧&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;📌&lt;/td&gt;&#xA;          &lt;td&gt;重点、收藏&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;📌 本文重点&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;🔔&lt;/td&gt;&#xA;          &lt;td&gt;提醒&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;🔔 重要通知&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;4️⃣ 热点与推荐&lt;/td&gt;&#xA;          &lt;td&gt;&lt;/td&gt;&#xA;          &lt;td&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;🔥&lt;/td&gt;&#xA;          &lt;td&gt;热门&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;🔥 热门文章&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;🌟&lt;/td&gt;&#xA;          &lt;td&gt;推荐&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;🌟 推荐阅读&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;💎&lt;/td&gt;&#xA;          &lt;td&gt;精选&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;💎 精选内容&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;⭐&lt;/td&gt;&#xA;          &lt;td&gt;星标&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;⭐ 五星推荐&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;5️⃣ 技术与工具&lt;/td&gt;&#xA;          &lt;td&gt;&lt;/td&gt;&#xA;          &lt;td&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;🛠&lt;/td&gt;&#xA;          &lt;td&gt;工具、配置&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;🛠 配置工具&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;🧩&lt;/td&gt;&#xA;          &lt;td&gt;插件、模块&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;🧩 插件安装&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;⚙️&lt;/td&gt;&#xA;          &lt;td&gt;系统设置&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;⚙️ 系统配置&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;💻&lt;/td&gt;&#xA;          &lt;td&gt;编程、开发&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;💻 编写代码&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;🖥&lt;/td&gt;&#xA;          &lt;td&gt;服务器、电脑&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;🖥 部署环境&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;6️⃣ 社交与交流&lt;/td&gt;&#xA;          &lt;td&gt;&lt;/td&gt;&#xA;          &lt;td&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;💬&lt;/td&gt;&#xA;          &lt;td&gt;评论、讨论&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;💬 留言讨论&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;📩&lt;/td&gt;&#xA;          &lt;td&gt;邮件、联系&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;📩 联系我&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;🔗&lt;/td&gt;&#xA;          &lt;td&gt;链接、参考&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;🔗 参考资料&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;🤝&lt;/td&gt;&#xA;          &lt;td&gt;合作&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;🤝 合作伙伴&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;7️⃣ 发布与进度&lt;/td&gt;&#xA;          &lt;td&gt;&lt;/td&gt;&#xA;          &lt;td&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;🚀&lt;/td&gt;&#xA;          &lt;td&gt;发布、上线&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;🚀 部署完成&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;🗓&lt;/td&gt;&#xA;          &lt;td&gt;时间、日程&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;🗓 发布日期&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;⏱&lt;/td&gt;&#xA;          &lt;td&gt;耗时&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;⏱ 耗时统计&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;📊&lt;/td&gt;&#xA;          &lt;td&gt;数据、统计&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;📊 数据分析&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;</description>
    </item>
  </channel>
</rss>
