https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-python/pydub-0.25.1 fails tests. Discovered on: amd64 (internal ref: guru_ci) NOTE: This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html
Created attachment 727449 [details] build.log build log and emerge --info
Possible context of error(s): FileNotFoundError: [Errno 2] No such file or directory: 'ffmpeg'
Added missing test dependency
(In reply to Nicola Smaniotto from comment #3) > Added missing test dependency Please use repoman commit -c so the hook closes the bug when goes into master branch
(In reply to Agostino Sarubbo from comment #4) > (In reply to Nicola Smaniotto from comment #3) > > Added missing test dependency > > Please use repoman commit -c so the hook closes the bug when goes into > master branch I already pushed the commit to the dev branch, what should I do?
(In reply to Nicola Smaniotto from comment #5) > I already pushed the commit to the dev branch, what should I do? Do not close the bug manually, use "repoman commit -c $BUG" and wait for the hook that will close the bug when the commit will be merged into master. See for example: https://bugs.gentoo.org/803902#c3
(In reply to Agostino Sarubbo from comment #6) > > use "repoman commit -c $BUG" and wait for the hook Ok, I did it for another bug (https://bugs.gentoo.org/804549). I was asking about this one, what should I do since I already pushed the commit?