Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 240362 - dev-python/django-1.0 missing patch django-1.0-fields.py.patch
Summary: dev-python/django-1.0 missing patch django-1.0-fields.py.patch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-07 09:25 UTC by Martijn van den Broek
Modified: 2008-10-07 15:59 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martijn van den Broek 2008-10-07 09:25:25 UTC
Basically django fails to emerge because the patch is missing in the ebuild:

>>> Unpacking Django-1.0.tar.gz to /var/tmp/portage/dev-python/django-1.0/work

 * Cannot find $EPATCH_SOURCE!  Value for $EPATCH_SOURCE is:
 * 
 *   /usr/portage/dev-python/django/files/django-1.0-fields.py.patch
 *   ( django-1.0-fields.py.patch )

 * 
 * ERROR: dev-python/django-1.0 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_unpack
 *             environment, line 2710:  Called epatch 'src_unpack'
 *             environment, line 1351:  Called die
 * The specific snippet of code:
 *                   die "Cannot find \$EPATCH_SOURCE!";
 *  The die message:
 *   Cannot find $EPATCH_SOURCE!




Reproducible: Always

Steps to Reproduce:
1.ACCEPT_KEYWORDS="~x86" emerge =dev-python/django-1.0
2.
3.
Comment 1 Martijn van den Broek 2008-10-07 09:29:57 UTC
The patch can be found at [1] although it is also already included in django svn trunk. The patch is a regression test and I don't think its needed in the ebuild necessarily.  

1. http://code.djangoproject.com/ticket/8865

Comment 2 Rob Cakebread (RETIRED) gentoo-dev 2008-10-07 15:59:19 UTC
Sorry, fixed in CVS.