Fails to build on ppc64el due custom compiler flags
Bug #1964154 reported by
Jochen Sprickerhof
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gcc-11 (Ubuntu) |
New
|
Undecided
|
Unassigned | ||
open3d (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
from the logs:
lto1: error: ‘-mrelocatable’ and ‘-mno-minimal-toc’ are incompatible
lto1: error: ‘-mrelocatable’ and ‘-mcall-linux’ are incompatible
In member function ‘_M_construct’:
To post a comment you must log in.
This package is already in the list of packages that have lto disabled, but the lto1 command is still being invoked and somehow getting confused with respect to options that are not being passed in by the open3d build system. Opening a task on gcc-11 because this appears to be a compiler bug.