Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 464146 - sys-devel/automake: w/sys-apps/texinfo-5.1 - automake1.11.texi:13092: @itemx must follow @item
Summary: sys-devel/automake: w/sys-apps/texinfo-5.1 - automake1.11.texi:13092: @itemx ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
: 464584 464598 464618 465224 (view as bug list)
Depends on:
Blocks: texinfo-5.1
  Show dependency tree
 
Reported: 2013-04-01 22:50 UTC by Denys Dmytriyenko
Modified: 2013-04-09 13:44 UTC (History)
6 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (file_464146.txt,5.15 KB, text/plain)
2013-04-01 22:52 UTC, Tom Wijsman (TomWij) (RETIRED)
Details
build.log (build.log,5.05 KB, text/plain)
2013-04-02 13:01 UTC, Flo Gravo
Details
/var/tmp/portage/sys-devel/automake-1.9.6-r3/temp/build.log (build.log,5.09 KB, text/plain)
2013-04-02 13:06 UTC, Flo Gravo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Denys Dmytriyenko 2013-04-01 22:50:46 UTC
* Package:    sys-devel/automake-1.11.6
 * Repository: gentoo
 * Maintainer: base-system@gentoo.org
 * USE:        abi_x86_64 amd64 elibc_glibc kernel_linux multilib userland_GNU
 * FEATURES:   preserve-libs sandbox
>>> Unpacking source...
>>> Unpacking automake-1.11.6.tar.xz to /var/tmp/portage/sys-devel/automake-1.11.6/work
>>> Source unpacked in /var/tmp/portage/sys-devel/automake-1.11.6/work
>>> Compiling source in /var/tmp/portage/sys-devel/automake-1.11.6/work/automake-1.11.6 ...
 * econf: updating automake-1.11.6/lib/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating automake-1.11.6/lib/config.sub with /usr/share/gnuconfig/config.sub
./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 --libdir=/usr/lib64 --docdir=/usr/share/doc/automake-1.11.6 HELP2MAN=true
checking whether make supports nested variables... yes
checking build system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for perl... /usr/bin/perl
checking whether /usr/bin/perl supports ithreads... yes
checking for tex... no
checking whether autoconf is installed... yes
checking whether autoconf works... yes
checking whether autoconf is recent enough... yes
checking whether ln works... yes
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking whether /bin/sh has working 'set -e' with exit trap... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating contrib/Makefile
config.status: creating doc/Makefile
config.status: creating lib/Makefile
config.status: creating m4/Makefile
config.status: creating tests/Makefile
config.status: creating tests/defs
config.status: creating tests/aclocal-1.11
config.status: creating tests/automake-1.11
make -j16 APIVERSION=1.11 pkgvdatadir=/usr/share/automake-1.11 
Making all in lib
make[1]: Entering directory `/var/tmp/portage/sys-devel/automake-1.11.6/work/automake-1.11.6/lib'
  GEN    Automake/Config.pm
make[1]: Leaving directory `/var/tmp/portage/sys-devel/automake-1.11.6/work/automake-1.11.6/lib'
Making all in .
make[1]: Entering directory `/var/tmp/portage/sys-devel/automake-1.11.6/work/automake-1.11.6'
  GEN    automake
  GEN    aclocal
make[1]: Leaving directory `/var/tmp/portage/sys-devel/automake-1.11.6/work/automake-1.11.6'
Making all in contrib
make[1]: Entering directory `/var/tmp/portage/sys-devel/automake-1.11.6/work/automake-1.11.6/contrib'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/var/tmp/portage/sys-devel/automake-1.11.6/work/automake-1.11.6/contrib'
Making all in doc
make[1]: Entering directory `/var/tmp/portage/sys-devel/automake-1.11.6/work/automake-1.11.6/doc'
Updating ./version.texi
restore=: && backupdir=".am$$" && \
am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \
rm -rf $backupdir && mkdir $backupdir && \
if (/bin/sh /var/tmp/portage/sys-devel/automake-1.11.6/work/automake-1.11.6/lib/missing --run makeinfo --version) >/dev/null 2>&1; then \
  for f in automake1.11.info automake1.11.info-[0-9] automake1.11.info-[0-9][0-9] automake1.11.i[0-9] automake1.11.i[0-9][0-9]; do \
    if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
  done; \
else :; fi && \
cd "$am__cwd"; \
if /bin/sh /var/tmp/portage/sys-devel/automake-1.11.6/work/automake-1.11.6/lib/missing --run makeinfo   -I . \
 -o automake1.11.info automake1.11.texi; \
then \
  rc=0; \
  CDPATH="${ZSH_VERSION+.}:" && cd .; \
else \
  rc=$?; \
  CDPATH="${ZSH_VERSION+.}:" && cd . && \
  $restore $backupdir/* `echo "./automake1.11.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
automake1.11.texi:13092: @itemx must follow @item
automake1.11.texi:13109: @itemx must follow @item
automake1.11.texi:13115: @itemx must follow @item
make[1]: *** [automake1.11.info] Error 1
make[1]: Leaving directory `/var/tmp/portage/sys-devel/automake-1.11.6/work/automake-1.11.6/doc'
make: *** [all-recursive] Error 1
emake failed
 * ERROR: sys-devel/automake-1.11.6 failed (compile phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line  93:  Called src_compile
 *   environment, line 2267:  Called die
 * The specific snippet of code:
 *       emake APIVERSION="${SLOT}" pkgvdatadir="/usr/share/${PN}-${SLOT}" || die;
 * 
 * If you need support, post the output of `emerge --info '=sys-devel/automake-1.11.6'`,
 * the complete build log and the output of `emerge -pqv '=sys-devel/automake-1.11.6'`.
 * The complete build log is located at '/var/tmp/portage/sys-devel/automake-1.11.6/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-devel/automake-1.11.6/temp/environment'.
 * Working directory: '/var/tmp/portage/sys-devel/automake-1.11.6/work/automake-1.11.6'
 * S: '/var/tmp/portage/sys-devel/automake-1.11.6/work/automake-1.11.6'


Reproducible: Always

Steps to Reproduce:
1. emerge =sys-devel/automake-1.11.6
2.
3.



# emerge --info
Portage 2.2.0_alpha170 (default/linux/amd64/13.0, gcc-4.7.2, glibc-2.17, 3.7.7 x86_64)
=================================================================
System uname: Linux-3.7.7-x86_64-Intel-R-_Core-TM-_i7-3930K_CPU_@_3.20GHz-with-gentoo-2.2
KiB Mem:    49517604 total,   4852408 free
KiB Swap:    8388604 total,   8197444 free
Timestamp of tree: Mon, 01 Apr 2013 17:45:01 +0000
ld GNU ld (GNU Binutils) 2.23.2
app-shells/bash:          4.2_p45
dev-java/java-config:     2.1.12-r1
dev-lang/python:          2.7.3-r3, 3.2.3-r2
dev-util/cmake:           2.8.10.2-r1
dev-util/pkgconfig:       0.28
sys-apps/baselayout:      2.2
sys-apps/openrc:          0.11.8
sys-apps/sandbox:         2.6-r1
sys-devel/autoconf:       2.13, 2.69
sys-devel/automake:       1.11.6, 1.12.6, 1.13.1
sys-devel/binutils:       2.23.2
sys-devel/gcc:            4.6.3, 4.7.2-r1
sys-devel/gcc-config:     1.8
sys-devel/libtool:        2.4.2
sys-devel/make:           3.82-r4
sys-kernel/linux-headers: 3.8 (virtual/os-headers)
sys-libs/glibc:           2.17
Repositories: gentoo local
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -march=core2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt /usr/share/polkit-1/actions"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -march=core2 -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://chi-10g-1-mirror.fastsoft.net/pub/linux/gentoo/gentoo-distfiles/ http://mirror.datapipe.net/gentoo ftp://gentoo.mirrors.pair.com/ ftp://mirror.datapipe.net/gentoo ftp://chi-10g-1-mirror.fastsoft.net/pub/linux/gentoo/gentoo-distfiles/"
LANG="en_US.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j16"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="X Xaw3d a52 aac aacs ace acpi aften alsa amd64 amr ao apm archive asf ass audio audiofile bash-completion berkdb blksha1 bluetooth bluray bzip2 cairo caps cdda cddb cdio cdparanoia cdr cdrdao cdrom cleartype cli clucene colordiff consolekit corefonts coverart cracklib crypt css cue curl cxx daap dbus declarative demosaic designer desktopglobe device-mapper dhcpcd dirac djvu dlna dri dts dv dvd dvdnav dvdr edit embedded encode eolconv exif expat extensions extrafilters extras faac faad fame fat fdt ffmpeg fftw firefox flac flash flickr fluidsynth flv fontconfig ftp g3dvl gcrypt gd gdbm gif git glib glitz gnutls gpg gphoto2 gs gstreamer gtk gudev gzip history hwdb iconv icq icu id3 id3tag ieee1394 imagemagick imlib iostats ithreads jbig jpeg jpeg2k kate kde keymap keyscrub kipi lame lastfm lastfmradio libextractor libmms libsamplerate libssh2 libtiger libvisual libwww lirc live lm_sensors loop-aes lzma lzo mac mad matroska md5sum mjpeg mktemp mmap mms mmx mmxext mng modules mp3 mp3rtp mp4 mpeg mplayer mudflap multilib multimedia musepack musicbrainz mysql mythtv ncurses network nfs nfsv3 nfsv4 nls nptl nsplugin nuv ogg ogg123 ogm opengl openmp openssl oscar osdmenu otr pae pam pango parted pcap pcre pdf phonon plasma playlist pm-utils pmu pnat png pnm policykit ppds ps pulseaudio python qemu qmake qml qt3support qt4 qtscript quicktime rar raw rdesktop readline realtime recode resolvconf rle rpm rss rtmp rtsp samba schroedinger script semantic-desktop session sha512 shout skype smp sndfile sox speex spell spice sql sqlite sqlite3 srt sse sse2 sse3 ssh ssl ssse3 stream subtitles subversion svg syslog sysvipc t1lib taglib tcpd theora threads thumbnail tiff toolame toolkit-scroll-bars transcode tremor truetype twolame udev unicode unzip upnp usb usbredir vcd vcdx vde video virt-network vlm vorbis vpx wavpack webkit webserver wma wma-fixed wmf x264 xcb xcomposite xft xine xinerama xinetd xiph xml xmp xosd xpm xrandr xrender xscreensaver xv xvid xvmc youtube yv12 zip zlib" ABI_X86="64" ALSA_CARDS="hda-intel" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump" CAMERAS="canon ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LIRC_DEVICES="asusdh" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-3" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_2" QEMU_SOFTMMU_TARGETS="i386 x86_64" QEMU_USER_TARGETS="i386 x86_64" RUBY_TARGETS="ruby18 ruby19" USERLAND="GNU" VIDEO_CARDS="radeon" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON
Comment 1 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-04-01 22:52:24 UTC
Created attachment 344028 [details]
build.log

In the future, please attach the complete build log.
Comment 2 Flo Gravo 2013-04-02 13:01:21 UTC
Created attachment 344066 [details]
build.log

same here


emerge --info

Portage 2.2.0_alpha171 (default/linux/amd64/13.0/desktop/gnome, gcc-4.7.2, glibc-2.17, 3.8.5-gentoo x86_64)
=================================================================
System uname: Linux-3.8.5-gentoo-x86_64-Intel-R-_Core-TM-2_Duo_CPU_T9550_@_2.66GHz-with-gentoo-2.2
KiB Mem:     8130816 total,    306896 free
KiB Swap:    8387580 total,   8387580 free
Timestamp of tree: Tue, 02 Apr 2013 11:15:01 +0000
ld GNU ld (GNU Binutils) 2.23.2
app-shells/bash:          4.2_p45
dev-java/java-config:     2.1.12-r1
dev-lang/python:          2.7.3-r3, 3.2.3-r2
dev-util/cmake:           2.8.10.2-r1
dev-util/pkgconfig:       0.28
sys-apps/baselayout:      2.2
sys-apps/openrc:          0.11.8
sys-apps/sandbox:         2.6-r1
sys-devel/autoconf:       2.13, 2.69
sys-devel/automake:       1.9.6-r3, 1.11.6, 1.13.1
sys-devel/binutils:       2.23.2
sys-devel/gcc:            4.6.3, 4.7.2-r1
sys-devel/gcc-config:     1.8
sys-devel/libtool:        2.4.2
sys-devel/make:           3.82-r5::gnome
sys-kernel/linux-headers: 3.8 (virtual/os-headers)
sys-libs/glibc:           2.17
Repositories: gentoo science luman gentoo-haskell flow sunrise gnome THG
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -march=core2"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-O2 -pipe -march=core2"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe -march=core2"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch"
FFLAGS="-O2 -pipe -march=core2"
GENTOO_MIRRORS="http://gentoo.mirror.dkm.cz/pub/gentoo/ http://de-mirror.org/gentoo/ http://mirrors.linuxant.fr/distfiles.gentoo.org/ http://gentoo.tiscali.nl/ http://mirror.leaseweb.com/gentoo/"
LANG="en_US.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS=" -j3"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/var/lib/layman/science /var/lib/layman/luman /var/lib/layman/haskell /var/lib/layman/flow /var/lib/layman/sunrise /var/lib/layman/gnome /usr/local/portage/thg"
SYNC="rsync://rsync.de.gentoo.org/gentoo-portage"
USE="X a52 aac acl acpi alsa amd64 berkdb bluetooth broadway btrfs bzip2 cairo cdda cddb cdr cheese cli colord consolekit cracklib crypt cuda cups cxx dbus device-mapper dri dts dvd dvdr eds eigen emboss encode equalizer evo exif fat ffmpeg fftw firefox flac fontconfig fortran ftp g3dvl gallium gbm gdbm gif gimp git gnome gnome-keyring gnome-online-accounts gnome-screensaver gnome-shell gpm gptfdisk graphite grilo gstreamer gtk gtk3 harfbuzz http iconv icu id3tag ipv6 irc jabber jit jpeg jpeg2k ladspa laptop lcms lensfun libav libnotify libsamplerate libsecret libvisual lzma lzo mad matroska mercurial minizip mms mmx mmxext modules mount mp3 mp4 mpeg mplayer mudflap multilib musicbrainz nautilus ncurses networkmanager nfs nls nptl ntfs ntfsprogs ntp ogg opencl openexr opengl openmp openrc opus pam pango pcre pdf pm-utils png policykit ppds pulseaudio python3 quvi rar raw readline sdl session shared-dricore shared-glapi sip smp socialweb spell sse sse2 sse2check sse3 sse4 sse4_1 ssl ssse3 startup-notification svg t1lib taglib tcpd theora threads tiff truetype udev udisks umfpack unicode upnp upnp-av upower usb v4l vaapi vala vdpau vorbis vpx webgl webkit webkit2 webm webp wxwidgets x264 xcb xetex xft xine xinerama xml xv xvid xz youtube zeitgeist zeroconf zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="words sheets" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" GRUB_PLATFORMS="efi-64" INPUT_DEVICES="evdev synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="de en" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-3" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_2" RUBY_TARGETS="ruby18 ruby19" USERLAND="GNU" VIDEO_CARDS="nvidia" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON
Comment 3 Flo Gravo 2013-04-02 13:06:25 UTC
Created attachment 344070 [details]
/var/tmp/portage/sys-devel/automake-1.9.6-r3/temp/build.log

same for sys-devel/automake-1.9.6-r3
Comment 4 Flo Gravo 2013-04-03 13:42:53 UTC
Also fails for GCC: Bug #464008
Comment 5 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-04-04 14:37:22 UTC
*** Bug 464584 has been marked as a duplicate of this bug. ***
Comment 6 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-04-04 14:37:35 UTC
*** Bug 464598 has been marked as a duplicate of this bug. ***
Comment 7 Kobboi 2013-04-04 15:05:01 UTC
Same here, using texinfo downgrade as a workaround
Comment 8 Rafał Mużyło 2013-04-04 18:23:31 UTC
*** Bug 464618 has been marked as a duplicate of this bug. ***
Comment 10 Flo Gravo 2013-04-05 09:10:09 UTC
Works for me! THX!
Comment 11 Jory A. Pratt gentoo-dev 2013-04-09 13:44:07 UTC
*** Bug 465224 has been marked as a duplicate of this bug. ***