Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 176628 - x11-base/xorg-server-1.2.0-r3 fails to compile; might be drm/dri problem
Summary: x11-base/xorg-server-1.2.0-r3 fails to compile; might be drm/dri problem
Status: RESOLVED DUPLICATE of bug 176631
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-30 22:17 UTC by Randall Wald
Modified: 2007-05-01 00:08 UTC (History)
1 user (show)

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


Attachments
Last part of build.log of xorg-server-1.2.0-r3 attempted build (build.log.tail,1000.00 KB, text/plain)
2007-04-30 22:21 UTC, Randall Wald
Details
Output of lspci -v (lspci,5.21 KB, text/plain)
2007-04-30 22:22 UTC, Randall Wald
Details
My current kernel configuration, from /proc/config.gz (config.gz,10.74 KB, text/plain)
2007-04-30 22:34 UTC, Randall Wald
Details
My current kernel configuration, from /proc/config.gz (config,44.14 KB, text/plain)
2007-04-30 22:36 UTC, Randall Wald
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Randall Wald 2007-04-30 22:17:53 UTC
On my system, xorg-server consistently fails to compile (compile log attached).

I've had problems getting drm/dri working in the past (all attempts to modify kernel modules and such result in glxinfo|grep direct == "direct rendering: No"), so that may be related. Here's my emerge --info:
Portage 2.1.2.2 (default-linux/x86/2006.1/desktop, gcc-4.1.1, glibc-2.5-r0, 2.6.19-suspend2-r2 i686)
=================================================================
System uname: 2.6.19-suspend2-r2 i686 Intel(R) Celeron(R) M processor         1.40GHz
Gentoo Base System release 1.12.9
Timestamp of tree: Mon, 30 Apr 2007 19:50:01 +0000
dev-java/java-config: 1.3.7, 2.0.31-r5
dev-lang/python:     2.3.5-r3, 2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.15-r1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium4"
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/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/splash /etc/terminfo /etc/texmf/web2c"
CXXFLAGS="-O2 -march=pentium4"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://toughguy.caltech.edu/pub/gentoo/ http://gentoo.osuosl.org/ ftp://ftp.ucsb.edu/pub/mirrors/linux/gentoo/ http://ftp.ucsb.edu/pub/mirrors/linux/gentoo/ http://gentoo.cites.uiuc.edu/pub/gentoo/ ftp://gentoo.cites.uiuc.edu/pub/gentoo/"
LANG="en_US.UTF-8"
LINGUAS="en ja"
MAKEOPTS="-j2"
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 --filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.us.gentoo.org/gentoo-portage"
USE="X aalib acpi aim alsa arts berkdb bitmap-fonts bzip2 cairo cdparanoia cdr cjk cli cracklib crypt cups dbus directfb dri dvd eds emboss encode esd exif fam firefox fortran gdbm gif glitz gpm gstreamer gtk gtk2 hal iconv icq immqt ipv6 isdnlog jabber java jpeg ldap libg++ mad matroska matrox midi mikmod mp3 mpeg msn ncurses nls nptl nptlonly ogg opengl oscar oss pam pcre pdf perl png ppds pppd python qt3 qt4 quicktime readline real reflection samba sdl session spell spl ssl svg tcpd tiff truetype truetype-fonts type1-fonts unicode vorbis wifi win32codecs x86 xml xorg xv xvid yahoo zlib" ALSA_CARDS="hda-intel" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="kbd keyboard mouse synaptics evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en ja" USERLAND="GNU" VIDEO_CARDS="i810 i915 vesa fbdev"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LDFLAGS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY

For good measure, I've attached my lspci -v.
Comment 1 Randall Wald 2007-04-30 22:21:33 UTC
Created attachment 117781 [details]
Last part of build.log of xorg-server-1.2.0-r3 attempted build

Note the bit at the end with all the dri errors.
Comment 2 Randall Wald 2007-04-30 22:22:16 UTC
Created attachment 117782 [details]
Output of lspci -v
Comment 3 Randall Wald 2007-04-30 22:34:01 UTC
Created attachment 117784 [details]
My current kernel configuration, from /proc/config.gz

Before someone says, "Wait, did you make sure to enable the DRM kernel modules?", here's my /proc/config.gz.
Comment 4 Randall Wald 2007-04-30 22:36:04 UTC
Created attachment 117786 [details]
My current kernel configuration, from /proc/config.gz

My kernel config, only this time I ungzipped it so you can easily read it.
Comment 5 Joshua Baergen (RETIRED) gentoo-dev 2007-04-30 23:21:17 UTC
I believe these to be the same problem.

Follow the instructions at bug #166218, comment #6 and make sure you're running a new enough libdrm.  If you still have issues, please re-open #176631.

*** This bug has been marked as a duplicate of bug 176631 ***
Comment 6 Randall Wald 2007-05-01 00:08:38 UTC
That seems reasonable; I'll reopen if I manage to compile mesa but not xorg-server.