Advertisement
Guest User

Untitled

a guest
May 31st, 2013
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.40 KB | None | 0 0
  1. cd $HOME/Mozilla/instantbird/../obj-instantbird-dbg
  2. $HOME/Mozilla/instantbird/configure
  3. loading cache ./config.cache
  4. checking host system type... x86_64-unknown-linux-gnu
  5. checking target system type... x86_64-unknown-linux-gnu
  6. checking build system type... x86_64-unknown-linux-gnu
  7. checking for mawk... (cached) mawk
  8. checking for perl5... (cached) /usr/bin/perl
  9. checking for gcc... (cached) gcc
  10. checking whether the C compiler (gcc ) works... yes
  11. checking whether the C compiler (gcc ) is a cross-compiler... no
  12. checking whether we are using GNU C... (cached) yes
  13. checking whether gcc accepts -g... (cached) yes
  14. checking for c++... (cached) c++
  15. checking whether the C++ compiler (c++ -g -O0 ) works... yes
  16. checking whether the C++ compiler (c++ -g -O0 ) is a cross-compiler... no
  17. checking whether we are using GNU C++... (cached) yes
  18. checking whether c++ accepts -g... (cached) yes
  19. checking for ranlib... (cached) ranlib
  20. checking for as... (cached) /usr/bin/as
  21. checking for ar... (cached) ar
  22. checking for ld... (cached) ld
  23. checking for strip... (cached) strip
  24. checking for windres... no
  25. checking whether gcc and cc understand -c and -o together... (cached) yes
  26. checking how to run the C preprocessor... (cached) gcc -E
  27. checking how to run the C++ preprocessor... (cached) c++ -E
  28. checking for a BSD compatible install... (cached) /usr/bin/install -c
  29. checking whether ln -s works... (cached) yes
  30. checking for minimum required perl version >= 5.006... 5.014002
  31. checking for full perl installation... yes
  32. checking for python2.7... (cached) /usr/bin/python2.7
  33. checking for doxygen... (cached) :
  34. checking for autoconf... (cached) /usr/bin/autoconf
  35. checking for unzip... (cached) /usr/bin/unzip
  36. checking for zip... (cached) /usr/bin/zip
  37. checking for makedepend... no
  38. checking for xargs... (cached) /usr/bin/xargs
  39. checking for X... (cached) libraries , headers
  40. checking for dnet_ntoa in -ldnet... (cached) no
  41. checking for dnet_ntoa in -ldnet_stub... (cached) no
  42. checking for gethostbyname... (cached) yes
  43. checking for connect... (cached) yes
  44. checking for remove... (cached) yes
  45. checking for shmat... (cached) yes
  46. checking for IceConnectionNumber in -lICE... (cached) yes
  47. checking whether the compiler supports -Wno-invalid-offsetof... yes
  48. checking whether the compiler supports -Wno-variadic-macros... yes
  49. checking whether the compiler supports -Werror=return-type... yes
  50. checking whether ld has archive extraction flags... (cached) yes
  51. checking that static assertion macros used in autoconf tests work... (cached) yes
  52. checking for 64-bit OS... yes
  53. checking for custom <stdint.h> implementation... none specified
  54. checking for minimum required Python version >= 2.5... yes
  55. checking whether the linker supports Identical Code Folding... no
  56. checking whether removing dead symbols breaks debugging... no
  57. checking for ANSI C header files... (cached) yes
  58. checking for working const... (cached) yes
  59. checking for mode_t... (cached) yes
  60. checking for off_t... (cached) yes
  61. checking for pid_t... (cached) yes
  62. checking for size_t... (cached) yes
  63. checking for st_blksize in struct stat... (cached) yes
  64. checking for siginfo_t... (cached) yes
  65. checking for int64... (cached) no
  66. checking for uint... (cached) yes
  67. checking for uint_t... (cached) no
  68. checking for uname.domainname... (cached) yes
  69. checking for uname.__domainname... (cached) no
  70. checking for gcc c++0x headers bug without rtti... (cached) no
  71. checking for usable char16_t (2 bytes, unsigned)... (cached) yes
  72. checking for usable wchar_t (2 bytes, unsigned)... (cached) no
  73. checking for visibility(hidden) attribute... (cached) yes
  74. checking for visibility(default) attribute... (cached) yes
  75. checking for visibility pragma support... (cached) yes
  76. checking For gcc visibility bug with class-level attributes (GCC bug 26905)... (cached) no
  77. checking For x86_64 gcc visibility bug with builtins (GCC bug 20297)... (cached) no
  78. checking for dirent.h that defines DIR... (cached) yes
  79. checking for opendir in -ldir... (cached) no
  80. checking for sys/byteorder.h... (cached) no
  81. checking for compat.h... (cached) no
  82. checking for getopt.h... (cached) yes
  83. checking for sys/bitypes.h... (cached) yes
  84. checking for memory.h... (cached) yes
  85. checking for unistd.h... (cached) yes
  86. checking for gnu/libc-version.h... (cached) yes
  87. checking for nl_types.h... (cached) yes
  88. checking for malloc.h... (cached) yes
  89. checking for X11/XKBlib.h... (cached) yes
  90. checking for sys/statvfs.h... (cached) yes
  91. checking for sys/statfs.h... (cached) yes
  92. checking for sys/vfs.h... (cached) yes
  93. checking for sys/mount.h... (cached) yes
  94. checking for mmintrin.h... (cached) yes
  95. checking for new... (cached) yes
  96. checking for sys/cdefs.h... (cached) yes
  97. checking for gethostbyname_r in -lc_r... (cached) no
  98. checking for atan in -lm... (cached) yes
  99. checking for dlopen in -ldl... (cached) yes
  100. checking for dlfcn.h... (cached) yes
  101. checking for dladdr... (cached) yes
  102. checking for socket in -lsocket... (cached) no
  103. checking for XDrawLines in -lX11... (cached) yes
  104. checking for XextAddDisplay in -lXext... (cached) yes
  105. checking for XtFree in -lXt... (cached) yes
  106. checking for pthread_create in -lpthreads... no
  107. checking for pthread_create in -lpthread... yes
  108. checking whether gcc accepts -pthread... yes
  109. checking whether mmap() sees write()s... yes
  110. checking whether gcc needs -traditional... (cached) no
  111. checking for 8-bit clean memcmp... (cached) yes
  112. checking for random... (cached) yes
  113. checking for strerror... (cached) yes
  114. checking for lchown... (cached) yes
  115. checking for fchmod... (cached) yes
  116. checking for snprintf... (cached) yes
  117. checking for statvfs... (cached) yes
  118. checking for memmove... (cached) yes
  119. checking for rint... (cached) yes
  120. checking for stat64... (cached) yes
  121. checking for lstat64... (cached) yes
  122. checking for truncate64... (cached) yes
  123. checking for statvfs64... (cached) yes
  124. checking for flockfile... (cached) yes
  125. checking for getpagesize... (cached) yes
  126. checking for localtime_r... (cached) yes
  127. checking for strtok_r... (cached) yes
  128. checking for wcrtomb... (cached) yes
  129. checking for mbrtowc... (cached) yes
  130. checking for res_ninit()... (cached) yes
  131. checking for gnu_get_libc_version()... (cached) yes
  132. checking for iconv in -lc... (cached) yes
  133. checking for iconv()... (cached) yes
  134. checking for iconv() with const input... (cached) no
  135. checking for nl_langinfo and CODESET... (cached) yes
  136. checking for an implementation of va_copy()... (cached) yes
  137. checking for an implementation of __va_copy()... (cached) yes
  138. checking whether va_lists can be copied by value... (cached) no
  139. checking for gcc 3.0 ABI... (cached) yes
  140. checking for C++ "explicit" keyword... (cached) yes
  141. checking for C++ "typename" keyword... (cached) yes
  142. checking for modern C++ template specialization syntax support... (cached) yes
  143. checking whether partial template specialization works... (cached) yes
  144. checking whether operators must be re-defined for templates derived from templates... (cached) no
  145. checking whether we need to cast a derived template to pass as its base class... (cached) no
  146. checking whether the compiler can resolve const ambiguities for templates... (cached) yes
  147. checking whether the C++ "using" keyword can change access... (cached) yes
  148. checking whether the C++ "using" keyword resolves ambiguity... (cached) yes
  149. checking for "std::" namespace... (cached) yes
  150. checking whether standard template operator!=() is ambiguous... (cached) unambiguous
  151. checking for C++ reinterpret_cast... (cached) yes
  152. checking for C++ dynamic_cast to void*... (cached) yes
  153. checking whether C++ requires implementation of unused virtual methods... (cached) yes
  154. checking for trouble comparing to zero near std::operator!=()... (cached) no
  155. checking for __thread keyword for TLS variables... (cached) yes
  156. checking for malloc.h... (cached) yes
  157. checking for strndup... (cached) yes
  158. checking for posix_memalign... (cached) yes
  159. checking for memalign... (cached) yes
  160. checking for valloc... (cached) yes
  161. checking for __attribute__((always_inline))... (cached) yes
  162. checking for __attribute__((malloc))... (cached) yes
  163. checking for __attribute__((warn_unused_result))... (cached) yes
  164. checking for __attribute__((noreturn))... (cached) yes
  165. checking for LC_MESSAGES... (cached) yes
  166. checking for application to build... instantbird
  167. checking if app-specific confvars.sh exists... $HOME/Mozilla/instantbird/instantbird/confvars.sh
  168. checking for pkg-config... (cached) /usr/bin/pkg-config
  169. checking for gtk+-2.0 >= 2.10.0 gtk+-unix-print-2.0 glib-2.0 gobject-2.0 gdk-x11-2.0... yes
  170. checking MOZ_GTK2_CFLAGS... -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtk-unix-print-2.0
  171. checking MOZ_GTK2_LIBS... -lgtk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lfreetype -lfontconfig -lgdk-x11-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0
  172. checking for pango >= 1.14.0 pangoft2 >= 1.14.0... yes
  173. checking MOZ_PANGO_CFLAGS... -pthread -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2
  174. checking MOZ_PANGO_LIBS... -lpangoft2-1.0 -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0
  175. checking for gnome-vfs-2.0 >= 2.0 gnome-vfs-module-2.0 >= 2.0... checking for gconf-2.0 >= 1.2.1 gobject-2.0 ... yes
  176. checking MOZ_GCONF_CFLAGS... -pthread -I/usr/include/gconf/2 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
  177. checking MOZ_GCONF_LIBS... -lgconf-2 -lgobject-2.0 -lglib-2.0
  178. checking for dbus-glib-1 >= 0.60... yes
  179. checking MOZ_DBUS_GLIB_CFLAGS... -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
  180. checking MOZ_DBUS_GLIB_LIBS... -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0
  181. checking for alsa... yes
  182. checking MOZ_ALSA_CFLAGS... -I/usr/include/alsa
  183. checking MOZ_ALSA_LIBS... -lasound
  184. checking for tar archiver... checking for gnutar... (cached) tar
  185. tar
  186. checking for wget... checking for wget... (cached) wget
  187. wget
  188. checking for valid debug flags... yes
  189. checking for __cxa_demangle... (cached) yes
  190. checking for unwind.h... (cached) yes
  191. checking for _Unwind_Backtrace... (cached) yes
  192. checking for gcc -pipe support... yes
  193. checking whether C compiler supports -fprofile-generate... yes
  194. checking whether C++ compiler has -pedantic long long bug... no
  195. checking for correct temporary object destruction order... yes
  196. checking for correct overload resolution with const and templates... no
  197. checking for libxml-2.0... yes
  198. checking LIBXML2_CFLAGS... -I/usr/include/libxml2
  199. checking LIBXML2_LIBS... -lxml2
  200. checking for arpa/nameser_compat.h... (cached) yes
  201. checking for inet_ntop... (cached) yes
  202. checking size of time_t... (cached) 8
  203. checking for timezone external... (cached) yes
  204. checking for tm_gmtoff in struct tm... (cached) yes
  205. checking for avahi-client avahi-glib... yes
  206. checking AVAHI_CFLAGS... -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
  207. checking AVAHI_LIBS... -lavahi-common -lavahi-client -lavahi-glib -lglib-2.0
  208. checking for glib-2.0 >= 1.3.7 gobject-2.0... yes
  209. checking GLIB_CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
  210. checking GLIB_LIBS... -lgobject-2.0 -lglib-2.0
  211. checking for stdint.h... (cached) yes
  212. checking for inttypes.h... (cached) yes
  213. checking for sys/int_types.h... (cached) no
  214. creating ./config.status
  215. configuring in mozilla
  216. running /bin/sh $HOME/Mozilla/instantbird/mozilla/configure --enable-application=instantbird --enable-extensions=inspector --enable-debug --disable-optimize --disable-jemalloc --enable-valgrind --enable-application=../instantbird --disable-official-branding --with-branding=../instantbird/branding/nightly --cache-file=.././config.cache --srcdir=$HOME/Mozilla/instantbird/mozilla
  217. loading cache .././config.cache
  218. checking host system type... x86_64-unknown-linux-gnu
  219. checking target system type... x86_64-unknown-linux-gnu
  220. checking build system type... x86_64-unknown-linux-gnu
  221. checking for mawk... (cached) mawk
  222. checking for python2.7... (cached) /usr/bin/python2.7
  223. Creating Python environment
  224. New python executable in $HOME/Mozilla/obj-instantbird-dbg/mozilla/_virtualenv/bin/python2.7
  225. Not overwriting existing python script $HOME/Mozilla/obj-instantbird-dbg/mozilla/_virtualenv/bin/python (you must use $HOME/Mozilla/obj-instantbird-dbg/mozilla/_virtualenv/bin/python2.7)
  226. Installing setuptools...................................
  227. Complete output from command $HOME/Mozill...ualenv/bin/python2.7 -c "#!python
  228. \"\"\"Bootstra...sys.argv[1:])
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235. " $HOME/Mozill...ols-0.6c11-py2.7.egg:
  236. Traceback (most recent call last):
  237. File "<string>", line 279, in <module>
  238. File "<string>", line 240, in main
  239. File "$HOME/Mozilla/instantbird/mozilla/python/virtualenv/virtualenv_support/setuptools-0.6c11-py2.7.egg/setuptools/command/easy_install.py", line 1712, in main
  240. File "$HOME/Mozilla/instantbird/mozilla/python/virtualenv/virtualenv_support/setuptools-0.6c11-py2.7.egg/setuptools/command/easy_install.py", line 1700, in with_ei_usage
  241. File "$HOME/Mozilla/instantbird/mozilla/python/virtualenv/virtualenv_support/setuptools-0.6c11-py2.7.egg/setuptools/command/easy_install.py", line 1716, in <lambda>
  242. File "/usr/lib/python2.7/distutils/core.py", line 152, in setup
  243. dist.run_commands()
  244. File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands
  245. self.run_command(cmd)
  246. File "/usr/lib/python2.7/distutils/dist.py", line 971, in run_command
  247. cmd_obj.ensure_finalized()
  248. File "/usr/lib/python2.7/distutils/cmd.py", line 109, in ensure_finalized
  249. self.finalize_options()
  250. File "$HOME/Mozilla/instantbird/mozilla/python/virtualenv/virtualenv_support/setuptools-0.6c11-py2.7.egg/setuptools/command/easy_install.py", line 125, in finalize_options
  251. File "$HOME/Mozilla/instantbird/mozilla/python/virtualenv/virtualenv_support/setuptools-0.6c11-py2.7.egg/setuptools/command/easy_install.py", line 1121, in _expand
  252. File "/usr/lib/python2.7/distutils/cmd.py", line 312, in get_finalized_command
  253. cmd_obj.ensure_finalized()
  254. File "/usr/lib/python2.7/distutils/cmd.py", line 109, in ensure_finalized
  255. self.finalize_options()
  256. File "$HOME/Mozilla/instantbird/mozilla/python/virtualenv/virtualenv_support/setuptools-0.6c11-py2.7.egg/setuptools/command/install.py", line 32, in finalize_options
  257. File "/usr/lib/python2.7/distutils/command/install.py", line 321, in finalize_options
  258. (prefix, exec_prefix) = get_config_vars('prefix', 'exec_prefix')
  259. File "$HOME/Mozilla/obj-instantbird-dbg/mozilla/_virtualenv/lib/python2.7/distutils/__init__.py", line 92, in sysconfig_get_config_vars
  260. real_vars = old_get_config_vars(*args)
  261. File "/usr/lib/python2.7/distutils/sysconfig.py", line 489, in get_config_vars
  262. func()
  263. File "/usr/lib/python2.7/distutils/sysconfig.py", line 433, in _init_posix
  264. from _sysconfigdata import build_time_vars
  265. File "/usr/lib/python2.7/_sysconfigdata.py", line 6, in <module>
  266. from _sysconfigdata_nd import *
  267. ImportError: No module named _sysconfigdata_nd
  268. ----------------------------------------
  269. ...Installing setuptools...done.
  270. Traceback (most recent call last):
  271. File "$HOME/Mozilla/instantbird/mozilla/python/virtualenv/virtualenv.py", line 2476, in <module>
  272. main()
  273. File "$HOME/Mozilla/instantbird/mozilla/python/virtualenv/virtualenv.py", line 942, in main
  274. never_download=options.never_download)
  275. File "$HOME/Mozilla/instantbird/mozilla/python/virtualenv/virtualenv.py", line 1052, in create_environment
  276. search_dirs=search_dirs, never_download=never_download)
  277. File "$HOME/Mozilla/instantbird/mozilla/python/virtualenv/virtualenv.py", line 599, in install_setuptools
  278. search_dirs=search_dirs, never_download=never_download)
  279. File "$HOME/Mozilla/instantbird/mozilla/python/virtualenv/virtualenv.py", line 571, in _install_req
  280. cwd=cwd)
  281. File "$HOME/Mozilla/instantbird/mozilla/python/virtualenv/virtualenv.py", line 1020, in call_subprocess
  282. % (cmd_desc, proc.returncode))
  283. OSError: Command $HOME/Mozill...ualenv/bin/python2.7 -c "#!python
  284. \"\"\"Bootstra...sys.argv[1:])
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291. " $HOME/Mozill...ols-0.6c11-py2.7.egg failed with error code 1
  292. *** Fix above errors and then restart with "make -f client.mk build"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement