Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 269771 - sci-chemistry/pymol svn: new repository: is not the same repository as [the old repository]
Summary: sci-chemistry/pymol svn: new repository: is not the same repository as [the o...
Status: RESOLVED DUPLICATE of bug 194676
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Chemistry-Related Packages
URL: N/A
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-14 04:01 UTC by Robert Bradbury
Modified: 2009-05-15 03:46 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 Robert Bradbury 2009-05-14 04:01:13 UTC
It is impossible to emerge sci-chemistry-pymol-1.1-r2, apparently due to a problem with svn fetching the sources.

Reproducible: Always

Steps to Reproduce:
1. emerge pymol

Actual Results:  
Early in the emerge process one receives the error:
>>> Unpacking source...
 * subversion switch start -->
 *      old repository: https://svn.sourceforge.net/svnroot/pymol/branches/b099/pymol@3013
 *      new repository: https://pymol.svn.sourceforge.net/svnroot/pymol/branches/b11/pymol
svn: 'https://svn.sourceforge.net/svnroot/pymol/branches/b099/pymol'
is not the same repository as
'https://pymol.svn.sourceforge.net/svnroot/pymol'

python-updater has been run.

Expected Results:  
emerge should work

Has the location of the pymol sources changed requiring a change to the ebuild?
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2009-05-14 13:13:43 UTC
try 

rm -rf /usr/portage/distfiles/svn-src/pymol

and reemerge again.
Comment 2 Sebastian Luther (few) 2009-05-14 15:34:51 UTC

*** This bug has been marked as a duplicate of bug 194676 ***
Comment 3 Robert Bradbury 2009-05-15 03:46:57 UTC
Removing the old svn distribution direction for pymol appears to resolve this problem.  Thanks.