https://bugzilla.redhat.com/show_bug.cgi?id=2036135 --- Comment #5 from Dominik 'Rathann' Mierzejewski <dominik@xxxxxxxxxxxxxx> --- It looks like it needs a runtime dependency on intel-igc. Without intel-igc installed, it doesn't do anything under clpeak: $ strace -f clpeak ... [pid 17433] openat(AT_FDCWD, "/lib64/libigdfcl.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) [pid 17433] openat(AT_FDCWD, "/usr/lib64/libigdfcl.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) [pid 17433] munmap(0x7fabf564d000, 53975) = 0 [pid 17433] openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 [pid 17433] newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=53975, ...}, AT_EMPTY_PATH) = 0 [pid 17433] mmap(NULL, 53975, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fabf564d000 [pid 17433] close(3) = 0 [pid 17433] openat(AT_FDCWD, "/lib64/libigc.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) [pid 17433] openat(AT_FDCWD, "/usr/lib64/libigc.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) However, once added, it segfaults. clinfo segfaults as well. Now, I'm doing this on F35 with your RPMs from COPR installed, so it's possible there's some library mismatch. -- You are receiving this mail because: You are always notified about changes to this product and component You are on the CC list for the bug. https://bugzilla.redhat.com/show_bug.cgi?id=2036135 _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure