Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 589056

Summary: dev-qt/qtwebkit-5.5.1-r1 fails to compile due to missing .cfi_endproc directive
Product: Gentoo Linux Reporter: Paul McDermott <pmcdermott98>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED NEEDINFO    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Paul McDermott 2016-07-18 08:29:11 UTC
Regular @world update got stuck compiling dev-qt/qtwebkit-5.5.1-r1. The error message complains about a missing .cfi_endproc directive

{standard input}: Assembler messages:
{standard input}:44049: Warning: end of file not at end of a line; newline inserted
{standard input}:44500: Error: unknown pseudo-op: `.cfi_def_'
{standard input}: Error: open CFI at the end of file; missing .cfi_endproc directive
i686-pc-linux-gnu-g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://bugs.gentoo.org/> for instructions.
Makefile.WebCore.Target:151539: recipe for target '.obj/inspector/InspectorAllInOne.o' failed
make[2]: *** [.obj/inspector/InspectorAllInOne.o] Error 4
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/var/tmp/portage/dev-qt/qtwebkit-5.5.1-r1/work/qtwebkit-opensource-src-5.5.1/Source/WebCore'
Makefile.WebCore:68: recipe for target 'sub-Target-pri-make_first-ordered' failed
make[1]: *** [sub-Target-pri-make_first-ordered] Error 2
make[1]: Leaving directory '/var/tmp/portage/dev-qt/qtwebkit-5.5.1-r1/work/qtwebkit-opensource-src-5.5.1/Source/WebCore'
Makefile:178: recipe for target 'sub-Source-WebCore-WebCore-pro-make_first-ordered' failed
make: *** [sub-Source-WebCore-WebCore-pro-make_first-ordered] Error 2
 * ERROR: dev-qt/qtwebkit-5.5.1-r1::gentoo failed (compile phase):
 *   emake failed
 * 
 * If you need support, post the output of `emerge --info '=dev-qt/qtwebkit-5.5.1-r1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-qt/qtwebkit-5.5.1-r1::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/dev-qt/qtwebkit-5.5.1-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-qt/qtwebkit-5.5.1-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-qt/qtwebkit-5.5.1-r1/work/qtwebkit-opensource-src-5.5.1'
 * S: '/var/tmp/portage/dev-qt/qtwebkit-5.5.1-r1/work/qtwebkit-opensource-src-5.5.1'

>>> Failed to emerge dev-qt/qtwebkit-5.5.1-r1, Log file:
Comment 1 Coacher 2016-07-18 09:38:14 UTC
Please attach the requested info:

* If you need support, post the output of `emerge --info '=dev-qt/qtwebkit-5.5.1-r1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-qt/qtwebkit-5.5.1-r1::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/dev-qt/qtwebkit-5.5.1-r1/temp/build.log'.
Comment 2 Rafał Mużyło 2016-07-18 13:53:46 UTC
...seriously though, that looks just like a standard OOM case - it didn't get stuck, it simply run out of resources.