View previous topic :: View next topic |
Author |
Message |
damianb n00b
Joined: 21 Sep 2023 Posts: 11
|
Posted: Sun Jan 19, 2025 6:52 pm Post subject: sci-libs/composable-kernel fpr pytorch fails to build |
|
|
Hello, trying to install pytorch. One of the ebuilds is sci-libs/composable-kernel but it keeps failing after 582/582 components of it are compiled. Seems like a linking issue but im not sure.
Code: | /usr/bin/x86_64-pc-linux-gnu-ld.bfd: final link failed
clang: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.
^[[31;01m*^[[0m ERROR: sci-libs/composable-kernel-6.1.1::gentoo failed (compile phase):
^[[31;01m*^[[0m ninja -v -j8 -l9 failed
^[[31;01m*^[[0m
^[[31;01m*^[[0m Call stack:
^[[31;01m*^[[0m ebuild.sh, line 136: Called src_compile
^[[31;01m*^[[0m environment, line 2139: Called cmake_src_compile
^[[31;01m*^[[0m environment, line 872: Called cmake_build
^[[31;01m*^[[0m environment, line 839: Called eninja
^[[31;01m*^[[0m environment, line 1321: Called die
^[[31;01m*^[[0m The specific snippet of code:
^[[31;01m*^[[0m "$@" || die -n "${*} failed"
^[[31;01m*^[[0m
|
Any help appreciated. Thank you.
[/code] |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31449 Location: here
|
Posted: Sun Jan 19, 2025 7:05 pm Post subject: |
|
|
You should post full build.log with wgetpaste command. _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
damianb n00b
Joined: 21 Sep 2023 Posts: 11
|
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31449 Location: here
|
|
Back to top |
|
|
damianb n00b
Joined: 21 Sep 2023 Posts: 11
|
Posted: Tue Jan 21, 2025 11:58 am Post subject: |
|
|
Ah thanks. I tried 6.3 only to realise the pytorch (my final goal) puills coffe2 which then depends on 6.1 versions.
Will try with less gpu architectures. Reason why I was pulling more is becuase I got 5700 xt and thats the gfx1010 which isnt well supported. So plan was to try different ones see if something works. Will try compiling only for gfx1030 and go from there. |
|
Back to top |
|
|
|