Advertisement
Guest User

error make

a guest
Sep 18th, 2015
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.57 KB | None | 0 0
  1. miguel@miguel-desktop:~$ sudo apt-get install build-essential gnome-common gobject-introspection libglib2.0-dev libgtk-3-dev libpulse-dev libpulse-mainloop-glib0 libmutter-dev libwnck-3-dev libupower-glib-dev libgnome-menu-3-dev libc6-dev
  2. [sudo] password for miguel:
  3. Leyendo lista de paquetes... Hecho
  4. Creando árbol de dependencias
  5. Leyendo la información de estado... Hecho
  6. build-essential ya está en su versión más reciente.
  7. gnome-common ya está en su versión más reciente.
  8. gobject-introspection ya está en su versión más reciente.
  9. libc6-dev ya está en su versión más reciente.
  10. libglib2.0-dev ya está en su versión más reciente.
  11. libgnome-menu-3-dev ya está en su versión más reciente.
  12. libgtk-3-dev ya está en su versión más reciente.
  13. libpulse-dev ya está en su versión más reciente.
  14. libpulse-mainloop-glib0 ya está en su versión más reciente.
  15. libupower-glib-dev ya está en su versión más reciente.
  16. libwnck-3-dev ya está en su versión más reciente.
  17. libmutter-dev ya está en su versión más reciente.
  18. Los paquetes indicados a continuación se instalaron de forma automática y ya no son necesarios.
  19. bluetooth dleyna-renderer dleyna-server gnokii-common
  20. gnome-online-miners grilo-plugins-0.2-base
  21. grilo-plugins-0.2-extra hud lemonpos-data libcolumbus1-common
  22. libcolumbus1v5 libdbd-mysql-perl
  23. libdleyna-connector-dbus-1.0-1 libdleyna-core-1.0-3
  24. libdmapsharing-3.0-2 libfl-dev libgda-5.0-4 libgda-5.0-common
  25. libgfbgraph-0.2-0 libgom-1.0-0 libgom-1.0-common libgranite2
  26. libgsettings-qt1 libgsf-1-114 libgsf-1-common libgsignon-glib1
  27. libgupnp-av-1.0-2 libgupnp-dlna-2.0-3 libhud2 libindicate5
  28. libjava3d-java libjava3d-jni libjs-mootools libjson0
  29. libktorrent5 libnoise-core0 liboxideqt-qmlplugin
  30. liboxideqtcore0 liboxideqtquick0 libqt5feedback5
  31. libqt5organizer5 libqt5positioning5 libsamplerate0:i386
  32. libspeexdsp1:i386 libtagc0 libterm-readkey-perl
  33. libtracker-control-1.0-0 libtracker-miner-1.0-0
  34. libunity-action-qt1 libunity-webapps0 libvecmath-java
  35. libzapojit-0.0-0 mysql-client mysql-client-5.6
  36. qml-module-qt-labs-folderlistmodel qml-module-qt-labs-settings
  37. qml-module-qtfeedback qml-module-ubuntu-onlineaccounts
  38. qtdeclarative5-accounts-plugin
  39. qtdeclarative5-qtfeedback-plugin
  40. qtdeclarative5-qtquick2-plugin
  41. qtdeclarative5-ubuntu-ui-toolkit-plugin
  42. qtdeclarative5-ubuntu-web-plugin
  43. qtdeclarative5-unity-action-plugin
  44. spice-client-glib-usb-acl-helper suru-icon-theme tracker
  45. tracker-extract tracker-miner-fs ubuntu-mobile-icons
  46. ubuntu-ui-toolkit-theme unity-asset-pool unity-webapps-common
  47. unity-webapps-qml unity-webapps-service webapp-container
  48. webbrowser-app
  49. Utilice «apt-get autoremove» para eliminarlos.
  50. 0 actualizados, 0 nuevos se instalarán, 0 para eliminar y 0 no actualizados.
  51. miguel@miguel-desktop:~$ git clone https://github.com/evolve-os/budgie-desktop.git
  52. fatal: destination path 'budgie-desktop' already exists and is not an empty directory.
  53. miguel@miguel-desktop:~$ cd budgie-desktop
  54. miguel@miguel-desktop:~/budgie-desktop$ ./autogen.sh
  55. You should update your 'aclocal.m4' by running aclocal.
  56. libtoolize: `./install-sh' is newer: use `--force' to overwrite
  57. You should update your 'aclocal.m4' by running aclocal.
  58. libtoolize: putting auxiliary files in `.'.
  59. libtoolize: copying file `./ltmain.sh'
  60. libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
  61. libtoolize: copying file `m4/libtool.m4'
  62. libtoolize: copying file `m4/ltoptions.m4'
  63. libtoolize: copying file `m4/ltsugar.m4'
  64. libtoolize: copying file `m4/ltversion.m4'
  65. libtoolize: copying file `m4/lt~obsolete.m4'
  66. imports/natray/Makefile.am:18: warning: variable 'libnatray_la_la_LIBADD' is defined but no program or
  67. imports/natray/Makefile.am:18: library has 'libnatray_la_la' as canonical name (possible typo)
  68. checking for a BSD-compatible install... /usr/bin/install -c
  69. checking whether build environment is sane... yes
  70. checking for a thread-safe mkdir -p... /bin/mkdir -p
  71. checking for gawk... gawk
  72. checking whether make sets $(MAKE)... yes
  73. checking whether make supports nested variables... yes
  74. checking for gcc... gcc
  75. checking whether the C compiler works... yes
  76. checking for C compiler default output file name... a.out
  77. checking for suffix of executables...
  78. checking whether we are cross compiling... no
  79. checking for suffix of object files... o
  80. checking whether we are using the GNU C compiler... yes
  81. checking whether gcc accepts -g... yes
  82. checking for gcc option to accept ISO C89... none needed
  83. checking whether gcc understands -c and -o together... yes
  84. checking for style of include used by make... GNU
  85. checking dependency style of gcc... gcc3
  86. checking for gcc option to accept ISO C99... none needed
  87. checking for gcc option to accept ISO Standard C... (cached) none needed
  88. checking whether make supports nested variables... (cached) yes
  89. checking build system type... x86_64-unknown-linux-gnu
  90. checking host system type... x86_64-unknown-linux-gnu
  91. checking how to print strings... printf
  92. checking for a sed that does not truncate output... /bin/sed
  93. checking for grep that handles long lines and -e... /bin/grep
  94. checking for egrep... /bin/grep -E
  95. checking for fgrep... /bin/grep -F
  96. checking for ld used by gcc... /usr/bin/ld
  97. checking if the linker (/usr/bin/ld) is GNU ld... yes
  98. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  99. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  100. checking whether ln -s works... yes
  101. checking the maximum length of command line arguments... 1572864
  102. checking whether the shell understands some XSI constructs... yes
  103. checking whether the shell understands "+="... yes
  104. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  105. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  106. checking for /usr/bin/ld option to reload object files... -r
  107. checking for objdump... objdump
  108. checking how to recognize dependent libraries... pass_all
  109. checking for dlltool... no
  110. checking how to associate runtime and link libraries... printf %s\n
  111. checking for ar... ar
  112. checking for archiver @FILE support... @
  113. checking for strip... strip
  114. checking for ranlib... ranlib
  115. checking command to parse /usr/bin/nm -B output from gcc object... ok
  116. checking for sysroot... no
  117. checking for mt... mt
  118. checking if mt is a manifest tool... no
  119. checking how to run the C preprocessor... gcc -E
  120. checking for ANSI C header files... yes
  121. checking for sys/types.h... yes
  122. checking for sys/stat.h... yes
  123. checking for stdlib.h... yes
  124. checking for string.h... yes
  125. checking for memory.h... yes
  126. checking for strings.h... yes
  127. checking for inttypes.h... yes
  128. checking for stdint.h... yes
  129. checking for unistd.h... yes
  130. checking for dlfcn.h... yes
  131. checking for objdir... .libs
  132. checking if gcc supports -fno-rtti -fno-exceptions... no
  133. checking for gcc option to produce PIC... -fPIC -DPIC
  134. checking if gcc PIC flag -fPIC -DPIC works... yes
  135. checking if gcc static flag -static works... yes
  136. checking if gcc supports -c -o file.o... yes
  137. checking if gcc supports -c -o file.o... (cached) yes
  138. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  139. checking whether -lc should be explicitly linked in... no
  140. checking dynamic linker characteristics... GNU/Linux ld.so
  141. checking how to hardcode library paths into programs... immediate
  142. checking whether stripping libraries is possible... yes
  143. checking if libtool supports shared libraries... yes
  144. checking whether to build shared libraries... yes
  145. checking whether to build static libraries... no
  146. checking for pkg-config... /usr/bin/pkg-config
  147. checking pkg-config is at least version 0.16... yes
  148. checking for GOBJECT... yes
  149. checking for GIO... yes
  150. checking for GTK3... yes
  151. checking for GVC... yes
  152. checking for MUTTER... yes
  153. checking for WNCK3... yes
  154. checking for UPOWER... yes
  155. checking for GMENU... yes
  156. checking for LIBPEAS... yes
  157. checking for GIO_UNIX... yes
  158. checking for glib-compile-resources... /usr/bin/glib-compile-resources
  159. checking for gobject-introspection... yes
  160. checking for GEE... no
  161. configure: error: Package requirements (gee-0.8) were not met:
  162.  
  163. No package 'gee-0.8' found
  164.  
  165. Consider adjusting the PKG_CONFIG_PATH environment variable if you
  166. installed software in a non-standard prefix.
  167.  
  168. Alternatively, you may set the environment variables GEE_CFLAGS
  169. and GEE_LIBS to avoid the need to call pkg-config.
  170. See the pkg-config man page for more details.
  171. miguel@miguel-desktop:~/budgie-desktop$ make
  172. make: *** No se especificó ningún objetivo y no se encontró ningún makefile. Alto.
  173. miguel@miguel-desktop:~/budgie-desktop$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement