Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Cyrix: Not worthy?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
dev-null-devil
Tux's lil' helper
Tux's lil' helper


Joined: 12 May 2003
Posts: 93

PostPosted: Sun Jun 01, 2003 9:51 pm    Post subject: Cyrix: Not worthy? Reply with quote

I dont really know if it's the system or if its the package it's wrong with. I tried to emerge gcc since the g++ compiler was missing, so emerge'ed gcc but after a while i got this error:

Code:
gcc -c -DIN_GCC    -O -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -DHAVE_CONFIG_H    -I. -I. -I/var/tmp/portage/gcc-3.2.2/work/gcc-3.2.2/gcc -I/var/tmp/portage/gcc-3.2.2/work/gcc-3.2.2/gcc/. -I/var/tmp/portage/gcc-3.2.2/work/gcc-3.2.2/gcc/config -I/var/tmp/portage/gcc-3.2.2/work/gcc-3.2.2/gcc/../include /var/tmp/portage/gcc-3.2.2/work/gcc-3.2.2/gcc/cppinit.c -o cppinit.o
gcc: Internal error: Terminated (program cc1)
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[2]: *** [cppinit.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [s-attrtab] Error 143
make[2]: Leaving directory `/var/tmp/portage/gcc-3.2.2/work/build/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/var/tmp/portage/gcc-3.2.2/work/build/gcc'
make: *** [bootstrap-lean] Error 2

!!! ERROR: sys-devel/gcc-3.2.2 failed.
!!! Function src_compile, Line 307, Exitcode 2
!!! (no error message)


However, this is my cpuinfo file (/proc/cpuinfo):
Code:

processor       : 0
vendor_id       : CyrixInstead
cpu family      : 6
model           : 1
model name      : 6x86MX 2x Core/Bus Clock
stepping        : 4
cpu MHz         : 133.164
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : yes
fpu             : yes
fpu_exception   : yes
cpuid level     : 1
wp              : yes
flags           : fpu de tsc msr cx8 pge cmov mmx cyrix_arr
bogomips        : 265.42


Is this computer "not worthy" an gentoo linux distribution? :oops:
_________________
All change, motion, and time is an illusion.
-- Plato, year 310


Last edited by dev-null-devil on Mon Jun 02, 2003 1:29 pm; edited 1 time in total
Back to top
View user's profile Send private message
aja
l33t
l33t


Joined: 26 Aug 2002
Posts: 705
Location: Edmonton, Canada

PostPosted: Mon Jun 02, 2003 12:45 am    Post subject: Reply with quote

What are your CFLAGS? Better yet, post the results of:

Code:

emerge info


(That will list your portage environment settings, including CFLAGS and USE
Back to top
View user's profile Send private message
dev-null-devil
Tux's lil' helper
Tux's lil' helper


Joined: 12 May 2003
Posts: 93

PostPosted: Mon Jun 02, 2003 11:28 am    Post subject: Reply with quote

Allright, here is the output from "emerge info".. :oops:

Code:

Portage 2.0.48 (default-x86-1.4, [unavailable], glibc-2.3.1-r4)
=================================================================
System uname: 2.4.20-xfs-r2 i686
GENTOO_MIRRORS="http://www.mirror.ac.uk/sites/www.ibiblio.org/gentoo/ http://gentoo.linux.no/ ftp://gentoo.linux.no/pub/gentoo/"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config /usr/kde/2/share/config /usr/kde/3/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=""
USE="x86 oss 3dnow apm avi berkdb crypt cups encode gdbm gif gpm imlib jpeg libg++ libwww mikmod mmx motif mpeg ncurses nls oggvorbis pam pdflib png python quicktime sdl slang spell ssl svga tcpd truetype xml2 xmms xv zlib readline ipv6 mysql -alsa -arts -java -X -esd -gnome -kde -gtk -qt -opengl -mozilla -bonobo"
COMPILER="gcc3"
CHOST="i386-pc-linux-gnu"
CFLAGS="-O3 -mcpu=i386 -pipe"
CXXFLAGS="-O3 -mcpu=i386 -pipe"
ACCEPT_KEYWORDS="x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"

_________________
All change, motion, and time is an illusion.
-- Plato, year 310
Back to top
View user's profile Send private message
aja
l33t
l33t


Joined: 26 Aug 2002
Posts: 705
Location: Edmonton, Canada

PostPosted: Mon Jun 02, 2003 9:37 pm    Post subject: Reply with quote

I don't see anything in particular. Any Cyrix folks out there?

Did you try removing the optimization flag (-O3)?
Back to top
View user's profile Send private message
Gnufsh
Guru
Guru


Joined: 28 Dec 2002
Posts: 400
Location: Portland, OR

PostPosted: Tue Jun 03, 2003 8:44 am    Post subject: Reply with quote

Quote:
System uname: 2.4.20-xfs-r2 i686

Does thin mean you compiled your kernel for an i686? If so, you may want to change that. I also see 3dnow in your use flag, while your cpuinfo doesn't show 3dnow support.
Back to top
View user's profile Send private message
dev-null-devil
Tux's lil' helper
Tux's lil' helper


Joined: 12 May 2003
Posts: 93

PostPosted: Wed Jun 04, 2003 5:15 am    Post subject: Reply with quote

Hmm, i'll try to change, thanks.. :)
_________________
All change, motion, and time is an illusion.
-- Plato, year 310
Back to top
View user's profile Send private message
pilla
Bodhisattva
Bodhisattva


Joined: 07 Aug 2002
Posts: 7730
Location: Underworld

PostPosted: Wed Jun 04, 2003 10:38 am    Post subject: Reply with quote

Moving to HW & Laptops
_________________
"I'm just very selective about the reality I choose to accept." -- Calvin
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum