Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1278268

Summary: radicale has been ported to python3, but requires the python2 mod_wsgi, so does not work
Product: [Fedora] Fedora Reporter: Adam Williamson <awilliam>
Component: radicaleAssignee: Juan Orti <j.orti.alcaine>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: 23CC: j.orti.alcaine, opensource
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: radicale-1.0.1-3.fc23 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-11-15 00:23:23 UTC Type: Bug
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: 1278269    

Description Adam Williamson 2015-11-05 06:40:00 UTC
radicale has a serious py2/py3 mismatch in F23. The python module is now python3, but the radicale-httpd package depends on mod_wsgi - which is the *python 2* wsgi. It tries to run /usr/share/radicale/radicale.wsgi under python2, and it obviously fails when it tries to do 'import radicale', because there is no py2 radicale any more.

If you install python3-mod_wsgi and rpm -e --nodeps mod_wsgi it gets further, but still fails to work on a subsequent problem, I'll file that separately. radicale-httpd should require python3-mod_wsgi not mod_wsgi.

Comment 1 Juan Orti 2015-11-05 08:05:12 UTC
I'm sorry, I forgot to test that subpackage. I'm going to push an update right now.

Comment 2 Fedora Update System 2015-11-05 08:28:05 UTC
radicale-1.0.1-3.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2015-c10347d45f

Comment 3 Fedora Update System 2015-11-06 02:35:22 UTC
radicale-1.0.1-3.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report.
If you want to test the update, you can install it with
$ su -c 'dnf --enablerepo=updates-testing update radicale'
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-c10347d45f

Comment 4 Fedora Update System 2015-11-15 00:23:21 UTC
radicale-1.0.1-3.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report.