LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   something wrong with kde install on gentoo (https://www.linuxquestions.org/questions/linux-software-2/something-wrong-with-kde-install-on-gentoo-108122/)

coldy 10-24-2003 05:03 PM

something wrong with kde install on gentoo
 
This is my first install of Gentoo Linux and when everything goes to the end, I tried to install kde. After
Code:

# emerge kde
it goes to download and install it, but the electricity stopped for a while at the moment that my PC compiled qt. So next time that I started the PC and tried to compile kde it print me this error

Quote:

== cut ==

-DQT_NO_STYLE_INTERLACE -DQT_NO_STYLE_WINDOWSXP -DQT_NO_STYLE_COMPACT
-I/var/tmp/portage/qt-3.1.2-r4/work/qt-x11-free-3.1.2/mkspecs/linux-g++ -I.
-I/usr/include/freetype2 -I../include -I/usr/X11R6/include -I/usr/X11R6/include
-I.moc/release-shared-mt/ -o .obj/release-shared-mt/qrichtext_p.o kernel/qrichtext_p.cpp
g++: Internal error: Terminated (program cc1plus)
Please submit a full bug report.
See <URL:http://bugs.gentoo.org/> for instructions.
{standard input}: Assembler messages:
{standard input}:18547: Warning: end of file not at end of a line; newline inserted
{standard input}:18777: Error: bad register name `%'
make[1]: *** [.obj/release-shared-mt/qrichtext.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/var/tmp/portage/qt-3.1.2-r4/work/qt-x11-free-3.1.2/src'
make: *** [sub-src] Error 2
!!! ERROR: x11-libs/qt-3.1.2-r4 failed.
!!! Function src_compile, Line 112, Exitcode 2
!!! (no error message)

== cut ==
I tried with
Code:

# emerge -e kde
too, but every time that I try is the same error. Can I do something to solve the problem? Thanks in advance

crashmeister 10-24-2003 05:43 PM

Try to emerge something else,small - emerge nano and post the error message if any.

linksocc 10-24-2003 06:13 PM

try to unmerge qt "emerge unmerge qt" them emerge kde again

coldy 10-25-2003 01:48 AM

qt isn't fully installed
Quote:

office root # emerge unmerge qt

!!! Couldn't find match for qt

>>> unmerge: No packages selected for removal.

linksocc 10-25-2003 02:01 AM

then install qt again and see if it works "emerge qt"

coldy 10-27-2003 01:56 AM

thanks for the replays friends, this is the error code when I type emerge qt
Code:

g++ -c -pipe -fno-exceptions -Wall -W -O2 -D_REENTRANT
 -fPIC -DQT_SHARED -DQT_TABLET_SUPPORT
-DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_THREAD_SUPPORT -D_LARGEFILE_SOURCE -
D_FILE_OFFSET_BITS=64 -DQT_BUILTIN_GIF_READER=1 -
DQT_NO_STYLE_MAC -DQT_NO_STYLE_AQUA -
DQT_NO_STYLE_INTERLACE -DQT_NO_STYLE_WINDOWSXP -
DQT_NO_STYLE_COMPACT -I/var/tmp/portage/qt-3.1.2-
r4/work/qt-x11-free-3.1.2/mkspecs/linux-g++ -I. -
I/usr/include/freetype2 -I../include -I/usr/X11R6/include -I/usr/X11R6/include
-I.moc/release-shared-mt/ -o .obj/release-
shared-mt/qrichtext_p.o kernel/qrichtext_p.cpp
g++: Internal error: Terminated (program cc1plus)
Please submit a full bug report.
See <URL:http://bugs.gentoo.org/> for instructions.
{standard input}: Assembler messages:
{standard input}:18547: Warning: end of file not at end of a line; newline inserted
{standard input}:18777: Error: bad register name `%'
make[1]: *** [.obj/release-shared-mt/qrichtext.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/var/tmp/portage/qt-3.1.2-r4/work/qt-x11-free-3.1.2/src'
make: *** [sub-src] Error 2

!!! ERROR: x11-libs/qt-3.1.2-r4 failed.
!!! Function src_compile, Line 112, Exitcode 2
!!! (no error message)

Edit: Did you look, the same error when I type "emerge kde" ot "emerge qt", did I need to reinstall :confused:

crashmeister 10-27-2003 02:42 AM

Do yourself a favor and emerge something else and see if your compiler works at all.
While compiling check if it uses g++ or gcc.
From 'g++ internal error' I kind of get the idea that your compiler might be hosed.

coldy 10-27-2003 06:18 AM

when I tried to install centericq the PC sticked up :/ I'll reinstall it, thanks to all for the help!

crashmeister 10-27-2003 06:46 AM

You could get a precompiled gcc package from gentoo and see if that works.If it does just use it to emerge gcc again.


All times are GMT -5. The time now is 01:05 PM.