Discussion:
[users] Latest Centos 7 update failure
Andy Coleman
2015-12-14 18:42:26 UTC
Permalink
Hi

Please go gently - I'm in new terrritory !

There's a large Centos 7 update.

4 files of which are gstreamer1-various which I added via rpmforge

This fails with the following...

Transaction check error: file /usr/lib64/gstreamer-1.0/libgstdtmf.so
from install of gstreamer1-plugins-good-1.4.5-2.el7.x86_64 conflicts
with file from package gstreamer1-plugins-bad-free-1.0.7-4.el7.x86_64

whether you use the Centos update option or...

yum --enablerepo=rpmforge install gstreamer1-plugins-good

via a terminal.

Is this a packaging error or something I can correct ?

TIA
Andy C
Router
2015-12-14 19:15:11 UTC
Permalink
Do you have yum priorities setup? Perhaps you are trying to pull from
multiple repos? You can install package yum-plugin-priorities.noarch.
There is a wiki which gives an overview of the process available at
https://wiki.centos.org/PackageManagement/Yum/Priorities. Another
option if you know which repo you wish to use. Enter your update
command as "yum --disablerepo=\* --enablerepo=the_one_you_want update".

Ken
Post by Andy Coleman
Hi
Please go gently - I'm in new terrritory !
There's a large Centos 7 update.
4 files of which are gstreamer1-various which I added via rpmforge
This fails with the following...
Transaction check error: file /usr/lib64/gstreamer-1.0/libgstdtmf.so
from install of gstreamer1-plugins-good-1.4.5-2.el7.x86_64 conflicts
with file from package gstreamer1-plugins-bad-free-1.0.7-4.el7.x86_64
whether you use the Centos update option or...
yum --enablerepo=rpmforge install gstreamer1-plugins-good
via a terminal.
Is this a packaging error or something I can correct ?
TIA
Andy C
_______________________________________________
users mailing list
http://lists.repoforge.org/mailman/listinfo/users
Nicolas Thierry-Mieg
2015-12-15 13:04:49 UTC
Permalink
Post by Andy Coleman
Hi
Please go gently - I'm in new terrritory !
There's a large Centos 7 update.
4 files of which are gstreamer1-various which I added via rpmforge
This fails with the following...
Transaction check error: file /usr/lib64/gstreamer-1.0/libgstdtmf.so
from install of gstreamer1-plugins-good-1.4.5-2.el7.x86_64 conflicts
with file from package gstreamer1-plugins-bad-free-1.0.7-4.el7.x86_64
whether you use the Centos update option or...
yum --enablerepo=rpmforge install gstreamer1-plugins-good
via a terminal.
Is this a packaging error or something I can correct ?
Hi,

gstreamer1-plugins-bad-free is available in Centos 7, version is 1.4.5-3
and doesn't conflict with gstreamer1-plugins-good-1.4.5-2.el7.x86_64
(which is also from C7 base). Are you using yum-plugin-priorities and is
is set up correctly?

Furthermore repoforge isn't actively maintained AFAIK, I recommend
removing any rf packages on your machine and replacing them with
packages from base + elrepo + epel + nux-dextop repos.
See https://wiki.centos.org/AdditionalResources/Repositories

HTH
Nico Kadel-Garcia
2015-12-16 13:24:46 UTC
Permalink
On Tue, Dec 15, 2015 at 8:04 AM, Nicolas Thierry-Mieg
Post by Andy Coleman
Hi
Please go gently - I'm in new terrritory !
There's a large Centos 7 update.
4 files of which are gstreamer1-various which I added via rpmforge
This fails with the following...
Transaction check error: file /usr/lib64/gstreamer-1.0/libgstdtmf.so
from install of gstreamer1-plugins-good-1.4.5-2.el7.x86_64 conflicts
with file from package gstreamer1-plugins-bad-free-1.0.7-4.el7.x86_64
whether you use the Centos update option or...
yum --enablerepo=rpmforge install gstreamer1-plugins-good
via a terminal.
Is this a packaging error or something I can correct ?
Hi,
gstreamer1-plugins-bad-free is available in Centos 7, version is 1.4.5-3 and
doesn't conflict with gstreamer1-plugins-good-1.4.5-2.el7.x86_64 (which is
also from C7 base). Are you using yum-plugin-priorities and is is set up
correctly?
Furthermore repoforge isn't actively maintained AFAIK, I recommend removing
any rf packages on your machine and replacing them with packages from base +
elrepo + epel + nux-dextop repos.
See https://wiki.centos.org/AdditionalResources/Repositories
I'll second this. It's not been actively maintained since Dag Wiers
stepped back from managing it, including the subversion updates, which
I published for a while. The overlap with projects which are included
in RHEL and CentOS is a worsening problem. If you need to activate
rpmforge, manipulate the yum configuration to include *only* those
components you want.
Andy Coleman
2015-12-16 14:32:07 UTC
Permalink
Post by Nico Kadel-Garcia
On Tue, Dec 15, 2015 at 8:04 AM, Nicolas Thierry-Mieg
Post by Andy Coleman
Hi
Please go gently - I'm in new terrritory !
There's a large Centos 7 update.
4 files of which are gstreamer1-various which I added via rpmforge
This fails with the following...
Transaction check error: file /usr/lib64/gstreamer-1.0/libgstdtmf.so
from install of gstreamer1-plugins-good-1.4.5-2.el7.x86_64 conflicts
with file from package gstreamer1-plugins-bad-free-1.0.7-4.el7.x86_64
whether you use the Centos update option or...
yum --enablerepo=rpmforge install gstreamer1-plugins-good
via a terminal.
Is this a packaging error or something I can correct ?
Hi,
gstreamer1-plugins-bad-free is available in Centos 7, version is 1.4.5-3 and
doesn't conflict with gstreamer1-plugins-good-1.4.5-2.el7.x86_64 (which is
also from C7 base). Are you using yum-plugin-priorities and is is set up
correctly?
Furthermore repoforge isn't actively maintained AFAIK, I recommend removing
any rf packages on your machine and replacing them with packages from base +
elrepo + epel + nux-dextop repos.
See https://wiki.centos.org/AdditionalResources/Repositories
I'll second this. It's not been actively maintained since Dag Wiers
stepped back from managing it, including the subversion updates, which
I published for a while. The overlap with projects which are included
in RHEL and CentOS is a worsening problem. If you need to activate
rpmforge, manipulate the yum configuration to include *only* those
components you want.
_______________________________________________
users mailing list
http://lists.repoforge.org/mailman/listinfo/users
Thanks for the information.

Andy C

Andy Coleman
2015-12-16 14:31:23 UTC
Permalink
Post by Nicolas Thierry-Mieg
Post by Andy Coleman
Hi
Please go gently - I'm in new terrritory !
There's a large Centos 7 update.
4 files of which are gstreamer1-various which I added via rpmforge
This fails with the following...
Transaction check error: file /usr/lib64/gstreamer-1.0/libgstdtmf.so
from install of gstreamer1-plugins-good-1.4.5-2.el7.x86_64 conflicts
with file from package gstreamer1-plugins-bad-free-1.0.7-4.el7.x86_64
whether you use the Centos update option or...
yum --enablerepo=rpmforge install gstreamer1-plugins-good
via a terminal.
Is this a packaging error or something I can correct ?
Hi,
gstreamer1-plugins-bad-free is available in Centos 7, version is
1.4.5-3 and doesn't conflict with
gstreamer1-plugins-good-1.4.5-2.el7.x86_64 (which is also from C7
base). Are you using yum-plugin-priorities and is is set up correctly?
Furthermore repoforge isn't actively maintained AFAIK, I recommend
removing any rf packages on your machine and replacing them with
packages from base + elrepo + epel + nux-dextop repos.
See https://wiki.centos.org/AdditionalResources/Repositories
HTH
_______________________________________________
users mailing list
http://lists.repoforge.org/mailman/listinfo/users
Thanks for the reply. I'll do what you suggest.

Andy C
Loading...