Bug 586258
| Summary: | gnome-settings-daemon-2.30.1-1 fails to upgrade | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | James Cassell <fedoraproject> |
| Component: | gnome-settings-daemon | Assignee: | Bastien Nocera <bnocera> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 13 | CC: | awilliam, axet, bnocera, cschwangler, cyrusyzgtt, ghisha, jlaska, lkundrak, mads, mail, notting, patrick.klingemann, rstrode, uno |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-05-03 20:53:07 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 507681 | ||
|
Description
James Cassell
2010-04-27 07:30:44 UTC
*** Bug 586280 has been marked as a duplicate of this bug. *** Same problem here with gnome-settings-daemon-2.30.0-1.fc13.i686: Error in PREIN scriptlet in rpm package gnome-settings-daemon-2.30.1-1.fc13.i686 /var/tmp/rpm-tmp.3GrftG: line 11: apps_gnome_settings_daemon_screensaver: command not found error: %pre(gnome-settings-daemon-2.30.1-1.fc13.i686) scriptlet failed, exit status 127 error: install: %pre scriptlet failed (2), skipping gnome-settings-daemon-2.30.1-1.fc13 I am hit by this too. The error is not even presented in the gui. See bug #586382. That is due to preinstall scriptlet (using /bin/sh):
if [ "$1" -gt 1 ] ; then
rm -rf /var/lib/rpm-state/gconf/*
for schema in apps_gnome_settings_daemon_keybindings \ ; do
if test -f /etc/gconf/schemas/"$schema".schemas ; then
cp -p /etc/gconf/schemas/"$schema".schemas /var/lib/rpm-state/gconf/ || :
fi
done
fi
apps_gnome_settings_daemon_screensaver \
desktop_gnome_font_rendering \
desktop_Gnome_peripherals_touchpad \
gnome-settings-daemon
expanded from %pre
%gconf_schema_prepare apps_gnome_settings_daemon_keybindings \
apps_gnome_settings_daemon_screensaver \
desktop_gnome_font_rendering \
desktop_Gnome_peripherals_touchpad \
gnome-settings-daemon
introduced in
* Mon Apr 26 2010 Matthias Clasen <mclasen> 2.30.1-1
- Update to 2.30.1
- Spec file cleanups
committed in f13 2010/04/27 00:23:50.
RPM Macros are apparently unaware of shell quoting.
Same issue here, I can provide the yum output if necessary, but it looks like y'all are past that point now. *** Bug 586458 has been marked as a duplicate of this bug. *** *** Bug 586649 has been marked as a duplicate of this bug. *** Confirmed solved in gnome-settings-daemon-2.30.1-3.fc13 - which however has bug 587149. Confirmed fixed as well. I've added feedback to the bodhi update request ... https://admin.fedoraproject.org/updates/gnome-settings-daemon-2.30.1-3.fc13 I can confirm that the update works, but, as mentioned in bug 587149, I get this message Updating : gnome-settings-daemon-2.30.1-3.fc13.i686 76/182 I/O warning : failed to load external entity "/etc/gconf/schemas/apps_gnome_settings_daemon_screensaver.schemas" Failed to open `/etc/gconf/schemas/apps_gnome_settings_daemon_screensaver.schemas': No such file or directory (In reply to comment #10) > I can confirm that the update works, but, as mentioned in bug 587149, I get > this message > > Updating : gnome-settings-daemon-2.30.1-3.fc13.i686 > 76/182 > I/O warning : failed to load external entity > "/etc/gconf/schemas/apps_gnome_settings_daemon_screensaver.schemas" > Failed to open > `/etc/gconf/schemas/apps_gnome_settings_daemon_screensaver.schemas': No such > file or directory #yum --enablerepo=updates-testing update 正在升级 : gnome-settings-daemon-2.30.1-3.fc13.i686 5/16 I/O warning : failed to load external entity "/etc/gconf/schemas/apps_gnome_settings_daemon_screensaver.schemas" 打开“/etc/gconf/schemas/apps_gnome_settings_daemon_screensaver.schemas”失败:没有那个文件或目录 2.6.33.2-57.fc13.i686.PAE the critical bit of this - the failure to update - has been fixed. The message has been reported as a separate bug, so let's close this. -- Fedora Bugzappers volunteer triage team https://fedoraproject.org/wiki/BugZappers pass, it is work normal |