public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/32211]  New: Compile error
@ 2007-06-04 20:28 jimmyhappyi at gmail dot com
  2007-06-05  1:57 ` [Bug c++/32211] " fang at csl dot cornell dot edu
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: jimmyhappyi at gmail dot com @ 2007-06-04 20:28 UTC (permalink / raw)
  To: gcc-bugs

While compiling KDE 3.5.7, this appears:

-----------------------------
Making all in interfaces
make[5]: Entering directory
`/initrd/mnt/dev_save/VBProjects/passwordlinux/kde/konstruct/kde/kdepim/work/kdepim-3.5.7/kmail/interfaces'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory
`/initrd/mnt/dev_save/VBProjects/passwordlinux/kde/konstruct/kde/kdepim/work/kdepim-3.5.7/kmail/interfaces'
Making all in .
make[5]: Entering directory
`/initrd/mnt/dev_save/VBProjects/passwordlinux/kde/konstruct/kde/kdepim/work/kdepim-3.5.7/kmail'
if /bin/sh ../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
-I. -I.. -I../libkmime -I../libkpgp -I../libkdenetwork -I../libkdepim
-I../libkpimidentities -I../libemailfunctions -I../libksieve -I../mimelib
-I../certmanager/lib -I../certmanager/lib/ui -I../indexlib -I../ktnef -I..
-I/mnt/home/VBProjects/passwordlinux/kde3.5.7/include
-I/mnt/home/VBProjects/passwordlinux/kde3.5.7/include -I../libkdepim
-I/mnt/home/VBProjects/passwordlinux/kde3.5.7/include -I/usr/X11R7/include  
-DQT_THREAD_SUPPORT -I/mnt/home/VBProjects/passwordlinux/kde3.5.7/include
-I/usr/X11R6/include -I/mnt/home/VBProjects/passwordlinux/kde3.5.7/include
-I/usr/X11R6/include -D_REENTRANT -D_FILE_OFFSET_BITS=64  -Wno-long-long
-Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts
-Wall -W -Wpointer-arith -O2
-I/mnt/home/VBProjects/passwordlinux/kde3.5.7/include -I/usr/X11R6/include
-L/mnt/home/VBProjects/passwordlinux/kde3.5.7/lib -L/usr/X11R6/lib -O2 -pipe
-I/mnt/home/VBProjects/passwordlinux/kde3.5.7/include -I/usr/X11R6/include
-L/mnt/home/VBProjects/passwordlinux/kde3.5.7/lib -L/usr/X11R6/lib -O2 -pipe
-Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor
-fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE
-DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT
libkmailprivate_la.all_cpp.lo -MD -MP -MF
".deps/libkmailprivate_la.all_cpp.Tpo" -c -o libkmailprivate_la.all_cpp.lo
libkmailprivate_la.all_cpp.cpp; \
        then mv -f ".deps/libkmailprivate_la.all_cpp.Tpo"
".deps/libkmailprivate_la.all_cpp.Plo"; else rm -f
".deps/libkmailprivate_la.all_cpp.Tpo"; exit 1; fi
In file included from libkmailprivate_la.all_cpp.cpp:4:
configuredialog.cpp: In constructor `ConfigureDialog::ConfigureDialog(QWidget*,
const char*, bool)':
configuredialog.cpp:220: warning: `__base_ctor' is deprecated (declared at
/mnt/home/VBProjects/passwordlinux/kde3.5.7/include/kcmultidialog.h:105)
In file included from libkmailprivate_la.all_cpp.cpp:13:
kmfoldertree.cpp: In member function `virtual void
KMFolderTree::contentsDropEvent(QDropEvent*)':
kmfoldertree.cpp:1449: warning: `keyboardModifiers' is deprecated (declared at
/mnt/home/VBProjects/passwordlinux/kde3.5.7/include/kapplication.h:1069)
kmfoldermbox.cpp: At global scope:
kmfoldermbox.cpp:260: warning: unused parameter 'owner'
kmfoldermbox.cpp:93: warning: unused parameter 'owner'
{standard input}: Assembler messages:
{standard input}:94352: Warning: end of file not at end of a line; newline
inserted
{standard input}:94938: Error: suffix or operands invalid for `add'
g++: Internal error: Killed (program cc1plus)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[5]: *** [libkmailprivate_la.all_cpp.lo] Error 1
make[5]: Leaving directory
`/initrd/mnt/dev_save/VBProjects/passwordlinux/kde/konstruct/kde/kdepim/work/kdepim-3.5.7/kmail'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory
`/initrd/mnt/dev_save/VBProjects/passwordlinux/kde/konstruct/kde/kdepim/work/kdepim-3.5.7/kmail'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/initrd/mnt/dev_save/VBProjects/passwordlinux/kde/konstruct/kde/kdepim/work/kdepim-3.5.7'
make[2]: *** [all] Error 2
make[2]: Leaving directory
`/initrd/mnt/dev_save/VBProjects/passwordlinux/kde/konstruct/kde/kdepim/work/kdepim-3.5.7'
make[1]: *** [build-work/kdepim-3.5.7/Makefile] Error 2
make[1]: Leaving directory
`/initrd/mnt/dev_save/VBProjects/passwordlinux/kde/konstruct/kde/kdepim'
make: *** [dep-../../kde/kdepim] Error 2
---------------------------------------

g++ requests me to file a bug.


Is this a bug?
jimhap


-- 
           Summary: Compile error
           Product: gcc
           Version: 3.4.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jimmyhappyi at gmail dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32211


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug c++/32211] Compile error
  2007-06-04 20:28 [Bug c++/32211] New: Compile error jimmyhappyi at gmail dot com
@ 2007-06-05  1:57 ` fang at csl dot cornell dot edu
  2007-06-06 20:28 ` jimmyhappyi at gmail dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: fang at csl dot cornell dot edu @ 2007-06-05  1:57 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from fang at csl dot cornell dot edu  2007-06-05 01:57 -------
g++: Internal error: Killed (program cc1plus)

... suggests that some external force terminated g++.  Did you perhaps run out
of memory?  (If so, try 'ulimit')


-- 

fang at csl dot cornell dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fang at csl dot cornell dot
                   |                            |edu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32211


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug c++/32211] Compile error
  2007-06-04 20:28 [Bug c++/32211] New: Compile error jimmyhappyi at gmail dot com
  2007-06-05  1:57 ` [Bug c++/32211] " fang at csl dot cornell dot edu
@ 2007-06-06 20:28 ` jimmyhappyi at gmail dot com
  2007-06-06 21:46 ` pinskia at gcc dot gnu dot org
  2007-09-07 17:35 ` pcarlini at suse dot de
  3 siblings, 0 replies; 5+ messages in thread
From: jimmyhappyi at gmail dot com @ 2007-06-06 20:28 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from jimmyhappyi at gmail dot com  2007-06-06 20:27 -------
(In reply to comment #1)
> g++: Internal error: Killed (program cc1plus)
> 
> ... suggests that some external force terminated g++.  Did you perhaps run out
> of memory?  (If so, try 'ulimit')
> 

So should I run
ulimit
or
ulimit [amount of MB to limit memory]

jimhap


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32211


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug c++/32211] Compile error
  2007-06-04 20:28 [Bug c++/32211] New: Compile error jimmyhappyi at gmail dot com
  2007-06-05  1:57 ` [Bug c++/32211] " fang at csl dot cornell dot edu
  2007-06-06 20:28 ` jimmyhappyi at gmail dot com
@ 2007-06-06 21:46 ` pinskia at gcc dot gnu dot org
  2007-09-07 17:35 ` pcarlini at suse dot de
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-06-06 21:46 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2007-06-06 21:46 -------
First 3.4.x is no longer maintained, so you should upgrade.
Second how much memory do you have?
Third can you make sure you read http://gcc.gnu.org/bugs.html and supply all
the required information there?


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32211


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug c++/32211] Compile error
  2007-06-04 20:28 [Bug c++/32211] New: Compile error jimmyhappyi at gmail dot com
                   ` (2 preceding siblings ...)
  2007-06-06 21:46 ` pinskia at gcc dot gnu dot org
@ 2007-09-07 17:35 ` pcarlini at suse dot de
  3 siblings, 0 replies; 5+ messages in thread
From: pcarlini at suse dot de @ 2007-09-07 17:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from pcarlini at suse dot de  2007-09-07 17:35 -------
Feedback not forthcoming


-- 

pcarlini at suse dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32211


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-09-07 17:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-04 20:28 [Bug c++/32211] New: Compile error jimmyhappyi at gmail dot com
2007-06-05  1:57 ` [Bug c++/32211] " fang at csl dot cornell dot edu
2007-06-06 20:28 ` jimmyhappyi at gmail dot com
2007-06-06 21:46 ` pinskia at gcc dot gnu dot org
2007-09-07 17:35 ` pcarlini at suse dot de

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).