Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 19526 - blender does not compile with -march=pentium4
Summary: blender does not compile with -march=pentium4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Philip Walls (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-17 21:01 UTC by hossein
Modified: 2003-04-19 18:47 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description hossein 2003-04-17 21:01:34 UTC
I was not able to successfully emerge using: "-march=pentium4 -O2 -pipe" but was
able to do so if replaced pentium4 with pentium3. I cannot confirm this on
another machine since I dont have another one. Just information in case you want
to change the ebuild so there is a warning or the flag is replaced.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Philip Walls (RETIRED) gentoo-dev 2003-04-18 14:13:59 UTC
gcc version? glibc version? binutils version?
Please paste output of emerge info as well.
Comment 2 hossein 2003-04-18 14:46:48 UTC
sure, sorry about that:
binutils: 2.13.90.0.20-r1
gcc:gcc-3.2.2-r2
glibc:gcc-3.2.2-r2
Portage 2.0.47-r10 (default-x86-1.4, gcc-3.2.2, glibc-2.3.2-r1)
=================================================================
System uname: 2.5.66-mm2 i686 Intel(R) Pentium(R) 4 CPU 2.26GHz
GENTOO_MIRRORS=" ftp://csociety-ftp.ecn.purdue.edu/pub/gentoo/ http://csociety-ftp.ecn.purdue.edu/pub/gentoo/ ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY="/usr/local/portage-overlay/"
USE="x86 oss 3dnow crypt gif jpeg libg++ mikmod mpeg nls png quicktime spell xml2 xv zlib gtkhtml gdbm berkdb slang tetex bonobo svga tcltk java guile mysql sdl gpm tcpd pam libwww perl esd imlib gnome opengl mozilla X gtk gtk2 ncurses apm arts avi cdr dvd encode qt kde imap mmx motif oggvorbis alsa pdflib python samba readline sse truetype xmms cups icc ssl"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=pentium4 -O2 -pipe"
CXXFLAGS="-march=pentium4 -O2 -pipe"
ACCEPT_KEYWORDS="x86 ~x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
_________________________________________________________________
I am currently in with my dev kernel, however, this is also the case with ck-sources.
Comment 3 Philip Walls (RETIRED) gentoo-dev 2003-04-19 14:06:24 UTC
Okay, I've confirmed this is a problem with the -march=pentium4 flags, ebuild will now replace that flag with -march=pentium3

Please let me know if this fixes your problem.
(rsync and emerge blender)
Comment 4 hossein 2003-04-19 16:13:32 UTC
Yes, now the emerge completes successfully.
thank you
Comment 5 Philip Walls (RETIRED) gentoo-dev 2003-04-19 18:47:21 UTC
Okay, thanks for the report.