View previous topic :: View next topic |
Author |
Message |
prabhakar n00b
Joined: 14 Apr 2002 Posts: 12
|
Posted: Sun Apr 21, 2002 2:14 pm Post subject: Compile errors for kdelibs |
|
|
All:
I am getting the following error message when I try to emerge kde I have a brand new install of 1.1a):
------------------------------------------------------------------------------------------------------
`_KDE_IceGetPaValidAuthIndices' from incompatible pointer type
libtool: link: warning: `-version-info' is ignored for
programs
libtool: link: warning: `-version-info' is ignored for
programs
./kgenericfactory.h:0: Warning: No relevant classes found. No
output generated.
In file included from libkdecore_la.all_cpp.cpp:23:
kcharsets.cpp:420: warning: #warning FIXME?
cpp0: output pipe has been closed
g++: Internal compiler error: program cc1plus got fatal signal
15
{standard input}: Assembler messages:
{standard input}:278250: Warning: end of file not at end of a
line; newline inserted
{standard input}:278815: Error: suffix or operands invalid for
`mov'
make[3]: *** [libkdecore_la.all_cpp.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
------------------------------------------------------------------------------------------------------
Any info or pointers appreciated.
thanks
prabhakar |
|
Back to top |
|
|
prabhakar n00b
Joined: 14 Apr 2002 Posts: 12
|
Posted: Mon Apr 22, 2002 3:20 pm Post subject: |
|
|
SOLVED. There was problem with the swap getting mounted as part of my fstab. Once I fixed that, several hours later, had the new KDE3 !!!
prabhakar |
|
Back to top |
|
|
Guest
|
Posted: Mon Apr 22, 2002 4:32 pm Post subject: |
|
|
This problem happened to me too! I was looking at "top" and wondering why I was getting these "out of memory, process killed" errors in my kern.log. "top" reported that I had no swap space, so I started doing some mkswap and swapon action, and then things got better. (not all the way better, but better. )
I wonder what step I missed to not have the swap working correctly... |
|
Back to top |
|
|
prabhakar n00b
Joined: 14 Apr 2002 Posts: 12
|
Posted: Mon Apr 22, 2002 4:39 pm Post subject: |
|
|
You need to make sure that your /etc/fstab is setup correctly. The /dev/BOOT, /dev/ROOT and /dev/SWAP entries should point to the right partitions.
-prabhakar |
|
Back to top |
|
|
|