From owner-freebsd-java Tue Apr 9 9:50:32 2002 Delivered-To: freebsd-java@freebsd.org Received: from arjun.niksun.com (gwnew.niksun.com [63.148.27.34]) by hub.freebsd.org (Postfix) with ESMTP id 5268737B417 for ; Tue, 9 Apr 2002 09:50:07 -0700 (PDT) Received: from niksun.com (arjun.niksun.com [10.0.0.5]) by arjun.niksun.com (8.9.3/8.9.3) with ESMTP id MAA08514; Tue, 9 Apr 2002 12:50:03 -0400 (EDT) (envelope-from dragos@niksun.com) Message-ID: <3CB31BB7.273D9467@niksun.com> Date: Tue, 09 Apr 2002 12:49:59 -0400 From: Dragos Ilie Organization: NIKSUN, Inc. http://www.niksun.com X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Chris Manjoine Cc: freebsd-java@FreeBSD.ORG Subject: Re: jdk13 install on bsd 4.2 stable References: <5.1.0.14.2.20020409111707.02f4f928@mail.vpr.uiowa.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I experienced the exact same thing. I traced the problem to the CMSG_SPACE macro that is defined in sys/socket.h. CMSG_SPACE uses ALIGN, which does not seem to be defined anywhere. Or maybe I'm mistaken... Help, anybody? Regards, Dragos Chris Manjoine wrote: > > I have tried to install the jdk port for freebsd several times and > don't know what this error could mean. There are several other > reports on this in the mailing.freebsd.java with no replies. This is > probably a problem as a result of patch level 6 because I remember 5 > worked quite well for me > > below is the report fyi(linux-jdk is installed) > > << gmake[1]: Leaving directory > `/usr/ports/java/jdk13/work/j2sdk1.3.1/ext/jpda/make' > << 11:10:30 CDT 2002 ... > i386 Build finished: 1.3.1-p6-manjoine-020409-11:09 > i386 Build finished: 1.3.1-p6-manjoine-020409-11:09 > >>>Recursively making ./../ext/plugin/build/solaris all @ Tue Apr 9 > 11:10:30 CDT 2002 ... > gmake[1]: Entering directory > `/usr/ports/java/jdk13/work/j2sdk1.3.1/ext/plugin/build/solaris' > g++ -Wall -Wno-unused -Wconversion -O -c -I/usr/local/include -w > -D_GNU_SOURCE -DXP_UNIX > -DVERSION="\"1.3.1-p6-manjoine-020409-11:09\"" > -DDATE="\"Apr-09-2002\"" -DARCH="\"i386\"" -DRAPTOR_API > -DNEW_STREAMING_API -I../../tmp/bsd/i386/CClassHeaders > -I../../oji-plugin/src/motif/common > -I../../oji-plugin/src/motif/navig5 -I/usr/X11R6/include > -I/usr/X11R6/include -I../../../../src/share/javavm/export > -I../../../../src/solaris/javavm/export > -I../../oji-plugin/include/solaris/navig5 -I/usr/local/include/glib12 > -I/usr/X11R6/include/gtk12 -I > -I/usr/local/bin//../plugin/libg/lib/glib/include > -I/usr/local/bin//../../share/plugin -o ../../tmp/bsd/i386/utils_gnu.o > ../../oji-plugin/src/motif/common/utils.c > ../../oji-plugin/src/motif/common/utils.c: In function `int > sendfd(int, int)': > ../../oji-plugin/src/motif/common/utils.c:215: implicit declaration of > function `int ALIGN(...)' > gmake[1]: *** [../../tmp/bsd/i386/utils_gnu.o] Error 1 > gmake[1]: Leaving directory > `/usr/ports/java/jdk13/work/j2sdk1.3.1/ext/plugin/build/solaris' > gmake: *** [plugin-all] Error 1 > *** Error code 2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message