Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problem emerging kdebase
View unanswered posts
View posts from last 24 hours

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


Joined: 05 Mar 2004
Posts: 18
Location: Columbus, OH

PostPosted: Fri Mar 05, 2004 6:37 pm    Post subject: Problem emerging kdebase Reply with quote

I've had a few problems getting my machine up and going but it seems stable now.

Currently I've got gnome installed, xfce4 and most of kde. kdebase just won't emerge.

The following is my make.conf
==make.conf start==
# These settings were set by the catalyst build script that automatically built this stage
# I've tried with the following line excluded
ACCEPT_KEYWORDS="~amd64"
# I've tried with the following line excluded
AUTOCLEAN="yes"
CFLAGS="-O2"
# I've tried with all three variations of CFLAGS
#CFLAGS="-O2 -pipe -fomit-frame-pointer"
#CFLAGS="-O2 -fPIC"
CHOST="x86_64-pc-linux-gnu"
USE="gtk gtk2 gnome qt kde dvd alsa cdr dvdr imap"
# I've tried with the following line instead of the above
#USE="qt kde"
CXXFLAGS="${CFLAGS}"
# I've tried with the following line excluded
FEATURES="ccache sandbox"
GENTOO_MIRRORS="http://mirrors.tds.net/gentoo ftp://gentoo.mirrors.pair.com/ http://open-systems.ufl.edu/mirrors/gentoo ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo"
==make.conf end==

The error message I'm getting (I've snipped as much as I thought would fit) is as follows.

==kdebase errorlog start==
make[3]: Leaving directory `/var/tmp/portage/kdebase-3.2.0/work/kdebase-3.2.0/kicker/buttons'
Making all in .
make[3]: Entering directory `/var/tmp/portage/kdebase-3.2.0/work/kdebase-3.2.0/kicker'
echo 'extern "C" int kdemain(int argc, char* argv[]);' > kicker_dummy.cpp; \
echo 'extern "C" int kdeinitmain(int argc, char* argv[]) { return kdemain(argc,argv); }' >> kicker_dummy.cpp
echo > dummy.cpp
echo 'extern "C" int kdemain(int argc, char* argv[]);' > kicker.la.cpp; \
echo 'int main(int argc, char* argv[]) { return kdemain(argc,argv); }' >> kicker.la.cpp
/bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/kde/3.2/include -I/usr/qt/3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -DNDEBUG -DNO_DEBUG -O2 -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -D_GNU_SOURCE -c -o kicker_dummy.lo `test -f 'kicker_dummy.cpp' || echo './'`kicker_dummy.cpp
/bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/kde/3.2/include -I/usr/qt/3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -DNDEBUG -DNO_DEBUG -O2 -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -D_GNU_SOURCE -c -o dummy.lo `test -f 'dummy.cpp' || echo './'`dummy.cpp
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/kde/3.2/include -I/usr/qt/3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -DNDEBUG -DNO_DEBUG -O2 -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -D_GNU_SOURCE -c -o kicker.la.o `test -f 'kicker.la.cpp' || echo './'`kicker.la.cpp
/bin/sh ../libtool --silent --mode=link --tag=CXX g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -DNDEBUG -DNO_DEBUG -O2 -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -D_GNU_SOURCE -o libkdeinit_kicker.la -rpath /usr/kde/3.2/lib -avoid-version -L/usr/X11R6/lib -L/usr/qt/3/lib -L/usr/kde/3.2/lib dummy.lo core/libkicker_core.la buttons/libkicker_buttons.la ui/libkicker_ui.la share/libkickermain.la -lkio -lXtst
core/.libs/libkicker_core.a(menumanager.o)(.text+0xabe): In function `MenuManager::process(QCString const&, QMemArray<char> const&, QCString&, QMemArray<char>&)':
: relocation truncated to fit: R_X86_64_PLT32 QStringData::deleteSelf()
collect2: ld returned 1 exit status
make[3]: *** [libkdeinit_kicker.la] Error 1
make[3]: Leaving directory `/var/tmp/portage/kdebase-3.2.0/work/kdebase-3.2.0/kicker'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kdebase-3.2.0/work/kdebase-3.2.0/kicker'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdebase-3.2.0/work/kdebase-3.2.0'
make: *** [all] Error 2

!!! ERROR: kde-base/kdebase-3.2.0 failed.
!!! Function kde_src_compile, Line 128, Exitcode 2
!!! died running emake, kde_src_compile:make

==kdebase errorlog end==

I've had similiar problems compiling qt, I'm currently running off of the binary package version on the second packages cd that came out with the 2004.0 release. Everything else is compiled on my system.

I'll take any help I can get on this. I've beaten my head into the wall enough for one week.

Thanks!
_________________
Athlon 64 3200+, MSI K8T NEO-FIS2R, 1GB RAM, Dual SATA 150GB, GeForce FX 5900
Back to top
View user's profile Send private message
gtz
n00b
n00b


Joined: 05 Mar 2004
Posts: 18
Location: Columbus, OH

PostPosted: Fri Mar 05, 2004 10:18 pm    Post subject: Reply with quote

As a side note everything else is working fine, Alsa Sound for my motherboard is perfect, the nvidia drivers are great and UT2004 works like a charm. Anjunta works as well so I'm almost done.
_________________
Athlon 64 3200+, MSI K8T NEO-FIS2R, 1GB RAM, Dual SATA 150GB, GeForce FX 5900
Back to top
View user's profile Send private message
sheepdog
Guru
Guru


Joined: 14 Oct 2002
Posts: 369
Location: Edison Enterprises Inc., Lake Oswego, Oregon, USA

PostPosted: Fri Mar 05, 2004 11:21 pm    Post subject: Reply with quote

Quote:
relocation truncated to fit: R_X86_64_PLT32 QStringData::deleteSelf()


This looks very peculiar. Your not doing any 32-bit compiles anywhere are you? Please post your emerge --info information. Perhaps there are clues there.

-- Michael
Back to top
View user's profile Send private message
gtz
n00b
n00b


Joined: 05 Mar 2004
Posts: 18
Location: Columbus, OH

PostPosted: Fri Mar 05, 2004 11:27 pm    Post subject: Reply with quote

I've never did a 32 bit compile that i know of. I was holding off getting into 32 bit apps until my 64 bit system was stable.

==Emerge --info start==
bash-2.05b# emerge --info
Portage 2.0.50-r1 (default-amd64-2004.0, gcc-3.3.3, glibc-2.3.3_pre20040207-r0, 2.6.3-gentoo-r2)
=================================================================
System uname: 2.6.3-gentoo-r2 x86_64 4
Gentoo Base System version 1.4.3.13p1
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r3
Automake: sys-devel/automake-1.8.2
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CFLAGS="-O2"
CHOST="x86_64-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /share/config /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.2 /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/ /usr/share/config /var/qmail/control config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://mirrors.tds.net/gentoo ftp://gentoo.mirrors.pair.com/ http://open-systems.ufl.edu/mirrors/gentoo ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X alsa amd64 apm arts avi berkdb cdr crypt dvd dvdr encode esd foomaticdb gdbm gif gnome gpm gtk gtk2 imap imlib jpeg kde ldap libg++ libwww mikmod motif mozilla mpeg ncurses nls oggvorbis opengl oss pam pdflib perl png python qt quicktime readline sdl slang spell ssl tcpd truetype xml2 xmms xv zlib"

==Emerge --info end==
_________________
Athlon 64 3200+, MSI K8T NEO-FIS2R, 1GB RAM, Dual SATA 150GB, GeForce FX 5900
Back to top
View user's profile Send private message
gtz
n00b
n00b


Joined: 05 Mar 2004
Posts: 18
Location: Columbus, OH

PostPosted: Fri Mar 05, 2004 11:28 pm    Post subject: Reply with quote

I just noticed in my emerge --info that it has accept keywords of amd64 and ~amd64, would that be causing any of this?
_________________
Athlon 64 3200+, MSI K8T NEO-FIS2R, 1GB RAM, Dual SATA 150GB, GeForce FX 5900
Back to top
View user's profile Send private message
sheepdog
Guru
Guru


Joined: 14 Oct 2002
Posts: 369
Location: Edison Enterprises Inc., Lake Oswego, Oregon, USA

PostPosted: Fri Mar 05, 2004 11:32 pm    Post subject: qt Reply with quote

The error is coming from a Qt function. Have you done a full compile of Qt on your machine? If not, I would suggest you start with that. Also post "emerge -pv kdebase" to show the flags the emerge is using, please.

I noticed the strangely repeated amd64 also. Correct it but if that works I want to know. Don't see why it should.
Back to top
View user's profile Send private message
gtz
n00b
n00b


Joined: 05 Mar 2004
Posts: 18
Location: Columbus, OH

PostPosted: Sat Mar 06, 2004 1:32 am    Post subject: Reply with quote

bash-2.05b# emerge -pv kdebase

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild N ] kde-base/kdebase-3.2.0 -cups +encode -java +ldap +motif +opengl +pam -samba +ssl 0 kB

Total size of downloads: 0 kB
_________________
Athlon 64 3200+, MSI K8T NEO-FIS2R, 1GB RAM, Dual SATA 150GB, GeForce FX 5900
Back to top
View user's profile Send private message
gtz
n00b
n00b


Joined: 05 Mar 2004
Posts: 18
Location: Columbus, OH

PostPosted: Sat Mar 06, 2004 1:45 am    Post subject: Reply with quote

here is the qt compile error:

e-shared-mt/qtextcodecfactory.o .obj/release-shared-mt/qtextcodecplugin.o .obj/release-shared-mt/qfontcncodec.o .obj/release-shared-mt/qfonthkcodec.o .obj/release-shared-mt/qfontjpcodec.o .obj/release-shared-mt/qfontkrcodec.o .obj/release-shared-mt/qfontlaocodec.o .obj/release-shared-mt/qfonttwcodec.o .obj/release-shared-mt/qstylefactory.o .obj/release-shared-mt/qstyleplugin.o .obj/release-shared-mt/qcommonstyle.o .obj/release-shared-mt/qcdestyle.o .obj/release-shared-mt/qmotifplusstyle.o .obj/release-shared-mt/qplatinumstyle.o .obj/release-shared-mt/qsgistyle.o .obj/release-shared-mt/qwindowsstyle.o .obj/release-shared-mt/qmotifstyle.o .obj/release-shared-mt/qconfig.o .obj/release-shared-mt/moc_qaccel.o .obj/release-shared-mt/moc_qapplication.o .obj/release-shared-mt/moc_qasyncio.o .obj/release-shared-mt/moc_qclipboard.o .obj/release-shared-mt/moc_qdesktopwidget.o .obj/release-shared-mt/moc_qdragobject.o .obj/release-shared-mt/moc_qeventloop.o .obj/release-shared-mt/moc_qguardedptr.o .obj/release-shared-mt/moc_qimageformatplugin.o .obj/release-shared-mt/moc_qlayout.o .obj/release-shared-mt/moc_qtranslator.o .obj/release-shared-mt/moc_qnetworkprotocol.o .obj/release-shared-mt/moc_qobject.o .obj/release-shared-mt/moc_qobjectcleanuphandler.o .obj/release-shared-mt/moc_qprocess.o .obj/release-shared-mt/moc_qsessionmanager.o .obj/release-shared-mt/moc_qsignal.o .obj/release-shared-mt/moc_qsignalmapper.o .obj/release-shared-mt/moc_qsizegrip.o .obj/release-shared-mt/moc_qsocketnotifier.o .obj/release-shared-mt/moc_qsound.o .obj/release-shared-mt/moc_qstyle.o .obj/release-shared-mt/moc_qstylesheet.o .obj/release-shared-mt/moc_qtimer.o .obj/release-shared-mt/moc_qlocalfs.o .obj/release-shared-mt/moc_qurloperator.o .obj/release-shared-mt/moc_qwidget.o .obj/release-shared-mt/moc_qrichtext_p.o .obj/release-shared-mt/moc_qgplugin.o .obj/release-shared-mt/moc_qbuttongroup.o .obj/release-shared-mt/moc_qbutton.o .obj/release-shared-mt/moc_qdialogbuttons_p.o .obj/release-shared-mt/moc_qcheckbox.o .obj/release-shared-mt/moc_qcombobox.o .obj/release-shared-mt/moc_qwidgetresizehandler_p.o .obj/release-shared-mt/moc_qdial.o .obj/release-shared-mt/moc_qdockarea.o .obj/release-shared-mt/moc_qdockwindow.o .obj/release-shared-mt/moc_qframe.o .obj/release-shared-mt/moc_qgrid.o .obj/release-shared-mt/moc_qgridview.o .obj/release-shared-mt/moc_qgroupbox.o .obj/release-shared-mt/moc_qhbuttongroup.o .obj/release-shared-mt/moc_qheader.o .obj/release-shared-mt/moc_qhgroupbox.o .obj/release-shared-mt/moc_qhbox.o .obj/release-shared-mt/moc_qlabel.o .obj/release-shared-mt/moc_qlcdnumber.o .obj/release-shared-mt/moc_qlineedit.o .obj/release-shared-mt/moc_qlistbox.o .obj/release-shared-mt/moc_qlistview.o .obj/release-shared-mt/moc_qmainwindow.o .obj/release-shared-mt/moc_qmenubar.o .obj/release-shared-mt/moc_qmultilineedit.o .obj/release-shared-mt/moc_qpopupmenu.o .obj/release-shared-mt/moc_qprogressbar.o .obj/release-shared-mt/moc_qpushbutton.o .obj/release-shared-mt/moc_qradiobutton.o .obj/release-shared-mt/moc_qrangecontrol.o .obj/release-shared-mt/moc_qscrollbar.o .obj/release-shared-mt/moc_qscrollview.o .obj/release-shared-mt/moc_qslider.o .obj/release-shared-mt/moc_qsplashscreen.o .obj/release-shared-mt/moc_qspinbox.o .obj/release-shared-mt/moc_qsplitter.o .obj/release-shared-mt/moc_qstatusbar.o .obj/release-shared-mt/moc_qtabbar.o .obj/release-shared-mt/moc_qtabwidget.o .obj/release-shared-mt/moc_qtitlebar_p.o .obj/release-shared-mt/moc_qtoolbar.o .obj/release-shared-mt/moc_qtoolbox.o .obj/release-shared-mt/moc_qtoolbutton.o .obj/release-shared-mt/moc_qtooltip.o .obj/release-shared-mt/moc_qvalidator.o .obj/release-shared-mt/moc_qvbox.o .obj/release-shared-mt/moc_qvbuttongroup.o .obj/release-shared-mt/moc_qvgroupbox.o .obj/release-shared-mt/moc_qwidgetstack.o .obj/release-shared-mt/moc_qaction.o .obj/release-shared-mt/moc_qdatetimeedit.o .obj/release-shared-mt/moc_qtextview.o .obj/release-shared-mt/moc_qtextbrowser.o .obj/release-shared-mt/moc_qtextedit.o .obj/release-shared-mt/moc_qwidgetplugin.o .obj/release-shared-mt/moc_qcolordialog.o .obj/release-shared-mt/moc_qdialog.o .obj/release-shared-mt/moc_qerrormessage.o .obj/release-shared-mt/moc_qfiledialog.o .obj/release-shared-mt/moc_qfontdialog.o .obj/release-shared-mt/moc_qmessagebox.o .obj/release-shared-mt/moc_qprogressdialog.o .obj/release-shared-mt/moc_qsemimodal.o .obj/release-shared-mt/moc_qtabdialog.o .obj/release-shared-mt/moc_qwizard.o .obj/release-shared-mt/moc_qinputdialog.o .obj/release-shared-mt/moc_qprintdialog.o .obj/release-shared-mt/moc_qiconview.o .obj/release-shared-mt/moc_qworkspace.o .obj/release-shared-mt/moc_qdns.o .obj/release-shared-mt/moc_qftp.o .obj/release-shared-mt/moc_qhttp.o .obj/release-shared-mt/moc_qserversocket.o .obj/release-shared-mt/moc_qsocket.o .obj/release-shared-mt/moc_qcanvas.o .obj/release-shared-mt/moc_qtable.o .obj/release-shared-mt/moc_qgl.o .obj/release-shared-mt/moc_qsqlquery.o .obj/release-shared-mt/moc_qsqldatabase.o .obj/release-shared-mt/moc_qsqlform.o .obj/release-shared-mt/moc_qsqldriver.o .obj/release-shared-mt/moc_qsqldriverplugin.o .obj/release-shared-mt/moc_qdatatable.o .obj/release-shared-mt/moc_qdataview.o .obj/release-shared-mt/moc_qdatabrowser.o .obj/release-shared-mt/moc_qtextcodecplugin.o .obj/release-shared-mt/moc_qstyleplugin.o .obj/release-shared-mt/moc_qcommonstyle.o .obj/release-shared-mt/moc_qcdestyle.o .obj/release-shared-mt/moc_qmotifplusstyle.o .obj/release-shared-mt/moc_qplatinumstyle.o .obj/release-shared-mt/moc_qsgistyle.o .obj/release-shared-mt/moc_qwindowsstyle.o .obj/release-shared-mt/moc_qmotifstyle.o -L/usr/X11R6/lib -L/usr/X11R6/lib -ldl -lpthread -lmng -ljpeg -lpng -lz -lGL -lXmu -lXi -lXrender -lXrandr -lXcursor -lXinerama -lXft -lfreetype -lfontconfig -lXext -lX11 -lm -lSM -lICE -ldl -lpthread
.obj/release-shared-mt/qapplication_x11.o(.text+0xef82): In function `QSessionManager::QSessionManager[in-charge](QApplication*, QString&, QString&)':
: relocation truncated to fit: R_X86_64_PLT32 x11_ignore_badwindow
.obj/release-shared-mt/qapplication_x11.o(.text+0xef91): In function `QSessionManager::QSessionManager[in-charge](QApplication*, QString&, QString&)':
: relocation truncated to fit: R_X86_64_PLT32 app_gc_tmp
/usr/lib/gcc-lib/x86_64-pc-linux-gnu/3.3.3/../../../../x86_64-pc-linux-gnu/bin/ld: .obj/release-shared-mt/qpsprinter.o(.text+0xff00000000000b3c): reloc against `QString::QString[in-charge](QString const&)': error 2
collect2: ld returned 1 exit status
make[1]: *** [../lib/libqt-mt.so.3.2.3] Error 1
make[1]: Leaving directory `/var/tmp/portage/qt-3.2.3-r1/work/qt-x11-free-3.2.3/src'
make: *** [sub-src] Error 2

!!! ERROR: x11-libs/qt-3.2.3-r1 failed.
!!! Function src_compile, Line 109, Exitcode 2
!!! (no error message)

bash-2.05b#
_________________
Athlon 64 3200+, MSI K8T NEO-FIS2R, 1GB RAM, Dual SATA 150GB, GeForce FX 5900
Back to top
View user's profile Send private message
sheepdog
Guru
Guru


Joined: 14 Oct 2002
Posts: 369
Location: Edison Enterprises Inc., Lake Oswego, Oregon, USA

PostPosted: Sat Mar 06, 2004 2:37 am    Post subject: Reply with quote

I notice that your make.conf has the CXX line including "fPIC" commented out and the Qt compile does not include this define. The reported error is here reported to be related to this define.
http://www.linux-mips.org/archives/linux-mips/2001-09/msg00161.html
I suggest you try a recompile with the -fPIC flag.
Back to top
View user's profile Send private message
gtz
n00b
n00b


Joined: 05 Mar 2004
Posts: 18
Location: Columbus, OH

PostPosted: Sat Mar 06, 2004 2:06 pm    Post subject: Reply with quote

I tried the recompile with fPIC and it seems to have died at the same time. Here is the crash log:

_qdockwindow.o .obj/release-shared-mt/moc_qframe.o .obj/release-shared-mt/moc_qgrid.o .obj/release-shared-mt/moc_qgridview.o .obj/release-shared-mt/moc_qgroupbox.o .obj/release-shared-mt/moc_qhbuttongroup.o .obj/release-shared-mt/moc_qheader.o .obj/release-shared-mt/moc_qhgroupbox.o .obj/release-shared-mt/moc_qhbox.o .obj/release-shared-mt/moc_qlabel.o .obj/release-shared-mt/moc_qlcdnumber.o .obj/release-shared-mt/moc_qlineedit.o .obj/release-shared-mt/moc_qlistbox.o .obj/release-shared-mt/moc_qlistview.o .obj/release-shared-mt/moc_qmainwindow.o .obj/release-shared-mt/moc_qmenubar.o .obj/release-shared-mt/moc_qmultilineedit.o .obj/release-shared-mt/moc_qpopupmenu.o .obj/release-shared-mt/moc_qprogressbar.o .obj/release-shared-mt/moc_qpushbutton.o .obj/release-shared-mt/moc_qradiobutton.o .obj/release-shared-mt/moc_qrangecontrol.o .obj/release-shared-mt/moc_qscrollbar.o .obj/release-shared-mt/moc_qscrollview.o .obj/release-shared-mt/moc_qslider.o .obj/release-shared-mt/moc_qsplashscreen.o .obj/release-shared-mt/moc_qspinbox.o .obj/release-shared-mt/moc_qsplitter.o .obj/release-shared-mt/moc_qstatusbar.o .obj/release-shared-mt/moc_qtabbar.o .obj/release-shared-mt/moc_qtabwidget.o .obj/release-shared-mt/moc_qtitlebar_p.o .obj/release-shared-mt/moc_qtoolbar.o .obj/release-shared-mt/moc_qtoolbox.o .obj/release-shared-mt/moc_qtoolbutton.o .obj/release-shared-mt/moc_qtooltip.o .obj/release-shared-mt/moc_qvalidator.o .obj/release-shared-mt/moc_qvbox.o .obj/release-shared-mt/moc_qvbuttongroup.o .obj/release-shared-mt/moc_qvgroupbox.o .obj/release-shared-mt/moc_qwidgetstack.o .obj/release-shared-mt/moc_qaction.o .obj/release-shared-mt/moc_qdatetimeedit.o .obj/release-shared-mt/moc_qtextview.o .obj/release-shared-mt/moc_qtextbrowser.o .obj/release-shared-mt/moc_qtextedit.o .obj/release-shared-mt/moc_qwidgetplugin.o .obj/release-shared-mt/moc_qcolordialog.o .obj/release-shared-mt/moc_qdialog.o .obj/release-shared-mt/moc_qerrormessage.o .obj/release-shared-mt/moc_qfiledialog.o .obj/release-shared-mt/moc_qfontdialog.o .obj/release-shared-mt/moc_qmessagebox.o .obj/release-shared-mt/moc_qprogressdialog.o .obj/release-shared-mt/moc_qsemimodal.o .obj/release-shared-mt/moc_qtabdialog.o .obj/release-shared-mt/moc_qwizard.o .obj/release-shared-mt/moc_qinputdialog.o .obj/release-shared-mt/moc_qprintdialog.o .obj/release-shared-mt/moc_qiconview.o .obj/release-shared-mt/moc_qworkspace.o .obj/release-shared-mt/moc_qdns.o .obj/release-shared-mt/moc_qftp.o .obj/release-shared-mt/moc_qhttp.o .obj/release-shared-mt/moc_qserversocket.o .obj/release-shared-mt/moc_qsocket.o .obj/release-shared-mt/moc_qcanvas.o .obj/release-shared-mt/moc_qtable.o .obj/release-shared-mt/moc_qgl.o .obj/release-shared-mt/moc_qsqlquery.o .obj/release-shared-mt/moc_qsqldatabase.o .obj/release-shared-mt/moc_qsqlform.o .obj/release-shared-mt/moc_qsqldriver.o .obj/release-shared-mt/moc_qsqldriverplugin.o .obj/release-shared-mt/moc_qdatatable.o .obj/release-shared-mt/moc_qdataview.o .obj/release-shared-mt/moc_qdatabrowser.o .obj/release-shared-mt/moc_qtextcodecplugin.o .obj/release-shared-mt/moc_qstyleplugin.o .obj/release-shared-mt/moc_qcommonstyle.o .obj/release-shared-mt/moc_qcdestyle.o .obj/release-shared-mt/moc_qmotifplusstyle.o .obj/release-shared-mt/moc_qplatinumstyle.o .obj/release-shared-mt/moc_qsgistyle.o .obj/release-shared-mt/moc_qwindowsstyle.o .obj/release-shared-mt/moc_qmotifstyle.o -L/usr/X11R6/lib -L/usr/X11R6/lib -ldl -lpthread -lmng -ljpeg -lpng -lz -lGL -lXmu -lXi -lXrender -lXrandr -lXcursor -lXinerama -lXft -lfreetype -lfontconfig -lXext -lX11 -lm -lSM -lICE -ldl -lpthread
.obj/release-shared-mt/qapplication_x11.o(.text+0xef82): In function `QSessionManager::QSessionManager[in-charge](QApplication*, QString&, QString&)':
: relocation truncated to fit: R_X86_64_PLT32 x11_ignore_badwindow
.obj/release-shared-mt/qapplication_x11.o(.text+0xef91): In function `QSessionManager::QSessionManager[in-charge](QApplication*, QString&, QString&)':
: relocation truncated to fit: R_X86_64_PLT32 app_gc_tmp
.obj/release-shared-mt/qradiobutton.o(.text+0x511): In function `QRadioButton::drawButton(QPainter*)':
: relocation truncated to fit: R_X86_64_PLT32 QWidget::isActiveWindow() const
/usr/lib/gcc-lib/x86_64-pc-linux-gnu/3.3.3/../../../../x86_64-pc-linux-gnu/bin/ld: .obj/release-shared-mt/qradiobutton.o(.text+0xff00000000000537): reloc against `QWidget::hasFocus() const': error 2
collect2: ld returned 1 exit status
make[1]: *** [../lib/libqt-mt.so.3.2.3] Error 1
make[1]: Leaving directory `/var/tmp/portage/qt-3.2.3-r1/work/qt-x11-free-3.2.3/src'
make: *** [sub-src] Error 2

!!! ERROR: x11-libs/qt-3.2.3-r1 failed.
!!! Function src_compile, Line 109, Exitcode 2
!!! (no error message)
_________________
Athlon 64 3200+, MSI K8T NEO-FIS2R, 1GB RAM, Dual SATA 150GB, GeForce FX 5900
Back to top
View user's profile Send private message
sheepdog
Guru
Guru


Joined: 14 Oct 2002
Posts: 369
Location: Edison Enterprises Inc., Lake Oswego, Oregon, USA

PostPosted: Sat Mar 06, 2004 3:14 pm    Post subject: glibc Reply with quote

I suspect the problem has to do with your use of ACCEPT_KEYWORD="amd64". It is generally not recommended usage because it effects all the ebuilds. If you want an ebuild that is masked you should go into that ebuild and unmask the architecture that you want in the ebuild. This is what I do. In your case you have unmasked glibc-2.3.3_pre20040207-r0 and this is the library that is being used. The library that I have is the one that is unmasked for amd64: glibc-2.3.2-r9. If I were you I would get rid of the ACCEPT_KEYWORDS line in the make.conf and rebuild the compiler chain with the same glibc as mine. I'll bet, as long as you use -fPIC, that will fix it because the problem definitely lies in the compile chain on the machine you are using.

Hope this helps.
Back to top
View user's profile Send private message
gtz
n00b
n00b


Joined: 05 Mar 2004
Posts: 18
Location: Columbus, OH

PostPosted: Sat Mar 06, 2004 4:23 pm    Post subject: Reply with quote

I'm doing that now. I'll report in as soon as it finishes. I'm not really sure how the new glibc got there unless it was from an emerge update. I started my install from stage3.
_________________
Athlon 64 3200+, MSI K8T NEO-FIS2R, 1GB RAM, Dual SATA 150GB, GeForce FX 5900
Back to top
View user's profile Send private message
gtz
n00b
n00b


Joined: 05 Mar 2004
Posts: 18
Location: Columbus, OH

PostPosted: Sat Mar 06, 2004 4:45 pm    Post subject: Reply with quote

I tried to recomple glibc after removing the acceptkeywords statement and I got the following error:

l,--version-script=gconv.map -Wl,-z,combreloc -L/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere -L/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/math -L/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/elf -L/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/dlfcn -L/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/nss -L/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/nis -L/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/rt -L/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/resolv -L/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/crypt -L/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/linuxthreads -Wl,-rpath-link=/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere:/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/math:/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/elf:/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/dlfcn:/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/nss:/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/nis:/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/rt:/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/resolv:/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/crypt:/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/linuxthreads -o /var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/iconvdata/IBM850.so -T /var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/shlib.lds /var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/csu/abi-note.o /var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/iconvdata/ibm850.os /var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/libc.so /var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/libc_nonshared.a
/usr/lib/gcc-lib/x86_64-pc-linux-gnu/3.3.3/crtbeginS.o(.text+0x63): In function `frame_dummy':
: relocation truncated to fit: R_X86_64_PC32 .jcr
collect2: ld returned 1 exit status
make[2]: *** [/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/iconvdata/IBM437.so] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/iconvdata'
make[1]: *** [iconvdata/others] Error 2
make[1]: Leaving directory `/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2'
make: *** [all] Error 2

!!! ERROR: sys-libs/glibc-2.3.2-r9 failed.
!!! Function src_compile, Line 497, Exitcode 2
!!! (no error message)

When you say rebuild the compiler chain, do you mean I should rebuild gcc as well? If so do you think I'd be better off cycling back to a fresh install and start over? I only put the amd64 acceptkeyword after it wouldn't emerge qt the first time and then I ran a emerge --update system and a emerge --update world.

Let me know what you think. If i've made some mistake along the way I'm all for correcting it however it has to be.
_________________
Athlon 64 3200+, MSI K8T NEO-FIS2R, 1GB RAM, Dual SATA 150GB, GeForce FX 5900
Back to top
View user's profile Send private message
sheepdog
Guru
Guru


Joined: 14 Oct 2002
Posts: 369
Location: Edison Enterprises Inc., Lake Oswego, Oregon, USA

PostPosted: Sat Mar 06, 2004 5:29 pm    Post subject: rebuild compiler Reply with quote

I suggest, after you have removed the ACCEPT_KEYWORDS line,

emerge -p gcc
emerge -p glibc binutils coreutils

and confirm what you will get. Here are mine:
    [ebuild R ] sys-devel/gcc-3.3.3
    [ebuild R ] sys-libs/glibc-2.3.2-r9
    [ebuild R ] sys-devel/binutils-2.14.90.0.8-r1
    [ebuild R ] sys-apps/coreutils-5.0.91-r2


When these look right then do
Code:
emerge gcc && emerge glibc binutils coreutils

Then try to emerge Qt again using
Code:
CXX="-O2 -fPIC"
. I think that should work. If not you can always reinstall being careful not to use the ACCEPT_KEYWORDS.
Back to top
View user's profile Send private message
gtz
n00b
n00b


Joined: 05 Mar 2004
Posts: 18
Location: Columbus, OH

PostPosted: Sat Mar 06, 2004 9:38 pm    Post subject: Reply with quote

The gcc recompile failed with

re:/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/math:/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/elf:/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/dlfcn:/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/nss:/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/nis:/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/rt:/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/resolv:/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/crypt:/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/linuxthreads -o /var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/iconvdata/IBM437.so -T /var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/shlib.lds /var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/csu/abi-note.o /var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/iconvdata/ibm437.os /var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/libc.so /var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/libc_nonshared.a
gcc -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux-x86-64.so.2 -Wl,-z,defs -B/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/csu/ -Wl,--version-script=gconv.map -Wl,-z,combreloc -L/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere -L/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/math -L/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/elf -L/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/dlfcn -L/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/nss -L/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/nis -L/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/rt -L/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/resolv -L/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/crypt -L/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/linuxthreads -Wl,-rpath-link=/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere:/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/math:/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/elf:/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/dlfcn:/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/nss:/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/nis:/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/rt:/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/resolv:/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/crypt:/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/linuxthreads -o /var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/iconvdata/IBM850.so -T /var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/shlib.lds /var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/csu/abi-note.o /var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/iconvdata/ibm850.os /var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/libc.so /var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/libc_nonshared.a
/usr/lib/gcc-lib/x86_64-pc-linux-gnu/3.3.3/crtbeginS.o(.text+0x63): In function `frame_dummy':
: relocation truncated to fit: R_X86_64_PC32 .jcr
collect2: ld returned 1 exit status
make[2]: *** [/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/iconvdata/IBM437.so] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/iconvdata'
make[1]: *** [iconvdata/others] Error 2
make[1]: Leaving directory `/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2'
make: *** [all] Error 2

!!! ERROR: sys-libs/glibc-2.3.2-r9 failed.
!!! Function src_compile, Line 497, Exitcode 2
!!! (no error message)
_________________
Athlon 64 3200+, MSI K8T NEO-FIS2R, 1GB RAM, Dual SATA 150GB, GeForce FX 5900
Back to top
View user's profile Send private message
gtz
n00b
n00b


Joined: 05 Mar 2004
Posts: 18
Location: Columbus, OH

PostPosted: Sat Mar 06, 2004 9:39 pm    Post subject: Reply with quote

sorry that was glibc
_________________
Athlon 64 3200+, MSI K8T NEO-FIS2R, 1GB RAM, Dual SATA 150GB, GeForce FX 5900
Back to top
View user's profile Send private message
sheepdog
Guru
Guru


Joined: 14 Oct 2002
Posts: 369
Location: Edison Enterprises Inc., Lake Oswego, Oregon, USA

PostPosted: Sat Mar 06, 2004 10:13 pm    Post subject: reload Reply with quote

You cann't emerge glibc because of the glibc you have. I would reinstall the system from scratch at this point. It may be possible to repair the system by bootstrappnig again to get the right glibc, but I would be worried that such a system would end up in an unpredictable and unstable state. Start again. If you don't use ACCEPT_KEYWORDS you will be alright.
Back to top
View user's profile Send private message
gtz
n00b
n00b


Joined: 05 Mar 2004
Posts: 18
Location: Columbus, OH

PostPosted: Sun Mar 07, 2004 1:48 am    Post subject: Reply with quote

I'll just reinstall, it only takes like 40 minutes. Are there any make.conf recommendations for my reinstall (changes to my existing) that you think should be made?

Also, any preference on which stage I should start from this time around?
_________________
Athlon 64 3200+, MSI K8T NEO-FIS2R, 1GB RAM, Dual SATA 150GB, GeForce FX 5900
Back to top
View user's profile Send private message
sheepdog
Guru
Guru


Joined: 14 Oct 2002
Posts: 369
Location: Edison Enterprises Inc., Lake Oswego, Oregon, USA

PostPosted: Sun Mar 07, 2004 2:01 am    Post subject: make.conf Reply with quote

Except for the CFLAGS and ACCEPT_KEYWORDS previously discussed, I have no other advise on the make.conf.

I installed from stage3 and then recompiled anything that wasn't working well. Don't see why you shouldn't do the same.

Good luck.
Back to top
View user's profile Send private message
gtz
n00b
n00b


Joined: 05 Mar 2004
Posts: 18
Location: Columbus, OH

PostPosted: Mon Mar 08, 2004 2:53 am    Post subject: Reply with quote

I've reinstalled and used stage3. After getting xfree emerged (which went fine) I tried kde. QT failed again with an ld error. (I'm going to retry to post it later and submit a bug report once I get a better idea and I'm sure I'm not just doing something wrong.)

I tried emerging gnome and I get an error emerging gtk.

(I'm typing from another computer as there is no window manager and I'm no adept at copy/paste in bash)

gtk+ emerging error:
x11/.libs/libgdk-x11.a(gdkwindow-x11.o)(.text+0x2d3f): In function 'gdk_window_set_skip_pager_hint':
: relocation truncated to fit: R_X86_64_PC32 .LC29

/usr (abbreivated) /libgdk-x11.a(gdkwindow-x11.o)(.text+0xff00002d46): reloc against '*UND*': error 2

Error x11-libs/gtk+=2.2.4-r1 failed.

I issued the command emerge kde to get the qt failure and emerge gnome to get the gtk+ failure.
_________________
Athlon 64 3200+, MSI K8T NEO-FIS2R, 1GB RAM, Dual SATA 150GB, GeForce FX 5900
Back to top
View user's profile Send private message
sheepdog
Guru
Guru


Joined: 14 Oct 2002
Posts: 369
Location: Edison Enterprises Inc., Lake Oswego, Oregon, USA

PostPosted: Mon Mar 08, 2004 5:30 am    Post subject: Reply with quote

gtz wrote:
QT failed again with an ld error.


Try to address the "ld error" by running "ldconfig". Sometimes that works.

Start by trying to emerge glibc. If that fails nothing else will work reliably either.

I'm at a loss as to why it isn't working. Perhaps there is a kernel setting that I am unaware of that is the cause. Hmm ...
Back to top
View user's profile Send private message
gtz
n00b
n00b


Joined: 05 Mar 2004
Posts: 18
Location: Columbus, OH

PostPosted: Mon Mar 08, 2004 5:13 pm    Post subject: Reply with quote

I'll try the ldconfig settings when I'm back at my desk. If it helps I can post my kernel config later today as well.
_________________
Athlon 64 3200+, MSI K8T NEO-FIS2R, 1GB RAM, Dual SATA 150GB, GeForce FX 5900
Back to top
View user's profile Send private message
gtz
n00b
n00b


Joined: 05 Mar 2004
Posts: 18
Location: Columbus, OH

PostPosted: Tue Mar 09, 2004 9:25 pm    Post subject: Solved and Double-Solved. Reply with quote

After a grueling batch of compile errors it is finally working. As it turns out there is nothing wrong with my settings. Here the deal, my motherboard has 3 ram sockets. I have 3 PC3200 sticks of 512 approved by msi memory in there. That makes the ram run at 333 since to run in 400 mode it must be paired. I took one stick out, went down to 1gb of ram, and everthing works beautifully!

I didn't see anything about this in any of the posts I've read, although I'm sure I probably didn't read a 1/4 of the total posts out there, so just keep this type of solution in mind as you are troubleshooting your way out there problem.

Thanks to all who gave me help!
_________________
Athlon 64 3200+, MSI K8T NEO-FIS2R, 1GB RAM, Dual SATA 150GB, GeForce FX 5900
Back to top
View user's profile Send private message
sheepdog
Guru
Guru


Joined: 14 Oct 2002
Posts: 369
Location: Edison Enterprises Inc., Lake Oswego, Oregon, USA

PostPosted: Tue Mar 09, 2004 10:41 pm    Post subject: motherboard Reply with quote

With a motherboard as flakey as that I would be very surprised if that is all the problems you will have with it. Having myself just finished dealing with a bad motherboard I recommend you change motherboards now. It will save you a lot of pain later. That is assuming the problem isn't a bad stick of RAM, which you removed.
Back to top
View user's profile Send private message
gtz
n00b
n00b


Joined: 05 Mar 2004
Posts: 18
Location: Columbus, OH

PostPosted: Tue Mar 09, 2004 11:14 pm    Post subject: Reply with quote

Since I've changed the ram configuration everything (Gentoo64, WinXP64, WinXP32) all run perfectly. I have to assume something is flakey in the mem and just wasn't being caught.
_________________
Athlon 64 3200+, MSI K8T NEO-FIS2R, 1GB RAM, Dual SATA 150GB, GeForce FX 5900
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on AMD64 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