Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 17133 - problem with updating x11-libs/libast, hangs on checking for x
Summary: problem with updating x11-libs/libast, hangs on checking for x
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-09 06:41 UTC by DMcLF
Modified: 2003-03-14 05:47 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 DMcLF 2003-03-09 06:41:33 UTC
when updating x11-libs/libast from 0.4-r1 to 0.5, it hangs while configure says
checking for X

Reproducible: Always
Steps to Reproduce:
1.emerge -u x11-libs/libast

Actual Results:  
last lines in config.log:
---
configure:7259: checking for debugging level
configure:7305: checking for X
---
last lines on prompt:
---
checking for working RLIMIT_NPROC resource limit... no
checking for working RLIMIT_MEMLOCK resource limit... no
checking for debugging level... 4
checking for X... 



Expected Results:  
checking for working RLIMIT_NPROC resource limit... no
checking for working RLIMIT_MEMLOCK resource limit... no
checking for debugging level... 4
checking for X... yes/ok

Portage 2.0.47-r8 (default-x86-1.4, gcc-3.2.2, glibc-2.3.1-r2)
=================================================================
System uname: 2.4.19-gentoo-r10 i686 AMD Athlon(tm) XP 1700+
GENTOO_MIRRORS="http://ftp.easynet.nl/mirror/gentoo http://gentoo.oregonstate.ed
u/ http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config /usr/kde/3/share
/config /usr/X11R6/lib/X11/xkb /opt/jakarta/tomcat/conf /usr/kde/3.1/share/confi
g /usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY=""
USE="x86 oss 3dnow apm avi crypt cups encode gif jpeg kde gnome libg++ mikmod mm
x motif mpeg ncurses nls pdflib png quicktime sdl spell truetype xml2 xmms xv zl
ib gdbm berkdb slang readline arts svga java guile mysql X gpm tcpd pam libwww s
sl perl python esd imlib oggvorbis gtk qt opengl ldap snmp cdr"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-O2 -mcpu=i686 -pipe"
CXXFLAGS="-O2 -mcpu=i686 -pipe"
ACCEPT_KEYWORDS="x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://ftp.easynet.nl/gentoo-portage"
FEATURES="sandbox ccache"
Comment 1 DMcLF 2003-03-09 11:26:50 UTC
adding:
--x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib

to the "local myconf="
in libast-0.5.ebuild
fixed this.
Comment 2 DMcLF 2003-03-10 04:24:45 UTC
hm..
had some problems with other ebuilds aswell, manually made a check of all my
configs in /etc/env.d and made them ok.
(gcc had a wrong path? still pointed to 3.1-something)

can be set to closed orso.
Comment 3 Seemant Kulleen (RETIRED) gentoo-dev 2003-03-14 05:47:08 UTC
closing