Bug 722335 - postinstall script uses unavailable binary gio-querymodules-32
Summary: postinstall script uses unavailable binary gio-querymodules-32
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: exo
Version: el6
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Kevin Fenzi
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-07-14 22:17 UTC by Dax Kelson
Modified: 2011-08-16 21:06 UTC (History)
4 users (show)

Fixed In Version: exo-0.6.2-2.el6
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-08-16 21:06:53 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Dax Kelson 2011-07-14 22:17:19 UTC
Description of problem:

RPM postinstall script tries to run binary "gio-querymodules-32" which isn't available on RHEL6.

On my Fedora 15 laptop "gio-querymodules-32" is provided by the glib2 package. The glib2 package (or any package according to whatprovides) on RHEL6 has no such binary.

See below for symptoms:


--------------------------------------------------------
yum groupinstall -y Xfce

[snip]
 Installing     : exo-0.6.1-2.el6.i686                                    4/26 
/var/tmp/rpm-tmp.y6QeKK: line 4: gio-querymodules-32: command not found
[snip]

rpm -q exo --scripts

postinstall scriptlet (using /bin/sh):
/sbin/ldconfig
if [ $1 -eq 1 ] ; then
    # For upgrades, the cache will be regenerated by the new package's %postun
    gio-querymodules-32 /usr/lib/gio/modules || :
fi
touch --no-create /usr/share/icons/hicolor &>/dev/null || :

----------------------------------------------------------

Comment 1 Kevin Fenzi 2011-07-15 21:32:28 UTC
Adding Orion here. It looks like this was supposed to be fixed in -2, but wasn't fully.

Comment 2 Orion Poplawski 2011-07-21 23:12:51 UTC
I don't really understand why el6 doesn't have gio-querymodules.  But in any case, an update should be coming.

Comment 3 Fedora Update System 2011-07-21 23:27:37 UTC
exo-0.6.2-2.el6 has been submitted as an update for Fedora EPEL 6.
https://admin.fedoraproject.org/updates/exo-0.6.2-2.el6

Comment 4 Fedora Update System 2011-07-22 19:29:54 UTC
Package exo-0.6.2-2.el6:
* should fix your issue,
* was pushed to the Fedora EPEL 6 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=epel-testing exo-0.6.2-2.el6'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/exo-0.6.2-2.el6
then log in and leave karma (feedback).

Comment 5 Fedora Update System 2011-08-16 21:06:48 UTC
exo-0.6.2-2.el6 has been pushed to the Fedora EPEL 6 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.