Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 494042 - media-video/mpv-9999 - configure: You manually enabled the feature 'lircc', but the autodetection check failed.
Summary: media-video/mpv-9999 - configure: You manually enabled the feature 'lircc', b...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Nikoli
URL: https://github.com/mpv-player/mpv/iss...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-12 15:47 UTC by gerion
Modified: 2013-12-17 13:31 UTC (History)
2 users (show)

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


Attachments
build.log (file_494042.txt,8.74 KB, text/plain)
2013-12-12 15:50 UTC, gerion
Details
patch for live ebuild (mpv-9999.ebuild.patch,1.74 KB, patch)
2013-12-16 07:25 UTC, Nikoli
Details | Diff
patch for ebuild (mpv-9999.ebuild.patch,1.99 KB, patch)
2013-12-17 10:57 UTC, Nikoli
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description gerion 2013-12-12 15:47:01 UTC
merge of mpv-9999 fails, because the configure-flag lircc does not exists anymore. build.log is attached, removal of line 181:
$(use_enable lirc lircc) \
fixes the problem for me.

Reproducible: Always

Steps to Reproduce:
1. emerge =mpv-9999
Actual Results:  
...
Checking for termios                                              : yes 
Checking for shm                                                  : yes 
Checking for POSIX select()                                       : yes 
Checking for glob()                                               : yes 
Checking for glob() win32 replacement                             : not found any of os-cygwin, os-win32 
Checking for setmode()                                            : no 
Checking for sys/sysinfo.h                                        : yes 
Checking for libguess support                                     : disabled 
Checking for Samba support                                        : disabled 
Checking for libquvi 0.4.x support                                : yes 
Checking for libquvi 0.9.x support                                : libquvi4 found 
Checking for libquvi support                                      : yes 
Checking for SSA/ASS support                                      : yes 
Checking for libass OSD support                                   : yes 
Checking for dummy OSD support                                    : libass-osd found 
Checking for zlib                                                 : yes 
Checking for Encoding                                             : yes 
Checking for joystick                                             : disabled 
Checking for lirc                                                 : yes 
Checking for lircc                                                : no 
You manually enabled the feature 'lircc', but the autodetection check failed.
Comment 1 gerion 2013-12-12 15:50:23 UTC
Created attachment 365150 [details]
build.log
Comment 2 Nikoli 2013-12-16 07:25:43 UTC
Created attachment 365456 [details, diff]
patch for live ebuild
Comment 3 Nikoli 2013-12-16 07:27:33 UTC
Thank you for report. lirccd is so old and obsolete, asked upstream to remove support for it. Attached patch also adds USE dvdnav.
Comment 4 Nikoli 2013-12-17 10:57:18 UTC
Created attachment 365528 [details, diff]
patch for ebuild

fixed caca dep
Comment 5 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-12-17 13:31:14 UTC
+  17 Dec 2013; Tom Wijsman <TomWij@gentoo.org> metadata.xml, mpv-9999.ebuild:
+  Updated live ebuild to cover changes to lircc and caca dependencies, added
+  dvdnav USE flag; fixed bug #494042, proxied commit for Nikoli.