Advertisement
Guest User

Untitled

a guest
Apr 28th, 2020
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.40 KB | None | 0 0
  1. tibrekcos@tibrekcos:~/aMule/MoonRiver$ make
  2. make all-recursive
  3. make[1]: Entering directory '/home/tibrekcos/aMule/MoonRiver'
  4. Making all in intl
  5. make[2]: Entering directory '/home/tibrekcos/aMule/MoonRiver/intl'
  6. make[2]: Nothing to be done for 'all'.
  7. make[2]: Leaving directory '/home/tibrekcos/aMule/MoonRiver/intl'
  8. Making all in po
  9. make[2]: Entering directory '/home/tibrekcos/aMule/MoonRiver/po'
  10. : --update it.po amuleadunanza.pot
  11. rm -f it.gmo && : -c --statistics -o it.gmo it.po
  12. mv: cannot stat 't-it.gmo': No such file or directory
  13. Makefile:184: recipe for target 'it.gmo' failed
  14. make[2]: *** [it.gmo] Error 1
  15. make[2]: Leaving directory '/home/tibrekcos/aMule/MoonRiver/po'
  16. Makefile:654: recipe for target 'all-recursive' failed
  17. make[1]: *** [all-recursive] Error 1
  18. make[1]: Leaving directory '/home/tibrekcos/aMule/MoonRiver'
  19. Makefile:548: recipe for target 'all' failed
  20. make: *** [all] Error 2
  21. tibrekcos@tibrekcos:~/aMule/MoonRiver$ make install
  22. Making install in intl
  23. make[1]: Entering directory '/home/tibrekcos/aMule/MoonRiver/intl'
  24. if test "amuleadunanza" = "gettext" \
  25. && test '' = 'intl-compat.o'; then \
  26. /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /usr/lib /usr/include; \
  27. /usr/bin/install -c -m 644 libintl.h /usr/include/libintl.h; \
  28. @LIBTOOL@ --mode=install \
  29. /usr/bin/install -c -m 644 libintl.a /usr/lib/libintl.a; \
  30. else \
  31. : ; \
  32. fi
  33. if test 'no' = yes; then \
  34. test yes != no || /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /usr/lib; \
  35. temp=/usr/lib/t-charset.alias; \
  36. dest=/usr/lib/charset.alias; \
  37. if test -f /usr/lib/charset.alias; then \
  38. orig=/usr/lib/charset.alias; \
  39. sed -f ref-add.sed $orig > $temp; \
  40. /usr/bin/install -c -m 644 $temp $dest; \
  41. rm -f $temp; \
  42. else \
  43. if test yes = no; then \
  44. orig=charset.alias; \
  45. sed -f ref-add.sed $orig > $temp; \
  46. /usr/bin/install -c -m 644 $temp $dest; \
  47. rm -f $temp; \
  48. fi; \
  49. fi; \
  50. /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /usr/share/locale; \
  51. test -f /usr/share/locale/locale.alias \
  52. && orig=/usr/share/locale/locale.alias \
  53. || orig=./locale.alias; \
  54. temp=/usr/share/locale/t-locale.alias; \
  55. dest=/usr/share/locale/locale.alias; \
  56. sed -f ref-add.sed $orig > $temp; \
  57. /usr/bin/install -c -m 644 $temp $dest; \
  58. rm -f $temp; \
  59. else \
  60. : ; \
  61. fi
  62. if test "amuleadunanza" = "gettext"; then \
  63. /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /usr/share/gettext/intl; \
  64. /usr/bin/install -c -m 644 VERSION /usr/share/gettext/intl/VERSION; \
  65. /usr/bin/install -c -m 644 ChangeLog.inst /usr/share/gettext/intl/ChangeLog; \
  66. dists="COPYING.LIB-2.0 COPYING.LIB-2.1 Makefile.in config.charset locale.alias ref-add.sin ref-del.sin gmo.h gettextP.h hash-string.h plural-exp.h eval-plural.h os2compat.h libgnuintl.h loadinfo.h bindtextdom.c dcgettext.c dgettext.c gettext.c finddomain.c loadmsgcat.c localealias.c textdomain.c l10nflist.c explodename.c dcigettext.c dcngettext.c dngettext.c ngettext.c plural.y plural-exp.c localcharset.c localename.c osdep.c os2compat.c intl-compat.c"; \
  67. for file in $dists; do \
  68. /usr/bin/install -c -m 644 ./$file \
  69. /usr/share/gettext/intl/$file; \
  70. done; \
  71. chmod a+x /usr/share/gettext/intl/config.charset; \
  72. dists="plural.c"; \
  73. for file in $dists; do \
  74. if test -f $file; then dir=.; else dir=.; fi; \
  75. /usr/bin/install -c -m 644 $dir/$file \
  76. /usr/share/gettext/intl/$file; \
  77. done; \
  78. dists="xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c COPYING.LIB-2 gettext.h libgettext.h plural-eval.c"; \
  79. for file in $dists; do \
  80. rm -f /usr/share/gettext/intl/$file; \
  81. done; \
  82. else \
  83. : ; \
  84. fi
  85. make[1]: Leaving directory '/home/tibrekcos/aMule/MoonRiver/intl'
  86. Making install in po
  87. make[1]: Entering directory '/home/tibrekcos/aMule/MoonRiver/po'
  88. : --update it.po amuleadunanza.pot
  89. rm -f it.gmo && : -c --statistics -o it.gmo it.po
  90. mv: cannot stat 't-it.gmo': No such file or directory
  91. Makefile:184: recipe for target 'it.gmo' failed
  92. make[1]: *** [it.gmo] Error 1
  93. make[1]: Leaving directory '/home/tibrekcos/aMule/MoonRiver/po'
  94. Makefile:654: recipe for target 'install-recursive' failed
  95. make: *** [install-recursive] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement