Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.92 KB | None | 0 0
  1. sudo apt-get install libgtk2.0-dev libglib2.0-dev libnotify-dev
  2. [sudo] password for gratis:
  3. Reading package lists... Done
  4. Building dependency tree
  5. Reading state information... Done
  6. libnotify-dev is already the newest version (0.7.6-2svn1).
  7. libglib2.0-dev is already the newest version (2.50.2-2ubuntu1).
  8. libgtk2.0-dev is already the newest version (2.24.30-4ubuntu3).
  9. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  10.  
  11. gratis@Zarathustra:~/Programs/gshutdown$ sudo ./configure
  12. checking for a BSD-compatible install... /usr/bin/install -c
  13. checking whether build environment is sane... yes
  14. /home/gratis/Programs/gshutdown/missing: Unknown `--is-lightweight' option
  15. Try `/home/gratis/Programs/gshutdown/missing --help' for more information
  16. configure: WARNING: 'missing' script is too old or missing
  17. checking for a thread-safe mkdir -p... /bin/mkdir -p
  18. checking for gawk... no
  19. checking for mawk... mawk
  20. checking whether make sets $(MAKE)... yes
  21. checking whether make supports nested variables... yes
  22. checking whether to enable maintainer-specific portions of Makefiles... no
  23. checking for gcc... gcc
  24. checking whether the C compiler works... yes
  25. checking for C compiler default output file name... a.out
  26. checking for suffix of executables...
  27. checking whether we are cross compiling... no
  28. checking for suffix of object files... o
  29. checking whether we are using the GNU C compiler... yes
  30. checking whether gcc accepts -g... yes
  31. checking for gcc option to accept ISO C89... none needed
  32. checking whether gcc understands -c and -o together... yes
  33. checking for style of include used by make... GNU
  34. checking dependency style of gcc... gcc3
  35. checking for gcc option to accept ISO C99... none needed
  36. checking for gcc option to accept ISO Standard C... (cached) none needed
  37. checking how to run the C preprocessor... gcc -E
  38. checking for grep that handles long lines and -e... /bin/grep
  39. checking for egrep... /bin/grep -E
  40. checking for ANSI C header files... yes
  41. checking for library containing strerror... none required
  42. checking for sys/types.h... yes
  43. checking for sys/stat.h... yes
  44. checking for stdlib.h... yes
  45. checking for string.h... yes
  46. checking for memory.h... yes
  47. checking for strings.h... yes
  48. checking for inttypes.h... yes
  49. checking for stdint.h... yes
  50. checking for unistd.h... yes
  51. checking libintl.h usability... yes
  52. checking libintl.h presence... yes
  53. checking for libintl.h... yes
  54. checking for stdlib.h... (cached) yes
  55. checking for string.h... (cached) yes
  56. checking sys/wait.h usability... yes
  57. checking sys/wait.h presence... yes
  58. checking for sys/wait.h... yes
  59. checking signal.h usability... yes
  60. checking signal.h presence... yes
  61. checking for signal.h... yes
  62. checking for an ANSI C-conforming const... yes
  63. checking whether struct tm is in sys/time.h or time.h... time.h
  64. ./configure: line 4739: AM_BINRELOC: command not found
  65. checking for pkg-config... /usr/bin/pkg-config
  66. checking pkg-config is at least version 0.9.0... yes
  67. checking for PACKAGE... yes
  68. checking locale.h usability... yes
  69. checking locale.h presence... yes
  70. checking for locale.h... yes
  71. checking for LC_MESSAGES... yes
  72. checking for libintl.h... (cached) yes
  73. checking for ngettext in libc... yes
  74. checking for dgettext in libc... yes
  75. checking for bind_textdomain_codeset... yes
  76. checking for msgfmt... /usr/bin/msgfmt
  77. checking for dcgettext... yes
  78. checking if msgfmt accepts -c... yes
  79. checking for gmsgfmt... /usr/bin/msgfmt
  80. checking for xgettext... /usr/bin/xgettext
  81. checking for catalogs to be installed... fr es ca sv pt de da hu ru it no sr sr@Latn pl zh
  82. checking that generated files are newer than configure... done
  83. configure: creating ./config.status
  84. config.status: creating Makefile
  85. config.status: creating man/Makefile
  86. config.status: creating src/Makefile
  87. config.status: creating po/Makefile.in
  88. config.status: creating gshutdown.spec
  89. config.status: creating gshutdown.lsm
  90. config.status: creating gshutdown.desktop
  91. config.status: creating PKGBUILD
  92. config.status: creating autopackage/default.apspec
  93. config.status: creating config.h
  94. config.status: executing depfiles commands
  95. config.status: executing default-1 commands
  96.  
  97. gratis@Zarathustra:~/Programs/gshutdown$ sudo make
  98. make all-recursive
  99. make[1]: Entering directory '/home/gratis/Programs/gshutdown'
  100. Making all in src
  101. make[2]: Entering directory '/home/gratis/Programs/gshutdown/src'
  102. if gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_DATA_DIR=""/usr/local/share"" -DPACKAGE_LOCALE_DIR=""/usr/local/share/locale"" -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libxml2 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -DLIBNOTIFY_ENABLED -MT args.o -MD -MP -MF ".deps/args.Tpo" -c -o args.o args.c;
  103. then mv -f ".deps/args.Tpo" ".deps/args.Po"; else rm -f ".deps/args.Tpo"; exit 1; fi
  104. if gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_DATA_DIR=""/usr/local/share"" -DPACKAGE_LOCALE_DIR=""/usr/local/share/locale"" -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libxml2 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -DLIBNOTIFY_ENABLED -MT debug.o -MD -MP -MF ".deps/debug.Tpo" -c -o debug.o debug.c;
  105. then mv -f ".deps/debug.Tpo" ".deps/debug.Po"; else rm -f ".deps/debug.Tpo"; exit 1; fi
  106. if gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_DATA_DIR=""/usr/local/share"" -DPACKAGE_LOCALE_DIR=""/usr/local/share/locale"" -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libxml2 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -DLIBNOTIFY_ENABLED -MT binreloc.o -MD -MP -MF ".deps/binreloc.Tpo" -c -o binreloc.o binreloc.c;
  107. then mv -f ".deps/binreloc.Tpo" ".deps/binreloc.Po"; else rm -f ".deps/binreloc.Tpo"; exit 1; fi
  108. if gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_DATA_DIR=""/usr/local/share"" -DPACKAGE_LOCALE_DIR=""/usr/local/share/locale"" -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libxml2 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -DLIBNOTIFY_ENABLED -MT detectwm.o -MD -MP -MF ".deps/detectwm.Tpo" -c -o detectwm.o detectwm.c;
  109. then mv -f ".deps/detectwm.Tpo" ".deps/detectwm.Po"; else rm -f ".deps/detectwm.Tpo"; exit 1; fi
  110. if gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_DATA_DIR=""/usr/local/share"" -DPACKAGE_LOCALE_DIR=""/usr/local/share/locale"" -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libxml2 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -DLIBNOTIFY_ENABLED -MT values.o -MD -MP -MF ".deps/values.Tpo" -c -o values.o values.c;
  111. then mv -f ".deps/values.Tpo" ".deps/values.Po"; else rm -f ".deps/values.Tpo"; exit 1; fi
  112. if gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_DATA_DIR=""/usr/local/share"" -DPACKAGE_LOCALE_DIR=""/usr/local/share/locale"" -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libxml2 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -DLIBNOTIFY_ENABLED -MT callback.o -MD -MP -MF ".deps/callback.Tpo" -c -o callback.o callback.c;
  113. then mv -f ".deps/callback.Tpo" ".deps/callback.Po"; else rm -f ".deps/callback.Tpo"; exit 1; fi
  114. if gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_DATA_DIR=""/usr/local/share"" -DPACKAGE_LOCALE_DIR=""/usr/local/share/locale"" -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libxml2 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -DLIBNOTIFY_ENABLED -MT callback_main_window.o -MD -MP -MF ".deps/callback_main_window.Tpo" -c -o callback_main_window.o callback_main_window.c;
  115. then mv -f ".deps/callback_main_window.Tpo" ".deps/callback_main_window.Po"; else rm -f ".deps/callback_main_window.Tpo"; exit 1; fi
  116. if gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_DATA_DIR=""/usr/local/share"" -DPACKAGE_LOCALE_DIR=""/usr/local/share/locale"" -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libxml2 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -DLIBNOTIFY_ENABLED -MT misc.o -MD -MP -MF ".deps/misc.Tpo" -c -o misc.o misc.c;
  117. then mv -f ".deps/misc.Tpo" ".deps/misc.Po"; else rm -f ".deps/misc.Tpo"; exit 1; fi
  118. misc.c: In function ‘run_command’:
  119. misc.c:61:13: warning: implicit declaration of function ‘perror’ [-Wimplicit-function-declaration]
  120. perror("fork");
  121. ^~~~~~
  122. misc.c: In function ‘command_exists’:
  123. misc.c:134:12: warning: implicit declaration of function ‘g_access’ [-Wimplicit-function-declaration]
  124. if(g_access(command, X_OK) == 0)
  125. ^~~~~~~~
  126. if gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_DATA_DIR=""/usr/local/share"" -DPACKAGE_LOCALE_DIR=""/usr/local/share/locale"" -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libxml2 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -DLIBNOTIFY_ENABLED -MT timer.o -MD -MP -MF ".deps/timer.Tpo" -c -o timer.o timer.c;
  127. then mv -f ".deps/timer.Tpo" ".deps/timer.Po"; else rm -f ".deps/timer.Tpo"; exit 1; fi
  128. if gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_DATA_DIR=""/usr/local/share"" -DPACKAGE_LOCALE_DIR=""/usr/local/share/locale"" -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libxml2 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -DLIBNOTIFY_ENABLED -MT action.o -MD -MP -MF ".deps/action.Tpo" -c -o action.o action.c;
  129. then mv -f ".deps/action.Tpo" ".deps/action.Po"; else rm -f ".deps/action.Tpo"; exit 1; fi
  130. if gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_DATA_DIR=""/usr/local/share"" -DPACKAGE_LOCALE_DIR=""/usr/local/share/locale"" -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libxml2 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -DLIBNOTIFY_ENABLED -MT gui.o -MD -MP -MF ".deps/gui.Tpo" -c -o gui.o gui.c;
  131. then mv -f ".deps/gui.Tpo" ".deps/gui.Po"; else rm -f ".deps/gui.Tpo"; exit 1; fi
  132. In file included from /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h:9:0,
  133. from /usr/include/glib-2.0/glib/gtypes.h:32,
  134. from /usr/include/glib-2.0/glib/galloca.h:32,
  135. from /usr/include/glib-2.0/glib.h:30,
  136. from misc.h:23,
  137. from gui.c:24:
  138. gui.c: In function ‘gui_systray_icon_hide’:
  139. /usr/include/glib-2.0/glib/gmacros.h:280:15: warning: ‘return’ with a value, in function returning void
  140. #define FALSE (0)
  141. ^
  142. gui.c:528:12: note: in expansion of macro ‘FALSE’
  143. return FALSE;
  144. ^~~~~
  145. gui.c:523:6: note: declared here
  146. void gui_systray_icon_hide()
  147. ^~~~~~~~~~~~~~~~~~~~~
  148. In file included from /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h:9:0,
  149. from /usr/include/glib-2.0/glib/gtypes.h:32,
  150. from /usr/include/glib-2.0/glib/galloca.h:32,
  151. from /usr/include/glib-2.0/glib.h:30,
  152. from misc.h:23,
  153. from gui.c:24:
  154. gui.c: In function ‘gui_systray_icon_show’:
  155. /usr/include/glib-2.0/glib/gmacros.h:280:15: warning: ‘return’ with a value, in function returning void
  156. #define FALSE (0)
  157. ^
  158. gui.c:537:12: note: in expansion of macro ‘FALSE’
  159. return FALSE;
  160. ^~~~~
  161. gui.c:532:6: note: declared here
  162. void gui_systray_icon_show()
  163. ^~~~~~~~~~~~~~~~~~~~~
  164. gui.c: In function ‘confirm_dialog’:
  165. gui.c:751:37: warning: format not a string literal and no format arguments [-Wformat-security]
  166. message);
  167. ^~~~~~~
  168. gui.c: In function ‘detect_error_dialog’:
  169. gui.c:785:41: warning: format not a string literal and no format arguments [-Wformat-security]
  170. message);
  171. ^~~~~~~
  172. if gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_DATA_DIR=""/usr/local/share"" -DPACKAGE_LOCALE_DIR=""/usr/local/share/locale"" -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libxml2 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -DLIBNOTIFY_ENABLED -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.c;
  173. then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi
  174. main.c: In function ‘signals_init’:
  175. main.c:134:5: warning: ‘g_atexit’ is deprecated [-Wdeprecated-declarations]
  176. g_atexit(called_at_exit);
  177. ^~~~~~~~
  178. In file included from /usr/include/glib-2.0/glib/gthread.h:34:0,
  179. from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
  180. from /usr/include/glib-2.0/glib.h:32,
  181. from main.c:24:
  182. /usr/include/glib-2.0/glib/gutils.h:207:6: note: declared here
  183. void g_atexit (GVoidFunc func);
  184. ^~~~~~~~
  185. if gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_DATA_DIR=""/usr/local/share"" -DPACKAGE_LOCALE_DIR=""/usr/local/share/locale"" -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libxml2 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -DLIBNOTIFY_ENABLED -MT gdm.o -MD -MP -MF ".deps/gdm.Tpo" -c -o gdm.o gdm.c;
  186. then mv -f ".deps/gdm.Tpo" ".deps/gdm.Po"; else rm -f ".deps/gdm.Tpo"; exit 1; fi
  187. if gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_DATA_DIR=""/usr/local/share"" -DPACKAGE_LOCALE_DIR=""/usr/local/share/locale"" -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libxml2 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -DLIBNOTIFY_ENABLED -MT pconfirm.o -MD -MP -MF ".deps/pconfirm.Tpo" -c -o pconfirm.o pconfirm.c;
  188. then mv -f ".deps/pconfirm.Tpo" ".deps/pconfirm.Po"; else rm -f ".deps/pconfirm.Tpo"; exit 1; fi
  189. if gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_DATA_DIR=""/usr/local/share"" -DPACKAGE_LOCALE_DIR=""/usr/local/share/locale"" -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libxml2 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -DLIBNOTIFY_ENABLED -MT bacon.o -MD -MP -MF ".deps/bacon.Tpo" -c -o bacon.o bacon.c;
  190. then mv -f ".deps/bacon.Tpo" ".deps/bacon.Po"; else rm -f ".deps/bacon.Tpo"; exit 1; fi
  191. if gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_DATA_DIR=""/usr/local/share"" -DPACKAGE_LOCALE_DIR=""/usr/local/share/locale"" -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libxml2 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -DLIBNOTIFY_ENABLED -MT eggtrayicon.o -MD -MP -MF ".deps/eggtrayicon.Tpo" -c -o eggtrayicon.o eggtrayicon.c;
  192. then mv -f ".deps/eggtrayicon.Tpo" ".deps/eggtrayicon.Po"; else rm -f ".deps/eggtrayicon.Tpo"; exit 1; fi
  193. gcc -g -O2 -DLIBNOTIFY_ENABLED -o gshutdown -Wl,-export-dynamic args.o debug.o binreloc.o detectwm.o values.o callback.o callback_main_window.o misc.o timer.o action.o gui.o main.o gdm.o pconfirm.o bacon.o eggtrayicon.o -lglade-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lxml2 -lnotify -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0
  194. make[2]: Leaving directory '/home/gratis/Programs/gshutdown/src'
  195. Making all in po
  196. make[2]: Entering directory '/home/gratis/Programs/gshutdown/po'
  197. file=./`echo fr | sed 's,.*/,,'`.gmo
  198. && rm -f $file && /usr/bin/msgfmt -c -o $file fr.po
  199. fr.po:5: warning: header field 'Language' missing in header
  200. file=./`echo es | sed 's,.*/,,'`.gmo
  201. && rm -f $file && /usr/bin/msgfmt -c -o $file es.po
  202. es.po:2: warning: header field 'Language' missing in header
  203. file=./`echo ca | sed 's,.*/,,'`.gmo
  204. && rm -f $file && /usr/bin/msgfmt -c -o $file ca.po
  205. ca.po:5: warning: header field 'Language' missing in header
  206. file=./`echo sv | sed 's,.*/,,'`.gmo
  207. && rm -f $file && /usr/bin/msgfmt -c -o $file sv.po
  208. sv.po:2: warning: header field 'Language' missing in header
  209. file=./`echo pt | sed 's,.*/,,'`.gmo
  210. && rm -f $file && /usr/bin/msgfmt -c -o $file pt.po
  211. pt.po:2: warning: header field 'Language' missing in header
  212. file=./`echo de | sed 's,.*/,,'`.gmo
  213. && rm -f $file && /usr/bin/msgfmt -c -o $file de.po
  214. de.po:2: warning: header field 'Language' missing in header
  215. file=./`echo da | sed 's,.*/,,'`.gmo
  216. && rm -f $file && /usr/bin/msgfmt -c -o $file da.po
  217. da.po:2: warning: header field 'Language' missing in header
  218. file=./`echo hu | sed 's,.*/,,'`.gmo
  219. && rm -f $file && /usr/bin/msgfmt -c -o $file hu.po
  220. hu.po:2: warning: header field 'Language' missing in header
  221. file=./`echo ru | sed 's,.*/,,'`.gmo
  222. && rm -f $file && /usr/bin/msgfmt -c -o $file ru.po
  223. ru.po:7: warning: header field 'Language' missing in header
  224. file=./`echo it | sed 's,.*/,,'`.gmo
  225. && rm -f $file && /usr/bin/msgfmt -c -o $file it.po
  226. it.po:2: warning: header field 'Language' missing in header
  227. file=./`echo no | sed 's,.*/,,'`.gmo
  228. && rm -f $file && /usr/bin/msgfmt -c -o $file no.po
  229. no.po:2: warning: header field 'Language' missing in header
  230. file=./`echo sr | sed 's,.*/,,'`.gmo
  231. && rm -f $file && /usr/bin/msgfmt -c -o $file sr.po
  232. sr.po:7: warning: header field 'Language' missing in header
  233. file=./`echo sr@Latn | sed 's,.*/,,'`.gmo
  234. && rm -f $file && /usr/bin/msgfmt -c -o $file sr@Latn.po
  235. sr@Latn.po:7: warning: header field 'Language' missing in header
  236. file=./`echo pl | sed 's,.*/,,'`.gmo
  237. && rm -f $file && /usr/bin/msgfmt -c -o $file pl.po
  238. pl.po:8: warning: header field 'Language' missing in header
  239. file=./`echo zh | sed 's,.*/,,'`.gmo
  240. && rm -f $file && /usr/bin/msgfmt -c -o $file zh.po
  241. make[2]: Leaving directory '/home/gratis/Programs/gshutdown/po'
  242. Making all in man
  243. make[2]: Entering directory '/home/gratis/Programs/gshutdown/man'
  244. make[2]: Nothing to be done for 'all'.
  245. make[2]: Leaving directory '/home/gratis/Programs/gshutdown/man'
  246. make[2]: Entering directory '/home/gratis/Programs/gshutdown'
  247. make[2]: Nothing to be done for 'all-am'.
  248. make[2]: Leaving directory '/home/gratis/Programs/gshutdown'
  249. make[1]: Leaving directory '/home/gratis/Programs/gshutdown'
  250.  
  251.  
  252.  
  253. gratis@Zarathustra:~/Programs/gshutdown$ sudo make install
  254. Making install in src
  255. make[1]: Entering directory '/home/gratis/Programs/gshutdown/src'
  256. make[2]: Entering directory '/home/gratis/Programs/gshutdown/src'
  257. test -z "/usr/local/bin" || "/usr/local/bin"
  258. /bin/bash: /usr/local/bin: Is a directory
  259. Makefile:260: recipe for target 'install-binPROGRAMS' failed
  260. make[2]: *** [install-binPROGRAMS] Error 126
  261. make[2]: Leaving directory '/home/gratis/Programs/gshutdown/src'
  262. Makefile:446: recipe for target 'install-am' failed
  263. make[1]: *** [install-am] Error 2
  264. make[1]: Leaving directory '/home/gratis/Programs/gshutdown/src'
  265. Makefile:304: recipe for target 'install-recursive' failed
  266. make: *** [install-recursive] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement