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

Bug 903684

Summary: media-gfx/openvdb-10.0.1 failed to emerge
Product: Gentoo Linux Reporter: armouredheart
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal CC: jstein
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log from portage of failed build
result of "emerge --info"
result of "emerge -pqv"

Description armouredheart 2023-04-01 23:27:50 UTC
I was emerging media-gfx/blender-3.3.2 and openvdb failed to build.


Reproducible: Always

Steps to Reproduce:
1.emerge media-gfx/openvdb-10.0.1
Actual Results:  
The build fails.

Expected Results:  
The build should succeed.
Comment 1 armouredheart 2023-04-01 23:28:56 UTC
Created attachment 859401 [details]
build.log from portage of failed build
Comment 2 armouredheart 2023-04-01 23:30:06 UTC
Created attachment 859402 [details]
result of "emerge --info"
Comment 3 armouredheart 2023-04-01 23:30:45 UTC
Created attachment 859403 [details]
result of "emerge -pqv"
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-04-01 23:31:01 UTC
{standard input}:1396658: Warning: end of file not at end of a line; newline inserted
{standard input}:1397389: Error: number of operands mismatch for `lea'
{standard input}: Error: open CFI at the end of file; missing .cfi_endproc directive
[01m[Kx86_64-pc-linux-gnu-g++:[m[K [01;31m[Kfatal error: [m[KTerminated signal terminated program cc1plus

You likely OOM'd.
Comment 5 armouredheart 2023-04-02 14:33:42 UTC
(In reply to Sam James from comment #4)
> {standard input}:1396658: Warning: end of file not at end of a line; newline
> inserted
> {standard input}:1397389: Error: number of operands mismatch for `lea'
> {standard input}: Error: open CFI at the end of file; missing .cfi_endproc
> directive
> [01m[Kx86_64-pc-linux-gnu-g++:[m[K [01;31m[Kfatal error: [m[KTerminated
> signal terminated program cc1plus
> 
> You likely OOM'd.

Yep, you're right. I mounted an 8GB swap file and it compiled. (Took a while, of course)
Sorry for jumping the gun and filing a needless bug report.