Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 144524 - libXt doesnt install libX11, kbproto
Summary: libXt doesnt install libX11, kbproto
Status: VERIFIED DUPLICATE of bug 133671
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-20 06:56 UTC by Daniel Herzog
Modified: 2006-08-20 07:42 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 Daniel Herzog 2006-08-20 06:56:52 UTC
x11-proto/kbproto-1.0.2 and x11-libs/libX11-1.0.1-r1 are not installed, but are run/compile-time dependencies of libXt.

"emerge portage" during fresh installation fails with

No package 'x11' found
No package 'kbproto' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables XT_CFLAGS
and XT_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.


!!! Please attach the config.log to your bug report:
!!! /var/tmp/portage/libXt-1.0.2/work/libXt-1.0.2/config.log

!!! ERROR: x11-libs/libXt-1.0.2 failed.
!!! Function econf, Line 495, Exitcode 0
!!! econf failed
!!! If you need support, post the topmost build error, NOT this status message.





Portage 2.0.54 (default-linux/amd64/2006.0, gcc-3.4.4, glibc-2.3.5-r2, 2.6.15-gentoo-r5 x86_64)
=================================================================
System uname: 2.6.15-gentoo-r5 x86_64 Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz
Gentoo Base System version 1.6.14
app-admin/eselect-compiler: [Not Present]
dev-lang/python:     2.4.2
dev-python/pycrypto: [Not Present]
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
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/gcc-config: 1.3.12-r6
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-mtune=nocona -O3 -fomit-frame-pointer -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-mtune=nocona -O3 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp.roedu.net/pub/mirrors/gentoo.org/ ftp://ftp.du.se/pub/os/gentoo ftp://mirror.scarlet-internet.nl/pub/gentoo"
LINGUAS="de"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.de.gentoo.org/gentoo-portage"
USE="amd64 X aac acpi adns alsa apache2 arts audiofile bash-completion bcmath berkdb blas bzip2 cairo calendar caps cdb cdparanoia cdr clamav crypt ctype cups curl curlwrappers dba dbase dbm dbus dbx dga dio directfb dri dts dv eds emul-linux-x86 encode exif expat fam fastcgi fbcon ffmpeg fftw firefox flac flash flatfile foomaticdb ftp gcj gd gdbm geoip ggi gif ginac glut gmp gnutls gphoto2 graphviz gstreamer gtk2 hal howl iconv icq idn ieee1394 imagemagick imap imlib inifile innodb iodbc jabber java javascript jbig joystick jpeg jpeg2k junit kde kdeenablefinal kdehiddenvisibility lapack lcms ldap lesstif libedit libg++ libgda libwww lm_sensors m17n-lib mad maildir mailwrapper matroska mbox mcal memlimit mhash mikmod milter mime ming mmap mng mp3 mpeg mysql mysqli ncurses netcdf nis nls nocd nptl nsplugin ocaml odbc offensive ofx ogg openal openexr opengl oscar pam pcntl pcre pdf perl php pic plotutils png portaudio posix postgres ppds profile python qdbm qt qt3 qt4 quicktime readline recode ruby samba sasl scanner sdl session sharedmem shorten simplexml slang slp sndfile snmp soap sockets socks5 sox speex spell spl sqlite sqlite3 ssl startup-notification svg symlink sysvipc szip test tetex theora threads tidy tiff tokenizer truetype unicode usb v4l v4l2 vcd vorbis wddx wmf wxwindows xface xine xml xmlrpc xorg xosd xpm xprint xsl xv xvid yahoo yaz zeo zeroconf zlib video_cards_fbdev video_cards_video_cards_none video_cards_v4l video_cards_vesa video_cards_vga input_devices_keyboard input_devices_mouse input_devices_synaptics linguas_de userland_GNU kernel_linux elibc_glibc"
Unset:  CTARGET, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTAGE_RSYNC_OPTS, PORTDIR_OVERLAY
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-08-20 06:58:29 UTC
Try w/ latest unstable portage.


*** This bug has been marked as a duplicate of 133671 ***
Comment 2 Daniel Herzog 2006-08-20 07:31:41 UTC
Well, problem is this happened during system installation, maybe the recent stable portage might do already? Well, i fixed it for me, see below

Before "mid-air collision" i wrote:
Looks like libX11 depends upon a binutils update, which in turn (indirectly? )depends on libXt
emerge <all direct libX11 dependencies> --nodeps --oneshot solved the problem.

I am not sure if this is a personal problem, installation only issue, or actually a real bug. Well, anyway, i can hardly see a way to work around this.
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-08-20 07:42:42 UTC
Well, read the other bug (and Bug 126748). Anyway, there won't be any fixes for portage-2.0.x, so really not anything we could do here, sorry.