Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 101883 - x11-base/xorg-xserver-0.99.1 missing some DEPENDs
Summary: x11-base/xorg-xserver-0.99.1 missing some DEPENDs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo X packagers
URL: https://bugs.freedesktop.org/show_bug...
Whiteboard:
Keywords:
: 101838 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-08-09 10:38 UTC by Ryan Stinnett
Modified: 2005-11-20 21:26 UTC (History)
2 users (show)

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


Attachments
Ebuild patch to add the needed DEPENDs (xorg-server-trappan.diff,405 bytes, patch)
2005-08-09 10:42 UTC, Ryan Stinnett
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Stinnett 2005-08-09 10:38:52 UTC
Reproducible: always
Steps to reproduce:

1. Remove all of Xorg (ex. emerge -C xorg-x11)
2. emerge xorg-server (with all of its USE flags disabled)
3. Compilation fails.

When all of the USE flags are off for xorg-server, compilation dies because of
missing header files for both trapproto and panoramixproto.  I don't have the
error messages from the compile, though I can go back and do it again if they
are needed.  All I had to do was:

emerge trapproto panoramixproto

to fix the issue.  After that, xorg-server finished compiling successfully.

emerge info:

Portage 2.0.51.22-r1 (default-linux/x86/2005.0, gcc-3.4.4, glibc-2.3.5-r1,
2.6.12-gentoo-r5 i686)
=================================================================
System uname: 2.6.12-gentoo-r5 i686 AMD Athlon(tm) 64 Processor 3400+
Gentoo Base System version 1.6.12
ccache version 2.4 [enabled]
dev-lang/python:     2.3.4-r1
sys-apps/sandbox:    1.2.10
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
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.8.1-r4
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O1 -march=athlon-xp -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O1 -march=athlon-xp -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://mirror.datapipe.net/gentoo http://gentoo.seren.com/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/fluidportage /usr/local/portage"
SYNC="rsync://rsync.us.gentoo.org/gentoo-portage"
USE="x86 3dnow X a52 aac acpi aim alsa arts audiofile avi bash-completion berkdb
bidi bitmap-fonts cairo cdda cddb cdio cjk crypt cups dga divx4linux dlloader
dpms dvd dvdr dvdread eds encode fam ffmpeg foomaticdb fortran freetype gdbm gif
glitz gpm gstreamer gtk gtk2 hal imlib jikes jpeg kde kdeenablefinal kdexdeltas
libg++ libwww lzo mad mikmod mmap mmx mmxext mng motif moznomail mp3 mpeg
ncurses nls nptl nptlonly ogg oggvorbis openal opengl oss pam pdflib perl png
pnp ppds python qt quicktime rdesktop readline real sdl sndfile spell sse sse2
ssl svg tcpd tidy tiff truetype truetype-fonts type1-fonts userlocales vorbis
win32codecs wxwindows xml2 xmms xprint xscreensaver xv xvid zlib userland_GNU
kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 1 Ryan Stinnett 2005-08-09 10:42:48 UTC
Created attachment 65545 [details, diff]
Ebuild patch to add the needed DEPENDs

This patch for xorg-server adds those two x11-proto ebuilds as DEPENDs, fixing
the problem.
Comment 2 Donnie Berkholz (RETIRED) gentoo-dev 2005-08-09 11:29:51 UTC
*** Bug 101838 has been marked as a duplicate of this bug. ***
Comment 3 Donnie Berkholz (RETIRED) gentoo-dev 2005-08-09 11:32:52 UTC
That's odd, it should only require panoramix if built with xinerama.

Can you file a bug on both these at bugs.freedesktop.org, xorg product, modular
build system? They should be in configure.ac.

Post the URL here once you do.
Comment 4 Ryan Stinnett 2005-08-09 12:03:00 UTC
Filed with b.fd.o as requested: 

https://bugs.freedesktop.org/show_bug.cgi?id=4033
Comment 5 Joshua Baergen (RETIRED) gentoo-dev 2005-11-20 21:25:57 UTC
This has been fixed upstream and in-tree in the newer ebuilds (at least 0.99.3).
Comment 6 Joshua Baergen (RETIRED) gentoo-dev 2005-11-20 21:26:07 UTC
Marking fixed.