Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 536486 - media-libs/mesa-9999 - requires dependency on >=dev-python/mako-0.7.3
Summary: media-libs/mesa-9999 - requires dependency on >=dev-python/mako-0.7.3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matt Turner
URL:
Whiteboard:
Keywords:
: 536568 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-01-13 15:25 UTC by Elias Probst
Modified: 2015-03-30 12:22 UTC (History)
2 users (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 Elias Probst 2015-01-13 15:25:56 UTC
Without having dev-python/mako installed, building media-libs/mesa-9999 will fail like this:

checking how to hardcode library paths into programs... immediate
checking for bison... bison -y
checking if bison is the parser generator... yes
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking if flex is the lexer generator... yes
checking for indent... cat
checking if module mako in python is installed... No module named mako
configure: error: mako 0.7.3 or later is required.
Comment 1 Matt Turner gentoo-dev 2015-01-13 22:46:01 UTC
Thanks, fixed with

commit 526f7f7592485e75d56d604b22934df1c48367ad
Author: Matt Turner <mattst88@gmail.com>
Date:   Tue Jan 13 14:44:44 2015 -0800

    media-libs/mesa: Add DEPEND on >=dev-python/mako-0.7.3.
    
    Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=536486
Comment 2 Matt Turner gentoo-dev 2015-01-14 18:27:32 UTC
*** Bug 536568 has been marked as a duplicate of this bug. ***