Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 294235 - games-kids/tuxmath-1.7.2 fails compiling --> sdl-pango is required
Summary: games-kids/tuxmath-1.7.2 fails compiling --> sdl-pango is required
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-23 17:29 UTC by Sandy
Modified: 2009-11-23 17:41 UTC (History)
0 users

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


Attachments
games-kids/tuxmath-1.7.2-r1 (tuxmath-1.7.2-r1.ebuild,1.15 KB, text/plain)
2009-11-23 17:32 UTC, Sandy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sandy 2009-11-23 17:29:36 UTC
It seems tuxmath requires sdl-pango to be installed. This behaviour can be toggled using a configure flag. So, this could of course be addressed with an additional USE flag. I just included another DEPEND for media-libs/sdl-pango.




Reproducible: Always

Steps to Reproduce:
1. try emerging without sdl-pango previously installed.
2. configure fails
Actual Results:  
here how emerge dies:

checking for IMG_Load in -lSDL_image... yes
checking for Mix_OpenAudio in -lSDL_mixer... yes
checking for SDLPango_Init in -lSDL_Pango... no
configure: error: in `/var/tmp/portage/games-kids/tuxmath-1.7.2/work/tuxmath_w_fonts-1.7.2':
configure: error: SDL_Pango test failed (--without-sdlpango to disable)
See `config.log' for more details.

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/games-kids/tuxmath-1.7.2/work/tuxmath_w_fonts-1.7.2/config.log
 * ERROR: games-kids/tuxmath-1.7.2 failed:
 *   econf failed
 * 
 * Call stack:
 *     ebuild.sh, line   55:  Called src_configure
 *   environment, line 2663:  Called egamesconf '--disable-dependency-tracking' '--localedir=/usr/share/locale' '--enable-nls'
 *   environment, line  879:  Called econf '--prefix=/usr/games' '--libdir=/usr/games/lib' '--datadir=/usr/share/games' '--sysconfdir=/etc/games' '--localstatedir=/var/games' '--disable-dependency-tracking' '--localedir=/usr/share/locale' '--enable-nls'
 *     ebuild.sh, line  533:  Called die
 * The specific snippet of code:
 *                      die "econf failed"


Expected Results:  
the ebuild should either just pull sdl-pango or have another USE flag addressing this dependency.
Comment 1 Sandy 2009-11-23 17:32:16 UTC
Created attachment 210994 [details]
games-kids/tuxmath-1.7.2-r1

additional DEPEND: media-libs/sdl-pango
Comment 2 Mr. Bones. (RETIRED) gentoo-dev 2009-11-23 17:41:45 UTC
fixed.  thanks for the bug report.