Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 6879

Summary: emerge groff fails with gcc3.1
Product: Gentoo Linux Reporter: Ole Tange <bugs.gentoo.org>
Component: [OLD] GCC PortingAssignee: Matthew Kennedy (RETIRED) <mkennedy>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 1.3   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: output from emerge groff

Description Ole Tange 2002-08-22 03:39:35 UTC
see attached output.

# gcc --version
2.95.3
# grep -v # /etc/make.conf
GENTOO_MIRRORS="http://mirrors.sunsite.dk/gentoo
http://www.ibiblio.org/pub/Linux/distributions/gentoo"
USE="mmx sse apm pcmcia pnp trusted gphoto2 cups slp X opengl xv kde qt qtmt
arts evo sdl gd gif jpeg png tiff avi mpeg quicktime alsa dvd xmms oggvorbis
flash encode ipv6 pam ssl crypt imap ldap tcpd mozilla mozirc spell truetype xml
xml2 pdflib perl berkdb mysql postgres odbc innodb gdbm afs"
CHOST="i686-pc-linux-gnu"
CFLAGS="-mcpu=i686 -O2 -pipe"
CXXFLAGS="-mcpu=i686 -O2 -pipe"
CC=gcc-3.1
CXX=g++-3.1
GCJ=gcj-3.1
Comment 1 Ole Tange 2002-08-22 03:39:56 UTC
Created attachment 3301 [details]
output from emerge groff
Comment 2 Adam Hess 2002-09-19 19:21:27 UTC
I am having the exact same problem with the gentoo 1.4 update.  The problem
still appears to be in gcc3.2
I am using the folowwing compiler flags:

CHOST="i686-pc-linux-gnu"
CFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer"
CXXFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer" 
Comment 3 Matthew Kennedy (RETIRED) gentoo-dev 2002-10-21 02:55:27 UTC
i believe this is fixed now