I have Ubuntu 14.04.5 LTS, and RX480 cards.
I cannot get an OPENCL driver installed. Whenever I do the install it says:
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
amdgpu-pro : Depends: libvdpau-amdgpu-pro but it is not going to be installed
amdgpu-pro-lib32 : Depends: libvdpau-amdgpu-pro:i386 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
I tried installing libvdpau-amdgpu-pro but it requires a different version of some packages that seem to be from after Ubuntu 14.04.5, and I don't know how to get those installed. I think this is related to the kernel being from the 16.04 release.
sudo apt-get install libvdpau-amdgpu-pro
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libvdpau-amdgpu-pro : Depends: libstdc++6 (>= 5.2) but 4.8.4-2ubuntu1~14.04.3 is to be installed
Depends: libtinfo5 (>= 6) but 5.9+20140118-1ubuntu1 is to be installed
Depends: libvdpau1 (>= 1.1) but 0.7-1ubuntu0.1 is to be installed or
libvdpau1-amdgpu-pro but it is not installable
E: Unable to correct problems, you have held broken packages.
I assume there is some way to get those installed but I don't know how.
I have read the excellent answer on Ubuntu 14.04.5/16.04/16.10 and AMD graphics but it does not apply to my question, and I wonder if anyone has threaded this needle.
I need to be on 14.04 for a compatibility issue unrelated to the RX480, so I can't go to the 16.04 release (one of the suggestions in that answer) (and anyway unfortunately the fglrx driver doesn't seem to work with the RX480 and so downgrading to 14.04.4 is not a workable solution.)
(FYI, I tried installing the adapter on a 16.04 box and it works fine)
Any help greatly appreciated.