[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#271851: gcc-3.5: compilation error on kde 3.3.0



Package: gcc-3.5
Version: 3.5-0pre1
Severity: normal


i get the following error on gcc 3.5.  i am reluctant to include
a "full" report because the stupid kde build process is to stack
all source code .cpp files end-to-end and whack them through gcc.

result?  in some cases a 12mbyte .s file in /tmp that takes 5 minutes
to build and racks up about 256mbytes of memory.

so no i won't be sending a full build report.

i am happy to provide more detailed information on repro'ing the build
however, or i am happy, under guidance, to follow instructions on how
to "cut down" the build to a more manageable chunk of code to send.

l.

if /bin/sh ../../libtool --silent --mode=compile --tag=CXX
/home/lkcl/bin/ccc++ -DHAVE_CONFIG_H -I. -I../../../kio/kio -I../..
-I../../dcop -I../../kio/kssl -I../../.. -I../../../kio/kio/..
-I../../../kio/kio/../kssl -I../kssl -I../../../kio/kio/../../interfaces
-I../../../dcop -I../../../libltdl -I../../../kdefx -I../../../kdecore
-I../../../kdeui -I../../../kio -I../../../kio/kio -I../../../kio/kfile
-I../../.. -I/usr/share/qt3/include -I/usr/X11R6/include
-I/usr/include/kde   -D_LARGEFILE64_SOURCE -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 -Wformat-security -Wmissing-format-attribute
-fno-exceptions -fno-check-new -fno-common  -DQT_CLEAN_NAMESPACE
-DQT_NO_ASCII_CAST -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT
libkiocore_la.all_cpp.lo -MD -MP -MF ".deps/libkiocore_la.all_cpp.Tpo"
-c -o libkiocore_la.all_cpp.lo libkiocore_la.all_cpp.cpp; \
then mv -f ".deps/libkiocore_la.all_cpp.Tpo"
".deps/libkiocore_la.all_cpp.Plo"; else rm -f
".deps/libkiocore_la.all_cpp.Tpo"; exit 1; fi
distcc[23376] ERROR: compile
/backup/ccache/libkiocore.tmp.tinapc.23372.ii on localhost failed
In file included from libkiocore_la.all_cpp.cpp:9:
../../../kio/kio/scheduler.cpp: In member function `void
KIO::Scheduler::slotCleanIdleSlaves()':
../../../kio/kio/scheduler.cpp:644: warning: `connection' is deprecated
(declared at ../../../kio/kio/../kio/slave.h:205)
In file included from libkiocore_la.all_cpp.cpp:12:
../../../kio/kio/global.cpp: At global scope:
../../../kio/kio/global.cpp:473: warning: unused parameter 'method'
../../../kio/kio/global.cpp: In function `QByteArray
KIO::rawErrorDetail(int, const QString&, const KURL*, int)':
../../../kio/kio/global.cpp:473: error: Non-addressable variable inside
an alias set.
.GLOBAL_VAR, UID 4340, is an alias tag, is static, call clobbered,
default def: .GLOBAL_VAR_374
TMT.29639, UID 4329, is global, call clobbered, may aliases: {
.GLOBAL_VAR }
../../../kio/kio/global.cpp:473: internal compiler error:
verify_flow_insensitive_alias_info failed.
Please submit a full bug report,


-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux highfield 2.6.7-selinux1 #7 Wed Sep 8 17:46:33 BST 2004 i686
Locale: LANG=C, LC_CTYPE=C




Reply to: