Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 85401 - nuvexport demands USE flag "threads" for ffmpeg
Summary: nuvexport demands USE flag "threads" for ffmpeg
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Television related Applications in Gentoo's Portage
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-15 12:51 UTC by Jesse Adelman
Modified: 2005-03-26 17:21 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Adelman 2005-03-15 12:51:08 UTC
mythtvbox root # emerge -uD world
Calculating world dependencies ...done!
>>> emerge (1 of 2) media-tv/nuvexport-0.2_pre20050311-r1 to /
>>> md5 src_uri ;-) nuvexport-0.2-cvs20050311.tar.bz2
 * media-video/ffmpeg is missing threads support. Please add
 * 'threads' to your USE flags, and re-emerge media-video/ffmpeg.

!!! ERROR: media-tv/nuvexport-0.2_pre20050311-r1 failed.
!!! Function pkg_setup, Line 42, Exitcode 0
!!! ffmpeg needs threads support
!!! If you need support, post the topmost build error, NOT this status message.

mythtvbox root # 

First time I've heard that ffmpeg *requires* "threads" set to work properly. I'm not using this on an SMP system, so can this please be removed? Thanks.
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2005-03-15 13:12:23 UTC
Please have a look at the Changelog and ask the developer before you may reopen.
Comment 2 Jesse Adelman 2005-03-15 13:16:59 UTC
I just took a look at the ffmpeg ebuild to see what "threads" does - it builds ffmpeg with pthreads support. If unset, it builds with the old-style LinuxThreads. Still, not a requirement for a functioning ffmpeg. ffmpeg is *working* without it set...
Comment 3 Jesse Adelman 2005-03-17 14:38:51 UTC
Had a inconclusive conversation with Doug/Cardoe. Reopening as this USE flag is not required for a functioning ffmpeg, and therefore does not affect nuvexport's function. Thanks for your attention.
Comment 4 Jesse Adelman 2005-03-26 17:21:42 UTC
Well, I went ahead and added threads flag. So, this bug doesn't apply to me at this time, but still, the "requirement" implemented in this ebuild for the "threads" USE flag is not needed for nuvexport to work properly, and goes against the concept of, and rationale for, USE flags, in giving users maximum  flexiblity.