Mailing List Archive

screpo 32-bit dependency errors
1) I'm not sure how many of your users are stuck on 32-bit CentOS6,
but I am one of them. I had to explicitly hardcode i686 as the
basearch in the repository definition:

# cat screpo.repo
[screpo]
name = screpo
#baseurl = http://scrpms.net/pub/RPMS/el6/$basearch
baseurl = http://scrpms.net/pub/RPMS/el6/i686
enabled=1
gpgkey=http://scrpms.net/pub/RPM-GPG-KEY.scrpms
gpgcheck=1


2) I'm getting dependency error for qt48 when trying to update. This
will be the first switchover for me from atrpms.

--> Running transaction check
---> Package nvidia-graphics319.17-kmdl-2.6.32-358.6.2.el6.i686
0:319.17-155.1.el6 will be erased
---> Package qt48-webkit-devel.i686 1:4.8.5-8.el6 will be installed
--> Processing Dependency: qt48-webkit(x86-32) = 4.8.5-8.el6 for
package: 1:qt48-webkit-devel-4.8.5-8.el6.i686
--> Processing Dependency: qt48-devel(x86-32) = 4.8.5-8.el6 for
package: 1:qt48-webkit-devel-4.8.5-8.el6.i686
--> Finished Dependency Resolution
Error: Package: 1:qt48-webkit-devel-4.8.5-8.el6.i686 (screpo)
Requires: qt48-webkit(x86-32) = 4.8.5-8.el6
Available: 1:qt48-webkit-4.8.5-8.el6.i686 (screpo)
qt48-webkit(x86-32) = 1:4.8.5-8.el6
qt48-webkit(x86-32) = 1:4.8.5-8.el6
Error: Package: 1:qt48-webkit-devel-4.8.5-8.el6.i686 (screpo)
Requires: qt48-devel(x86-32) = 4.8.5-8.el6
Installing: 1:qt48-devel-4.8.5-8.el6.i686 (screpo)
qt48-devel(x86-32) = 1:4.8.5-8.el6
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

_______________________________________________
atrpms-users mailing list
atrpms-users@atrpms.net
http://lists.atrpms.net/mailman/listinfo/atrpms-users
Re: screpo 32-bit dependency errors [ In reply to ]
I use 32 bit frontend. It may be that the repo was updating at the time. Try again and let me know. You could try yum clean all 
to make sure there isn't a metadata problem.

Good luck
Stephen


Sent from my Samsung GALAXY S4 on the Telstra 4G network

<div>-------- Original message --------</div><div>From: sdkovacs <sdkovacs@gmail.com> </div><div>Date:22/07/2014 1:16 AM (GMT+10:00) </div><div>To: ATrpms user list <atrpms-users@atrpms.net> </div><div>Subject: [ATrpms-users] screpo 32-bit dependency errors </div><div>
</div>1) I'm not sure how many of your users are stuck on 32-bit CentOS6,
but I am one of them. I had to explicitly hardcode i686 as the
basearch in the repository definition:

# cat screpo.repo
[screpo]
name = screpo
#baseurl = http://scrpms.net/pub/RPMS/el6/$basearch
baseurl = http://scrpms.net/pub/RPMS/el6/i686
enabled=1
gpgkey=http://scrpms.net/pub/RPM-GPG-KEY.scrpms
gpgcheck=1


2) I'm getting dependency error for qt48 when trying to update. This
will be the first switchover for me from atrpms.

--> Running transaction check
---> Package nvidia-graphics319.17-kmdl-2.6.32-358.6.2.el6.i686
0:319.17-155.1.el6 will be erased
---> Package qt48-webkit-devel.i686 1:4.8.5-8.el6 will be installed
--> Processing Dependency: qt48-webkit(x86-32) = 4.8.5-8.el6 for
package: 1:qt48-webkit-devel-4.8.5-8.el6.i686
--> Processing Dependency: qt48-devel(x86-32) = 4.8.5-8.el6 for
package: 1:qt48-webkit-devel-4.8.5-8.el6.i686
--> Finished Dependency Resolution
Error: Package: 1:qt48-webkit-devel-4.8.5-8.el6.i686 (screpo)
           Requires: qt48-webkit(x86-32) = 4.8.5-8.el6
           Available: 1:qt48-webkit-4.8.5-8.el6.i686 (screpo)
               qt48-webkit(x86-32) = 1:4.8.5-8.el6
               qt48-webkit(x86-32) = 1:4.8.5-8.el6
Error: Package: 1:qt48-webkit-devel-4.8.5-8.el6.i686 (screpo)
           Requires: qt48-devel(x86-32) = 4.8.5-8.el6
           Installing: 1:qt48-devel-4.8.5-8.el6.i686 (screpo)
               qt48-devel(x86-32) = 1:4.8.5-8.el6
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

_______________________________________________
atrpms-users mailing list
atrpms-users@atrpms.net
http://lists.atrpms.net/mailman/listinfo/atrpms-users
Re: screpo 32-bit dependency errors [ In reply to ]
I'm still getting the same dependecy errors, even after doing a yum
clean all && yum update

Should I be disabling the atrpms repo?

On Mon, Jul 21, 2014 at 3:44 PM, Stephen Collier <judithc@bigpond.net.au> wrote:
> I use 32 bit frontend. It may be that the repo was updating at the time. Try
> again and let me know. You could try yum clean all
> to make sure there isn't a metadata problem.
>
> Good luck
> Stephen
>
>
> Sent from my Samsung GALAXY S4 on the Telstra 4G network
>
>
> -------- Original message --------
> From: sdkovacs
> Date:22/07/2014 1:16 AM (GMT+10:00)
> To: ATrpms user list
> Subject: [ATrpms-users] screpo 32-bit dependency errors
>
> 1) I'm not sure how many of your users are stuck on 32-bit CentOS6,
> but I am one of them. I had to explicitly hardcode i686 as the
> basearch in the repository definition:
>
> # cat screpo.repo
> [screpo]
> name = screpo
> #baseurl = http://scrpms.net/pub/RPMS/el6/$basearch
> baseurl = http://scrpms.net/pub/RPMS/el6/i686
> enabled=1
> gpgkey=http://scrpms.net/pub/RPM-GPG-KEY.scrpms
> gpgcheck=1
>
>
> 2) I'm getting dependency error for qt48 when trying to update. This
> will be the first switchover for me from atrpms.
>
> --> Running transaction check
> ---> Package nvidia-graphics319.17-kmdl-2.6.32-358.6.2.el6.i686
> 0:319.17-155.1.el6 will be erased
> ---> Package qt48-webkit-devel.i686 1:4.8.5-8.el6 will be installed
> --> Processing Dependency: qt48-webkit(x86-32) = 4.8.5-8.el6 for
> package: 1:qt48-webkit-devel-4.8.5-8.el6.i686
> --> Processing Dependency: qt48-devel(x86-32) = 4.8.5-8.el6 for
> package: 1:qt48-webkit-devel-4.8.5-8.el6.i686
> --> Finished Dependency Resolution
> Error: Package: 1:qt48-webkit-devel-4.8.5-8.el6.i686 (screpo)
> Requires: qt48-webkit(x86-32) = 4.8.5-8.el6
> Available: 1:qt48-webkit-4.8.5-8.el6.i686 (screpo)
> qt48-webkit(x86-32) = 1:4.8.5-8.el6
> qt48-webkit(x86-32) = 1:4.8.5-8.el6
> Error: Package: 1:qt48-webkit-devel-4.8.5-8.el6.i686 (screpo)
> Requires: qt48-devel(x86-32) = 4.8.5-8.el6
> Installing: 1:qt48-devel-4.8.5-8.el6.i686 (screpo)
> qt48-devel(x86-32) = 1:4.8.5-8.el6
> You could try using --skip-broken to work around the problem
> You could try running: rpm -Va --nofiles --nodigest
>
> _______________________________________________
> atrpms-users mailing list
> atrpms-users@atrpms.net
> http://lists.atrpms.net/mailman/listinfo/atrpms-users
>
> _______________________________________________
> atrpms-users mailing list
> atrpms-users@atrpms.net
> http://lists.atrpms.net/mailman/listinfo/atrpms-users

_______________________________________________
atrpms-users mailing list
atrpms-users@atrpms.net
http://lists.atrpms.net/mailman/listinfo/atrpms-users
Re: screpo 32-bit dependency errors [ In reply to ]
The atrpms repo is a requirement. I'll check on another machine and see if I can reproduce it.

Stephen


Sent from my Samsung GALAXY S4 on the Telstra 4G network

<div>-------- Original message --------</div><div>From: sdkovacs <sdkovacs@gmail.com> </div><div>Date:22/07/2014 6:53 AM (GMT+10:00) </div><div>To: "User discussion about ATrpms.net" <atrpms-users@atrpms.net> </div><div>Subject: Re: [ATrpms-users] screpo 32-bit dependency errors </div><div>
</div>I'm still getting the same dependecy errors, even after doing a yum
clean all && yum update

Should I be disabling the atrpms repo?

On Mon, Jul 21, 2014 at 3:44 PM, Stephen Collier <judithc@bigpond.net.au> wrote:
> I use 32 bit frontend. It may be that the repo was updating at the time. Try
> again and let me know. You could try yum clean all
> to make sure there isn't a metadata problem.
>
> Good luck
> Stephen
>
>
> Sent from my Samsung GALAXY S4 on the Telstra 4G network
>
>
> -------- Original message --------
> From: sdkovacs
> Date:22/07/2014 1:16 AM (GMT+10:00)
> To: ATrpms user list
> Subject: [ATrpms-users] screpo 32-bit dependency errors
>
> 1) I'm not sure how many of your users are stuck on 32-bit CentOS6,
> but I am one of them. I had to explicitly hardcode i686 as the
> basearch in the repository definition:
>
> # cat screpo.repo
> [screpo]
> name = screpo
> #baseurl = http://scrpms.net/pub/RPMS/el6/$basearch
> baseurl = http://scrpms.net/pub/RPMS/el6/i686
> enabled=1
> gpgkey=http://scrpms.net/pub/RPM-GPG-KEY.scrpms
> gpgcheck=1
>
>
> 2) I'm getting dependency error for qt48 when trying to update. This
> will be the first switchover for me from atrpms.
>
> --> Running transaction check
> ---> Package nvidia-graphics319.17-kmdl-2.6.32-358.6.2.el6.i686
> 0:319.17-155.1.el6 will be erased
> ---> Package qt48-webkit-devel.i686 1:4.8.5-8.el6 will be installed
> --> Processing Dependency: qt48-webkit(x86-32) = 4.8.5-8.el6 for
> package: 1:qt48-webkit-devel-4.8.5-8.el6.i686
> --> Processing Dependency: qt48-devel(x86-32) = 4.8.5-8.el6 for
> package: 1:qt48-webkit-devel-4.8.5-8.el6.i686
> --> Finished Dependency Resolution
> Error: Package: 1:qt48-webkit-devel-4.8.5-8.el6.i686 (screpo)
>            Requires: qt48-webkit(x86-32) = 4.8.5-8.el6
>            Available: 1:qt48-webkit-4.8.5-8.el6.i686 (screpo)
>                qt48-webkit(x86-32) = 1:4.8.5-8.el6
>                qt48-webkit(x86-32) = 1:4.8.5-8.el6
> Error: Package: 1:qt48-webkit-devel-4.8.5-8.el6.i686 (screpo)
>            Requires: qt48-devel(x86-32) = 4.8.5-8.el6
>            Installing: 1:qt48-devel-4.8.5-8.el6.i686 (screpo)
>                qt48-devel(x86-32) = 1:4.8.5-8.el6
> You could try using --skip-broken to work around the problem
> You could try running: rpm -Va --nofiles --nodigest
>
> _______________________________________________
> atrpms-users mailing list
> atrpms-users@atrpms.net
> http://lists.atrpms.net/mailman/listinfo/atrpms-users
>
> _______________________________________________
> atrpms-users mailing list
> atrpms-users@atrpms.net
> http://lists.atrpms.net/mailman/listinfo/atrpms-users

_______________________________________________
atrpms-users mailing list
atrpms-users@atrpms.net
http://lists.atrpms.net/mailman/listinfo/atrpms-users
Re: screpo 32-bit dependency errors [ In reply to ]
On Mon, Jul 21, 2014 at 8:09 PM, Stephen Collier <judithc@bigpond.net.au> wrote:
> The atrpms repo is a requirement. I'll check on another machine and see if I
> can reproduce it.
>
> Stephen
>
>
> Sent from my Samsung GALAXY S4 on the Telstra 4G network

It seems to be requiring a package that is not available? Requires:
qt48-devel(x86-32) = 4.8.5-8.el6

--> Running transaction check
---> Package libmyth-0.27_0.i686 0:0.27.3-7.el6 will be installed
---> Package libmythavfilter3.i686 0:0.27.3-7.el6 will be installed
---> Package libmythavutil52.i686 0:0.27.3-7.el6 will be installed
---> Package libmythbase-0.27_0.i686 0:0.27.3-7.el6 will be installed
---> Package libmythfreemheg-0.27_0.i686 0:0.27.3-7.el6 will be installed
---> Package libmythhdhomerun-0.27_0.i686 0:0.27.3-7.el6 will be installed
---> Package libmythlivemedia-0.27_0.i686 0:0.27.3-7.el6 will be installed
---> Package libmythmetadata-0.27_0.i686 0:0.27.3-7.el6 will be installed
---> Package libmythprotoserver-0.27_0.i686 0:0.27.3-7.el6 will be installed
---> Package libmythservicecontracts-0.27_0.i686 0:0.27.3-7.el6 will
be installed
---> Package libmythtv-0.27_0.i686 0:0.27.3-7.el6 will be installed
---> Package libmythui-0.27_0.i686 0:0.27.3-7.el6 will be installed
---> Package libmythupnp-0.27_0.i686 0:0.27.3-7.el6 will be installed
---> Package qt48-webkit-devel.i686 1:4.8.5-8.el6 will be installed
--> Processing Dependency: qt48-webkit(x86-32) = 4.8.5-8.el6 for
package: 1:qt48-webkit-devel-4.8.5-8.el6.i686
--> Processing Dependency: qt48-devel(x86-32) = 4.8.5-8.el6 for
package: 1:qt48-webkit-devel-4.8.5-8.el6.i686
--> Finished Dependency Resolution
Error: Package: 1:qt48-webkit-devel-4.8.5-8.el6.i686 (screpo)
Requires: qt48-devel(x86-32) = 4.8.5-8.el6
Installed: 1:qt48-devel-4.8.5-8.el6.i686 (@screpo)
qt48-devel(x86-32) = 1:4.8.5-8.el6
Error: Package: 1:qt48-webkit-devel-4.8.5-8.el6.i686 (screpo)
Requires: qt48-webkit(x86-32) = 4.8.5-8.el6
Installed: 1:qt48-webkit-4.8.5-8.el6.i686 (@screpo)
qt48-webkit(x86-32) = 1:4.8.5-8.el6
qt48-webkit(x86-32) = 1:4.8.5-8.el6
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
[root@mythbox ~]# rpm -qa | grep qt48
qt48-x11-4.8.5-8.el6.i686
qt48-webkit-4.8.5-8.el6.i686
qt48-4.8.5-8.el6.i686
qt48-devel-4.8.5-8.el6.i686


>
>
> -------- Original message --------
> From: sdkovacs
> Date:22/07/2014 6:53 AM (GMT+10:00)
> To: "User discussion about ATrpms.net"
> Subject: Re: [ATrpms-users] screpo 32-bit dependency errors
>
> I'm still getting the same dependecy errors, even after doing a yum
> clean all && yum update
>
> Should I be disabling the atrpms repo?
>
> On Mon, Jul 21, 2014 at 3:44 PM, Stephen Collier <judithc@bigpond.net.au>
> wrote:
>> I use 32 bit frontend. It may be that the repo was updating at the time.
>> Try
>> again and let me know. You could try yum clean all
>> to make sure there isn't a metadata problem.
>>
>> Good luck
>> Stephen
>>
>>
>> Sent from my Samsung GALAXY S4 on the Telstra 4G network
>>
>>
>> -------- Original message --------
>> From: sdkovacs
>> Date:22/07/2014 1:16 AM (GMT+10:00)
>> To: ATrpms user list
>> Subject: [ATrpms-users] screpo 32-bit dependency errors
>>
>> 1) I'm not sure how many of your users are stuck on 32-bit CentOS6,
>> but I am one of them. I had to explicitly hardcode i686 as the
>> basearch in the repository definition:
>>
>> # cat screpo.repo
>> [screpo]
>> name = screpo
>> #baseurl = http://scrpms.net/pub/RPMS/el6/$basearch
>> baseurl = http://scrpms.net/pub/RPMS/el6/i686
>> enabled=1
>> gpgkey=http://scrpms.net/pub/RPM-GPG-KEY.scrpms
>> gpgcheck=1
>>
>>
>> 2) I'm getting dependency error for qt48 when trying to update. This
>> will be the first switchover for me from atrpms.
>>
>> --> Running transaction check
>> ---> Package nvidia-graphics319.17-kmdl-2.6.32-358.6.2.el6.i686
>> 0:319.17-155.1.el6 will be erased
>> ---> Package qt48-webkit-devel.i686 1:4.8.5-8.el6 will be installed
>> --> Processing Dependency: qt48-webkit(x86-32) = 4.8.5-8.el6 for
>> package: 1:qt48-webkit-devel-4.8.5-8.el6.i686
>> --> Processing Dependency: qt48-devel(x86-32) = 4.8.5-8.el6 for
>> package: 1:qt48-webkit-devel-4.8.5-8.el6.i686
>> --> Finished Dependency Resolution
>> Error: Package: 1:qt48-webkit-devel-4.8.5-8.el6.i686 (screpo)
>> Requires: qt48-webkit(x86-32) = 4.8.5-8.el6
>> Available: 1:qt48-webkit-4.8.5-8.el6.i686 (screpo)
>> qt48-webkit(x86-32) = 1:4.8.5-8.el6
>> qt48-webkit(x86-32) = 1:4.8.5-8.el6
>> Error: Package: 1:qt48-webkit-devel-4.8.5-8.el6.i686 (screpo)
>> Requires: qt48-devel(x86-32) = 4.8.5-8.el6
>> Installing: 1:qt48-devel-4.8.5-8.el6.i686 (screpo)
>> qt48-devel(x86-32) = 1:4.8.5-8.el6
>> You could try using --skip-broken to work around the problem
>> You could try running: rpm -Va --nofiles --nodigest
>>
>> _______________________________________________
>> atrpms-users mailing list
>> atrpms-users@atrpms.net
>> http://lists.atrpms.net/mailman/listinfo/atrpms-users
>>
>> _______________________________________________
>> atrpms-users mailing list
>> atrpms-users@atrpms.net
>> http://lists.atrpms.net/mailman/listinfo/atrpms-users
>
> _______________________________________________
> atrpms-users mailing list
> atrpms-users@atrpms.net
> http://lists.atrpms.net/mailman/listinfo/atrpms-users
>
> _______________________________________________
> atrpms-users mailing list
> atrpms-users@atrpms.net
> http://lists.atrpms.net/mailman/listinfo/atrpms-users

_______________________________________________
atrpms-users mailing list
atrpms-users@atrpms.net
http://lists.atrpms.net/mailman/listinfo/atrpms-users
Re: screpo 32-bit dependency errors [ In reply to ]
On 23/07/2014 5:48 am, sdkovacs wrote:
> On Mon, Jul 21, 2014 at 8:09 PM, Stephen Collier<judithc@bigpond.net.au> wrote:
>> The atrpms repo is a requirement. I'll check on another machine and see if I
>> can reproduce it.
>>
>> Stephen
>>
>>
>> Sent from my Samsung GALAXY S4 on the Telstra 4G network
> It seems to be requiring a package that is not available? Requires:
> qt48-devel(x86-32) = 4.8.5-8.el6
>
> --> Running transaction check
> ---> Package libmyth-0.27_0.i686 0:0.27.3-7.el6 will be installed
> ---> Package libmythavfilter3.i686 0:0.27.3-7.el6 will be installed
> ---> Package libmythavutil52.i686 0:0.27.3-7.el6 will be installed
> ---> Package libmythbase-0.27_0.i686 0:0.27.3-7.el6 will be installed
> ---> Package libmythfreemheg-0.27_0.i686 0:0.27.3-7.el6 will be installed
> ---> Package libmythhdhomerun-0.27_0.i686 0:0.27.3-7.el6 will be installed
> ---> Package libmythlivemedia-0.27_0.i686 0:0.27.3-7.el6 will be installed
> ---> Package libmythmetadata-0.27_0.i686 0:0.27.3-7.el6 will be installed
> ---> Package libmythprotoserver-0.27_0.i686 0:0.27.3-7.el6 will be installed
> ---> Package libmythservicecontracts-0.27_0.i686 0:0.27.3-7.el6 will
> be installed
> ---> Package libmythtv-0.27_0.i686 0:0.27.3-7.el6 will be installed
> ---> Package libmythui-0.27_0.i686 0:0.27.3-7.el6 will be installed
> ---> Package libmythupnp-0.27_0.i686 0:0.27.3-7.el6 will be installed
> ---> Package qt48-webkit-devel.i686 1:4.8.5-8.el6 will be installed
> --> Processing Dependency: qt48-webkit(x86-32) = 4.8.5-8.el6 for
> package: 1:qt48-webkit-devel-4.8.5-8.el6.i686
> --> Processing Dependency: qt48-devel(x86-32) = 4.8.5-8.el6 for
> package: 1:qt48-webkit-devel-4.8.5-8.el6.i686
> --> Finished Dependency Resolution
> Error: Package: 1:qt48-webkit-devel-4.8.5-8.el6.i686 (screpo)
> Requires: qt48-devel(x86-32) = 4.8.5-8.el6
> Installed: 1:qt48-devel-4.8.5-8.el6.i686 (@screpo)
> qt48-devel(x86-32) = 1:4.8.5-8.el6
> Error: Package: 1:qt48-webkit-devel-4.8.5-8.el6.i686 (screpo)
> Requires: qt48-webkit(x86-32) = 4.8.5-8.el6
> Installed: 1:qt48-webkit-4.8.5-8.el6.i686 (@screpo)
> qt48-webkit(x86-32) = 1:4.8.5-8.el6
> qt48-webkit(x86-32) = 1:4.8.5-8.el6
> You could try using --skip-broken to work around the problem
> You could try running: rpm -Va --nofiles --nodigest
> [root@mythbox ~]# rpm -qa | grep qt48
> qt48-x11-4.8.5-8.el6.i686
> qt48-webkit-4.8.5-8.el6.i686
> qt48-4.8.5-8.el6.i686
> qt48-devel-4.8.5-8.el6.i686
>
>
>>
>> -------- Original message --------
>> From: sdkovacs
>> Date:22/07/2014 6:53 AM (GMT+10:00)
>> To: "User discussion about ATrpms.net"
>> Subject: Re: [ATrpms-users] screpo 32-bit dependency errors
>>
>> I'm still getting the same dependecy errors, even after doing a yum
>> clean all&& yum update
>>
>> Should I be disabling the atrpms repo?
>>
>> On Mon, Jul 21, 2014 at 3:44 PM, Stephen Collier<judithc@bigpond.net.au>
>> wrote:
>>> I use 32 bit frontend. It may be that the repo was updating at the time.
>>> Try
>>> again and let me know. You could try yum clean all
>>> to make sure there isn't a metadata problem.
>>>
>>> Good luck
>>> Stephen
>>>
>>>
>>> Sent from my Samsung GALAXY S4 on the Telstra 4G network
>>>
>>>
>>> -------- Original message --------
>>> From: sdkovacs
>>> Date:22/07/2014 1:16 AM (GMT+10:00)
>>> To: ATrpms user list
>>> Subject: [ATrpms-users] screpo 32-bit dependency errors
>>>
>>> 1) I'm not sure how many of your users are stuck on 32-bit CentOS6,
>>> but I am one of them. I had to explicitly hardcode i686 as the
>>> basearch in the repository definition:
>>>
>>> # cat screpo.repo
>>> [screpo]
>>> name = screpo
>>> #baseurl = http://scrpms.net/pub/RPMS/el6/$basearch
>>> baseurl = http://scrpms.net/pub/RPMS/el6/i686
>>> enabled=1
>>> gpgkey=http://scrpms.net/pub/RPM-GPG-KEY.scrpms
>>> gpgcheck=1
>>>
>>>
>>> 2) I'm getting dependency error for qt48 when trying to update. This
>>> will be the first switchover for me from atrpms.
>>>
>>> --> Running transaction check
>>> ---> Package nvidia-graphics319.17-kmdl-2.6.32-358.6.2.el6.i686
>>> 0:319.17-155.1.el6 will be erased
>>> ---> Package qt48-webkit-devel.i686 1:4.8.5-8.el6 will be installed
>>> --> Processing Dependency: qt48-webkit(x86-32) = 4.8.5-8.el6 for
>>> package: 1:qt48-webkit-devel-4.8.5-8.el6.i686
>>> --> Processing Dependency: qt48-devel(x86-32) = 4.8.5-8.el6 for
>>> package: 1:qt48-webkit-devel-4.8.5-8.el6.i686
>>> --> Finished Dependency Resolution
>>> Error: Package: 1:qt48-webkit-devel-4.8.5-8.el6.i686 (screpo)
>>> Requires: qt48-webkit(x86-32) = 4.8.5-8.el6
>>> Available: 1:qt48-webkit-4.8.5-8.el6.i686 (screpo)
>>> qt48-webkit(x86-32) = 1:4.8.5-8.el6
>>> qt48-webkit(x86-32) = 1:4.8.5-8.el6
>>> Error: Package: 1:qt48-webkit-devel-4.8.5-8.el6.i686 (screpo)
>>> Requires: qt48-devel(x86-32) = 4.8.5-8.el6
>>> Installing: 1:qt48-devel-4.8.5-8.el6.i686 (screpo)
>>> qt48-devel(x86-32) = 1:4.8.5-8.el6
>>> You could try using --skip-broken to work around the problem
>>> You could try running: rpm -Va --nofiles --nodigest
>>>
>>> _______________________________________________
>>> atrpms-users mailing list
>>> atrpms-users@atrpms.net
>>> http://lists.atrpms.net/mailman/listinfo/atrpms-users
>>>
>>> _______________________________________________
>>> atrpms-users mailing list
>>> atrpms-users@atrpms.net
>>> http://lists.atrpms.net/mailman/listinfo/atrpms-users
>> _______________________________________________
>> atrpms-users mailing list
>> atrpms-users@atrpms.net
>> http://lists.atrpms.net/mailman/listinfo/atrpms-users
>>
>> _______________________________________________
>> atrpms-users mailing list
>> atrpms-users@atrpms.net
>> http://lists.atrpms.net/mailman/listinfo/atrpms-users
> _______________________________________________
> atrpms-users mailing list
> atrpms-users@atrpms.net
> http://lists.atrpms.net/mailman/listinfo/atrpms-users
>
I can't see why it requires a devel rpm. Try removing qt48-devel and
check that you don't have any qt47 rpms still installed.

Cheers
stephen

_______________________________________________
atrpms-users mailing list
atrpms-users@atrpms.net
http://lists.atrpms.net/mailman/listinfo/atrpms-users
Re: screpo 32-bit dependency errors [ In reply to ]
On Tue, Jul 22, 2014 at 5:32 PM, Collier Family <judithc@bigpond.net.au> wrote:

>>
> I can't see why it requires a devel rpm. Try removing qt48-devel and check
> that you don't have any qt47 rpms still installed.
>
> Cheers
> stephen
>

Thanks, that was it! I removed qt48-devel, did a yum update, and then
removed the remaining qt47 rpms.

_______________________________________________
atrpms-users mailing list
atrpms-users@atrpms.net
http://lists.atrpms.net/mailman/listinfo/atrpms-users