Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
fluxbox can't pass configure -- missing X libraries [SOLVED]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
yottabit
Guru
Guru


Joined: 11 Nov 2002
Posts: 313
Location: Columbus, Ohio, US

PostPosted: Mon Aug 07, 2006 4:05 pm    Post subject: fluxbox can't pass configure -- missing X libraries [SOLVED] Reply with quote

So here's the deal... putting X on a box that has never had it before... already upgraded all dependencies and merged xorg-x11. But when I try to merge fluxbox I get this:
Code:

checking for X... no
configure: error: Fluxbox requires the X Window System libraries and headers.

!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/fluxbox-0.9.14-r2/work/fluxbox-0.9.14/config.log

!!! ERROR: x11-wm/fluxbox-0.9.14-r2 failed.

Code:

gentoo1 ~ # emerge --info
Portage 2.1-r1 (default-linux/x86/2006.0, gcc-3.3.5, glibc-2.3.4.20040808-r1, 2.6.10-gentoo-r6 i686)
=================================================================
System uname: 2.6.10-gentoo-r6 i686 AMD Athlon(tm) XP 2400+
Gentoo Base System version 1.6.15
ccache version 2.3 [enabled]
app-admin/eselect-compiler: [Not Present]
dev-lang/python:     2.3.5-r2
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.3
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-r3
sys-devel/gcc-config: 1.3.6-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="-O2 -march=athlon-xp -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/terminfo"
CXXFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks fixpackages metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="ftp://gentoo.mirrors.tds.net/gentoo ftp://gentoo.chem.wisc.edu/gentoo/"
MAKEOPTS="-j2"
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"
SYNC="rsync://rsync.us.gentoo.org/gentoo-portage"
USE="x86 3dnow 3dnowex X acpi acpi4linux alsa apache2 apm avi bash-completion berkdb bitmap-fonts bzlib candy cdr cli crypt dba dlloader dri eds emboss esd gdbm gif gpm gstreamer imap imlib isdnlog javascript jpeg libg++ libwww maildir mikmod mmx mp3 ncurses nls no-htdocs nptl ogg pam pcre perl png pppd python qt3 qt4 readline reflection sasl server session spl sqlite sse ssl tcpd udev unicode vhosts vorbis xml xorg zlib elibc_glibc input_devices_keyboard input_devices_mouse input_devices_evdev kernel_linux userland_GNU"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY

gentoo1 ~ # emerge fluxbox -vp

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N    ] x11-wm/fluxbox-0.9.14-r2  USE="imlib nls -disableslit -disabletoolbar -gnome -kde -truetype -xinerama" 0 kB

Total size of downloads: 0 kB


So any ideas please?
_________________
Play The Hitchhiker's Guide to the Galaxy!


Last edited by yottabit on Wed Aug 09, 2006 3:55 pm; edited 1 time in total
Back to top
View user's profile Send private message
sageman
Guru
Guru


Joined: 04 May 2005
Posts: 363
Location: New Hampshire

PostPosted: Tue Aug 08, 2006 2:47 am    Post subject: Reply with quote

Did you alreadly do etc-update && env-update && source /etc/profile?
Back to top
View user's profile Send private message
yottabit
Guru
Guru


Joined: 11 Nov 2002
Posts: 313
Location: Columbus, Ohio, US

PostPosted: Tue Aug 08, 2006 3:38 am    Post subject: Reply with quote

Yup, but I ended up doing an "emerge -pv --emptytree x11" and then manually (re)merging all packages that had to do anything with X. I got xorg to reinstall finally, but still having issues getting fluxbox to compile... now it tells me:

Code:

...
Transparent.cc:33:36: X11/extensions/Xrender.h: No such file or directory
...


So I thought simple enough... I'll just (re)merge libXrender, but I get this:

Code:

...
In file included from AddTrap.c:28:
Xrenderint.h:33:40: X11/extensions/renderproto.h: No such file or directory
...


Why so difficult???
_________________
Play The Hitchhiker's Guide to the Galaxy!
Back to top
View user's profile Send private message
yottabit
Guru
Guru


Joined: 11 Nov 2002
Posts: 313
Location: Columbus, Ohio, US

PostPosted: Tue Aug 08, 2006 3:47 am    Post subject: Reply with quote

Okay, had to (re)merge renderproto, and then libXrender... now fluxbox dies on this one:

Code:
...
ImageXPM.cc:29:21: X11/xpm.h: No such file or directory
...


Who knows how this box became so messed up...
_________________
Play The Hitchhiker's Guide to the Galaxy!
Back to top
View user's profile Send private message
yottabit
Guru
Guru


Joined: 11 Nov 2002
Posts: 313
Location: Columbus, Ohio, US

PostPosted: Tue Aug 08, 2006 3:53 am    Post subject: Reply with quote

...and after (re)merging libXpm, then xrandr and libXrandr, I'm now stuck again... this time I don't know what to do because attempting to merge xrandr or libXrandr both fail:

Code:
...
In file included from Xrandrint.h:37,
                 from Xrandr.c:37:
../include/X11/extensions/Xrandr.h:30:34: X11/extensions/randr.h: No such file or directory
...


GRRRR! This is frustrating. I'm about to merge x11 --emptytree... actually I think I will right now. Bah.
_________________
Play The Hitchhiker's Guide to the Galaxy!
Back to top
View user's profile Send private message
yottabit
Guru
Guru


Joined: 11 Nov 2002
Posts: 313
Location: Columbus, Ohio, US

PostPosted: Tue Aug 08, 2006 3:14 pm    Post subject: Reply with quote

So after doing the --emptytree overnight and installing a few more things I finally got it going... good grief.
_________________
Play The Hitchhiker's Guide to the Galaxy!
Back to top
View user's profile Send private message
sageman
Guru
Guru


Joined: 04 May 2005
Posts: 363
Location: New Hampshire

PostPosted: Wed Aug 09, 2006 3:45 pm    Post subject: Reply with quote

Ugg, that sucks. Good to know it fixed the problem though. Be sure to put [SOLVED] in the title of this post now.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum