Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 458096

Summary: Emerge Django
Product: Portage Development Reporter: mikael.h.johansson
Component: UnclassifiedAssignee: Python Gentoo Team <python>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: ARM   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description mikael.h.johansson 2013-02-18 11:12:09 UTC
Emerge of Django fails.
Django is apparently using Git but emerge is trying to fetch using svn.


#emerge --ask django 

I get the below message: 

* Messages for package dev-python/django-9999: 

* ERROR: dev-python/django-9999 failed (unpack phase): 
* subversion: can't fetch to /usr/portage/distfiles/svn-src/django/trunk from http://code.djangoproject.com/svn/django/trunk. 
* 
* Call stack: 
* ebuild.sh, line 93: Called src_unpack 
* environment, line 3412: Called subversion_src_unpack 
* environment, line 3695: Called subversion_fetch 
* environment, line 3590: Called die 
* The specific snippet of code: 
* ${ESVN_FETCH_CMD} ${options} "${repo_uri}" || die "${ESVN}: can't fetch to ${wc_path} from ${repo_uri}."; 
* 
* If you need support, post the output of `emerge --info '=dev-python/django-9999'`, 
* the complete build log and the output of `emerge -pqv '=dev-python/django-9999'`. 
* The complete build log is located at '/var/tmp/portage/dev-python/django-9999/temp/build.log'. 
* The ebuild environment file is located at '/var/tmp/portage/dev-python/django-9999/temp/environment'. 
* Working directory: '/usr/portage/distfiles/svn-src/django' 
* S: '/var/tmp/portage/dev-python/django-9999/work/Django-9999'
Comment 1 Piotr Szymaniak 2013-02-18 11:39:10 UTC
You should sync your tree:

  17 Feb 2013; Mike Gilbert <floppym@gentoo.org> django-9999.ebuild:
  Convert to git, bug 457976 by guileone.
Comment 2 Piotr Szymaniak 2013-02-18 11:39:50 UTC

*** This bug has been marked as a duplicate of bug 457976 ***