Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 803836 - net-libs/nodejs-12.22.3: Error: open CFI at the end of file; missing .cfi_endproc directive
Summary: net-libs/nodejs-12.22.3: Error: open CFI at the end of file; missing .cfi_end...
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: William Hubbs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-07-24 13:43 UTC by HougeLangley
Modified: 2021-07-26 09:47 UTC (History)
2 users (show)

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


Attachments
emerge --info (emerge-info,6.06 KB, text/plain)
2021-07-24 13:46 UTC, HougeLangley
Details
build_log (nodejs-build-faild.log,113.51 KB, text/x-log)
2021-07-24 13:46 UTC, HougeLangley
Details

Note You need to log in before you can comment on or make changes to this bug.
Description HougeLangley 2021-07-24 13:43:20 UTC
Upgrade my system, nodejs build failed.

{standard input}: Assembler messages:
{standard input}:55552: 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
x86_64-pc-linux-gnu-g++: fatal error: Killed signal terminated program cc1plus

Reproducible: Always

Actual Results:  
Build failed
Comment 1 HougeLangley 2021-07-24 13:46:08 UTC
Created attachment 726475 [details]
emerge --info
Comment 2 HougeLangley 2021-07-24 13:46:26 UTC
Created attachment 726478 [details]
build_log
Comment 3 Marek Szuba archtester gentoo-dev 2021-07-25 20:51:00 UTC
Your problem is that the C++ compiler has been killed for some reason, resulting in truncated assembly output. Check your system logs for any hints why cc1plus gets killed.

Needless to say, I cannot reproduce this on my end.
Comment 4 HougeLangley 2021-07-26 09:47:52 UTC
(In reply to Marek Szuba from comment #3)
> Your problem is that the C++ compiler has been killed for some reason,
> resulting in truncated assembly output. Check your system logs for any hints
> why cc1plus gets killed.
> 
> Needless to say, I cannot reproduce this on my end.

The problem is solved. My RAM is too low. Adding more RAM will done.