CEPH filesystem development
 help / color / mirror / Atom feed
* FW: G++ internal compiler error
@ 2016-02-10  0:10 James (Fei) Liu-SSI
  2016-02-10  0:18 ` Willem Jan Withagen
  2016-02-10  0:19 ` Somnath Roy
  0 siblings, 2 replies; 4+ messages in thread
From: James (Fei) Liu-SSI @ 2016-02-10  0:10 UTC (permalink / raw)
  To: ceph-devel@vger.kernel.org


Hi All,
 Compiler errors against Ceph master. Any clues?
 Here is my g++ version :
 g++ (Ubuntu 4.8.4-2ubuntu1~14.04) 4.8.4
 Copyright (C) 2013 Free Software Foundation, Inc.
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


Errors output:
CXX      mon/MonCap.lo
  CXX      mon/MonClient.lo
  CXX      mon/MonMap.lo
  CXX      osd/OSDMap.lo
  CXX      osd/osd_types.lo
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.8/README.Bugs> for instructions.
make[3]: *** [mon/MonCap.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/home/jamesliu/WorkSpace/omni_ceph/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/jamesliu/WorkSpace/omni_ceph/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/jamesliu/WorkSpace/omni_ceph/src'
make: *** [all-recursive] Error 1


Regards,
James
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: FW: G++ internal compiler error
  2016-02-10  0:10 FW: G++ internal compiler error James (Fei) Liu-SSI
@ 2016-02-10  0:18 ` Willem Jan Withagen
  2016-02-10  0:19 ` Somnath Roy
  1 sibling, 0 replies; 4+ messages in thread
From: Willem Jan Withagen @ 2016-02-10  0:18 UTC (permalink / raw)
  To: James (Fei) Liu-SSI, ceph-devel@vger.kernel.org

On 10-2-2016 01:10, James (Fei) Liu-SSI wrote:
> 
> Hi All,
>  Compiler errors against Ceph master. Any clues?
>  Here is my g++ version :
>  g++ (Ubuntu 4.8.4-2ubuntu1~14.04) 4.8.4
>  Copyright (C) 2013 Free Software Foundation, Inc.
>  This is free software; see the source for copying conditions.  There is NO
>  warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
> 
> 
> Errors output:
> CXX      mon/MonCap.lo
>   CXX      mon/MonClient.lo
>   CXX      mon/MonMap.lo
>   CXX      osd/OSDMap.lo
>   CXX      osd/osd_types.lo
> g++: internal compiler error: Killed (program cc1plus)
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <file:///usr/share/doc/gcc-4.8/README.Bugs> for instructions.
> make[3]: *** [mon/MonCap.lo] Error 1
> make[3]: *** Waiting for unfinished jobs....
> make[3]: Leaving directory `/home/jamesliu/WorkSpace/omni_ceph/src'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/home/jamesliu/WorkSpace/omni_ceph/src'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/home/jamesliu/WorkSpace/omni_ceph/src'
> make: *** [all-recursive] Error 1

I've seen this this happen when compiling in a small VM with too much
parallel and running out of swap. (actually the VM did not have any swap
configured.)

--WjW



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

* RE: G++ internal compiler error
  2016-02-10  0:10 FW: G++ internal compiler error James (Fei) Liu-SSI
  2016-02-10  0:18 ` Willem Jan Withagen
@ 2016-02-10  0:19 ` Somnath Roy
  2016-02-10  0:51   ` James (Fei) Liu-SSI
  1 sibling, 1 reply; 4+ messages in thread
From: Somnath Roy @ 2016-02-10  0:19 UTC (permalink / raw)
  To: James (Fei) Liu-SSI, ceph-devel@vger.kernel.org

Hope you have enough memory in the build system..

Thanks & Regards
Somnath

-----Original Message-----
From: ceph-devel-owner@vger.kernel.org [mailto:ceph-devel-owner@vger.kernel.org] On Behalf Of James (Fei) Liu-SSI
Sent: Tuesday, February 09, 2016 4:10 PM
To: ceph-devel@vger.kernel.org
Subject: FW: G++ internal compiler error


Hi All,
 Compiler errors against Ceph master. Any clues?
 Here is my g++ version :
 g++ (Ubuntu 4.8.4-2ubuntu1~14.04) 4.8.4  Copyright (C) 2013 Free Software Foundation, Inc.
 This is free software; see the source for copying conditions.  There is NO  warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


Errors output:
CXX      mon/MonCap.lo
  CXX      mon/MonClient.lo
  CXX      mon/MonMap.lo
  CXX      osd/OSDMap.lo
  CXX      osd/osd_types.lo
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.8/README.Bugs> for instructions.
make[3]: *** [mon/MonCap.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/home/jamesliu/WorkSpace/omni_ceph/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/jamesliu/WorkSpace/omni_ceph/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/jamesliu/WorkSpace/omni_ceph/src'
make: *** [all-recursive] Error 1


Regards,
James
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@vger.kernel.org More majordomo info at  http://vger.kernel.org/majordomo-info.html
PLEASE NOTE: The information contained in this electronic mail message is intended only for the use of the designated recipient(s) named above. If the reader of this message is not the intended recipient, you are hereby notified that you have received this message in error and that any review, dissemination, distribution, or copying of this message is strictly prohibited. If you have received this communication in error, please notify the sender by telephone or e-mail (as shown above) immediately and destroy any and all copies of this message in your possession (whether hard copies or electronically stored copies).

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

* RE: G++ internal compiler error
  2016-02-10  0:19 ` Somnath Roy
@ 2016-02-10  0:51   ` James (Fei) Liu-SSI
  0 siblings, 0 replies; 4+ messages in thread
From: James (Fei) Liu-SSI @ 2016-02-10  0:51 UTC (permalink / raw)
  To: Somnath Roy, ceph-devel@vger.kernel.org

Thanks . After adding more memory, problem was solved.  
Regards,
James

-----Original Message-----
From: Somnath Roy [mailto:Somnath.Roy@sandisk.com] 
Sent: Tuesday, February 09, 2016 4:19 PM
To: James (Fei) Liu-SSI; ceph-devel@vger.kernel.org
Subject: RE: G++ internal compiler error

Hope you have enough memory in the build system..

Thanks & Regards
Somnath

-----Original Message-----
From: ceph-devel-owner@vger.kernel.org [mailto:ceph-devel-owner@vger.kernel.org] On Behalf Of James (Fei) Liu-SSI
Sent: Tuesday, February 09, 2016 4:10 PM
To: ceph-devel@vger.kernel.org
Subject: FW: G++ internal compiler error


Hi All,
 Compiler errors against Ceph master. Any clues?
 Here is my g++ version :
 g++ (Ubuntu 4.8.4-2ubuntu1~14.04) 4.8.4  Copyright (C) 2013 Free Software Foundation, Inc.
 This is free software; see the source for copying conditions.  There is NO  warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


Errors output:
CXX      mon/MonCap.lo
  CXX      mon/MonClient.lo
  CXX      mon/MonMap.lo
  CXX      osd/OSDMap.lo
  CXX      osd/osd_types.lo
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.8/README.Bugs> for instructions.
make[3]: *** [mon/MonCap.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/home/jamesliu/WorkSpace/omni_ceph/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/jamesliu/WorkSpace/omni_ceph/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/jamesliu/WorkSpace/omni_ceph/src'
make: *** [all-recursive] Error 1


Regards,
James
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@vger.kernel.org More majordomo info at  http://vger.kernel.org/majordomo-info.html
PLEASE NOTE: The information contained in this electronic mail message is intended only for the use of the designated recipient(s) named above. If the reader of this message is not the intended recipient, you are hereby notified that you have received this message in error and that any review, dissemination, distribution, or copying of this message is strictly prohibited. If you have received this communication in error, please notify the sender by telephone or e-mail (as shown above) immediately and destroy any and all copies of this message in your possession (whether hard copies or electronically stored copies).

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

end of thread, other threads:[~2016-02-10  0:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-10  0:10 FW: G++ internal compiler error James (Fei) Liu-SSI
2016-02-10  0:18 ` Willem Jan Withagen
2016-02-10  0:19 ` Somnath Roy
2016-02-10  0:51   ` James (Fei) Liu-SSI

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox