Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 200052 - media-gfx/gimp-9999: wrong ESVN_REPO_URI
Summary: media-gfx/gimp-9999: wrong ESVN_REPO_URI
Status: RESOLVED DUPLICATE of bug 194676
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-23 08:32 UTC by Martin Zwickel
Modified: 2007-11-23 08:35 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 Martin Zwickel 2007-11-23 08:32:42 UTC
Merge of media-gfx/gimp-9999 ends in an error because of wrong ESVN_REPO_URI:

[output]
# emerge gimp
Calculating dependencies... done!
>>> Verifying ebuild Manifests...

>>> Emerging (1 of 1) media-gfx/gimp-9999 to /
 * checking ebuild checksums ;-) ...                                                                       [ ok ]
 * checking auxfile checksums ;-) ...                                                                      [ ok ]
 * checking miscfile checksums ;-) ...                                                                     [ ok ]
>>> Unpacking source...
 * 
 * ERROR: media-gfx/gimp-9999 failed.
 * Call stack:
 *           ebuild.sh, line 1701:  Called dyn_unpack
 *           ebuild.sh, line  817:  Called qa_call 'src_unpack'
 *           ebuild.sh, line   44:  Called src_unpack
 *           ebuild.sh, line 1383:  Called subversion_src_unpack
 *   subversion.eclass, line  254:  Called subversion_fetch
 *   subversion.eclass, line  179:  Called die
 * The specific snippet of code:
 *                      die "${ESVN}: ESVN_REPO_URI (or specified URI) and working copy's URL are not matched."
 *  The die message:
 *   subversion.eclass: ESVN_REPO_URI (or specified URI) and working copy's URL are not matched.
[/output]


Suggested solution
------------------
Just change the
ESVN_REPO_URI="http://svn.gnome.org/svn/gimp/trunk/"
to
ESVN_REPO_URI="svn://svn.gnome.org/svn/gimp/trunk/"


Regards,
Martin

Reproducible: Always

Steps to Reproduce:
1. emerge =media-gfx/gimp-9999
2.
3.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-11-23 08:35:21 UTC

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