Advertisement
Guest User

Build

a guest
Nov 24th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.37 KB | None | 0 0
  1. **Warning**: I am going to run `configure' with no arguments.
  2. If you wish to pass any to it, please specify them on the
  3. `./autogen.sh' command line.
  4. processing .
  5. Creating ./aclocal.m4 ...
  6. Running glib-gettextize... Ignore non-fatal messages.
  7. Copying file po/Makefile.in.in
  8. Please add the files
  9. codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
  10. progtest.m4
  11. from the /usr/share/aclocal directory to your autoconf macro directory
  12. or directly to your aclocal.m4 file.
  13. You will also need config.guess and config.sub, which you can get from
  14. ftp://ftp.gnu.org/pub/gnu/config/.
  15. Making ./aclocal.m4 writable ...
  16. Running intltoolize...
  17. Running libtoolize...
  18. libtoolize: putting auxiliary files in '.'.
  19. libtoolize: copying file './ltmain.sh'
  20. libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
  21. libtoolize: copying file 'm4/libtool.m4'
  22. libtoolize: copying file 'm4/ltoptions.m4'
  23. libtoolize: copying file 'm4/ltsugar.m4'
  24. libtoolize: copying file 'm4/ltversion.m4'
  25. libtoolize: copying file 'm4/lt~obsolete.m4'
  26. Running aclocal ...
  27. Running autoheader...
  28. Running automake --gnu ...
  29. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/bin/automake line 3939.
  30. configure.ac:69: installing './compile'
  31. configure.ac:73: installing './config.guess'
  32. configure.ac:73: installing './config.sub'
  33. configure.ac:65: installing './install-sh'
  34. configure.ac:65: installing './missing'
  35. examples/c/Makefile.am: installing './depcomp'
  36. Running autoconf ...
  37. Skipping configure process.
  38. checking whether make supports nested variables... yes
  39. checking for a BSD-compatible install... /usr/bin/install -c
  40. checking whether build environment is sane... yes
  41. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  42. checking for gawk... gawk
  43. checking whether make sets $(MAKE)... yes
  44. checking whether UID '1000' is supported by ustar format... yes
  45. checking whether GID '1000' is supported by ustar format... yes
  46. checking how to create a ustar tar archive... gnutar
  47. checking whether to enable maintainer-specific portions of Makefiles... yes
  48. checking for gcc... gcc
  49. checking whether the C compiler works... yes
  50. checking for C compiler default output file name... a.out
  51. checking for suffix of executables...
  52. checking whether we are cross compiling... no
  53. checking for suffix of object files... o
  54. checking whether we are using the GNU C compiler... yes
  55. checking whether gcc accepts -g... yes
  56. checking for gcc option to accept ISO C89... none needed
  57. checking whether gcc understands -c and -o together... yes
  58. checking for style of include used by make... GNU
  59. checking dependency style of gcc... gcc3
  60. checking build system type... x86_64-unknown-linux-gnu
  61. checking host system type... x86_64-unknown-linux-gnu
  62. checking how to print strings... printf
  63. checking for a sed that does not truncate output... /usr/bin/sed
  64. checking for grep that handles long lines and -e... /usr/bin/grep
  65. checking for egrep... /usr/bin/grep -E
  66. checking for fgrep... /usr/bin/grep -F
  67. checking for ld used by gcc... /usr/x86_64-unknown-linux/bin/ld
  68. checking if the linker (/usr/x86_64-unknown-linux/bin/ld) is GNU ld... yes
  69. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  70. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  71. checking whether ln -s works... yes
  72. checking the maximum length of command line arguments... 1572864
  73. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  74. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  75. checking for /usr/x86_64-unknown-linux/bin/ld option to reload object files... -r
  76. checking for objdump... objdump
  77. checking how to recognize dependent libraries... pass_all
  78. checking for dlltool... no
  79. checking how to associate runtime and link libraries... printf %s\n
  80. checking for ar... ar
  81. checking for archiver @FILE support... @
  82. checking for strip... strip
  83. checking for ranlib... ranlib
  84. checking command to parse /usr/bin/nm -B output from gcc object... ok
  85. checking for sysroot... no
  86. checking for a working dd... /usr/bin/dd
  87. checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
  88. checking for mt... no
  89. checking if : is a manifest tool... no
  90. checking how to run the C preprocessor... gcc -E
  91. checking for ANSI C header files... yes
  92. checking for sys/types.h... yes
  93. checking for sys/stat.h... yes
  94. checking for stdlib.h... yes
  95. checking for string.h... yes
  96. checking for memory.h... yes
  97. checking for strings.h... yes
  98. checking for inttypes.h... yes
  99. checking for stdint.h... yes
  100. checking for unistd.h... yes
  101. checking for dlfcn.h... yes
  102. checking for objdir... .libs
  103. checking if gcc supports -fno-rtti -fno-exceptions... no
  104. checking for gcc option to produce PIC... -fPIC -DPIC
  105. checking if gcc PIC flag -fPIC -DPIC works... yes
  106. checking if gcc static flag -static works... yes
  107. checking if gcc supports -c -o file.o... yes
  108. checking if gcc supports -c -o file.o... (cached) yes
  109. checking whether the gcc linker (/usr/x86_64-unknown-linux/bin/ld -m elf_x86_64) supports shared libraries... yes
  110. checking whether -lc should be explicitly linked in... no
  111. checking dynamic linker characteristics... GNU/Linux ld.so
  112. checking how to hardcode library paths into programs... immediate
  113. checking whether stripping libraries is possible... yes
  114. checking if libtool supports shared libraries... yes
  115. checking whether to build shared libraries... yes
  116. checking whether to build static libraries... yes
  117. checking for pkg-config... /usr/bin/pkg-config
  118. checking pkg-config is at least version 0.21... yes
  119. checking for pkg-config... (cached) /usr/bin/pkg-config
  120. checking pkg-config is at least version 0.16... yes
  121. checking whether NLS is requested... yes
  122. checking for intltool >= 0.35.0... 0.51.0 found
  123. checking for intltool-update... /usr/bin/intltool-update
  124. checking for intltool-merge... /usr/bin/intltool-merge
  125. checking for intltool-extract... /usr/bin/intltool-extract
  126. checking for xgettext... /usr/bin/xgettext
  127. checking for msgmerge... /usr/bin/msgmerge
  128. checking for msgfmt... /usr/bin/msgfmt
  129. checking for gmsgfmt... /usr/bin/msgfmt
  130. checking locale.h usability... yes
  131. checking locale.h presence... yes
  132. checking for locale.h... yes
  133. checking for LC_MESSAGES... yes
  134. checking for CFPreferencesCopyAppValue... no
  135. checking for CFLocaleCopyCurrent... no
  136. checking libintl.h usability... yes
  137. checking libintl.h presence... yes
  138. checking for libintl.h... yes
  139. checking for ngettext in libc... yes
  140. checking for dgettext in libc... yes
  141. checking for bind_textdomain_codeset... yes
  142. checking for msgfmt... (cached) /usr/bin/msgfmt
  143. checking for dcgettext... yes
  144. checking if msgfmt accepts -c... yes
  145. checking for gmsgfmt... (cached) /usr/bin/msgfmt
  146. checking for xgettext... (cached) /usr/bin/xgettext
  147. checking for GLIB... yes
  148. checking for valac... /usr/bin/valac
  149. checking whether /usr/bin/valac is at least version 0.34.6... yes
  150. checking for GEE... yes
  151. checking for LIBXML... yes
  152. checking for GIO... yes
  153. checking for gobject-introspection... yes
  154. checking for yelp-build... /usr/bin/yelp-build
  155. checking for valadoc... no
  156. checking for GTKDOC... yes
  157. configure: creating ./config.status
  158. config.status: creating Makefile
  159. config.status: creating gxml/namespace-info.vala
  160. config.status: creating gxml/gxml-0.16.pc
  161. config.status: creating gxml/Makefile
  162. config.status: creating test/Makefile
  163. config.status: creating examples/Makefile
  164. config.status: creating examples/c/Makefile
  165. config.status: creating examples/js/Makefile
  166. config.status: creating examples/python/Makefile
  167. config.status: creating examples/vala/Makefile
  168. config.status: creating po/Makefile.in
  169. config.status: creating debian/Makefile
  170. config.status: creating debian/control
  171. config.status: creating debian/copyright
  172. config.status: creating debian/changelog
  173. config.status: creating debian/gir1.2-gxml.install
  174. config.status: creating debian/libgxml-0.install
  175. config.status: creating debian/libgxml-dev.install
  176. config.status: creating config.h
  177. config.status: executing depfiles commands
  178. config.status: executing libtool commands
  179. config.status: executing default-1 commands
  180. config.status: executing po/stamp-it commands
  181. Configuration summary for GXml-0.15.3
  182. Installation prefix: /app
  183. GObject Introspection: yes
  184. Documentation: no
  185. DevHelp Docs: no
  186. Enable Performance Test: no
  187. Debug: no
  188. Platform: x86_64-unknown-linux-gnu
  189. valac: yes
  190. (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /run/build/gxml/missing autoheader)
  191. rm -f stamp-h1
  192. touch config.h.in
  193. cd . && /bin/sh ./config.status config.h
  194. config.status: creating config.h
  195. config.status: config.h is unchanged
  196. make all-recursive
  197. make[1]: Entering directory '/run/build/gxml'
  198. Making all in gxml
  199. make[2]: Entering directory '/run/build/gxml/gxml'
  200. make all-am
  201. make[3]: Entering directory '/run/build/gxml/gxml'
  202. echo 'libxml-2.0' > gxml-0.16.deps
  203. CC xlibxml.lo
  204. /usr/bin/valac --vapidir=/app/share/vala-/vapi ../vapi/config.vapi --vapidir=. --vapidir=../vapi --pkg libxml-2.0 --pkg gee-0.8 --pkg gobject-2.0 --pkg gio-2.0 --vapidir=/app/share/vala-/vapi --library=gxml-0.16 --includedir gxml -H gxml.h -C --gir=GXml-0.16.gir CssSelectorParser.vala gxml-init.vala namespace-info.vala Attribute.vala Comment.vala CDATA.vala Character.vala Document.vala DocumentType.vala Element.vala Namespace.vala Node.vala Notation.vala ProcessingInstruction.vala Text.vala NodeType.vala Serializable.vala SerializableProperty.vala SerializableBool.vala SerializableDouble.vala SerializableFloat.vala SerializableEnum.vala SerializableInt.vala SerializableValueList.vala Enumeration.vala SerializableObjectModel.vala SerializableGeeTreeMap.vala SerializableGeeHashMap.vala SerializableMapKey.vala SerializableGeeDualKeyMap.vala SerializableMapDualKey.vala SerializableGeeArrayList.vala SerializableContainer.vala TAttribute.vala TComment.vala TCDATA.vala TDocument.vala TElement.vala TNamespace.vala TNode.vala TProcessingInstruction.vala TText.vala GHtml.vala GXmlAttribute.vala GXmlComment.vala GXmlCharacter.vala GXmlChildNode.vala GXmlCDATA.vala GXmlDocument.vala GXmlDomCollections.vala GXmlDomEvents.vala GXmlDomRange.vala GXmlElement.vala GXmlNamespace.vala GXmlNode.vala GXmlProcessingInstruction.vala GXmlText.vala GXmlHashMapAttr.vala GXmlListChildren.vala GXmlListNamespaces.vala DomAttr.vala DomCharacter.vala DomCollections.vala DomDocument.vala DomElement.vala DomEvents.vala DomHtml.vala DomMutationObservers.vala DomNode.vala DomRange.vala XPath.vala GXPathObject.vala GomDocument.vala GomElement.vala GomAttr.vala GomNode.vala GomText.vala GomObject.vala GomCollections.vala GomProperty.vala Parser.vala XParser.vala Schema.vala GomSchema.vala
  205. echo 'gee-0.8' >> gxml-0.16.deps
  206. echo 'gio-2.0' >> gxml-0.16.deps
  207. XParser.vala:615.15-615.26: error: The name `write_dtd' does not exist in the context of `Xml.TextWriter'
  208. size += tw.write_dtd ((n as DomDocumentType).name,
  209. ^^^^^^^^^^^^
  210. Compilation failed: 1 error(s), 0 warning(s)
  211. make[3]: *** [Makefile:1263: vala-stamp] Error 1
  212. make[3]: Leaving directory '/run/build/gxml/gxml'
  213. make[2]: *** [Makefile:671: all] Error 2
  214. make[2]: Leaving directory '/run/build/gxml/gxml'
  215. make[1]: *** [Makefile:591: all-recursive] Error 1
  216. make[1]: Leaving directory '/run/build/gxml'
  217. make: *** [Makefile:502: all] Error 2
  218. Error: module gxml: Der Kindprozess wurde mit Status 2 beendet
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement