LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-24-2003, 05:03 PM   #1
coldy
Member
 
Registered: Nov 2002
Distribution: Debian GNU/Linux, Gentoo
Posts: 75

Rep: Reputation: 15
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
 
Old 10-24-2003, 05:43 PM   #2
crashmeister
Senior Member
 
Registered: Feb 2002
Distribution: t2 - trying to anyway
Posts: 2,541

Rep: Reputation: 47
Try to emerge something else,small - emerge nano and post the error message if any.
 
Old 10-24-2003, 06:13 PM   #3
linksocc
Member
 
Registered: Jul 2003
Location: US
Distribution: Mandrake 9.0 1st/9.1 2nd/Gentoo 1.4 now
Posts: 313

Rep: Reputation: 30
try to unmerge qt "emerge unmerge qt" them emerge kde again
 
Old 10-25-2003, 01:48 AM   #4
coldy
Member
 
Registered: Nov 2002
Distribution: Debian GNU/Linux, Gentoo
Posts: 75

Original Poster
Rep: Reputation: 15
qt isn't fully installed
Quote:
office root # emerge unmerge qt

!!! Couldn't find match for qt

>>> unmerge: No packages selected for removal.
 
Old 10-25-2003, 02:01 AM   #5
linksocc
Member
 
Registered: Jul 2003
Location: US
Distribution: Mandrake 9.0 1st/9.1 2nd/Gentoo 1.4 now
Posts: 313

Rep: Reputation: 30
then install qt again and see if it works "emerge qt"
 
Old 10-27-2003, 01:56 AM   #6
coldy
Member
 
Registered: Nov 2002
Distribution: Debian GNU/Linux, Gentoo
Posts: 75

Original Poster
Rep: Reputation: 15
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

Last edited by coldy; 10-27-2003 at 02:03 AM.
 
Old 10-27-2003, 02:42 AM   #7
crashmeister
Senior Member
 
Registered: Feb 2002
Distribution: t2 - trying to anyway
Posts: 2,541

Rep: Reputation: 47
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.
 
Old 10-27-2003, 06:18 AM   #8
coldy
Member
 
Registered: Nov 2002
Distribution: Debian GNU/Linux, Gentoo
Posts: 75

Original Poster
Rep: Reputation: 15
when I tried to install centericq the PC sticked up :/ I'll reinstall it, thanks to all for the help!
 
Old 10-27-2003, 06:46 AM   #9
crashmeister
Senior Member
 
Registered: Feb 2002
Distribution: t2 - trying to anyway
Posts: 2,541

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


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
wrong to install kernel-image, kde and gnome Mathsniper Linux - Newbie 2 02-22-2005 08:32 AM
Install KDE 3.2 on gentoo Wags Linux - Newbie 5 02-25-2004 08:20 AM
Gentoo install - bootloader won't load. What's wrong? BrianK Linux - General 7 01-20-2004 01:28 PM
KDE libs install gone wrong? uglydot Linux - Software 5 06-23-2003 07:03 PM
don't install gentoo with kde crashmeister Linux - Distributions 8 11-07-2002 12:30 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration