Bug 498268
| Summary: | gdesklets always errors | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jeff Guerdat <jguerdat> |
| Component: | gdesklets | Assignee: | Luya Tshimbalanga <luya_tfz> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | CC: | luya, luya_tfz, stefmanos, tyler.l.owen |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 0.36.1-6.fc11 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-05-25 21:22:45 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: | |||
|
Description
Jeff Guerdat
2009-04-29 16:59:40 UTC
The bug is caused by API incompatibility with python 2.6 which also affects other distributions. Upstream is investigating on it. I'm not very familiar with the rpm packaging system, but in case fedora wants to temporarily fix this (as downstream):
- make python 2.5 devel available during build (python-devel-2.5 ?).
- restrict it to python < 2.6 until a fix is out
- something like the following lines in the .spec file:
%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
for i in `find %{buildroot} -type f`; \
do sed -i -e '1s,#!.*python.*,#!/usr/bin/python2.5,' $i; \
done
(not tested on fedora/redhat)
Unfortunately the fix is useless because Fedora 11 and Rawhide have not python 2.5 available, only 2.6. Please test http://koji.fedoraproject.org/koji/buildinfo?buildID=101963 This version is patched to address python 3.6 issue until upstream releases 0.36.2 (In reply to comment #4) > Please test http://koji.fedoraproject.org/koji/buildinfo?buildID=101963 > > This version is patched to address python 3.6 issue until upstream releases > 0.36.2 The 0.36.2 from koji works on x86_64 Sorry, missed this. The update 0.36.1 works fine. I see no 0.36.2 in koji. gdesklets-0.36.1-6.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/gdesklets-0.36.1-6.fc11 0.36.2 is not released yet. Make sure to add karmas on above link so update can be pushed to stable. gdesklets-0.36.1-6.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. |