Linux - SoftwareThis 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
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
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
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.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.