Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 264205 - media-gfx/wally-2.0.2 ebuild should depend on x11-libs/qt-svg
Summary: media-gfx/wally-2.0.2 ebuild should depend on x11-libs/qt-svg
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Markos Chandras (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-29 17:52 UTC by manwe
Modified: 2009-03-29 21:28 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 manwe 2009-03-29 17:52:07 UTC
Without x11-libs/qt-svg wally crashes with: 

x86_64-pc-linux-gnu-g++-4.3.3 -Wl,--as-needed,-O1 -o wally build/diskinfo.o build/exif.o build/buttons.o build/engine.o build/xtengine.o build/httpengine.o build/files.o build/folders.o build/flickr.o build/yahoo.o build/panoramio.o build/pikeo.o build/photobucket.o build/ipernity.o build/utils.o build/splash.o build/settings.o build/about.o build/wally.o build/main.o build/moc_buttons.o build/moc_engine.o build/moc_xtengine.o build/moc_httpengine.o build/moc_files.o build/moc_folders.o build/moc_flickr.o build/moc_yahoo.o build/moc_panoramio.o build/moc_pikeo.o build/moc_photobucket.o build/moc_ipernity.o build/moc_splash.o build/moc_settings.o build/moc_about.o build/moc_wally.o build/qrc_wally.o    -L/usr/lib64/qt4 -lexif -lQtSvg -lQtXml -L/usr/lib64 -L/usr/lib64/qt4 -pthread -pthread -lQtGui -L/usr/X11R6/lib -pthread -lpng -lfreetype -lSM -lICE -pthread -pthread -lXrender -lXrandr -lXinerama -lfontconfig -lXext -lX11 -lQtNetwork -pthread -pthread -lQtCore -lz -lm -pthread -lgthread-2.0 -lrt -lglib-2.0 -ldl -lpthread
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lQtSvg
collect2: ld returned 1 exit status
make: *** [wally] Error 1

Please add x11-libs/qt-svg to DEPEND (or maybe it's configure option which can be moved to USE flag, don't know).

Reproducible: Always




Portage 2.2_rc28 (default/linux/amd64/2008.0, gcc-4.3.3, glibc-2.9_p20081201-r2, 2.6.28-zen10-nyth-v4 x86_64)
=================================================================
System uname: Linux-2.6.28-zen10-nyth-v4-x86_64-Intel-R-_Core-TM-2_Quad_CPU_Q9300_@_2.50GHz-with-glibc2.2.5
Timestamp of tree: Sun, 29 Mar 2009 17:30:01 +0000
app-shells/bash:     4.0_p10-r1
dev-java/java-config: 2.1.7
dev-lang/python:     2.5.4-r2
dev-python/pycrypto: 2.0.1-r8
sys-apps/baselayout: 2.0.0
sys-apps/openrc:     0.4.3-r1
sys-apps/sandbox:    1.6
sys-devel/autoconf:  2.13, 2.63
sys-devel/automake:  1.5, 1.9.6-r2, 1.10.2
sys-devel/binutils:  2.19.1-r1
sys-devel/gcc-config: 1.4.1
sys-devel/libtool:   2.2.6a
virtual/os-headers:  2.6.28-r1
ABI="amd64"
ACCEPT_KEYWORDS="amd64 ~amd64"
USE="X a52 aac aalib acpi aiglx alsa amd64 apache2 apm bash-completion bcmath berkdb branding browserplugin bzip2 calendar cdinstall cdr cleartype crypt cups dbus directfb dvd dvdr dvdread encode fbcon ffmpeg ftp gd-exteral gif glut gpm gtk2 ieee1394 jabber javascript jpeg libwww mmx mozilla mp3 mpd mpeg3 multilib mysql ncurses newspr nls nptl nptlonly nsplugin nvidia ogg opengl pam pdf perl php png smp soap spell sse sse2 sse3 sse4_1 ssl ssse3 svg threads tiff truetype truetype-fonts usb userlocales vdpau vim with-x wmf xcomposite xinerama xorg xosd xv xvid"
Comment 1 Markos Chandras (RETIRED) gentoo-dev 2009-03-29 21:28:31 UTC
+  29 Mar 2009; Markos Chandras <hwoarang@gentoo.org> wally-2.0.2:
+  Adding qt-svg as dependency. Removing qt-gui as qt-svg pulls it anyway.
+  Fixes bug (#264205)
+

Fixed on cvs. Thanks for reporting :)