daily pastebin goal
91%
SHARE
TWEET

pushover

a guest Mar 23rd, 2017 66 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Making install in po
  2. make[1]: Entering directory '/home/neo/Documents/gamez/pushover-0.0.5/po'
  3. /bin/mkdir -p /usr/local/share
  4. /bin/mkdir: cannot create directory ‘/usr/local/share/locale’: Permission denied
  5. /usr/bin/install: cannot create regular file ‘/usr/local/share/locale/cs/LC_MESSAGES/pushover.mo’: No such file or directory
  6. installing cs.gmo as /usr/local/share/locale/cs/LC_MESSAGES/pushover.mo
  7. /bin/mkdir: cannot create directory ‘/usr/local/share/locale’: Permission denied
  8. /usr/bin/install: cannot create regular file ‘/usr/local/share/locale/de/LC_MESSAGES/pushover.mo’: No such file or directory
  9. installing de.gmo as /usr/local/share/locale/de/LC_MESSAGES/pushover.mo
  10. /bin/mkdir: cannot create directory ‘/usr/local/share/locale’: Permission denied
  11. /usr/bin/install: cannot create regular file ‘/usr/local/share/locale/eo/LC_MESSAGES/pushover.mo’: No such file or directory
  12. installing eo.gmo as /usr/local/share/locale/eo/LC_MESSAGES/pushover.mo
  13. /bin/mkdir: cannot create directory ‘/usr/local/share/locale’: Permission denied
  14. /usr/bin/install: cannot create regular file ‘/usr/local/share/locale/es/LC_MESSAGES/pushover.mo’: No such file or directory
  15. installing es.gmo as /usr/local/share/locale/es/LC_MESSAGES/pushover.mo
  16. /bin/mkdir: cannot create directory ‘/usr/local/share/locale’: Permission denied
  17. /usr/bin/install: cannot create regular file ‘/usr/local/share/locale/fr/LC_MESSAGES/pushover.mo’: No such file or directory
  18. installing fr.gmo as /usr/local/share/locale/fr/LC_MESSAGES/pushover.mo
  19. /bin/mkdir: cannot create directory ‘/usr/local/share/locale’: Permission denied
  20. /usr/bin/install: cannot create regular file ‘/usr/local/share/locale/it/LC_MESSAGES/pushover.mo’: No such file or directory
  21. installing it.gmo as /usr/local/share/locale/it/LC_MESSAGES/pushover.mo
  22. /bin/mkdir: cannot create directory ‘/usr/local/share/locale’: Permission denied
  23. /usr/bin/install: cannot create regular file ‘/usr/local/share/locale/ru/LC_MESSAGES/pushover.mo’: No such file or directory
  24. installing ru.gmo as /usr/local/share/locale/ru/LC_MESSAGES/pushover.mo
  25. /bin/mkdir: cannot create directory ‘/usr/local/share/locale’: Permission denied
  26. /usr/bin/install: cannot create regular file ‘/usr/local/share/locale/sv/LC_MESSAGES/pushover.mo’: No such file or directory
  27. installing sv.gmo as /usr/local/share/locale/sv/LC_MESSAGES/pushover.mo
  28. if test "pushover" = "gettext-tools"; then \
  29.   /bin/mkdir -p /usr/local/share/gettext/po; \
  30.   for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot   Makevars.template; do \
  31.     /usr/bin/install -c -m 644 ./$file \
  32.             /usr/local/share/gettext/po/$file; \
  33.   done; \
  34.   for file in Makevars; do \
  35.     rm -f /usr/local/share/gettext/po/$file; \
  36.   done; \
  37. else \
  38.   : ; \
  39. fi
  40. make[1]: Leaving directory '/home/neo/Documents/gamez/pushover-0.0.5/po'
  41. make[1]: Entering directory '/home/neo/Documents/gamez/pushover-0.0.5'
  42. make[2]: Entering directory '/home/neo/Documents/gamez/pushover-0.0.5'
  43.  /bin/mkdir -p '/usr/local/bin'
  44.   /bin/bash ./libtool   --mode=install /usr/bin/install -c pushover '/usr/local/bin'
  45. libtool: install: /usr/bin/install -c pushover /usr/local/bin/pushover
  46. /usr/bin/install: cannot create regular file '/usr/local/bin/pushover': Permission denied
  47. Makefile:571: recipe for target 'install-binPROGRAMS' failed
  48. make[2]: *** [install-binPROGRAMS] Error 1
  49. make[2]: Leaving directory '/home/neo/Documents/gamez/pushover-0.0.5'
  50. Makefile:1303: recipe for target 'install-am' failed
  51. make[1]: *** [install-am] Error 2
  52. make[1]: Leaving directory '/home/neo/Documents/gamez/pushover-0.0.5'
  53. Makefile:979: recipe for target 'install-recursive' failed
  54. make: *** [install-recursive] Error 1
RAW Paste Data
Top