Date: Mon, 10 Jun 2002 12:41:13 +0200 (CEST) From: =?iso-8859-1?q?Claus=20Guttesen?= <cguttesen@yahoo.dk> To: "Brian M. Kincaid" <bmk@adsl-64-174-159-18.dsl.sntc01.pacbell.net> Cc: FreeBSD-stable <stable@FreeBSD.ORG>, bmk@adsl-64-174-159-18.dsl.sntc01.pacbell.net Subject: Re: unable to install jdk13 on 4.6 RC Message-ID: <20020610104113.29831.qmail@web14101.mail.yahoo.com> In-Reply-To: <200206071519.g57FJvNp009789@adsl-64-174-159-18.dsl.sntc01.pacbell.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi. > > I had a similar problem, including the same error > messages. It turned out that > I had several conflicting header files on my system, > due to my having > installed GCC 3.2 from the ports package. That > package comes with its own java > support, which generates conflicts when trying to > install jdk13. The include > paths used in the jdk13 build pick up the wrong > headers, and the build fails. > I had also installed gcc32 (and later gcc31), and I noticed that a deinstall of gcc32 complained about not being able to completely remove all files/directories. > Once I figured this out I removed the GCC port, and > made sure that all the > java-related header files were gone. > > Jdk13 then installed with no problems. > > Hope this works for you, > I removed the directories java, javax, and gcj and removed the file jni.h in /usr/local/include. After that, the make completed with success. I didn't even have to do a 'make clean' first. Thank you very much! > Brian > regards Claus > In message > <20020607081620.18260.qmail@web14101.mail.yahoo.com>, > =?iso-8859-1?q > ?Claus=20Guttesen?= writes: > >Hi. > > > >I needed som diskspace for OpenOffice for FreeBSD > and > >deleted some packages. Unfortunately I accidentally > >uninstalled jdk13 as well. > > > >OpenOffice needs jdk13. 'No problem, the port will > >take care of that' I thought. But the compilation > of > >jdk13 fails. The error-message I get appears to be > >related to open-motif. > > > >Jdk13 was successfully installed on 4.4 stable. > > > >The error is: > > > >../../oji-plugin/src/motif/navig5/remotejni.cpp: In > >function `void * jni_GetMethodID(RemoteJNIEnv *, > >__jclass *, const char *, const char *)': > >../../oji-plugin/src/motif/navig5/remotejni.cpp:784: > >request for member `java_method' in `*retval', > which > >is of non-aggregate type `void' > > > >The error-message is repeated, except for the > >linenumber which changes. > > > >The last line of the error-message is: > > > >gmake[1]: *** [../../tmp/bsd/i386/remotejni.o] > Error 1 > >gmake[1]: Leaving directory > >`/usr/ports/java/jdk13/work/j2sdk1.3.1/ext/plugin/build/solaris' > >gmake: *** [plugin-all] Error 1 > > > > > >I tried to deinstall and reinstall and portupgrade > >open-motif, and also tried to install lesstif, but > to > >no avail. Lesstif is removed again. > > > >My machine is AMD Athlon, stable 4.6 RC as of June > >5'th, /etc/make.conf is using K7 as > CPU-designation, > >and I use -O2 as optimization. Tried -O but the > error > >remained the same. > > > >Regards > >Claus Guttesen > > > > > >_____________________________________________________ > >Følg VM i fodbold på tæt hold fra Yahoo!s > officielle VM-side > >www.yahoo.dk/vm2002 > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > >with "unsubscribe freebsd-stable" in the body of > the message > > -- > Brian M. Kincaid > PGP Key: > http://wwwkeys.pgp.net:11371/pks/lookup?op=get&search=0x33656401 > > _____________________________________________________ Følg VM i fodbold på tæt hold fra Yahoo!s officielle VM-side www.yahoo.dk/vm2002 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020610104113.29831.qmail>