Hi, I?m trying to install Gluster 3.7.8 RPMs on CentOS 6.5 and I get the following error: Error: Package: glusterfs-ganesha-3.7.8-1.el6.x86_64 (/glusterfs-ganesha-3.7.8-1.el6.x86_64) Requires: /usr/bin/dbus-send I?ve checked if dbus is installed or not, and I found those RPMs installed: dbus-libs-1.2.24-8.0.1.el6_6.x86_64 dbus-glib-0.86-6.el6_4.x86_64 dbus-1.2.24-8.0.1.el6_6.x86_64 I can?t find dbus-send anywhere on the system, so what am I missing?! ?Bishoy -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.gluster.org/pipermail/gluster-users/attachments/20160304/a26b60a2/attachment.html>
Joe Julian
2016-Mar-04 22:26 UTC
[Gluster-users] Glister 3.7.8 RPM install dependency error
# yum --releasever=6 provides /usr/bin/dbus-send Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirrors.kernel.org * epel: mirrors.cat.pdx.edu * extras: mirrors.unifiedlayer.com * updates: mirror.spro.net 1:dbus-1.6.12-13.el7.x86_64 : D-BUS message bus Repo : @base/7 Matched from: Filename : /usr/bin/dbus-send On 03/04/2016 02:04 PM, Gmail wrote:> Hi, > > > I?m trying to install Gluster 3.7.8 RPMs on CentOS 6.5 and I get the > following error: > > Error: Package: glusterfs-ganesha-3.7.8-1.el6.x86_64 > (/glusterfs-ganesha-3.7.8-1.el6.x86_64) > Requires: /usr/bin/dbus-send > > > I?ve checked if dbus is installed or not, and I found those RPMs > installed: > > dbus-libs-1.2.24-8.0.1.el6_6.x86_64 > dbus-glib-0.86-6.el6_4.x86_64 > dbus-1.2.24-8.0.1.el6_6.x86_64 > > > I can?t find dbus-send anywhere on the system, so what am I missing?! > > > *?Bishoy * > > > _______________________________________________ > Gluster-users mailing list > Gluster-users at gluster.org > http://www.gluster.org/mailman/listinfo/gluster-users-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.gluster.org/pipermail/gluster-users/attachments/20160304/4de6288d/attachment.html>
Joe Julian
2016-Mar-04 22:33 UTC
[Gluster-users] Glister 3.7.8 RPM install dependency error
I see it in dbus-1.2.24-8.el6_6.x86_64.rpm , the current version in the base os repo. http://ftp.riken.jp/Linux/centos/6/os/x86_64/Packages/dbus-1.2.24-8.el6_6.x86_64.rpm for example. On 03/04/2016 02:04 PM, Gmail wrote:> Hi, > > > I?m trying to install Gluster 3.7.8 RPMs on CentOS 6.5 and I get the > following error: > > Error: Package: glusterfs-ganesha-3.7.8-1.el6.x86_64 > (/glusterfs-ganesha-3.7.8-1.el6.x86_64) > Requires: /usr/bin/dbus-send > > > I?ve checked if dbus is installed or not, and I found those RPMs > installed: > > dbus-libs-1.2.24-8.0.1.el6_6.x86_64 > dbus-glib-0.86-6.el6_4.x86_64 > dbus-1.2.24-8.0.1.el6_6.x86_64 > > > I can?t find dbus-send anywhere on the system, so what am I missing?! > > > *?Bishoy * > > > _______________________________________________ > Gluster-users mailing list > Gluster-users at gluster.org > http://www.gluster.org/mailman/listinfo/gluster-users-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.gluster.org/pipermail/gluster-users/attachments/20160304/6fbf6379/attachment.html>
Kaleb Keithley
2016-Mar-04 23:15 UTC
[Gluster-users] Glister 3.7.8 RPM install dependency error
----- Original Message -----> From: <b.s.mikhael at gmail.com> > > Hi, > > I?m trying to install Gluster 3.7.8 RPMs on CentOS 6.5 and I get the > following error: > > Error: Package: glusterfs-ganesha-3.7.8-1.el6.x86_64 > (/glusterfs-ganesha-3.7.8-1.el6.x86_64) > Requires: /usr/bin/dbus-send > > I?ve checked if dbus is installed or not, and I found those RPMs installed: > > dbus-libs-1.2.24-8.0.1.el6_6.x86_64 > dbus-glib-0.86-6.el6_4.x86_64 > dbus-1.2.24-8.0.1.el6_6.x86_64 > > > I can?t find dbus-send anywhere on the system, so what am I missing?! >It's /bin/dbus-send on RHEL and CentOS, in the dbus RPM (`rpm -ql dbus`). On Fedora it's /usr/bin/dbus-send, also in the dbus RPM. (and /bin is a symlink to /usr/bin) This is why I don't particularly like dependencies on binaries ? I prefer the dependency on the RPM itself. It appears that you got your gluster RPMs from the CentOS Storage SIG repos, is that correct? Looks like we'll be respinning the 3.7.8 RPMs soon, unless 3.7.9 gets released first. -- Kaleb