Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 590794 - app-shells/mpv-bash-completion-3.3.4 should require mpv >= 0.14 to build
Summary: app-shells/mpv-bash-completion-3.3.4 should require mpv >= 0.14 to build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Coacher
URL: https://github.com/gentoo/gentoo/pull...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-08 19:41 UTC by Cddr
Modified: 2016-08-09 18:27 UTC (History)
1 user (show)

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 Cddr 2016-08-08 19:41:22 UTC
According to official information current version of mpv-bash-completion depends on mpv >= 0.14.

With media-video/mpv-0.9.2-r1 build fails with message:

lua: gen.lua:107: bad argument #1 to 'pairs' (table expected, got nil)
stack traceback:
	[C]: in function 'pairs'
	gen.lua:107: in function 'keys'
	gen.lua:491: in function 'createScript'
	gen.lua:526: in function 'main'
	gen.lua:530: in main chunk
	[C]: ?

But with media-video/mpv-0.17.0-r6 the package can be installed without any issue.
Comment 1 Patrice Clement (RETIRED) gentoo-dev 2016-08-09 18:27:21 UTC
commit 350aeb3f9f59fa01d6e66525aec583f1c7090220 (HEAD -> master, origin/master, origin/HEAD)
Author:     Ilya Tumaykin <itumaykin@gmail.com>
AuthorDate: Tue Aug 9 13:00:27 2016 +0300
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: Tue Aug 9 20:26:59 2016 +0200

app-shells/mpv-bash-completion: require mpv>=0.14.0 for 3.3.4.

mpv-bash-completion-3.3.4 doesn't build otherwise.

Gentoo-Bug: https://bugs.gentoo.org/590794
Closes: https://github.com/gentoo/gentoo/pull/2047

Package-Manager: portage-2.3.0

Signed-off-by: Patrice Clement <monsieurp@gentoo.org>

app-shells/mpv-bash-completion/mpv-bash-completion-3.3.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Commited, thanks!