From owner-freebsd-java@FreeBSD.ORG Fri Mar 18 08:01:34 2011 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 4D232106566B for ; Fri, 18 Mar 2011 08:01:34 +0000 (UTC) (envelope-from mike@reifenberger.com) Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.9]) by mx1.freebsd.org (Postfix) with ESMTP id CFD2D8FC1E for ; Fri, 18 Mar 2011 08:01:33 +0000 (UTC) Received: from frontend1.mail.m-online.net (unknown [192.168.8.180]) by mail-out.m-online.net (Postfix) with ESMTP id A42C81C1D9E6 for ; Fri, 18 Mar 2011 08:42:18 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.8.164]) by mail.m-online.net (Postfix) with ESMTP id 950CB1C00165 for ; Fri, 18 Mar 2011 08:42:18 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.180]) by localhost (dynscan1.mail.m-online.net [192.168.8.164]) (amavisd-new, port 10024) with ESMTP id vAK89O7v5byU for ; Fri, 18 Mar 2011 08:42:17 +0100 (CET) Received: from mail.reifenberger.com (ppp-93-104-112-85.dynamic.mnet-online.de [93.104.112.85]) by mail.mnet-online.de (Postfix) with ESMTP for ; Fri, 18 Mar 2011 08:42:17 +0100 (CET) Received: by mail.reifenberger.com (Postfix, from userid 1001) id 0B851353D0; Fri, 18 Mar 2011 08:42:17 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail.reifenberger.com (Postfix) with ESMTP id 04C90353CF for ; Fri, 18 Mar 2011 08:42:16 +0100 (CET) Date: Fri, 18 Mar 2011 08:42:16 +0100 (CET) From: Michael Reifenberger To: java@FreeBSD.org Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Cc: Subject: openjdk6 wont compile on FreeBSD-current/amd64 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: Fri, 18 Mar 2011 08:01:34 -0000 Hi, I get the follwing error when trying to compile openjdk6 on -current / amd64. During make config the "POLICY" and "WEB" options where selected. Any clues why it breaks for me (I suspect the software to compile on the ports cluster). ... cd /mnt/scratch/amd64/usr/ports/java/openjdk6/work/build/bsd-amd64/hotspot/outputdir/bsd_amd64_compiler2/product/../generated; cp includeDB /mnt/scratch/amd64/usr/ports/java/openjdk6/work/build/bsd-amd64/hotspot/outputdir/bsd_amd64_compiler2/product/../generated/includeDB.current cd /mnt/scratch/amd64/usr/ports/java/openjdk6/work/build/bsd-amd64/hotspot/outputdir/bsd_amd64_compiler2/product/../generated; cp /mnt/scratch/amd64/usr/ports/java/openjdk6/work/hotspot/make/bsd/platform_amd64 /mnt/scratch/amd64/usr/ports/java/openjdk6/work/build/bsd-amd64/hotspot/outputdir/bsd_amd64_compiler2/product/../generated/platform.current gmake[6]: Entering directory `/mnt/scratch/amd64/usr/ports/java/openjdk6/work/build/bsd-amd64/hotspot/outputdir/bsd_amd64_compiler2/product' gmake[6]: *** No rule to make target `/mnt/scratch/amd64/usr/ports/java/openjdk6/work/hotspot/src/cpu/amd64/vm/x86_64.ad', needed by `../generated/adfiles/bsd_x86_64.ad'. Stop. gmake[6]: *** Waiting for unfinished jobs.... gmake[6]: Leaving directory `/mnt/scratch/amd64/usr/ports/java/openjdk6/work/build/bsd-amd64/hotspot/outputdir/bsd_amd64_compiler2/product' gmake[5]: *** [ad_stuff] Error 2 gmake[5]: Leaving directory `/mnt/scratch/amd64/usr/ports/java/openjdk6/work/build/bsd-amd64/hotspot/outputdir/bsd_amd64_compiler2/product' gmake[4]: *** [product] Error 2 gmake[4]: Leaving directory `/mnt/scratch/amd64/usr/ports/java/openjdk6/work/build/bsd-amd64/hotspot/outputdir' gmake[3]: *** [generic_build2] Error 2 gmake[3]: Leaving directory `/mnt/scratch/amd64/usr/ports/java/openjdk6/work/hotspot/make' gmake[2]: *** [product] Error 2 gmake[2]: Leaving directory `/mnt/scratch/amd64/usr/ports/java/openjdk6/work/hotspot/make' gmake[1]: *** [hotspot-build] Error 2 gmake[1]: Leaving directory `/mnt/scratch/amd64/usr/ports/java/openjdk6/work' gmake: *** [build_product_image] Error 2 *** Error code 1 Stop in /usr/ports/java/openjdk6. *** Error code 1 ... Thanks in advance! Bye/2 --- Michael Reifenberger Michael@Reifenberger.com http://www.Reifenberger.com