From owner-freebsd-java@FreeBSD.ORG Thu Jun 5 13:27:36 2014 Return-Path: Delivered-To: freebsd-java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0DF53904 for ; Thu, 5 Jun 2014 13:27:36 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CFB3D2D82 for ; Thu, 5 Jun 2014 13:27:35 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s55DRZXU093472 for ; Thu, 5 Jun 2014 14:27:35 +0100 (BST) (envelope-from bz-noreply@freebsd.org) From: bz-noreply@freebsd.org To: freebsd-java@FreeBSD.org Subject: [Bug 180643] java/openjdk6 build fails on amd64 -current Date: Thu, 05 Jun 2014 13:27:36 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: mikhail.rokhin@gmail.com X-Bugzilla-Status: In Discussion X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-java@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jun 2014 13:27:36 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=180643 mikhail.rokhin@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mikhail.rokhin@gmail.com --- Comment #2 from mikhail.rokhin@gmail.com --- FreeBSD 11.0-CURRENT FreeBSD 11.0-CURRENT #7 r266880: Fri May 30 17:18:09 MSK 2014 root@win95:/usr/obj/usr/src/sys/GENERIC amd64 gmake[17]: Entering directory `/usr/ports/java/openjdk6/work/build/bsd-amd64/hotspot/outputdir/bsd_amd64_compiler2/product' cd /usr/ports/java/openjdk6/work/build/bsd-amd64/hotspot/outputdir/bsd_amd64_compiler2/product/../generated; cp /usr/ports/java/openjdk6/work/hotspot/make/bsd/platform_amd64 /usr/ports/java/openjdk6/work/build/bsd-amd64/hotspot/outputdir/bsd_amd64_compiler2/product/../generated/platform.current gmake[18]: Entering directory `/usr/ports/java/openjdk6/work/build/bsd-amd64/hotspot/outputdir/bsd_amd64_compiler2/product' gmake[18]: *** No rule to make target `/usr/ports/java/openjdk6/work/hotspot/src/cpu/amd64/vm/x86_64.ad', needed by `../generated/adfiles/bsd_x86_64.ad'. Stop. gmake[18]: *** Waiting for unfinished jobs.... gmake[18]: Leaving directory `/usr/ports/java/openjdk6/work/build/bsd-amd64/hotspot/outputdir/bsd_amd64_compiler2/product' gmake[17]: *** [ad_stuff] Error 2 gmake[17]: Leaving directory `/usr/ports/java/openjdk6/work/build/bsd-amd64/hotspot/outputdir/bsd_amd64_compiler2/product' gmake[16]: *** [product] Error 2 gmake[16]: Leaving directory `/usr/ports/java/openjdk6/work/build/bsd-amd64/hotspot/outputdir' gmake[15]: *** [generic_build2] Error 2 gmake[15]: Leaving directory `/usr/ports/java/openjdk6/work/hotspot/make' gmake[14]: *** [product] Error 2 gmake[14]: Leaving directory `/usr/ports/java/openjdk6/work/hotspot/make' gmake[13]: *** [hotspot-build] Error 2 gmake[13]: Leaving directory `/usr/ports/java/openjdk6/work' gmake[12]: *** [build_product_image] Error 2 gmake[12]: Leaving directory `/usr/ports/java/openjdk6/work' ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Repeating 'make' leads to normal continuation of compile. Wonder, whether it's multi-job inconsistency? -- You are receiving this mail because: You are the assignee for the bug.