Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 109539 - kile segmentation fault on compile
Summary: kile segmentation fault on compile
Status: RESOLVED DUPLICATE of bug 20600
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-17 01:47 UTC by Alistair Bush (RETIRED)
Modified: 2005-10-17 05:47 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Compiler Output (ccHziPmF.out,402.06 KB, text/plain)
2005-10-17 01:51 UTC, Alistair Bush (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alistair Bush (RETIRED) gentoo-dev 2005-10-17 01:47:31 UTC
when compile kile it stops soon after compulation finished with a seg fault

Reproducible: Always
Steps to Reproduce:
1.  emerge kile
2.
3.

Actual Results:  
>>> emerge (1 of 1) app-editors/kile-1.8.1-r1 to /
>>> md5 files   ;-) kile-1.8.1-r1.ebuild
>>> md5 files   ;-) files/digest-kile-1.8.1-r1
>>> md5 src_uri ;-) kile-1.8.1.tar.bz2
>>> Unpacking source...
>>> Unpacking kile-1.8.1.tar.bz2 to /var/tmp/portage/kile-1.8.1-r1/work
>>> Source unpacked.
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip
checking for kde-config... /usr/kde/3.4/bin/kde-config
checking where to install... /usr (as requested)
checking for style of include used by make... GNU
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
checking for x86_64-pc-linux-gnu-gcc option to accept ANSI C... none needed
checking dependency style of x86_64-pc-linux-gnu-gcc... none
checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++
checking whether we are using the GNU C++ compiler... yes
checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes
checking dependency style of x86_64-pc-linux-gnu-g++... none
checking whether x86_64-pc-linux-gnu-gcc is blacklisted... no
checking whether x86_64-pc-linux-gnu-g++ supports -Wmissing-format-attribute...
yes
checking whether x86_64-pc-linux-gnu-gcc supports -Wmissing-format-attribute...
yes
checking whether x86_64-pc-linux-gnu-g++ supports -Wundef... yes
checking whether x86_64-pc-linux-gnu-g++ supports -Wno-long-long... yes
checking whether x86_64-pc-linux-gnu-g++ supports -Wnon-virtual-dtor... yes
checking whether x86_64-pc-linux-gnu-g++ supports -fno-exceptions... yes
checking whether x86_64-pc-linux-gnu-g++ supports -fno-check-new... yes
checking whether x86_64-pc-linux-gnu-g++ supports -fno-common... yes
checking whether x86_64-pc-linux-gnu-g++ supports -fexceptions... yes
checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E
checking whether x86_64-pc-linux-gnu-g++ supports -O0... yes
checking whether x86_64-pc-linux-gnu-g++ supports -Wl,--no-undefined... yes
checking whether x86_64-pc-linux-gnu-g++ supports -Wl,--allow-shlib-undefined...
 yes
using lib directory suffix 64
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/
ld
checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/x86_64-pc-linux-gnu-nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for x86_64-pc-linux-gnu-g77... x86_64-pc-linux-gnu-g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether x86_64-pc-linux-gnu-g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/x86_64-pc-linux-gnu-nm -B output from x86_64-
pc-linux-gnu-gcc object... ok
checking for objdir... .libs
checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
checking for x86_64-pc-linux-gnu-strip... (cached) x86_64-pc-linux-gnu-strip
checking if x86_64-pc-linux-gnu-gcc static flag  works... yes
checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC
checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC works... yes
checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes
checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bi
n/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by x86_64-pc-linux-gnu-g++... /usr/x86_64-pc-linux-gnu/bin/
ld -m elf_x86_64
checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld
... yes
checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bi
n/ld -m elf_x86_64) supports shared libraries... yes
checking for x86_64-pc-linux-gnu-g++ option to produce PIC... -fPIC
checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC works... yes
checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... yes
checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bi
n/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) no
checking for dlopen in -ldl... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for x86_64-pc-linux-gnu-g77 option to produce PIC... -fPIC
checking if x86_64-pc-linux-gnu-g77 PIC flag -fPIC works... yes
checking if x86_64-pc-linux-gnu-g77 supports -c -o file.o... yes
checking whether the x86_64-pc-linux-gnu-g77 linker (/usr/x86_64-pc-linux-gnu/bi
n/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/gmsgfmt
checking for xgettext... /usr/bin/xgettext
checking if C++ programs can be compiled... yes
checking for strlcat... no
checking if strlcat needs custom prototype... yes - in libkdefakes
checking for strlcpy... no
checking if strlcpy needs custom prototype... yes - in libkdefakes
checking for main in -lutil... yes
checking for main in -lcompat... no
checking for crypt in -lcrypt... yes
checking for socklen_t... yes
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for inet_ntoa... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for sys/types.h... (cached) yes
checking for stdint.h... (cached) yes
checking sys/bitypes.h usability... yes
checking sys/bitypes.h presence... yes
checking for sys/bitypes.h... yes
checking for poll in -lpoll... no
checking Carbon/Carbon.h usability... no
checking Carbon/Carbon.h presence... no
checking for Carbon/Carbon.h... no
checking CoreAudio/CoreAudio.h usability... no
checking CoreAudio/CoreAudio.h presence... no
checking for CoreAudio/CoreAudio.h... no
checking if res_init needs -lresolv... yes
checking for res_init... yes
checking if res_init needs custom prototype... no
checking for killpg in -lucb... no
checking for int... yes
checking size of int... 4
checking for short... yes
checking size of short... 2
checking for long... yes
checking size of long... 8
checking for char *... yes
checking size of char *... 8
checking for dlopen in -ldl... (cached) yes
checking for shl_unload in -ldld... no
checking for size_t... yes
checking size of size_t... 8
checking for unsigned long... yes
checking size of unsigned long... 8
checking sizeof size_t == sizeof unsigned long... yes
checking crt_externs.h usability... no
checking crt_externs.h presence... no
checking for crt_externs.h... no
checking for _NSGetEnviron... no
checking for vsnprintf... yes
checking for snprintf... yes
checking for X... libraries /usr/lib64, headers .
checking for IceConnectionNumber in -lICE... yes
checking for libXext... yes
checking for pthread_create in -lpthread... yes
checking for extra includes... no
checking for extra libs... no
checking for libz... -lz
checking for libpng... -lpng -lz -lm
checking for libjpeg6b... no
checking for libjpeg... -ljpeg
checking for perl... /usr/bin/perl
checking for Qt... libraries /usr/qt/3/lib64, headers /usr/qt/3/include using -m
t
checking for moc... /usr/qt/3/bin/moc
checking for uic... /usr/qt/3/bin/uic
checking whether uic supports -L ... yes
checking whether uic supports -nounload ... yes
checking if Qt needs -ljpeg... no
checking for rpath... yes
checking for KDE... libraries /usr/kde/3.4/lib64, headers /usr/kde/3.4/include
checking if UIC has KDE plugins available... yes
checking for KDE paths... defaults
checking for dcopidl... /usr/kde/3.4/bin/dcopidl
checking for dcopidl2cpp... /usr/kde/3.4/bin/dcopidl2cpp
checking for mcopidl... /usr/kde/3.4/bin/mcopidl
checking for artsc-config... /usr/kde/3.4/bin/artsc-config
checking for meinproc... /usr/kde/3.4/bin/meinproc
checking for kconfig_compiler... /usr/kde/3.4/bin/kconfig_compiler
checking for dcopidlng... /usr/kde/3.4/bin/dcopidlng
checking for xmllint... /usr/bin/xmllint
checking for Qt docs... /usr/qt/3/doc/html
checking for dot... /usr/bin/dot
checking for doxygen... /usr/bin/doxygen
checking if doc should be compiled... yes
checking if src should be compiled... yes
checking if translations should be compiled... yes
configure: creating ./config.status
fast creating Makefile
fast creating doc/Makefile
fast creating src/Makefile
fast creating src/kile/Makefile
fast creating src/kile/complete/Makefile
fast creating src/kile/complete/abbreviation/Makefile
fast creating src/kile/complete/dictionary/Makefile
fast creating src/kile/complete/tex/Makefile
fast creating src/kile/encodings/Makefile
fast creating src/kile/help/Makefile
fast creating src/kile/icons/Makefile
fast creating src/kile/icons/actions/Makefile
fast creating src/kile/pics/Makefile
fast creating src/kile/symbols/Makefile
fast creating src/kile/syntax/Makefile
fast creating src/kile/templates/Makefile
fast creating src/kile/test/Makefile
fast creating translations/Makefile
fast creating translations/da/Makefile
fast creating translations/da/doc/Makefile
fast creating translations/da/messages/Makefile
fast creating translations/en_GB/Makefile
fast creating translations/en_GB/messages/Makefile
fast creating translations/es/Makefile
fast creating translations/es/messages/Makefile
fast creating translations/et/Makefile
fast creating translations/et/doc/Makefile
fast creating translations/et/messages/Makefile
fast creating translations/fi/Makefile
fast creating translations/fi/messages/Makefile
fast creating translations/fr/Makefile
fast creating translations/fr/messages/Makefile
fast creating translations/it/Makefile
fast creating translations/it/doc/Makefile
fast creating translations/it/messages/Makefile
fast creating translations/nl/Makefile
fast creating translations/nl/doc/Makefile
fast creating translations/nl/messages/Makefile
fast creating translations/pt/Makefile
fast creating translations/pt/doc/Makefile
fast creating translations/pt/messages/Makefile
fast creating translations/pt_BR/Makefile
fast creating translations/pt_BR/messages/Makefile
fast creating translations/sr/Makefile
fast creating translations/sr/messages/Makefile
fast creating translations/sr@Latn/Makefile
fast creating translations/sr@Latn/messages/Makefile
fast creating translations/sv/Makefile
fast creating translations/sv/doc/Makefile
fast creating translations/sv/messages/Makefile
fast creating translations/ta/Makefile
fast creating translations/ta/messages/Makefile
config.pl: fast created 52 file(s).
config.status: creating config.h
config.status: executing depfiles commands

Good - your configure finished. Start make now

make  all-recursive
make[1]: Entering directory `/var/tmp/portage/kile-1.8.1-r1/work/kile-1.8.1'
Making all in doc
make[2]: Entering directory `/var/tmp/portage/kile-1.8.1-r1/work/kile-1.8.1/doc'
/usr/kde/3.4/bin/meinproc --check --cache index.cache.bz2 ./index.docbook
make[2]: Leaving directory `/var/tmp/portage/kile-1.8.1-r1/work/kile-1.8.1/doc'
Making all in src
make[2]: Entering directory `/var/tmp/portage/kile-1.8.1-r1/work/kile-1.8.1/src'
Making all in kile
make[3]: Entering directory `/var/tmp/portage/kile-1.8.1-r1/work/kile-1.8.1/src/
kile'
Making all in icons
make[4]: Entering directory `/var/tmp/portage/kile-1.8.1-r1/work/kile-1.8.1/src/
kile/icons'
Making all in actions
make[5]: Entering directory `/var/tmp/portage/kile-1.8.1-r1/work/kile-1.8.1/src/
kile/icons/actions'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/var/tmp/portage/kile-1.8.1-r1/work/kile-1.8.1/src/k
ile/icons/actions'
make[5]: Entering directory `/var/tmp/portage/kile-1.8.1-r1/work/kile-1.8.1/src/
kile/icons'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/var/tmp/portage/kile-1.8.1-r1/work/kile-1.8.1/src/k
ile/icons'
make[4]: Leaving directory `/var/tmp/portage/kile-1.8.1-r1/work/kile-1.8.1/src/k
ile/icons'
Making all in pics
make[4]: Entering directory `/var/tmp/portage/kile-1.8.1-r1/work/kile-1.8.1/src/
kile/pics'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/var/tmp/portage/kile-1.8.1-r1/work/kile-1.8.1/src/k
ile/pics'
Making all in symbols
make[4]: Entering directory `/var/tmp/portage/kile-1.8.1-r1/work/kile-1.8.1/src/
kile/symbols'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/var/tmp/portage/kile-1.8.1-r1/work/kile-1.8.1/src/k
ile/symbols'
Making all in templates
make[4]: Entering directory `/var/tmp/portage/kile-1.8.1-r1/work/kile-1.8.1/src/
kile/templates'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/var/tmp/portage/kile-1.8.1-r1/work/kile-1.8.1/src/k
ile/templates'
Making all in syntax
make[4]: Entering directory `/var/tmp/portage/kile-1.8.1-r1/work/kile-1.8.1/src/
kile/syntax'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/var/tmp/portage/kile-1.8.1-r1/work/kile-1.8.1/src/k
ile/syntax'
Making all in complete
make[4]: Entering directory `/var/tmp/portage/kile-1.8.1-r1/work/kile-1.8.1/src/
kile/complete'
Making all in abbreviation
make[5]: Entering directory `/var/tmp/portage/kile-1.8.1-r1/work/kile-1.8.1/src/
kile/complete/abbreviation'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/var/tmp/portage/kile-1.8.1-r1/work/kile-1.8.1/src/k
ile/complete/abbreviation'
Making all in tex
make[5]: Entering directory `/var/tmp/portage/kile-1.8.1-r1/work/kile-1.8.1/src/
kile/complete/tex'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/var/tmp/portage/kile-1.8.1-r1/work/kile-1.8.1/src/k
ile/complete/tex'
Making all in dictionary
make[5]: Entering directory `/var/tmp/portage/kile-1.8.1-r1/work/kile-1.8.1/src/
kile/complete/dictionary'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/var/tmp/portage/kile-1.8.1-r1/work/kile-1.8.1/src/k
ile/complete/dictionary'
make[5]: Entering directory `/var/tmp/portage/kile-1.8.1-r1/work/kile-1.8.1/src/
kile/complete'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/var/tmp/portage/kile-1.8.1-r1/work/kile-1.8.1/src/k
ile/complete'
make[4]: Leaving directory `/var/tmp/portage/kile-1.8.1-r1/work/kile-1.8.1/src/k
ile/complete'
Making all in help
make[4]: Entering directory `/var/tmp/portage/kile-1.8.1-r1/work/kile-1.8.1/src/
kile/help'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/var/tmp/portage/kile-1.8.1-r1/work/kile-1.8.1/src/k
ile/help'
Making all in encodings
make[4]: Entering directory `/var/tmp/portage/kile-1.8.1-r1/work/kile-1.8.1/src/
kile/encodings'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/var/tmp/portage/kile-1.8.1-r1/work/kile-1.8.1/src/k
ile/encodings'
Making all in test
make[4]: Entering directory `/var/tmp/portage/kile-1.8.1-r1/work/kile-1.8.1/src/
kile/test'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/var/tmp/portage/kile-1.8.1-r1/work/kile-1.8.1/src/k
ile/test'
make[4]: Entering directory `/var/tmp/portage/kile-1.8.1-r1/work/kile-1.8.1/src/
kile'
rm -rf helpconfigwidget.h;
/usr/qt/3/bin/uic -L /usr/kde/3.4/lib64/kde3/plugins/designer -nounload ./helpco
nfigwidget.ui | /usr/bin/perl -pi -e "s,public QWizard,public KWizard,g; s,#incl
ude <qwizard.h>,#include <kwizard.h>,g" >> helpconfigwidget.h ;
rm -rf latexconfigwidget.h;
/usr/qt/3/bin/uic -L /usr/kde/3.4/lib64/kde3/plugins/designer -nounload ./latexc
onfigwidget.ui | /usr/bin/perl -pi -e "s,public QWizard,public KWizard,g; s,#inc
lude <qwizard.h>,#include <kwizard.h>,g" >> latexconfigwidget.h ;
rm -rf generalconfigwidget.h;
/usr/qt/3/bin/uic -L /usr/kde/3.4/lib64/kde3/plugins/designer -nounload ./genera
lconfigwidget.ui | /usr/bin/perl -pi -e "s,public QWizard,public KWizard,g; s,#i
nclude <qwizard.h>,#include <kwizard.h>,g" >> generalconfigwidget.h ;
rm -rf configcheckerwidget.h;
rm -rf toolconfigwidget.h;
/usr/qt/3/bin/uic -L /usr/kde/3.4/lib64/kde3/plugins/designer -nounload ./toolco
nfigwidget.ui | /usr/bin/perl -pi -e "s,public QWizard,public KWizard,g; s,#incl
ude <qwizard.h>,#include <kwizard.h>,g" >> toolconfigwidget.h ;
/usr/qt/3/bin/uic -L /usr/kde/3.4/lib64/kde3/plugins/designer -nounload ./config
checkerwidget.ui | /usr/bin/perl -pi -e "s,public QWizard,public KWizard,g; s,#i
nclude <qwizard.h>,#include <kwizard.h>,g" >> configcheckerwidget.h ;
rm -rf librarytoolconfigwidget.h;
/usr/qt/3/bin/uic -L /usr/kde/3.4/lib64/kde3/plugins/designer -nounload ./librar
ytoolconfigwidget.ui | /usr/bin/perl -pi -e "s,public QWizard,public KWizard,g;
s,#include <qwizard.h>,#include <kwizard.h>,g" >> librarytoolconfigwidget.h ;
rm -rf processtoolconfigwidget.h;
/usr/qt/3/bin/uic -L /usr/kde/3.4/lib64/kde3/plugins/designer -nounload ./proces
stoolconfigwidget.ui | /usr/bin/perl -pi -e "s,public QWizard,public KWizard,g;
s,#include <qwizard.h>,#include <kwizard.h>,g" >> processtoolconfigwidget.h ;
rm -rf quicktoolconfigwidget.h;
/usr/qt/3/bin/uic -L /usr/kde/3.4/lib64/kde3/plugins/designer -nounload ./quickt
oolconfigwidget.ui | /usr/bin/perl -pi -e "s,public QWizard,public KWizard,g; s,
#include <qwizard.h>,#include <kwizard.h>,g" >> quicktoolconfigwidget.h ;
rm -rf latextoolconfigwidget.h;
/usr/qt/3/bin/uic -L /usr/kde/3.4/lib64/kde3/plugins/designer -nounload ./latext
oolconfigwidget.ui | /usr/bin/perl -pi -e "s,public QWizard,public KWizard,g; s,
#include <qwizard.h>,#include <kwizard.h>,g" >> latextoolconfigwidget.h ;
rm -rf newtoolwizard.h;
/usr/qt/3/bin/uic -L /usr/kde/3.4/lib64/kde3/plugins/designer -nounload ./newtoo
lwizard.ui | /usr/bin/perl -pi -e "s,public QWizard,public KWizard,g; s,#include
 <qwizard.h>,#include <kwizard.h>,g" >> newtoolwizard.h ;
rm -rf encodingconfigwidget.h;
/usr/qt/3/bin/uic -L /usr/kde/3.4/lib64/kde3/plugins/designer -nounload ./encodi
ngconfigwidget.ui | /usr/bin/perl -pi -e "s,public QWizard,public KWizard,g; s,#
include <qwizard.h>,#include <kwizard.h>,g" >> encodingconfigwidget.h ;
/usr/kde/3.4/bin/kconfig_compiler ./kile.kcfg ./kileconfig.kcfgc; ret=$?; \
if test "$ret" != 0; then rm -f kileconfig.h ; exit $ret ;  fi
/usr/qt/3/bin/moc ./userhelp.h -o userhelp.moc
/usr/qt/3/bin/moc ./userhelpdialog.h -o userhelpdialog.moc
/usr/qt/3/bin/moc ./floatdialog.h -o floatdialog.moc
/usr/qt/3/bin/moc ./mathenvdialog.h -o mathenvdialog.moc
/usr/qt/3/bin/moc ./tabulardialog.h -o tabulardialog.moc
/usr/qt/3/bin/moc ./postscriptdialog.h -o postscriptdialog.moc
/usr/qt/3/bin/moc ./previewconfigwidget.h -o previewconfigwidget.moc
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3.4/include -
I/usr/qt/3/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -
Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wcon
version -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -DNDEBU
G -DNO_DEBUG -O2 -march=k8 -pipe -O2 -Wformat-security -Wmissing-format-attribut
e -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_
CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -c -o quickpreview.o quickp
review.cpp
/usr/qt/3/bin/moc ./includegraphicsdialog.h -o includegraphicsdialog.moc
/usr/qt/3/bin/moc ./newfilewizard.h -o newfilewizard.moc
/usr/qt/3/bin/moc ./managetemplatesdialog.h -o managetemplatesdialog.moc
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3.4/include -
I/usr/qt/3/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -
Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wcon
version -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -DNDEBU
G -DNO_DEBUG -O2 -march=k8 -pipe -O2 -Wformat-security -Wmissing-format-attribut
e -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_
CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -c -o templates.o templates
.cpp
quickpreview.cpp: In member function `int KileTool::QuickPreview::createTempfile
(const QString&)':
quickpreview.cpp:218: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugs.gentoo.org/> for instructions.
/usr/qt/3/include/qvaluelist.h: In member function `uint QValueListPrivate<T>::c
ontains(const T&) const [with T = TemplateInfo]':
/usr/qt/3/include/qvaluelist.h:350: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugs.gentoo.org/> for instructions.
Preprocessed source stored into /var/tmp/portage/kile-1.8.1-r1/temp/ccHziPmF.out
 file, please attach this to your bugreport.
make[4]: *** [templates.o] Error 1
make[4]: *** Waiting for unfinished jobs....
Preprocessed source stored into /var/tmp/portage/kile-1.8.1-r1/temp/ccCbMdDQ.out
 file, please attach this to your bugreport.
make[4]: *** [quickpreview.o] Error 1
make[4]: Leaving directory `/var/tmp/portage/kile-1.8.1-r1/work/kile-1.8.1/src/k
ile'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/kile-1.8.1-r1/work/kile-1.8.1/src/k
ile'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kile-1.8.1-r1/work/kile-1.8.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kile-1.8.1-r1/work/kile-1.8.1'
make: *** [all] Error 2

!!! ERROR: app-editors/kile-1.8.1-r1 failed.
!!! Function kde_src_compile, Line 165, Exitcode 2
!!! died running emake, kde_src_compile:make
!!! If you need support, post the topmost build error, NOT this status message.


Expected Results:  
Compile correctly

Portage 2.0.51.22-r3 (default-linux/amd64/2005.0, gcc-3.4.4, glibc-2.3.5-r2,
2.6.12-gentoo-r10 x86_64)
=================================================================
System uname: 2.6.12-gentoo-r10 x86_64 AMD Athlon(tm) 64 Processor 3500+
Gentoo Base System version 1.6.13
dev-lang/python:     2.3.5-r2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=k8 -pipe -O2"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/
/usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/
/usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=k8 -pipe -O2"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/home/alistair/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 X alsa apache2 arts avi berkdb bitmap-fonts browserplugin cdr crypt
cups curl doc dvd dvdr dvdread eds emacs emboss encode esd examples fam
foomaticdb fortran gd gdbm gif glut gpm gstreamer gtk2 imagemagick imlib ipv6
java jpeg junit kde ldap libwww live lzw lzw-tiff mad motif mp3 mpeg mysql
ncurses nls nvidia ogg oggvorbis openal opengl oss pam pdflib perl php png
python qt quicktime readline real ruby sdl spell ssl tcltk tcpd tetex tiff
truetype-fonts type1-fonts usb userlocales vorbis xml2 xmms xpm xv zlib
userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 1 Alistair Bush (RETIRED) gentoo-dev 2005-10-17 01:51:30 UTC
Created attachment 70835 [details]
Compiler Output

Here is the output the compulation error says to post
Comment 2 Alistair Bush (RETIRED) gentoo-dev 2005-10-17 03:16:14 UTC
seemingly rebooting the computer fixes this?
Comment 3 Gregorio Guidi (RETIRED) gentoo-dev 2005-10-17 05:46:56 UTC
Changing resolution... 
Comment 4 Gregorio Guidi (RETIRED) gentoo-dev 2005-10-17 05:47:26 UTC

*** This bug has been marked as a duplicate of 20600 ***