Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 919744 - sci-libs/caffe2-2.1.1-r1 Some corrections are needed to build successfully
Summary: sci-libs/caffe2-2.1.1-r1 Some corrections are needed to build successfully
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Tupone Alfredo
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-12-12 02:40 UTC by Aleksander Zatserkovnyy
Modified: 2023-12-14 18:30 UTC (History)
1 user (show)

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


Attachments
build.log (without cuda) (build.log.lzma,51.14 KB, application/x-lzma)
2023-12-14 08:17 UTC, hangglider
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Aleksander Zatserkovnyy 2023-12-12 02:40:14 UTC
1) FBGEMM must be updated to 2023.11.02 (2023.02.10 gives error is_radix_sort_accelerated_with_openmp is not a member of ‘fbgemm’)
To build caffe2 2.1.1-r1 with cuda:
2) cudnn-frontend 0.9.2 is needed (0.7.3 gives error)
3) cutlass 3.1.0 is needed (2.10.0-r1 gives error)

If you don't use cuda the string 206 of the ebuild
mv "${ED}${S}"/nvfuser python/nvfuser || die
leads to error (if use cuda; then ... helps).


Reproducible: Always

Steps to Reproduce:
1. emerge =sci-libs/caffe2-2.1.1-r1 with the noted versions of the deps
2.
3.
Actual Results:  
emerge exiting unsuccessfully with status '1'

Expected Results:  
emerge exiting successfully
Comment 1 hangglider 2023-12-14 08:17:34 UTC
Created attachment 879301 [details]
build.log (without cuda)

Same here (without USE=cuda)
Comment 2 Larry the Git Cow gentoo-dev 2023-12-14 18:30:48 UTC
The bug has been closed via the following commit(s):

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

commit 52575e06cb70d8f89dfbcfa3b40c4b216b4f35db
Author:     Alfredo Tupone <tupone@gentoo.org>
AuthorDate: 2023-12-14 18:29:37 +0000
Commit:     Alfredo Tupone <tupone@gentoo.org>
CommitDate: 2023-12-14 18:30:24 +0000

    sci-libs/caffe2: adj deps
    
    Closes: https://bugs.gentoo.org/919744
    Signed-off-by: Alfredo Tupone <tupone@gentoo.org>

 .../caffe2/{caffe2-2.1.1-r1.ebuild => caffe2-2.1.1-r2.ebuild}  | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)