Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 20th, 2010 | Syntax: None | Size: 19.74 KB | Hits: 130 | Expires: Never
Copy text to clipboard
  1. *** Checking out gobject-introspection *** [1/8](B
  2. ]0;jhbuild:Checking out gobject-introspection [1/8]Current branch master is up to date.
  3. git pull --rebase
  4. *** Configuring gobject-introspection *** [1/8](B
  5. ]0;jhbuild:Configuring gobject-introspection [1/8]checking for autoconf >= 2.53...
  6. (B  testing autoconf2.50... not found.
  7.   testing autoconf... found 2.65
  8. checking for automake >= 1.9...
  9. (B  testing automake-1.11... found 1.11.1
  10. checking for libtool >= 1.5...
  11. (B  testing libtoolize... found 2.2.6b
  12. checking for pkg-config >= 0.14.0...
  13. (B  testing pkg-config... found 0.22
  14. checking for gtk-doc >= 1.10...
  15. (B  testing gtkdocize... found 1.11
  16. checking for gnome-common >= 2.3.0...
  17. (B  testing gnome-doc-common... found 2.28.0
  18. Checking for required M4 macros...
  19. (BChecking for forbidden M4 macros...
  20. (BProcessing ./configure.ac
  21. (BRunning libtoolize...
  22. (Blibtoolize: putting auxiliary files in `.'.
  23. libtoolize: copying file `./ltmain.sh'
  24. libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
  25. libtoolize: copying file `m4/libtool.m4'
  26. libtoolize: copying file `m4/ltoptions.m4'
  27. libtoolize: copying file `m4/ltsugar.m4'
  28. libtoolize: copying file `m4/ltversion.m4'
  29. libtoolize: copying file `m4/lt~obsolete.m4'
  30. Running gtkdocize...
  31. (BRunning gnome-doc-common...
  32. (BRunning aclocal-1.11...
  33. (BRunning autoconf...
  34. (BRunning autoheader...
  35. (BRunning automake-1.11...
  36. (BRunning ./configure --enable-maintainer-mode --prefix /home/richard/gnome-shell/install --libdir /home/richard/gnome-shell/install/lib64 --disable-static --disable-gtk-doc ...
  37. (Bchecking for a BSD-compatible install... /usr/bin/install -c
  38. checking whether build environment is sane... yes
  39. checking for a thread-safe mkdir -p... /bin/mkdir -p
  40. checking for gawk... gawk
  41. checking whether make sets $(MAKE)... yes
  42. checking whether to enable maintainer-specific portions of Makefiles... yes
  43. checking build system type... x86_64-unknown-linux-gnu
  44. checking host system type... x86_64-unknown-linux-gnu
  45. checking for Win32... no
  46. checking for gcc... gcc
  47. checking whether the C compiler works... yes
  48. checking for C compiler default output file name... a.out
  49. checking for suffix of executables...
  50. checking whether we are cross compiling... no
  51. checking for suffix of object files... o
  52. checking whether we are using the GNU C compiler... yes
  53. checking whether gcc accepts -g... yes
  54. checking for gcc option to accept ISO C89... none needed
  55. checking for style of include used by make... GNU
  56. checking dependency style of gcc... gcc3
  57. checking whether gcc and cc understand -c and -o together... yes
  58. checking for a sed that does not truncate output... /bin/sed
  59. checking for grep that handles long lines and -e... /bin/grep
  60. checking for egrep... /bin/grep -E
  61. checking for fgrep... /bin/grep -F
  62. checking for ld used by gcc... /usr/bin/ld
  63. checking if the linker (/usr/bin/ld) is GNU ld... yes
  64. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  65. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  66. checking whether ln -s works... yes
  67. checking the maximum length of command line arguments... 1572864
  68. checking whether the shell understands some XSI constructs... yes
  69. checking whether the shell understands "+="... yes
  70. checking for /usr/bin/ld option to reload object files... -r
  71. checking for objdump... objdump
  72. checking how to recognize dependent libraries... pass_all
  73. checking for ar... ar
  74. checking for strip... strip
  75. checking for ranlib... ranlib
  76. checking command to parse /usr/bin/nm -B output from gcc object... ok
  77. checking how to run the C preprocessor... gcc -E
  78. checking for ANSI C header files... yes
  79. checking for sys/types.h... yes
  80. checking for sys/stat.h... yes
  81. checking for stdlib.h... yes
  82. checking for string.h... yes
  83. checking for memory.h... yes
  84. checking for strings.h... yes
  85. checking for inttypes.h... yes
  86. checking for stdint.h... yes
  87. checking for unistd.h... yes
  88. checking for dlfcn.h... yes
  89. checking for objdir... .libs
  90. checking if gcc supports -fno-rtti -fno-exceptions... no
  91. checking for gcc option to produce PIC... -fPIC -DPIC
  92. checking if gcc PIC flag -fPIC -DPIC works... yes
  93. checking if gcc static flag -static works... yes
  94. checking if gcc supports -c -o file.o... yes
  95. checking if gcc supports -c -o file.o... (cached) yes
  96. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  97. checking whether -lc should be explicitly linked in... no
  98. checking dynamic linker characteristics... GNU/Linux ld.so
  99. checking how to hardcode library paths into programs... immediate
  100. checking whether stripping libraries is possible... yes
  101. checking if libtool supports shared libraries... yes
  102. checking whether to build shared libraries... yes
  103. checking whether to build static libraries... no
  104. checking for pkg-config... /usr/bin/pkg-config
  105. checking pkg-config is at least version 0.9.0... yes
  106. checking for flex... flex
  107. checking lex output file root... lex.yy
  108. checking lex library... -lfl
  109. checking whether yytext is a pointer... yes
  110. checking for bison... bison -y
  111. checking for dlopen in -ldl... yes
  112. checking for the suffix of shared libraries... .so
  113. checking for GOBJECT... yes
  114. checking for GTHREAD... yes
  115. checking for GIO_UNIX... yes
  116. checking for SCANNER... yes
  117. checking for FFI... yes
  118. checking size of time_t... 8
  119. checking for GIREPO... yes
  120. checking whether to build gtk-doc documentation... no
  121. checking for gtkdoc-check... /usr/bin/gtkdoc-check
  122. checking for ANSI C header files... (cached) yes
  123. checking fcntl.h usability... yes
  124. checking fcntl.h presence... yes
  125. checking for fcntl.h... yes
  126. checking for stdlib.h... (cached) yes
  127. checking for string.h... (cached) yes
  128. checking for an ANSI C-conforming const... yes
  129. checking for working strtod... yes
  130. checking for memchr... yes
  131. checking for strchr... yes
  132. checking for strspn... yes
  133. checking for strstr... yes
  134. checking for strtol... yes
  135. checking for strtoull... yes
  136. checking for backtrace... yes
  137. checking for backtrace_symbols... yes
  138. checking whether Python support is requested... checking for a Python interpreter with version >= 2.5... python
  139. checking for python... /usr/bin/python
  140. checking for python version... 2.6
  141. checking for python platform... linux2
  142. checking for python script directory... ${prefix}/lib/python2.6/site-packages
  143. checking for python extension module directory... ${exec_prefix}/lib/python2.6/site-packages
  144. checking for headers required to compile python extensions... found
  145. configure: creating ./config.status
  146. config.status: creating Makefile
  147. config.status: creating gir/Makefile
  148. config.status: creating girepository/Makefile
  149. config.status: creating giscanner/Makefile
  150. config.status: creating giscanner/config.py
  151. config.status: creating m4/Makefile
  152. config.status: creating tools/Makefile
  153. config.status: creating tests/Makefile
  154. config.status: creating tests/invoke/Makefile
  155. config.status: creating tests/offsets/Makefile
  156. config.status: creating tests/scanner/Makefile
  157. config.status: creating tests/repository/Makefile
  158. config.status: creating examples/Makefile
  159. config.status: creating docs/Makefile
  160. config.status: creating docs/reference/Makefile
  161. config.status: creating gobject-introspection-1.0.pc
  162. config.status: creating gobject-introspection-no-export-1.0.pc
  163. config.status: creating config.h
  164. config.status: config.h is unchanged
  165. config.status: executing depfiles commands
  166. config.status: executing libtool commands
  167. Now type `make' to compile gobject-introspection
  168. ./autogen.sh --prefix /home/richard/gnome-shell/install --libdir '/home/richard/gnome-shell/install/lib64'  --disable-static --disable-gtk-doc
  169. *** Cleaning gobject-introspection *** [1/8](B
  170. ]0;jhbuild:Cleaning gobject-introspection [1/8]Making clean in examples
  171. make[1]: Entering directory `/home/richard/gnome-shell/source/gobject-introspection/examples'
  172. rm -rf .libs _libs
  173.  rm -f glib-print
  174. rm -f *.o
  175. rm -f *.lo
  176. make[1]: Leaving directory `/home/richard/gnome-shell/source/gobject-introspection/examples'
  177. Making clean in tests
  178. make[1]: Entering directory `/home/richard/gnome-shell/source/gobject-introspection/tests'
  179. Making clean in offsets
  180. make[2]: Entering directory `/home/richard/gnome-shell/source/gobject-introspection/tests/offsets'
  181. test -z "liboffsets.la" || rm -f liboffsets.la
  182. rm -f "./so_locations"
  183.  rm -f gitestoffsets
  184. test -z "offsets-1.0.gir offsets-1.0.typelib gitestoffsets.c offsets.compiled offsets.introspected" || rm -f offsets-1.0.gir offsets-1.0.typelib gitestoffsets.c offsets.compiled offsets.introspected
  185. rm -rf .libs _libs
  186. rm -f *.o
  187. rm -f *.lo
  188. make[2]: Leaving directory `/home/richard/gnome-shell/source/gobject-introspection/tests/offsets'
  189. Making clean in invoke
  190. make[2]: Entering directory `/home/richard/gnome-shell/source/gobject-introspection/tests/invoke'
  191.  rm -f invoke genericmarshaller
  192. test -z "testfns-metadata.c " || rm -f testfns-metadata.c
  193. rm -rf .libs _libs
  194. test -z "testfns.la" || rm -f testfns.la
  195. rm -f "./so_locations"
  196. rm -f *.o
  197. rm -f *.lo
  198. make[2]: Leaving directory `/home/richard/gnome-shell/source/gobject-introspection/tests/invoke'
  199. Making clean in repository
  200. make[2]: Entering directory `/home/richard/gnome-shell/source/gobject-introspection/tests/repository'
  201. rm -rf .libs _libs
  202.  rm -f gitestrepo gitestthrows
  203. rm -f *.o
  204. rm -f *.lo
  205. make[2]: Leaving directory `/home/richard/gnome-shell/source/gobject-introspection/tests/repository'
  206. Making clean in scanner
  207. make[2]: Entering directory `/home/richard/gnome-shell/source/gobject-introspection/tests/scanner'
  208. test -z "annotation-1.0.typelib drawable-1.0.typelib foo-1.0.typelib utility-1.0.typelib GtkFrob-1.0.typelib BarApp-1.0.typelib annotation-1.0.gir drawable-1.0.gir foo-1.0.gir utility-1.0.gir GtkFrob-1.0.gir BarApp-1.0.gir" || rm -f annotation-1.0.typelib drawable-1.0.typelib foo-1.0.typelib utility-1.0.typelib GtkFrob-1.0.typelib BarApp-1.0.typelib annotation-1.0.gir drawable-1.0.gir foo-1.0.gir utility-1.0.gir GtkFrob-1.0.gir BarApp-1.0.gir
  209. rm -rf .libs _libs
  210.  rm -f barapp
  211. test -z "libannotation.la libdrawable.la libfoo.la libutility.la libgtkfrob.la" || rm -f libannotation.la libdrawable.la libfoo.la libutility.la libgtkfrob.la
  212. rm -f "./so_locations"
  213. rm -f "./so_locations"
  214. rm -f "./so_locations"
  215. rm -f "./so_locations"
  216. rm -f "./so_locations"
  217. rm -f *.o
  218. rm -f *.lo
  219. make[2]: Leaving directory `/home/richard/gnome-shell/source/gobject-introspection/tests/scanner'
  220. Making clean in .
  221. make[2]: Entering directory `/home/richard/gnome-shell/source/gobject-introspection/tests'
  222. rm -rf .libs _libs
  223. rm -f *.lo
  224. make[2]: Leaving directory `/home/richard/gnome-shell/source/gobject-introspection/tests'
  225. make[1]: Leaving directory `/home/richard/gnome-shell/source/gobject-introspection/tests'
  226. Making clean in docs
  227. make[1]: Entering directory `/home/richard/gnome-shell/source/gobject-introspection/docs'
  228. Making clean in .
  229. make[2]: Entering directory `/home/richard/gnome-shell/source/gobject-introspection/docs'
  230. rm -rf .libs _libs
  231. rm -f *.lo
  232. make[2]: Leaving directory `/home/richard/gnome-shell/source/gobject-introspection/docs'
  233. make[1]: Leaving directory `/home/richard/gnome-shell/source/gobject-introspection/docs'
  234. Making clean in gir
  235. make[1]: Entering directory `/home/richard/gnome-shell/source/gobject-introspection/gir'
  236. test -z "GLib-2.0.gir GObject-2.0.gir GModule-2.0.gir Gio-2.0.gir GIRepository-2.0.gir Everything-1.0.gir cairo-1.0.typelib fontconfig-2.0.typelib freetype2-2.0.typelib GL-1.0.typelib libxml2-2.0.typelib xft-2.0.typelib xlib-2.0.typelib xfixes-4.0.typelib GLib-2.0.typelib GObject-2.0.typelib GModule-2.0.typelib Gio-2.0.typelib GIRepository-2.0.typelib Everything-1.0.typelib cairo-1.0.test.gir fontconfig-2.0.test.gir freetype2-2.0.test.gir GL-1.0.test.gir libxml2-2.0.test.gir xft-2.0.test.gir xlib-2.0.test.gir xfixes-4.0.test.gir GLib-2.0.test.gir GObject-2.0.test.gir GModule-2.0.test.gir Gio-2.0.test.gir GIRepository-2.0.test.gir Everything-1.0.test.gir cairo-1.0.test.typelib fontconfig-2.0.test.typelib freetype2-2.0.test.typelib GL-1.0.test.typelib libxml2-2.0.test.typelib xft-2.0.test.typelib xlib-2.0.test.typelib xfixes-4.0.test.typelib GLib-2.0.test.typelib GObject-2.0.test.typelib GModule-2.0.test.typelib Gio-2.0.test.typelib GIRepository-2.0.test.typelib Everything-1.0.test.typelib" || rm -f GLib-2.0.gir GObject-2.0.gir GModule-2.0.gir Gio-2.0.gir GIRepository-2.0.gir Everything-1.0.gir cairo-1.0.typelib fontconfig-2.0.typelib freetype2-2.0.typelib GL-1.0.typelib libxml2-2.0.typelib xft-2.0.typelib xlib-2.0.typelib xfixes-4.0.typelib GLib-2.0.typelib GObject-2.0.typelib GModule-2.0.typelib Gio-2.0.typelib GIRepository-2.0.typelib Everything-1.0.typelib cairo-1.0.test.gir fontconfig-2.0.test.gir freetype2-2.0.test.gir GL-1.0.test.gir libxml2-2.0.test.gir xft-2.0.test.gir xlib-2.0.test.gir xfixes-4.0.test.gir GLib-2.0.test.gir GObject-2.0.test.gir GModule-2.0.test.gir Gio-2.0.test.gir GIRepository-2.0.test.gir Everything-1.0.test.gir cairo-1.0.test.typelib fontconfig-2.0.test.typelib freetype2-2.0.test.typelib GL-1.0.test.typelib libxml2-2.0.test.typelib xft-2.0.test.typelib xlib-2.0.test.typelib xfixes-4.0.test.typelib GLib-2.0.test.typelib GObject-2.0.test.typelib GModule-2.0.test.typelib Gio-2.0.test.typelib GIRepository-2.0.test.typelib Everything-1.0.test.typelib
  237. test -z "libgirepository-everything-1.0.la" || rm -f libgirepository-everything-1.0.la
  238. rm -f "./so_locations"
  239. rm -rf .libs _libs
  240. rm -f *.o
  241. rm -f *.lo
  242. make[1]: Leaving directory `/home/richard/gnome-shell/source/gobject-introspection/gir'
  243. Making clean in tools
  244. make[1]: Entering directory `/home/richard/gnome-shell/source/gobject-introspection/tools'
  245.  rm -f g-ir-compiler g-ir-generate
  246. test -z "g-ir-scanner" || rm -f g-ir-scanner
  247. rm -rf .libs _libs
  248. rm -f *.o
  249. rm -f *.lo
  250. make[1]: Leaving directory `/home/richard/gnome-shell/source/gobject-introspection/tools'
  251. Making clean in giscanner
  252. make[1]: Entering directory `/home/richard/gnome-shell/source/gobject-introspection/giscanner'
  253. test -z "scannerparser.c scannerparser.h scannerlexer.c scannerlexer.h " || rm -f scannerparser.c scannerparser.h scannerlexer.c scannerlexer.h
  254. rm -rf .libs _libs
  255. test -z "libgiscanner.la" || rm -f libgiscanner.la
  256. rm -f "./so_locations"
  257. test -z "_giscanner.la" || rm -f _giscanner.la
  258. rm -f "./so_locations"
  259. rm -f *.o
  260. rm -f *.lo
  261. make[1]: Leaving directory `/home/richard/gnome-shell/source/gobject-introspection/giscanner'
  262. Making clean in girepository
  263. make[1]: Entering directory `/home/richard/gnome-shell/source/gobject-introspection/girepository'
  264. test -z "libgirepository-1.0.la" || rm -f libgirepository-1.0.la
  265. rm -f "./so_locations"
  266. rm -rf .libs _libs
  267. test -z "libgirepository-parser.la" || rm -f libgirepository-parser.la
  268. rm -f "./so_locations"
  269. rm -f *.o
  270. rm -f *.lo
  271. make[1]: Leaving directory `/home/richard/gnome-shell/source/gobject-introspection/girepository'
  272. Making clean in .
  273. make[1]: Entering directory `/home/richard/gnome-shell/source/gobject-introspection'
  274. rm -rf .libs _libs
  275. rm -f *.lo
  276. make[1]: Leaving directory `/home/richard/gnome-shell/source/gobject-introspection'
  277. make   clean
  278. *** Building gobject-introspection *** [1/8](B
  279. ]0;jhbuild:Building gobject-introspection [1/8]make  all-recursive
  280. make[1]: Entering directory `/home/richard/gnome-shell/source/gobject-introspection'
  281. Making all in girepository
  282. make[2]: Entering directory `/home/richard/gnome-shell/source/gobject-introspection/girepository'
  283.   CC     libgirepository_1_0_la-gdump.lo
  284.   CC     libgirepository_1_0_la-gfield.lo
  285.   CC     libgirepository_1_0_la-ginfo.lo
  286.   CC     libgirepository_1_0_la-ginvoke.lo
  287.   CC     libgirepository_1_0_la-girepository.lo
  288.   CC     libgirepository_1_0_la-girffi.lo
  289.   CC     libgirepository_1_0_la-gtypelib.lo
  290.   CCLD   libgirepository-1.0.la
  291.   CC     libgirepository_parser_la-girmodule.lo
  292.   CC     libgirepository_parser_la-girnode.lo
  293.   CC     libgirepository_parser_la-giroffsets.lo
  294.   CC     libgirepository_parser_la-girparser.lo
  295.   CCLD   libgirepository-parser.la
  296. make[2]: Leaving directory `/home/richard/gnome-shell/source/gobject-introspection/girepository'
  297. Making all in giscanner
  298. make[2]: Entering directory `/home/richard/gnome-shell/source/gobject-introspection/giscanner'
  299.   YACC   scannerparser.c
  300. updating scannerparser.h
  301.   LEX    scannerlexer.c
  302. make  all-am
  303. make[3]: Entering directory `/home/richard/gnome-shell/source/gobject-introspection/giscanner'
  304.   CC     libgiscanner_la-sourcescanner.lo
  305.   CC     libgiscanner_la-scannerlexer.lo
  306.   CC     libgiscanner_la-scannerparser.lo
  307.   CCLD   libgiscanner.la
  308.   CC     _giscanner_la-giscannermodule.lo
  309.   CCLD   _giscanner.la
  310. make[3]: Leaving directory `/home/richard/gnome-shell/source/gobject-introspection/giscanner'
  311. make[2]: Leaving directory `/home/richard/gnome-shell/source/gobject-introspection/giscanner'
  312. Making all in tools
  313. make[2]: Entering directory `/home/richard/gnome-shell/source/gobject-introspection/tools'
  314.   CC     g_ir_compiler-compiler.o
  315.   CCLD   g-ir-compiler
  316.   CC     g_ir_generate-generate.o
  317.   CCLD   g-ir-generate
  318.   GEN    g-ir-scanner
  319. make[2]: Leaving directory `/home/richard/gnome-shell/source/gobject-introspection/tools'
  320. Making all in gir
  321. make[2]: Entering directory `/home/richard/gnome-shell/source/gobject-introspection/gir'
  322.   CC     libgirepository_everything_1_0_la-everything.lo
  323.   CCLD   libgirepository-everything-1.0.la
  324.   GISCAN GLib-2.0.gir
  325.   GISCAN GObject-2.0.gir
  326.   GISCAN GModule-2.0.gir
  327.   GISCAN Gio-2.0.gir
  328.   GISCAN GIRepository-2.0.gir
  329. WARNING: Couldn't find corresponding enumeration for g_irepository_error_quark
  330.   GISCAN Everything-1.0.gir
  331.   GICOMP cairo-1.0.gir
  332. make[2]: Leaving directory `/home/richard/gnome-shell/source/gobject-introspection/gir'
  333. make[1]: Leaving directory `/home/richard/gnome-shell/source/gobject-introspection'
  334. make  
  335. (lt-GLib-2.0:25027): GVFS-RemoteVolumeMonitor-WARNING **: cannot open directory /usr/share/gvfs/remote-volume-monitors: Error opening directory '/usr/share/gvfs/remote-volume-monitors': No such file or directory
  336.  
  337. (lt-GObject-2.0:25197): GVFS-RemoteVolumeMonitor-WARNING **: cannot open directory /usr/share/gvfs/remote-volume-monitors: Error opening directory '/usr/share/gvfs/remote-volume-monitors': No such file or directory
  338.  
  339. (lt-GModule-2.0:25367): GVFS-RemoteVolumeMonitor-WARNING **: cannot open directory /usr/share/gvfs/remote-volume-monitors: Error opening directory '/usr/share/gvfs/remote-volume-monitors': No such file or directory
  340.  
  341. (lt-Gio-2.0:25537): GVFS-RemoteVolumeMonitor-WARNING **: cannot open directory /usr/share/gvfs/remote-volume-monitors: Error opening directory '/usr/share/gvfs/remote-volume-monitors': No such file or directory
  342.  
  343. (lt-GIRepository-2.0:25704): GVFS-RemoteVolumeMonitor-WARNING **: cannot open directory /usr/share/gvfs/remote-volume-monitors: Error opening directory '/usr/share/gvfs/remote-volume-monitors': No such file or directory
  344.  
  345. (lt-Everything-1.0:25860): GVFS-RemoteVolumeMonitor-WARNING **: cannot open directory /usr/share/gvfs/remote-volume-monitors: Error opening directory '/usr/share/gvfs/remote-volume-monitors': No such file or directory
  346.  
  347. GVFS-RemoteVolumeMonitor-WARNING **: cannot open directory /usr/share/gvfs/remote-volume-monitors: Error opening directory '/usr/share/gvfs/remote-volume-monitors': No such file or directory
  348. aborting...
  349. /bin/bash: line 1: 25881 Trace/breakpoint trap   (core dumped) ../tools/g-ir-compiler --includedir=. --includedir=../gir --includedir=../gir --includedir=. cairo-1.0.gir -o cairo-1.0.typelib
  350. make[2]: *** [cairo-1.0.typelib] Error 133
  351. make[1]: *** [all-recursive] Error 1
  352. make: *** [all] Error 2
  353. *** Error during phase build of gobject-introspection: ########## Error running make   *** [1/8]
  354.   [1] Rerun phase build
  355.   [2] Ignore error and continue to install
  356.   [3] Give up on module
  357.   [4] Start shell
  358.   [5] Reload configuration
  359.   [6] Go to phase "wipe directory and start over"
  360.   [7] Go to phase "configure"
  361.   [8] Go to phase "clean"
  362.   [9] Go to phase "distclean"
  363. choice: invalid choice
  364.  
  365.   [1] Rerun phase build
  366.   [2] Ignore error and continue to install
  367.   [3] Give up on module
  368.   [4] Start shell
  369.   [5] Reload configuration
  370.   [6] Go to phase "wipe directory and start over"
  371.   [7] Go to phase "configure"
  372.   [8] Go to phase "clean"
  373.   [9] Go to phase "distclean"
  374. choice: Type "yes" to confirm the action: Interrupted