Evening
I tried to install the new 17.50 linux drivers on Centos 7.4 and I'm still getting
--> Processing Dependency: xserver-abi(videodrv-19) >= 0 for package: glamor-amdgpu-1.19.0-511655.el6.x86_64
---> Package ids-amdgpu.noarch 0:1.0.0-511655.el6 will be installed
---> Package xorg-x11-amdgpu-drv-amdgpu.x86_64 1:1.4.0-511655.el6 will be installed
--> Processing Dependency: libudev.so.0()(64bit) for package: 1:xorg-x11-amdgpu-drv-amdgpu-1.4.0-511655.el6.x86_64
--> Finished Dependency Resolution
Error: Package: glamor-amdgpu-1.19.0-511655.el6.x86_64 (amdgpu-pro-local)
Requires: xserver-abi(videodrv-19) >= 0
Error: Package: 1:xorg-x11-amdgpu-drv-amdgpu-1.4.0-511655.el6.x86_64 (amdgpu-pro-local)
Requires: libudev.so.0()(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
Extra, if I do
> /opt/amdgpu-pro/bin/clinfo
terminate called after throwing an instance of 'cl::Error'
what(): clGetPlatformIDs
Aborted
and if I strace it
open("/lib64/tls/amdoclsc64", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/lib64/amdoclsc64", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/lib64/tls/amdoclsc64", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/lib64/amdoclsc64", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
munmap(0x7febd22a9000, 49393) = 0
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=49393, ...}) = 0
mmap(NULL, 49393, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7febd22a9000
close(7) = 0
open("/lib64/tls/libamdoclsc64.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/lib64/libamdoclsc64.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/lib64/tls/libamdoclsc64.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/lib64/libamdoclsc64.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
munmap(0x7febd22a9000, 49393) = 0
open("./amdoclsc64", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("./libamdoclsc64.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
brk(NULL) = 0x1280000
brk(0x12a1000) = 0x12a1000
munmap(0x7febc66f9000, 74831832) = 0
close(4) = 0
munmap(0x7febd22c7000, 4096) = 0
getdents(3, /* 0 entries */, 32768) = 0
close(3) = 0
futex(0x7febd19994d8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7febd1792190, FUTEX_WAKE_PRIVATE, 2147483647) = 0
write(2, "terminate called after throwing "..., 48terminate called after throwing an instance of ') = 48
and if I search the RPM's I don't find this file libamdoclsc64.so anywhere mentioned in them...