Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 779661 - dev-util/intel-graphics-compiler-1.0.5353 fails to compile
Summary: dev-util/intel-graphics-compiler-1.0.5353 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-01 06:58 UTC by Agostino Sarubbo
Modified: 2021-04-04 12:56 UTC (History)
0 users

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


Attachments
build.log (build.log,12.44 KB, text/plain)
2021-04-01 06:58 UTC, Agostino Sarubbo
Details
1-CMakeOutput.log (1-CMakeOutput.log,43.45 KB, text/plain)
2021-04-01 06:58 UTC, Agostino Sarubbo
Details
fix cmake building by providing exact llvm version (provide-llvm-ver.patch,979 bytes, patch)
2021-04-02 23:34 UTC, Nekun
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2021-04-01 06:58:34 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-util/intel-graphics-compiler-1.0.5353 fails to compile.
Discovered on: amd64 (internal ref: tinderbox)
Comment 1 Agostino Sarubbo gentoo-dev 2021-04-01 06:58:36 UTC
Created attachment 696630 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-04-01 06:58:37 UTC
Created attachment 696633 [details]
1-CMakeOutput.log

1-CMakeOutput.log
Comment 3 Agostino Sarubbo gentoo-dev 2021-04-01 06:58:38 UTC
Possible context of error(s):

  Could not find a configuration file for package "LLVM" that is compatible
Comment 4 Nekun 2021-04-02 23:33:30 UTC
Seems like cmake requires providing exact version in find_package function, not just major as ebuild does. Attached a patch to fix it.
Comment 5 Nekun 2021-04-02 23:34:42 UTC
Created attachment 696987 [details, diff]
fix cmake building by providing exact llvm version
Comment 6 Larry the Git Cow gentoo-dev 2021-04-04 12:56:24 UTC
The bug has been closed via the following commit(s):

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

commit cab5c607434d7c7c7b01987a0f9b7f1220d39eb3
Author:     Conrad Kostecki <conikost@gentoo.org>
AuthorDate: 2021-04-04 12:31:14 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2021-04-04 12:41:46 +0000

    dev-util/intel-graphics-compiler: fix compilation
    
    Closes: https://bugs.gentoo.org/779661
    Package-Manager: Portage-3.0.17, Repoman-3.0.2
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 .../intel-graphics-compiler/intel-graphics-compiler-1.0.5353.ebuild   | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)