Emerging fails because of unknown command "git-2_src_unpack". The ebuild now uses git-r3 and EAPI=6 and not the deprecated git-2.eclass. So this doesn't work. Reproducible: Always Steps to Reproduce: 1.emerge mplayer-9999 2. 3. Actual Results: /var/tmp/portage/.../media-video/mplayer-9999/temp/environment: line 3360: git-2_src_unpack: command not found Expected Results: succesful emerge of mplayer
Created attachment 519694 [details, diff] Fix git-r3 issue in src_unpack Attached patch fixes the issue by using git-r3_src_unpack correctly.
I can confirm that this is broken on my system as well. I also confirm that the patch fixes the problem. The patch does result in the following warning though: * git-r3: git protocol is completely unsecure and may render the ebuild * easily susceptible to MITM attacks (even if used only as fallback). Please * use https instead. * [URI: git://git.videolan.org/ffmpeg.git]
URI should be https;//git.videolan.org/git/ffmpeg.git
(In reply to Todd Walter from comment #3) > URI should be https;//git.videolan.org/git/ffmpeg.git EGIT_REPO_URI="https://git.videolan.org/git/ffmpeg.git" Stupid typos.
Created attachment 522936 [details, diff] Use https for ffmpeg repo
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cac7054009d9ada9f50be2b6b7b405fa62d25b42 commit cac7054009d9ada9f50be2b6b7b405fa62d25b42 Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2018-09-16 17:29:56 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2018-09-16 17:41:05 +0000 media-video/mplayer: Fix git-r3 migration Thanks-to: Christian Hagau <ach@hagau.se> Closes: https://bugs.gentoo.org/647720 Package-Manager: Portage-2.3.49, Repoman-2.3.10 media-video/mplayer/mplayer-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Additionally, it has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46cbfd73748ba646515a82e03c367e1033416087 commit 46cbfd73748ba646515a82e03c367e1033416087 Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2018-09-16 17:35:28 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2018-09-16 17:41:05 +0000 media-video/mplayer: --disable-directfb also in 9999 Bug: https://bugs.gentoo.org/647720 Package-Manager: Portage-2.3.49, Repoman-2.3.10 media-video/mplayer/mplayer-9999.ebuild | 1 + 1 file changed, 1 insertion(+)