Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 256006 - x11-base/xorg-server-1.3.0.0-r6 USE=kdrive - vm86.c:227: error: ‘IF_MASK’ undeclared (first use in this function)
Summary: x11-base/xorg-server-1.3.0.0-r6 USE=kdrive - vm86.c:227: error: ‘IF_MASK’ und...
Status: VERIFIED DUPLICATE of bug 235789
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-22 15:19 UTC by Mike Limansky
Modified: 2010-12-15 20:39 UTC (History)
0 users

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


Attachments
Part of the build.log file (build.log,381.26 KB, text/plain)
2009-01-22 15:23 UTC, Mike Limansky
Details
Patch for (xorg.patch,612 bytes, text/plain)
2009-01-22 16:17 UTC, Mike Limansky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Limansky 2009-01-22 15:19:05 UTC
xorg-server cannot be emerged with USE=kdrive. I'm not sure, but it seems like the problem is in the incompatibility with the current linux-headers.

Reproducible: Always

Steps to Reproduce:
1. Set USE=kdrive
2. run emerge xorg-x11
3. wait :)

Actual Results:  
Compilation fails.

Expected Results:  
Package installed successfully

 emerge --info
Portage 2.1.6.4 (default/linux/x86/2008.0/desktop, gcc-4.1.2, glibc-2.6.1-r0, 2.6.27-gentoo-r7limansky_vb i686)
=================================================================
System uname: Linux-2.6.27-gentoo-r7limansky_vb-i686-Intel-R-_Pentium-R-_4_CPU_3.00GHz-with-glibc2.0
Timestamp of tree: Wed, 14 Jan 2009 01:45:02 +0000
app-shells/bash:     3.2_p39
dev-lang/python:     2.4.4-r13, 2.5.2-r7
dev-python/pycrypto: 2.0.1-r6
dev-util/cmake:      2.6.2-r1
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.63
sys-devel/automake:  1.7.9-r1, 1.9.6-r2, 1.10.2
sys-devel/binutils:  2.18-r3
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.27-r2
ACCEPT_KEYWORDS="x86"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium4 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-O2 -march=pentium4 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LANG="ru_RU.UTF-8"
LDFLAGS="-Wl,-O1"
LINGUAS="ru"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage/apophis"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X acl acpi alsa berkdb branding bzip2 cairo cli cracklib crypt dbus dri eds encode evo firefox fortran gdbm gif gstreamer hal iconv jpeg libnotify mad midi mikmod mmx mp3 mpeg mudflap ncurses nls nptl nptlonly ogg opengl pam pcre pdf perl png pppd python qt3 qt3support quicktime readline reflection sdl session spell spl sse sse2 ssl startup-notification svg sysfs tcpd tiff truetype unicode usb vorbis win32codecs x86 xml xorg xulrunner xv zlib" ALSA_CARDS="intel8x0" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="ru" USERLAND="GNU" VIDEO_CARDS="vesa"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Mike Limansky 2009-01-22 15:23:57 UTC
Created attachment 179345 [details]
Part of the build.log file
Comment 2 Mike Limansky 2009-01-22 16:17:03 UTC
Created attachment 179347 [details]
Patch for

I've prepared patch for the issue. I'm not sure that it completely right, but i've check only Xephyr - it works fine.
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2009-01-23 23:52:37 UTC

*** This bug has been marked as a duplicate of bug 235789 ***
Comment 4 Mike Limansky 2009-01-24 14:52:56 UTC
Hi Jeroen,

  As I see you've mark this bug as duplicate, but the bug 235789 provides the same patch only for xorg-server-1.5. Unfortunately the bug is reproduced for currnetly stable 1.3 (and possible for 1.4) too. So I think it would be better to reopen bug 235789 and fix the other xorg-server versions.

BR,
Mike.
Comment 5 Mike Limansky 2010-12-15 20:39:16 UTC
Closing, 'cause xorg-server-1.4 not in the tree anymore.