Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 804840 - [guru] dev-python/pydub-0.25.1 fails tests
Summary: [guru] dev-python/pydub-0.25.1 fails tests
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Nicola Smaniotto
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-07-28 06:32 UTC by Agostino Sarubbo
Modified: 2021-07-28 10:07 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,43.36 KB, text/plain)
2021-07-28 06:32 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2021-07-28 06:32:50 UTC
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
Comment 1 Agostino Sarubbo gentoo-dev 2021-07-28 06:32:52 UTC
Created attachment 727449 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-07-28 06:32:53 UTC
Possible context of error(s):

FileNotFoundError: [Errno 2] No such file or directory: 'ffmpeg'
Comment 3 Nicola Smaniotto 2021-07-28 08:52:21 UTC
Added missing test dependency
Comment 4 Agostino Sarubbo gentoo-dev 2021-07-28 08:58:42 UTC
(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
Comment 5 Nicola Smaniotto 2021-07-28 09:02:04 UTC
(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?
Comment 6 Agostino Sarubbo gentoo-dev 2021-07-28 10:03:15 UTC
(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
Comment 7 Nicola Smaniotto 2021-07-28 10:07:31 UTC
(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?