Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 816090 - media-libs/osl-1.12.0.2-r1: fails to compile with LLVM_MAX_SLOT=13
Summary: media-libs/osl-1.12.0.2-r1: fails to compile with LLVM_MAX_SLOT=13
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Adrian
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-03 16:26 UTC by yongxiang
Modified: 2021-10-04 00:08 UTC (History)
3 users (show)

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


Attachments
build.log (build.log,115.39 KB, text/x-log)
2021-10-03 16:26 UTC, yongxiang
Details
emerge --info (emerge-info,7.04 KB, text/plain)
2021-10-03 16:29 UTC, yongxiang
Details

Note You need to log in before you can comment on or make changes to this bug.
Description yongxiang 2021-10-03 16:26:45 UTC
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.
Comment 1 yongxiang 2021-10-03 16:29:23 UTC
Created attachment 742809 [details]
emerge --info
Comment 2 Harris Landgarten 2021-10-04 00:04:32 UTC
same here
Comment 3 Larry the Git Cow gentoo-dev 2021-10-04 00:08:47 UTC
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(-)