Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 18889 - emerge sun-j2sdk fails looking for libXm
Summary: emerge sun-j2sdk fails looking for libXm
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-07 04:10 UTC by John Kozak
Modified: 2003-04-17 08:29 UTC (History)
1 user (show)

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 John Kozak 2003-04-07 04:10:08 UTC
log: 
 
make[2]: Entering directory 
`/var/tmp/portage/sun-j2sdk-1.4.1/work/j2sdk/motif/lib/Xm/bindings' 
make[2]: *** No rule to make target `includes'.  Stop. 
make[2]: Leaving directory 
`/var/tmp/portage/sun-j2sdk-1.4.1/work/j2sdk/motif/lib/Xm/bindings' 
including in ./util... 
make[2]: Entering directory 
`/var/tmp/portage/sun-j2sdk-1.4.1/work/j2sdk/motif/lib/Xm/util' 
make[2]: Nothing to be done for `includes'. 
make[2]: Leaving directory 
`/var/tmp/portage/sun-j2sdk-1.4.1/work/j2sdk/motif/lib/Xm/util' 
make[1]: Leaving directory `/var/tmp/portage/sun-j2sdk-1.4.1/work/j2sdk/motif/lib/Xm' 
cd  /var/tmp/portage/sun-j2sdk-1.4.1/work/j2sdk/motif/lib; \ 
mv libXm.a libXm-j2sdk.a 
mv: cannot stat `libXm.a': No such file or directory 
make: *** [motif-install-lib] Error 1
Comment 1 Stephen Boulet 2003-04-12 21:09:37 UTC
Me too. I have a fresh install with x11-libs/openmotif-2.2.2-r1. Here's some more 
info: 
 
# emerge --info 
Portage 2.0.47-r10 (default-x86-1.4, gcc-3.2.2, glibc-2.3.2-r1) 
================================================================= 
System uname: 2.4.20 i686 Pentium III (Coppermine) 
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/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/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="/usr/local/portage" 
USE="x86 oss 3dnow encode libg++ mikmod nls xml2 xmms xv berkdb X sdl 
libwww alsa apm arts atlas avi cdr crypt cups doc -esd gd gdbm ggi gif -gnome 
gpm -gtk -gtk2 -gtkhtml imlib java jpeg kde maildir mmx motif mozilla mpeg 
mysql ncurses oav odbc oggvorbis opengl pam pda pdflib perl plotutils png 
python qt quicktime readline samba slang spell sse ssl svga tcltk tcpd tetex tiff 
truetype zeo zlib" 
COMPILER="gcc3" 
CHOST="i686-pc-linux-gnu" 
CFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer" 
CXXFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer" 
ACCEPT_KEYWORDS="x86 ~x86" 
MAKEOPTS="-j2" 
AUTOCLEAN="yes" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
FEATURES="sandbox distcc ccache" 
Comment 2 Stefan Jones (RETIRED) gentoo-dev 2003-04-16 13:28:32 UTC
This was a problem with gencat changing in glibc-2.3.2-r1
breaking the motif build phase.

I have updated the patch so it now works.

Stefan
Comment 3 Stephen Boulet 2003-04-17 08:29:26 UTC
Works for me now. Thanks for the good work!

-- Stephen