Advertisement
mcraoul

automake build.log

Jul 18th, 2016
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.04 KB | None | 0 0
  1.  * Package: sys-devel/automake-1.11.6-r2
  2.  * Repository: gentoo
  3.  * Maintainer: base-system@gentoo.org
  4.  * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU
  5.  * FEATURES: preserve-libs sandbox userpriv usersandbox
  6. >>> cfg-update-1.8.2-r1: Creating checksum index...
  7. >>> Unpacking source...
  8. >>> Unpacking automake-1.11.6.tar.xz to /var/tmp/portage/sys-devel/automake-1.11.6-r2/work
  9. >>> Source unpacked in /var/tmp/portage/sys-devel/automake-1.11.6-r2/work
  10. >>> Preparing source in /var/tmp/portage/sys-devel/automake-1.11.6-r2/work/automake-1.11.6 ...
  11. * Applying automake-1.10-perl-5.16.patch ...
  12.  [ ok ]
  13. * Applying automake-1.13-perl-escape-curly-bracket.patch ...
  14.  [ ok ]
  15. >>> Source prepared.
  16. >>> Configuring source in /var/tmp/portage/sys-devel/automake-1.11.6-r2/work/automake-1.11.6 ...
  17. * econf: updating automake-1.11.6/lib/config.guess with /usr/share/gnuconfig/config.guess
  18. * econf: updating automake-1.11.6/lib/config.sub with /usr/share/gnuconfig/config.sub
  19. ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-silent-rules --libdir=/usr/lib64 --docdir=$(datarootdir)/doc/automake-1.11.6-r2
  20. checking whether make supports nested variables... yes
  21. checking build system type... x86_64-pc-linux-gnu
  22. checking for a BSD-compatible install... /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c
  23. checking whether build environment is sane... yes
  24. checking for a thread-safe mkdir -p... /bin/mkdir -p
  25. checking for gawk... gawk
  26. checking whether make sets $(MAKE)... yes
  27. checking for perl... /usr/bin/perl
  28. checking whether /usr/bin/perl supports ithreads... no
  29. checking for tex... no
  30. checking whether autoconf is installed... yes
  31. checking whether autoconf works... yes
  32. checking whether autoconf is recent enough... yes
  33. checking whether ln works... yes
  34. checking for grep that handles long lines and -e... /bin/grep
  35. checking for egrep... /bin/grep -E
  36. checking for fgrep... /bin/grep -F
  37. checking whether /bin/sh has working 'set -e' with exit trap... yes
  38. configure: creating ./config.status
  39. config.status: creating Makefile
  40. config.status: creating contrib/Makefile
  41. config.status: creating doc/Makefile
  42. config.status: creating lib/Makefile
  43. config.status: creating m4/Makefile
  44. config.status: creating tests/Makefile
  45. config.status: creating tests/defs
  46. config.status: creating tests/aclocal-1.11
  47. config.status: creating tests/automake-1.11
  48. >>> Source configured.
  49. >>> Compiling source in /var/tmp/portage/sys-devel/automake-1.11.6-r2/work/automake-1.11.6 ...
  50. make -j9
  51. Making all in lib
  52. make[1]: Entering directory '/var/tmp/portage/sys-devel/automake-1.11.6-r2/work/automake-1.11.6/lib'
  53. rm -f Automake/Config.pm Automake/Config.pm-t
  54. test -d Automake || mkdir Automake
  55. in=`echo Automake/Config.pm | sed 's/\.[^.]*$//'`; sed -e 's,[@]APIVERSION[@],1.11,g' -e 's,[@]PACKAGE[@],automake,g' -e 's,[@]PACKAGE_BUGREPORT[@],bug-automake@gnu.org,g' -e 's,[@]PERL[@],/usr/bin/perl,g' -e 's,[@]PERL_THREADS[@],0,g' -e 's,[@]SHELL[@],/bin/sh,g' -e 's,[@]VERSION[@],1.11.6,g' -e "s,[@]configure_input[@],Generated from $in.in; do not edit by hand.,g" -e 's,[@]datadir[@],/usr/share,g' ./Automake/Config.in >Automake/Config.pm-t
  56. chmod a-w Automake/Config.pm-t && mv -f Automake/Config.pm-t Automake/Config.pm
  57. make[1]: Leaving directory '/var/tmp/portage/sys-devel/automake-1.11.6-r2/work/automake-1.11.6/lib'
  58. Making all in .
  59. make[1]: Entering directory '/var/tmp/portage/sys-devel/automake-1.11.6-r2/work/automake-1.11.6'
  60. rm -f automake automake-t
  61. rm -f aclocal aclocal-t
  62. sed -e 's,[@]APIVERSION[@],1.11,g' -e 's,[@]PACKAGE[@],automake,g' -e 's,[@]PACKAGE_BUGREPORT[@],bug-automake@gnu.org,g' -e 's,[@]PACKAGE_URL[@],http://www.gnu.org/software/automake/,g' -e 's,[@]PATH_SEPARATOR[@],:,g' -e 's,[@]PERL[@],/usr/bin/perl,g' -e 's,[@]PERL_THREADS[@],0,g' -e 's,[@]SHELL[@],/bin/sh,g' -e 's,[@]am_AUTOCONF[@],autoconf,g' -e 's,[@]am_AUTOM4TE[@],autom4te,g' -e 's,[@]VERSION[@],1.11.6,g' -e 's,[@]configure_input[@],Generated from automake.in; do not edit by hand.,g' -e 's,[@]datadir[@],/usr/share,g' ./automake.in >automake-t
  63. sed -e 's,[@]APIVERSION[@],1.11,g' -e 's,[@]PACKAGE[@],automake,g' -e 's,[@]PACKAGE_BUGREPORT[@],bug-automake@gnu.org,g' -e 's,[@]PACKAGE_URL[@],http://www.gnu.org/software/automake/,g' -e 's,[@]PATH_SEPARATOR[@],:,g' -e 's,[@]PERL[@],/usr/bin/perl,g' -e 's,[@]PERL_THREADS[@],0,g' -e 's,[@]SHELL[@],/bin/sh,g' -e 's,[@]am_AUTOCONF[@],autoconf,g' -e 's,[@]am_AUTOM4TE[@],autom4te,g' -e 's,[@]VERSION[@],1.11.6,g' -e 's,[@]configure_input[@],Generated from aclocal.in; do not edit by hand.,g' -e 's,[@]datadir[@],/usr/share,g' ./aclocal.in >aclocal-t
  64. chmod a+x,a-w aclocal-t && mv -f aclocal-t aclocal
  65. chmod a+x,a-w automake-t && mv -f automake-t automake
  66. make[1]: Leaving directory '/var/tmp/portage/sys-devel/automake-1.11.6-r2/work/automake-1.11.6'
  67. Making all in contrib
  68. make[1]: Entering directory '/var/tmp/portage/sys-devel/automake-1.11.6-r2/work/automake-1.11.6/contrib'
  69. make[1]: Nothing to be done for 'all'.
  70. make[1]: Leaving directory '/var/tmp/portage/sys-devel/automake-1.11.6-r2/work/automake-1.11.6/contrib'
  71. Making all in doc
  72. make[1]: Entering directory '/var/tmp/portage/sys-devel/automake-1.11.6-r2/work/automake-1.11.6/doc'
  73. PATH="`pwd`/../tests:$PATH" && export PATH && true --output=aclocal-1.11.1 aclocal-1.11
  74. PATH="`pwd`/../tests:$PATH" && export PATH && true --output=automake-1.11.1 automake-1.11
  75. Updating ./version.texi
  76. make[1]: Leaving directory '/var/tmp/portage/sys-devel/automake-1.11.6-r2/work/automake-1.11.6/doc'
  77. Making all in m4
  78. make[1]: Entering directory '/var/tmp/portage/sys-devel/automake-1.11.6-r2/work/automake-1.11.6/m4'
  79. make[1]: Nothing to be done for 'all'.
  80. make[1]: Leaving directory '/var/tmp/portage/sys-devel/automake-1.11.6-r2/work/automake-1.11.6/m4'
  81. Making all in tests
  82. make[1]: Entering directory '/var/tmp/portage/sys-devel/automake-1.11.6-r2/work/automake-1.11.6/tests'
  83. make[1]: Nothing to be done for 'all'.
  84. make[1]: Leaving directory '/var/tmp/portage/sys-devel/automake-1.11.6-r2/work/automake-1.11.6/tests'
  85. >>> Source compiled.
  86. >>> Test phase [not enabled]: sys-devel/automake-1.11.6-r2
  87.  
  88. >>> Install automake-1.11.6-r2 into /var/tmp/portage/sys-devel/automake-1.11.6-r2/image/ category sys-devel
  89. make -j9 DESTDIR=/var/tmp/portage/sys-devel/automake-1.11.6-r2/image/ install
  90. Making install in lib
  91. make[1]: Entering directory '/var/tmp/portage/sys-devel/automake-1.11.6-r2/work/automake-1.11.6/lib'
  92. make[2]: Entering directory '/var/tmp/portage/sys-devel/automake-1.11.6-r2/work/automake-1.11.6/lib'
  93. make[2]: Nothing to be done for 'install-exec-am'.
  94. /bin/mkdir -p '/var/tmp/portage/sys-devel/automake-1.11.6-r2/image//usr/share/automake-1.11/am'
  95. /bin/mkdir -p '/var/tmp/portage/sys-devel/automake-1.11.6-r2/image//usr/share/automake-1.11/Automake'
  96. /bin/mkdir -p '/var/tmp/portage/sys-devel/automake-1.11.6-r2/image//usr/share/automake-1.11'
  97. /bin/mkdir -p '/var/tmp/portage/sys-devel/automake-1.11.6-r2/image//usr/share/automake-1.11'
  98. /bin/mkdir -p '/var/tmp/portage/sys-devel/automake-1.11.6-r2/image//usr/share/automake-1.11/Automake'
  99. /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 Automake/ChannelDefs.pm Automake/Channels.pm Automake/Condition.pm Automake/Configure_ac.pm Automake/DisjConditions.pm Automake/FileUtils.pm Automake/General.pm Automake/Getopt.pm Automake/Item.pm Automake/ItemDef.pm Automake/Location.pm Automake/Options.pm Automake/Rule.pm Automake/RuleDef.pm Automake/Struct.pm Automake/Variable.pm Automake/VarDef.pm Automake/Version.pm Automake/XFile.pm Automake/Wrap.pm '/var/tmp/portage/sys-devel/automake-1.11.6-r2/image//usr/share/automake-1.11/Automake'
  100. /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 COPYING INSTALL texinfo.tex ansi2knr.c ansi2knr.1 config-ml.in '/var/tmp/portage/sys-devel/automake-1.11.6-r2/image//usr/share/automake-1.11'
  101. /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 config.guess config.sub install-sh mdate-sh missing mkinstalldirs elisp-comp ylwrap acinstall depcomp compile py-compile symlink-tree ar-lib '/var/tmp/portage/sys-devel/automake-1.11.6-r2/image//usr/share/automake-1.11'
  102. /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 am/ansi2knr.am am/check.am am/check-html.am am/check2.am am/clean-hdr.am am/clean.am am/compile.am am/configure.am am/data.am am/dejagnu.am am/depend.am am/depend2.am am/distdir.am am/footer.am am/header-vars.am am/header.am am/install.am am/inst-vars.am am/java.am am/lang-compile.am am/lex.am am/library.am am/libs.am am/libtool.am am/lisp.am am/ltlib.am am/ltlibrary.am am/mans-vars.am am/mans.am am/multilib.am am/program.am am/progs.am am/python.am am/remake-hdr.am am/scripts.am am/subdirs.am am/tags.am am/texi-vers.am am/texibuild.am am/texinfos.am '/var/tmp/portage/sys-devel/automake-1.11.6-r2/image//usr/share/automake-1.11/am'
  103. /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 Automake/Config.pm '/var/tmp/portage/sys-devel/automake-1.11.6-r2/image//usr/share/automake-1.11/Automake'
  104. /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 am/vala.am am/yacc.am '/var/tmp/portage/sys-devel/automake-1.11.6-r2/image//usr/share/automake-1.11/am'
  105. make install-data-hook
  106. make[3]: Entering directory '/var/tmp/portage/sys-devel/automake-1.11.6-r2/work/automake-1.11.6/lib'
  107. chmod +x /var/tmp/portage/sys-devel/automake-1.11.6-r2/image//usr/share/automake-1.11/config.guess
  108. chmod +x /var/tmp/portage/sys-devel/automake-1.11.6-r2/image//usr/share/automake-1.11/config.sub
  109. chmod +x /var/tmp/portage/sys-devel/automake-1.11.6-r2/image//usr/share/automake-1.11/install-sh
  110. chmod +x /var/tmp/portage/sys-devel/automake-1.11.6-r2/image//usr/share/automake-1.11/mdate-sh
  111. chmod +x /var/tmp/portage/sys-devel/automake-1.11.6-r2/image//usr/share/automake-1.11/missing
  112. chmod +x /var/tmp/portage/sys-devel/automake-1.11.6-r2/image//usr/share/automake-1.11/mkinstalldirs
  113. chmod +x /var/tmp/portage/sys-devel/automake-1.11.6-r2/image//usr/share/automake-1.11/elisp-comp
  114. chmod +x /var/tmp/portage/sys-devel/automake-1.11.6-r2/image//usr/share/automake-1.11/ylwrap
  115. chmod +x /var/tmp/portage/sys-devel/automake-1.11.6-r2/image//usr/share/automake-1.11/acinstall
  116. chmod +x /var/tmp/portage/sys-devel/automake-1.11.6-r2/image//usr/share/automake-1.11/depcomp
  117. chmod +x /var/tmp/portage/sys-devel/automake-1.11.6-r2/image//usr/share/automake-1.11/compile
  118. chmod +x /var/tmp/portage/sys-devel/automake-1.11.6-r2/image//usr/share/automake-1.11/py-compile
  119. chmod +x /var/tmp/portage/sys-devel/automake-1.11.6-r2/image//usr/share/automake-1.11/symlink-tree
  120. chmod +x /var/tmp/portage/sys-devel/automake-1.11.6-r2/image//usr/share/automake-1.11/ar-lib
  121. make[3]: Leaving directory '/var/tmp/portage/sys-devel/automake-1.11.6-r2/work/automake-1.11.6/lib'
  122. make[2]: Leaving directory '/var/tmp/portage/sys-devel/automake-1.11.6-r2/work/automake-1.11.6/lib'
  123. make[1]: Leaving directory '/var/tmp/portage/sys-devel/automake-1.11.6-r2/work/automake-1.11.6/lib'
  124. Making install in .
  125. make[1]: Entering directory '/var/tmp/portage/sys-devel/automake-1.11.6-r2/work/automake-1.11.6'
  126. make[2]: Entering directory '/var/tmp/portage/sys-devel/automake-1.11.6-r2/work/automake-1.11.6'
  127. make[2]: Nothing to be done for 'install-data-am'.
  128. /bin/mkdir -p '/var/tmp/portage/sys-devel/automake-1.11.6-r2/image//usr/bin'
  129. /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c automake aclocal '/var/tmp/portage/sys-devel/automake-1.11.6-r2/image//usr/bin'
  130. make install-exec-hook
  131. make[3]: Entering directory '/var/tmp/portage/sys-devel/automake-1.11.6-r2/work/automake-1.11.6'
  132. ln /var/tmp/portage/sys-devel/automake-1.11.6-r2/image//usr/bin/automake /var/tmp/portage/sys-devel/automake-1.11.6-r2/image//usr/bin/automake-1.11
  133. ln /var/tmp/portage/sys-devel/automake-1.11.6-r2/image//usr/bin/aclocal /var/tmp/portage/sys-devel/automake-1.11.6-r2/image//usr/bin/aclocal-1.11
  134. make[3]: Leaving directory '/var/tmp/portage/sys-devel/automake-1.11.6-r2/work/automake-1.11.6'
  135. make[2]: Leaving directory '/var/tmp/portage/sys-devel/automake-1.11.6-r2/work/automake-1.11.6'
  136. make[1]: Leaving directory '/var/tmp/portage/sys-devel/automake-1.11.6-r2/work/automake-1.11.6'
  137. Making install in contrib
  138. make[1]: Entering directory '/var/tmp/portage/sys-devel/automake-1.11.6-r2/work/automake-1.11.6/contrib'
  139. make[2]: Entering directory '/var/tmp/portage/sys-devel/automake-1.11.6-r2/work/automake-1.11.6/contrib'
  140. make[2]: Nothing to be done for 'install-exec-am'.
  141. make[2]: Nothing to be done for 'install-data-am'.
  142. make[2]: Leaving directory '/var/tmp/portage/sys-devel/automake-1.11.6-r2/work/automake-1.11.6/contrib'
  143. make[1]: Leaving directory '/var/tmp/portage/sys-devel/automake-1.11.6-r2/work/automake-1.11.6/contrib'
  144. Making install in doc
  145. make[1]: Entering directory '/var/tmp/portage/sys-devel/automake-1.11.6-r2/work/automake-1.11.6/doc'
  146. restore=: && backupdir=".am$$" && \
  147. am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \
  148. rm -rf $backupdir && mkdir $backupdir && \
  149. if (/bin/sh /var/tmp/portage/sys-devel/automake-1.11.6-r2/work/automake-1.11.6/lib/missing --run makeinfo --version) >/dev/null 2>&1; then \
  150. for f in automake.info automake.info-[0-9] automake.info-[0-9][0-9] automake.i[0-9] automake.i[0-9][0-9]; do \
  151. if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
  152. done; \
  153. else :; fi && \
  154. cd "$am__cwd"; \
  155. if /bin/sh /var/tmp/portage/sys-devel/automake-1.11.6-r2/work/automake-1.11.6/lib/missing --run makeinfo -I . \
  156. -o automake.info automake.texi; \
  157. then \
  158. rc=0; \
  159. CDPATH="${ZSH_VERSION+.}:" && cd .; \
  160. else \
  161. rc=$?; \
  162. CDPATH="${ZSH_VERSION+.}:" && cd . && \
  163. $restore $backupdir/* `echo "./automake.info" | sed 's|[^/]*$||'`; \
  164. fi; \
  165. rm -rf $backupdir; exit $rc
  166. automake.texi:13092: @itemx must follow @item
  167. automake.texi:13109: @itemx must follow @item
  168. automake.texi:13115: @itemx must follow @item
  169. Makefile:320: recipe for target 'automake.info' failed
  170. make[1]: *** [automake.info] Error 1
  171. make[1]: Leaving directory '/var/tmp/portage/sys-devel/automake-1.11.6-r2/work/automake-1.11.6/doc'
  172. Makefile:534: recipe for target 'install-recursive' failed
  173. make: *** [install-recursive] Error 1
  174. * ERROR: sys-devel/automake-1.11.6-r2::gentoo failed (install phase):
  175. * emake failed
  176. *
  177. * If you need support, post the output of `emerge --info '=sys-devel/automake-1.11.6-r2::gentoo'`,
  178. * the complete build log and the output of `emerge -pqv '=sys-devel/automake-1.11.6-r2::gentoo'`.
  179. * The complete build log is located at '/var/tmp/portage/sys-devel/automake-1.11.6-r2/temp/build.log'.
  180. * The ebuild environment file is located at '/var/tmp/portage/sys-devel/automake-1.11.6-r2/temp/environment'.
  181. * Working directory: '/var/tmp/portage/sys-devel/automake-1.11.6-r2/work/automake-1.11.6'
  182. * S: '/var/tmp/portage/sys-devel/automake-1.11.6-r2/work/automake-1.11.6'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement