Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 645456

Summary: >=media-video/makemkv-1.10.9 requires CONFIG_CHR_DEV_SG
Product: Gentoo Linux Reporter: Charo del Genio <the.paraw>
Component: Current packagesAssignee: James Le Cuirot <chewi>
Status: RESOLVED FIXED    
Severity: normal CC: the.paraw
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Charo del Genio 2018-01-23 15:46:42 UTC
As per summary, all versions of makemkv greater than or equal to 1.10.9 require CONFIG_CHR_DEV_SG=y in the kernel in order to access optical drives. Version 1.10.8 still works without it, but it is considerably slower. If the kernel is compiled without CHR_DEV_SG, makemkv fails with "cannot find any valid optical drives"; if the option is present, all works fine. Upstream confirmed this (see thread at http://www.makemkv.com/forum2/viewtopic.php?f=3&t=16939 ).

Is it possible to add a CONFIG_CHECK to future ebuilds?
Comment 1 Larry the Git Cow gentoo-dev 2018-01-24 21:03:43 UTC
The bug has been closed via the following commit(s):

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

commit edd37643f6eb6a6106d77b1d191a30965c95c669
Author:     James Le Cuirot <chewi@gentoo.org>
AuthorDate: 2018-01-24 21:03:08 +0000
Commit:     James Le Cuirot <chewi@gentoo.org>
CommitDate: 2018-01-24 21:03:36 +0000

    media-video/makemkv: Warn if CONFIG_CHR_DEV_SG is disabled
    
    Closes: https://bugs.gentoo.org/645456
    Package-Manager: Portage-2.3.20, Repoman-2.3.6

 media-video/makemkv/makemkv-1.10.10.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)