Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 86384 - gcc-3.4.3.20050110-r1: installation fails with maketest FEATURES
Summary: gcc-3.4.3.20050110-r1: installation fails with maketest FEATURES
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-23 06:12 UTC by Stephen Torri
Modified: 2005-08-05 22:10 UTC (History)
1 user (show)

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


Attachments
Emerge log (emerge.log,17.51 KB, application/octet-stream)
2005-03-23 06:14 UTC, Stephen Torri
Details
cleanup-8c generated during maketest (cleanup-8.c,1.84 KB, text/plain)
2005-03-23 06:19 UTC, Stephen Torri
Details
cleanup-9c generated during maketest (cleanup-9.c,2.01 KB, text/plain)
2005-03-23 06:20 UTC, Stephen Torri
Details
i386-cvt-1.c generated during maketest (i386-cvt-1.c,281 bytes, text/plain)
2005-03-23 06:21 UTC, Stephen Torri
Details
i386-fpcvt-4.c generated during maketest (i386-fpcvt-4.c,248 bytes, text/plain)
2005-03-23 06:22 UTC, Stephen Torri
Details
va-arg-25.c generated during maketest (va-arg-25.c,735 bytes, text/plain)
2005-03-23 06:23 UTC, Stephen Torri
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stephen Torri 2005-03-23 06:12:45 UTC
Emerging gcc-3.4.3.20050110-r1 with enabled maketest FEATURE results in a fatal errors during test phase:

Running /var/tmp/portage/gcc-3.4.3.20050110-r1/work/gcc-3.4.3/gcc/testsuite/gcc.c-torture/execute/execute.exp ...
FAIL: gcc.c-torture/execute/va-arg-25.c execution,  -Os

Running /var/tmp/portage/gcc-3.4.3.20050110-r1/work/gcc-3.4.3/gcc/testsuite/gcc.dg/dg.exp ...
FAIL: gcc.dg/cleanup-8.c execution test
FAIL: gcc.dg/cleanup-9.c execution test
FAIL: gcc.dg/i386-cvt-1.c scan-assembler cvttsd2si[^\\n]*xmm
FAIL: gcc.dg/i386-fpcvt-4.c scan-assembler cvtsi2sd

Reproducible: Always
Steps to Reproduce:
1. Select i686-pc-linux-gnu-3.4.3-20050110 with gcc-config
2. Add maketest to FEATURES in /etc/make.conf
3. Add "sys-devel/gcc ~x86" to /etc/portage/package.keywords
4. Add "sys-devel/libstdc++ ~x86" to /etc/portage/package.keywords
5. emerge gcc





Portage 2.0.51.19 (default-linux/x86/2004.3, gcc-3.4.3-20050110,
glibc-2.3.4.20041102-r1, 2.6.11-gentoo-r4 i686)
=================================================================
System uname: 2.6.11-gentoo-r4 i686 Intel(R) Pentium(R) 4 CPU 3.00GHz
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.4-r1 [2.3.4 (#1, Mar  5 2005, 10:16:29)]
dev-lang/python:     2.3.4-r1
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-r1
sys-devel/libtool:   1.5.10-r4
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium4 -O3 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-march=pentium4 -O3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig buildpkg ccache distlocks fixpackages maketest
sandbox sfperms strict test"
GENTOO_MIRRORS="http://lug.mtu.edu/gentoo ftp://ftp.ndlug.nd.edu/pub/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X alsa apm arts avi berkdb bitmap-fonts bonobo cdr crypt cups curl
emboss encode esd fam font-server foomaticdb fortran gdbm gif gnome gpm gtk gtk2
gtkhtml guile imagemagick imlib ipv6 jack java jpeg junit kde libg++ libwww mad
mikmod motif mozilla mp3 mpeg ncurses nls oggvorbis opengl oss pam pdflib perl
plotutils png postgres python qt quicktime readline sdl spell ssl svga tcltk
tcpd tetex tiff truetype truetype-fonts type1-fonts xml xml2 xmms xv zlib"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, PORTDIR_OVERLAY
Comment 1 Stephen Torri 2005-03-23 06:14:38 UTC
Created attachment 54232 [details]
Emerge log
Comment 2 Stephen Torri 2005-03-23 06:19:51 UTC
Created attachment 54233 [details]
cleanup-8c generated during maketest
Comment 3 Stephen Torri 2005-03-23 06:20:30 UTC
Created attachment 54234 [details]
cleanup-9c generated during maketest
Comment 4 Stephen Torri 2005-03-23 06:21:12 UTC
Created attachment 54235 [details]
i386-cvt-1.c generated during maketest
Comment 5 Stephen Torri 2005-03-23 06:22:01 UTC
Created attachment 54236 [details]
i386-fpcvt-4.c generated during maketest
Comment 6 Stephen Torri 2005-03-23 06:23:09 UTC
Created attachment 54237 [details]
va-arg-25.c generated during maketest
Comment 7 SpanKY gentoo-dev 2005-08-05 22:10:54 UTC
tests usually go boom