I've finally got around to having a stab at getting Gentoo 2004 installed on my Mini-ITX box - this is a Via EPIA CL6000 board with a Via Eden CPU (600MHZ). I've been having countless problems getting things to compile, whether I start at stage1 or stage3. For example, while bootstrapping, I get the following error with ncurses (apologies for any typos - hand copied!)
Code: Select all
../progs/dump_entry.c: In function `dump_init':
../progs/dump_entry.c:260: internal compiler error: in copy_rtx, at rtl.c:378
Please submit a full bug report,
with preprocessed source if appropriate
See <URL:http://bugs.gentoo.org/> for instructions.
The bug is now reproducable, so it is likely a hardawre or OS problem
make[1]: *** [../obj_s/dump_entry.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/ncurses-5.4-r1/work/ncurses-5.4/pro
gs'
make: *** [all] Error 2
!!! Error: sys-libs/ncurses-5.4-r1 failed.
!!! Function src_compile, Line 69, Exitcode 2
!!! make failed
Code: Select all
Portage 2.0.50-r3 (default-x86-2004.0, gcc-3.3.2, glibc-2.3.2-r9, 2.4.24-xfs-r3)
=================================================================
System uname: 2.4.24-xfs-r3 i686 VIA Samuel 2
Gentoo Base System version 1.4.3.13
Autoconf:
Automake:
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-mcpu=i386"
CHOST="i386-pc-linux-gnu"
COMPILER="gcc3"
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="-mcpu=i386"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://www.mirror.ac.uk/sites/www.ibiblio.org/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="apm arts avi berkdb crypt cups encode foomaticdb gdbm gif gnome gpm gtk gtk2 imlib jpeg kde libg++ libwww mad mikmod motif mpeg ncurses nls oggvorbis opengl oss pam pdflib png python quicktime readline sdl slang spell ssl svga tcpd truetype x86 xml2 xmms xv zlib"
Code: Select all
processor : 0
vendor_id : CentaurHauls
cpu family : 6
model : 7
model name : VIA Samuel 2
stepping : 3
cpu MHz : 601.385
cache size : 64 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 1
wp : yes
flags : fpu de tsc msr cx8 mtrr pge mmx 3dnow
bogomips : 1199.30
Jon.


