Because of the previous compilation of kde crussed (during first instalation) I made emerge -depclean kde and next emerge --usepkg kde > emerge_usepkg_kde The following files I enclosed here 1. emerge_usepkg_kde 2. my_emerge_info 3 The compilation was terminated with the folowing trace on thwe screen ...(the rest was not visible on the screen) In file included from /usr/qt/3/include/qobject.h:45, from /usr/qt/3/include/qwidget.h:43, from /usr/qt/3/include/qdialog.h:42, from /usr/qt/3/include/kdialog.h:26, from yahooadd.cpp:1: /usr/qt/3/include/qevent.h:307: international compiler error: Segmenmtation fault Please send a full bug report, with preprocessed source if available if appropriate. See <URL... bug.gentoo ... for instruction The bug is not reproduciable, so it is likely a hardwere or OS problem make[5] *** [yahooadd.lo] Error 1 make[4] *** [all-recursive] Error 1 ...(ibid) make: *** [all] Error 2 !!! ERROR: kde-base/kdenetwork-3.2.2 failed ... Reproducible: Didn't try Steps to Reproduce: here you are two files: /etc/rc.conf and /etc/profile # /etc/rc.conf: Global startup script configuration settings # $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/rc.conf,v 1.22 2003/10/21 06:09:42 vapier Exp $ # Use KEYMAP to specify the default console keymap. There is a complete tree # of keymaps in /usr/share/keymaps to choose from. This setting is used by the # /etc/init.d/keymaps script. KEYMAP="pl2" # Should we first load the 'windowkeys' console keymap? Most x86 users will # say "yes" here. Note that non-x86 users should leave it as "no". SET_WINDOWKEYS="no" # The maps to load for extended keyboards. Most users will leave this as is. EXTENDED_KEYMAPS= #EXTENDED_KEYMAPS="backspace keypad" # CONSOLEFONT specifies the default font that you'd like Linux to use on the # console. You can find a good selection of fonts in /usr/share/consolefonts; # you shouldn't specify the trailing ".psf.gz", just the font name below. # To use the default console font, comment out the CONSOLEFONT setting below. # This setting is used by the /etc/init.d/consolefont script (NOTE: if you do # not want to use it, run "rc-update del consolefont" as root). CONSOLEFONT="lat2a-16" # CONSOLETRANSALTION is the charset map file to use. Leave commented to use # the default one. Have a look in /usr/share/consoletrans for a selection of # map files you can use. #CONSOLETRANSLATION="8859-1_to_uni" # Set CLOCK to "UTC" if your system clock is set to UTC (also known as # Greenwich Mean Time). If your clock is set to the local time, then set CLOCK # to "local". This setting is used by the /etc/init.d/clock script. CLOCK="pl" # Set EDITOR to your preferred editor. #EDITOR="/bin/nano" #EDITOR="/usr/bin/vim" EDITOR="/usr/bin/emacs" # Set PROTOCOLS to the protocols that you plan to use. Gentoo Linux will only # enable module auto-loading for these protocols, eliminating annoying module # not found errors. # # NOTE: Do NOT uncomment the next lines, but add them to 'PROTOCOLS=...' line!! # # Num Protocol # 1: Unix # 2: IPv4 # 3: Amateur Radio AX.25 # 4: IPX # 5: DDP / appletalk # 6: Amateur Radio NET/ROM # 9: X.25 # 10: IPv6 # 11: ROSE / Amateur Radio X.25 PLP # 19: Acorn Econet # Most users want this: PROTOCOLS="1 2" #For IPv6 support: #PROTOCOLS="1 2 10" # What display manager do you use ? [ xdm | gdm | kdm | entrance ] #DISPLAYMANAGER="xdm" # XSESSION is a new variable to control what window manager to start # default with X if run with xdm, startx or xinit. The default behavior # is to look in /etc/X11/Sessions/ and run the script in matching the # value that XSESSION is set to. The support scripts is smart enouth to # look in all bin directories if it cant find a match in /etc/X11/Sessions/, # so setting it to "enligtenment" can also work. This is basically used # as a way for the system admin to configure a default system wide WM, # allthough it will work if the user export XSESSION in his .bash_profile, etc. # # NOTE: 1) this behaviour is overridden when a ~/.xinitrc exists, and startx # is called. # 2) even if a ~/.xsession exist, if XSESSION can be resolved, it will # be executed rather than ~/.xsession, else KDM breaks ... # # Defaults depending on what you install currently include: # # Gnome - will start gnome-session # kde-<version> - will start startkde (ex: kde-3.0.2) # Xsession - will start a terminal and a few other nice apps #XSESSION="kde-3.0.2" --------------------------------------------------- # /etc/profile: # $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/profile,v 1.23 2003/04/29 21:23:18 azarah Exp $ if [ -e "/etc/profile.env" ] then . /etc/profile.env fi # 077 would be more secure, but 022 is generally quite realistic umask 022 if [ `/usr/bin/whoami` = 'root' ] then # Do not set PS1 for dumb terminals if [ "$TERM" != 'dumb' ] && [ -n "$BASH" ] then export PS1='\[\033[01;31m\]\h \[\033[01;34m\]\W \$ \[\033[00m\]' fi export PATH="/bin:/sbin:/usr/bin:/usr/sbin:${ROOTPATH}" else # Do not set PS1 for dumb terminals if [ "$TERM" != 'dumb' ] && [ -n "$BASH" ] then export PS1='\[\033[01;32m\]\u@\h \[\033[01;34m\]\W \$ \[\033[00m\]' fi export PATH="/bin:/usr/bin:${PATH}" fi unset ROOTPATH if [ -z "$INPUTRC" -a ! -f "$HOME/.inputrc" ] then export INPUTRC="/etc/inputrc" fi # Extract the value of EDITOR [ -z "$EDITOR" ] && EDITOR="`. /etc/rc.conf 2>/dev/null; echo $EDITOR`" [ -z "$EDITOR" ] && EDITOR="`. /etc/conf.d/basic 2>/dev/null; echo $EDITOR`" [ -z "$EDITOR" ] && EDITOR="/bin/nano" export EDITOR #Przepis na polski export LANGUAGE=48 export LANG=pl export LC_ALL=pl_PL export LESSCHARSET=latin1 Expected Results: What should I do now? I am new in gentoo. This is my first instalation, which works good in text mode, but I have permanent problem with the KDE instalation (2 try) Gentoo Base System version 1.4.10 Portage 2.0.50-r7 (default-x86-2004.0, gcc-3.3.2, glibc-2.3.2-r9, 2.4.26) ================================================================= System uname: 2.4.26 i686 Intel(R) Pentium(R) 4 CPU 1.80GHz Autoconf: sys-devel/autoconf-2.59-r3 Automake: sys-devel/automake-1.8.3 ACCEPT_KEYWORDS="x86" AUTOCLEAN="yes" CFLAGS="-O2 -march=pentium4 -pipe" CHOST="i686-pc-linux-gnu" COMPILER="gcc3" CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control" CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" CXXFLAGS="-O2 -march=pentium4 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="autoaddcvs ccache sandbox" GENTOO_MIRRORS="ftp://mirrors.sec.informatik.tu-darmstadt.de/gentoo http://src.gentoo.pl http://gentoo.prz.rzeszow.pl http://ftp.du.se/pub/os/gentoo" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X apm arts avi berkdb cdr crypt cups dvd encode foomaticdb gdbm gif gnome gphoto2 gpm gtk gtk2 imlib jpeg kde kerberos leim libg++ libwww mad mikmod motif mozilla mpeg mule ncurses nls oggvorbis opengl oss pam pdflib perl plotutils png python qt quicktime readline scanner sdl slang spell ssl svga tcpd tetex tiff truetype usb wmf x86 xml2 xmms xv zlib"
grp issue I guess
internal compiler error isn't a bug we can do much about.
uhm, we just package stuff for GRP. We don't handle bugs in the specific packages. i would recommend closing it if it is a segfault, since those are mostly hardware related.
Yep. Can't do anything about bad hardware.