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

Bug 284672

Summary: media-video/ffmpeg-9999-r1 : can't fetch sources from svn
Product: Gentoo Linux Reporter: Thomas Pegeot <thomas.pegeot>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED CANTFIX    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Thomas Pegeot 2009-09-12 11:00:44 UTC
Hello,

The live ffmpeg ebuild is not able to fetch the ffmpeg sources from svn any more : 
gentoo thomas # emerge ffmpeg
Calculating dependencies... done!

>>> Verifying ebuild manifests

>>> Emerging (1 of 1) media-video/ffmpeg-9999-r1
 * checking ebuild checksums ;-) ...                                                                                                                                         [ ok ]
 * checking auxfile checksums ;-) ...                                                                                                                                        [ ok ]
 * checking miscfile checksums ;-) ...                                                                                                                                       [ ok ]
>>> Unpacking source...                                                                                                                                                            
 * subversion switch start -->                                                                                                                                                     
 *      old repository: svn://svn.mplayerhq.hu/ffmpeg/trunk@19755                                                                                                                  
 *      new repository: svn://svn.ffmpeg.org/ffmpeg/trunk                                                                                                                          
svn: 'svn://svn.mplayerhq.hu/ffmpeg/trunk'                                                                                                                                         
n'est pas dans le même dépôt que                                                                                                                                                   
'svn://svn.ffmpeg.org/ffmpeg'            

For non french speakers, it says that svn://svn.mplayerhq.hu/ffmpeg/trunk and svn://svn.ffmpeg.org/ffmpeg are not on the same repository.

Moving ESVN_REPO_URI="svn://svn.ffmpeg.org/ffmpeg/trunk" to ESVN_REPO_URI="svn://svn.mplayerhq.hu/ffmpeg/trunk" solved the problem for me. ;)

Reproducible: Always
Comment 1 Patrick Lauer gentoo-dev 2009-09-13 10:35:00 UTC
Looks like the location changed and svn, being funny as usual, doesn't appreciate the changeover. I would presume that removing the checkout in /usr/portage/distfiles/svn-src/ might "fix" this.
Comment 2 Alexis Ballier gentoo-dev 2009-09-15 07:20:27 UTC
(In reply to comment #1)
> Looks like the location changed and svn, being funny as usual, doesn't
> appreciate the changeover. I would presume that removing the checkout in
> /usr/portage/distfiles/svn-src/ might "fix" this.


yes, please do that, I switched the ebuild to the ffmpeg.org repo, I don't think there is anything we can do to help with that, ebuild-wise.