Date: Fri, 07 Mar 2003 15:30:35 +0100 From: Yuri Khotyaintsev <yuri@irfu.se> To: "Kenneth N. Flaxman" <knf@kenlaw.com> Cc: freebsd-java@FreeBSD.ORG Subject: Re: problem building on 4.7 current Message-ID: <3E68AD0B.1030008@irfu.se> In-Reply-To: <200303071151.h27Bp9uD000208@mail.kenlaw.com> References: <200303071151.h27Bp9uD000208@mail.kenlaw.com>
next in thread | previous in thread | raw e-mail | index | archive | help
I had absolutely no problems on 4.8-RC, however I was using gmake 3.80. Maybe this is your problem, look at the warning about make verison. Yuri Kenneth N. Flaxman wrote: > I was able to build on 5.0 current, but not on 4.7 current. > Am I missing something obvious? > > > Script started on Thu Mar 6 22:36:23 2003 > dent# gmake > bsd i586 1.4.1-p3 build started: 03-03-06 22:36 > gmake[1]: Entering directory `/usr/local/java/j2se/make' > gmake[1]: Leaving directory `/usr/local/java/j2se/make' > if [ -r ./../../patch/make/Makefile ]; then \ > ( cd ./../../patch/make; gmake sanity MAKEFLAGS= EXTERNALSANITYCONTROL=true CONTROL_TOPDIR=/usr/local/java/control CONTROL_TOPDIR_NAME=control ALT_J2SE_TOPDIR=./../../j2se ALT_OUTPUTDIR=/usr/local/java/control/build/bsd-i586 ALT_RTPATCH_DIR= ALT_BASE_IMAGE_ZIP= ALT_BASE_IMAGE_DIR= ALT_NEW_IMAGE_DIR= ; ); \ > fi > > Build Machine Information: > build machine = > > Build Directory Structure: > CWD = /usr/local/java/control/make > TOPDIR = ./../.. > CONTROL_TOPDIR = ./../../control > GENERICS_TOPDIR = ./../../generics > HOTSPOT_TOPDIR = ./../../hotspot > J2SE_TOPDIR = ./../../j2se > MOTIF_TOPDIR = ./../../motif > COBUNDLE_TOPDIR = ./../../cobundle > > Hotspot Settings: > HOTSPOT_BUILD_JOBS = > > Bootstrap Settings: > BOOTDIR = /usr/local/linux-sun-jdk1.4.1 > BOOTSTRAP J2SDK VERSION: 1.4.1_01 > OUTPUTDIR = /usr/local/java/control/build/bsd-i586 > > Build Tool Settings: > UNIXCOMMAND_PATH = /bin/ > COMPILER_PATH = /usr/bin/ > DEVTOOLS_PATH = /usr/local/bin/ > USRBIN_PATH = /usr/bin/ > MOTIF_DIR = /usr/X11R6 > CC_VER = 2.95.4 > PATH = /sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/root/bin > > Build Directives: > USE_ONLY_BOOTDIR_TOOLS = > USE_HOTSPOT_INTERPRETER_MODE = > PEDANTIC = > DEV_ONLY = YES > J2RE_ONLY = > NO_DOCS = > NO_IMAGES = > TOOLS_ONLY = true > INSANE = > > Build Platform Settings: > PLATFORM = bsd > ARCH = i586 > LIBARCH = i386 > ARCH_FAMILY = i586 > ARCH_DATA_MODEL = 32 > OS_VERSION = 4.8-RC > TRUE_PLATFORM = FreeBSD (4.x STABLE way) > FREE_SPACE = 5222440 > > GNU Make Settings: > MAKE = gmake > MAKE VERSION = 3.79.1, > MAKECMDGOALS = sanity > MAKEFLAGS = > SHELL = /bin/sh > > Target Build Versions: > JDK_VERSION = 1.4.1 > MILESTONE = p3 > BUILD_NUMBER = knf_06_mar_2003_22_36 > BUNDLE_DATE = 06_mar_2003 > > External File/Binary Locations: > HOTSPOT_SERVER_PATH = /usr/local/java/control/build/bsd-i586/hotspot-i586/server > HOTSPOT_CLIENT_PATH = /usr/local/java/control/build/bsd-i586/hotspot-i586/client > OPT_JAVAWS = /java/re/javaws/1.2/promoted/pit_tested/bundles/javaws-1_2-bsd-i586-i.zip > MOZILLA_PATH = /java/devtools > MOZILLA_HEADERS_PATH = /java/devtools/share/plugin > MOZILLA_LIBS_PATH = /java/devtools/bsd/plugin > MOTIF_DIR = /usr/X11R6 > CACERTS_FILE = ./../src/share/lib/security/cacerts > > WARNING: Your build environment has the variable DEV_ONLY > defined. This will result in a development-only > build of the J2SE workspace, lacking the documentation > build and installation bundles. > > WARNING: The version of make being used does not match > the expected version for this platform. > The version of make found was ->version<- > The version expected matches the pattern ->3.7[89].1|3.8<-. > > WARNING: You do not have access to the Java Web Start binary. > These binaries may be optional for this build. Please > check your access to > /java/re/javaws/1.2/promoted/pit_tested/bundles/javaws-1_2-bsd-i586-i.zip > and/or check your value of ALT_JAVAWS_PATH. > This will make your images target build incomplete. > > Sanity check passed. > (cd ./../build/bsd-i586/hotspot-i586/tmp; \ > gmake -f /usr/local/java/hotspot/build/bsd/Makefile product \ > HOTSPOT_BUILD_VERSION=1.4.1-p3-knf_06_mar_2003_22_36 GAMMADIR=/usr/local/java/hotspot ; ) > gmake[1]: Entering directory `/usr/local/java/control/build/bsd-i586/hotspot-i586/tmp' > (cd bsd_i486_compiler2/product; gmake) > gmake[2]: Entering directory `/usr/local/java/control/build/bsd-i586/hotspot-i586/tmp/bsd_i486_compiler2/product' > gmake[3]: Entering directory `/usr/local/java/control/build/bsd-i586/hotspot-i586/tmp/bsd_i486_compiler2/product' > Rescanned ../generated/adfiles/bsd_i486.ad but encountered no changes. > gmake[3]: Leaving directory `/usr/local/java/control/build/bsd-i586/hotspot-i586/tmp/bsd_i486_compiler2/product' > gmake[3]: Entering directory `/usr/local/java/control/build/bsd-i586/hotspot-i586/tmp/bsd_i486_compiler2/product' > /usr/local/java/hotspot/build/bsd/makefiles/vm.make:33: ../generated/Dependencies: No such file or directory > gmake[3]: *** No rule to make target `../generated/Dependencies'. Stop. > gmake[3]: Leaving directory `/usr/local/java/control/build/bsd-i586/hotspot-i586/tmp/bsd_i486_compiler2/product' > gmake[2]: *** [the_vm] Error 2 > gmake[2]: Leaving directory `/usr/local/java/control/build/bsd-i586/hotspot-i586/tmp/bsd_i486_compiler2/product' > gmake[1]: *** [product] Error 2 > gmake[1]: Leaving directory `/usr/local/java/control/build/bsd-i586/hotspot-i586/tmp' > gmake: *** [product] Error 2 > > > -ken flaxman > www.kenlaw.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-java" in the body of the message > > -- Dr. Yuri Khotyaintsev Swedish Institute of Space Physics http://www.cluster.irfu.se/yuri To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3E68AD0B.1030008>