Summary: | media-libs/osl-1.12.0.2-r1: fails to compile with LLVM_MAX_SLOT=13 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | yongxiang <tanekliang> |
Component: | Current packages | Assignee: | Adrian <agrigo2001> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | harrisl, proxy-maint, tanekliang |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build.log
emerge --info |
Created attachment 742809 [details]
emerge --info
same here The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2f3431518e4bf310d623077877f3d9b6c605cdd commit e2f3431518e4bf310d623077877f3d9b6c605cdd Author: Sam James <sam@gentoo.org> AuthorDate: 2021-10-04 00:08:28 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2021-10-04 00:08:28 +0000 media-libs/osl: needs <= LLVM 12 Closes: https://bugs.gentoo.org/816090 Signed-off-by: Sam James <sam@gentoo.org> media-libs/osl/osl-1.11.15.0.ebuild | 2 +- media-libs/osl/osl-1.12.0.2-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) |
Created attachment 742806 [details] build.log /tmp/portage/media-libs/osl-1.12.0.2-r1/work/OpenShadingLanguage-Release-1.12.0.2-dev/src/liboslexec/llvm_util.cpp:1391:13: error: ‘class llvm::TargetOptions’ has no member named ‘StackAlignmentOverride’ I manually modified it to LLVM_MAX_SLOT=12 on my localrepo and it can be compiled.