Guest User

Untitled

a guest
May 19th, 2018
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.43 KB | None | 0 0
  1.  
  2. ################################################################################
  3. ## Install distribution dependencies
  4.  
  5.  
  6. ================================================================================
  7. == Installing required apt dependencies
  8.  
  9. [sudo] password for ramon:
  10. Leyendo lista de paquetes... Hecho
  11. Creando árbol de dependencias
  12. Leyendo la información de estado... Hecho
  13. Nota, seleccionando «liblcms1-dev» en lugar de «liblcms-dev»
  14. Nota, seleccionando «libpng12-dev» en lugar de «libpng-dev»
  15. fontconfig ya está en su versión más reciente.
  16. gtk-doc-tools ya está en su versión más reciente.
  17. intltool ya está en su versión más reciente.
  18. libcairo2 ya está en su versión más reciente.
  19. libdbus-glib-1-2 ya está en su versión más reciente.
  20. libexif-dev ya está en su versión más reciente.
  21. libfontconfig1 ya está en su versión más reciente.
  22. libgdk-pixbuf2.0-0 ya está en su versión más reciente.
  23. libgtk-3-0 ya está en su versión más reciente.
  24. libjpeg62-dev ya está en su versión más reciente.
  25. liblcms1-dev ya está en su versión más reciente.
  26. libmng-dev ya está en su versión más reciente.
  27. libopenexr-dev ya está en su versión más reciente.
  28. libpango1.0-0 ya está en su versión más reciente.
  29. libtiff-tools ya está en su versión más reciente.
  30. libtiff4-dev ya está en su versión más reciente.
  31. libtool ya está en su versión más reciente.
  32. libwebkit-dev ya está en su versión más reciente.
  33. libwmf-dev ya está en su versión más reciente.
  34. pkg-config ya está en su versión más reciente.
  35. python-dev ya está en su versión más reciente.
  36. ruby ya está en su versión más reciente.
  37. libfreetype6 ya está en su versión más reciente.
  38. libjasper-dev ya está en su versión más reciente.
  39. libpng12-dev ya está en su versión más reciente.
  40. libpoppler-dev ya está en su versión más reciente.
  41. librsvg2-common ya está en su versión más reciente.
  42. librsvg2-dev ya está en su versión más reciente.
  43. python-gtk2-dev ya está en su versión más reciente.
  44. 0 actualizados, 0 se instalarán, 0 para eliminar y 13 no actualizados.
  45.  
  46. ################################################################################
  47. ## Retrieving or updating sources
  48.  
  49.  
  50. ================================================================================
  51. == Creating directories
  52.  
  53.  
  54. ================================================================================
  55. == Updating fixed version repositories
  56.  
  57.  
  58. ================================================================================
  59. == Checking state of git repository git://git.gnome.org/glib (checkout 2.30.2)
  60.  
  61. # Not currently on any branch.
  62. # Untracked files:
  63. # (use "git add <file>..." to include in what will be committed)
  64. #
  65. # gio/tests/gdbus-close-pending
  66. # gio/tests/gdbus-connection-loss
  67. nothing added to commit but untracked files present (use "git add" to track)
  68.  
  69. --------------------------------------------------------------------------------
  70. -- Local repository glib already exist, updating from remote master
  71.  
  72. Previous HEAD position was 179d8ac... Updates
  73. Switched to branch 'master'
  74. remote: Counting objects: 7, done.
  75. remote: Compressing objects: 100% (4/4), done.
  76. remote: Total 4 (delta 3), reused 0 (delta 0)
  77. Unpacking objects: 100% (4/4), done.
  78. From git://git.gnome.org/glib
  79. 82740ad..7678b10 master -> origin/master
  80. First, rewinding head to replay your work on top of it...
  81. Fast-forwarded master to 7678b10703ebe84cf869cf5929d89770f3f7f977.
  82. Note: checking out '2.30.2'.
  83.  
  84. You are in 'detached HEAD' state. You can look around, make experimental
  85. changes and commit them, and you can discard any commits you make in this
  86. state without impacting any branches by performing another checkout.
  87.  
  88. If you want to create a new branch to retain commits you create, you may
  89. do so (now or later) by using -b with the checkout command again. Example:
  90.  
  91. git checkout -b new_branch_name
  92.  
  93. HEAD is now at 179d8ac... Updates
  94.  
  95. ================================================================================
  96. == Checking state of git repository git://git.gnome.org/pango (checkout 1.29.4)
  97.  
  98. # Not currently on any branch.
  99. # Untracked files:
  100. # (use "git add <file>..." to include in what will be committed)
  101. #
  102. # build/Makefile
  103. # build/win32/Makefile
  104. # build/win32/vs9/Makefile
  105. nothing added to commit but untracked files present (use "git add" to track)
  106.  
  107. --------------------------------------------------------------------------------
  108. -- Local repository pango already exist, updating from remote master
  109.  
  110. Previous HEAD position was c409eba... 1.29.4
  111. Switched to branch 'master'
  112. Current branch master is up to date.
  113. Note: checking out '1.29.4'.
  114.  
  115. You are in 'detached HEAD' state. You can look around, make experimental
  116. changes and commit them, and you can discard any commits you make in this
  117. state without impacting any branches by performing another checkout.
  118.  
  119. If you want to create a new branch to retain commits you create, you may
  120. do so (now or later) by using -b with the checkout command again. Example:
  121.  
  122. git checkout -b new_branch_name
  123.  
  124. HEAD is now at c409eba... 1.29.4
  125.  
  126. ================================================================================
  127. == Checking state of git repository git://git.gnome.org/atk (checkout ATK_2_2_0)
  128.  
  129. # Not currently on any branch.
  130. nothing to commit (working directory clean)
  131.  
  132. --------------------------------------------------------------------------------
  133. -- Local repository atk already exist, updating from remote master
  134.  
  135. Previous HEAD position was 36c2946... Release 2.2.0
  136. Switched to branch 'master'
  137. Current branch master is up to date.
  138. Note: checking out 'ATK_2_2_0'.
  139.  
  140. You are in 'detached HEAD' state. You can look around, make experimental
  141. changes and commit them, and you can discard any commits you make in this
  142. state without impacting any branches by performing another checkout.
  143.  
  144. If you want to create a new branch to retain commits you create, you may
  145. do so (now or later) by using -b with the checkout command again. Example:
  146.  
  147. git checkout -b new_branch_name
  148.  
  149. HEAD is now at 36c2946... Release 2.2.0
  150.  
  151. ================================================================================
  152. == Checking state of git repository git://git.gnome.org/gdk-pixbuf (checkout 2.24.0)
  153.  
  154. # Not currently on any branch.
  155. # Changes not staged for commit:
  156. # (use "git add <file>..." to update what will be committed)
  157. # (use "git checkout -- <file>..." to discard changes in working directory)
  158. #
  159. # modified: po/af.po
  160. # modified: po/ang.po
  161. # modified: po/ar.po
  162. # modified: po/as.po
  163. # modified: po/ast.po
  164. # modified: po/az.po
  165. # modified: po/be.po
  166. # modified: po/be@latin.po
  167. # modified: po/bg.po
  168. # modified: po/bn.po
  169. # modified: po/bn_IN.po
  170. # modified: po/br.po
  171. # modified: po/bs.po
  172. # modified: po/ca.po
  173. # modified: po/ca@valencia.po
  174. # modified: po/crh.po
  175. # modified: po/cs.po
  176. # modified: po/cy.po
  177. # modified: po/da.po
  178. # modified: po/de.po
  179. # modified: po/dz.po
  180. # modified: po/el.po
  181. # modified: po/en@shaw.po
  182. # modified: po/en_CA.po
  183. # modified: po/en_GB.po
  184. # modified: po/eo.po
  185. # modified: po/et.po
  186. # modified: po/eu.po
  187. # modified: po/fa.po
  188. # modified: po/fi.po
  189. # modified: po/ga.po
  190. # modified: po/gl.po
  191. # modified: po/gu.po
  192. # modified: po/hi.po
  193. # modified: po/hr.po
  194. # modified: po/hu.po
  195. # modified: po/hy.po
  196. # modified: po/ia.po
  197. # modified: po/id.po
  198. # modified: po/io.po
  199. # modified: po/is.po
  200. # modified: po/it.po
  201. # modified: po/ka.po
  202. # modified: po/kn.po
  203. # modified: po/ko.po
  204. # modified: po/ku.po
  205. # modified: po/li.po
  206. # modified: po/lt.po
  207. # modified: po/lv.po
  208. # modified: po/mai.po
  209. # modified: po/mi.po
  210. # modified: po/mk.po
  211. # modified: po/ml.po
  212. # modified: po/mn.po
  213. # modified: po/mr.po
  214. # modified: po/ms.po
  215. # modified: po/my.po
  216. # modified: po/nds.po
  217. # modified: po/ne.po
  218. # modified: po/nl.po
  219. # modified: po/nn.po
  220. # modified: po/nso.po
  221. # modified: po/oc.po
  222. # modified: po/or.po
  223. # modified: po/pl.po
  224. # modified: po/ps.po
  225. # modified: po/pt.po
  226. # modified: po/pt_BR.po
  227. # modified: po/ro.po
  228. # modified: po/ru.po
  229. # modified: po/si.po
  230. # modified: po/sk.po
  231. # modified: po/sq.po
  232. # modified: po/sr.po
  233. # modified: po/sr@ije.po
  234. # modified: po/sr@latin.po
  235. # modified: po/sv.po
  236. # modified: po/te.po
  237. # modified: po/th.po
  238. # modified: po/tk.po
  239. # modified: po/tr.po
  240. # modified: po/tt.po
  241. # modified: po/ug.po
  242. # modified: po/uk.po
  243. # modified: po/uz.po
  244. # modified: po/uz@cyrillic.po
  245. # modified: po/vi.po
  246. # modified: po/wa.po
  247. # modified: po/xh.po
  248. # modified: po/yi.po
  249. # modified: po/zh_CN.po
  250. # modified: po/zh_HK.po
  251. # modified: po/zh_TW.po
  252. #
  253. # Untracked files:
  254. # (use "git add <file>..." to include in what will be committed)
  255. #
  256. # po/Makevars.template
  257. no changes added to commit (use "git add" and/or "git commit -a")
  258.  
  259. --------------------------------------------------------------------------------
  260. -- Local repository gdk-pixbuf already exist, updating from remote master
  261.  
  262. error: Your local changes to the following files would be overwritten by checkout:
  263. po/be.po
  264. po/ca.po
  265. po/cs.po
  266. po/de.po
  267. po/eo.po
  268. Please, commit your changes or stash them before you can switch branches.
  269. Aborting
  270. Cannot pull with rebase: You have unstaged changes.
  271. Please commit or stash them.
  272. ERROR (exit code 1): git failed while trying to pull from master repository git://git.gnome.org/gdk-pixbuf
Add Comment
Please, Sign In to add comment