Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 220389 - setuptools is not compatible with subversion-1.5
Summary: setuptools is not compatible with subversion-1.5
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-05 15:32 UTC by Darren Dale
Modified: 2008-05-13 09:58 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
patch posted at Distutils mailing list to support svn-1.5 (setuptools-svn-1.5.patch,1.30 KB, patch)
2008-05-05 15:34 UTC, Darren Dale
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darren Dale 2008-05-05 15:32:32 UTC
It looks like there is a problem with setuptools and subversion-1.5. It has been reported on the distutils mailing list (http://mail.python.org/pipermail/distutils-sig/2008-February/008820.html), which includes a patch that seems to work but has not been thoroughly tested.


Reproducible: Always
Comment 1 Darren Dale 2008-05-05 15:34:31 UTC
Created attachment 151943 [details, diff]
patch posted at Distutils mailing list to support svn-1.5
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2008-05-05 16:23:40 UTC
"Gentoo Bugzilla" is not the correct link to file reports regarding ebuilds, as hinted in red letters..
Comment 3 Darren Dale 2008-05-05 16:40:11 UTC
(In reply to comment #2)
> "Gentoo Bugzilla" is not the correct link to file reports regarding ebuilds, as
> hinted in red letters..

My mistake, I meant to select Gentoo Linux.

Why was this changed to severity normal? Setuptools can't install a package checked out with svn-1.5. Seems like a major defect to me.
Comment 4 Carsten Lohrke (RETIRED) gentoo-dev 2008-05-05 19:18:10 UTC
(In reply to comment #3)
> Why was this changed to severity normal? Setuptools can't install a package
> checked out with svn-1.5. Seems like a major defect to me.

Not only that we do not speak about a stable keyworded ebuild, there isn't even a stable upstream 1.5 release of Subversion. Living on the bleeding edge is o.k., but doesn't justify any escalation from the bug handling POV.
Comment 5 Ali Polatel (RETIRED) gentoo-dev 2008-05-13 09:58:29 UTC
The patch is included in setuptools-0.6_rc8-r1.
Thanks for reporting :)