FS#74762 - llvm-libs 13.0.1-3 breaks foldingathome
Attached to Project:
Arch Linux
Opened by merlock (merlock) - Monday, 16 May 2022, 00:07 GMT
Last edited by Antonio Rojas (arojas) - Sunday, 19 June 2022, 09:40 GMT
Opened by merlock (merlock) - Monday, 16 May 2022, 00:07 GMT
Last edited by Antonio Rojas (arojas) - Sunday, 19 June 2022, 09:40 GMT
|
Details
Description: Upgrade to llvm-libs 13.0.1-3 breaks
foldingathome (fah) GPU use.
Additional info: * package version(s) llvm-libs 13.0.3-1 * config and/or log files etc.: FAH log *after* upgrade: http://ix.io/3XSs (particularly starting with this line: 23:35:49:WU00:FS01:0x22:Failed to create OpenCL context: FAH log after downgrading to llvm-libs 13.0.1-2: http://ix.io/3XSt * link to upstream bug report, if any N/A Steps to reproduce: Upgrade to llvm-libs 13.0.1-3; restart FAH. Error results. Side note: Since FAH (and the amd-opencl) are AUR packages, I did rebuild both of them with llvm{-libs} 13.0.1-3 installed, with no change in this reported behavior. |
This task depends upon
Run the following on your system to possibly discover similarly affected binaries from installed AUR packages (download the attached txt file and run the command in a directory with it):
$ pacman -Qlq $(pacman -Qmq) | grep -v /$ | while read file; do grep -Fq libLLVM-13.so $file && readelf -Ws $file | grep -Fqf llvm-13.0.1-3-removed-symbols.txt && echo $file; done
I didn't find anything with my AUR packages.
I guess it has something to do with how FAH is compiled.