Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 78896 - libxklavier-1.04-r1 fails emerge
Summary: libxklavier-1.04-r1 fails emerge
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High major (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-20 20:14 UTC by Drake Donahue
Modified: 2005-05-24 01:04 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 Drake Donahue 2005-01-20 20:14:51 UTC
emerge gnome failed:
configure: error: The path /usr/X11R6/lib/X11/xkb does not denote the directory
!!!Error: X11-libs/libxklavier-1.04-r1 failed
!!!Error: function econf, line 449, exit code 1
!!!Error: econf failed
emerge libxklavier failed the same way
emerge =X11-libs/libxklavier-1.04-r1 failed the same way
emerge =X11-libs/libxklavier-1.03 emrged with no problem
sub sequent emerge gnome still failed the same way

amd 64 3000+ 90 nm on ASUS A8V 2GB pc3200 120gb sata hd kernel-2.6.10-gentoo-r4
Comment 1 Donnie Berkholz (RETIRED) gentoo-dev 2005-01-21 08:40:50 UTC
I can't reproduce this w/ xorg-x11-6.8.1.902, fwiw.
Comment 2 Mark Rosenstand 2005-01-28 13:10:01 UTC
Fails here too.

Portage 2.0.51-r15 (default-linux/amd64/2004.3, gcc-3.4.3, glibc-2.3.4.20041102-r0, 2.6.10-gentoo-r6 x86_64)
=================================================================
System uname: 2.6.10-gentoo-r6 x86_64 AMD Athlon(tm) 64 Processor 3200+
Gentoo Base System version 1.6.8
Python:              dev-lang/python-2.4,dev-lang/python-2.3.4 [2.4 (#1, Jan 27 2005, 03:00:06)]
dev-lang/python:     2.4, 2.3.4
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.8.5-r2, 1.5, 1.4_p6, 1.6.3, 1.7.9, 1.9.4
sys-devel/binutils:  2.15.92.0.2-r2
sys-devel/libtool:   1.5.10-r4
virtual/os-headers:  2.6.8.1-r3
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CFLAGS="-march=k8 -O2 -pipe"
CHOST="x86_64-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/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=k8 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox"
GENTOO_MIRRORS="http://mirror.gentoo.no http://gentoo.osuosl.org"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="amd64 X alsa apache2 apm berkdb cdr dvd dvdr encode fbcon flac gdbm gif gpm gtk2 imlib jpeg mad mbox multilib ncurses nls oggvorbis opengl pam pcre perl png python quicktime readline ruby ssl svg tcpd tiff truetype videos xinerama xosd xpm xv"
Unset:  ASFLAGS, CBUILD, CTARGET, LDFLAGS, PORTDIR_OVERLAY
Comment 3 Mark Rosenstand 2005-01-28 13:18:37 UTC
Easy fix:

ln -s /usr/lib/X11/xkb /usr/X11R6/lib/X11/xkb
Comment 4 Cybercide 2005-02-08 15:18:15 UTC
Also related to this is Error activating XKB configuration popup message after emerge xorg-x11-6.8.0-r4, trief to emerge libxklavier to fix and got same error making symbolic link as above fixes both:
cd /usr/X11R6/lib
ln -s ../../../../usr/lib/X11 X11

Looks like a possible fault with xorg-x11-6.8.0-r4 directory reorganisation?
Comment 5 Donnie Berkholz (RETIRED) gentoo-dev 2005-02-08 20:01:22 UTC
That symlink doesn't make any sense --- what happens if you try 6.8.1.904?
Comment 6 Raffi Chaglassian 2005-02-19 18:45:10 UTC
This is the correct symlink for xorg's directory reorganisation BUG:

cd /usr/X11R6/lib
ln -s /usr/X11R6/lib64/X11

cheers

Comment 7 Donnie Berkholz (RETIRED) gentoo-dev 2005-02-19 19:02:37 UTC
ls -ld /usr/lib* /usr/X11R6 /usr/X11R6/*
Comment 8 foser (RETIRED) gentoo-dev 2005-03-02 14:56:15 UTC
reassigning .. to close ?
Comment 9 Donnie Berkholz (RETIRED) gentoo-dev 2005-05-24 01:04:10 UTC
Can't reproduce.