Advertisement
Guest User

Untitled

a guest
Jul 12th, 2012
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.66 KB | None | 0 0
  1. obgoblin@hobgoblin-E4034:~$ bzr branch lp:light-software-center
  2. Branched 42 revisions.
  3. hobgoblin@hobgoblin-E4034:~$ cd light-software-center/
  4. hobgoblin@hobgoblin-E4034:~/light-software-center$ ./autogen.sh
  5. + [ x != x ]
  6. + aclocal
  7. + autoheader --force
  8. + AUTOMAKE=automake libtoolize -c --automake --force
  9. + AUTOMAKE=automake intltoolize -c --automake --force
  10. + automake --add-missing --copy --include-deps
  11. configure.ac:23: installing `./compile'
  12. configure.ac:11: installing `./config.guess'
  13. configure.ac:11: installing `./config.sub'
  14. configure.ac:4: installing `./install-sh'
  15. configure.ac:4: installing `./missing'
  16. db-build/Makefile.am: installing `./depcomp'
  17. + autoconf
  18. + rm -rf autom4te.cache
  19. hobgoblin@hobgoblin-E4034:~/light-software-center$ ./configure
  20. checking for a BSD-compatible install... /usr/bin/install -c
  21. checking whether build environment is sane... yes
  22. checking for a thread-safe mkdir -p... /bin/mkdir -p
  23. checking for gawk... gawk
  24. checking whether make sets $(MAKE)... yes
  25. checking whether NLS is requested... yes
  26. checking for style of include used by make... GNU
  27. checking for gcc... gcc
  28. checking whether the C compiler works... yes
  29. checking for C compiler default output file name... a.out
  30. checking for suffix of executables...
  31. checking whether we are cross compiling... no
  32. checking for suffix of object files... o
  33. checking whether we are using the GNU C compiler... yes
  34. checking whether gcc accepts -g... yes
  35. checking for gcc option to accept ISO C89... none needed
  36. checking dependency style of gcc... gcc3
  37. checking for intltool >= 0.40.0... 0.50.2 found
  38. checking for intltool-update... /usr/bin/intltool-update
  39. checking for intltool-merge... /usr/bin/intltool-merge
  40. checking for intltool-extract... /usr/bin/intltool-extract
  41. checking for xgettext... /usr/bin/xgettext
  42. checking for msgmerge... /usr/bin/msgmerge
  43. checking for msgfmt... /usr/bin/msgfmt
  44. checking for gmsgfmt... /usr/bin/msgfmt
  45. checking for perl... /usr/bin/perl
  46. checking for perl >= 5.8.1... 5.14.2
  47. checking for XML::Parser... ok
  48. checking build system type... i686-pc-linux-gnu
  49. checking host system type... i686-pc-linux-gnu
  50. checking how to print strings... printf
  51. checking for a sed that does not truncate output... /bin/sed
  52. checking for grep that handles long lines and -e... /bin/grep
  53. checking for egrep... /bin/grep -E
  54. checking for fgrep... /bin/grep -F
  55. checking for ld used by gcc... /usr/bin/ld
  56. checking if the linker (/usr/bin/ld) is GNU ld... yes
  57. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  58. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  59. checking whether ln -s works... yes
  60. checking the maximum length of command line arguments... 1572864
  61. checking whether the shell understands some XSI constructs... yes
  62. checking whether the shell understands "+="... yes
  63. checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
  64. checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  65. checking for /usr/bin/ld option to reload object files... -r
  66. checking for objdump... objdump
  67. checking how to recognize dependent libraries... pass_all
  68. checking for dlltool... no
  69. checking how to associate runtime and link libraries... printf %s\n
  70. checking for ar... ar
  71. checking for archiver @FILE support... @
  72. checking for strip... strip
  73. checking for ranlib... ranlib
  74. checking command to parse /usr/bin/nm -B output from gcc object... ok
  75. checking for sysroot... no
  76. checking for mt... mt
  77. checking if mt is a manifest tool... no
  78. checking how to run the C preprocessor... gcc -E
  79. checking for ANSI C header files... yes
  80. checking for sys/types.h... yes
  81. checking for sys/stat.h... yes
  82. checking for stdlib.h... yes
  83. checking for string.h... yes
  84. checking for memory.h... yes
  85. checking for strings.h... yes
  86. checking for inttypes.h... yes
  87. checking for stdint.h... yes
  88. checking for unistd.h... yes
  89. checking for dlfcn.h... yes
  90. checking for objdir... .libs
  91. checking if gcc supports -fno-rtti -fno-exceptions... no
  92. checking for gcc option to produce PIC... -fPIC -DPIC
  93. checking if gcc PIC flag -fPIC -DPIC works... yes
  94. checking if gcc static flag -static works... yes
  95. checking if gcc supports -c -o file.o... yes
  96. checking if gcc supports -c -o file.o... (cached) yes
  97. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  98. checking whether -lc should be explicitly linked in... no
  99. checking dynamic linker characteristics... GNU/Linux ld.so
  100. checking how to hardcode library paths into programs... immediate
  101. checking whether stripping libraries is possible... yes
  102. checking if libtool supports shared libraries... yes
  103. checking whether to build shared libraries... yes
  104. checking whether to build static libraries... yes
  105. checking whether make supports nested variables... yes
  106. checking for gcc... (cached) gcc
  107. checking whether we are using the GNU C compiler... (cached) yes
  108. checking whether gcc accepts -g... (cached) yes
  109. checking for gcc option to accept ISO C89... (cached) none needed
  110. checking dependency style of gcc... (cached) gcc3
  111. checking whether gcc and cc understand -c and -o together... yes
  112. checking for gcc option to accept ISO C99... -std=gnu99
  113. checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99
  114. checking for pkg-config... /usr/bin/pkg-config
  115. checking pkg-config is at least version 0.9.0... yes
  116. checking for GTK... yes
  117. checking for X11... yes
  118. checking for GLIB... yes
  119. checking for GIO... yes
  120. checking for PKGLIB... yes
  121. checking for SQLH... yes
  122. checking for GEE... yes
  123. checking for valac... /usr/bin/valac
  124. checking /usr/bin/valac is at least version 0.14.0... yes
  125. ls: cannot access ./po/*.po: No such file or directory
  126. checking locale.h usability... yes
  127. checking locale.h presence... yes
  128. checking for locale.h... yes
  129. checking for LC_MESSAGES... yes
  130. checking libintl.h usability... yes
  131. checking libintl.h presence... yes
  132. checking for libintl.h... yes
  133. checking for ngettext in libc... yes
  134. checking for dgettext in libc... yes
  135. checking for bind_textdomain_codeset... yes
  136. checking for msgfmt... (cached) /usr/bin/msgfmt
  137. checking for dcgettext... yes
  138. checking if msgfmt accepts -c... yes
  139. checking for gmsgfmt... (cached) /usr/bin/msgfmt
  140. checking for xgettext... (cached) /usr/bin/xgettext
  141. configure: creating ./config.status
  142. config.status: creating Makefile
  143. config.status: creating src/Makefile
  144. config.status: creating db-build/Makefile
  145. config.status: creating po/Makefile.in
  146. config.status: creating config.h
  147. config.status: executing depfiles commands
  148. config.status: executing libtool commands
  149. config.status: executing default-1 commands
  150. config.status: executing po/stamp-it commands
  151.  
  152. Light-software-center...................... : Version 0.0.9
  153.  
  154. Prefix....................................... : /usr/local
  155. hobgoblin@hobgoblin-E4034:~/light-software-center$ sudo make install
  156. [sudo] password for hobgoblin:
  157. Making install in src
  158. make[1]: Entering directory `/home/hobgoblin/light-software-center/src'
  159. VALAC light_software_center_vala.stamp
  160. Widgets/GridView.vala:41.9-41.35: warning: method `Lsc.Widgets.GridView.pack_separator' never used
  161. private void pack_separator () {
  162. ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  163. Compilation succeeded - 1 warning(s)
  164. CC light_software_center-Frontend.o
  165. CC light_software_center-Utils.o
  166. CC light_software_center-AppsManager.o
  167. CC light_software_center-Backend.o
  168. CC light_software_center-Entries.o
  169. CC light_software_center-GridView.o
  170. CC light_software_center-PagesView.o
  171. CC light_software_center-ProgressInfo.o
  172. CC light_software_center-Toolbar.o
  173. CC light_software_center-Boxes.o
  174. CC light_software_center-InfoMessage.o
  175. CC light_software_center-Notebook.o
  176. CC light_software_center-ModeButton.o
  177. CC light_software_center-AppsInfo.o
  178. CC light_software_center-AppsView.o
  179. CC light_software_center-CategoriesView.o
  180. CC light_software_center-HomePage.o
  181. CCLD light-software-center
  182. make[2]: Entering directory `/home/hobgoblin/light-software-center/src'
  183. /bin/mkdir -p '/usr/local/bin'
  184. /bin/bash ../libtool --mode=install /usr/bin/install -c light-software-center '/usr/local/bin'
  185. libtool: install: /usr/bin/install -c light-software-center /usr/local/bin/light-software-center
  186. make[2]: Nothing to be done for `install-data-am'.
  187. make[2]: Leaving directory `/home/hobgoblin/light-software-center/src'
  188. make[1]: Leaving directory `/home/hobgoblin/light-software-center/src'
  189. Making install in db-build
  190. make[1]: Entering directory `/home/hobgoblin/light-software-center/db-build'
  191. VALAC dbbuild_vala.stamp
  192. dbbuild.vala:247.55-247.58: warning: Argument 4: Cannot pass null to non-null parameter type
  193. Results result = client.resolve(0, ids, null, null);
  194. ^^^^
  195. Compilation succeeded - 1 warning(s)
  196. CC dbbuild-dbbuild.o
  197. CC dbbuild-libmenu.o
  198. CCLD dbbuild
  199. make[2]: Entering directory `/home/hobgoblin/light-software-center/db-build'
  200. /bin/mkdir -p '/usr/local/bin'
  201. /bin/bash ../libtool --mode=install /usr/bin/install -c dbbuild '/usr/local/bin'
  202. libtool: install: /usr/bin/install -c dbbuild /usr/local/bin/dbbuild
  203. make[2]: Nothing to be done for `install-data-am'.
  204. make[2]: Leaving directory `/home/hobgoblin/light-software-center/db-build'
  205. make[1]: Leaving directory `/home/hobgoblin/light-software-center/db-build'
  206. make[1]: Entering directory `/home/hobgoblin/light-software-center'
  207. make[2]: Entering directory `/home/hobgoblin/light-software-center'
  208. make[2]: Nothing to be done for `install-exec-am'.
  209. make[2]: Nothing to be done for `install-data-am'.
  210. make[2]: Leaving directory `/home/hobgoblin/light-software-center'
  211. make[1]: Leaving directory `/home/hobgoblin/light-software-center'
  212. hobgoblin@hobgoblin-E4034:~/light-software-center$ gksudo /usr/local/bin/light-software-center
  213. Cache age: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement