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

Bug#136045: marked as done (Unable to compile large source trees)



Your message dated Wed, 27 Feb 2002 13:33:38 +0100
with message-id <20020227123338.GA13287@zensunni.demon.nl>
and subject line Bug#136045: Unable to compile large source trees
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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 27 Feb 2002 12:15:14 +0000
>From Thomas.Viehweger@marconi.com Wed Feb 27 06:15:14 2002
Return-path: <Thomas.Viehweger@marconi.com>
Received: from cvis22.marconicomms.com [195.99.244.54] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 16g2zJ-0007yw-00; Wed, 27 Feb 2002 06:15:13 -0600
Received: from cvis06.marconicomms.com (unverified) by cvis22.marconicomms.com
 (Content Technologies SMTPRS 4.1.5) with ESMTP id <Tc363f436895953ebfed4@cvis22.marconicomms.com> for <submit@bugs.debian.org>;
 Wed, 27 Feb 2002 12:14:24 +0000
Received: from cvdgwy01.uk.marconicomms.com by cvis06.marconicomms.com with ESMTP
 (8.10.2+Sun/cvms-34) id g1RCETN24557; Wed, 27 Feb 2002 12:14:29 GMT
Subject: Unable to compile large source trees
To: submit@bugs.debian.org
X-Mailer: Lotus Notes Version 5.0.2c (Intl) 08 Februar 2000
Message-ID: <[🔎] OFBA0A8E91.48A575C8-ONC1256B6D.003F64CC@uk.marconicomms.com>
From: "Thomas Viehweger" <Thomas.Viehweger@marconi.com>
Date: Wed, 27 Feb 2002 12:58:46 +0100
X-MIMETrack: Serialize by Router on CVDGWY01/S/EXT/MC1(Release 5.0.8 |June 18, 2001) at
 27/02/2002 12:14:24
MIME-Version: 1.0
Content-type: text/plain; charset=us-ascii
Delivered-To: submit@bugs.debian.org

Package: g++-2.95

Hi,
when I try to compile for example qt-x11 (with debian/rules binary-arch)
after some time the build process stops with an error message like:
g++ -D_REENTRANT -DQT_THREAD_SUPPORT -c -I/usr/X11R6/include
-I/usr/src/qt-x11-2.3.1/include -I/usr/X11R6/include -pipe -fno-exceptions
-O3 -march=k6 -Wpointer-arith -Wwrite-strings -Wmissing-prototypes
-DQT_BUILTIN_GIF_READER=1 -DQT_XFT   -o kernel/qimage.o kernel/qimage.cpp
kernel/qimage.cpp: In method `bool QImage::operator ==(const QImage &)
const':
kernel/qimage.cpp:5288: Internal compiler error.
kernel/qimage.cpp:5288: Please submit a full bug report.
kernel/qimage.cpp:5288: Internal compiler error:
kernel/qimage.cpp:5288: See <URL:http://www.gnu.org/software/gcc/bugs.html>
for instructions.
make[3]: *** [kernel/qimage.o] Fehler 1
make[3]: Leaving directory `/usr/src/qt-x11-2.3.1/src'
make[2]: *** [src-mt] Fehler 2
make[2]: Leaving directory `/usr/src/qt-x11-2.3.1'
make[1]: *** [src-mt] Fehler 2
make[1]: Leaving directory `/usr/src/qt-x11-2.3.1'
make: *** [static-stamp] Fehler 2

or:

g++  -c -I/usr/X11R6/include -I/usr/src/qt-x11-2.3.1/include
-I/usr/X11R6/include -pipe -fno-exceptions -O3 -march=k6 -Wpointer-arith
-Wwrite-strings -Wmissing-prototypes  -DQT_BUILTIN_GIF_READER=1 -DQT_XFT
-o kernel/qfontdatabase.o kernel/qfontdatabase.cpp
kernel/qfontdatabase.cpp: In method `const class QStringList &
QFontDatabasePrivate::families(bool) const':
kernel/qfontdatabase.cpp:904: Internal compiler error:
kernel/qfontdatabase.cpp:904: internal error--unrecognizable insn:
(insn/i 3943 3941 3944 ((null)) -1 (nil)
    (nil))
cpp0: output pipe has been closed
make[2]: *** [kernel/qfontdatabase.o] Fehler 1
make[2]: Leaving directory `/usr/src/qt-x11-2.3.1/src'
make[1]: *** [sub-src] Fehler 2
make[1]: Leaving directory `/usr/src/qt-x11-2.3.1'
make: *** [init] Fehler 2

or:

g++ -D_REENTRANT -DQT_THREAD_SUPPORT -c -I/usr/X11R6/include
-I/usr/src/qt-x11-2.3.1/include -I/usr/X11R6/include -pipe -fno-exceptions
-O3 -march=k6 -Wpointer-arith -Wwrite-strings -Wmissing-prototypes
-DQT_BUILTIN_GIF_READER=1 -DQT_XFT   -o kernel/qrichtext.o
kernel/qrichtext.cpp
kernel/qrichtext.cpp: In method `bool QRichText::parse(QTextParagraph *,
const QStyleSheetItem *, QTextParagraph *, QTextCharFormat, const QString
&, int &, QStyleSheetItem::WhiteSpaceMode =
QStyleSheetItem::WhiteSpaceNormal)':
kernel/qrichtext.cpp:694: Internal compiler error:
kernel/qrichtext.cpp:694: virtual memory exhausted
cpp0: output pipe has been closed
make[3]: *** [kernel/qrichtext.o] Fehler 1
make[3]: Leaving directory `/usr/src/qt-x11-2.3.1/src'
make[2]: *** [src-mt] Fehler 2
make[2]: Leaving directory `/usr/src/qt-x11-2.3.1'
make[1]: *** [src-mt] Fehler 2
make[1]: Leaving directory `/usr/src/qt-x11-2.3.1'
make: *** [init] Fehler 2

or:

g++ -D_REENTRANT -DQT_THREAD_SUPPORT -c -I/usr/X11R6/include
-I/usr/src/qt-x11-2.3.1/include -I/usr/X11R6/include -pipe -fno-exceptions
-O3 -march=k6 -Wpointer-arith -Wwrite-strings -Wmissing-prototypes
-DQT_BUILTIN_GIF_READER=1 -DQT_XFT   -o widgets/moc_qtoolbutton.o
widgets/moc_qtoolbutton.cpp
g++: Internal compiler error: program cpp0 got fatal signal 11
make[3]: *** [widgets/moc_qtoolbutton.o] Fehler 1
make[3]: Leaving directory `/usr/src/qt-x11-2.3.1/src'
make[2]: *** [src-mt] Fehler 2
make[2]: Leaving directory `/usr/src/qt-x11-2.3.1'
make[1]: *** [src-mt] Fehler 2
make[1]: Leaving directory `/usr/src/qt-x11-2.3.1'
make: *** [init] Fehler 2

Because when I execute make again the compilation process continues where
it stops before, I think there _might_ be no error with the compiler itself
but with something else.

How can I solve the problem?

Here are the versions of some installed packets (i386 on a k6-300 with 128
MB RAM):
bash      2.05a-3
cpp       2.95.4-8
cpp-2.95  2.95.4-0.011006
fileutils 4.1-9
gcc       2.95.4-8
gcc-2.95  2.95.4-0.011006
g++       2.95.4-8
g++-2.95  2.95.4-0.011006
libc6     2.2.4-7
make      3.79.1-11

self compiled kernel 2.2.20


---------------------------------------
Received: (at 136045-done) by bugs.debian.org; 27 Feb 2002 12:33:41 +0000
>From ray@zensunni.demon.nl Wed Feb 27 06:33:40 2002
Return-path: <ray@zensunni.demon.nl>
Received: from zensunni.demon.nl [212.238.195.120] (mail)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 16g3HA-0002bV-00; Wed, 27 Feb 2002 06:33:40 -0600
Received: from ray by zensunni.demon.nl with local (Exim 3.33 #1 (Debian))
	id 16g3H8-0003cN-00
	for <136045-done@bugs.debian.org>; Wed, 27 Feb 2002 13:33:38 +0100
Date: Wed, 27 Feb 2002 13:33:38 +0100
From: "J.H.M. Dassen (Ray)" <jdassen@debian.org>
To: 136045-done@bugs.debian.org
Subject: Re: Bug#136045: Unable to compile large source trees
Message-ID: <20020227123338.GA13287@zensunni.demon.nl>
References: <[🔎] OFBA0A8E91.48A575C8-ONC1256B6D.003F64CC@uk.marconicomms.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[🔎] OFBA0A8E91.48A575C8-ONC1256B6D.003F64CC@uk.marconicomms.com>
User-Agent: Mutt/1.3.27i
Organization: Ray at home
X-System: Debian GNU/Linux 3.0, kernel 2.4.19-pre1-ac1
Delivered-To: 136045-done@bugs.debian.org

On Wed, Feb 27, 2002 at 12:58:46 +0100, Thomas Viehweger wrote:
> when I try to compile for example qt-x11 (with debian/rules binary-arch)
> after some time the build process stops with an error message like:

[internal compiler error, signal 11 etc.]

> Because when I execute make again the compilation process continues where
> it stops before, I think there _might_ be no error with the compiler
> itself but with something else.

Your system exhibits classical symptoms of bad, or badly configured
hardware. See http://www.bitwizard.nl/sig11/ for possible causes and
remedies.

I'm closing this bug report.

Ray
-- 
The "free" in "free software" refers to freedom, not price; specifically,
that all computer users should have the freedom to study, change, and
redistribute the software that they use.
	RMS in http://weblog.mercurycenter.com/ejournal/stories/storyReader$664



Reply to: