Search found 8 matches

by StevenD57
2019/10/04 18:21:27
Forum: CentOS 7 - General Support
Topic: Transaction Check Error: /usr/lib64/libSPIRV-Tools-opt.so ... conflicts with ...
Replies: 23
Views: 11951

Re: Transaction Check Error: /usr/lib64/libSPIRV-Tools-opt.so ... conflicts with [SOLVED]

I just created a new virtual machine today with centos 7 to see if this problem still exists. It seems that the spirv-tools-libs-2019.1-1.el7.x86_64.rpm has been updated to spirv-tools-libs-2019.1-4.el7.x86_64.rpm and the difference in the rpm contents is that the libSPIRV-Tools-opt.so file has been...
by StevenD57
2019/09/27 04:44:47
Forum: CentOS 7 - General Support
Topic: python conflicts on 7.6 -> 7.7 upgrade
Replies: 3
Views: 2703

Re: python conflicts on 7.6 -> 7.7 upgrade

Just a wild stab in the dark but I would be tempted to remove all of the python36u packages and then re-install the newer python packages after the upgrade finishes successfully. However you can also determine the repo where these packages came from by doing: yum info python36u-pip-9.0.1-1.ius.el7.n...
by StevenD57
2019/09/26 10:36:47
Forum: CentOS 7 - General Support
Topic: Transaction Check Error: /usr/lib64/libSPIRV-Tools-opt.so ... conflicts with ...
Replies: 23
Views: 11951

Re: Transaction Check Error: /usr/lib64/libSPIRV-Tools-opt.so ... conflicts with ...

This can now be marked SOLVED !!! Desertcat, the "solution" you suggested is NOT a solution if the end goal is to have a Centos 7 system where wine does indeed work. Surprisingly to both of us Skypeforlinux 8.52.x.y which does NOT run on CentOS 7.7 works just fine on Fedora 30. Might WINE version 4...
by StevenD57
2019/09/26 05:20:08
Forum: CentOS 7 - General Support
Topic: Transaction Check Error: /usr/lib64/libSPIRV-Tools-opt.so ... conflicts with ...
Replies: 23
Views: 11951

Re: Transaction Check Error: /usr/lib64/libSPIRV-Tools-opt.so ... conflicts with ...

Ah HA! I found the missing libX11-devel-1.6.5-2.el7.i686.rpm on a different centos ftp site in Japan, downloaded it and then installed it with: # yum install /tmp/rpms/libX11-devel-1.6.5-2.el7.i686.rpm Then I redid the following command: # rpmbuild --target=i686 -ba vulkan_mine.spec and this time it...
by StevenD57
2019/09/26 05:05:28
Forum: CentOS 7 - General Support
Topic: Transaction Check Error: /usr/lib64/libSPIRV-Tools-opt.so ... conflicts with ...
Replies: 23
Views: 11951

Re: Transaction Check Error: /usr/lib64/libSPIRV-Tools-opt.so ... conflicts with ...

I am just interested in getting wine.i686 to install and work on my system so I installed the spirv-tools-libs package yum install /tmp/spirv-tools-libs-2019.1-1.el7.x86_64.rpm yum install /tmp/spirv-tools-libs-2019.1-1.el7.i686.rpm then I downloaded and unpacked the vulkan-1.1.97.0-1.el7.src.rpm an...
by StevenD57
2019/09/25 19:28:14
Forum: CentOS 7 - General Support
Topic: Transaction Check Error: /usr/lib64/libSPIRV-Tools-opt.so ... conflicts with ...
Replies: 23
Views: 11951

Re: Transaction Check Error: /usr/lib64/libSPIRV-Tools-opt.so ... conflicts with ...

Do these vulkan or spirv-tools rpm files have either srpm files or spec files available? I would think it should be possible to alter spec files to resolve this dependency screw up and then rebuild the rpms from the srpm files.
by StevenD57
2019/09/25 14:42:58
Forum: CentOS 7 - General Support
Topic: Transaction Check Error: /usr/lib64/libSPIRV-Tools-opt.so ... conflicts with ...
Replies: 23
Views: 11951

Re: Transaction Check Error: /usr/lib64/libSPIRV-Tools-opt.so ... conflicts with ...

That harbottle git repo contains wine v4 bits, not v3 stuff and it seems to have the same exact dependencies and problems with vulkan and the spirv tools conflicts.
by StevenD57
2019/09/24 04:21:52
Forum: CentOS 7 - General Support
Topic: Transaction Check Error: /usr/lib64/libSPIRV-Tools-opt.so ... conflicts with ...
Replies: 23
Views: 11951

Re: Transaction Check Error: /usr/lib64/libSPIRV-Tools-opt.so ... conflicts with ...

I too am experiencing this same problem when trying to install wine. I tried this solution of enabling the harbottle repo and trying to install wine.686 on Centos 7 but it still gives the same exact error about spirv and vulcan. I do not have either package installed. # rpm -qa|grep -i spirv # rpm -...