Bug 1106448 - python-django14 conflicts with python-django-1.5.8-1.fc19.noarch
Summary: python-django14 conflicts with python-django-1.5.8-1.fc19.noarch
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora
Classification: Fedora
Component: python-django14
Version: 19
Hardware: x86_64
OS: Other
unspecified
urgent
Target Milestone: ---
Assignee: Matthias Runge
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: 1108665
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-06-09 11:42 UTC by Vishal
Modified: 2015-01-21 09:59 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2015-01-21 09:59:37 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Vishal 2014-06-09 11:42:55 UTC
Description of problem: While installing ReviewBoard on Fedora 19, I get this error "python-django14 conflicts with python-django-1.5.8-1.fc19.noarch"


Version-Release number of selected component (if applicable):


How reproducible: through "yum install ReviewBoard" command


Steps to Reproduce:
1. On Fedora 19, run "yum install ReviewBoard"
2. 
3.

Actual results:

[root@TruopsFedora ~]# yum install ReviewBoard
Loaded plugins: langpacks, refresh-packagekit
Resolving Dependencies
--> Running transaction check
---> Package ReviewBoard.noarch 0:1.7.25-1.fc19 will be installed
--> Processing Dependency: python-djblets >= 0.7.29 for package: ReviewBoard-1.7.25-1.fc19.noarch
--> Processing Dependency: python-django-pipeline >= 1.2.24 for package: ReviewBoard-1.7.25-1.fc19.noarch
--> Processing Dependency: python-django-evolution >= 0.6.9 for package: ReviewBoard-1.7.25-1.fc19.noarch
--> Processing Dependency: python-django14 for package: ReviewBoard-1.7.25-1.fc19.noarch
--> Running transaction check
---> Package python-django-evolution.noarch 0:0.7.1-1.fc19 will be installed
---> Package python-django-pipeline.noarch 0:1.2.24-1.fc19 will be installed
---> Package python-django14.noarch 0:1.4.8-1.fc19 will be installed
---> Package python-djblets.noarch 0:0.7.29-1.fc19 will be installed
--> Processing Conflict: python-django14-1.4.8-1.fc19.noarch conflicts python-django >= 1.5
--> Finished Dependency Resolution
Error: python-django14 conflicts with python-django-1.5.8-1.fc19.noarch
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
[root@TruopsFedora ~]# 


Expected results: The ReviewBoard should install correctly.

Additional info:

Comment 1 Stephen Gallagher 2014-06-09 13:09:21 UTC
This is a bug in the python-django14 package. We recently made it so that multiple versions of Django could coexist on the same system, but this change wasn't backported for Fedora 19.

Reassigning it to the Django owner.

Comment 2 Vishal 2014-06-12 07:48:25 UTC
Is there any update on this defect? I am still waiting for the resolution in order to setup ReviewBoard.

Comment 3 Matthias Runge 2014-06-12 09:53:45 UTC
when I'm going to update that django package, every depending application must be updated as well.

Does it work for you?
yum remove python-django
yum install python-django14 reviewboard

Comment 4 Stephen Gallagher 2014-06-12 12:16:29 UTC
(In reply to Vishal from comment #2)
> Is there any update on this defect? I am still waiting for the resolution in
> order to setup ReviewBoard.

Just a heads-up, there's another (unrelated) package conflict with ReviewBoard in F19 and F20 right now[1]. I'm planning to have updates-testing packages available later today.

[1] BZ#1108665

Comment 5 Stephen Gallagher 2014-06-12 16:50:39 UTC
While the conflict between the two versions is problematic, it really turns out that the source of the bug was BZ#1108665 

Basically, python-django-evolution had a Requires: Django >= 1.4.10, but the newest version of Django 1.4.x in F19 is actually 1.4.8. As a result, django_evolution was trying to pull in Django 1.5 to satisfy this requirement, even though Review Board couldn't handle it. I've fixed this in python-django-evolution-0.6.9-4.fc19

We should still leave this ticket open to address the conflict with the two packages co-existing, though.

Comment 8 Fedora End Of Life 2015-01-09 21:24:30 UTC
This message is a notice that Fedora 19 is now at end of life. Fedora 
has stopped maintaining and issuing updates for Fedora 19. It is 
Fedora's policy to close all bug reports from releases that are no 
longer maintained. Approximately 4 (four) weeks from now this bug will
be closed as EOL if it remains open with a Fedora 'version' of '19'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 19 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.


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