Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 152797 - x11-base/xorg-server-1.1.1-r1 fails with kdrive useflag
Summary: x11-base/xorg-server-1.1.1-r1 fails with kdrive useflag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-25 09:27 UTC by Thomas Lindroth
Modified: 2006-10-25 11:31 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 Thomas Lindroth 2006-10-25 09:27:35 UTC
When I try to compile x11-base/xorg-server-1.1.1-r1 I get the error:
*** No rule to make target `../../../hw/kdrive/vesa/libvesa.a', needed by `Xnvidia'.  Stop.

I use the following use flags:
aiglx dri kdrive nptl xorg xprint keyboard mouse nv nvidia tdfx

If I remove the kdrive use flag it compiles. 

emerge --info
Portage 2.1.1 (default-linux/x86/2006.1, gcc-4.1.1, glibc-2.4-r3, 2.6.18 i686)
=================================================================
System uname: 2.6.18 i686 AMD Athlon(tm) 64 X2 Dual Core Processor 3800+
Gentoo Base System version 1.12.5
Last Sync: Wed, 25 Oct 2006 10:50:01 +0000
ccache version 2.3 [enabled]
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 1.3.7, 2.0.30
dev-lang/python:     2.2.3-r6, 2.3.5-r3, 2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.3
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r4
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O3 -march=k8 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/lib/mozilla/defaults/pref /usr/share/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O3 -march=k8 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks metadata-transfer parallel-fetch sandbox sfperms strict"
GENTOO_MIRRORS="http://mirror.gentoo.no/ http://mirror.uni-c.dk/pub/gentoo/ http://trumpetti.atm.tut.fi/gentoo/ http://ds.thn.htu.se/linux/gentoo http://ftp.du.se/pub/os/gentoo"
LINGUAS=""
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage/my-overlay"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 3dnow X aiglx alsa arts berkdb bitmap-fonts cli cracklib crypt cups dlloader dri elibc_glibc esd fortran gdbm gpm input_devices_keyboard input_devices_mouse isdnlog java kdeenablefinal kdehiddenvisibility kdrive kernel_linux libg++ mmx ncurses nls nptl nptlonly opengl pam pcre perl ppds pppd python readline reflection session spl sse sse2 ssl tcpd truetype truetype-fonts type1-fonts udev unicode userland_GNU video_cards_nv video_cards_nvidia video_cards_tdfx xinerama xorg xprint zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Joshua Baergen (RETIRED) gentoo-dev 2006-10-25 09:46:11 UTC
The kdrive section of the ebuild definitely needs a rewrite.  I'll try to find time after midterms are over next week.

For now, adding 'vesa' to VIDEO_CARDS may fix this - otherwise, drop nv.
Comment 2 Joshua Baergen (RETIRED) gentoo-dev 2006-10-25 10:22:19 UTC
(In reply to comment #1)
> The kdrive section of the ebuild definitely needs a rewrite.  I'll try to find
> time after midterms are over next week.
> 
> For now, adding 'vesa' to VIDEO_CARDS may fix this - otherwise, drop nv.
> 

Ah, I see that Donnie's been working on this.
Comment 3 Donnie Berkholz (RETIRED) gentoo-dev 2006-10-25 11:31:52 UTC
(In reply to comment #1)
> The kdrive section of the ebuild definitely needs a rewrite.  I'll try to find
> time after midterms are over next week.
> 
> For now, adding 'vesa' to VIDEO_CARDS may fix this - otherwise, drop nv.

Should be fixed in current CVS -- try syncing in an hour or more.