Advertisement
bhattigurjot

install-log

May 23rd, 2014
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 19.81 KB | None | 0 0
  1. Making install in po
  2. make[1]: Entering directory `/home/scott/Music/dr-geo/po'
  3. linguas="az ca cs da de el en_CA en_GB es eu fr ga gl gu hi hr hu it ja ml mr nb ne nl no pl pt pt_BR ru rw sl sq sr sr@Latn sv uk zh_CN zh_TW "; \
  4.     for lang in $linguas; do \
  5.       dir=/usr/local/share/locale/$lang/LC_MESSAGES; \
  6.       /bin/bash /home/scott/install-sh -d $dir; \
  7.       if test -r $lang.gmo; then \
  8.         /usr/bin/install -c -m 644 $lang.gmo $dir/drgeo.mo; \
  9.         echo "installing $lang.gmo as $dir/drgeo.mo"; \
  10.       else \
  11.         /usr/bin/install -c -m 644 ./$lang.gmo $dir/drgeo.mo; \
  12.         echo "installing ./$lang.gmo as" \
  13.          "$dir/drgeo.mo"; \
  14.       fi; \
  15.       if test -r $lang.gmo.m; then \
  16.         /usr/bin/install -c -m 644 $lang.gmo.m $dir/drgeo.mo.m; \
  17.         echo "installing $lang.gmo.m as $dir/drgeo.mo.m"; \
  18.       else \
  19.         if test -r ./$lang.gmo.m ; then \
  20.           /usr/bin/install -c -m 644 ./$lang.gmo.m \
  21.         $dir/drgeo.mo.m; \
  22.           echo "installing ./$lang.gmo.m as" \
  23.            "$dir/drgeo.mo.m"; \
  24.         else \
  25.           true; \
  26.         fi; \
  27.       fi; \
  28.     done
  29. /bin/bash: /home/scott/install-sh: No such file or directory
  30. /usr/bin/install: cannot create regular file ‘/usr/local/share/locale/az/LC_MESSAGES/drgeo.mo’: No such file or directory
  31. /bin/bash: /home/scott/install-sh: No such file or directory
  32. /usr/bin/install: cannot create regular file ‘/usr/local/share/locale/ca/LC_MESSAGES/drgeo.mo’: No such file or directory
  33. /bin/bash: /home/scott/install-sh: No such file or directory
  34. /usr/bin/install: cannot create regular file ‘/usr/local/share/locale/cs/LC_MESSAGES/drgeo.mo’: No such file or directory
  35. /bin/bash: /home/scott/install-sh: No such file or directory
  36. /usr/bin/install: cannot create regular file ‘/usr/local/share/locale/da/LC_MESSAGES/drgeo.mo’: No such file or directory
  37. /bin/bash: /home/scott/install-sh: No such file or directory
  38. /usr/bin/install: cannot create regular file ‘/usr/local/share/locale/de/LC_MESSAGES/drgeo.mo’: No such file or directory
  39. /bin/bash: /home/scott/install-sh: No such file or directory
  40. /usr/bin/install: cannot create regular file ‘/usr/local/share/locale/el/LC_MESSAGES/drgeo.mo’: No such file or directory
  41. /bin/bash: /home/scott/install-sh: No such file or directory
  42. /usr/bin/install: cannot create regular file ‘/usr/local/share/locale/en_CA/LC_MESSAGES/drgeo.mo’: No such file or directory
  43. /bin/bash: /home/scott/install-sh: No such file or directory
  44. /usr/bin/install: cannot create regular file ‘/usr/local/share/locale/en_GB/LC_MESSAGES/drgeo.mo’: No such file or directory
  45. /bin/bash: /home/scott/install-sh: No such file or directory
  46. /usr/bin/install: cannot create regular file ‘/usr/local/share/locale/es/LC_MESSAGES/drgeo.mo’: No such file or directory
  47. /bin/bash: /home/scott/install-sh: No such file or directory
  48. /usr/bin/install: cannot create regular file ‘/usr/local/share/locale/eu/LC_MESSAGES/drgeo.mo’: No such file or directory
  49. /bin/bash: /home/scott/install-sh: No such file or directory
  50. /usr/bin/install: cannot create regular file ‘/usr/local/share/locale/fr/LC_MESSAGES/drgeo.mo’: No such file or directory
  51. /bin/bash: /home/scott/install-sh: No such file or directory
  52. /usr/bin/install: cannot create regular file ‘/usr/local/share/locale/ga/LC_MESSAGES/drgeo.mo’: No such file or directory
  53. /bin/bash: /home/scott/install-sh: No such file or directory
  54. /usr/bin/install: cannot create regular file ‘/usr/local/share/locale/gl/LC_MESSAGES/drgeo.mo’: No such file or directory
  55. /bin/bash: /home/scott/install-sh: No such file or directory
  56. /usr/bin/install: cannot create regular file ‘/usr/local/share/locale/gu/LC_MESSAGES/drgeo.mo’: No such file or directory
  57. /bin/bash: /home/scott/install-sh: No such file or directory
  58. /usr/bin/install: cannot create regular file ‘/usr/local/share/locale/hi/LC_MESSAGES/drgeo.mo’: No such file or directory
  59. /bin/bash: /home/scott/install-sh: No such file or directory
  60. /usr/bin/install: cannot create regular file ‘/usr/local/share/locale/hr/LC_MESSAGES/drgeo.mo’: No such file or directory
  61. /bin/bash: /home/scott/install-sh: No such file or directory
  62. /usr/bin/install: cannot create regular file ‘/usr/local/share/locale/hu/LC_MESSAGES/drgeo.mo’: No such file or directory
  63. /bin/bash: /home/scott/install-sh: No such file or directory
  64. /usr/bin/install: cannot create regular file ‘/usr/local/share/locale/it/LC_MESSAGES/drgeo.mo’: No such file or directory
  65. /bin/bash: /home/scott/install-sh: No such file or directory
  66. /usr/bin/install: cannot create regular file ‘/usr/local/share/locale/ja/LC_MESSAGES/drgeo.mo’: No such file or directory
  67. /bin/bash: /home/scott/install-sh: No such file or directory
  68. /usr/bin/install: cannot create regular file ‘/usr/local/share/locale/ml/LC_MESSAGES/drgeo.mo’: No such file or directory
  69. /bin/bash: /home/scott/install-sh: No such file or directory
  70. /usr/bin/install: cannot create regular file ‘/usr/local/share/locale/mr/LC_MESSAGES/drgeo.mo’: No such file or directory
  71. /bin/bash: /home/scott/install-sh: No such file or directory
  72. /usr/bin/install: cannot create regular file ‘/usr/local/share/locale/nb/LC_MESSAGES/drgeo.mo’: No such file or directory
  73. /bin/bash: /home/scott/install-sh: No such file or directory
  74. /usr/bin/install: cannot create regular file ‘/usr/local/share/locale/ne/LC_MESSAGES/drgeo.mo’: No such file or directory
  75. /bin/bash: /home/scott/install-sh: No such file or directory
  76. /usr/bin/install: cannot create regular file ‘/usr/local/share/locale/nl/LC_MESSAGES/drgeo.mo’: No such file or directory
  77. /bin/bash: /home/scott/install-sh: No such file or directory
  78. /usr/bin/install: cannot create regular file ‘/usr/local/share/locale/no/LC_MESSAGES/drgeo.mo’: No such file or directory
  79. /bin/bash: /home/scott/install-sh: No such file or directory
  80. /usr/bin/install: cannot create regular file ‘/usr/local/share/locale/pl/LC_MESSAGES/drgeo.mo’: No such file or directory
  81. /bin/bash: /home/scott/install-sh: No such file or directory
  82. /usr/bin/install: cannot create regular file ‘/usr/local/share/locale/pt/LC_MESSAGES/drgeo.mo’: No such file or directory
  83. /bin/bash: /home/scott/install-sh: No such file or directory
  84. /usr/bin/install: cannot create regular file ‘/usr/local/share/locale/pt_BR/LC_MESSAGES/drgeo.mo’: No such file or directory
  85. /bin/bash: /home/scott/install-sh: No such file or directory
  86. /usr/bin/install: cannot create regular file ‘/usr/local/share/locale/ru/LC_MESSAGES/drgeo.mo’: No such file or directory
  87. /bin/bash: /home/scott/install-sh: No such file or directory
  88. /usr/bin/install: cannot create regular file ‘/usr/local/share/locale/rw/LC_MESSAGES/drgeo.mo’: No such file or directory
  89. /bin/bash: /home/scott/install-sh: No such file or directory
  90. /usr/bin/install: cannot create regular file ‘/usr/local/share/locale/sl/LC_MESSAGES/drgeo.mo’: No such file or directory
  91. /bin/bash: /home/scott/install-sh: No such file or directory
  92. /usr/bin/install: cannot create regular file ‘/usr/local/share/locale/sq/LC_MESSAGES/drgeo.mo’: No such file or directory
  93. /bin/bash: /home/scott/install-sh: No such file or directory
  94. /usr/bin/install: cannot create regular file ‘/usr/local/share/locale/sr/LC_MESSAGES/drgeo.mo’: No such file or directory
  95. /bin/bash: /home/scott/install-sh: No such file or directory
  96. /usr/bin/install: cannot create regular file ‘/usr/local/share/locale/sr@Latn/LC_MESSAGES/drgeo.mo’: No such file or directory
  97. /bin/bash: /home/scott/install-sh: No such file or directory
  98. /usr/bin/install: cannot create regular file ‘/usr/local/share/locale/sv/LC_MESSAGES/drgeo.mo’: No such file or directory
  99. /bin/bash: /home/scott/install-sh: No such file or directory
  100. /usr/bin/install: cannot create regular file ‘/usr/local/share/locale/uk/LC_MESSAGES/drgeo.mo’: No such file or directory
  101. /bin/bash: /home/scott/install-sh: No such file or directory
  102. /usr/bin/install: cannot create regular file ‘/usr/local/share/locale/zh_CN/LC_MESSAGES/drgeo.mo’: No such file or directory
  103. /bin/bash: /home/scott/install-sh: No such file or directory
  104. /usr/bin/install: cannot create regular file ‘/usr/local/share/locale/zh_TW/LC_MESSAGES/drgeo.mo’: No such file or directory
  105. installing az.gmo as /usr/local/share/locale/az/LC_MESSAGES/drgeo.mo
  106. installing ca.gmo as /usr/local/share/locale/ca/LC_MESSAGES/drgeo.mo
  107. installing cs.gmo as /usr/local/share/locale/cs/LC_MESSAGES/drgeo.mo
  108. installing da.gmo as /usr/local/share/locale/da/LC_MESSAGES/drgeo.mo
  109. installing de.gmo as /usr/local/share/locale/de/LC_MESSAGES/drgeo.mo
  110. installing el.gmo as /usr/local/share/locale/el/LC_MESSAGES/drgeo.mo
  111. installing en_CA.gmo as /usr/local/share/locale/en_CA/LC_MESSAGES/drgeo.mo
  112. installing en_GB.gmo as /usr/local/share/locale/en_GB/LC_MESSAGES/drgeo.mo
  113. installing es.gmo as /usr/local/share/locale/es/LC_MESSAGES/drgeo.mo
  114. installing eu.gmo as /usr/local/share/locale/eu/LC_MESSAGES/drgeo.mo
  115. installing fr.gmo as /usr/local/share/locale/fr/LC_MESSAGES/drgeo.mo
  116. installing ga.gmo as /usr/local/share/locale/ga/LC_MESSAGES/drgeo.mo
  117. installing gl.gmo as /usr/local/share/locale/gl/LC_MESSAGES/drgeo.mo
  118. installing gu.gmo as /usr/local/share/locale/gu/LC_MESSAGES/drgeo.mo
  119. installing hi.gmo as /usr/local/share/locale/hi/LC_MESSAGES/drgeo.mo
  120. installing hr.gmo as /usr/local/share/locale/hr/LC_MESSAGES/drgeo.mo
  121. installing hu.gmo as /usr/local/share/locale/hu/LC_MESSAGES/drgeo.mo
  122. installing it.gmo as /usr/local/share/locale/it/LC_MESSAGES/drgeo.mo
  123. installing ja.gmo as /usr/local/share/locale/ja/LC_MESSAGES/drgeo.mo
  124. installing ml.gmo as /usr/local/share/locale/ml/LC_MESSAGES/drgeo.mo
  125. installing mr.gmo as /usr/local/share/locale/mr/LC_MESSAGES/drgeo.mo
  126. installing nb.gmo as /usr/local/share/locale/nb/LC_MESSAGES/drgeo.mo
  127. installing ne.gmo as /usr/local/share/locale/ne/LC_MESSAGES/drgeo.mo
  128. installing nl.gmo as /usr/local/share/locale/nl/LC_MESSAGES/drgeo.mo
  129. installing no.gmo as /usr/local/share/locale/no/LC_MESSAGES/drgeo.mo
  130. installing pl.gmo as /usr/local/share/locale/pl/LC_MESSAGES/drgeo.mo
  131. installing pt.gmo as /usr/local/share/locale/pt/LC_MESSAGES/drgeo.mo
  132. installing pt_BR.gmo as /usr/local/share/locale/pt_BR/LC_MESSAGES/drgeo.mo
  133. installing ru.gmo as /usr/local/share/locale/ru/LC_MESSAGES/drgeo.mo
  134. installing rw.gmo as /usr/local/share/locale/rw/LC_MESSAGES/drgeo.mo
  135. installing sl.gmo as /usr/local/share/locale/sl/LC_MESSAGES/drgeo.mo
  136. installing sq.gmo as /usr/local/share/locale/sq/LC_MESSAGES/drgeo.mo
  137. installing sr.gmo as /usr/local/share/locale/sr/LC_MESSAGES/drgeo.mo
  138. installing sr@Latn.gmo as /usr/local/share/locale/sr@Latn/LC_MESSAGES/drgeo.mo
  139. installing sv.gmo as /usr/local/share/locale/sv/LC_MESSAGES/drgeo.mo
  140. installing uk.gmo as /usr/local/share/locale/uk/LC_MESSAGES/drgeo.mo
  141. installing zh_CN.gmo as /usr/local/share/locale/zh_CN/LC_MESSAGES/drgeo.mo
  142. installing zh_TW.gmo as /usr/local/share/locale/zh_TW/LC_MESSAGES/drgeo.mo
  143. make[1]: Leaving directory `/home/scott/Music/dr-geo/po'
  144. Making install in geo
  145. make[1]: Entering directory `/home/scott/Music/dr-geo/geo'
  146. make[2]: Entering directory `/home/scott/Music/dr-geo/geo'
  147. make[3]: Entering directory `/home/scott/Music/dr-geo/geo'
  148. make[3]: Nothing to be done for `install-exec-am'.
  149. make[3]: Nothing to be done for `install-data-am'.
  150. make[3]: Leaving directory `/home/scott/Music/dr-geo/geo'
  151. make[2]: Leaving directory `/home/scott/Music/dr-geo/geo'
  152. make[1]: Leaving directory `/home/scott/Music/dr-geo/geo'
  153. Making install in examples
  154. make[1]: Entering directory `/home/scott/Music/dr-geo/examples'
  155. Making install in figures
  156. make[2]: Entering directory `/home/scott/Music/dr-geo/examples/figures'
  157. make[3]: Entering directory `/home/scott/Music/dr-geo/examples/figures'
  158. make[3]: Nothing to be done for `install-exec-am'.
  159.  /bin/mkdir -p '/usr/local/share/drgeo/examples/figures'
  160.  /usr/bin/install -c -m 644 circle-locus.fgeo conics.fgeo euler-line.fgeo cercle-inscrit.fgeo orthocenter-locus.fgeo parallelogramme.fgeo triangle-scale.fgeo polygons.fgeo triangle_rectangle1.fgeo mercedes.fgeo saliera.fgeo slope.fgeo sinusoide.fgeo symmetry-axe-2.fgeo symmetry-center.fgeo angle-inscrit.fgeo trigo1.fgeo moyenne-prop.fgeo partage-segment.fgeo varignon.fgeo triangles-homothetiques.fgeo orthocentre-symetique.fgeo signed-distance.fgeo problem1.fgeo accel.fgeo accel.big5.fgeo lens.fgeo duality.fgeo refraction.fgeo fonctions_associees.fgeo light6.fgeo wheel.fgeo baballe.fgeo braik_conic.fgeo steiner_conic.fgeo polygon-7.fgeo '/usr/local/share/drgeo/examples/figures'
  161. make[3]: Leaving directory `/home/scott/Music/dr-geo/examples/figures'
  162. make[2]: Leaving directory `/home/scott/Music/dr-geo/examples/figures'
  163. Making install in macro
  164. make[2]: Entering directory `/home/scott/Music/dr-geo/examples/macro'
  165. make[3]: Entering directory `/home/scott/Music/dr-geo/examples/macro'
  166. make[3]: Nothing to be done for `install-exec-am'.
  167. /bin/mkdir -p '/usr/local/share/drgeo/examples/macros'
  168. /usr/bin/install -c -m 644 bissectrice.mgeo orthocentre.mgeo centre1.mgeo segment.mgeo pentagone.mgeo polygon-7.mgeo '/usr/local/share/drgeo/examples/macros'
  169. make[3]: Leaving directory `/home/scott/Music/dr-geo/examples/macro'
  170. make[2]: Leaving directory `/home/scott/Music/dr-geo/examples/macro'
  171. Making install in scheme
  172. make[2]: Entering directory `/home/scott/Music/dr-geo/examples/scheme'
  173. make[3]: Entering directory `/home/scott/Music/dr-geo/examples/scheme'
  174. make[3]: Nothing to be done for `install-exec-am'.
  175.  /bin/mkdir -p '/usr/local/share/drgeo/examples/scheme'
  176.  /usr/bin/install -c -m 644 figure.scm polygon.scm polygon2.scm square.scm baum.scm spiral.scm steiner.scm baravelle.scm fractale.scm pappo.scm premier.scm koch.scm tilings.scm '/usr/local/share/drgeo/examples/scheme'
  177. make[3]: Leaving directory `/home/scott/Music/dr-geo/examples/scheme'
  178. make[2]: Leaving directory `/home/scott/Music/dr-geo/examples/scheme'
  179. make[2]: Entering directory `/home/scott/Music/dr-geo/examples'
  180. make[3]: Entering directory `/home/scott/Music/dr-geo/examples'
  181. make[3]: Nothing to be done for `install-exec-am'.
  182. make[3]: Nothing to be done for `install-data-am'.
  183. make[3]: Leaving directory `/home/scott/Music/dr-geo/examples'
  184. make[2]: Leaving directory `/home/scott/Music/dr-geo/examples'
  185. make[1]: Leaving directory `/home/scott/Music/dr-geo/examples'
  186. Making install in icons
  187. make[1]: Entering directory `/home/scott/Music/dr-geo/icons'
  188. make[2]: Entering directory `/home/scott/Music/dr-geo/icons'
  189. make[2]: Nothing to be done for `install-exec-am'.
  190.  /bin/mkdir -p '/usr/local/share/pixmaps'
  191.  /usr/bin/install -c -m 644 drgeo-file.png drgeo-book.png ofset-logo.png '/usr/local/share/pixmaps'
  192. make[2]: Leaving directory `/home/scott/Music/dr-geo/icons'
  193. make[1]: Leaving directory `/home/scott/Music/dr-geo/icons'
  194. Making install in glade
  195. make[1]: Entering directory `/home/scott/Music/dr-geo/glade'
  196. make[2]: Entering directory `/home/scott/Music/dr-geo/glade'
  197. make[2]: Nothing to be done for `install-exec-am'.
  198. /bin/mkdir -p '/usr/local/share/drgeo/glade'
  199. /usr/bin/install -c -m 644 drgeo2.glade drgenius2.glade drgeoMDI.glade '/usr/local/share/drgeo/glade'
  200. /bin/mkdir -p '/usr/local/share/drgeo/glade'
  201. /usr/bin/install -c -m 644 angle.xpm axial_symetry.xpm build_macro.xpm central_symetry.xpm circle.xpm circle_arc.xpm coordinates.xpm distance.xpm eraser.xpm free_point.xpm half_line.xpm homothetie.xpm intersection_point.xpm line.xpm line_menu.xpm load.xpm macro_menu.xpm middle.xpm move.xpm new_figure.xpm numeric_menu.xpm parallel.xpm perpendicular.xpm point_coordinate.xpm point_menu.xpm preferences.xpm quit.xpm rotation.xpm run_macro.xpm save.xpm segment.xpm styles.xpm tools_menu.xpm transformation_menu.xpm translation.xpm vectrex.xpm color-black.xpm color-blue.xpm color-bordeaux.xpm color-dark-blue.xpm '/usr/local/share/drgeo/glade'
  202. /usr/bin/install -c -m 644 color-dark-green.xpm color-dark-grey.xpm color-green.xpm color-grey.xpm color-orange.xpm color-red.xpm color-white.xpm color-yellow.xpm square-empty.xpm square.xpm round-empty.xpm round.xpm cross.xpm dashline.xpm largeline.xpm normalline.xpm polygon.xpm script.xpm widget-script.xpm property.xpm triangle.xpm drgeo.png drgenius_new_figure.xpm angle.png axial_symetry.png build_macro.png central_symetry.png circle.png circle_arc.png coordinates.png distance.png eraser.png free_point.png half_line.png homothetie.png intersection_point.png line.png line_menu.png locus.png macro_menu.png '/usr/local/share/drgeo/glade'
  203. /usr/bin/install -c -m 644 middle.png move.png numeric_menu.png parallel.png perpendicular.png point_coordinate.png point_menu.png rotation.png run_macro.png segment.png styles.png tools_menu.png transformation_menu.png translation.png vectrex.png polygon.png script.png widget-script.png property.png grid.png rename.png '/usr/local/share/drgeo/glade'
  204. make[2]: Leaving directory `/home/scott/Music/dr-geo/glade'
  205. make[1]: Leaving directory `/home/scott/Music/dr-geo/glade'
  206. Making install in scm
  207. make[1]: Entering directory `/home/scott/Music/dr-geo/scm'
  208. make[2]: Entering directory `/home/scott/Music/dr-geo/scm'
  209. make[2]: Nothing to be done for `install-exec-am'.
  210.  /bin/mkdir -p '/usr/local/share/drgeo/scm'
  211.  /usr/bin/install -c -m 644 drgeo_config.scm preferences.scm drgeo_scm_interface.scm drgeo_scm_interface_constant.scm drgeo_scm_interface_constant_fr.scm drgeo_scm_interface_constant_sr.scm drgeo_scm_interface_constant_es.scm drgeo_scm_interface_constant_nl.scm '/usr/local/share/drgeo/scm'
  212. make[2]: Leaving directory `/home/scott/Music/dr-geo/scm'
  213. make[1]: Leaving directory `/home/scott/Music/dr-geo/scm'
  214. Making install in plugin
  215. make[1]: Entering directory `/home/scott/Music/dr-geo/plugin'
  216. Making install in drgeo
  217. make[2]: Entering directory `/home/scott/Music/dr-geo/plugin/drgeo'
  218. Making install in progs
  219. make[3]: Entering directory `/home/scott/Music/dr-geo/plugin/drgeo/progs'
  220. make[4]: Entering directory `/home/scott/Music/dr-geo/plugin/drgeo/progs'
  221. make[4]: Nothing to be done for `install-exec-am'.
  222. /bin/mkdir -p '/usr/local/share/texmacs/TeXmacs/plugins/drgeo/progs'
  223. /usr/bin/install -c -m 644 init-drgeo.scm '/usr/local/share/texmacs/TeXmacs/plugins/drgeo/progs'
  224. /bin/mkdir -p '/usr/local/bin'
  225. /usr/bin/install -c tm_drgeo '/usr/local/bin'
  226. make[4]: Leaving directory `/home/scott/Music/dr-geo/plugin/drgeo/progs'
  227. make[3]: Leaving directory `/home/scott/Music/dr-geo/plugin/drgeo/progs'
  228. make[3]: Entering directory `/home/scott/Music/dr-geo/plugin/drgeo'
  229. make[4]: Entering directory `/home/scott/Music/dr-geo/plugin/drgeo'
  230. make[4]: Nothing to be done for `install-exec-am'.
  231. make[4]: Nothing to be done for `install-data-am'.
  232. make[4]: Leaving directory `/home/scott/Music/dr-geo/plugin/drgeo'
  233. make[3]: Leaving directory `/home/scott/Music/dr-geo/plugin/drgeo'
  234. make[2]: Leaving directory `/home/scott/Music/dr-geo/plugin/drgeo'
  235. make[2]: Entering directory `/home/scott/Music/dr-geo/plugin'
  236. make[3]: Entering directory `/home/scott/Music/dr-geo/plugin'
  237. make[3]: Nothing to be done for `install-exec-am'.
  238. make[3]: Nothing to be done for `install-data-am'.
  239. make[3]: Leaving directory `/home/scott/Music/dr-geo/plugin'
  240. make[2]: Leaving directory `/home/scott/Music/dr-geo/plugin'
  241. make[1]: Leaving directory `/home/scott/Music/dr-geo/plugin'
  242. Making install in encode
  243. make[1]: Entering directory `/home/scott/Music/dr-geo/encode'
  244. make[2]: Entering directory `/home/scott/Music/dr-geo/encode'
  245. make[2]: Nothing to be done for `install-exec-am'.
  246.  /bin/mkdir -p '/usr/local/share/drgeo/encode'
  247.  /usr/bin/install -c -m 644 latin1.ps '/usr/local/share/drgeo/encode'
  248. make[2]: Leaving directory `/home/scott/Music/dr-geo/encode'
  249. make[1]: Leaving directory `/home/scott/Music/dr-geo/encode'
  250. make[1]: Entering directory `/home/scott/Music/dr-geo'
  251. make[2]: Entering directory `/home/scott/Music/dr-geo'
  252.  /bin/mkdir -p '/usr/local/bin'
  253.   /bin/bash ./libtool   --mode=install /usr/bin/install -c drgeo '/usr/local/bin'
  254. libtool: install: /usr/bin/install -c drgeo /usr/local/bin/drgeo
  255.  /bin/mkdir -p '/usr/local/share/applications'
  256.  /usr/bin/install -c -m 644 drgeo.desktop '/usr/local/share/applications'
  257. make[2]: Leaving directory `/home/scott/Music/dr-geo'
  258. make[1]: Leaving directory `/home/scott/Music/dr-geo'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement