Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 369275 - games-kids/tuxtype-1.8.1 failed on configure "libRSVG test failed"
Summary: games-kids/tuxtype-1.8.1 failed on configure "libRSVG test failed"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-30 09:30 UTC by Piotr Szymaniak
Modified: 2011-06-01 23:58 UTC (History)
0 users

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


Attachments
tuxtype-1.8.1:20110530-085502.log (games-kids:tuxtype-1.8.1:20110530-085502.log,5.97 KB, text/plain)
2011-05-30 09:30 UTC, Piotr Szymaniak
Details
tuxtype-1.8.1-config.log (games-kids:tuxtype-1.8.1-config.log,30.24 KB, text/plain)
2011-05-30 09:30 UTC, Piotr Szymaniak
Details
emerge --info =games-kids/tuxtype-1.8.1 (tuxtype-1.8.1-emerge--info,4.04 KB, text/plain)
2011-05-30 09:31 UTC, Piotr Szymaniak
Details
emerge -pqv =games-kids/tuxtype-1.8.1 (tuxtype-1.8.1-emerge-pqv,2.47 KB, text/plain)
2011-05-30 09:31 UTC, Piotr Szymaniak
Details
tuxtype-1.8.1.ebuild.patch (tuxtype-1.8.1.ebuild.patch,896 bytes, patch)
2011-05-31 12:32 UTC, Piotr Szymaniak
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Piotr Szymaniak 2011-05-30 09:30:06 UTC
checking pkg-config is at least version 0.9.0... yes
Mingw crossbuild not detected - using #AC_CHECK_LIB() for SDL libs:,
checking for sdl-config... /usr/bin/sdl-config
checking for SDL - version >= 1.2.0... yes
checking for IMG_Load in -lSDL_image... yes
checking for Mix_OpenAudio in -lSDL_mixer... yes
checking for SDLPango_Init in -lSDL_Pango... yes
checking for RSVG... no
configure: error: in `/var/tmp/portage/games-kids/tuxtype-1.8.1/work/tuxtype_w_fonts-1.8.1':
configure: error: libRSVG test failed (--without-rsvg to disable svg support)
See `config.log' for more details.


Reproducible: Always
Comment 1 Piotr Szymaniak 2011-05-30 09:30:36 UTC
Created attachment 275089 [details]
tuxtype-1.8.1:20110530-085502.log
Comment 2 Piotr Szymaniak 2011-05-30 09:30:51 UTC
Created attachment 275091 [details]
tuxtype-1.8.1-config.log
Comment 3 Piotr Szymaniak 2011-05-30 09:31:09 UTC
Created attachment 275093 [details]
emerge --info =games-kids/tuxtype-1.8.1
Comment 4 Piotr Szymaniak 2011-05-30 09:31:24 UTC
Created attachment 275095 [details]
emerge -pqv =games-kids/tuxtype-1.8.1
Comment 5 Rafał Mużyło 2011-05-30 14:32:57 UTC
The obvious question: what does i.e. 'pkg-config librsvg-2.0 --libs' print ?
Comment 6 Piotr Szymaniak 2011-05-31 12:32:41 UTC
Created attachment 275331 [details, diff]
tuxtype-1.8.1.ebuild.patch

(In reply to comment #5)
> The obvious question: what does i.e. 'pkg-config librsvg-2.0 --libs' print ?

kript ~ # pkg-config librsvg-2.0 --libs
Package librsvg-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `librsvg-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'librsvg-2.0' found

and after manual gnome-base/librsvg was added:
kript ~ # pkg-config librsvg-2.0 --libs
-pthread -lrsvg-2 -lgio-2.0 -lgdk_pixbuf-2.0 -lm -lcairo -lgobject-2.0 -lgmodule-2.0 -lpng14 -lgthread-2.0 -lrt -lglib-2.0

It compiles fine with librsvg installed. It also configures (and builds) fine with the mentioned option for configure (--without-rsvg) when librsvg is missing.

I suppose this should be included in depends one way or another (optional dep with "svg" USE flag? patch included).
Comment 7 Mr. Bones. (RETIRED) gentoo-dev 2011-06-01 23:58:34 UTC
fixed in portage.  thanks for the bug report and patch.