Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 873028 - dev-util/intel-graphics-compiler wrong LLVM_MAX_SLOT
Summary: dev-util/intel-graphics-compiler wrong LLVM_MAX_SLOT
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jan Henke
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: llvm-14-tracker
  Show dependency tree
 
Reported: 2022-09-26 09:30 UTC by Gerald Raaf
Modified: 2022-11-15 22:41 UTC (History)
4 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gerald Raaf 2022-09-26 09:30:56 UTC
after intel-graphics-compiler-1.0.11485-r1.ebuild i have to create a local ebuild because the LLVM_MAX_SLOT has changed from "14" to "13". Don't know wy.

In https://gitweb.gentoo.org/repo/gentoo.git/tree/dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.11485-r1.ebuild?id=171e675f5dd7063f9f88db494eede0d298b7eb86

is
LLVM_MAX_SLOT="14"

after this
https://gitweb.gentoo.org/repo/gentoo.git/diff/dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.11485-r2.ebuild?id=4298d97a5adb1fccc31a02047fb1239fe947ed57 

and all following ebuilds the LLVM_MAX_SLOT has changed to
LLVM_MAX_SLOT="13"

the variable want's to pull in an unnecessary new sloted Version.

Could this please changed back to LLVM_MAX_SLOT="14".


Reproducible: Always
Comment 1 Ionen Wolkens gentoo-dev 2022-09-26 10:07:47 UTC
It was due to bug #859886 and correct at the time (aka, it built with 14 but had runtime issues solved by reverting back to 13), but looking at the upstream issue it sounds like it's been fixed for current in-tree versions.
Comment 2 Conrad Kostecki gentoo-dev 2022-09-26 10:39:59 UTC
Yes, current versions in tree are LLVM13. I currently don't have any time to test with a major LLVM14 update. If you can test the new pushed versions from yesterday with LLVM14 updated in you local overlay, this would be a great help.
Comment 3 Larry the Git Cow gentoo-dev 2022-10-10 21:00:11 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e84653312dc04f900863758a3b9be48cb96df8e

commit 7e84653312dc04f900863758a3b9be48cb96df8e
Author:     Conrad Kostecki <conikost@gentoo.org>
AuthorDate: 2022-10-08 20:12:36 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2022-10-10 20:59:45 +0000

    dev-util/intel-graphics-compiler: add 1.0.12260.1
    
    Bug: https://bugs.gentoo.org/873028
    Closes: https://bugs.gentoo.org/865385
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 dev-util/intel-graphics-compiler/Manifest          |  1 +
 .../intel-graphics-compiler-1.0.12260.1.ebuild     | 86 ++++++++++++++++++++++
 2 files changed, 87 insertions(+)
Comment 4 Larry the Git Cow gentoo-dev 2022-11-15 22:41:00 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=832ba9c87c6a3f7ceab51590e3d02775aeb8d824

commit 832ba9c87c6a3f7ceab51590e3d02775aeb8d824
Author:     Conrad Kostecki <conikost@gentoo.org>
AuthorDate: 2022-11-15 21:59:51 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2022-11-15 22:39:06 +0000

    dev-util/intel-graphics-compiler: drop 1.0.12149.1
    
    Closes: https://bugs.gentoo.org/873028
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 dev-util/intel-graphics-compiler/Manifest          |  1 -
 .../intel-graphics-compiler-1.0.12149.1.ebuild     | 85 ----------------------
 2 files changed, 86 deletions(-)