Guys/Gals:
On 64bit 6.5, I've had to "yum remove" the Xiphos package because it was causing errors in "yum update", complaints about it requiring libgtkhtml-editor. I've had Xiphos installed since I installed 6.x almost a year ago, and it has worked fine for me.
recently yum is complaining about this issue, and I can't figure it out. there doesn't appear to even BE a libgtkhtml-editor package anywhere, including on epel, which is the purveyor of the xiphos package:
# yum whatprovides */libgtkhtml-editor Loaded plugins: fastestmirror, priorities, refresh-packagekit, security Loading mirror speeds from cached hostfile * base: mirrors.advancedhosters.com * elrepo: elrepo.org * epel: mirrors.mit.edu * extras: mirror.steadfast.net * rpmfusion-free-updates: mirror.nexcess.net * rpmfusion-nonfree-updates: mirror.nexcess.net * updates: mirror.cisp.com 87 packages excluded due to repository priority protections No Matches found
Clues appreciated. (I'll also be posting this on the Xiphos user list, as someone there may know what's going on.)
On Fri, Dec 06, 2013 at 01:36:29PM +1300, Peter wrote:
On 12/06/2013 01:24 PM, Fred Smith wrote:
Guys/Gals:
On 64bit 6.5, I've had to "yum remove" the Xiphos package because it was causing errors in "yum update", complaints about it requiring libgtkhtml-editor.
It's in the gtkhtml3 package.
# yum whatprovides */libgtkhtml-editor.so.0 Loaded plugins: fastestmirror, priorities, refresh-packagekit, security Loading mirror speeds from cached hostfile * base: mirrors.advancedhosters.com * elrepo: elrepo.org * epel: mirrors.mit.edu * extras: mirror.steadfast.net * rpmfusion-free-updates: mirror.nexcess.net * rpmfusion-nonfree-updates: mirror.nexcess.net * updates: mirror.cisp.com 87 packages excluded due to repository priority protections No Matches found
Should I be worried about the 87 packages excluded by priority protections?
I have the following priorities set up (and they look right to me). note that I've not shown most of the ones that aren't enabled, just to keep it shorter:
[cr] name=CentOS-$releasever - CR baseurl=http://mirror.centos.org/centos/$releasever/cr/$basearch/ gpgcheck=1 enabled=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6 priority=2
[base] name=CentOS-$releasever - Base mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&rep... #baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/ enabled=1 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6 priority=5
#released updates [updates] name=CentOS-$releasever - Updates mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&rep... #baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/ enabled=1 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6 priority=5
#additional packages that may be useful [extras] name=CentOS-$releasever - Extras mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&rep... #baseurl=http://mirror.centos.org/centos/$releasever/extras/$basearch/ enabled=1 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6 priority=6
[c6-media] name=CentOS-$releasever - Media baseurl=file:///media/CentOS/ file:///media/cdrom/ file:///media/cdrecorder/ gpgcheck=1 enabled=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
[chromium-el6] name=CentOS-$releasever - Chromium EL6 baseurl=http://people.centos.org/hughesjr/chromium/6/$basearch/ gpgcheck=1 enabled=1 priority=10 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-Testing-6 ### Name: ELRepo.org Community Enterprise Linux Repository for el6 ### URL: http://elrepo.org/
[epel] name=Extra Packages for Enterprise Linux 6 - $basearch #baseurl=http://download.fedoraproject.org/pub/epel/6/$basearch mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-6&arch=$basearch failovermethod=priority enabled=1 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6 priority=30
[rpmfusion-free-updates] name=RPM Fusion for EL 6 - Free - Updates #baseurl=http://download1.rpmfusion.org/free/el/updates/6/$basearch/ mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-el-updates-released-6&... enabled=1 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-el-6 priority=20
[rpmfusion-nonfree-updates] name=RPM Fusion for EL 6 - Nonfree - Updates #baseurl=http://download1.rpmfusion.org/nonfree/el/updates/6/$basearch/ mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-el-updates-released-6&a... enabled=1 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-el-6 priority=20
[elrepo] name=ELRepo.org Community Enterprise Linux Repository - el6 baseurl=http://elrepo.org/linux/elrepo/el6/$basearch/ mirrorlist=http://elrepo.org/mirrors-elrepo.el6 enabled=1 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-elrepo.org protect=0 priority=40
Peter _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On Thu, Dec 05, 2013 at 08:07:22PM -0500, Fred Smith wrote:
On Fri, Dec 06, 2013 at 01:36:29PM +1300, Peter wrote:
On 12/06/2013 01:24 PM, Fred Smith wrote:
Guys/Gals:
On 64bit 6.5, I've had to "yum remove" the Xiphos package because it was causing errors in "yum update", complaints about it requiring libgtkhtml-editor.
It's in the gtkhtml3 package.
# yum whatprovides */libgtkhtml-editor.so.0 Loaded plugins: fastestmirror, priorities, refresh-packagekit, security Loading mirror speeds from cached hostfile * base: mirrors.advancedhosters.com * elrepo: elrepo.org * epel: mirrors.mit.edu * extras: mirror.steadfast.net * rpmfusion-free-updates: mirror.nexcess.net * rpmfusion-nonfree-updates: mirror.nexcess.net * updates: mirror.cisp.com 87 packages excluded due to repository priority protections No Matches found
Should I be worried about the 87 packages excluded by priority protections?
No, that doesn't seem to be the problem.
further digging:
# locate gtkhtml-editor <snip> /usr/lib64/libgtkhtml-editor.so /usr/lib64/libgtkhtml-editor.so.0 /usr/lib64/libgtkhtml-editor.so.0.0.0 <snip>
# yum list installed | grep -y gtkhtml gtkhtml3.x86_64 3.32.2-2.el6 @base gtkhtml3-devel.x86_64 3.32.2-2.el6 @base
# rpm -ql gtkhtml3.x86_64 | grep libgtkhtml-editor /usr/lib64/libgtkhtml-editor-3.14.so.0 /usr/lib64/libgtkhtml-editor-3.14.so.0.0.0
So the file is there, and it came from a RPM file properly installed from the Centos "base" repo.
so, why won't yum divulge that RPM as the source of the .so file when I do: yum whatprovides */libgtkhtml-editor.so.0 ?????
On 12/06/2013 04:47 PM, Fred Smith wrote:
# locate gtkhtml-editor
<snip> /usr/lib64/libgtkhtml-editor.so /usr/lib64/libgtkhtml-editor.so.0 /usr/lib64/libgtkhtml-editor.so.0.0.0
^
# rpm -ql gtkhtml3.x86_64 | grep libgtkhtml-editor /usr/lib64/libgtkhtml-editor-3.14.so.0 /usr/lib64/libgtkhtml-editor-3.14.so.0.0.0
^^^^^^ See the difference?
So the file is there, and it came from a RPM file properly installed from the Centos "base" repo.
Well, kind of.
so, why won't yum divulge that RPM as the source of the .so file when I do: yum whatprovides */libgtkhtml-editor.so.0 ?????
The first three symlinks you found with locate weren't actually installed via rpm. I doubt they were installed by any package at all (were probably created by you at some point and you forgot), but to find out: rpm -qf /usr/lib64/libgtkhtml-editor.so{,.0,.0.0.0}
...so obviously they won't show up when you search yum for them.
Peter