Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 152563 - kde-base/krdc-3.5.2 missing libXxf86vm dependency
Summary: kde-base/krdc-3.5.2 missing libXxf86vm dependency
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-23 07:52 UTC by Jon
Modified: 2006-10-23 08:02 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 Jon 2006-10-23 07:52:16 UTC
emerge kde-meta bugged out on kdrc with the following error:

bin/sh ../libtool --silent --tag=CXX --mode=link i686-pc-linux-gnu-g++ -Wno-lo ng-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversio n -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O2 -march= pentium4 -pipe -fomit-frame-pointer -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAM ESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -o k rdc -L/usr/kde/3.5/lib -L/usr/qt/3/lib -L/usr/lib -R /usr/kde/3.5/lib -R /usr /kde/3.5/lib -R /usr/qt/3/lib -R /usr/lib main.o krdc.o vidmode.o kfullscreenpan el.o kservicelocator.o keycapturedialog.o kremoteview.o smartptr.o hostpreferenc es.o preferencesdialog.o maindialogwidget.o maindialog.o hostprofiles.o maindial ogbase.o keycapturewidget.o vnc/libvnc.la rdp/librdp.la -lkdeui -lXext -lXxf86vm -lkdnssd -L/usr/lib -lX11 -lkwalletclient
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../../../i686-pc-linux-gnu/bin/ld: canno t find -lXxf86vm
collect2: ld returned 1 exit status
make[3]: *** [krdc] Error 1
make[3]: Leaving directory `/var/tmp/portage/krdc-3.5.2/work/krdc-3.5.2/krdc'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/krdc-3.5.2/work/krdc-3.5.2/krdc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/krdc-3.5.2/work/krdc-3.5.2'
make: *** [all] Error 2

!!! ERROR: kde-base/krdc-3.5.2 failed.
Call stack:
ebuild.sh, line 1546: Called dyn_compile
ebuild.sh, line 937: Called src_compile
krdc-3.5.2.ebuild, line 20: Called kde-meta_src_compile
kde-meta.eclass, line 379: Called kde_src_compile
kde.eclass, line 171: Called kde_src_compile 'all'
kde.eclass, line 338: Called kde_src_compile 'myconf' 'configure' 'make'
kde.eclass, line 334: Called die

!!! died running emake, kde_src_compile:make
!!! If you need support, post the topmost build error, and the call stack if rel evant.

... done! 


It was fixed by issuing:
emerge --oneshot x11-libs/libXxf86vm
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-10-23 08:02:52 UTC
DEPEND=">=dev-libs/openssl-0.9.6b
        slp? ( net-libs/openslp )
        x11-libs/libXxf86vm
        x11-libs/libXtst"
RDEPEND="${DEPEND}
        rdesktop? ( >=net-misc/rdesktop-1.4.1 )"