Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 27867

Summary: grass emerge fails at configure step
Product: Gentoo Linux Reporter: Nathan Machula <nathanm_mn>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Nathan Machula 2003-09-03 10:26:48 UTC
grass expects the Motif header files in /usr/include/Xm. The current ebuild
installs them in /usr/X11R6/include/Xm. After creating a symbolic link in
/usr/include/ to /usr/X11R6/include/Xm, grass builds properly.

Reproducible: Always
Steps to Reproduce:
1. emerge grass (with Motif in default location)
2. [fails on configure step but all dependent packages built fine]
Actual Results:  
grass build fails at configure step

Expected Results:  
grass should have built properly. Creating a symbolic link fixes the problem:
ln -s /usr/X11R6/include/Xm /usr/include/Xm

Portage 2.0.48-r5 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1)
=================================================================
System uname: 2.4.20-gentoo-r6 i686 AMD Athlon(tm) XP 2400+
GENTOO_MIRRORS="http://gentoo.oregonstate.edu
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 /usr/kde/3.1/share/config
/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 apm avi crypt cups encode foomaticdb gif jpeg kde libg++ libwww mad
mikmod mpeg ncurses nls pdflib png quicktime spell xml2 xmms xv zlib gdbm berkdb
slang readline arts bonobo svga tcltk java guile sdl gpm tcpd pam ssl perl
python esd imlib oggvorbis qt motif opengl 3dnow gtk gnome mmx sse truetype X"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-O3 -march=athlon-xp -funroll-loops -fprefetch-loop-arrays -pipe"
CXXFLAGS="-O3 -march=athlon-xp -funroll-loops -fprefetch-loop-arrays -pipe"
ACCEPT_KEYWORDS="x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-09-03 10:53:35 UTC

*** This bug has been marked as a duplicate of 27831 ***