From owner-freebsd-java@FreeBSD.ORG Wed Sep 5 02:33:02 2007 Return-Path: Delivered-To: java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3ABDE16A41A for ; Wed, 5 Sep 2007 02:33:02 +0000 (UTC) (envelope-from xxjack12xx@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.182]) by mx1.freebsd.org (Postfix) with ESMTP id 16CE013C468 for ; Wed, 5 Sep 2007 02:33:02 +0000 (UTC) (envelope-from xxjack12xx@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so2492329waf for ; Tue, 04 Sep 2007 19:33:01 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=T+xK+3zbQpQ7scppO25l4uCAtbri9/t9m5FIm9ePQDoaLSevLDVXOaZ25j7gcqlhEkIqbp4FssA0EM5kmHl8jP8pv5Y0eZGzRl4bzwP5wxZAAeH3DenLj16fUY4Biihw3DxNB6+9AV8NKAZ5ThV6n6Rzpca7sDxhLdNgrrhXbdk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=eO0qLWKH5vg6f9U9idKepgqYXiOr6H5sa+nCy+ffOv50VQ+vKSCOvJRbuA6V6nNo+E06XIVueDObuHtIgv9B2PPf53X8E3sF/9fQmFCC6bGrfH8rvcMC10MgvOiW9AAGJmbIbOMbvE8B6cafVH8i1w0QZwEelAigVYAuJ+PUf84= Received: by 10.142.113.17 with SMTP id l17mr332502wfc.1188957944782; Tue, 04 Sep 2007 19:05:44 -0700 (PDT) Received: by 10.143.166.10 with HTTP; Tue, 4 Sep 2007 19:05:44 -0700 (PDT) Message-ID: Date: Tue, 4 Sep 2007 19:05:44 -0700 From: "Jack L." To: java@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: jdk15 dopes not compile on i386 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Sep 2007 02:33:02 -0000 When I try to compile jdk15 on FreeBSD 7.0 i386, I get this error, but not on FreeBSD 7.0 amd64. gmake[1]: Entering directory `/usr/ports/java/jdk15/work/install/make' gmake[1]: Leaving directory `/usr/ports/java/jdk15/work/install/make' Build Machine Information: build machine = Build Directory Structure: CWD = /usr/ports/java/jdk15/work/control/make TOPDIR = ./../.. CONTROL_TOPDIR = ./../../control HOTSPOT_TOPDIR = ./../../hotspot J2SE_TOPDIR = ./../../j2se DEPLOY_TOPDIR = ./../../deploy INSTALL_TOPDIR = ./../../install SPONSORS_TOPDIR = ./../../sponsors Build Directives: BUILD_HOTSPOT = true BUILD_MOTIF = false BUILD_INSTALL = true BUILD_SPONSORS = false Hotspot Settings: HOTSPOT_BUILD_JOBS = Bootstrap Settings: BOOTDIR = /usr/local/diablo-jdk1.5.0 BOOTSTRAP J2SDK VERSION: libc.so.6 OUTPUTDIR = /usr/ports/java/jdk15/work/control/build/bsd-i586 Build Tool Settings: JDK_DEVTOOLS_DIR = UNIXCOMMAND_PATH = /bin/ COMPILER_PATH = /usr/bin/ DEVTOOLS_PATH = /usr/local/bin/ USRBIN_PATH = /usr/bin/ MOTIF_DIR = /usr/local CC_VER = 4.2.1 ZIP_VER = 2.32 PATH = /sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin:/usr/compat/linux/lib TMPDIR = /usr/ports/java/jdk15/work/control/build/bsd-i586/tmp Build Directives: USE_ONLY_BOOTDIR_TOOLS = USE_HOTSPOT_INTERPRETER_MODE = PEDANTIC = DEV_ONLY = J2RE_ONLY = NO_DOCS = NO_IMAGES = TOOLS_ONLY = INSANE = PARALLEL_COMPILES = false PARALLEL_COMPILE_JOBS = 2 FASTDEBUG = false INCREMENTAL_BUILD = false Build Platform Settings: PLATFORM = bsd ARCH = i586 LIBARCH = i386 ARCH_FAMILY = i586 ARCH_DATA_MODEL = 32 TRUE_PLATFORM = FreeBSD OS_VERSION = 7.0-CURRENT FREE_SPACE = 573928896 GNU Make Settings: MAKE = gmake MAKE VERSION = MAKECMDGOALS = sanity MAKEFLAGS = SHELL = /bin/sh Target Build Versions: JDK_VERSION = 1.5.0_12 MILESTONE = p6 BUILD_NUMBER = jack_04_sep_2007_19_05 External File/Binary Locations: HOTSPOT_SERVER_PATH = /usr/ports/java/jdk15/work/control/build/bsd-i586/hotspot-i586/server HOTSPOT_CLIENT_PATH = /usr/ports/java/jdk15/work/control/build/bsd-i586/hotspot-i586/client HOTSPOT_IMPORT_PATH = /usr/ports/java/jdk15/work/control/build/bsd-i586/hotspot-i586/import MOTIF_DIR = /usr/local CACERTS_FILE = ./../src/share/lib/security/cacerts No setting required for Unix Systems WARNING: Your are not building SPONSORS workspace from the control build. This will result in a development-only build of the J2SE workspace, lacking the installation bundles ERROR: Your BOOTDIR environment variable does not point to a valid Java 2 SDK for bootstrapping this build. A Java 2 SDK 5.0_12 build must be bootstrapped using J2SDK 1.4.2 fcs (or later). Apparently, your bootstrap JDK is version libc.so.6 Please update your ALT_BOOTDIR setting and start your build again. Exiting because of the above error(s). gmake: *** [post-sanity] Error 1 *** Error code 2 Stop in /usr/ports/java/jdk15. *** Error code 1 Stop in /usr/ports/java/jdk15. enc#