Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ICE compiling Konqueror
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
alexmaz
n00b
n00b


Joined: 07 Jul 2002
Posts: 35
Location: Milano - Italia

PostPosted: Thu Oct 10, 2002 11:53 pm    Post subject: Reply with quote

my error...

Code:

make[3]: Entering directory `/var/tmp/portage/kdebase-3.0.4/work/kdebase-3.0.4/konqueror/listview'
/usr/qt/3/bin/moc ./konq_listview.h -o konq_listview.moc
/usr/qt/3/bin/moc ./konq_listviewwidget.h -o konq_listviewwidget.moc
/usr/qt/3/bin/moc ./konq_treeviewwidget.h -o konq_treeviewwidget.moc
/usr/qt/3/bin/moc ./konq_textviewwidget.h -o konq_textviewwidget.moc
creating konq_listview_la_meta_unload.cc
creating konq_listview_la.all_cc.cc ...
/bin/sh ../../libtool --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libkonq -I../../konqueror -I/usr/kde/3/include -I/usr/qt/3/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT  -DNDEBUG -DNO_DEBUG -O2 -march=i686 -O3 -pipe -fno-exceptions -fno-check-new -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST  -c -o konq_listview_la.all_cc.lo `test -f konq_listview_la.all_cc.cc || echo './'`konq_listview_la.all_cc.cc
mkdir .libs
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libkonq -I../../konqueror -I/usr/kde/3/include -I/usr/qt/3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -DNDEBUG -DNO_DEBUG -O2 -march=i686 -O3 -pipe -fno-exceptions -fno-check-new -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST -c konq_listview_la.all_cc.cc  -fPIC -DPIC -o .libs/konq_listview_la.all_cc.o
In file included from /usr/kde/3/include/kparts/browserextension.h:31,
                 from konq_listview.h:23,
                 from konq_listview.cc:20,
                 from konq_listview_la.all_cc.cc:2:
/usr/kde/3/include/kparts/part.h:246: Internal compiler error.
/usr/kde/3/include/kparts/part.h:246: Please submit a full bug report.
/usr/kde/3/include/kparts/part.h:246: See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
cpp0: output pipe has been closed
make[3]: *** [konq_listview_la.all_cc.lo] Error 1
make[3]: Leaving directory `/var/tmp/portage/kdebase-3.0.4/work/kdebase-3.0.4/konqueror/listview'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kdebase-3.0.4/work/kdebase-3.0.4/konqueror'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdebase-3.0.4/work/kdebase-3.0.4'
make: *** [all] Error 2

!!! ERROR: The ebuild did not complete successfully.
!!! Function kde_src_compile, Line -6648, Exitcode 2
!!! died running emake, kde_src_compile:make

root@gentoo Fri Oct 11@01:45:37/home/alex#

_________________
Italy rejects war as an instrument of aggression against the freedoms of others peoples and as a means for settling international controversies
Back to top
View user's profile Send private message
rac
Bodhisattva
Bodhisattva


Joined: 30 May 2002
Posts: 6553
Location: Japanifornia

PostPosted: Fri Oct 11, 2002 12:15 am    Post subject: Reply with quote

This post originally appeared want to update world, but fails: kde-base/kdelibs-3.0.4.
_________________
For every higher wall, there is a taller ladder
Back to top
View user's profile Send private message
alexmaz
n00b
n00b


Joined: 07 Jul 2002
Posts: 35
Location: Milano - Italia

PostPosted: Sun Oct 13, 2002 10:16 pm    Post subject: Reply with quote

every time that I try to compile kde-base I receive an ICE on a different part of it... this time:

Code:

Internal compiler error.
/usr/qt/3/include/qmap.h:747: Please submit a full bug report.
/usr/qt/3/include/qmap.h:747: See <URL:http://www.gnu.org/software/gcc/bugs.html
> for instructions.
cpp0: output pipe has been closed
make[3]: *** [konq_popupmenu.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: *** Waiting for unfinished jobs....
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/var/tmp/portage/kdebase-3.0.4/work/kdebase-3.0.4/li
bkonq'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kdebase-3.0.4/work/kdebase-3.0.4/li
bkonq'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdebase-3.0.4/work/kdebase-3.0.4'
make: *** [all] Error 2

!!! ERROR: The ebuild did not complete successfully.
!!! Function kde_src_compile, Line -6648, Exitcode 2
!!! died running emake, kde_src_compile:make



solutions?
_________________
Italy rejects war as an instrument of aggression against the freedoms of others peoples and as a means for settling international controversies
Back to top
View user's profile Send private message
rac
Bodhisattva
Bodhisattva


Joined: 30 May 2002
Posts: 6553
Location: Japanifornia

PostPosted: Sun Oct 13, 2002 10:26 pm    Post subject: Reply with quote

If it's in a different part each time, it's almost certainly a hardware problem. Can you try swapping the RAM from some other machine, to start? Other things to try are underclocking your CPU, making BIOS RAM timings more conservative, checking your CPU cooling.
_________________
For every higher wall, there is a taller ladder
Back to top
View user's profile Send private message
alexmaz
n00b
n00b


Joined: 07 Jul 2002
Posts: 35
Location: Milano - Italia

PostPosted: Sun Oct 13, 2002 10:48 pm    Post subject: Reply with quote

The problem appear only with kde-3.0.4... last week I compiled without problem kde 3.0.3, gnome 2.0.2, and also today I compiled somo software, including a new kernel...
_________________
Italy rejects war as an instrument of aggression against the freedoms of others peoples and as a means for settling international controversies
Back to top
View user's profile Send private message
rac
Bodhisattva
Bodhisattva


Joined: 30 May 2002
Posts: 6553
Location: Japanifornia

PostPosted: Sun Oct 13, 2002 10:57 pm    Post subject: Reply with quote

OK, well how about trying changing from -O3 to -O2?
_________________
For every higher wall, there is a taller ladder
Back to top
View user's profile Send private message
alexmaz
n00b
n00b


Joined: 07 Jul 2002
Posts: 35
Location: Milano - Italia

PostPosted: Sun Oct 13, 2002 11:04 pm    Post subject: Reply with quote

ok, I'll try in some minutes, I'm compiling Mozilla 1.1 :D
_________________
Italy rejects war as an instrument of aggression against the freedoms of others peoples and as a means for settling international controversies
Back to top
View user's profile Send private message
alexmaz
n00b
n00b


Joined: 07 Jul 2002
Posts: 35
Location: Milano - Italia

PostPosted: Sun Oct 13, 2002 11:42 pm    Post subject: Reply with quote

I'm not lucky... with O2 I didn't receive an ICE but this:

Code:

g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -I/usr/kde/3/include -I/usr/qt/3/include -I/usr/X11R6/include -DQT_NO_CAST_ASCII -DQT_THREAD_SUPPORT -D_REENTRANT -DNDEBUG -DNO_DEBUG -O2 -march=i686 -O2 -pipe -fno-exceptions -fno-check-new -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST -c kfmclient_la.all_cc.cc  -fPIC -DPIC -o .libs/kfmclient_la.all_cc.o
{standard input}: Assembler messages:
{standard input}:2673: Error: invalid character '@' in mnemonic
make[3]: *** [kfmclient_la.all_cc.lo] Error 1
make[3]: Leaving directory `/var/tmp/portage/kdebase-3.0.4/work/kdebase-3.0.4/konqueror/client'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kdebase-3.0.4/work/kdebase-3.0.4/konqueror'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdebase-3.0.4/work/kdebase-3.0.4'
make: *** [all] Error 2

!!! ERROR: The ebuild did not complete successfully.
!!! Function kde_src_compile, Line -6648, Exitcode 2
!!! died running emake, kde_src_compile:make


_________________
Italy rejects war as an instrument of aggression against the freedoms of others peoples and as a means for settling international controversies
Back to top
View user's profile Send private message
alexmaz
n00b
n00b


Joined: 07 Jul 2002
Posts: 35
Location: Milano - Italia

PostPosted: Thu Oct 31, 2002 7:52 pm    Post subject: Reply with quote

finally, it was a motherboard problem...

bye :)
_________________
Italy rejects war as an instrument of aggression against the freedoms of others peoples and as a means for settling international controversies
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
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