Your message dated Sat, 9 Sep 2006 18:04:34 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#386717: g++-4.1: fail to compile wine-0.9.20 && wesnoth-1.1.9 with default compilation options has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message --- Package: g++-4.1
Version: 4.1.1-13
Severity: serious
Justification: no longer builds from source
*** Please type your report below this line ***
I can not compile wesnoth-1.1.9 and wine-0.9.20 from source code due to a bug in g++ and gcc.
In a moment when I try to compile these programs my CPU start to processing very hard,to struggle, this takes some time(40s in case of wesnoth, and 2-3 minutes in case of wine).And after that I'm getting the following error message for wesnoth in these example:
compiling . . .
.
.
.
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/freetype2 -I ./sdl_ttf -I../intl -I../intl -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DWESNOTH_PATH=\"/usr/local/share/wesnoth\" -DLOCALEDIR=\"translations\" -DHAS_RELATIVE_LOCALEDIR=1 -DFIFODIR=\"/usr/local/var/run/wesnothd\" -DHAVE_FRIBIDI -I/usr/include -O2 -W -Wall -ansi -D_X11 -MT game_events.o -MD -MP -MF "$depbase.Tpo" -c -o game_events.o game_events.cpp; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
g++: Internal error: Killed (program cc1plus)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
For Debian GNU/Linux specific bug reporting instructions, see
<URL:file:///usr/share/doc/gcc-4.1/README.Bugs>.
make[2]: *** [game_events.o] Error 1
make[2]: Leaving directory `/home/bird/wesnoth-1.1.9/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/bird/wesnoth-1.1.9'
make: *** [all] Error 2
[EMAIL PROTECTED]:~/wesnoth-1.1.9$
( The problem is the same with gcc-3.4 && gcc-4.0 packages )
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-k7
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages g++-4.1 depends on:
ii gcc-4.1 4.1.1-13 The GNU C compiler
ii gcc-4.1-base 4.1.1-13 The GNU Compiler Collection (base
ii libc6 2.3.6.ds1-4 GNU C Library: Shared libraries
ii libstdc++6-4.1-dev 4.1.1-13 The GNU Standard C++ Library v3 (d
g++-4.1 recommends no packages.
-- no debconf information
Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates starting at 1ยข/min.
--- End Message ---
--- Begin Message ---On Sat, Sep 09, 2006 at 09:39:12AM -0700, Kantor Zsolt wrote: > *** Please type your report below this line *** > I can not compile wesnoth-1.1.9 and wine-0.9.20 from source code due to a bug > in g++ and gcc. > In a moment when I try to compile these programs my CPU start to processing > very hard,to struggle, this takes some time(40s in case of wesnoth, and 2-3 > minutes in case of wine).And after that I'm getting the following error > message for wesnoth in these example: > if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/freetype2 -I ./sdl_ttf > -I../intl -I../intl -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT > -DWESNOTH_PATH=\"/usr/local/share/wesnoth\" -DLOCALEDIR=\"translations\" > -DHAS_RELATIVE_LOCALEDIR=1 -DFIFODIR=\"/usr/local/var/run/wesnothd\" > -DHAVE_FRIBIDI -I/usr/include -O2 -W -Wall -ansi -D_X11 -MT game_events.o > -MD -MP -MF "$depbase.Tpo" -c -o game_events.o game_events.cpp; \ > then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; > exit 1; fi > g++: Internal error: Killed (program cc1plus) > Please submit a full bug report. > See <URL:http://gcc.gnu.org/bugs.html> for instructions. > For Debian GNU/Linux specific bug reporting instructions, see > <URL:file:///usr/share/doc/gcc-4.1/README.Bugs>. So, your computer doesn't have enough RAM to compile this program. That's not a bug in the compiler. Confirmed here that wesnoth 1.1.9-1 builds just fine with g++ 4.1.1-13 on a system with adequate memory. -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. [EMAIL PROTECTED] http://www.debian.org/
--- End Message ---