Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 17369 - sun-j2sdk-1.4.1 failed to emerge
Summary: sun-j2sdk-1.4.1 failed to emerge
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-12 07:26 UTC by Alexander Isacson
Modified: 2003-03-24 14:40 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 Alexander Isacson 2003-03-12 07:26:32 UTC
(cd ./../../; ln -s ./lib/Xm/exports/include include)
including in ./bindings...
make[2]: Entering directory
`/home/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
`/home/tmp/portage/sun-j2sdk-1.4.1/work/j2sdk/motif/lib/Xm/bindings'
including in ./util...
make[2]: Entering directory
`/home/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
`/home/tmp/portage/sun-j2sdk-1.4.1/work/j2sdk/motif/lib/Xm/util'
make[1]: Leaving directory
`/home/tmp/portage/sun-j2sdk-1.4.1/work/j2sdk/motif/lib/Xm'
cd  /home/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

!!! ERROR: dev-java/sun-j2sdk-1.4.1 failed.
!!! Function src_compile, Line 137, Exitcode 2
!!! (no error message)


Reproducible: Always
Steps to Reproduce:
1. emerge sun-j2sdk
2. wait a long time



Portage 2.0.47-r8 (default-x86-1.4, gcc-3.2.2, glibc-2.2.5-r2,2.3.2-r0)
=================================================================
System uname: 2.4.20 i686 Intel(R) Pentium(R) 4 CPU 1.80GHz
GENTOO_MIRRORS=" http://gentoo.linux.no/"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config
/usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/home/tmp"
PORTDIR_OVERLAY=""
USE="x86 oss 3dnow apm avi crypt cups encode gif jpeg gnome libg++ mikmod mmx
mpeg ncurses nls pdflib png quicktime spell truetype xml2 xmms xv zlib directfb
gdbm berkdb slang readline tetex java guile X sdl gpm tcpd pam libwww ssl perl
imlib oggvorbis gtk motif opengl cdr alsa -arts atlas bonobo dga esd evo fbcon
gtk2 gtkhtml imap -kde maildir mozilla pda postgres -python -qt samba sse -svga
tiff xml"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=pentium4 -O3 -pipe"
CXXFLAGS="-march=pentium4 -O3 -pipe"
ACCEPT_KEYWORDS="x86 ~x86"
MAKEOPTS="-j9"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox distcc ccache"
Comment 1 Alexander Isacson 2003-03-12 07:30:56 UTC
A note to the output above...

Both the compileing and the linking seems to work. But the installation fails.
Comment 2 Christian Apolloni 2003-03-12 11:06:09 UTC
Same problem here.
It worked in the past, I think it depends on some updated package.
Trying to identify which one...
Comment 3 Stefan Jones (RETIRED) gentoo-dev 2003-03-13 03:10:31 UTC
I have to say that the makefiles in use here have been patched quite a bit.

It could be that Sun has changed the makefiles in the zip, and broke the various workarounds in the makefies which I added.

I haven't got much time to playaround now, but could someone tell me if the patches in portage apply cleanly, mainly the ones for the makefiles.


Stefan
Comment 4 Adrian Almenar 2003-03-24 14:40:14 UTC
I downloaded it today and it compiled fine without changes.

I will close it as WORKSFORME, since i compiled it on 3 different machines.

Please if the problem persists, please Re-Open the bug.