Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
installing 2004.3 bootstrap.sh glibc error
View unanswered posts
View posts from last 24 hours

Goto page 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
Reinder
n00b
n00b


Joined: 27 Aug 2004
Posts: 47
Location: Netherlands

PostPosted: Wed Nov 24, 2004 9:55 pm    Post subject: installing 2004.3 bootstrap.sh glibc error Reply with quote

Hi all

im installing gentoo on a AMD K6 and i get this error when bootstrap reaches glibc:

Code:
g -I.. -I../libio  -I/var/tmp/portage/glibc-2.3.4.20040808-r1/work/build -I../sysdeps/i386/elf -I../linuxthreads/sysdeps/u
nix/sysv/linux/i386 -I../linuxthreads/sysdeps/unix/sysv/linux -I../linuxthreads/sysdeps/pthread -I../sysdeps/pthread -I../
linuxthreads/sysdeps/unix/sysv -I../linuxthreads/sysdeps/unix -I../linuxthreads/sysdeps/i386/i586 -I../linuxthreads/sysdep
s/i386 -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common -I../sysde
ps/unix/mman -I../sysdeps/unix/inet -I../sysdeps/unix/sysv/i386 -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps
/unix -I../sysdeps/posix -I../sysdeps/i386/i586 -I../sysdeps/i386/i486 -I../sysdeps/i386/fpu -I../sysdeps/i386 -I../sysdep
s/wordsize-32 -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I
../sysdeps/generic/elf -I../sysdeps/generic -nostdinc -isystem /usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.4/include -isystem /
/usr/include -D_LIBC_REENTRANT -include ../include/libc-symbols.h       -o /var/tmp/portage/glibc-2.3.4.20040808-r1/work/b
uild/string/strncat.o -MD -MP -MF /var/tmp/portage/glibc-2.3.4.20040808-r1/work/build/string/strncat.o.dt -MT /var/tmp/por
tage/glibc-2.3.4.20040808-r1/work/build/string/strncat.o
../sysdeps/generic/strncat.c: In function `strncat':
../sysdeps/generic/strncat.c:85: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugs.gentoo.org/> for instructions.
gcc ../sysdeps/generic/strncmp.c -c -std=gnu99 -O2 -Wall -Winline -Wstrict-prototypes -Wwrite-strings -freorder-blocks -ma
rch=k6 -pipe -mpreferred-stack-boundary=2     -I../include -I. -I/var/tmp/portage/glibc-2.3.4.20040808-r1/work/build/strin
g -I.. -I../libio  -I/var/tmp/portage/glibc-2.3.4.20040808-r1/work/build -I../sysdeps/i386/elf -I../linuxthreads/sysdeps/u
nix/sysv/linux/i386 -I../linuxthreads/sysdeps/unix/sysv/linux -I../linuxthreads/sysdeps/pthread -I../sysdeps/pthread -I../
linuxthreads/sysdeps/unix/sysv -I../linuxthreads/sysdeps/unix -I../linuxthreads/sysdeps/i386/i586 -I../linuxthreads/sysdep
s/i386 -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common -I../sysde
ps/unix/mman -I../sysdeps/unix/inet -I../sysdeps/unix/sysv/i386 -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps
/unix -I../sysdeps/posix -I../sysdeps/i386/i586 -I../sysdeps/i386/i486 -I../sysdeps/i386/fpu -I../sysdeps/i386 -I../sysdep
s/wordsize-32 -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I
../sysdeps/generic/elf -I../sysdeps/generic -nostdinc -isystem /usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.4/include -isystem /
/usr/include -D_LIBC_REENTRANT -include ../include/libc-symbols.h       -o /var/tmp/portage/glibc-2.3.4.20040808-r1/work/b
uild/string/strncmp.o -MD -MP -MF /var/tmp/portage/glibc-2.3.4.20040808-r1/work/build/string/strncmp.o.dt -MT /var/tmp/por
tage/glibc-2.3.4.20040808-r1/work/build/string/strncmp.o
The bug is not reproducible, so it is likely a hardware or OS problem.
make[2]: *** [/var/tmp/portage/glibc-2.3.4.20040808-r1/work/build/string/strncat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/glibc-2.3.4.20040808-r1/work/glibc-2.3.3/string'
make[1]: *** [string/subdir_lib] Error 2
make[1]: Leaving directory `/var/tmp/portage/glibc-2.3.4.20040808-r1/work/glibc-2.3.3'
make: *** [all] Error 2

!!! ERROR: sys-libs/glibc-2.3.4.20040808-r1 failed.
!!! Function src_compile, Line 587, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.

livecd portage #


why is this?
it says: The bug is not reproducible, so it is likely a hardware or OS problem. :?:

i tried emerging glibc-2.3.4.20041102 as well, but i get the same error

i hope anyone can help me out
Back to top
View user's profile Send private message
Reinder
n00b
n00b


Joined: 27 Aug 2004
Posts: 47
Location: Netherlands

PostPosted: Thu Nov 25, 2004 10:08 pm    Post subject: Reply with quote

I still can't install this PC

can anyone help me plz?
I want to make this server

first i had fedora core 2 on it.. it worked great..
but the rpm's made me crazy.

and i have gentoo on my other PC's so i tried gentoo this time

this PC needs to be my DHCP / DNS / Firewall
maybe some suggestion for another distro
Back to top
View user's profile Send private message
Suicidal
l33t
l33t


Joined: 30 Jul 2003
Posts: 959
Location: /dev/null

PostPosted: Thu Nov 25, 2004 10:42 pm    Post subject: Reply with quote

Code:
../sysdeps/generic/strncat.c:85: internal compiler error: Segmentation fault
Please submit a full bug report,


looks like a compiler error, post the output of emerge info
Back to top
View user's profile Send private message
rjw8703
Apprentice
Apprentice


Joined: 14 Aug 2004
Posts: 246
Location: Auburn, Al

PostPosted: Thu Nov 25, 2004 11:19 pm    Post subject: Reply with quote

Go to documents thread. Most of all of your questions about installation
will be answered there.
Back to top
View user's profile Send private message
Reinder
n00b
n00b


Joined: 27 Aug 2004
Posts: 47
Location: Netherlands

PostPosted: Mon Nov 29, 2004 5:10 pm    Post subject: Reply with quote

ok tnx i will try that
Back to top
View user's profile Send private message
Dud3!
Tux's lil' helper
Tux's lil' helper


Joined: 19 Aug 2004
Posts: 93
Location: Boringville, Florida, USA

PostPosted: Mon Nov 29, 2004 6:41 pm    Post subject: Reply with quote

I couldn't get past glibc yesterday either...

https://forums.gentoo.org/viewtopic.php?t=257531
_________________
"There's no problem so large it can't be solved by killing the user off, deleting their files, closing their account and reporting their REAL earnings to the IRS"
Back to top
View user's profile Send private message
Reinder
n00b
n00b


Joined: 27 Aug 2004
Posts: 47
Location: Netherlands

PostPosted: Tue Nov 30, 2004 1:01 am    Post subject: Reply with quote

i followed this documentation

https://forums.gentoo.org/viewtopic.php?t=189250

but it stops with the same error but this time at 20041102
i guess this is because in this guide ACCEPT_KEYWORD='~x86' is set
Back to top
View user's profile Send private message
monkey89
Guru
Guru


Joined: 08 Mar 2004
Posts: 596

PostPosted: Tue Nov 30, 2004 3:26 am    Post subject: Reply with quote

As the error states, segmentation faults are generally caused by one of two things:

1) Aggressive CFLAGS (OS Problem).

I don't know what your cflags are, so post them here (and make sure you do it exactly; if you make a typo we can't tell if that's what is causing the error or if that error doesn't really exist). You should try sticking to something simpler to see if it alleviates the error.

2) Hardware Error.

Your computer may be suffering from a memory problem - I recommend running memtest from a LiveCD. Just take a Gentoo LiveCD and in the boot prompt, enter "memtest86". If it runs for a while error-free, I'm out of ideas. However, if you get an error, it's time to replace the memory.
Back to top
View user's profile Send private message
Reinder
n00b
n00b


Joined: 27 Aug 2004
Posts: 47
Location: Netherlands

PostPosted: Tue Nov 30, 2004 9:17 am    Post subject: Reply with quote

1)
Code:
# cat /mnt/gentoo/etc/make.conf | grep CFLAGS
CFLAGS="-mcpu=k6 -O3 -fomit-frame-pointer -pipe"
CXXFLAGS="${CFLAGS}"


2)
Code:
# /mnt/cdrom/isolinux/memtest86
-bash: /mnt/cdrom/isolinux/memtest86: cannot execute binary file
Back to top
View user's profile Send private message
Reinder
n00b
n00b


Joined: 27 Aug 2004
Posts: 47
Location: Netherlands

PostPosted: Tue Nov 30, 2004 9:35 am    Post subject: Reply with quote

Code:
# emerge info
Portage 2.0.51-r3 (default-linux/x86/2004.3, gcc-3.3.4, unavailable, 2.6.9-gentoo-r1 i586)
=================================================================
System uname: 2.6.9-gentoo-r1 i586 AMD-K6(tm) 3D processor
Gentoo Base System version 1.4.16
Autoconf:
Automake:
Binutils: sys-devel/binutils-2.14.90.0.8-r1
Headers:  sys-kernel/linux26-headers-2.6.8.1-r1
Libtools:
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-mcpu=k6 -O3 -fomit-frame-pointer -pipe"
CHOST="i586-pc-linux-gnu"
COMPILER=""
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/terminfo /etc/env.d"
CXXFLAGS="-mcpu=k6 -O3 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="http://ftp.easynet.nl/mirror/gentoo/ ftp://ftp.easynet.nl/mirror/gentoo/ http://vlaai.snt.ipv6.utwente.nl/pub/os/linux/gentoo/ ftp://vlaai.snt.ipv6.utwente.nl/pub/os/linux/gentoo/ ftp://mirror.scarlet-internet.nl/pub/gentoo ftp://mirror.nutsmaas.nl/gentoo/"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow S3TC aac acl acpi activefilter adns amd apache2 apm arts audiofile avantgo avi bcmath bdf berkdb bidi bitmap-fonts bzlib cap cgi chroot cjk client cpdflib crypt ctype cups curl curlwrappers dba dio djbfft dnd droproot dv dvb edl eds encode erandom extensions f77 faac faad fastcgi fluidsynth fmod foomaticdb fortran freewnn ftp gb gcl gdbm geoip gif ginac glade glgd glut gmp gmtfull gnome gpm graphviz gs gsl gtk gtk2 gtkhtml hal hardenedphp hbci hdf iconv ide idl image imap imlib imlib2 ipv6 jmx jp2 jpeg jpeg2k jta jython kadu-modules kadu-voice kakasi kde krb4 latex lcms leim libdsk libg++ libgd libgdalibsamplerate libwww live lm_sensors lua lufsusermount lzo lzw lzw-tiff m17n-lib mad maildir matroska mbox mcal mdb memlimit mhash migemo mikmod mime mmap mng motif mozcalendar mozdomi mozp3p mozsvg mozxmlterm mp3 mpeg mpeg4 mpi mplayer mysql nagios-dns nagios-ntp nagios-ping nagios-ssh native ncurses net network nis nls nptl ntlm nviz oav objc ocaml offensive ofx oggvorbis openal opengl opie oscar ospfapi oss pam parse-clocks pcap pcntl pcre pdf pdflib pg-hier pg-intdatetime pg-vacuumdelayphp physfs pic plotutils png portaudio posix ppds print pthreads python qt quicktime quotes readline rhino rogue rplay saslsdl session shaper shared sharedmem sheep silc simplexml skk slp smime sndfile snmp sockets socks5 softquota sox spell ssl stencil-buffer stroke svg svga sysvipc szip t1lib tcpd tga theora tidy tiff transcode truetype unicode usb vda vhosts virus-scan x86 xml2 xmms xv yv12 zlib zvbi"


Code:
# cat /proc/cpuinfo
processor       : 0
vendor_id       : AuthenticAMD
cpu family      : 5
model           : 8
model name      : AMD-K6(tm) 3D processor
stepping        : 12
cpu MHz         : 400.958
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 vme de pse tsc msr mce cx8 pge mmx syscall 3dnow k6_mtrr
bogomips        : 786.43
Back to top
View user's profile Send private message
justin.c
n00b
n00b


Joined: 28 Nov 2004
Posts: 1
Location: BC, Canada

PostPosted: Tue Nov 30, 2004 9:38 am    Post subject: Reply with quote

i had trouble bootstrapping glibc too, with same error, kept happening in random places... until i turned back the clock on my cpu from the 2.66GHz i had overclocked too, back to 2GHz... is ur cpu overclocked? if so, turn it back... overclocked cpus seem to cause lots of problems
Back to top
View user's profile Send private message
Reinder
n00b
n00b


Joined: 27 Aug 2004
Posts: 47
Location: Netherlands

PostPosted: Tue Nov 30, 2004 3:49 pm    Post subject: Reply with quote

no it's not overclocked

it's an AMD K6 running on 400 MHz
Back to top
View user's profile Send private message
Imago
Apprentice
Apprentice


Joined: 25 Nov 2004
Posts: 157
Location: Germany

PostPosted: Tue Nov 30, 2004 4:35 pm    Post subject: Reply with quote

i think there were some troubles with the k6 cflag. Im not sure about it and i cant find the bug for now. But maybe you should try to set -mcpu to i586.

CU
Imago
Back to top
View user's profile Send private message
Reinder
n00b
n00b


Joined: 27 Aug 2004
Posts: 47
Location: Netherlands

PostPosted: Tue Nov 30, 2004 5:31 pm    Post subject: Reply with quote

ok, i will try that
you will hear if this worked or not
Back to top
View user's profile Send private message
Reinder
n00b
n00b


Joined: 27 Aug 2004
Posts: 47
Location: Netherlands

PostPosted: Tue Nov 30, 2004 7:31 pm    Post subject: Reply with quote

now it stops at gettext
Code:
gcc -DLOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/lib/gettext\" -DGETTEXTJAR=\"/usr/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/lib\" -DGETTEXTDATADIR=\"/usr/share/gettext\" -DPROJECTSDIR=\"/usr/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I. -I..  -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../../gettext-runtime/intl  -DINSTALLDIR=\"/usr/bin\" -mcpu=i586 -O3 -fomit-frame-pointer -pipe -c -o msguniq-msguniq.o `test -f 'msguniq.c' || echo './'`msguniq.c
msginit.c: In function `fill_header':
msginit.c:1753: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugs.gentoo.org/> for instructions.
gcc -DLOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/lib/gettext\" -DGETTEXTJAR=\"/usr/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/lib\" -DGETTEXTDATADIR=\"/usr/share/gettext\" -DPROJECTSDIR=\"/usr/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I. -I..  -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../../gettext-runtime/intl  -DINSTALLDIR=\"/usr/lib/gettext\" -mcpu=i586 -O3 -fomit-frame-pointer -pipe -c -o hostname-hostname.o `test -f 'hostname.c' || echo './'`hostname.c
gcc -DLOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/lib/gettext\" -DGETTEXTJAR=\"/usr/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/lib\" -DGETTEXTDATADIR=\"/usr/share/gettext\" -DPROJECTSDIR=\"/usr/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I. -I..  -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../../gettext-runtime/intl  -DINSTALLDIR=\"/usr/lib/gettext\" -mcpu=i586 -O3 -fomit-frame-pointer -pipe -c -o urlget-urlget.o `test -f 'urlget.c' || echo './'`urlget.c
/bin/sh ../libtool --mode=link gcc  -mcpu=i586 -O3 -fomit-frame-pointer -pipe   -o libgettextsrc.la -rpath /usr/lib -release0.14.1 ../lib/libgettextlib.la   -lc -no-undefined message.lo read-po-abstract.lo po-lex.lo po-gram-gen.lo po-hash-gen.lo po-charset.lo read-properties.lo read-stringtable.lo open-po.lo dir-list.lo str-list.lo read-po.lo write-properties.lo write-stringtable.lo write-po.lo msgl-ascii.lo msgl-iconv.lo msgl-equal.lo msgl-cat.lo msgl-english.lo file-list.lo msgl-charset.lo po-time.lo plural.lo plural-table.lo format.lo format-c.lo format-sh.lo format-python.lo format-lisp.lo format-elisp.lo format-librep.lo format-java.lo format-csharp.lo format-awk.lo format-pascal.lo format-ycp.lo format-tcl.lo format-perl.lo format-perl-brace.lo format-php.lo format-gcc-internal.lo format-qt.lo
/bin/sh ../libtool --mode=link gcc  -mcpu=i586 -O3 -fomit-frame-pointer -pipe   -o hostname  hostname-hostname.o ../lib/libgettextlib.la
The bug is not reproducible, so it is likely a hardware or OS problem.
make[4]: *** [msginit-msginit.o] Error 1
make[4]: *** Waiting for unfinished jobs....
gcc -mcpu=i586 -O3 -fomit-frame-pointer -pipe -o .libs/hostname hostname-hostname.o  ../lib/.libs/libgettextlib.so
creating hostname
gcc -shared  .libs/message.o .libs/read-po-abstract.o .libs/po-lex.o .libs/po-gram-gen.o .libs/po-hash-gen.o .libs/po-charset.o .libs/read-properties.o .libs/read-stringtable.o .libs/open-po.o .libs/dir-list.o .libs/str-list.o .libs/read-po.o .libs/write-properties.o .libs/write-stringtable.o .libs/write-po.o .libs/msgl-ascii.o .libs/msgl-iconv.o .libs/msgl-equal.o .libs/msgl-cat.o .libs/msgl-english.o .libs/file-list.o .libs/msgl-charset.o .libs/po-time.o .libs/plural.o .libs/plural-table.o .libs/format.o .libs/format-c.o .libs/format-sh.o .libs/format-python.o .libs/format-lisp.o .libs/format-elisp.o .libs/format-librep.o .libs/format-java.o .libs/format-csharp.o .libs/format-awk.o .libs/format-pascal.o .libs/format-ycp.o .libs/format-tcl.o .libs/format-perl.o .libs/format-perl-brace.o .libs/format-php.o .libs/format-gcc-internal.o .libs/format-qt.o  -Wl,--rpath -Wl,/var/tmp/portage/gettext-0.14.1/work/gettext-0.14.1/gettext-tools/lib/.libs ../lib/.libs/libgettextlib.so -lc  -mcpu=i586 -Wl,-soname -Wl,libgettextsrc-0.14.1.so -o .libs/libgettextsrc-0.14.1.so
(cd .libs && rm -f libgettextsrc.so && ln -s libgettextsrc-0.14.1.so libgettextsrc.so)
ar cru .libs/libgettextsrc.a  message.o read-po-abstract.o po-lex.o po-gram-gen.o po-hash-gen.o po-charset.o read-properties.o read-stringtable.o open-po.o dir-list.o str-list.o read-po.o write-properties.o write-stringtable.o write-po.o msgl-ascii.o msgl-iconv.o msgl-equal.o msgl-cat.o msgl-english.o file-list.o msgl-charset.o po-time.o plural.o plural-table.o format.o format-c.o format-sh.o format-python.o format-lisp.o format-elisp.o format-librep.o format-java.o format-csharp.o format-awk.oformat-pascal.o format-ycp.o format-tcl.o format-perl.o format-perl-brace.o format-php.o format-gcc-internal.o format-qt.o
ranlib .libs/libgettextsrc.a
creating libgettextsrc.la
(cd .libs && rm -f libgettextsrc.la && ln -s ../libgettextsrc.la libgettextsrc.la)
make[4]: Leaving directory `/var/tmp/portage/gettext-0.14.1/work/gettext-0.14.1/gettext-tools/src'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/var/tmp/portage/gettext-0.14.1/work/gettext-0.14.1/gettext-tools/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/gettext-0.14.1/work/gettext-0.14.1/gettext-tools'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/var/tmp/portage/gettext-0.14.1/work/gettext-0.14.1/gettext-tools'
make: *** [all-recursive] Error 1

!!! ERROR: sys-devel/gettext-0.14.1 failed.
!!! Function src_compile, Line 49, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.

livecd portage #   
Back to top
View user's profile Send private message
Imago
Apprentice
Apprentice


Joined: 25 Nov 2004
Posts: 157
Location: Germany

PostPosted: Tue Nov 30, 2004 7:55 pm    Post subject: Reply with quote

hm although I more and more think its actually a hardware issue, you can of course try to remove all those cflags and then try it again.
But really doubt that this is the reason.

Did you run the 'memtest86' as monkey89 said?

CU
Imago
Back to top
View user's profile Send private message
Reinder
n00b
n00b


Joined: 27 Aug 2004
Posts: 47
Location: Netherlands

PostPosted: Tue Nov 30, 2004 8:09 pm    Post subject: Reply with quote

look my post earlier

memtest86 won't run

and the PC is fine i think, because Fedora Core 2 runned on it too
Back to top
View user's profile Send private message
corsair
Retired Dev
Retired Dev


Joined: 06 Oct 2003
Posts: 451
Location: Aachen, Germany

PostPosted: Tue Nov 30, 2004 8:19 pm    Post subject: Reply with quote

Hi,

did you try to execute that memtest86 file? If yes, this is not the correct way to run memtest86. You have to enter memtest86 right after your cd boots, or that is to say when you select your kernel.

Markus
Back to top
View user's profile Send private message
Reinder
n00b
n00b


Joined: 27 Aug 2004
Posts: 47
Location: Netherlands

PostPosted: Tue Nov 30, 2004 8:23 pm    Post subject: Reply with quote

ahh thanks

i have to type it a the bootloader?
i'll try that
Back to top
View user's profile Send private message
Reinder
n00b
n00b


Joined: 27 Aug 2004
Posts: 47
Location: Netherlands

PostPosted: Tue Nov 30, 2004 8:44 pm    Post subject: Reply with quote

memtest86 runs without errors
Back to top
View user's profile Send private message
monkey89
Guru
Guru


Joined: 08 Mar 2004
Posts: 596

PostPosted: Wed Dec 01, 2004 4:27 am    Post subject: Reply with quote

Doing it for a few minutes doesn't work: you're compiling for longer than that, so taxing the system for just a short period of time won't do anything.

Run it for at least a few hours and see if anything comes up. Sporadic compiler errors are generally hardware errors. Fedora Core 2 probably worked because the load required to do basic tasks or install it is a lot less than compiling software. I'll bet that if you tried compiling something big in FC2 or did some high-load task, it would fault as well.

-Monkey
Back to top
View user's profile Send private message
Reinder
n00b
n00b


Joined: 27 Aug 2004
Posts: 47
Location: Netherlands

PostPosted: Wed Dec 01, 2004 9:45 am    Post subject: Reply with quote

the memtest was at 100% and started over again..
so what's the point of running it again?
Back to top
View user's profile Send private message
LordBug
Tux's lil' helper
Tux's lil' helper


Joined: 25 Jan 2003
Posts: 88

PostPosted: Wed Dec 01, 2004 1:28 pm    Post subject: Reply with quote

Just because it passed once, doesn't mean it's fine.

I had a PC that I knew had to have flaky RAM, but didn't know which DIMM it was. I ran a memchecker program for over 5 hours before the problem DIMM finally surfaced. It had passed the complete test over 20 times before it failed.

I would suggest running memtest86 for no less than 12 hours. Let it go all night. Also, I would suggest looking into a possible overheating issue. It's amazing how much work compiling is on a CPU and how fast they heat up because of it.
Back to top
View user's profile Send private message
Reinder
n00b
n00b


Joined: 27 Aug 2004
Posts: 47
Location: Netherlands

PostPosted: Wed Dec 01, 2004 3:07 pm    Post subject: Reply with quote

if overheating will be the reason why would it always would stop at the same spot ?

I will try to do a stage 2 or 3 install
Back to top
View user's profile Send private message
Reinder
n00b
n00b


Joined: 27 Aug 2004
Posts: 47
Location: Netherlands

PostPosted: Wed Dec 01, 2004 4:51 pm    Post subject: Reply with quote

stage 2 quits at the first package in emerge system :S > patch
at the configure script

well i stop trying.. thanks anyway for helping me so far
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
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