Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 746350 - media-video/ffmpeg-9999: build failure because of use of removed flag
Summary: media-video/ffmpeg-9999: build failure because of use of removed flag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-10-03 17:37 UTC by inasprecali
Modified: 2020-10-04 01:04 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,5.99 KB, text/plain)
2020-10-03 17:37 UTC, inasprecali
Details
emerge --info media-video/ffmpeg (emerge-info-ffmpeg,19.00 KB, text/plain)
2020-10-03 17:38 UTC, inasprecali
Details

Note You need to log in before you can comment on or make changes to this bug.
Description inasprecali 2020-10-03 17:37:11 UTC
Created attachment 663652 [details]
build.log

libwavpack support was removed upstream: https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/45070eec4c089b06947f07e25cdb1bc8b2102553

But the ebuild still attempts to build with the --disable-libwavpack option, which is now invalid and causes the build to fail.
Comment 1 inasprecali 2020-10-03 17:38:06 UTC
Created attachment 663655 [details]
emerge --info media-video/ffmpeg
Comment 2 Larry the Git Cow gentoo-dev 2020-10-04 01:04:01 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d839d4f0f6c2469727b8abc48088812f989addf7

commit d839d4f0f6c2469727b8abc48088812f989addf7
Author:     Thomas Deutschmann <whissi@gentoo.org>
AuthorDate: 2020-10-04 01:03:25 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2020-10-04 01:03:25 +0000

    media-video/ffmpeg: drop USE=wavpack
    
    Closes: https://bugs.gentoo.org/746350
    Package-Manager: Portage-3.0.8, Repoman-3.0.1
    Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>

 media-video/ffmpeg/ffmpeg-9999.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)