All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 11211] New: Internal compiler error: Killed (program cc1plus) on WebCoreDerivedSources.dir
@ 2018-08-09 21:30 bugzilla at busybox.net
  2018-08-10 17:34 ` [Buildroot] [Bug 11211] " bugzilla at busybox.net
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2018-08-09 21:30 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=11211

            Bug ID: 11211
           Summary: Internal compiler error: Killed (program cc1plus) on
                    WebCoreDerivedSources.dir
           Product: buildroot
           Version: 2018.02.2
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
          Assignee: unassigned at buildroot.uclibc.org
          Reporter: kdevries at AESAustin.com
                CC: buildroot at uclibc.org
  Target Milestone: ---

Attached configuration file.

Buildroot Version is actually 2018.02.04 - no selection under Version to allow
for this particular version.

Performed a 'make clean' before 'make'. Failure occurred about 2 hours into the
build process.

Last breath of build:

_/__/DerivedSources/WebCore/JSSVGFEDropShadowElement.cpp.o
i586-buildroot-linux-gnu-g++.br_real: internal compiler error: Killed (program
cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://bugs.buildroot.net/> for instructions.
make[4]: ***
[Source/WebCore/CMakeFiles/WebCoreDerivedSources.dir/build.make:14493:
Source/WebCore/CMakeFiles/WebCoreDerivedSources.dir/__/__/DerivedSources/WebCore/JSSVGFEColorMatrixElement.cpp.o]
Error 4
make[4]: *** Deleting file
'Source/WebCore/CMakeFiles/WebCoreDerivedSources.dir/__/__/DerivedSources/WebCore/JSSVGFEColorMatrixElement.cpp.o'
make[4]: *** Waiting for unfinished jobs....
{standard input}: Assembler messages:
{standard input}:2563: Warning: end of file not at end of a line; newline
inserted
{standard input}: Error: open CFI at the end of file; missing .cfi_endproc
directive
i586-buildroot-linux-gnu-g++.br_real: internal compiler error: Killed (program
cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://bugs.buildroot.net/> for instructions.
make[4]: ***
[Source/WebCore/CMakeFiles/WebCoreDerivedSources.dir/build.make:14469:
Source/WebCore/CMakeFiles/WebCoreDerivedSources.dir/__/__/DerivedSources/WebCore/JSSVGFEBlendElement.cpp.o]
Error 4
make[4]: Leaving directory
'/share/home/kdevries/esc/8864/buildroot/buildroot-2018.02.4/output/build/webkitgtk-2.18.6'
make[3]: *** [CMakeFiles/Makefile2:1017:
Source/WebCore/CMakeFiles/WebCoreDerivedSources.dir/all] Error 2
make[3]: Leaving directory
'/share/home/kdevries/esc/8864/buildroot/buildroot-2018.02.4/output/build/webkitgtk-2.18.6'
make[2]: *** [Makefile:152: all] Error 2
make[2]: Leaving directory
'/share/home/kdevries/esc/8864/buildroot/buildroot-2018.02.4/output/build/webkitgtk-2.18.6'
make[1]: *** [package/pkg-generic.mk:226:
/share/home/kdevries/esc/8864/buildroot/buildroot-2018.02.4/output/build/webkitgtk-2.18.6/.stamp_built]
Error 2
make[1]: Leaving directory
'/share/home/kdevries/esc/8864/buildroot/buildroot-2018.02.4'
make: *** [Makefile:39: buildroot_common] Error 2

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Buildroot] [Bug 11211] Internal compiler error: Killed (program cc1plus) on WebCoreDerivedSources.dir
  2018-08-09 21:30 [Buildroot] [Bug 11211] New: Internal compiler error: Killed (program cc1plus) on WebCoreDerivedSources.dir bugzilla at busybox.net
@ 2018-08-10 17:34 ` bugzilla at busybox.net
  2018-08-10 21:49 ` bugzilla at busybox.net
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2018-08-10 17:34 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=11211

Kevin D <kdevries@AESAustin.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |critical

--- Comment #1 from Kevin D <kdevries@AESAustin.com> ---
Attempted re-build several times since reporting bug, making sure to 'clean'
before build. Consistently failing with 'internal compiler error'.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Buildroot] [Bug 11211] Internal compiler error: Killed (program cc1plus) on WebCoreDerivedSources.dir
  2018-08-09 21:30 [Buildroot] [Bug 11211] New: Internal compiler error: Killed (program cc1plus) on WebCoreDerivedSources.dir bugzilla at busybox.net
  2018-08-10 17:34 ` [Buildroot] [Bug 11211] " bugzilla at busybox.net
@ 2018-08-10 21:49 ` bugzilla at busybox.net
  2018-08-13 15:48 ` bugzilla at busybox.net
  2018-08-21  6:58 ` bugzilla at busybox.net
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2018-08-10 21:49 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=11211

--- Comment #2 from Jan Kundr?t <jan.kundrat@cesnet.cz> ---
Are you sure that the build is not being killed externally? This is WebKit
which requires huge amounts of memory (and N-times that in a multi-CPU,
parallel build). How much RAM does your build environment have allocated? Is
there any trace of an OOM condition in dmesg?

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Buildroot] [Bug 11211] Internal compiler error: Killed (program cc1plus) on WebCoreDerivedSources.dir
  2018-08-09 21:30 [Buildroot] [Bug 11211] New: Internal compiler error: Killed (program cc1plus) on WebCoreDerivedSources.dir bugzilla at busybox.net
  2018-08-10 17:34 ` [Buildroot] [Bug 11211] " bugzilla at busybox.net
  2018-08-10 21:49 ` bugzilla at busybox.net
@ 2018-08-13 15:48 ` bugzilla at busybox.net
  2018-08-21  6:58 ` bugzilla at busybox.net
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2018-08-13 15:48 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=11211

--- Comment #3 from Kevin D <kdevries@AESAustin.com> ---
Yeah - there's definitely a end-of-memory problem. Dmesg reports OOM.

Only solution is to single-thread the build?

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Buildroot] [Bug 11211] Internal compiler error: Killed (program cc1plus) on WebCoreDerivedSources.dir
  2018-08-09 21:30 [Buildroot] [Bug 11211] New: Internal compiler error: Killed (program cc1plus) on WebCoreDerivedSources.dir bugzilla at busybox.net
                   ` (2 preceding siblings ...)
  2018-08-13 15:48 ` bugzilla at busybox.net
@ 2018-08-21  6:58 ` bugzilla at busybox.net
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2018-08-21  6:58 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=11211

Jan Kundr?t <jan.kundrat@cesnet.cz> changed:

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

--- Comment #4 from Jan Kundr?t <jan.kundrat@cesnet.cz> ---
You can either throw more RAM at the build, or you can limit the number of
parallel jobs, yeah. Note that once the compilation passes, you will still have
to link the resulting library which once again requires "plenty" of RAM.

I don't think that there's any issue in Buildroot here, so I'm closing this
bugreport. Please feel free to reopen.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

end of thread, other threads:[~2018-08-21  6:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-09 21:30 [Buildroot] [Bug 11211] New: Internal compiler error: Killed (program cc1plus) on WebCoreDerivedSources.dir bugzilla at busybox.net
2018-08-10 17:34 ` [Buildroot] [Bug 11211] " bugzilla at busybox.net
2018-08-10 21:49 ` bugzilla at busybox.net
2018-08-13 15:48 ` bugzilla at busybox.net
2018-08-21  6:58 ` bugzilla at busybox.net

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.