Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 44986 - kde-libs 3.2.1 kprocess.h crash
Summary: kde-libs 3.2.1 kprocess.h crash
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-17 17:07 UTC by Chris White (RETIRED)
Modified: 2004-07-09 12:11 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris White (RETIRED) gentoo-dev 2004-03-17 17:07:10 UTC
While trying to emerge kde, I get lots of kprocess.h errors and it kills the compile.  Ask around the main channel, nothing really come up as far as a solution.

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

Actual Results:  
../../kdecore/kprocess.h:758: error: stray '\5' in program
../../kdecore/kprocess.h:758:52: warning: null character(s) ignored
../../kdecore/kprocess.h:758: error: stray '\5' in program
../../kdecore/kprocess.h:758:54: warning: no newline at end of file
../../kdecore/kprocess.h:20:1: unterminated #ifndef
/bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I.
-I. -I../.. -I../../dcop -I../../kio/kssl -I../../arts/kde -I../..
-I/usr/kde/3.2/include/arts -I../../dcop -I../../libltdl -I../../kdefx
-I../../kdecore -I../../kdeui -I../../kio -I../../kio/kio -I../../kio/kfile
-I../.. -I/usr/qt/3/include -I/usr/X11R6/include -I/usr/kde/3.2/include  
-DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wundef
-ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion
-Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG
-O2 -O2 -funroll-loops -pipe -Wformat-security -Wmissing-format-attribute
-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
kaudioconverter.lo `test -f 'kaudioconverter.cc' || echo './'`kaudioconverter.cc
make[3]: *** [kartsserver.lo] エラー 1
make[3]: *** 未完了のジョブを待っています....
make[3]: Leaving directory
`/var/tmp/portage/kdelibs-3.2.1/work/kdelibs-3.2.1/arts/kde'
make[2]: *** [all-recursive] エラー 1
make[2]: Leaving directory `/var/tmp/portage/kdelibs-3.2.1/work/kdelibs-3.2.1/arts'
make[1]: *** [all-recursive] エラー 1
make[1]: Leaving directory `/var/tmp/portage/kdelibs-3.2.1/work/kdelibs-3.2.1'
make: *** [all] エラー 2

!!! ERROR: kde-base/kdelibs-3.2.1 failed.
!!! Function kde_src_compile, Line 128, Exitcode 2
!!! died running emake, kde_src_compile:make


Expected Results:  
A successfull compile of kdelibs

Portage 2.0.50-r1 (default-x86-1.4, gcc-3.3.3, glibc-2.3.2-r9, 2.6.3-rc3-gentoo)
=================================================================
System uname: 2.6.3-rc3-gentoo i686 Intel(R) Pentium(R) 4 CPU 1.60GHz
Gentoo Base System version 1.4.3.13
Autoconf: sys-devel/autoconf-2.58-r1
Automake: sys-devel/automake-1.7.7
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -funroll-loops -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.2/share/config /usr/kde/3/share/config /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -funroll-loops -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://mirrors.tds.net/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 aalib anthy apm arts avi berkdb canna cdr cjk crypt cups encode esd
foomatic foomaticdb freewn gdbm gif gnome gpm gtk gtk2 imlib ipv6 jpeg kde
libg++ libwww mad mikmod motif mpeg mysql ncurses nls oggvorbis opengl oss pam
pdflib perl png python qt quicktime readline sane scanner sdl slang spell ssl
svga tcpd truetype x86 xml2 xmms xv zlib"
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2004-07-09 12:11:47 UTC
seems like a local gcc related issue.  should work with latest kde and latest gcc/glibc.