Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 903684 - media-gfx/openvdb-10.0.1 failed to emerge
Summary: media-gfx/openvdb-10.0.1 failed to emerge
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-01 23:27 UTC by armouredheart
Modified: 2023-04-02 17:09 UTC (History)
1 user (show)

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


Attachments
build.log from portage of failed build (openvdb-build-log.txt,87.63 KB, text/plain)
2023-04-01 23:28 UTC, armouredheart
Details
result of "emerge --info" (openvdb-emerge-info.txt,18.68 KB, text/plain)
2023-04-01 23:30 UTC, armouredheart
Details
result of "emerge -pqv" (openvdb-emerge-pqv.txt,905 bytes, text/plain)
2023-04-01 23:30 UTC, armouredheart
Details

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