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
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.
(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.