Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 109274 - Xorg-Server (0.99.1_p20051013) needs dependencies to build.
Summary: Xorg-Server (0.99.1_p20051013) needs dependencies to build.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-14 06:57 UTC by robustah
Modified: 2005-10-21 08:25 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 robustah 2005-10-14 06:57:01 UTC
I decided to upgrade to the hard masked version of xorg-server but I ran into
some problems. Firstly you need to install x11-libs/libXres-0.99.0 and
x11-libs/libxkbui-0.99.0 to actually get it to compile. It would probably be a
good idea to add them to the dependencies. And the other problem was that
libxkbui missed the amd64 keyword. After emerging x11-libs/libXres-0.99.0 and
adding the ~amd64 keyword to x11-libs/libxkbui-0.99.0 everything worked fine.

Reproducible: Always
Steps to Reproduce:
1. Use amd64 keyword or ~amd64.
2. Try to install xorg-server-0.99.1_p20051013

Actual Results:  
The installation was stopped because xorg asked for some dependencies , and they
weren't installed.

Expected Results:  
The dependencies should have been installed automatically by the xorg-server ebuild.

Gentoo Base System version 1.12.0_pre9
Portage 2.0.53_rc5 (default-linux/amd64/2005.1/no-multilib, gcc-3.4.4,
glibc-2.3.5-r2, 2.6.12-archck6 x86_64)
=================================================================
System uname: 2.6.12-archck6 x86_64 AMD Athlon(tm) 64 Processor 3200+
dev-lang/python:     2.3.5, 2.4.2
sys-apps/sandbox:    1.2.13
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-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=athlon64 -O2 -pipe -fomit-frame-pointer"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon64 -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://ftp.du.se/pub/os/gentoo"
LANG="en_US.utf8"
LC_ALL="en_US.utf8"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 7zip X a52 aac alsa avi bash-completion berkdb bzip2 cairo cgi cli
clock-screen crypt cups curl dba dts dvd dvdr dvdread effects emacs emacs-w3
encode ffmpeg flac foomaticdb fort$
Unset:  ASFLAGS, CTARGET, LDFLAGS, LINGUAS, MAKEOPTS
Comment 1 Joshua Baergen (RETIRED) gentoo-dev 2005-10-14 09:26:58 UTC
I'll add the libs hard-coded for now.  Donnie, xkbui is for the graphical config
tool and Xres is for dmx stuff.  Do I smell a useflag for graphical config?

Also adding amd64 and ppc as x11-libs/libXres needs ~ppc and x11-libs/libxkbui
needs ~amd64 ~ppc.
Comment 2 Joshua Baergen (RETIRED) gentoo-dev 2005-10-14 09:29:52 UTC
Oops, adding amd64 and pcc now.

Please look at previous comment.
Comment 3 Daniel Gryniewicz (RETIRED) gentoo-dev 2005-10-14 10:30:01 UTC
Hmmm... Lots of modular X packages need amd64 flags.  I've been meaning to get
to it, but I haven't yet.  I guess now is the time.
Comment 4 Daniel Gryniewicz (RETIRED) gentoo-dev 2005-10-14 11:14:28 UTC
Everything I use for my modular X is now keyworded ~amd64, including the ones
mentioned here.
Comment 5 Donnie Berkholz (RETIRED) gentoo-dev 2005-10-14 11:21:38 UTC
(In reply to comment #1)
> I'll add the libs hard-coded for now.  Donnie, xkbui is for the graphical config
> tool and Xres is for dmx stuff.  Do I smell a useflag for graphical config?

We should probably hack up a patch to make xorgconfig switchable too, then we
can hide them behind USE=minimal.
Comment 6 Luca Barbato gentoo-dev 2005-10-14 16:51:39 UTC
Both marked ~ppc
Comment 7 Joshua Baergen (RETIRED) gentoo-dev 2005-10-21 08:25:46 UTC
The bug as stated is fixed.  More USE flags will come as time permits...