Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 589056 - dev-qt/qtwebkit-5.5.1-r1 fails to compile due to missing .cfi_endproc directive
Summary: dev-qt/qtwebkit-5.5.1-r1 fails to compile due to missing .cfi_endproc directive
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-18 08:29 UTC by Paul McDermott
Modified: 2016-08-11 10:59 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.