Advertisement
Guest User

Untitled

a guest
Jan 25th, 2021
320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.41 KB | None | 0 0
  1. Welcome to FreeBSD!
  2.  
  3. Release Notes, Errata: https://www.FreeBSD.org/releases/
  4. Security Advisories: https://www.FreeBSD.org/security/
  5. FreeBSD Handbook: https://www.FreeBSD.org/handbook/
  6. FreeBSD FAQ: https://www.FreeBSD.org/faq/
  7. Questions List: https://lists.FreeBSD.org/mailman/listinfo/freebsd-questions/
  8. FreeBSD Forums: https://forums.FreeBSD.org/
  9.  
  10. Documents installed with the system are in the /usr/local/share/doc/freebsd/
  11. directory, or can be installed later with: pkg install en-freebsd-doc
  12. For other languages, replace "en" with a language code like de or fr.
  13.  
  14. Show the version of FreeBSD installed: freebsd-version ; uname -a
  15. Please include that output and any error messages when posting questions.
  16. Introduction to manual pages: man man
  17. FreeBSD directory layout: man hier
  18.  
  19. Edit /etc/motd to change this login announcement.
  20. root@:~ # ee /etc/ssh/sshd_config
  21. ^[ (escape) menu ^y search prompt ^k delete line ^p prev li ^g prev page
  22. ^o ascii code ^x search ^l undelete line ^n next li ^v next page
  23. ^u end of file ^a begin of line ^w delete word ^b back 1 char
  24. ^t top of text ^e end of line ^r restore word ^f forward 1 char
  25. ^c command ^d delete char ^j undelete char ^z next word
  26. ===============================================================================
  27. # Authentication:
  28.  
  29. #LoginGraceTime 2m
  30. PermitRootLogin yes
  31. #StrictModes yes
  32. #MaxAuthTries 6
  33. #MaxSessions 10
  34.  
  35. #PubkeyAuthentication yes
  36.  
  37. # The default is to check b and .ssh/authorized_keys2
  38. # but this is overridden so check .ssh/authorized_keys
  39. AuthorizedKeysFile .ss
  40.  
  41. #AuthorizedPrincipalsFile none
  42.  
  43. #AuthorizedKeysCommand none
  44. ^[ (escape) menu ^y search prompt ^k delete line ^p prev li ^g prev page
  45. ^o ascii code ^x search ^l undelete line ^n next li ^v next page
  46. ^u end of file ^a begin of line ^w delete word ^b back 1 char
  47. ^t top of text ^e end of line ^r restore word ^f forward 1 char
  48. ^c command ^d delete ^z next word
  49. =====line 39 col 0 lines fr ===========================
  50. # Authentication:
  51.  
  52. #LoginGraceTime 2m
  53. PermitRootLogin yes
  54. #StrictModes yes
  55. #MaxAuthTries 6
  56.  
  57. #MaxSessions 10
  58.  
  59. #PubkeyAuthentication yes
  60.  
  61. # The default is to check both .ssh/authorized_keys and .ssh/authorized_keys2
  62. # but this is overridden so installations will only check .ssh/authorized_keys
  63. AuthorizedKeysFile .ssh/authorized_keys
  64.  
  65. #AuthorizedPrincipalsFile none
  66.  
  67.  
  68. root@:~ # pkg
  69. pkg: not enough arguments
  70. Usage: pkg [-v] [-d] [-l] [-N] [-j <jail name or id>|-c <chroot path>|-r <rootdi r>] [-C <configuration file>] [-R <repo config dir>] [-o var=value] [-4|-6] <com mand> [<args>]
  71.  
  72. For more information on available commands and options see 'pkg help'.
  73. root@:~ # pkg update
  74. Updating FreeBSD repository catalogue...
  75. Fetching meta.txz: 100% 916 B 0.9kB/s 00:01
  76. Fetching packagesite.txz: 100% 6 MiB 6.5MB/s 00:01
  77. Processing entries: 100%
  78. FreeBSD repository update completed. 30177 packages processed.
  79. All repositories are up to date.
  80. root@:~ # pkg install -y mysql55-server mysql55-client
  81. Updating FreeBSD repository catalogue...
  82. FreeBSD repository is up to date.
  83. All repositories are up to date.
  84. New version of pkg detected; it needs to be installed first.
  85. The following 1 package(s) will be affected (of 0 checked):
  86.  
  87. Installed packages to be UPGRADED:
  88. pkg: 1.13.2 -> 1.16.1
  89.  
  90. Number of packages to be upgraded: 1
  91.  
  92. 7 MiB to be downloaded.
  93. [1/1] Fetching pkg-1.16.1.txz: 100% 7 MiB 3.5MB/s 00:02
  94. Checking integrity... done (0 conflicting)
  95. [1/1] Upgrading pkg from 1.13.2 to 1.16.1...
  96. [1/1] Extracting pkg-1.16.1: 100%
  97. pkg: Failed to execute lua script: [string "-- args: etc/pkg.conf.sample..."]:12 : attempt to call a nil value (field 'stat')
  98. pkg: lua script failed
  99. Updating FreeBSD repository catalogue...
  100. FreeBSD repository is up to date.
  101. All repositories are up to date.
  102. The following 2 package(s) will be affected (of 0 checked):
  103.  
  104. New packages to be INSTALLED:
  105. mysql55-client: 5.5.62_3
  106. mysql55-server: 5.5.62_3
  107.  
  108. Number of packages to be installed: 2
  109.  
  110. The process will require 106 MiB more space.
  111. 9 MiB to be downloaded.
  112. [1/2] Fetching mysql55-server-5.5.62_3.txz: 100% 7 MiB 3.6MB/s 00:02
  113. [2/2] Fetching mysql55-client-5.5.62_3.txz: 100% 2 MiB 1.7MB/s 00:01
  114. Checking integrity... done (0 conflicting)
  115. [1/2] Installing mysql55-client-5.5.62_3...
  116. [1/2] Extracting mysql55-client-5.5.62_3: 100%
  117. [2/2] Installing mysql55-server-5.5.62_3...
  118. ===> Creating groups.
  119. Creating group 'mysql' with gid '88'.
  120. ===> Creating users
  121. Creating user 'mysql' with uid '88'.
  122. ===> Creating homedir(s)
  123. [2/2] Extracting mysql55-server-5.5.62_3: 100%
  124. =====
  125. Message from mysql55-client-5.5.62_3:
  126.  
  127. --
  128. Please be aware the database client is vulnerable
  129. to CVE-2015-3152 - SSL Downgrade aka "BACKRONYM".
  130. You may find more information at the following URL:
  131.  
  132. http://www.vuxml.org/freebsd/36bd352d-299b-11e5-86ff-14dae9d210b8.html
  133.  
  134. Although this database client is not listed as
  135. "affected", it is vulnerable and will not be
  136. receiving a patch. Please take note of this when
  137. deploying this software.
  138. root@:~ # pkg staill -y gmake makedepend git python2 python python27 gdb openssl devil
  139. pkg: unknown command: staill
  140.  
  141. For more information on available commands and options see 'pkg help'.
  142. root@:~ # pkg install -y gmake makedepend git python2 python python27 gdb openss l devil
  143. Updating FreeBSD repository catalogue...
  144. FreeBSD repository is up to date.
  145. All repositories are up to date.
  146. The following 112 package(s) will be affected (of 0 checked):
  147.  
  148. New packages to be INSTALLED:
  149. aalib: 1.4.r5_13
  150. apr: 1.7.0.1.6.1_1
  151. bash-completion: 2.11,2
  152. boost-libs: 1.72.0_3
  153. brotli: 1.0.9,1
  154. cvsps: 2.1_2
  155. db5: 5.3.28_7
  156. devil: 1.7.8_25,1
  157. expat: 2.2.10
  158. freeglut: 3.0.0_2
  159. gdb: 10.1
  160. gdbm: 1.18.1_1
  161. git: 2.30.0
  162. glib: 2.66.4_1,1
  163. gmp: 6.2.1
  164. gnupg: 2.2.26
  165. gnutls: 3.6.15
  166. ilmbase: 2.5.3
  167. jasper: 2.0.23
  168. jbigkit: 2.1_1
  169. jpeg-turbo: 2.0.6
  170. lcms: 1.19_6,1
  171. libGLU: 9.0.1
  172. libICE: 1.0.10,1
  173. libSM: 1.2.3,1
  174. libX11: 1.6.12,1
  175. libXau: 1.0.9
  176. libXdamage: 1.1.5
  177. libXdmcp: 1.1.3
  178. libXext: 1.3.4,1
  179. libXfixes: 5.0.3_2
  180. libXi: 1.7.10,1
  181. libXmu: 1.1.3,1
  182. libXrandr: 1.5.2
  183. libXrender: 0.9.10_2
  184. libXt: 1.2.0,1
  185. libXxf86vm: 1.1.4_3
  186. libassuan: 2.5.4
  187. libdrm: 2.4.103,1
  188. libedit: 3.1.20191231,1
  189. libepoll-shim: 0.0.20200602
  190. libgcrypt: 1.8.7
  191. libgpg-error: 1.41
  192. libiconv: 1.16
  193. libksba: 1.5.0
  194. liblz4: 1.9.3,1
  195. libmng: 1.0.10_3
  196. libpciaccess: 0.16
  197. libpthread-stubs: 0.4
  198. libtasn1: 4.16.0
  199. libunwind: 20200331_1
  200. libxcb: 1.14_1
  201. libxml2: 2.9.10_2
  202. libxshmfence: 1.3
  203. makedepend: 1.0.6,1
  204. mesa-libs: 20.2.3
  205. mpfr: 4.1.0
  206. nettle: 3.6
  207. npth: 1.6
  208. nvidia-texture-tools: 2.0.8.1_18
  209. openexr: 2.5.3
  210. p11-kit: 0.23.22
  211. p5-Authen-SASL: 2.16_1
  212. p5-CGI: 4.51
  213. p5-Clone: 0.45
  214. p5-Digest-HMAC: 1.03_1
  215. p5-Encode-Locale: 1.05
  216. p5-Error: 0.17029
  217. p5-GSSAPI: 0.28_1
  218. p5-HTML-Parser: 3.75
  219. p5-HTML-Tagset: 3.20_1
  220. p5-HTTP-Date: 6.05
  221. p5-HTTP-Message: 6.26
  222. p5-IO-HTML: 1.001_1
  223. p5-IO-Socket-INET6: 2.72_1
  224. p5-IO-Socket-SSL: 2.068
  225. p5-LWP-MediaTypes: 6.04
  226. p5-Mozilla-CA: 20200520
  227. p5-Net-SSLeay: 1.88
  228. p5-Socket6: 0.29
  229. p5-Term-ReadKey: 2.38_1
  230. p5-TimeDate: 2.33,1
  231. p5-URI: 5.05
  232. p5-subversion: 1.14.0
  233. pciids: 20201127
  234. pcre: 8.44
  235. perl5: 5.32.0_1
  236. pinentry: 1.1.0_7
  237. pinentry-tty: 1.1.0
  238. png: 1.6.37
  239. python: 3.7_3,2
  240. python2: 2_3
  241. python3: 3_3
  242. python37: 3.7.9_1
  243. sdl: 1.2.15_15,2
  244. serf: 1.3.9_5
  245. source-highlight: 3.1.9_1
  246. sqlite3: 3.34.0,1
  247. subversion: 1.14.0
  248. tiff: 4.2.0
  249. tpm-emulator: 0.7.4_2
  250. trousers: 0.3.14_3
  251. utf8proc: 2.6.1
  252. wayland: 1.18.0_4
  253. xorgproto: 2020.1
  254. zstd: 1.4.5_1
  255.  
  256. Installed packages to be UPGRADED:
  257. gmake: 4.2.1_3 -> 4.3_2
  258. icu: 66.1,1 -> 68.2,1
  259. libffi: 3.2.1_3 -> 3.3_1
  260. node: 13.10.1_1 -> 15.5.1
  261. openssl: 1.1.1g,1 -> 1.1.1i,1
  262. python27: 2.7.17_1 -> 2.7.18_1
  263.  
  264. Number of packages to be installed: 106
  265. Number of packages to be upgraded: 6
  266.  
  267. The process will require 657 MiB more space.
  268. 142 MiB to be downloaded.
  269. [1/112] Fetching gmake-4.3_2.txz: 100% 416 KiB 425.9kB/s 00:01
  270. [2/112] Fetching makedepend-1.0.6,1.txz: 100% 20 KiB 20.7kB/s 00:01
  271. [3/112] Fetching git-2.30.0.txz: 100% 5 MiB 5.3MB/s 00:01
  272. [4/112] Fetching python2-2_3.txz: 100% 1 KiB 1.2kB/s 00:01
  273. [5/112] Fetching python-3.7_3,2.txz: 100% 1 KiB 1.0kB/s 00:01
  274. [6/112] Fetching python27-2.7.18_1.txz: 100% 11 MiB 5.7MB/s 00:02
  275. [7/112] Fetching gdb-10.1.txz: 100% 10 MiB 5.4MB/s 00:02
  276. [8/112] Fetching openssl-1.1.1i,1.txz: 100% 4 MiB 4.1MB/s 00:01
  277. [9/112] Fetching devil-1.7.8_25,1.txz: 100% 420 KiB 429.7kB/s 00:01
  278. [10/112] Fetching libffi-3.3_1.txz: 100% 40 KiB 40.5kB/s 00:01
  279. [11/112] Fetching node-15.5.1.txz: 100% 7 MiB 7.4MB/s 00:01
  280. [12/112] Fetching icu-68.2,1.txz: 100% 10 MiB 10.8MB/s 00:01
  281. [13/112] Fetching brotli-1.0.9,1.txz: 100% 356 KiB 364.2kB/s 00:01
  282. [14/112] Fetching python37-3.7.9_1.txz: 100% 16 MiB 4.2MB/s 00:04
  283. [15/112] Fetching p5-CGI-4.51.txz: 100% 155 KiB 158.5kB/s 00:01
  284. [16/112] Fetching p5-HTML-Parser-3.75.txz: 100% 79 KiB 81.1kB/s 00:01
  285. [17/112] Fetching p5-HTTP-Message-6.26.txz: 100% 78 KiB 80.0kB/s 00:01
  286. [18/112] Fetching p5-LWP-MediaTypes-6.04.txz: 100% 20 KiB 20.1kB/s 00:01
  287. [19/112] Fetching perl5-5.32.0_1.txz: 100% 14 MiB 3.0MB/s 00:05
  288. [20/112] Fetching p5-HTTP-Date-6.05.txz: 100% 10 KiB 10.6kB/s 00:01
  289. [21/112] Fetching p5-TimeDate-2.33,1.txz: 100% 33 KiB 33.5kB/s 00:01
  290. [22/112] Fetching p5-URI-5.05.txz: 100% 80 KiB 81.9kB/s 00:01
  291. [23/112] Fetching p5-IO-HTML-1.001_1.txz: 100% 14 KiB 14.5kB/s 00:01
  292. [24/112] Fetching p5-Clone-0.45.txz: 100% 10 KiB 10.5kB/s 00:01
  293. [25/112] Fetching p5-Encode-Locale-1.05.txz: 100% 12 KiB 11.9kB/s 00:01
  294. [26/112] Fetching p5-HTML-Tagset-3.20_1.txz: 100% 12 KiB 12.0kB/s 00:01
  295. [27/112] Fetching expat-2.2.10.txz: 100% 124 KiB 127.3kB/s 00:01
  296. [28/112] Fetching p5-IO-Socket-SSL-2.068.txz: 100% 170 KiB 174.5kB/s 00:01
  297. [29/112] Fetching p5-Mozilla-CA-20200520.txz: 100% 128 KiB 131.1kB/s 00:01
  298. [30/112] Fetching p5-Net-SSLeay-1.88.txz: 100% 267 KiB 273.1kB/s 00:01
  299. [31/112] Fetching p5-IO-Socket-INET6-2.72_1.txz: 100% 13 KiB 13.1kB/s 00:0 1
  300. [32/112] Fetching p5-Socket6-0.29.txz: 100% 16 KiB 16.7kB/s 00:01
  301. [33/112] Fetching p5-Authen-SASL-2.16_1.txz: 100% 40 KiB 41.5kB/s 00:01
  302. [34/112] Fetching p5-GSSAPI-0.28_1.txz: 100% 41 KiB 42.0kB/s 00:01
  303. [35/112] Fetching p5-Digest-HMAC-1.03_1.txz: 100% 10 KiB 10.1kB/s 00:01
  304. [36/112] Fetching p5-Error-0.17029.txz: 100% 27 KiB 27.3kB/s 00:01
  305. [37/112] Fetching pcre-8.44.txz: 100% 1 MiB 1.3MB/s 00:01
  306. [38/112] Fetching p5-subversion-1.14.0.txz: 100% 1 MiB 1.1MB/s 00:01
  307. [39/112] Fetching utf8proc-2.6.1.txz: 100% 64 KiB 65.8kB/s 00:01
  308. [40/112] Fetching subversion-1.14.0.txz: 100% 3 MiB 3.3MB/s 00:01
  309. [41/112] Fetching serf-1.3.9_5.txz: 100% 82 KiB 84.2kB/s 00:01
  310. [42/112] Fetching apr-1.7.0.1.6.1_1.txz: 100% 468 KiB 479.7kB/s 00:01
  311. [43/112] Fetching gdbm-1.18.1_1.txz: 100% 163 KiB 166.5kB/s 00:01
  312. [44/112] Fetching db5-5.3.28_7.txz: 100% 12 MiB 4.3MB/s 00:03
  313. [45/112] Fetching gnupg-2.2.26.txz: 100% 2 MiB 2.2MB/s 00:01
  314. [46/112] Fetching pinentry-1.1.0_7.txz: 100% 16 KiB 16.6kB/s 00:01
  315. [47/112] Fetching pinentry-tty-1.1.0.txz: 100% 28 KiB 29.1kB/s 00:01
  316. [48/112] Fetching libgpg-error-1.41.txz: 100% 293 KiB 299.9kB/s 00:01
  317. [49/112] Fetching libassuan-2.5.4.txz: 100% 78 KiB 79.7kB/s 00:01
  318. [50/112] Fetching libksba-1.5.0.txz: 100% 174 KiB 178.5kB/s 00:01
  319. [51/112] Fetching libgcrypt-1.8.7.txz: 100% 742 KiB 760.1kB/s 00:01
  320. [52/112] Fetching gnutls-3.6.15.txz: 100% 2 MiB 2.6MB/s 00:01
  321. [53/112] Fetching trousers-0.3.14_3.txz: 100% 475 KiB 486.6kB/s 00:01
  322. [54/112] Fetching tpm-emulator-0.7.4_2.txz: 100% 114 KiB 116.6kB/s 00:01
  323. [55/112] Fetching gmp-6.2.1.txz: 100% 478 KiB 489.0kB/s 00:01
  324. [56/112] Fetching p11-kit-0.23.22.txz: 100% 450 KiB 460.3kB/s 00:01
  325. [57/112] Fetching bash-completion-2.11,2.txz: 73% 168 KiB 172.0kB/s 00:00 E [57/112] Fetching bash-completion-2.11,2.txz: 100% 228 KiB 233.3kB/s 00:01
  326. [58/112] Fetching libtasn1-4.16.0.txz: 100% 599 KiB 613.8kB/s 00:01
  327. [59/112] Fetching glib-2.66.4_1,1.txz: 100% 3 MiB 3.3MB/s 00:01
  328. [60/112] Fetching libxml2-2.9.10_2.txz: 100% 827 KiB 847.0kB/s 00:01
  329. [61/112] Fetching libiconv-1.16.txz: 100% 608 KiB 622.3kB/s 00:01
  330. [62/112] Fetching nettle-3.6.txz: 100% 1 MiB 1.3MB/s 00:01
  331. [63/112] Fetching npth-1.6.txz: 100% 20 KiB 21.0kB/s 00:01
  332. [64/112] Fetching sqlite3-3.34.0,1.txz: 100% 1 MiB 1.5MB/s 00:01
  333. [65/112] Fetching libedit-3.1.20191231,1.txz: 100% 135 KiB 138.5kB/s 00:01
  334. [66/112] Fetching liblz4-1.9.3,1.txz: 100% 137 KiB 140.2kB/s 00:01
  335. [67/112] Fetching p5-Term-ReadKey-2.38_1.txz: 100% 20 KiB 20.0kB/s 00:01
  336. [68/112] Fetching cvsps-2.1_2.txz: 100% 43 KiB 44.0kB/s 00:01
  337. [69/112] Fetching python3-3_3.txz: 100% 1 KiB 1.1kB/s 00:01
  338. [70/112] Fetching source-highlight-3.1.9_1.txz: 9% 96 KiB 98.3kB/s 00:09 [70/112] Fetching source-highlight-3.1.9_1.txz: 100% 998 KiB 1.0MB/s 00:01
  339. [71/112] Fetching boost-libs-1.72.0_3.txz: 100% 13 MiB 6.6MB/s 00:02
  340. [72/112] Fetching mpfr-4.1.0.txz: 100% 444 KiB 455.1kB/s 00:01
  341. [73/112] Fetching libXrender-0.9.10_2.txz: 100% 29 KiB 29.6kB/s 00:01
  342. [74/112] Fetching libX11-1.6.12,1.txz: 100% 2 MiB 1.7MB/s 00:01
  343. [75/112] Fetching libxcb-1.14_1.txz: 100% 1 MiB 1.1MB/s 00:01
  344. [76/112] Fetching libXdmcp-1.1.3.txz: 100% 14 KiB 14.5kB/s 00:01
  345. [77/112] Fetching xorgproto-2020.1.txz: 100% 217 KiB 222.5kB/s 00:01
  346. [78/112] Fetching libXau-1.0.9.txz: 100% 11 KiB 11.3kB/s 00:01
  347. [79/112] Fetching libpthread-stubs-0.4.txz: 100% 2 KiB 2.0kB/s 00:01
  348. [80/112] Fetching libXi-1.7.10,1.txz: 100% 121 KiB 124.0kB/s 00:01
  349. [81/112] Fetching libXfixes-5.0.3_2.txz: 100% 15 KiB 15.2kB/s 00:01
  350. [82/112] Fetching libXext-1.3.4,1.txz: 100% 95 KiB 97.0kB/s 00:01
  351. [83/112] Fetching libSM-1.2.3,1.txz: 100% 23 KiB 23.7kB/s 00:01
  352. [84/112] Fetching libICE-1.0.10,1.txz: 100% 92 KiB 94.1kB/s 00:01
  353. [85/112] Fetching libXmu-1.1.3,1.txz: 100% 95 KiB 97.6kB/s 00:01
  354. [86/112] Fetching libXt-1.2.0,1.txz: 100% 449 KiB 459.8kB/s 00:01
  355. [87/112] Fetching tiff-4.2.0.txz: 100% 848 KiB 868.2kB/s 00:01
  356. [88/112] Fetching jpeg-turbo-2.0.6.txz: 100% 343 KiB 351.4kB/s 00:01
  357. [89/112] Fetching jbigkit-2.1_1.txz: 100% 73 KiB 74.8kB/s 00:01
  358. [90/112] Fetching png-1.6.37.txz: 100% 289 KiB 296.2kB/s 00:01
  359. [91/112] Fetching nvidia-texture-tools-2.0.8.1_18.txz: 12% 16 KiB 16.4kB/s [91/112] Fetching nvidia-texture-tools-2.0.8.1_18.txz: 100% 129 KiB 132.3kB/s 00:01
  360. [92/112] Fetching openexr-2.5.3.txz: 100% 5 MiB 4.9MB/s 00:01
  361. [93/112] Fetching ilmbase-2.5.3.txz: 100% 211 KiB 216.3kB/s 00:01
  362. [94/112] Fetching mesa-libs-20.2.3.txz: 100% 411 KiB 420.7kB/s 00:01
  363. [95/112] Fetching libxshmfence-1.3.txz: 100% 5 KiB 5.0kB/s 00:01
  364. [96/112] Fetching libXxf86vm-1.1.4_3.txz: 100% 17 KiB 17.9kB/s 00:01
  365. [97/112] Fetching libXrandr-1.5.2.txz: 100% 30 KiB 31.0kB/s 00:01
  366. [98/112] Fetching libXdamage-1.1.5.txz: 100% 6 KiB 6.6kB/s 00:01
  367. [99/112] Fetching wayland-1.18.0_4.txz: 100% 119 KiB 122.0kB/s 00:01
  368. [100/112] Fetching libepoll-shim-0.0.20200602.txz: 100% 18 KiB 18.3kB/s 00 :01
  369. [101/112] Fetching libdrm-2.4.103,1.txz: 100% 224 KiB 229.4kB/s 00:01
  370. [102/112] Fetching libpciaccess-0.16.txz: 100% 22 KiB 22.1kB/s 00:01
  371. [103/112] Fetching pciids-20201127.txz: 100% 215 KiB 220.0kB/s 00:01
  372. [104/112] Fetching libunwind-20200331_1.txz: 100% 127 KiB 130.4kB/s 00:01
  373. [105/112] Fetching zstd-1.4.5_1.txz: 100% 470 KiB 481.7kB/s 00:01
  374. [106/112] Fetching libmng-1.0.10_3.txz: 100% 215 KiB 220.1kB/s 00:01
  375. [107/112] Fetching lcms-1.19_6,1.txz: 100% 233 KiB 238.2kB/s 00:01
  376. [108/112] Fetching libGLU-9.0.1.txz: 100% 207 KiB 212.4kB/s 00:01
  377. [109/112] Fetching jasper-2.0.23.txz: 100% 518 KiB 530.7kB/s 00:01
  378. [110/112] Fetching freeglut-3.0.0_2.txz: 100% 220 KiB 225.3kB/s 00:01
  379. [111/112] Fetching sdl-1.2.15_15,2.txz: 100% 692 KiB 708.9kB/s 00:01
  380. [112/112] Fetching aalib-1.4.r5_13.txz: 100% 138 KiB 141.3kB/s 00:01
  381. Checking integrity... done (0 conflicting)
  382. [1/112] Installing xorgproto-2020.1...
  383. [1/112] Extracting xorgproto-2020.1: 100%
  384. [2/112] Installing libXdmcp-1.1.3...
  385. [2/112] Extracting libXdmcp-1.1.3: 100%
  386. [3/112] Installing libXau-1.0.9...
  387. [3/112] Extracting libXau-1.0.9: 100%
  388. [4/112] Installing libpthread-stubs-0.4...
  389. [4/112] Extracting libpthread-stubs-0.4: 100%
  390. [5/112] Upgrading libffi from 3.2.1_3 to 3.3_1...
  391. [5/112] Extracting libffi-3.3_1: 100%
  392. [6/112] Installing libxcb-1.14_1...
  393. [6/112] Extracting libxcb-1.14_1: 100%
  394. [7/112] Installing python37-3.7.9_1...
  395. [7/112] Extracting python37-3.7.9_1: 100%
  396. [8/112] Installing pcre-8.44...
  397. [8/112] Extracting pcre-8.44: 100%
  398. [9/112] Installing libgpg-error-1.41...
  399. [9/112] Extracting libgpg-error-1.41: 100%
  400. [10/112] Installing gmp-6.2.1...
  401. [10/112] Extracting gmp-6.2.1: 100%
  402. [11/112] Installing libxml2-2.9.10_2...
  403. [11/112] Extracting libxml2-2.9.10_2: 100%
  404. [12/112] Installing libiconv-1.16...
  405. [12/112] Extracting libiconv-1.16: 100%
  406. [13/112] Installing libX11-1.6.12,1...
  407. [13/112] Extracting libX11-1.6.12,1: 100%
  408. [14/112] Installing pciids-20201127...
  409. [14/112] Extracting pciids-20201127: 100%
  410. [15/112] Installing perl5-5.32.0_1...
  411. [15/112] Extracting perl5-5.32.0_1: 100%
  412. [16/112] Installing expat-2.2.10...
  413. [16/112] Extracting expat-2.2.10: 100%
  414. [17/112] Installing libassuan-2.5.4...
  415. [17/112] Extracting libassuan-2.5.4: 100%
  416. [18/112] Installing tpm-emulator-0.7.4_2...
  417. ===> Creating groups.
  418. Creating group '_tss' with gid '601'.
  419. ===> Creating users
  420. Creating user '_tss' with uid '601'.
  421. [18/112] Extracting tpm-emulator-0.7.4_2: 100%
  422. [19/112] Installing bash-completion-2.11,2...
  423. [19/112] Extracting bash-completion-2.11,2: 100%
  424. [20/112] Installing libtasn1-4.16.0...
  425. [20/112] Extracting libtasn1-4.16.0: 100%
  426. [21/112] Installing glib-2.66.4_1,1...
  427. [21/112] Extracting glib-2.66.4_1,1: 100%
  428. No schema files found: doing nothing.
  429. [22/112] Installing liblz4-1.9.3,1...
  430. [22/112] Extracting liblz4-1.9.3,1: 100%
  431. [23/112] Installing libXrender-0.9.10_2...
  432. [23/112] Extracting libXrender-0.9.10_2: 100%
  433. [24/112] Installing libXfixes-5.0.3_2...
  434. [24/112] Extracting libXfixes-5.0.3_2: 100%
  435. [25/112] Installing libXext-1.3.4,1...
  436. [25/112] Extracting libXext-1.3.4,1: 100%
  437. [26/112] Installing libepoll-shim-0.0.20200602...
  438. [26/112] Extracting libepoll-shim-0.0.20200602: 100%
  439. [27/112] Installing libpciaccess-0.16...
  440. [27/112] Extracting libpciaccess-0.16: 100%
  441. [28/112] Installing p5-TimeDate-2.33,1...
  442. [28/112] Extracting p5-TimeDate-2.33,1: 100%
  443. [29/112] Installing gdbm-1.18.1_1...
  444. [29/112] Extracting gdbm-1.18.1_1: 100%
  445. [30/112] Installing db5-5.3.28_7...
  446. [30/112] Extracting db5-5.3.28_7: 100%
  447. [31/112] Installing pinentry-tty-1.1.0...
  448. [31/112] Extracting pinentry-tty-1.1.0: 100%
  449. [32/112] Installing trousers-0.3.14_3...
  450. ===> Creating groups.
  451. Using existing group '_tss'.
  452. ===> Creating users
  453. Using existing user '_tss'.
  454. [32/112] Extracting trousers-0.3.14_3: 100%
  455. [33/112] Installing p11-kit-0.23.22...
  456. [33/112] Extracting p11-kit-0.23.22: 100%
  457. [34/112] Installing nettle-3.6...
  458. [34/112] Extracting nettle-3.6: 100%
  459. [35/112] Installing libedit-3.1.20191231,1...
  460. [35/112] Extracting libedit-3.1.20191231,1: 100%
  461. [36/112] Installing libICE-1.0.10,1...
  462. [36/112] Extracting libICE-1.0.10,1: 100%
  463. [37/112] Installing libxshmfence-1.3...
  464. [37/112] Extracting libxshmfence-1.3: 100%
  465. [38/112] Installing libXxf86vm-1.1.4_3...
  466. [38/112] Extracting libXxf86vm-1.1.4_3: 100%
  467. [39/112] Installing libXrandr-1.5.2...
  468. [39/112] Extracting libXrandr-1.5.2: 100%
  469. [40/112] Installing libXdamage-1.1.5...
  470. [40/112] Extracting libXdamage-1.1.5: 100%
  471. [41/112] Installing wayland-1.18.0_4...
  472. [41/112] Extracting wayland-1.18.0_4: 100%
  473. [42/112] Installing libdrm-2.4.103,1...
  474. [42/112] Extracting libdrm-2.4.103,1: 100%
  475. [43/112] Installing libunwind-20200331_1...
  476. [43/112] Extracting libunwind-20200331_1: 100%
  477. [44/112] Installing zstd-1.4.5_1...
  478. [44/112] Extracting zstd-1.4.5_1: 100%
  479. [45/112] Installing p5-LWP-MediaTypes-6.04...
  480. [45/112] Extracting p5-LWP-MediaTypes-6.04: 100%
  481. [46/112] Installing p5-HTTP-Date-6.05...
  482. [46/112] Extracting p5-HTTP-Date-6.05: 100%
  483. [47/112] Installing p5-URI-5.05...
  484. [47/112] Extracting p5-URI-5.05: 100%
  485. [48/112] Installing p5-IO-HTML-1.001_1...
  486. [48/112] Extracting p5-IO-HTML-1.001_1: 100%
  487. [49/112] Installing p5-Clone-0.45...
  488. [49/112] Extracting p5-Clone-0.45: 100%
  489. [50/112] Installing p5-Encode-Locale-1.05...
  490. [50/112] Extracting p5-Encode-Locale-1.05: 100%
  491. [51/112] Installing apr-1.7.0.1.6.1_1...
  492. [51/112] Extracting apr-1.7.0.1.6.1_1: 100%
  493. [52/112] Installing pinentry-1.1.0_7...
  494. [52/112] Extracting pinentry-1.1.0_7: 100%
  495. [53/112] Installing libksba-1.5.0...
  496. [53/112] Extracting libksba-1.5.0: 100%
  497. [54/112] Installing libgcrypt-1.8.7...
  498. [54/112] Extracting libgcrypt-1.8.7: 100%
  499. [55/112] Installing gnutls-3.6.15...
  500. [55/112] Extracting gnutls-3.6.15: 100%
  501. [56/112] Installing npth-1.6...
  502. [56/112] Extracting npth-1.6: 100%
  503. [57/112] Installing sqlite3-3.34.0,1...
  504. [57/112] Extracting sqlite3-3.34.0,1: 100%
  505. [58/112] Installing libSM-1.2.3,1...
  506. [58/112] Extracting libSM-1.2.3,1: 100%
  507. [59/112] Installing jpeg-turbo-2.0.6...
  508. [59/112] Extracting jpeg-turbo-2.0.6: 100%
  509. [60/112] Installing jbigkit-2.1_1...
  510. [60/112] Extracting jbigkit-2.1_1: 100%
  511. [61/112] Installing mesa-libs-20.2.3...
  512. [61/112] Extracting mesa-libs-20.2.3: 100%
  513. [62/112] Upgrading icu from 66.1,1 to 68.2,1...
  514. [62/112] Extracting icu-68.2,1: 100%
  515. [63/112] Installing p5-HTTP-Message-6.26...
  516. [63/112] Extracting p5-HTTP-Message-6.26: 100%
  517. [64/112] Installing p5-HTML-Tagset-3.20_1...
  518. [64/112] Extracting p5-HTML-Tagset-3.20_1: 100%
  519. [65/112] Installing p5-Socket6-0.29...
  520. [65/112] Extracting p5-Socket6-0.29: 100%
  521. [66/112] Installing utf8proc-2.6.1...
  522. [66/112] Extracting utf8proc-2.6.1: 100%
  523. [67/112] Installing serf-1.3.9_5...
  524. [67/112] Extracting serf-1.3.9_5: 100%
  525. [68/112] Installing gnupg-2.2.26...
  526. [68/112] Extracting gnupg-2.2.26: 100%
  527. [69/112] Installing libXi-1.7.10,1...
  528. [69/112] Extracting libXi-1.7.10,1: 100%
  529. [70/112] Installing libXt-1.2.0,1...
  530. [70/112] Extracting libXt-1.2.0,1: 100%
  531. [71/112] Installing tiff-4.2.0...
  532. [71/112] Extracting tiff-4.2.0: 100%
  533. [72/112] Installing ilmbase-2.5.3...
  534. [72/112] Extracting ilmbase-2.5.3: 100%
  535. [73/112] Installing libGLU-9.0.1...
  536. [73/112] Extracting libGLU-9.0.1: 100%
  537. [74/112] Installing p5-HTML-Parser-3.75...
  538. [74/112] Extracting p5-HTML-Parser-3.75: 100%
  539. [75/112] Installing p5-Mozilla-CA-20200520...
  540. [75/112] Extracting p5-Mozilla-CA-20200520: 100%
  541. [76/112] Installing p5-Net-SSLeay-1.88...
  542. [76/112] Extracting p5-Net-SSLeay-1.88: 100%
  543. [77/112] Installing p5-IO-Socket-INET6-2.72_1...
  544. [77/112] Extracting p5-IO-Socket-INET6-2.72_1: 100%
  545. [78/112] Installing p5-GSSAPI-0.28_1...
  546. [78/112] Extracting p5-GSSAPI-0.28_1: 100%
  547. [79/112] Installing p5-Digest-HMAC-1.03_1...
  548. [79/112] Extracting p5-Digest-HMAC-1.03_1: 100%
  549. [80/112] Installing subversion-1.14.0...
  550. [80/112] Extracting subversion-1.14.0: 100%
  551. [81/112] Installing boost-libs-1.72.0_3...
  552. [81/112] Extracting boost-libs-1.72.0_3: 100%
  553. [82/112] Installing libXmu-1.1.3,1...
  554. [82/112] Extracting libXmu-1.1.3,1: 100%
  555. [83/112] Installing png-1.6.37...
  556. [83/112] Extracting png-1.6.37: 100%
  557. [84/112] Installing openexr-2.5.3...
  558. [84/112] Extracting openexr-2.5.3: 100%
  559. [85/112] Installing lcms-1.19_6,1...
  560. [85/112] Extracting lcms-1.19_6,1: 100%
  561. [86/112] Installing freeglut-3.0.0_2...
  562. [86/112] Extracting freeglut-3.0.0_2: 100%
  563. [87/112] Installing aalib-1.4.r5_13...
  564. [87/112] Extracting aalib-1.4.r5_13: 100%
  565. [88/112] Upgrading python27 from 2.7.17_1 to 2.7.18_1...
  566. [88/112] Extracting python27-2.7.18_1: 100%
  567. [89/112] Installing brotli-1.0.9,1...
  568. [89/112] Extracting brotli-1.0.9,1: 100%
  569. [90/112] Installing p5-CGI-4.51...
  570. [90/112] Extracting p5-CGI-4.51: 100%
  571. [91/112] Installing p5-IO-Socket-SSL-2.068...
  572. [91/112] Extracting p5-IO-Socket-SSL-2.068: 100%
  573. [92/112] Installing p5-Authen-SASL-2.16_1...
  574. [92/112] Extracting p5-Authen-SASL-2.16_1: 100%
  575. [93/112] Installing p5-Error-0.17029...
  576. [93/112] Extracting p5-Error-0.17029: 100%
  577. [94/112] Installing p5-subversion-1.14.0...
  578. [94/112] Extracting p5-subversion-1.14.0: 100%
  579. [95/112] Installing p5-Term-ReadKey-2.38_1...
  580. [95/112] Extracting p5-Term-ReadKey-2.38_1: 100%
  581. [96/112] Installing cvsps-2.1_2...
  582. [96/112] Extracting cvsps-2.1_2: 100%
  583. [97/112] Installing python3-3_3...
  584. [97/112] Extracting python3-3_3: 100%
  585. [98/112] Installing source-highlight-3.1.9_1...
  586. [98/112] Extracting source-highlight-3.1.9_1: 100%
  587. [99/112] Installing mpfr-4.1.0...
  588. [99/112] Extracting mpfr-4.1.0: 100%
  589. [100/112] Installing nvidia-texture-tools-2.0.8.1_18...
  590. [100/112] Extracting nvidia-texture-tools-2.0.8.1_18: 100%
  591. [101/112] Installing libmng-1.0.10_3...
  592. [101/112] Extracting libmng-1.0.10_3: 100%
  593. [102/112] Installing jasper-2.0.23...
  594. [102/112] Extracting jasper-2.0.23: 100%
  595. [103/112] Installing sdl-1.2.15_15,2...
  596. [103/112] Extracting sdl-1.2.15_15,2: 100%
  597. [104/112] Upgrading gmake from 4.2.1_3 to 4.3_2...
  598. [104/112] Extracting gmake-4.3_2: 100%
  599. [105/112] Installing makedepend-1.0.6,1...
  600. [105/112] Extracting makedepend-1.0.6,1: 100%
  601. [106/112] Installing git-2.30.0...
  602. ===> Creating groups.
  603. Creating group 'git_daemon' with gid '964'.
  604. ===> Creating users
  605. Creating user 'git_daemon' with uid '964'.
  606. [106/112] Extracting git-2.30.0: 100%
  607. [107/112] Installing python2-2_3...
  608. [107/112] Extracting python2-2_3: 100%
  609. [108/112] Installing python-3.7_3,2...
  610. [108/112] Extracting python-3.7_3,2: 100%
  611. [109/112] Installing gdb-10.1...
  612. [109/112] Extracting gdb-10.1: 100%
  613. [110/112] Upgrading openssl from 1.1.1g,1 to 1.1.1i,1...
  614. [110/112] Extracting openssl-1.1.1i,1: 100%
  615. [111/112] Installing devil-1.7.8_25,1...
  616. [111/112] Extracting devil-1.7.8_25,1: 100%
  617. [112/112] Upgrading node from 13.10.1_1 to 15.5.1...
  618. [112/112] Extracting node-15.5.1: 100%
  619. =====
  620. Message from python37-3.7.9_1:
  621.  
  622. --
  623. Note that some standard Python modules are provided as separate ports
  624. as they require additional dependencies. They are available as:
  625.  
  626. py37-gdbm databases/py-gdbm@py37
  627. py37-sqlite3 databases/py-sqlite3@py37
  628. py37-tkinter x11-toolkits/py-tkinter@py37
  629. =====
  630. Message from bash-completion-2.11,2:
  631.  
  632. --
  633. To enable the bash completion library, add the following to
  634. your .bashrc file:
  635.  
  636. [[ $PS1 && -f /usr/local/share/bash-completion/bash_completion.sh ]] && \
  637. source /usr/local/share/bash-completion/bash_completion.sh
  638.  
  639. See /usr/local/share/doc/bash-completion/README.md for more information.
  640. =====
  641. Message from trousers-0.3.14_3:
  642.  
  643. --
  644. To run tcsd automatically, add the following line to /etc/rc.conf:
  645.  
  646. tcsd_enable="YES"
  647.  
  648. You might want to edit /usr/local/etc/tcsd.conf to reflect your setup.
  649.  
  650. If you want to use tcsd with software TPM emulator, use the following
  651. configuration in /etc/rc.conf:
  652.  
  653. tcsd_enable="YES"
  654. tcsd_mode="emulator"
  655. tpmd_enable="YES"
  656.  
  657. To use TPM, add your_account to '_tss' group like following:
  658.  
  659. # pw groupmod _tss -m your_account
  660. =====
  661. Message from apr-1.7.0.1.6.1_1:
  662.  
  663. --
  664. The Apache Portable Runtime project removed support for FreeTDS with
  665. version 1.6. Users requiring MS-SQL connectivity must migrate
  666. configurations to use the added ODBC driver and FreeTDS' ODBC features.
  667. =====
  668. Message from gnupg-2.2.26:
  669.  
  670. --
  671. GnuPG, when run on hosts without IPv6 connectivity, may fail to connect to
  672. dual-stack hkp servers [1]. As a workaround, add
  673.  
  674. disable-ipv6
  675.  
  676. to
  677.  
  678. /usr/local/etc/dirmngr.conf
  679.  
  680. [1] https://dev.gnupg.org/rGecfc4db3a2f8bc2652ba4ac4de5ca1cd13bfcbec
  681. =====
  682. Message from boost-libs-1.72.0_3:
  683.  
  684. --
  685. You have built the Boost library with thread support.
  686.  
  687. Don't forget to add -pthread to your linker options when
  688. linking your code.
  689. =====
  690. Message from freeglut-3.0.0_2:
  691.  
  692. --
  693. Joystick support is untested and it is unknown if it works.
  694.  
  695. Do not hesitate to contact x11@FreeBSD.org if this causes issues.
  696. =====
  697. Message from aalib-1.4.r5_13:
  698.  
  699. --
  700. ===> NOTICE:
  701.  
  702. The aalib port currently does not have a maintainer. As a result, it is
  703. more likely to have unresolved issues, not be up-to-date, or even be removed in
  704. the future. To volunteer to maintain this port, please create an issue at:
  705.  
  706. https://bugs.freebsd.org/bugzilla
  707.  
  708. More information about port maintainership is available at:
  709.  
  710. https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#mai ntain-port
  711. =====
  712. Message from python27-2.7.18_1:
  713.  
  714. --
  715. ===> NOTICE:
  716.  
  717. This port is deprecated; you may wish to reconsider installing it:
  718.  
  719. EOLed upstream.
  720.  
  721. It is scheduled to be removed on or after 2020-12-31.
  722. =====
  723. Message from sdl-1.2.15_15,2:
  724.  
  725. --
  726. Your SDL library has been built with libvgl support, which means that you
  727. can run almost any SDL application straight on your console (VESA 2.0
  728. compatible videocard is required).
  729.  
  730. To do this you have to load the vesa kernel module or enable it in your
  731. kernel, and set environment variable "SDL_VIDEODRIVER=vgl".
  732. =====
  733. Message from git-2.30.0:
  734.  
  735. --
  736. If you installed the GITWEB option please follow these instructions:
  737.  
  738. In the directory /usr/local/share/examples/git/gitweb you can find all files to
  739. make gitweb work as a public repository on the web.
  740.  
  741. All you have to do to make gitweb work is:
  742. 1) Please be sure you're able to execute CGI scripts in
  743. /usr/local/share/examples/git/gitweb.
  744. 2) Set the GITWEB_CONFIG variable in your webserver's config to
  745. /usr/local/etc/git/gitweb.conf. This variable is passed to gitweb.cgi.
  746. 3) Restart server.
  747.  
  748.  
  749. If you installed the CONTRIB option please note that the scripts are
  750. installed in /usr/local/share/git-core/contrib. Some of them require
  751. other ports to be installed (perl, python, etc), which you may need to
  752. install manually.
  753. =====
  754. Message from python2-2_3:
  755.  
  756. --
  757. ===> NOTICE:
  758.  
  759. This port is deprecated; you may wish to reconsider installing it:
  760.  
  761. EOLed upstream.
  762.  
  763. It is scheduled to be removed on or after 2020-12-31.
  764. root@:~ # sysrcs mysql_enable="YES"
  765. sysrcs: Command not found.
  766. root@:~ # sysrc mysql_enable="YES"
  767. mysql_enable: -> YES
  768. root@:~ # cd /usr/srcs
  769. /usr/srcs: No such file or directory.
  770. root@:~ # cd /usr/src
  771. root@:/usr/src # tar -xf mainline.tar
  772. root@:/usr/src # cd mainline/Srcs/Server
  773. root@:/usr/src/mainline/Srcs/Server # gmake all
  774. Makefile:47: warning: overriding recipe for target 'libserverkey'
  775. Makefile:13: warning: ignoring old recipe for target 'libserverkey'
  776. --------------------------------------
  777. Full Build Start
  778. --------------------------------------
  779. gmake -C liblua clean
  780. gmake[1]: Entering directory '/usr/src/mainline/Srcs/Server/liblua'
  781. cd include; gmake clean
  782. gmake[2]: Entering directory '/usr/src/mainline/Srcs/Server/liblua/include'
  783. gmake[2]: Nothing to be done for 'clean'.
  784. gmake[2]: Leaving directory '/usr/src/mainline/Srcs/Server/liblua/include'
  785. cd src; gmake clean
  786. gmake[2]: Entering directory '/usr/src/mainline/Srcs/Server/liblua/src'
  787. rm -f lapi.o lcode.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject. o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltests.o ltm.o lundump.o lvm. o lzio.o ../lib/liblua.a
  788. gmake[2]: Leaving directory '/usr/src/mainline/Srcs/Server/liblua/src'
  789. cd src/lib; gmake clean
  790. gmake[2]: Entering directory '/usr/src/mainline/Srcs/Server/liblua/src/lib'
  791. rm -f lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o ltablib.o lstrlib.o load lib.o ../../lib/liblualib.a
  792. gmake[2]: Leaving directory '/usr/src/mainline/Srcs/Server/liblua/src/lib'
  793. gmake[1]: Leaving directory '/usr/src/mainline/Srcs/Server/liblua'
  794. gmake -C liblua
  795. gmake[1]: Entering directory '/usr/src/mainline/Srcs/Server/liblua'
  796. cd include; gmake all
  797. gmake[2]: Entering directory '/usr/src/mainline/Srcs/Server/liblua/include'
  798. gmake[2]: Nothing to be done for 'all'.
  799. gmake[2]: Leaving directory '/usr/src/mainline/Srcs/Server/liblua/include'
  800. cd src; gmake all
  801. gmake[2]: Entering directory '/usr/src/mainline/Srcs/Server/liblua/src'
  802. gcc -O2 -g -Wall -I../include -c -o lapi.o lapi.c
  803. gmake[2]: gcc: No such file or directory
  804. gmake[2]: *** [<builtin>: lapi.o] Error 127
  805. gmake[2]: Leaving directory '/usr/src/mainline/Srcs/Server/liblua/src'
  806. gmake[1]: *** [Makefile:12: all] Error 2
  807. gmake[1]: Leaving directory '/usr/src/mainline/Srcs/Server/liblua'
  808. gmake: *** [Makefile:70: all] Error 2
  809. root@:/usr/src/mainline/Srcs/Server # gmake -j3
  810. Makefile:47: warning: overriding recipe for target 'libserverkey'
  811. Makefile:13: warning: ignoring old recipe for target 'libserverkey'
  812. gmake -C liblua clean
  813. gmake -C libthecore/src dep
  814. gmake -C libgame/src dep
  815. gmake[1]: Entering directory '/usr/src/mainline/Srcs/Server/liblua'
  816. cd include; gmake clean
  817. gmake[1]: Entering directory '/usr/src/mainline/Srcs/Server/libthecore/src'
  818. gmake[2]: Entering directory '/usr/src/mainline/Srcs/Server/liblua/include'
  819. gmake[2]: Nothing to be done for 'clean'.
  820. gmake[2]: Leaving directory '/usr/src/mainline/Srcs/Server/liblua/include'
  821. gmake[1]: Entering directory '/usr/src/mainline/Srcs/Server/libgame/src'
  822. cd src; gmake clean
  823. gmake[2]: Entering directory '/usr/src/mainline/Srcs/Server/liblua/src'
  824. rm -f lapi.o lcode.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject. o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltests.o ltm.o lundump.o lvm. o lzio.o ../lib/liblua.a
  825. gmake[2]: Leaving directory '/usr/src/mainline/Srcs/Server/liblua/src'
  826. cd src/lib; gmake clean
  827. g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -MM *.c > Depend
  828. /bin/sh: g++: not found
  829. gmake[2]: Entering directory '/usr/src/mainline/Srcs/Server/liblua/src/lib'
  830. rm -f lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o ltablib.o lstrlib.o load lib.o ../../lib/liblualib.a
  831. gmake[1]: *** [Makefile:33: dep] Error 127
  832. gmake[1]: Leaving directory '/usr/src/mainline/Srcs/Server/libthecore/src'
  833. gmake: *** [Makefile:42: libthecore] Error 2
  834. gmake: *** Waiting for unfinished jobs....
  835. gmake[2]: Leaving directory '/usr/src/mainline/Srcs/Server/liblua/src/lib'
  836. gmake[1]: Leaving directory '/usr/src/mainline/Srcs/Server/liblua'
  837. gmake -C liblua
  838. gmake[1]: Entering directory '/usr/src/mainline/Srcs/Server/liblua'
  839. cd include; gmake all
  840. gmake[2]: Entering directory '/usr/src/mainline/Srcs/Server/liblua/include'
  841. gmake[2]: Nothing to be done for 'all'.
  842. gmake[2]: Leaving directory '/usr/src/mainline/Srcs/Server/liblua/include'
  843. cd src; gmake all
  844. gmake[2]: Entering directory '/usr/src/mainline/Srcs/Server/liblua/src'
  845. gcc -O2 -g -Wall -I../include -c -o lapi.o lapi.c
  846. gmake[2]: gcc: No such file or directory
  847. gmake[2]: *** [<builtin>: lapi.o] Error 127
  848. gmake[2]: Leaving directory '/usr/src/mainline/Srcs/Server/liblua/src'
  849. gmake[1]: *** [Makefile:12: all] Error 2
  850. gmake[1]: Leaving directory '/usr/src/mainline/Srcs/Server/liblua'
  851. gmake: *** [Makefile:20: liblua] Error 2
  852. touch Depend
  853. g++ -Wall -O2 -pipe -mcpu=i686 -fno-exceptions -I../include -MM *.cc > Depend
  854. /bin/sh: g++: not found
  855. gmake[1]: *** [Makefile:32: dep] Error 127
  856. gmake[1]: Leaving directory '/usr/src/mainline/Srcs/Server/libgame/src'
  857. gmake: *** [Makefile:30: libgame] Error 2
  858. root@:/usr/src/mainline/Srcs/Server # gmake -j1
  859. Makefile:47: warning: overriding recipe for target 'libserverkey'
  860. Makefile:13: warning: ignoring old recipe for target 'libserverkey'
  861. gmake -C libthecore/src dep
  862. gmake[1]: Entering directory '/usr/src/mainline/Srcs/Server/libthecore/src'
  863. g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -MM *.c > Depend
  864. /bin/sh: g++: not found
  865. gmake[1]: *** [Makefile:33: dep] Error 127
  866. gmake[1]: Leaving directory '/usr/src/mainline/Srcs/Server/libthecore/src'
  867. gmake: *** [Makefile:42: libthecore] Error 2
  868. root@:/usr/src/mainline/Srcs/Server # gmake -j2
  869. Makefile:47: warning: overriding recipe for target 'libserverkey'
  870. Makefile:13: warning: ignoring old recipe for target 'libserverkey'
  871. gmake -C libthecore/src dep
  872. gmake -C libgame/src dep
  873. gmake[1]: Entering directory '/usr/src/mainline/Srcs/Server/libthecore/src'
  874. gmake[1]: Entering directory '/usr/src/mainline/Srcs/Server/libgame/src'
  875. g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -MM *.c > Depend
  876. /bin/sh: g++: not found
  877. gmake[1]: *** [Makefile:33: dep] Error 127
  878. gmake[1]: Leaving directory '/usr/src/mainline/Srcs/Server/libthecore/src'
  879. gmake: *** [Makefile:42: libthecore] Error 2
  880. gmake: *** Waiting for unfinished jobs....
  881. touch Depend
  882. g++ -Wall -O2 -pipe -mcpu=i686 -fno-exceptions -I../include -MM *.cc > Depend
  883. /bin/sh: g++: not found
  884. gmake[1]: *** [Makefile:32: dep] Error 127
  885. gmake[1]: Leaving directory '/usr/src/mainline/Srcs/Server/libgame/src'
  886. gmake: *** [Makefile:30: libgame] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement