Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 94862 - automake 1.9.5 fails maketests
Summary: automake 1.9.5 fails maketests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-02 13:23 UTC by strites
Modified: 2013-03-13 17:50 UTC (History)
1 user (show)

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


Attachments
bash-2.05b# VERBOSE=1 emerge automake >& log (log,1.91 MB, text/plain)
2005-06-04 01:48 UTC, strites
Details
build.log, 1.9.6-r3, LC_ALL=C (build.log.xz,59.50 KB, application/x-xz)
2013-03-13 17:49 UTC, Roman Žilka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description strites 2005-06-02 13:23:46 UTC
Is this normal? (Omitting the 'PASS'ed tests) 
  
FAIL: aclocal8.test  
FAIL: acsilent.test  
XFAIL: auxdir2.test  
XFAIL: cond17.test  
SKIP: depcomp5.test  
SKIP: destdir.test  
SKIP: gcj4.test  
SKIP: install2.test  
SKIP: lisp3.test  
SKIP: lisp4.test  
SKIP: lisp5.test  
SKIP: lisp6.test  
FAIL: location.test  
SKIP: tagsub.test 
SKIP: txinfo3.test 
XFAIL: txinfo5.test 
SKIP: txinfo13.test 
SKIP: txinfo16.test 
SKIP: txinfo18.test 
SKIP: txinfo19.test 
SKIP: txinfo21.test 
SKIP: txinfo22.test 
SKIP: txinfo23.test 
SKIP: txinfo24.test 
SKIP: txinfo25.test 
SKIP: txinfo28.test 
FAIL: unused.test 
SKIP: version7.test 
FAIL: warnopts.test 
 
===================================== 
5 of 538 tests failed 
(21 tests were not run) 
Please report to bug-automake@gnu.org 
===================================== 
 
 

Reproducible: Always
Steps to Reproduce:
1.emerge automake 
2. 
3.  
  



Portage 2.0.51.19 (default-linux/amd64/2004.3, gcc-3.4.3, 
glibc-2.3.4.20041102-r1, 2.6.11-gentoo-r7 x86_64) 
================================================================= 
System uname: 2.6.11-gentoo-r7 x86_64 AMD Athlon(tm) 64 Processor 3000+ 
Gentoo Base System version 1.4.16 
Python:              dev-lang/python-2.3.4-r1 [2.3.4 (#1, Mar 26 2005, 
06:47:42)] 
distcc 2.18.3 x86_64-pc-linux-gnu (protocols 1 and 2) (default port 3632) 
[disabled] 
ccache version 2.3 [enabled] 
dev-lang/python:     2.3.4-r1 
sys-apps/sandbox:    [Not Present] 
sys-devel/autoconf:  2.59-r6, 2.13 
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.4 
sys-devel/binutils:  2.15.92.0.2-r7 
sys-devel/libtool:   1.5.16 
virtual/os-headers:  2.6.8.1-r4 
ACCEPT_KEYWORDS="amd64" 
AUTOCLEAN="yes" 
CFLAGS="-march=k8 -O2 -pipe" 
CHOST="x86_64-pc-linux-gnu" 
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/qmail/control" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" 
CXXFLAGS="-march=k8 -O2 -pipe" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoaddcvs autoconfig ccache distlocks maketest sfperms strict test" 
GENTOO_MIRRORS="ftp://gentoo.inode.at/source http://gentoo.osuosl.org" 
LANG="it en" 
LINGUAS="it en" 
MAKEOPTS="-j2" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="/usr/local/portage /usr/local/zugaina-portage" 
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" 
USE="amd64 X aac aalib acpi alsa altra_var1 altra_var2 arts audiofile avi 
bash-completion berkdb bidi bitmap-fonts canna cdr chasen cjk crypt cups curl 
dvb dvd dvdr dvdread encode esd fam ffmpeg flac font-server foomatic foomaticdb 
fortran freewnn ftp ggi gif gphoto2 gpm gtk gtk2 icq imagemagick imlib immqt-bc 
java javascript jikes jp2 jpeg junit kde ldap lzw lzw-tiff mad matroska motif 
mp3 msn multilib mysql ncurses nls nptl ogg oggvorbis openal opengl oss pam 
pdflib perl png ppds python qt quicktime readline sdl spell ssl tcltk tcpd tiff 
truetype truetype-fonts type1-fonts unicode usb userlocales v4l vcd vorbis xine 
xml xml2 xmms xpm xrandr xv xvid yahoo zlib linguas_it linguas_en userland_GNU 
kernel_linux elibc_glibc" 
Unset:  ASFLAGS, CBUILD, CTARGET, LC_ALL, LDFLAGS
Comment 1 SpanKY gentoo-dev 2005-06-02 13:32:49 UTC
XFAIL is ok, FAIL is not
Comment 2 SpanKY gentoo-dev 2005-06-02 17:40:06 UTC
please export VERBOSE=1 and then re-run emerge ... you should do like `env
VERBOSE=1 emerge automake >& log` and then post the log here as an attachment
Comment 3 strites 2005-06-04 01:48:22 UTC
Created attachment 60563 [details]
bash-2.05b# VERBOSE=1 emerge automake >& log
Comment 4 SpanKY gentoo-dev 2005-06-04 22:58:09 UTC
your LANG setting seems to make perl angry

if you `export LC_ALL=C` and then emerge automake, does it work fine ?
Comment 5 strites 2005-06-05 09:07:49 UTC
... it did oO; 
Comment 6 strites 2005-06-05 09:08:50 UTC
Thank's ^^' 
Comment 7 Roman Žilka 2013-03-13 17:49:52 UTC
Created attachment 341934 [details]
build.log, 1.9.6-r3, LC_ALL=C

I use automake-1.9.6-r3 and get similar failures no matter the locale (en_GB or C).

XFAIL: auxdir2.test
FAIL: compile_f90_c_cxx.test
FAIL: compile_f_c_cxx.test
XFAIL: cond17.test
FAIL: flibs.test
FAIL: instsh.test
FAIL: location.test
XFAIL: txinfo5.test
FAIL: warnopts.test
Comment 8 Roman Žilka 2013-03-13 17:50:51 UTC
Portage 2.1.11.52 (hardened/linux/amd64, gcc-4.6.3, glibc-2.15-r3, 3.7.5 x86_64)
=================================================================
System uname: Linux-3.7.5-x86_64-Intel-R-_Core-TM-_i5-2520M_CPU_@_2.50GHz-with-gentoo-2.1
KiB Mem:     4022828 total,   1028840 free
KiB Swap:          0 total,         0 free
Timestamp of tree: Wed, 13 Mar 2013 14:45:01 +0000
ld GNU ld (GNU Binutils) 2.22
app-shells/bash:          4.2_p37
dev-lang/python:          2.7.3-r2, 3.2.3
dev-util/cmake:           2.8.9
dev-util/pkgconfig:       0.28
sys-apps/baselayout:      2.1-r1
sys-apps/openrc:          0.11.8
sys-apps/sandbox:         2.5
sys-devel/autoconf:       2.13, 2.69
sys-devel/automake:       1.9.6-r3, 1.11.6
sys-devel/binutils:       2.22-r1
sys-devel/gcc:            4.6.3
sys-devel/gcc-config:     1.7.3
sys-devel/libtool:        2.4-r1
sys-devel/make:           3.82-r4
sys-kernel/linux-headers: 3.6 (virtual/os-headers)
sys-libs/glibc:           2.15-r3
Repositories: gentoo
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -fomit-frame-pointer -march=core2 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mavx -maes -mpclmul -mpopcnt -mcx16"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc"
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 -pipe -fomit-frame-pointer -march=core2 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mavx -maes -mpclmul -mpopcnt -mcx16"
DISTDIR="/tmp/distfiles"
FCFLAGS="-O2 -pipe -fomit-frame-pointer -march=core2 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mavx -maes -mpclmul -mpopcnt -mcx16"
FEATURES="binpkg-logs config-protect-if-modified distlocks ebuild-locks fakeroot fixlafiles keepwork merge-sync news nodoc noinfo parallel-fetch parallel-install protect-owned sandbox sfperms strict test test-fail-continue unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync"
FFLAGS="-O2 -pipe -fomit-frame-pointer -march=core2 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mavx -maes -mpclmul -mpopcnt -mcx16"
GENTOO_MIRRORS="http://gentoo.mirror.dkm.cz/pub/gentoo/ http://gentoo.supp.name/ http://ftp.fi.muni.cz/pub/linux/gentoo/ http://gentoo.mirror.web4u.cz/ http://mirror.netcologne.de/gentoo/"
LANG="en_GB.UTF-8"
LC_ALL="C"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j4"
PKGDIR="/tmp/packages"
PORTAGE_COMPRESS=""
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_EXTRA_OPTS="--sparse --itemize-changes --human-readable --stats --compress --compress-level=9"
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="/boot/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.cz.gentoo.org/gentoo-portage"
USE="X a52 aac acpi aes-ni alsa amd64 avx avx256 bash-completion berkdb bluetooth bzip2 cddb cjk cli cracklib crypt cxx dri encode ffmpeg flac fontconfig ftp gdbm geoip gif gnutls gps gzip hardened hddtemp iconv icu idn imap javascript jpeg jpeg2k justify libass lm_sensors lzma lzo matroska mbox mime mms mmx modules mp3 mp4 mpeg mplayer mudflap multilib musicbrainz ncurses nls nocd nptl ogg opengl pam pax_kernel pcre pda pdf png postscript quicktime raw readline recode session smp sockets sound spell sse sse2 sse2_4way sse3 sse4_1 ssl ssse3 svg syslog threads truetype udev unicode urandom usb v4l vdpau videos vim-syntax vorbis wifi x264 xcomposite xosd xscreensaver xv xvid 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="kexi words flow plan sheets stage tables krita karbon braindump" 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" INPUT_DEVICES="evdev keyboard mouse synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en_GB en cs sk ja" PHP_TARGETS="php5-3" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_2" RUBY_TARGETS="ruby18 ruby19" USERLAND="GNU" VIDEO_CARDS="i965 intel vesa" 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, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS_FLAGS, USE_PYTHON