From owner-freebsd-java@freebsd.org Mon Jul 18 12:09:14 2016 Return-Path: Delivered-To: freebsd-java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98D2BB9D566 for ; Mon, 18 Jul 2016 12:09:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 7EF391737 for ; Mon, 18 Jul 2016 12:09:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 7E60AB9D564; Mon, 18 Jul 2016 12:09:14 +0000 (UTC) Delivered-To: java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E0CFB9D563 for ; Mon, 18 Jul 2016 12:09:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6DA8D1736 for ; Mon, 18 Jul 2016 12:09:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u6IC9EFr095528 for ; Mon, 18 Jul 2016 12:09:14 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: java@FreeBSD.org Subject: [Bug 211196] java/openjdk8: thread id missing from jstack output against core files Date: Mon, 18 Jul 2016 12:09:14 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ronald.roskens@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: java@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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.22 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2016 12:09:14 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211196 Bug ID: 211196 Summary: java/openjdk8: thread id missing from jstack output against core files Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: java@FreeBSD.org Reporter: ronald.roskens@gmail.com Assignee: java@FreeBSD.org Flags: maintainer-feedback?(java@FreeBSD.org) Created attachment 172643 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D172643&action= =3Dedit patch for hotspot/src/os/bsd/vm/os_bsd.cpp When analyzing a JVM core dump, jstack is unable to display any stacktraces= for any threads because it cannot match any thread id's. In the JVM on BSD, a thread is represented by two different thread id value= s, however, only when defined(__APPLE__) does the second value, unique_thread_= id, get set. Its unique_thread_id that jstack uses to match thread ids in a core dump. I've been using the attached two local patches. patch-rjr-os_bsd.cpp sets unique_thread_id to the same value as the thread_= id. patch-rjr-BsdThread.java adds the unique_thread_id to BsdThread.toString() output. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-java@freebsd.org Mon Jul 18 12:09:14 2016 Return-Path: Delivered-To: freebsd-java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6BB90B9D562 for ; Mon, 18 Jul 2016 12:09:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 55C7D1735 for ; Mon, 18 Jul 2016 12:09:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 552B8B9D561; Mon, 18 Jul 2016 12:09:14 +0000 (UTC) Delivered-To: java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54D3BB9D560 for ; Mon, 18 Jul 2016 12:09:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 44CC01734 for ; Mon, 18 Jul 2016 12:09:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u6IC9EFp095528 for ; Mon, 18 Jul 2016 12:09:14 GMT (envelope-from bugzilla-noreply@freebsd.org) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: java@FreeBSD.org Subject: maintainer-feedback requested: [Bug 211196] java/openjdk8: thread id missing from jstack output against core files Date: Mon, 18 Jul 2016 12:09:14 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: java@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: 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.22 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2016 12:09:14 -0000 Ron Roskens has reassigned Bugzilla Automation 's request for maintainer-feedback to java@FreeBSD.or= g: Bug 211196: java/openjdk8: thread id missing from jstack output against core files https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211196 --- Description --- Created attachment 172643 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D172643&action= =3Dedit patch for hotspot/src/os/bsd/vm/os_bsd.cpp When analyzing a JVM core dump, jstack is unable to display any stacktraces= for any threads because it cannot match any thread id's. In the JVM on BSD, a thread is represented by two different thread id value= s, however, only when defined(__APPLE__) does the second value, unique_thread_= id, get set. Its unique_thread_id that jstack uses to match thread ids in a core dump. I've been using the attached two local patches. patch-rjr-os_bsd.cpp sets unique_thread_id to the same value as the thread_= id. patch-rjr-BsdThread.java adds the unique_thread_id to BsdThread.toString() output. From owner-freebsd-java@freebsd.org Mon Jul 18 12:10:02 2016 Return-Path: Delivered-To: freebsd-java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 08963B9D5F2 for ; Mon, 18 Jul 2016 12:10:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id E5E68180C for ; Mon, 18 Jul 2016 12:10:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id E5564B9D5F1; Mon, 18 Jul 2016 12:10:01 +0000 (UTC) Delivered-To: java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E50A6B9D5F0 for ; Mon, 18 Jul 2016 12:10:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D309E180A for ; Mon, 18 Jul 2016 12:10:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u6ICA1kO027072 for ; Mon, 18 Jul 2016 12:10:01 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: java@FreeBSD.org Subject: [Bug 211196] java/openjdk8: thread id missing from jstack output against core files Date: Mon, 18 Jul 2016 12:10:02 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ronald.roskens@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: java@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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.22 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2016 12:10:02 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211196 --- Comment #1 from Ron Roskens --- Created attachment 172644 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D172644&action= =3Dedit patch for hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/BsdThread.java --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-java@freebsd.org Mon Jul 18 12:11:06 2016 Return-Path: Delivered-To: freebsd-java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D1DEDB9D63B for ; Mon, 18 Jul 2016 12:11:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id B924518C6 for ; Mon, 18 Jul 2016 12:11:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id B88F5B9D63A; Mon, 18 Jul 2016 12:11:06 +0000 (UTC) Delivered-To: java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B83C0B9D639 for ; Mon, 18 Jul 2016 12:11:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A7C9418C5 for ; Mon, 18 Jul 2016 12:11:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u6ICB6vb071995 for ; Mon, 18 Jul 2016 12:11:06 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: java@FreeBSD.org Subject: [Bug 211196] java/openjdk8: thread id missing from jstack output against core files Date: Mon, 18 Jul 2016 12:11:06 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ronald.roskens@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: java@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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.22 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2016 12:11:06 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211196 --- Comment #2 from Ron Roskens --- Created attachment 172645 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D172645&action= =3Dedit jstack output --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-java@freebsd.org Mon Jul 18 12:11:27 2016 Return-Path: Delivered-To: freebsd-java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D57B1B9D66D for ; Mon, 18 Jul 2016 12:11:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id BD64B196A for ; Mon, 18 Jul 2016 12:11:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id BCBC4B9D66C; Mon, 18 Jul 2016 12:11:27 +0000 (UTC) Delivered-To: java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC5B0B9D66B for ; Mon, 18 Jul 2016 12:11:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ABD131968 for ; Mon, 18 Jul 2016 12:11:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u6ICBR2q086516 for ; Mon, 18 Jul 2016 12:11:27 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: java@FreeBSD.org Subject: [Bug 211196] java/openjdk8: thread id missing from jstack output against core files Date: Mon, 18 Jul 2016 12:11:27 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ronald.roskens@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: java@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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.22 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2016 12:11:27 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211196 --- Comment #3 from Ron Roskens --- Created attachment 172646 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D172646&action= =3Dedit jstack -m output --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-java@freebsd.org Tue Jul 19 08:49:11 2016 Return-Path: Delivered-To: freebsd-java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F607B9DC28 for ; Tue, 19 Jul 2016 08:49:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 8888415F4 for ; Tue, 19 Jul 2016 08:49:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 8419DB9DC27; Tue, 19 Jul 2016 08:49:11 +0000 (UTC) Delivered-To: java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 83B54B9DC26 for ; Tue, 19 Jul 2016 08:49:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6EF4615F3 for ; Tue, 19 Jul 2016 08:49:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u6J8nBIb018378 for ; Tue, 19 Jul 2016 08:49:11 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: java@FreeBSD.org Subject: [Bug 209651] java/openjdk8: frequent crashes of the jvm when used to serve high-traffic websites Date: Tue, 19 Jul 2016 08:49:11 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: iamasmith.home@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: java@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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.22 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2016 08:49:11 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209651 --- Comment #19 from Andrew Smith --- How are things looking Alex..? --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-java@freebsd.org Thu Jul 21 01:05:12 2016 Return-Path: Delivered-To: freebsd-java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29436B83FEE for ; Thu, 21 Jul 2016 01:05:12 +0000 (UTC) (envelope-from movies@flixp-movies-mail.com) Received: from flixp-movies-mail.com (flixp-movies-mail.com [91.239.125.155]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B325C1482 for ; Thu, 21 Jul 2016 01:05:11 +0000 (UTC) (envelope-from movies@flixp-movies-mail.com) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by flixp-movies-mail.com (Postfix) with ESMTPS id 3DD45A5510 for ; Wed, 20 Jul 2016 19:05:10 -0600 (CST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=flixp-movies-mail.com; q=dns/txt; s=mail; bh=0RkfZadDABVh2anMUNGh/IpmM0FH35oznD5l+nbSY1s=; h=from:subject:to:mime-version:content-type:list-unsubscribe; b=AQVqpkmSbOStypIRYjucKku5RadAKtD3Mg1cbG3JrPiZ7W1J7LuyYpdZE3M73EFDb1zpg1UnU 5IO2tZkoUTGlg2AR6LaszUIllhE3gxCtULnKv2B1QFa+bMqCIwhtrYdNYl2V3HELJOtS5uvlYpt oS+0/gIKzEIdy6ozl/MkOTET0g1s3pBNXewzHP9yVX2oofv/keReZE9dEp6OXlNwAQqJaUOuS+J dqB6U5Jp7Ft/+BF2s/epXCaD+RlY9KkD/XIoTPku279HlpPJBdtsF5lgPfdBgSFzq64riMiI4Zu +D/QFbIMr5ydqzinfx44pg58cHcEJ4ynqtIbJ6oxH04Q== From: Flix Premiere To: freebsd-java@freebsd.org Subject: Discover new movies on demand in our online cinema Message-Id: <1469063109699-6ff2a82e-57e03417-210cac4e@flixp-movies-mail.com> X-Mailer: nodemailer (2.3.0; +http://nodemailer.com/; SMTP (pool)/2.5.1[client:2.3.1]) Date: Thu, 21 Jul 2016 01:05:09 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jul 2016 01:05:12 -0000 Discover a world of movies never seen before Welcome to the World's First = Online Cineplex [http://flixp-movies-mail.com/click.php?= email_id=3D371040&email=3Dfreebsd-java@freebsd.org&campaign_id=3D4&utm_sour= ce=3Demail_campaign&utm_medium=3Demail&utm_campaign=3D4&utm_content=3Dclick= 1&url=3Dhttps%3A%2F%2Fflixpremiere.com] , combining the movie theater = experience with on-demand availability. A Cinema in your pocket, where you= can watch great movies you've never seen before, Anytime, Anywhere. Our movies [http://flixp-movies-mail.com/click.php?email_id=3D371040&email= =3Dfreebsd-java@freebsd.org&campaign_id=3D4&utm_source=3Demail_campaign&utm= _medium=3Demail&utm_campaign=3D4&utm_content=3Dclick2&url=3Dhttps%3A%2F%2Ff= lixpremiere.com%2Fnow-showing] are exclusive to Flix Premiere. No = commercials. No hidden fees. You pay only for the movies you want to watch,= and can discover new content each and every week in our online Red Carpet = Events [http://flixp-movies-mail.com/click.php?email_id=3D371040&email=3Dfr= eebsd-java@freebsd.org&campaign_id=3D4&utm_source=3Demail_campaign&utm_medi= um=3Demail&utm_campaign=3D4&utm_content=3Dclick3&url=3Dhttps%3A%2F%2Fflixpr= emiere.com%2Fred-carpet] . Flix Premiere [http://flixp-movies-mail.com/img= .php?email_id=3D371040&email=3Dfreebsd-java@freebsd.org&campaign_id=3D4] [http://flixp-movies-mail.com/click.php?email_id=3D371040&email=3Dfreebsd-j= ava@freebsd.org&campaign_id=3D4&utm_source=3Demail_campaign&utm_medium=3Dem= ail&utm_campaign=3D4&utm_content=3Dclick4&url=3Dhttps%3A%2F%2Fflixpremiere.= com] Now Showing On Demand Interwoven [https://res.cloudinary.= com/flixpremiere/image/upload/c_fill,h_210,w_140/9b271775-2001-4a6e-9a12-09= 40aaccc21e/cover-art/48078dda-f125-4b58-b1b9-df9a52798fb4] [http://flixp-movies-mail.com/click.php?email_id=3D371040&email=3Dfreebsd-j= ava@freebsd.org&campaign_id=3D4&utm_source=3Demail_campaign&utm_medium=3Dem= ail&utm_campaign=3D4&utm_content=3Dclick5&url=3Dhttps%3A%2F%2Fflixpremiere.= com%2Ffilm%2F9b271775-2001-4a6e-9a12-0940aaccc21e] Get Happy [https://res.cloudinary.com/flixpremiere/image/upload/c_fill,h_210,= w_140/22845d49-a7b7-4144-97b4-c81804966d49/cover-art/07b5bfb3-d4c3-4c67-8a6= 0-70a55e03893b] [http://flixp-movies-mail.com/click.php?= email_id=3D371040&email=3Dfreebsd-java@freebsd.org&campaign_id=3D4&utm_sour= ce=3Demail_campaign&utm_medium=3Demail&utm_campaign=3D4&utm_content=3Dclick= 6&url=3Dhttps%3A%2F%2Fflixpremiere.com%2Ffilm%2F22845d49-a7b7-4144-97b4-c81= 804966d49] Changeover [https://res.cloudinary.com/flixpremiere/image/upload= /c_fill,h_210,w_140/e321f6ab-83e8-4879-a950-73f3f87d537c/cover-art/9ce373ce= -7dd8-4808-b313-fda1aef18d7f] [http://flixp-movies-mail.com/click.php?= email_id=3D371040&email=3Dfreebsd-java@freebsd.org&campaign_id=3D4&utm_sour= ce=3Demail_campaign&utm_medium=3Demail&utm_campaign=3D4&utm_content=3Dclick= 7&url=3Dhttps%3A%2F%2Fflixpremiere.com%2Ffilm%2Fe321f6ab-83e8-4879-a950-73f= 3f87d537c] But Not For Me [https://res.cloudinary.com/flixpremiere/image/up= load/c_fill,h_210,w_140/a725151b-5ab9-4504-8685-a4e29939912d/cover-art/1fda= ed8b-cf9b-4741-a3d9-32f10212955a] [http://flixp-movies-mail.com/click.php?= email_id=3D371040&email=3Dfreebsd-java@freebsd.org&campaign_id=3D4&utm_sour= ce=3Demail_campaign&utm_medium=3Demail&utm_campaign=3D4&utm_content=3Dclick= 8&url=3Dhttps%3A%2F%2Fflixpremiere.com%2Ffilm%2Fa725151b-5ab9-4504-8685-a4e= 29939912d] Sonata for Cello [https://res.cloudinary.= com/flixpremiere/image/upload/c_fill,h_210,w_140/091f5303-ee57-4351-b712-39= 333cac39f2/cover-art/001a6678-1c75-42a4-ba7c-2895339ee9a0] [http://flixp-movies-mail.com/click.php?email_id=3D371040&email=3Dfreebsd-j= ava@freebsd.org&campaign_id=3D4&utm_source=3Demail_campaign&utm_medium=3Dem= ail&utm_campaign=3D4&utm_content=3Dclick9&url=3Dhttps%3A%2F%2Fflixpremiere.= com%2Ffilm%2F091f5303-ee57-4351-b712-39333cac39f2] Love Me Do [https://res.cloudinary.com/flixpremiere/image/upload/c_fill,h_210,= w_140/3a607b9e-b4fe-4d40-ab38-b1cdfec4c417/cover-art/118d012c-ec82-45d6-baa= 7-01a7ba1ec46c] [http://flixp-movies-mail.com/click.php?= email_id=3D371040&email=3Dfreebsd-java@freebsd.org&campaign_id=3D4&utm_sour= ce=3Demail_campaign&utm_medium=3Demail&utm_campaign=3D4&utm_content=3Dclick= 10&url=3Dhttps%3A%2F%2Fflixpremiere.com%2Ffilm%2F3a607b9e-b4fe-4d40-ab38-b1= cdfec4c417] Noble Fir [https://res.cloudinary.com/flixpremiere/image/upload= /c_fill,h_210,w_140/72e83baa-1af7-4508-a0bd-7544fc7711a6/cover-art/d7918ed4= -7b8f-4192-bae3-e77a32cc8126] [http://flixp-movies-mail.com/click.php?= email_id=3D371040&email=3Dfreebsd-java@freebsd.org&campaign_id=3D4&utm_sour= ce=3Demail_campaign&utm_medium=3Demail&utm_campaign=3D4&utm_content=3Dclick= 11&url=3Dhttps%3A%2F%2Fflixpremiere.com%2Ffilm%2F72e83baa-1af7-4508-a0bd-75= 44fc7711a6] Tension(s) [https://res.cloudinary.com/flixpremiere/image/uploa= d/c_fill,h_210,w_140/fd4c15ee-af99-4542-9904-4b94268056c1/cover-art/14c31a0= 1-c2c3-4e2a-bcc0-18ac8e3adaf7] [http://flixp-movies-mail.com/click.php?= email_id=3D371040&email=3Dfreebsd-java@freebsd.org&campaign_id=3D4&utm_sour= ce=3Demail_campaign&utm_medium=3Demail&utm_campaign=3D4&utm_content=3Dclick= 12&url=3Dhttps%3A%2F%2Fflixpremiere.com%2Ffilm%2Ffd4c15ee-af99-4542-9904-4b= 94268056c1] Get your ticket for just $4.99 to watch one of these latest movies Now Showing [http://flixp-movies-mail.com/click.php?= email_id=3D371040&email=3Dfreebsd-java@freebsd.org&campaign_id=3D4&utm_sour= ce=3Demail_campaign&utm_medium=3Demail&utm_campaign=3D4&utm_content=3Dclick= 13&url=3Dhttps%3A%2F%2Fflixpremiere.com%2Fnow-showing] . Immerse yourself = in cinema! Watch Now for $4.99 [http://flixp-movies-mail.com/click.php?= email_id=3D371040&email=3Dfreebsd-java@freebsd.org&campaign_id=3D4&utm_sour= ce=3Demail_campaign&utm_medium=3Demail&utm_campaign=3D4&utm_content=3Dclick= 14&url=3Dhttps%3A%2F%2Fflixpremiere.com%2Fnow-showing] Our Upcoming Premiere Exclusive to Flix Premiere Eliminate Archie Cookson [https://res.cloudinary.com/flixpremiere/image/upload/c_fill,h_720,= w_480/v1/6209b348-ba0d-4a1a-83a0-f13c3616ee87/cover-art/8b1e483e-6f1a-4816-= bda1-943f535d101e] [http://flixp-movies-mail.com/click.php?= email_id=3D371040&email=3Dfreebsd-java@freebsd.org&campaign_id=3D4&utm_sour= ce=3Demail_campaign&utm_medium=3Demail&utm_campaign=3D4&utm_content=3Dclick= 15&url=3Dhttps%3A%2F%2Fflixpremiere.com%2Fred-carpet]Premiering this Friday= from 7pm till midnight. Watch the Trailer [http://flixp-movies-mail.= com/click.php?email_id=3D371040&email=3Dfreebsd-java@freebsd.= org&campaign_id=3D4&utm_source=3Demail_campaign&utm_medium=3Demail&utm_camp= aign=3D4&utm_content=3Dclick16&url=3Dhttps%3A%2F%2Fflixpremiere.= com%2Ffilm%2F6209b348-ba0d-4a1a-83a0-f13c3616ee87%3Fmodal%3Dplayer%26filmId= %3D6209b348-ba0d-4a1a-83a0-f13c3616ee87%26video%3Dtrailer]Bring the red = carpet experience home by joining us for the exclusive premieres [http://flixp-movies-mail.com/click.php?email_id=3D371040&email=3Dfreebsd-j= ava@freebsd.org&campaign_id=3D4&utm_source=3Demail_campaign&utm_medium=3Dem= ail&utm_campaign=3D4&utm_content=3Dclick17&url=3Dhttps%3A%2F%2Fflixpremiere= .com%2Fred-carpet] of films never seen before . Find Out More [http://flixp-movies-mail.com/click.php?email_id=3D371040&email=3Dfreebsd-j= ava@freebsd.org&campaign_id=3D4&utm_source=3Demail_campaign&utm_medium=3Dem= ail&utm_campaign=3D4&utm_content=3Dclick18&url=3Dhttps%3A%2F%2Fflixpremiere= .com] If you have any questions please don't hesitate to contact us with a= reply or on +44 2085 880618 in the UK and +1 (310) 601 3168 in the USA. To stay informed of the latest theatrical releases and news on Flix = Premiere, sign up to our newsletter [http://flixp-movies-mail.com/click.php= ?email_id=3D371040&email=3Dfreebsd-java@freebsd.org&campaign_id=3D4&utm_sou= rce=3Demail_campaign&utm_medium=3Demail&utm_campaign=3D4&utm_content=3Dclic= k19&url=3Dhttps%3A%2F%2Fflixpremiere.com%2Fnewsletter%2Fsign-up] . Or join the conversation Facebook - Flix Premiere [http://res.cloudinary.com/flixpremiere/image/upload/c_scale,h_34,= w_34/social_new-facebook_evulhs.png] [http://flixp-movies-mail.com/click.= php?email_id=3D371040&email=3Dfreebsd-java@freebsd.org&campaign_id=3D4&utm_= source=3Demail_campaign&utm_medium=3Demail&utm_campaign=3D4&utm_content=3Dc= lick20&url=3Dhttps%3A%2F%2Fwww.facebook.com%2Fflixpremiere] Twitter - Flix = Premiere [http://res.cloudinary.com/flixpremiere/image/upload/c_scale,h_34,= w_34/social_new_twitter_yaqoks] [http://flixp-movies-mail.com/click.php?= email_id=3D371040&email=3Dfreebsd-java@freebsd.org&campaign_id=3D4&utm_sour= ce=3Demail_campaign&utm_medium=3Demail&utm_campaign=3D4&utm_content=3Dclick= 21&url=3Dhttps%3A%2F%2Ftwitter.com%2FFlixPremiere] Instagram - Flix = Premiere [http://res.cloudinary.com/flixpremiere/image/upload/c_scale,h_34,= w_34/social_new-instagram_vvxxtn] [http://flixp-movies-mail.com/click.php?= email_id=3D371040&email=3Dfreebsd-java@freebsd.org&campaign_id=3D4&utm_sour= ce=3Demail_campaign&utm_medium=3Demail&utm_campaign=3D4&utm_content=3Dclick= 22&url=3Dhttps%3A%2F%2Finstagram.com%2Fflixpremiere] Twitter - Flix = Premiere [http://res.cloudinary.com/flixpremiere/image/upload/c_scale,h_34,= w_34/social_new-youtube_r1q9wx] [http://flixp-movies-mail.com/click.php?= email_id=3D371040&email=3Dfreebsd-java@freebsd.org&campaign_id=3D4&utm_sour= ce=3Demail_campaign&utm_medium=3Demail&utm_campaign=3D4&utm_content=3Dclick= 23&url=3Dhttps%3A%2F%2Fwww.youtube.com%2Fchannel%2FUCnYihKUuOYOKdK3Ewbq16_w= ] Film Partners [http://flixp-movies-mail.com/click.php?= email_id=3D371040&email=3Dfreebsd-java@freebsd.org&campaign_id=3D4&utm_sour= ce=3Demail_campaign&utm_medium=3Demail&utm_campaign=3D4&utm_content=3Dclick= 24&url=3Dhttps%3A%2F%2Fflixpremiere.com%2Ffilm-partners] | News [http://flixp-movies-mail.com/click.php?email_id=3D371040&email=3Dfreebsd-j= ava@freebsd.org&campaign_id=3D4&utm_source=3Demail_campaign&utm_medium=3Dem= ail&utm_campaign=3D4&utm_content=3Dclick25&url=3Dhttps%3A%2F%2Fflixpremiere= .com%2Fnews] | Privacy [http://flixp-movies-mail.com/click.php?= email_id=3D371040&email=3Dfreebsd-java@freebsd.org&campaign_id=3D4&utm_sour= ce=3Demail_campaign&utm_medium=3Demail&utm_campaign=3D4&utm_content=3Dclick= 26&url=3Dhttps%3A%2F%2Fflixpremiere.com%2Fprivacy] | Terms of Use [http://flixp-movies-mail.com/click.php?email_id=3D371040&email=3Dfreebsd-j= ava@freebsd.org&campaign_id=3D4&utm_source=3Demail_campaign&utm_medium=3Dem= ail&utm_campaign=3D4&utm_content=3Dclick27&url=3Dhttps%3A%2F%2Fflixpremiere= .com%2Fterms] | Democratize Cinema [http://flixp-movies-mail.com/click.php?= email_id=3D371040&email=3Dfreebsd-java@freebsd.org&campaign_id=3D4&utm_sour= ce=3Demail_campaign&utm_medium=3Demail&utm_campaign=3D4&utm_content=3Dclick= 28&url=3Dhttp%3A%2F%2Fdemocratizecinema.com%2F] More about Flix Premiere Flix Premiere is the world's first online Cineplex, combining the movie = theater experience with on-demand availability. A Cinema in your pocket, = where you can watch great movies you've never seen before, Anytime, = Anywhere. Our movies are exclusive to Flix Premiere. No commercials. No = hidden fees. You pay only for the movies you want to watch, and can = discover new content each and every week. The Flix Premiere Experience Red Carpet =E2=80=93 Each film will premiere on our platform =E2=80=93 = there will be a specific window wherein each film can be viewed for the = first time ever in that territory. Now Showing =E2=80=93 At any given time= we feature films in our online cinema, giving you a choice of quality new films we have carefully selected for you. Coming Soon =E2=80=93 These highly anticipated films will be coming to our = Online Cineplex for on-demand viewing in the near future. All Films =E2=80=93 What makes us unique compared to physical theaters? You= can come back and watch any films previously shown on our Cineplex at any = time! How it works We partner with talented filmmakers from all over the = world, thereby becoming the single point of discovery for the 95% of films = that =E2=80=98never' find their audience. Our rigorous screening program = ensures we bring you high quality content. You create a profile, and stay = up to date with our new releases each week; then stream movies immediately = on the Web, or through our iOS or Android apps. Stay tuned for new = platform announcements soon. If you do not wish to receive these emails,= Unsubscribe [http://flixp-movies-mail.com/unsubscribe.php?= email_id=3D371040&email=3Dfreebsd-java@freebsd.org&campaign_id=3D4&utm_sour= ce=3Demail_campaign&utm_medium=3Demail&utm_campaign=3D4&utm_content=3Dunsub= scribe] here. Copyright =C2=A9 2016 Flix Premiere Ltd All Rights Reserved Disclaimer: This email is intended for the named addressee only. It = contains information, which may be privileged or confidential. Unless you = are the named addressee, you should not read, copy, use the information it = contains nor disclose it to a third party. If you have received this = communication in error please notify us immediately so that we can take = corrective action. Internet e-mails are not necessarily secure. You should = be aware that changes could have been made to this message after it was = sent. Flix Premiere Limited does not accept liability for any action taken= in reliance on the content of this message. Flix Premiere Ltd: Company = Number 09455299 | VAT Number 236 0004 58 Physical location: Churchdown = Chambers, Bordyke, Tunbridge, England TN9 1NR, UK Sent: 2016-07-20 From owner-freebsd-java@freebsd.org Thu Jul 21 13:43:46 2016 Return-Path: Delivered-To: freebsd-java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3EBD9B9FD2E for ; Thu, 21 Jul 2016 13:43:46 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 2DA231BDD for ; Thu, 21 Jul 2016 13:43:46 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 299CCB9FD2C; Thu, 21 Jul 2016 13:43:46 +0000 (UTC) Delivered-To: java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28F11B9FD2A; Thu, 21 Jul 2016 13:43:46 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from package19.nyi.freebsd.org (package19.nyi.freebsd.org [IPv6:2610:1c1:1:6082::16:f5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EEC7F1BDB; Thu, 21 Jul 2016 13:43:45 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from package19.nyi.freebsd.org (localhost [127.0.0.1]) by package19.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id u6LDhj0U000707; Thu, 21 Jul 2016 13:43:45 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by package19.nyi.freebsd.org (8.15.2/8.15.2/Submit) id u6LDhjHS000679; Thu, 21 Jul 2016 13:43:45 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Thu, 21 Jul 2016 13:43:45 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201607211343.u6LDhjHS000679@package19.nyi.freebsd.org> To: java@FreeBSD.org Subject: [exp - 103i386-default-build-as-user][java/sablevm] Failed for sablevm-1.13_11 in stage Cc: pkg-fallout@FreeBSD.org X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jul 2016 13:43:46 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: java@FreeBSD.org Last committer: mat@FreeBSD.org Ident: $FreeBSD: head/java/sablevm/Makefile 412347 2016-04-01 14:08:37Z mat $ Log URL: http://package19.nyi.freebsd.org/data/103i386-default-build-as-user/418859/logs/sablevm-1.13_11.log Build URL: http://package19.nyi.freebsd.org/build.html?mastername=103i386-default-build-as-user&build=418859 Log: ====>> Building java/sablevm build started at Thu Jul 21 13:42:09 UTC 2016 port directory: /usr/ports/java/sablevm building for: FreeBSD 103i386-default-build-as-user-job-05 10.3-RELEASE-p5 FreeBSD 10.3-RELEASE-p5 i386 maintained by: java@FreeBSD.org Makefile ident: $FreeBSD: head/java/sablevm/Makefile 412347 2016-04-01 14:08:37Z mat $ Poudriere version: 3.1.14 Host OSVERSION: 1100116 Jail OSVERSION: 1003000 ---Begin Environment--- SHELL=/bin/csh UNAME_p=i386 UNAME_m=i386 UNAME_v=FreeBSD 10.3-RELEASE-p5 UNAME_r=10.3-RELEASE-p5 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 OPSYS=FreeBSD ARCH=i386 LINUX_OSRELEASE=2.6.32 SAVED_TERM= MASTERMNT=/poudriere/data/.m/103i386-default-build-as-user/ref FORCE_PACKAGE=yes PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin _JAVA_VERSION_LIST_REGEXP=1.6\|1.7\|1.8\|1.6+\|1.7+\|1.8+ POUDRIERE_BUILD_TYPE=bulk PKGNAME=sablevm-1.13_11 OSREL=10.3 _OSRELEASE=10.3-RELEASE-p5 PYTHONBASE=/usr/local OLDPWD=/ _SMP_CPUS=32 PWD=/poudriere/data/.m/103i386-default-build-as-user/ref/.p/pool MASTERNAME=103i386-default-build-as-user SCRIPTPREFIX=/usr/local/share/poudriere _JAVA_VENDOR_LIST_REGEXP=openjdk\|oracle\|sun USER=root HOME=/root POUDRIERE_VERSION=3.1.14 SCRIPTPATH=/usr/local/share/poudriere/bulk.sh CONFIGURE_MAX_CMD_LEN=262144 LIBEXECPREFIX=/usr/local/libexec/poudriere LOCALBASE=/usr/local PACKAGE_BUILDING=yes _JAVA_OS_LIST_REGEXP=native\|linux OSVERSION=1003000 ---End Environment--- ---Begin OPTIONS List--- ===> The following configuration options are available for sablevm-1.13_11: SVMCP=on: Install SableVM classpath ===> Use 'make config' to modify these settings ---End OPTIONS List--- --CONFIGURE_ARGS-- --includedir=/usr/local/include/sablevm --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- MAKE=gmake PKG_CONFIG=pkgconf XDG_DATA_HOME=/wrkdirs/usr/ports/java/sablevm/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/java/sablevm/work HOME=/wrkdirs/usr/ports/java/sablevm/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=262144 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/java/sablevm/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/java/sablevm/work HOME=/wrkdirs/usr/ports/java/sablevm/work TMPDIR="/tmp" NO_PIE=yes WITHOUT_DEBUG_FILES=yes WITHOUT_KERNEL_SYMBOLS=yes SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing" CPP="cpp" CPPFLAGS="-I/usr/local/include -DLIBICONV_PLUG" LDFLAGS=" -fstack-protector" LIBS="-L/usr/local/lib" CXX="c++" CXXFLAGS="-O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -DLIBICONV_PLUG" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 444" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- OSREL=10.3 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib DOCSDIR="share/doc/sablevm" EXAMPLESDIR="share/examples/sablevm" DATADIR="share/sablevm" WWWDIR="www/sablevm" ETCDIR="etc/sablevm" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/sablevm DOCSDIR=/usr/local/share/doc/sablevm EXAMPLESDIR=/usr/local/share/examples/sablevm WWWDIR=/usr/local/www/sablevm ETCDIR=/usr/local/etc/sablevm --End SUB_LIST-- ---Begin make.conf--- MACHINE=i386 MACHINE_ARCH=i386 ARCH=${MACHINE_ARCH} USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles #### /usr/local/etc/poudriere.d/make.conf #### WITH_PKGNG=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- =================================================== ===> License LGPL21 accepted by the user =========================================================================== =================================================== ===> sablevm-1.13_11 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.8.7.txz [103i386-default-build-as-user-job-05] Installing pkg-1.8.7... [103i386-default-build-as-user-job-05] Extracting pkg-1.8.7: .......... done ===> sablevm-1.13_11 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of sablevm-1.13_11 =========================================================================== =================================================== =========================================================================== =================================================== ===> License LGPL21 accepted by the user ===> Fetching all distfiles required by sablevm-1.13_11 for building =========================================================================== =================================================== ===> License LGPL21 accepted by the user ===> Fetching all distfiles required by sablevm-1.13_11 for building => SHA256 Checksum OK for sablevm-1.13.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> License LGPL21 accepted by the user ===> Fetching all distfiles required by sablevm-1.13_11 for building ===> Extracting for sablevm-1.13_11 => SHA256 Checksum OK for sablevm-1.13.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for sablevm-1.13_11 =========================================================================== =================================================== ===> sablevm-1.13_11 depends on executable: msgfmt - not found ===> Installing existing package /packages/All/gettext-tools-0.19.8.1.txz [103i386-default-build-as-user-job-05] Installing gettext-tools-0.19.8.1... [103i386-default-build-as-user-job-05] `-- Installing indexinfo-0.2.4... [103i386-default-build-as-user-job-05] `-- Extracting indexinfo-0.2.4: .... done [103i386-default-build-as-user-job-05] `-- Installing gettext-runtime-0.19.8.1... [103i386-default-build-as-user-job-05] `-- Extracting gettext-runtime-0.19.8.1: .......... done [103i386-default-build-as-user-job-05] Extracting gettext-tools-0.19.8.1: .......... done ===> sablevm-1.13_11 depends on executable: msgfmt - found ===> Returning to build of sablevm-1.13_11 ===> sablevm-1.13_11 depends on executable: gmake - not found ===> Installing existing package /packages/All/gmake-4.2.1_1.txz [103i386-default-build-as-user-job-05] Installing gmake-4.2.1_1... [103i386-default-build-as-user-job-05] Extracting gmake-4.2.1_1: .......... done ===> sablevm-1.13_11 depends on executable: gmake - found ===> Returning to build of sablevm-1.13_11 ===> sablevm-1.13_11 depends on package: pkgconf>=0.9.10 - not found ===> Installing existing package /packages/All/pkgconf-0.9.12_1.txz [103i386-default-build-as-user-job-05] Installing pkgconf-0.9.12_1... [103i386-default-build-as-user-job-05] Extracting pkgconf-0.9.12_1: ....... done ===> sablevm-1.13_11 depends on package: pkgconf>=0.9.10 - found ===> Returning to build of sablevm-1.13_11 =========================================================================== =================================================== ===> sablevm-1.13_11 depends on shared library: libpopt.so - not found ===> Installing existing package /packages/All/popt-1.16_1.txz [103i386-default-build-as-user-job-05] Installing popt-1.16_1... [103i386-default-build-as-user-job-05] Extracting popt-1.16_1: .......... done ===> sablevm-1.13_11 depends on shared library: libpopt.so - found (/usr/local/lib/libpopt.so) ===> Returning to build of sablevm-1.13_11 ===> sablevm-1.13_11 depends on shared library: libffi.so - not found ===> Installing existing package /packages/All/libffi-3.2.1.txz [103i386-default-build-as-user-job-05] Installing libffi-3.2.1... [103i386-default-build-as-user-job-05] Extracting libffi-3.2.1: .......... done ===> sablevm-1.13_11 depends on shared library: libffi.so - found (/usr/local/lib/libffi.so) ===> Returning to build of sablevm-1.13_11 ===> sablevm-1.13_11 depends on shared library: libltdl.so - not found ===> Installing existing package /packages/All/libltdl-2.4.6.txz [103i386-default-build-as-user-job-05] Installing libltdl-2.4.6... [103i386-default-build-as-user-job-05] Extracting libltdl-2.4.6: .......... done ===> sablevm-1.13_11 depends on shared library: libltdl.so - found (/usr/local/lib/libltdl.so) ===> Returning to build of sablevm-1.13_11 ===> sablevm-1.13_11 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) =========================================================================== =================================================== ===> Configuring for sablevm-1.13_11 ===> FreeBSD 10 autotools fix applied to /wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13/aclocal.m4 ===> FreeBSD 10 autotools fix applied to /wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13/configure ===> FreeBSD 10 autotools fix applied to /wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13/src/libpopt/aclocal.m4 ===> FreeBSD 10 autotools fix applied to /wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13/src/libpopt/configure ===> FreeBSD 10 autotools fix applied to /wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13/src/libffi/aclocal.m4 ===> FreeBSD 10 autotools fix applied to /wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13/src/libffi/configure configure: loading site script /usr/ports/Templates/config.site checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... (cached) /usr/bin/awk [103i386-default-build-as-user-job-05] | | `-- Extracting libpaper-1.1.24.4: .......... done ===> Creating groups. Creating group 'cups' with gid '193'. ===> Creating users Creating user 'cups' with uid '193'. [103i386-default-build-as-user-job-05] | `-- Extracting cups-2.1.4: .......... done [103i386-default-build-as-user-job-05] | `-- Installing python-2.7_2,2... [103i386-default-build-as-user-job-05] | `-- Extracting python-2.7_2,2: ..... done [103i386-default-build-as-user-job-05] `-- Extracting gtk2-2.24.29_2: .......... done [103i386-default-build-as-user-job-05] Extracting sablevm-classpath-1.13_11: .......... done Message from python27-2.7.12: =========================================================================== Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: bsddb databases/py-bsddb gdbm databases/py-gdbm sqlite3 databases/py-sqlite3 tkinter x11-toolkits/py-tkinter =========================================================================== Message from dejavu-2.35: Make sure that the freetype module is loaded. If it is not, add the following line to the "Modules" section of your X Windows configuration file: Load "freetype" Add the following line to the "Files" section of X Windows configuration file: FontPath "/usr/local/share/fonts/dejavu/" Note: your X Windows configuration file is typically /etc/X11/XF86Config if you are using XFree86, and /etc/X11/xorg.conf if you are using X.Org. Message from ca_root_nss-3.25: ********************************* WARNING ********************************* FreeBSD does not, and can not warrant that the certification authorities whose certificates are included in this package have in any way been audited for trustworthiness or RFC 3647 compliance. Assessment and verification of trust is the complete responsibility of the system administrator. *********************************** NOTE ********************************** This package installs symlinks to support root certificates discovery by default for software that uses OpenSSL. This enables SSL Certificate Verification by client software without manual intervention. If you prefer to do this manually, replace the following symlinks with either an empty file or your site-local certificate bundle. * /etc/ssl/cert.pem * /usr/local/etc/ssl/cert.pem * /usr/local/openssl/cert.pem *************************************************************************** Message from trousers-0.3.13: To run tcsd automatically, add the following line to /etc/rc.conf: tcsd_enable="YES" You might want to edit /usr/local/etc/tcsd.conf to reflect your setup. If you want to use tcsd with software TPM emulator, use the following configuration in /etc/rc.conf: tcsd_enable="YES" tcsd_mode="emulator" tpmd_enable="YES" To use TPM, add your_account to '_tss' group like following: # pw groupadd _tss -m your_account ===> sablevm-1.13_11 depends on file: /usr/local/lib/sablevm-classpath/libjavalang.so - found ===> Returning to build of sablevm-1.13_11 =========================================================================== =================================================== ===> Staging for sablevm-1.13_11 ===> Generating temporary packing list gmake[1]: Entering directory '/wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13' gmake INSTALL_PROGRAM="/bin/sh /wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13/install-sh -c -s" \ install_sh_PROGRAM="/bin/sh /wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13/install-sh -c -s" INSTALL_STRIP_FLAG=-s \ `test -z 'strip' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='strip'"` install gmake[2]: Entering directory '/wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13' gmake install-recursive gmake[3]: Entering directory '/wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13' Making install in doc gmake[4]: Entering directory '/wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13/doc' gmake[5]: Entering directory '/wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13/doc' gmake[5]: Nothing to be done for 'install-exec-am'. test -z "/usr/local/man/man1" || /wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13/install-sh -d "/wrkdirs/usr/ports/java/sablevm/work/stage/usr/local/man/man1" install -m 0644 './sablevm.1' '/wrkdirs/usr/ports/java/sablevm/work/stage/usr/local/man/man1/sablevm.1' install -m 0644 './java-sablevm.1' '/wrkdirs/usr/ports/java/sablevm/work/stage/usr/local/man/man1/java-sablevm.1' gmake[5]: Leaving directory '/wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13/doc' gmake[4]: Leaving directory '/wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13/doc' Making install in src gmake[4]: Entering directory '/wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13/src' Making install in include gmake[5]: Entering directory '/wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13/src/include' gmake[6]: Entering directory '/wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13/src/include' gmake[6]: Nothing to be done for 'install-exec-am'. gmake[6]: Nothing to be done for 'install-data-am'. gmake[6]: Leaving directory '/wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13/src/include' gmake[5]: Leaving directory '/wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13/src/include' Making install in libsablevm gmake[5]: Entering directory '/wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13/src/libsablevm' gmake install-recursive gmake[6]: Entering directory '/wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13/src/libsablevm' Making install in include gmake[7]: Entering directory '/wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13/src/libsablevm/include' gmake[8]: Entering directory '/wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13/src/libsablevm/include' gmake[8]: Nothing to be done for 'install-exec-am'. test -z "/usr/local/include/sablevm" || /wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13/install-sh -d "/wrkdirs/usr/ports/java/sablevm/work/stage/usr/local/include/sablevm" install -m 0644 'jni.h' '/wrkdirs/usr/ports/java/sablevm/work/stage/usr/local/include/sablevm/jni.h' install -m 0644 'jni_system_specific.h' '/wrkdirs/usr/ports/java/sablevm/work/stage/usr/local/include/sablevm/jni_system_specific.h' gmake install-data-hook gmake[9]: Entering directory '/wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13/src/libsablevm/include' mkdir -p /wrkdirs/usr/ports/java/sablevm/work/stage/usr/local/lib/sablevm/include for f in jni.h jni_system_specific.h ; do \ rm -f /wrkdirs/usr/ports/java/sablevm/work/stage/usr/local/lib/sablevm/include/$f ; \ ln -s /usr/local/include/sablevm/$f /wrkdirs/usr/ports/java/sablevm/work/stage/usr/local/lib/sablevm/include/$f ; \ done gmake[9]: Leaving directory '/wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13/src/libsablevm/include' gmake[8]: Leaving directory '/wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13/src/libsablevm/include' gmake[7]: Leaving directory '/wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13/src/libsablevm/include' Making install in inlinability gmake[7]: Entering directory '/wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13/src/libsablevm/inlinability' gmake[8]: Entering directory '/wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13/src/libsablevm/inlinability' gmake[8]: Nothing to be done for 'install-exec-am'. gmake[8]: Nothing to be done for 'install-data-am'. gmake[8]: Leaving directory '/wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13/src/libsablevm/inlinability' gmake[7]: Leaving directory '/wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13/src/libsablevm/inlinability' gmake[7]: Entering directory '/wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13/src/libsablevm' gmake[8]: Entering directory '/wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13/src/libsablevm' test -z "/usr/local/lib" || /wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13/install-sh -d "/wrkdirs/usr/ports/java/sablevm/work/stage/usr/local/lib" /bin/sh ../../libtool --mode=install /usr/bin/install -c -s 'libsablevm.la' '/wrkdirs/usr/ports/java/sablevm/work/stage/usr/local/lib/libsablevm.la' /usr/bin/install -c .libs/libsablevm-1.13.so /wrkdirs/usr/ports/java/sablevm/work/stage/usr/local/lib/libsablevm-1.13.so strip --strip-unneeded /wrkdirs/usr/ports/java/sablevm/work/stage/usr/local/lib/libsablevm-1.13.so (cd /wrkdirs/usr/ports/java/sablevm/work/stage/usr/local/lib && { ln -s -f libsablevm-1.13.so libsablevm.so || { rm -f libsablevm.so && ln -s libsablevm-1.13.so libsablevm.so; }; }) /usr/bin/install -c .libs/libsablevm.lai /wrkdirs/usr/ports/java/sablevm/work/stage/usr/local/lib/libsablevm.la libtool: install: warning: remember to run `libtool --finish /usr/local/lib' gmake[8]: Nothing to be done for 'install-data-am'. gmake[8]: Leaving directory '/wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13/src/libsablevm' gmake[7]: Leaving directory '/wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13/src/libsablevm' gmake[6]: Leaving directory '/wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13/src/libsablevm' gmake[5]: Leaving directory '/wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13/src/libsablevm' Making install in sablevm gmake[5]: Entering directory '/wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13/src/sablevm' gmake[6]: Entering directory '/wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13/src/sablevm' test -z "/usr/local/bin" || /wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13/install-sh -d "/wrkdirs/usr/ports/java/sablevm/work/stage/usr/local/bin" STRIPPROG='strip' /bin/sh ../../libtool --mode=install /bin/sh /wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13/install-sh -c -s 'sablevm' '/wrkdirs/usr/ports/java/sablevm/work/stage/usr/local/bin/sablevm' libtool: install: warning: `../libsablevm/libsablevm.la' has not been installed in `/usr/local/lib' /bin/sh /wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13/install-sh -c -s .libs/sablevm /wrkdirs/usr/ports/java/sablevm/work/stage/usr/local/bin/sablevm gmake[6]: Nothing to be done for 'install-data-am'. gmake[6]: Leaving directory '/wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13/src/sablevm' gmake[5]: Leaving directory '/wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13/src/sablevm' gmake[5]: Entering directory '/wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13/src' gmake[6]: Entering directory '/wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13/src' gmake[6]: Nothing to be done for 'install-exec-am'. gmake[6]: Nothing to be done for 'install-data-am'. gmake[6]: Leaving directory '/wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13/src' gmake[5]: Leaving directory '/wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13/src' gmake[4]: Leaving directory '/wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13/src' gmake[4]: Entering directory '/wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13' gmake[5]: Entering directory '/wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13' test -z "/usr/local/bin" || /wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13/install-sh -d "/wrkdirs/usr/ports/java/sablevm/work/stage/usr/local/bin" install -m 555 'java-sablevm' '/wrkdirs/usr/ports/java/sablevm/work/stage/usr/local/bin/java-sablevm' install -m 555 'javac-sablevm' '/wrkdirs/usr/ports/java/sablevm/work/stage/usr/local/bin/javac-sablevm' install -m 555 'jar-sablevm' '/wrkdirs/usr/ports/java/sablevm/work/stage/usr/local/bin/jar-sablevm' gmake install-exec-hook gmake[6]: Entering directory '/wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13' mkdir -p /wrkdirs/usr/ports/java/sablevm/work/stage/usr/local/lib/sablevm cd /wrkdirs/usr/ports/java/sablevm/work/stage/usr/local/lib/sablevm && mkdir bin jre &>/dev/null cd /wrkdirs/usr/ports/java/sablevm/work/stage/usr/local/lib/sablevm && rm -f bin/java bin/javac bin/jar unlink /wrkdirs/usr/ports/java/sablevm/work/stage/usr/local/lib/sablevm/jre/bin &>/dev/null if test ! -L /wrkdirs/usr/ports/java/sablevm/work/stage/usr/local/lib/sablevm/jre/bin; then rm -rf /wrkdirs/usr/ports/java/sablevm/work/stage/usr/local/lib/sablevm/jre/bin; fi unlink: /wrkdirs/usr/ports/java/sablevm/work/stage/usr/local/lib/sablevm/jre/bin: No such file or directory ln -s ../../../bin/`echo "java-sablevm" | sed 's|^.*/||;s,x,x,'` /wrkdirs/usr/ports/java/sablevm/work/stage/usr/local/lib/sablevm/bin/java ln: /wrkdirs/usr/ports/java/sablevm/work/stage/usr/local/lib/sablevm/bin/java: No such file or directory gmake[6]: *** [Makefile:735: install-exec-hook] Error 1 gmake[6]: Leaving directory '/wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13' gmake[5]: *** [Makefile:636: install-exec-am] Error 2 gmake[5]: Leaving directory '/wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13' gmake[4]: *** [Makefile:592: install-am] Error 2 gmake[4]: Leaving directory '/wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13' gmake[3]: *** [Makefile:308: install-recursive] Error 1 gmake[3]: Leaving directory '/wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13' gmake[2]: *** [Makefile:586: install] Error 2 gmake[2]: Leaving directory '/wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13' gmake[1]: *** [Makefile:596: install-strip] Error 2 gmake[1]: Leaving directory '/wrkdirs/usr/ports/java/sablevm/work/sablevm-1.13' *** Error code 2 Stop. make: stopped in /usr/ports/java/sablevm From owner-freebsd-java@freebsd.org Sat Jul 23 19:19:14 2016 Return-Path: Delivered-To: freebsd-java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C99BDBA2205 for ; Sat, 23 Jul 2016 19:19:14 +0000 (UTC) (envelope-from movies@flixnights-mail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id AED911B16 for ; Sat, 23 Jul 2016 19:19:14 +0000 (UTC) (envelope-from movies@flixnights-mail.com) Received: by mailman.ysv.freebsd.org (Postfix) id AA3EDBA2203; Sat, 23 Jul 2016 19:19:14 +0000 (UTC) Delivered-To: java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9B7ABA2202 for ; Sat, 23 Jul 2016 19:19:14 +0000 (UTC) (envelope-from movies@flixnights-mail.com) Received: from flixnights-mail.com (flixnights-mail.com [91.239.125.156]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4160C1B15 for ; Sat, 23 Jul 2016 19:19:14 +0000 (UTC) (envelope-from movies@flixnights-mail.com) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by flixnights-mail.com (Postfix) with ESMTPS id 6C4DC8E18E for ; Sat, 23 Jul 2016 13:19:12 -0600 (CST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=flixnights-mail.com; q=dns/txt; s=mail; bh=6FR1lOSTTmEDQz9BNgf0UBJj2/06LjghY9sOIzH9638=; h=from:subject:to:mime-version:content-type:list-unsubscribe; b=W00yusiFoSmW5RzyshFAbPWR7HXwj8AeV2nkY2aIKFgsD1au9XLDzYbLYwC0X7r+SvWJPXQx4 NvvLUjRYZCQ9/pzZN4Vf6S3HUBFIXRoRTk+1NhXHhi6R5Jn5g8JosPVNfotteE6ZPnMFmh+T9pV 3caY4cA4/j1g8bXywKr1LmowiBwDPaG91/LdXbWzYF7lGBo1Eh16B6MEqwqnQzGlPlfcAXYw3D6 OOwQgRTtQuiPdwoiInwH2UJjpHq+kxZmkpewASfZLs5QSpih2jq8wiINbhwFCjrFOi7fFZx0DHh uQ2dRyQJl2XAjhGYzCjx8zZTgT8gGSSHIIRiMQ5ZGYFg== From: Flix Premiere To: java@freebsd.org Subject: Discover new movies on demand in our online cinema Message-Id: <1469301552266-1c846a59-6833d665-bfc2fb6a@flixnights-mail.com> X-Mailer: nodemailer (2.3.0; +http://nodemailer.com/; SMTP (pool)/2.5.1[client:2.3.1]) Date: Sat, 23 Jul 2016 19:19:12 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jul 2016 19:19:14 -0000 Discover a world of movies never seen before Welcome to the World's First = Online Cineplex [http://flixnights-mail.com/click.php?= email_id=3D2296845&email=3Djava@freebsd.org&campaign_id=3D4&utm_source=3Dem= ail_campaign&utm_medium=3Demail&utm_campaign=3D4&utm_content=3Dclick1&url= =3Dhttps%3A%2F%2Fflixpremiere.com] , combining the movie theater experience= with on-demand availability. A Cinema in your pocket, where you can watch= great movies you've never seen before, Anytime, Anywhere. Our movies [http://flixnights-mail.com/click.php?email_id=3D2296845&email=3Djava@freeb= sd.org&campaign_id=3D4&utm_source=3Demail_campaign&utm_medium=3Demail&utm_c= ampaign=3D4&utm_content=3Dclick2&url=3Dhttps%3A%2F%2Fflixpremiere.= com%2Fnow-showing] are exclusive to Flix Premiere. No commercials. No = hidden fees. You pay only for the movies you want to watch, and can = discover new content each and every week in our online Red Carpet Events [http://flixnights-mail.com/click.php?email_id=3D2296845&email=3Djava@freeb= sd.org&campaign_id=3D4&utm_source=3Demail_campaign&utm_medium=3Demail&utm_c= ampaign=3D4&utm_content=3Dclick3&url=3Dhttps%3A%2F%2Fflixpremiere.= com%2Fred-carpet] . Flix Premiere [http://flixnights-mail.com/img.php?= email_id=3D2296845&email=3Djava@freebsd.org&campaign_id=3D4] [http://flixnights-mail.com/click.php?email_id=3D2296845&email=3Djava@freeb= sd.org&campaign_id=3D4&utm_source=3Demail_campaign&utm_medium=3Demail&utm_c= ampaign=3D4&utm_content=3Dclick4&url=3Dhttps%3A%2F%2Fflixpremiere.com] Now Showing On Demand Interwoven [https://res.cloudinary.= com/flixpremiere/image/upload/c_fill,h_210,w_140/9b271775-2001-4a6e-9a12-09= 40aaccc21e/cover-art/48078dda-f125-4b58-b1b9-df9a52798fb4] [http://flixnights-mail.com/click.php?email_id=3D2296845&email=3Djava@freeb= sd.org&campaign_id=3D4&utm_source=3Demail_campaign&utm_medium=3Demail&utm_c= ampaign=3D4&utm_content=3Dclick5&url=3Dhttps%3A%2F%2Fflixpremiere.= com%2Ffilm%2F9b271775-2001-4a6e-9a12-0940aaccc21e] Get Happy [https://res.cloudinary.com/flixpremiere/image/upload/c_fill,h_210,= w_140/22845d49-a7b7-4144-97b4-c81804966d49/cover-art/07b5bfb3-d4c3-4c67-8a6= 0-70a55e03893b] [http://flixnights-mail.com/click.php?= email_id=3D2296845&email=3Djava@freebsd.org&campaign_id=3D4&utm_source=3Dem= ail_campaign&utm_medium=3Demail&utm_campaign=3D4&utm_content=3Dclick6&url= =3Dhttps%3A%2F%2Fflixpremiere.com%2Ffilm%2F22845d49-a7b7-4144-97b4-c8180496= 6d49] Changeover [https://res.cloudinary.com/flixpremiere/image/upload/c_fi= ll,h_210,w_140/e321f6ab-83e8-4879-a950-73f3f87d537c/cover-art/9ce373ce-7dd8= -4808-b313-fda1aef18d7f] [http://flixnights-mail.com/click.php?= email_id=3D2296845&email=3Djava@freebsd.org&campaign_id=3D4&utm_source=3Dem= ail_campaign&utm_medium=3Demail&utm_campaign=3D4&utm_content=3Dclick7&url= =3Dhttps%3A%2F%2Fflixpremiere.com%2Ffilm%2Fe321f6ab-83e8-4879-a950-73f3f87d= 537c] But Not For Me [https://res.cloudinary.com/flixpremiere/image/upload/= c_fill,h_210,w_140/a725151b-5ab9-4504-8685-a4e29939912d/cover-art/1fdaed8b-= cf9b-4741-a3d9-32f10212955a] [http://flixnights-mail.com/click.php?= email_id=3D2296845&email=3Djava@freebsd.org&campaign_id=3D4&utm_source=3Dem= ail_campaign&utm_medium=3Demail&utm_campaign=3D4&utm_content=3Dclick8&url= =3Dhttps%3A%2F%2Fflixpremiere.com%2Ffilm%2Fa725151b-5ab9-4504-8685-a4e29939= 912d] Sonata for Cello [https://res.cloudinary.com/flixpremiere/image/uplo= ad/c_fill,h_210,w_140/091f5303-ee57-4351-b712-39333cac39f2/cover-art/001a66= 78-1c75-42a4-ba7c-2895339ee9a0] [http://flixnights-mail.com/click.php?= email_id=3D2296845&email=3Djava@freebsd.org&campaign_id=3D4&utm_source=3Dem= ail_campaign&utm_medium=3Demail&utm_campaign=3D4&utm_content=3Dclick9&url= =3Dhttps%3A%2F%2Fflixpremiere.com%2Ffilm%2F091f5303-ee57-4351-b712-39333cac= 39f2] Love Me Do [https://res.cloudinary.com/flixpremiere/image/upload/c_fi= ll,h_210,w_140/3a607b9e-b4fe-4d40-ab38-b1cdfec4c417/cover-art/118d012c-ec82= -45d6-baa7-01a7ba1ec46c] [http://flixnights-mail.com/click.php?= email_id=3D2296845&email=3Djava@freebsd.org&campaign_id=3D4&utm_source=3Dem= ail_campaign&utm_medium=3Demail&utm_campaign=3D4&utm_content=3Dclick10&url= =3Dhttps%3A%2F%2Fflixpremiere.com%2Ffilm%2F3a607b9e-b4fe-4d40-ab38-b1cdfec4= c417] Noble Fir [https://res.cloudinary.com/flixpremiere/image/upload/c_fil= l,h_210,w_140/72e83baa-1af7-4508-a0bd-7544fc7711a6/cover-art/d7918ed4-7b8f-= 4192-bae3-e77a32cc8126] [http://flixnights-mail.com/click.php?= email_id=3D2296845&email=3Djava@freebsd.org&campaign_id=3D4&utm_source=3Dem= ail_campaign&utm_medium=3Demail&utm_campaign=3D4&utm_content=3Dclick11&url= =3Dhttps%3A%2F%2Fflixpremiere.com%2Ffilm%2F72e83baa-1af7-4508-a0bd-7544fc77= 11a6] Tension(s) [https://res.cloudinary.com/flixpremiere/image/upload/c_fi= ll,h_210,w_140/fd4c15ee-af99-4542-9904-4b94268056c1/cover-art/14c31a01-c2c3= -4e2a-bcc0-18ac8e3adaf7] [http://flixnights-mail.com/click.php?= email_id=3D2296845&email=3Djava@freebsd.org&campaign_id=3D4&utm_source=3Dem= ail_campaign&utm_medium=3Demail&utm_campaign=3D4&utm_content=3Dclick12&url= =3Dhttps%3A%2F%2Fflixpremiere.com%2Ffilm%2Ffd4c15ee-af99-4542-9904-4b942680= 56c1] Get your ticket for just $4.99 to watch one of these latest movies Now Showing [http://flixnights-mail.com/click.php?= email_id=3D2296845&email=3Djava@freebsd.org&campaign_id=3D4&utm_source=3Dem= ail_campaign&utm_medium=3Demail&utm_campaign=3D4&utm_content=3Dclick13&url= =3Dhttps%3A%2F%2Fflixpremiere.com%2Fnow-showing] . Immerse yourself in = cinema! Watch Now for $4.99 [http://flixnights-mail.com/click.php?= email_id=3D2296845&email=3Djava@freebsd.org&campaign_id=3D4&utm_source=3Dem= ail_campaign&utm_medium=3Demail&utm_campaign=3D4&utm_content=3Dclick14&url= =3Dhttps%3A%2F%2Fflixpremiere.com%2Fnow-showing] Our Upcoming Premiere Exclusive to Flix Premiere Eliminate Archie Cookson [https://res.cloudinary.com/flixpremiere/image/upload/c_fill,h_720,= w_480/v1/6209b348-ba0d-4a1a-83a0-f13c3616ee87/cover-art/8b1e483e-6f1a-4816-= bda1-943f535d101e] [http://flixnights-mail.com/click.php?= email_id=3D2296845&email=3Djava@freebsd.org&campaign_id=3D4&utm_source=3Dem= ail_campaign&utm_medium=3Demail&utm_campaign=3D4&utm_content=3Dclick15&url= =3Dhttps%3A%2F%2Fflixpremiere.com%2Fred-carpet]Premiering this Friday from = 7pm till midnight. Watch the Trailer [http://flixnights-mail.com/click.php= ?email_id=3D2296845&email=3Djava@freebsd.org&campaign_id=3D4&utm_source=3De= mail_campaign&utm_medium=3Demail&utm_campaign=3D4&utm_content=3Dclick16&url= =3Dhttps%3A%2F%2Fflixpremiere.com%2Ffilm%2F6209b348-ba0d-4a1a-83a0-f13c3616= ee87%3Fmodal%3Dplayer%26filmId%3D6209b348-ba0d-4a1a-83a0-f13c3616ee87%26vid= eo%3Dtrailer]Bring the red carpet experience home by joining us for the exclusive premieres [http://flixnights-mail.com/click.php?= email_id=3D2296845&email=3Djava@freebsd.org&campaign_id=3D4&utm_source=3Dem= ail_campaign&utm_medium=3Demail&utm_campaign=3D4&utm_content=3Dclick17&url= =3Dhttps%3A%2F%2Fflixpremiere.com%2Fred-carpet] of films never seen before = . Find Out More [http://flixnights-mail.com/click.php?= email_id=3D2296845&email=3Djava@freebsd.org&campaign_id=3D4&utm_source=3Dem= ail_campaign&utm_medium=3Demail&utm_campaign=3D4&utm_content=3Dclick18&url= =3Dhttps%3A%2F%2Fflixpremiere.com] If you have any questions please don't = hesitate to contact us with a reply or on +44 2085 880618 in the UK and +1 = (310) 601 3168 in the USA. To stay informed of the latest theatrical = releases and news on Flix Premiere, sign up to our newsletter [http://flixnights-mail.com/click.php?email_id=3D2296845&email=3Djava@freeb= sd.org&campaign_id=3D4&utm_source=3Demail_campaign&utm_medium=3Demail&utm_c= ampaign=3D4&utm_content=3Dclick19&url=3Dhttps%3A%2F%2Fflixpremiere.= com%2Fnewsletter%2Fsign-up] . Or join the conversation Facebook - Flix Premiere [http://res.cloudinary.com/flixpremiere/image/uplo= ad/c_scale,h_34,w_34/social_new-facebook_evulhs.png] [http://flixnights-mail.com/click.php?email_id=3D2296845&email=3Djava@freeb= sd.org&campaign_id=3D4&utm_source=3Demail_campaign&utm_medium=3Demail&utm_c= ampaign=3D4&utm_content=3Dclick20&url=3Dhttps%3A%2F%2Fwww.facebook.= com%2Fflixpremiere] Twitter - Flix Premiere [http://res.cloudinary.= com/flixpremiere/image/upload/c_scale,h_34,w_34/social_new_twitter_yaqoks] [http://flixnights-mail.com/click.php?email_id=3D2296845&email=3Djava@freeb= sd.org&campaign_id=3D4&utm_source=3Demail_campaign&utm_medium=3Demail&utm_c= ampaign=3D4&utm_content=3Dclick21&url=3Dhttps%3A%2F%2Ftwitter.= com%2FFlixPremiere] Instagram - Flix Premiere [http://res.cloudinary.= com/flixpremiere/image/upload/c_scale,h_34,w_34/social_new-instagram_vvxxtn= ] [http://flixnights-mail.com/click.php?email_id=3D2296845&email=3Djava@fre= ebsd.org&campaign_id=3D4&utm_source=3Demail_campaign&utm_medium=3Demail&utm= _campaign=3D4&utm_content=3Dclick22&url=3Dhttps%3A%2F%2Finstagram.= com%2Fflixpremiere] Twitter - Flix Premiere [http://res.cloudinary.= com/flixpremiere/image/upload/c_scale,h_34,w_34/social_new-youtube_r1q9wx] [http://flixnights-mail.com/click.php?email_id=3D2296845&email=3Djava@freeb= sd.org&campaign_id=3D4&utm_source=3Demail_campaign&utm_medium=3Demail&utm_c= ampaign=3D4&utm_content=3Dclick23&url=3Dhttps%3A%2F%2Fwww.youtube.= com%2Fchannel%2FUCnYihKUuOYOKdK3Ewbq16_w] Film Partners [http://flixnights-mail.com/click.php?email_id=3D2296845&email=3Djava@freeb= sd.org&campaign_id=3D4&utm_source=3Demail_campaign&utm_medium=3Demail&utm_c= ampaign=3D4&utm_content=3Dclick24&url=3Dhttps%3A%2F%2Fflixpremiere.= com%2Ffilm-partners] | News [http://flixnights-mail.com/click.php?= email_id=3D2296845&email=3Djava@freebsd.org&campaign_id=3D4&utm_source=3Dem= ail_campaign&utm_medium=3Demail&utm_campaign=3D4&utm_content=3Dclick25&url= =3Dhttps%3A%2F%2Fflixpremiere.com%2Fnews] | Privacy [http://flixnights-mail.com/click.php?email_id=3D2296845&email=3Djava@freeb= sd.org&campaign_id=3D4&utm_source=3Demail_campaign&utm_medium=3Demail&utm_c= ampaign=3D4&utm_content=3Dclick26&url=3Dhttps%3A%2F%2Fflixpremiere.= com%2Fprivacy] | Terms of Use [http://flixnights-mail.com/click.php?= email_id=3D2296845&email=3Djava@freebsd.org&campaign_id=3D4&utm_source=3Dem= ail_campaign&utm_medium=3Demail&utm_campaign=3D4&utm_content=3Dclick27&url= =3Dhttps%3A%2F%2Fflixpremiere.com%2Fterms] | Democratize Cinema [http://flixnights-mail.com/click.php?email_id=3D2296845&email=3Djava@freeb= sd.org&campaign_id=3D4&utm_source=3Demail_campaign&utm_medium=3Demail&utm_c= ampaign=3D4&utm_content=3Dclick28&url=3Dhttp%3A%2F%2Fdemocratizecinema.= com%2F] More about Flix Premiere Flix Premiere is the world's first = online Cineplex, combining the movie theater experience with on-demand = availability. A Cinema in your pocket, where you can watch great movies you've never seen before, Anytime, Anywhere. Our movies are exclusive to Flix Premiere. No commercials. No hidden fees. = You pay only for the movies you want to watch, and can discover new content= each and every week. The Flix Premiere Experience Red Carpet =E2=80=93 Each film will premiere on our platform =E2=80=93 = there will be a specific window wherein each film can be viewed for the = first time ever in that territory. Now Showing =E2=80=93 At any given time= we feature films in our online cinema, giving you a choice of quality new films we have carefully selected for you. Coming Soon =E2=80=93 These highly anticipated films will be coming to our = Online Cineplex for on-demand viewing in the near future. All Films =E2=80=93 What makes us unique compared to physical theaters? You= can come back and watch any films previously shown on our Cineplex at any = time! How it works We partner with talented filmmakers from all over the = world, thereby becoming the single point of discovery for the 95% of films = that =E2=80=98never' find their audience. Our rigorous screening program = ensures we bring you high quality content. You create a profile, and stay = up to date with our new releases each week; then stream movies immediately = on the Web, or through our iOS or Android apps. Stay tuned for new = platform announcements soon. If you do not wish to receive these emails,= Unsubscribe [http://flixnights-mail.com/unsubscribe.php?= email_id=3D2296845&email=3Djava@freebsd.org&campaign_id=3D4&utm_source=3Dem= ail_campaign&utm_medium=3Demail&utm_campaign=3D4&utm_content=3Dunsubscribe]= here. Copyright =C2=A9 2016 Flix Premiere Ltd All Rights Reserved Disclaimer: This email is intended for the named addressee only. It = contains information, which may be privileged or confidential. Unless you = are the named addressee, you should not read, copy, use the information it = contains nor disclose it to a third party. If you have received this = communication in error please notify us immediately so that we can take = corrective action. Internet e-mails are not necessarily secure. You should = be aware that changes could have been made to this message after it was = sent. Flix Premiere Limited does not accept liability for any action taken= in reliance on the content of this message. Flix Premiere Ltd: Company = Number 09455299 | VAT Number 236 0004 58 Physical location: Churchdown = Chambers, Bordyke, Tunbridge, England TN9 1NR, UK Sent: 2016-07-23