Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 199405 - missing dependency x11-libs/libXxf86dga in kvdr-0.64-r2
Summary: missing dependency x11-libs/libXxf86dga in kvdr-0.64-r2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Television related Applications in Gentoo's Portage
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-16 22:21 UTC by fabian
Modified: 2009-01-10 12:39 UTC (History)
0 users

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 fabian 2007-11-16 22:21:56 UTC
trying to merge kvdr-0.64-r2 dies with error about not finding Xxf86dga.so

Reproducible: Always

Steps to Reproduce:
1.emerge -C x11-libs/libXxf86dga kvdr
2.emerge kvdr

Actual Results:  
/bin/sh ../libtool --silent --mode=link --tag=CXX x86_64-pc-linux-gnu-g++  -Wno-long-long -Wundef -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O2 -pipe -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common    -o kvdr -L/usr/kde/3.5/lib64 -L/usr/qt/3/lib64 -L/usr/lib64    -L/usr/kde/3.5/lib64 -R /usr/lib64 -R /usr/kde/3.5/lib64 -R /usr/qt/3/lib64 -R /usr/lib64 -R /usr/kde/3.5/lib64 svdrpc.o kvdr_xv.o ckvdrcfgdata.o ckvdrcfg.o kvdr.o main.o ckvdrcfg.moc.o kvdr.moc.o  -lXxf86dga -lXxf86vm -lXv -lkdeui -lkdecore -lqt-mt  -lz -lpng -lz -lm -lXext -lX11  -lSM -lICE -lpthread
/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.1/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lXxf86dga
collect2: ld returned 1 exit status
make[3]: *** [kvdr] Error 1
make[3]: Leaving directory `/var/tmp/portage/media-tv/kvdr-0.64-r2/work/kvdr-0.64-gentoo/kvdr'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/media-tv/kvdr-0.64-r2/work/kvdr-0.64-gentoo/kvdr'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/media-tv/kvdr-0.64-r2/work/kvdr-0.64-gentoo'
make: *** [all] Error 2


Expected Results:  
installed kvdr

fixed by 

1. emerge x11-libs/libXxf86dga 
2. emerge kvdr

works then, should be a dependency in ebuild
Comment 1 Steve Dibb (RETIRED) gentoo-dev 2009-01-10 12:39:58 UTC
Thanks, fixed in CVS