Advertisement
grahamperrin

Quick and dirty chroot and pkg, FreeBSD-CURRENT

Jan 17th, 2021
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.42 KB | None | 0 0
  1. root@mowa219-gjp4-8570p:~ # date ; uname -v
  2. Sun Jan 17 14:50:18 GMT 2021
  3. FreeBSD 13.0-CURRENT #75 main-c572-g82397d791: Sun Jan 3 20:00:09 GMT 2021 root@mowa219-gjp4-8570p:/usr/obj/usr/src/amd64.amd64/sys/GENERIC-NODEBUG
  4. root@mowa219-gjp4-8570p:~ # pkg upgrade --fetch-only -y
  5. Updating FreeBSD repository catalogue...
  6. FreeBSD repository is up to date.
  7. Updating poudriere repository catalogue...
  8. poudriere repository is up to date.
  9. All repositories are up to date.
  10. Checking for upgrades (34 candidates): 100%
  11. Processing candidates (34 candidates): 100%
  12. Checking integrity... done (0 conflicting)
  13. The following 35 package(s) will be affected (of 0 checked):
  14.  
  15. New packages to be INSTALLED:
  16. gcc10: 10.2.0 [FreeBSD]
  17.  
  18. Installed packages to be UPGRADED:
  19. auto-admin: 0.6.11 -> 0.6.11.4 [FreeBSD]
  20. bpytop: 1.0.58 -> 1.0.59 [FreeBSD]
  21. cjs: 4.8.1 -> 4.8.2 [FreeBSD]
  22. debootstrap: 1.0.123_1 -> 1.0.123_2 [FreeBSD]
  23. evolution: 3.38.2 -> 3.38.3 [FreeBSD]
  24. evolution-data-server: 3.38.2 -> 3.38.3 [FreeBSD]
  25. findutils: 4.7.0 -> 4.8.0 [FreeBSD]
  26. gdbm: 1.18.1_1 -> 1.19 [FreeBSD]
  27. gnome-control-center: 3.38.2 -> 3.38.3 [FreeBSD]
  28. gnome-maps: 3.38.2 -> 3.38.3 [FreeBSD]
  29. gnupg: 2.2.26 -> 2.2.27 [FreeBSD]
  30. libdrm: 2.4.103,1 -> 2.4.104,1 [FreeBSD]
  31. libkleo: 20.12.1 -> 20.12.1_1 [FreeBSD]
  32. libxine: 1.2.9_13 -> 1.2.11 [FreeBSD]
  33. llvm10: 10.0.1_4 -> 10.0.1_5 [FreeBSD]
  34. nemo: 4.8.2 -> 4.8.3 [FreeBSD]
  35. opencv: 3.4.1_37 -> 3.4.1_38 [FreeBSD]
  36. opencv-core: 3.4.1_37 -> 3.4.1_38 [FreeBSD]
  37. sudo: 1.9.4p2 -> 1.9.5p1 [FreeBSD]
  38. tali: 3.38.2 -> 3.38.3 [FreeBSD]
  39. thunar: 4.16.1 -> 4.16.2 [FreeBSD]
  40. xapp: 2.0.4 -> 2.0.5 [FreeBSD]
  41. xine: 0.99.12 -> 0.99.12_1 [FreeBSD]
  42.  
  43. Installed packages to be REINSTALLED:
  44. GraphicsMagick-1.3.36,1 [FreeBSD] (direct dependency changed: gcc10)
  45. blas-3.5.0_6 [FreeBSD] (direct dependency changed: gcc10)
  46. fusefs-lkl-4.16.g20180628_3 [FreeBSD] (direct dependency changed: gcc10)
  47. kBuild-0.1.9998_13 [FreeBSD] (direct dependency changed: gcc10)
  48. lapack-3.5.0_8 [FreeBSD] (direct dependency changed: gcc10)
  49. mlt-6.22.1_2 [FreeBSD] (direct dependency changed: fontconfig)
  50. openblas-0.3.12,1 [FreeBSD] (direct dependency changed: gcc10)
  51. py37-numpy-1.16.6,1 [FreeBSD] (direct dependency changed: gcc10)
  52. rpm4-4.16.1.2 [FreeBSD] (direct dependency changed: gcc10)
  53. suitesparse-5.8.1 [FreeBSD] (direct dependency changed: gcc10)
  54. superlu-5.2.2 [FreeBSD] (direct dependency changed: gcc10)
  55.  
  56. Number of packages to be installed: 1
  57. Number of packages to be upgraded: 23
  58. Number of packages to be reinstalled: 11
  59.  
  60. The process will require 215 MiB more space.
  61. root@mowa219-gjp4-8570p:~ # beadm list
  62. BE Active Mountpoint Space Created
  63. Waterfox - - 58.8G 2020-03-10 18:24
  64. c572c - - 2.1G 2021-01-12 03:01
  65. c572d NR / 99.8G 2021-01-13 04:08
  66. root@mowa219-gjp4-8570p:~ # beadm create c572e
  67. Created successfully
  68. root@mowa219-gjp4-8570p:~ # beadm mount c572e /media/c572e
  69. Mounted successfully on '/media/c572e'
  70. root@mowa219-gjp4-8570p:~ # chroot /media/c572e
  71. root@mowa219-gjp4-8570p:/ # pwd
  72. /
  73. root@mowa219-gjp4-8570p:/ # sh
  74. # pkg upgrade -y
  75. Updating FreeBSD repository catalogue...
  76. FreeBSD repository is up to date.
  77. Updating poudriere repository catalogue...
  78. pkg: file:///usr/local/poudriere/data/packages/main-default/meta.txz: No such file or directory
  79. repository poudriere has no meta file, using default settings
  80. pkg: file:///usr/local/poudriere/data/packages/main-default/packagesite.txz: No such file or directory
  81. Unable to update repository poudriere
  82. Error updating repositories!
  83. # pkg upgrade -r FreeBSD -y
  84. Updating FreeBSD repository catalogue...
  85. FreeBSD repository is up to date.
  86. All repositories are up to date.
  87. Checking for upgrades (34 candidates): 100%
  88. Processing candidates (34 candidates): 100%
  89. Checking integrity... done (0 conflicting)
  90. The following 35 package(s) will be affected (of 0 checked):
  91.  
  92. New packages to be INSTALLED:
  93. gcc10: 10.2.0 [FreeBSD]
  94.  
  95. Installed packages to be UPGRADED:
  96. auto-admin: 0.6.11 -> 0.6.11.4 [FreeBSD]
  97. bpytop: 1.0.58 -> 1.0.59 [FreeBSD]
  98. cjs: 4.8.1 -> 4.8.2 [FreeBSD]
  99. debootstrap: 1.0.123_1 -> 1.0.123_2 [FreeBSD]
  100. evolution: 3.38.2 -> 3.38.3 [FreeBSD]
  101. evolution-data-server: 3.38.2 -> 3.38.3 [FreeBSD]
  102. findutils: 4.7.0 -> 4.8.0 [FreeBSD]
  103. gdbm: 1.18.1_1 -> 1.19 [FreeBSD]
  104. gnome-control-center: 3.38.2 -> 3.38.3 [FreeBSD]
  105. gnome-maps: 3.38.2 -> 3.38.3 [FreeBSD]
  106. gnupg: 2.2.26 -> 2.2.27 [FreeBSD]
  107. libdrm: 2.4.103,1 -> 2.4.104,1 [FreeBSD]
  108. libkleo: 20.12.1 -> 20.12.1_1 [FreeBSD]
  109. libxine: 1.2.9_13 -> 1.2.11 [FreeBSD]
  110. llvm10: 10.0.1_4 -> 10.0.1_5 [FreeBSD]
  111. nemo: 4.8.2 -> 4.8.3 [FreeBSD]
  112. opencv: 3.4.1_37 -> 3.4.1_38 [FreeBSD]
  113. opencv-core: 3.4.1_37 -> 3.4.1_38 [FreeBSD]
  114. sudo: 1.9.4p2 -> 1.9.5p1 [FreeBSD]
  115. tali: 3.38.2 -> 3.38.3 [FreeBSD]
  116. thunar: 4.16.1 -> 4.16.2 [FreeBSD]
  117. xapp: 2.0.4 -> 2.0.5 [FreeBSD]
  118. xine: 0.99.12 -> 0.99.12_1 [FreeBSD]
  119.  
  120. Installed packages to be REINSTALLED:
  121. GraphicsMagick-1.3.36,1 [FreeBSD] (direct dependency changed: gcc10)
  122. blas-3.5.0_6 [FreeBSD] (direct dependency changed: gcc10)
  123. fusefs-lkl-4.16.g20180628_3 [FreeBSD] (direct dependency changed: gcc10)
  124. kBuild-0.1.9998_13 [FreeBSD] (direct dependency changed: gcc10)
  125. lapack-3.5.0_8 [FreeBSD] (direct dependency changed: gcc10)
  126. mlt-6.22.1_2 [FreeBSD] (direct dependency changed: fontconfig)
  127. openblas-0.3.12,1 [FreeBSD] (direct dependency changed: gcc10)
  128. py37-numpy-1.16.6,1 [FreeBSD] (direct dependency changed: gcc10)
  129. rpm4-4.16.1.2 [FreeBSD] (direct dependency changed: gcc10)
  130. suitesparse-5.8.1 [FreeBSD] (direct dependency changed: gcc10)
  131. superlu-5.2.2 [FreeBSD] (direct dependency changed: gcc10)
  132.  
  133. Number of packages to be installed: 1
  134. Number of packages to be upgraded: 23
  135. Number of packages to be reinstalled: 11
  136.  
  137. The process will require 215 MiB more space.
  138. [1/35] Upgrading libdrm from 2.4.103,1 to 2.4.104,1...
  139. [1/35] Extracting libdrm-2.4.104,1: 100%
  140. [2/35] Upgrading gdbm from 1.18.1_1 to 1.19...
  141. [2/35] Extracting gdbm-1.19: 100%
  142. [3/35] Upgrading gnupg from 2.2.26 to 2.2.27...
  143. [3/35] Extracting gnupg-2.2.27: 100%
  144. [4/35] Upgrading opencv-core from 3.4.1_37 to 3.4.1_38...
  145. [4/35] Extracting opencv-core-3.4.1_38: 100%
  146. [5/35] Installing gcc10-10.2.0...
  147. [5/35] Extracting gcc10-10.2.0: 100%
  148. create symlink for gcc10
  149. create symlink for gcc10 (world)
  150. create symlink for g++10
  151. create symlink for g++10 (world)
  152. create symlink for cpp10
  153. create symlink for cpp10 (world)
  154. [6/35] Reinstalling blas-3.5.0_6...
  155. [6/35] Extracting blas-3.5.0_6: 100%
  156. [7/35] Reinstalling openblas-0.3.12,1...
  157. [7/35] Extracting openblas-0.3.12,1: 100%
  158. [8/35] Reinstalling lapack-3.5.0_8...
  159. [8/35] Extracting lapack-3.5.0_8: 100%
  160. [9/35] Reinstalling superlu-5.2.2...
  161. [9/35] Extracting superlu-5.2.2: 100%
  162. [10/35] Reinstalling suitesparse-5.8.1...
  163. [10/35] Extracting suitesparse-5.8.1: 100%
  164. [11/35] Upgrading evolution-data-server from 3.38.2 to 3.38.3...
  165. [11/35] Extracting evolution-data-server-3.38.3: 100%
  166. [12/35] Upgrading xapp from 2.0.4 to 2.0.5...
  167. [12/35] Extracting xapp-2.0.5: 100%
  168. [13/35] Upgrading libxine from 1.2.9_13 to 1.2.11...
  169. [13/35] Extracting libxine-1.2.11: 100%
  170. [14/35] Upgrading findutils from 4.7.0 to 4.8.0...
  171. [14/35] Extracting findutils-4.8.0: 100%
  172. [15/35] Upgrading xine from 0.99.12 to 0.99.12_1...
  173. [15/35] Extracting xine-0.99.12_1: 100%
  174. [16/35] Upgrading thunar from 4.16.1 to 4.16.2...
  175. [16/35] Extracting thunar-4.16.2: 100%
  176. [17/35] Upgrading tali from 3.38.2 to 3.38.3...
  177. [17/35] Extracting tali-3.38.3: 100%
  178. [18/35] Upgrading sudo from 1.9.4p2 to 1.9.5p1...
  179. [18/35] Extracting sudo-1.9.5p1: 100%
  180. [19/35] Reinstalling rpm4-4.16.1.2...
  181. [19/35] Extracting rpm4-4.16.1.2: 100%
  182. [20/35] Reinstalling py37-numpy-1.16.6,1...
  183. [20/35] Extracting py37-numpy-1.16.6,1: 100%
  184. [21/35] Upgrading opencv from 3.4.1_37 to 3.4.1_38...
  185. [21/35] Extracting opencv-3.4.1_38: 100%
  186. [22/35] Upgrading nemo from 4.8.2 to 4.8.3...
  187. [22/35] Extracting nemo-4.8.3: 100%
  188. [23/35] Reinstalling mlt-6.22.1_2...
  189. [23/35] Extracting mlt-6.22.1_2: 100%
  190. [24/35] Upgrading llvm10 from 10.0.1_4 to 10.0.1_5...
  191. [24/35] Extracting llvm10-10.0.1_5: 100%
  192. [25/35] Upgrading libkleo from 20.12.1 to 20.12.1_1...
  193. [25/35] Extracting libkleo-20.12.1_1: 100%
  194. [26/35] Reinstalling kBuild-0.1.9998_13...
  195. [26/35] Extracting kBuild-0.1.9998_13: 100%
  196. [27/35] Upgrading gnome-maps from 3.38.2 to 3.38.3...
  197. [27/35] Extracting gnome-maps-3.38.3: 100%
  198. [28/35] Upgrading gnome-control-center from 3.38.2 to 3.38.3...
  199. [28/35] Extracting gnome-control-center-3.38.3: 100%
  200. [29/35] Reinstalling fusefs-lkl-4.16.g20180628_3...
  201. [29/35] Extracting fusefs-lkl-4.16.g20180628_3: 100%
  202. [30/35] Upgrading evolution from 3.38.2 to 3.38.3...
  203. [30/35] Extracting evolution-3.38.3: 100%
  204. [31/35] Upgrading debootstrap from 1.0.123_1 to 1.0.123_2...
  205. [31/35] Extracting debootstrap-1.0.123_2: 100%
  206. [32/35] Upgrading cjs from 4.8.1 to 4.8.2...
  207. [32/35] Extracting cjs-4.8.2: 100%
  208. [33/35] Upgrading bpytop from 1.0.58 to 1.0.59...
  209. [33/35] Extracting bpytop-1.0.59: 100%
  210. [34/35] Upgrading auto-admin from 0.6.11 to 0.6.11.4...
  211. [34/35] Extracting auto-admin-0.6.11.4: 100%
  212. [35/35] Reinstalling GraphicsMagick-1.3.36,1...
  213. [35/35] Extracting GraphicsMagick-1.3.36,1: 100%
  214. =====
  215. Message from gcc10-10.2.0:
  216.  
  217. --
  218. To ensure binaries built with this toolchain find appropriate versions
  219. of the necessary run-time libraries, you may want to link using
  220.  
  221. -Wl,-rpath=/usr/local/lib/gcc10
  222.  
  223. For ports leveraging USE_GCC, USES=compiler, or USES=fortran this happens
  224. transparently.
  225. =====
  226. Message from libxine-1.2.11:
  227.  
  228. --
  229. ===> NOTICE:
  230.  
  231. The libxine port currently does not have a maintainer. As a result, it is
  232. more likely to have unresolved issues, not be up-to-date, or even be removed in
  233. the future. To volunteer to maintain this port, please create an issue at:
  234.  
  235. https://bugs.freebsd.org/bugzilla
  236.  
  237. More information about port maintainership is available at:
  238.  
  239. https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port
  240. =====
  241. Message from xine-0.99.12_1:
  242.  
  243. --
  244. ===> NOTICE:
  245.  
  246. The xine port currently does not have a maintainer. As a result, it is
  247. more likely to have unresolved issues, not be up-to-date, or even be removed in
  248. the future. To volunteer to maintain this port, please create an issue at:
  249.  
  250. https://bugs.freebsd.org/bugzilla
  251.  
  252. More information about port maintainership is available at:
  253.  
  254. https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port
  255. You may need to manually remove /usr/local/etc/sudo.conf if it is no longer needed.
  256. You may need to manually remove /usr/local/etc/sudoers if it is no longer needed.
  257. # exit
  258. root@mowa219-gjp4-8570p:/ # exit
  259. root@mowa219-gjp4-8570p:~ # beadm list
  260. BE Active Mountpoint Space Created
  261. Waterfox - - 58.8G 2020-03-10 18:24
  262. c572c - - 2.1G 2021-01-12 03:01
  263. c572d NR / 99.8G 2021-01-13 04:08
  264. c572e - /media/c572e 884.7M 2021-01-17 14:51
  265. root@mowa219-gjp4-8570p:~ # beadm umount c572e
  266. Unmounted successfully
  267. root@mowa219-gjp4-8570p:~ #
  268.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement