Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 139231 - libX11-1.0.3 fails in function _XimLocalFilter
Summary: libX11-1.0.3 fails in function _XimLocalFilter
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-04 13:00 UTC by Jaime Fordham
Modified: 2006-07-05 14:59 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 Jaime Fordham 2006-07-04 13:00:11 UTC
Whilst trying to perform an "emerge -u world", I can't compile x11-libs/libX11-1.0.3:

imLcFlt.c: In function `_XimLocalFilter':
imLcFlt.c:63: error: `XK_braille_dot_1' undeclared (first use in this function)
imLcFlt.c:63: error: (Each undeclared identifier is reported only once
imLcFlt.c:63: error: for each function it appears in.)
imLcFlt.c:63: error: `XK_braille_dot_8' undeclared (first use in this function)
make[3]: *** [imLcFlt.lo] Error 1
make[3]: Leaving directory `/var/tmp/portage/libX11-1.0.3/work/libX11-1.0.3/modules/im/ximcp'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/libX11-1.0.3/work/libX11-1.0.3/modules/im'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/libX11-1.0.3/work/libX11-1.0.3/modules'
make: *** [all-recursive] Error 1

!!! ERROR: x11-libs/libX11-1.0.3 failed.
Call stack:
  ebuild.sh, line 1545:   Called dyn_compile
  ebuild.sh, line 940:   Called src_compile
  ebuild.sh, line 1254:   Called x-modular_src_compile
  x-modular.eclass, line 327:   Called x-modular_src_make
  x-modular.eclass, line 322:   Called die

emerge --info:

Portage 2.1.1_pre2-r2 (default-linux/x86/2005.1, gcc-3.4.6, glibc-2.3.6-r4, 2.6.16-gentoo-r9 i686)
=================================================================
System uname: 2.6.16-gentoo-r9 i686 Intel(R) Pentium(R) M processor 1.73GHz
Gentoo Base System version 1.6.15
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
dev-lang/python:     2.3.5-r2, 2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
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-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium-m -O3 -pipe -fomit-frame-pointer"
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/lib/X11/xkb /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/splash /etc/terminfo"
CXXFLAGS="-march=pentium-m -O3 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer parallel-fetch sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
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'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow 3dnowext X a52 aac acpi alsa arts avi bash-completion berkdb bitmap-fonts bluetooth cardbus cli crypt cups divx4linux dlloader dri dts dvd dvdr eds emboss encode foomaticdb gdbm gif gpm gstreamer gtk gtk2 hal ieee1394 imlib isdnlog javascript jpeg kde libg++ libwww lm_sensors mad mikmod mime mmx mmxext mng motif mozcalendar mp3 mpeg ncurses nls nptl nptlonly nsplugin ogg oggvorbis opengl oss pam pcre pda pdflib perl pic png pppd python qt qt3 qt4 quicktime readline real reflection samba sdl session spell spl sse sse2 ssl svg tcpd truetype truetype-fonts type1-fonts usb vorbis wifi win32codecs xml2 xmms xorg xprint xv xvid zlib elibc_glibc input_devices_keyboard input_devices_mouse input_devices_evdev input_devices_synaptics kernel_linux userland_GNU video_cards_i915"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Donnie Berkholz (RETIRED) gentoo-dev 2006-07-04 13:10:10 UTC
Remerge xproto and make sure you're installing 7.0.7.
Comment 2 Jaime Fordham 2006-07-05 14:59:53 UTC
Thanks, worked!