I did yum -y update --exclude=vulkan*; then rebooted When I do yum check-updates I get this: (which I expect) vulkan.x86_64 1.1.97.0-1.el7 base vulkan-filesystem.noarch 1.1.97.0-1.el7 base When I do the yum -y update I get this: Transaction check error: file /usr/lib64/libSPIRV-Tools-opt.so from install of vulkan-1.1.97.0-1.el7.x86_64 conflicts with file from package spirv-tools-libs-2019.1-1.el7.x86_64 file /usr/lib64/libSPIRV-Tools.so from install of vulkan-1.1.97.0-1.el7.x86_64 conflicts with file from package spirv-tools-libs-2019.1-1.el7.x86_64 How do I get past that ? Vulkan is used by "wine" I believe. THanks Jerry
On 18/09/2019 13:12, Jerry Geis wrote:> I did yum -y update --exclude=vulkan*; then rebooted > > When I do yum check-updates I get this: (which I expect) > > vulkan.x86_64 > 1.1.97.0-1.el7 base > vulkan-filesystem.noarch > 1.1.97.0-1.el7 base > > When I do the yum -y update I get this: > > Transaction check error: > file /usr/lib64/libSPIRV-Tools-opt.so from install of > vulkan-1.1.97.0-1.el7.x86_64 conflicts with file from package > spirv-tools-libs-2019.1-1.el7.x86_64 > file /usr/lib64/libSPIRV-Tools.so from install of > vulkan-1.1.97.0-1.el7.x86_64 conflicts with file from package > spirv-tools-libs-2019.1-1.el7.x86_64 > > > How do I get past that ? Vulkan is used by "wine" I believe. >spirv-tools-libs-2019.1-1.el7.x86_64 looks to be from EPEL? If so, file a bug with EPEL and ask them to fix it?
On 19/09/19 7:01 AM, Phil Perry wrote:> On 18/09/2019 13:12, Jerry Geis wrote: >> Transaction check error: >> ?? file /usr/lib64/libSPIRV-Tools-opt.so from install of >> vulkan-1.1.97.0-1.el7.x86_64 conflicts with file from package >> spirv-tools-libs-2019.1-1.el7.x86_64 >> ?? file /usr/lib64/libSPIRV-Tools.so from install of >> vulkan-1.1.97.0-1.el7.x86_64 conflicts with file from package >> spirv-tools-libs-2019.1-1.el7.x86_64 > > spirv-tools-libs-2019.1-1.el7.x86_64 looks to be from EPEL? If so, file > a bug with EPEL and ask them to fix it?There already is a bug filed for this: https://bugzilla.redhat.com/show_bug.cgi?id=1745104 Peter