From owner-freebsd-java@FreeBSD.ORG Sun Nov 30 03:19:58 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 87E06296 for ; Sun, 30 Nov 2014 03:19:58 +0000 (UTC) Received: from misty.eyesbeyond.com (gerbercreations.com [71.39.140.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "misty.eyesbeyond.com", Issuer "misty.eyesbeyond.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C328B6B for ; Sun, 30 Nov 2014 03:19:57 +0000 (UTC) Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) by misty.eyesbeyond.com (8.14.9/8.14.9) with ESMTP id sAU3Jn52065489 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 29 Nov 2014 19:19:49 -0800 (PST) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.14.9/8.14.9/Submit) id sAU3JmNP065488; Sat, 29 Nov 2014 19:19:48 -0800 (PST) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Sat, 29 Nov 2014 19:19:47 -0800 From: Greg Lewis To: Brian Gardner Subject: Re: openjdk8 fastdebug build fails Message-ID: <20141130031947.GA65479@misty.eyesbeyond.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Cc: freebsd-java@freebsd.org X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2014 03:19:58 -0000 On Fri, Nov 28, 2014 at 07:08:46PM -0800, Brian Gardner wrote: > I?m trying to build openjdk8 on AMD64 with the fastdebug option set and I?m getting the following build errror. This happens with both 9.3 and 10.0. > > > /usr/bin/objcopy: libinstrument.debuginfo: Invalid operation > gmake[3]: *** [/wrkdirs/usr/ports/java/openjdk8/work/openjdk/build/bsd-x86_64-normal-server-fastdebug/jdk/objs/libinstrument/libinstrument.debuginfo] Error 1 > lib/ServiceabilityLibraries.gmk:245: recipe for target '/wrkdirs/usr/ports/java/openjdk8/work/openjdk/build/bsd-x86_64-normal-server-fastdebug/jdk/objs/libinstrument/libinstrument.debuginfo' failed > gmake[3]: *** Waiting for unfinished jobs.... > gmake[3]: Leaving directory '/wrkdirs/usr/ports/java/openjdk8/work/openjdk/jdk/make' > BuildJdk.gmk:70: recipe for target 'libs-only' failed > gmake[2]: *** [libs-only] Error 2 > gmake[2]: Leaving directory '/wrkdirs/usr/ports/java/openjdk8/work/openjdk/jdk/make? > > Looking into the cause it's related to statically linking libjli instead of dynamically linking libjli. Does anybody no why we statically link libjli? Mac OSX also statically links libjli but all other platforms dynamically link to it. The following patches fix the build mirroring Linux with some minor adaptions. The mailing lists tend to strip out attachments. Can you put the patches in a PR or send them directly? -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org From owner-freebsd-java@FreeBSD.ORG Sun Nov 30 14:05:58 2014 Return-Path: Delivered-To: java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5F380EF; Sun, 30 Nov 2014 14:05:58 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 4DC31845; Sun, 30 Nov 2014 14:05:58 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.9/8.14.9) with ESMTP id sAUE5wBB044208; Sun, 30 Nov 2014 14:05:58 GMT (envelope-from antoine@freefall.freebsd.org) Received: (from antoine@localhost) by freefall.freebsd.org (8.14.9/8.14.9/Submit) id sAUE5wKv044207; Sun, 30 Nov 2014 14:05:58 GMT (envelope-from antoine) Date: Sun, 30 Nov 2014 14:05:58 +0000 From: Antoine Brodin To: java@FreeBSD.org Subject: FreeBSD Ports failing to build with clang 3.5 Message-ID: <20141130140558.GA44203@freefall.freebsd.org> Reply-To: portmgr-feedback@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2014 14:05:58 -0000 Dear maintainer, The FreeBSD project is working on updating llvm and clang to 3.5.0 in head [1]. The following ports you maintain fail to build after this update: java/openjdk6 http://package18.nyi.freebsd.org/data/head-amd64-PR195480-default/2014-11-29_14h36m35s/logs/errors/openjdk6-b33,1.log java/openjdk6-jre http://package18.nyi.freebsd.org/data/head-amd64-PR195480-default/2014-11-29_14h36m35s/logs/errors/openjdk6-jre-b33,1.log java/openjdk8 http://package18.nyi.freebsd.org/data/head-amd64-PR195480-default/2014-11-29_14h36m35s/logs/errors/openjdk8-8.25.17_2.log java/openjdk8-jre http://package18.nyi.freebsd.org/data/head-amd64-PR195480-default/2014-11-29_14h36m35s/logs/errors/openjdk8-jre-8.25.17_2.log Usually, the -Werror warnings are pointing to actual bugs in the ports themselves. If you have a patch to fix the ports, please submit them in FreeBSD Bugzilla [2]. [1] https://lists.freebsd.org/pipermail/freebsd-current/2014-November/053570.html [2] https://bugs.freebsd.org/submit/ Cheers, Antoine on behalf of portmgr@ From owner-freebsd-java@FreeBSD.ORG Mon Dec 1 06:59:50 2014 Return-Path: Delivered-To: java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 90C914B5 for ; Mon, 1 Dec 2014 06:59:50 +0000 (UTC) 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 79298ABE for ; Mon, 1 Dec 2014 06:59:50 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sB16xojK025300 for ; Mon, 1 Dec 2014 06:59:50 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: java@FreeBSD.org Subject: [Bug 193009] java/openjdk8 does not build with OPTIONS_FILE_SET+=DEBUG Date: Mon, 01 Dec 2014 06:59:50 +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: openjdk@getsnappy.com X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: java@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc attachments.created 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-1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2014 06:59:50 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193009 openjdk@getsnappy.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |openjdk@getsnappy.com --- Comment #3 from openjdk@getsnappy.com --- Created attachment 150060 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=150060&action=edit dynamically link new file -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-java@FreeBSD.ORG Mon Dec 1 07:00:28 2014 Return-Path: Delivered-To: java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 38F694D0 for ; Mon, 1 Dec 2014 07:00:28 +0000 (UTC) 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 2141AB62 for ; Mon, 1 Dec 2014 07:00:28 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sB170SBU034959 for ; Mon, 1 Dec 2014 07:00:28 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: java@FreeBSD.org Subject: [Bug 193009] java/openjdk8 does not build with OPTIONS_FILE_SET+=DEBUG Date: Mon, 01 Dec 2014 07:00:28 +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: openjdk@getsnappy.com X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: java@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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-1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2014 07:00:28 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193009 --- Comment #4 from openjdk@getsnappy.com --- Created attachment 150061 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=150061&action=edit dynamically link This file will replace the existing one -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-java@FreeBSD.ORG Mon Dec 1 16:21:54 2014 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CFFC9673 for ; Mon, 1 Dec 2014 16:21:54 +0000 (UTC) Received: from nm21.bullet.mail.bf1.yahoo.com (nm21.bullet.mail.bf1.yahoo.com [98.139.212.180]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 75C75333 for ; Mon, 1 Dec 2014 16:21:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1417450907; bh=OQhTdLLSoE2JGIcPOO4ckCM0tUIc9UKPgzYxOrISJVw=; h=Date:From:To:CC:Subject:References:In-Reply-To:From:Subject; b=W2aRDD+FnzpR8k3E/TT5g/b9pbv8cHgEiF4efW24um0ZIpI/HSxl8mUo2sQoOjXbzt645NwmgebaYft1MT93dqRChqm+G0jper6bq0XaUabNSqhkn3pTgTl2fnPg7yq3Jh9TiCwvw8kZlgNrUwa5/G2Ub8hl4YCprlPqCz8JxlmAxhj0yD/kVa3qWhgRk0+ThsZXoWQlcV2vAoimJalvRTMVxxweW6sPneLCEo05aK+i5MUI3fQI6UmCPfEvIPeMy3j2sjh15qCGDjiRE8Unboqj+4L/nnSOD7cSQMQNdW+zMKrl3g5mS8bWti+lDxRNa3y+wKKAymqJOBdK6YUeCA== DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s2048; d=yahoo.com; b=cDNB+iod9QS2x+lQVptnUcRLPali/fV+I8q67wkubFPQ3DrRwaDdamB3MegtojqggoeYq9C0wo8IRNPgVzzF388NVoysy2VCj1kL5E8tsY3eu6ahObmX2EL74jDgflfDDPM/AZ4A6IUIQuHMGVCUBv6AmltSuTn2kIPB4zhrsNPEyT7JdMqzv+m0KpdKcDtkdnOvfFMK8YziPkieAXTxwlTUYdQOjzIKJiGbqtQwsijbSolUTyf2yGaP9hW0b+cjHTtjRc3EVgKShzNaF2FfMZrCC2oIJPsHvoYOO3VhpVYuQHJpJ5EkVyqFIcZpI3Da7kxrjA9U6NYTNL314hq9Mg==; Received: from [98.139.212.151] by nm21.bullet.mail.bf1.yahoo.com with NNFMP; 01 Dec 2014 16:21:47 -0000 Received: from [68.142.230.71] by tm8.bullet.mail.bf1.yahoo.com with NNFMP; 01 Dec 2014 16:21:47 -0000 Received: from [127.0.0.1] by smtp228.mail.bf1.yahoo.com with NNFMP; 01 Dec 2014 16:21:47 -0000 X-Yahoo-Newman-Id: 181381.9179.bm@smtp228.mail.bf1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: vkLZsS4VM1n.o1XWwFD8IbcmZIIt3OVcp1I_y8vy.i5ZYLc Tqw63hhyOFW1h81Tanvq9aoN0_uXkmrFJJkH_UuKsqSOaC3XWzcsQQexj0u_ Kp9J4ApfLVayhYXXyFn_040WDKWNIM70Qs47lKne0V_i2fZodRtmkaRl2xkO n0Hsx8seNPMH5XpVar1tmKHZfWdV28DogQo0IVgm1vhvIbSBywTgAaXaF6In MYjfXXSMyEJ027A4SV6rJEsjFkZvFIvmj6ALCgJOdmz.XNei6sXtxfPTNarA DjPljTrwGP5Xd.RRoIgkJYe1jIfFQ0.5K__A.nulaghJvNkjfYGZAA88x8YZ A.sTuYNlvOPA7xUDq7aGIHDyAUeQ6GDPlN.5f.S.JeV6gV3CCBL1g4Ibc4RR rt0VHjxNpN58pBwwgFd0kEu2c1Yc4W.ha71efaMaB746I3DQh.FyALtVNRve Y6HEzLp4kYtacZyTfQ.7AMK6Aezvcz5ayCZ1a5jj6sBV3LrGI0Yat9he56Iq XgjPWzHfiB3aFz.xNA5.UdtaOCD2Id7DtFAreVemIltIZNbhkLhoeldBkjF7 Pc1kt82dMYyO36YCf3XbF2Z_OBHwb.W1aaAsbO.RuAMgcyce.kzfg0N1poYd W3EyeEpkBg7BtSABRVHR6IkarBTMd8FUdutuSq43yF8Auu4JYWLciCsO5bkv xURf3Su6SE7J3fz5RqLKJ8fd94zJSsxna3Z7.ALbfnRRxNTgtSOgjzMzwssp kdkBggz91vlJKpkVun9UrhBmIvzQj8fwNk_cAQpaf3H68S.AU5cbv0eq4Wj7 bs0Uk4Ct2BBKBmMLyCZncRTQtKokM6OpvtMVHFrskx6x4eTMlkQXZH_LAgKq beJq_EkWH6gearDyFiEk6.DGGFDdmn2o6cgawccu1ZG9uveoxMHOLoiKipeZ Zy9ofbiK0YYoJoldn5LmiazUs2wLgw.fBVbxgMaO7GcJ4j2LdyBT1S5OtAIX LD0Pv.3L6AJk9sxeDc_JDlip3gBIsERj1ADc- X-Yahoo-SMTP: h3Xqg6.swBC0yI913RMMwp94grO_cg-- Message-ID: <547C959A.4020702@yahoo.com> Date: Mon, 01 Dec 2014 11:21:46 -0500 From: Paul Pathiakis User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Paul Pathiakis , Ed Maste Subject: Re: Porting OpenNMS to FreeBSD 10.x with OpenJDK7 References: <546E2ED7.6010803@atlantisservices.net> <546F4BAC.8020600@atlantisservices.net> In-Reply-To: <546F4BAC.8020600@atlantisservices.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-java@freebsd.org X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2014 16:21:54 -0000 Well, I'm kind of at a dead stop here. Does anyone have input into this? To me, it looks like the runaway process got killed by the OS once it had consumed a whole bunch of resources. Does anyone see anything different? Does anyone have a direction I should go in? Thank you, P. On 11/21/2014 09:26, Paul Pathiakis wrote: > Ed, > > Thank you for the assist in showing me how to get a backtrace so we > didn't spam. I'll post here. > > # gdb /usr/local/openjdk7/bin/java java.core > GNU gdb 6.1.1 [FreeBSD] > Copyright 2004 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General Public License, and > you are > welcome to change it and/or distribute copies of it under certain > conditions. > Type "show copying" to see the conditions. > There is absolutely no warranty for GDB. Type "show warranty" for > details. > This GDB was configured as "amd64-marcel-freebsd"...(no debugging > symbols found)... > Core was generated by `java'. > Program terminated with signal 6, Aborted. > Reading symbols from /lib/libz.so.6...(no debugging symbols > found)...done. > Loaded symbols for /lib/libz.so.6 > Reading symbols from /lib/libthr.so.3...(no debugging symbols > found)...done. > Loaded symbols for /lib/libthr.so.3 > Reading symbols from /lib/libc.so.7...(no debugging symbols > found)...done. > Loaded symbols for /lib/libc.so.7 > Reading symbols from > /usr/local/openjdk7/jre/lib/amd64/server/libjvm.so...(no debugging > symbols found)...done. > Loaded symbols for /usr/local/openjdk7/jre/lib/amd64/server/libjvm.so > Reading symbols from /lib/libm.so.5...(no debugging symbols > found)...done. > Loaded symbols for /lib/libm.so.5 > Reading symbols from /usr/lib/libc++.so.1...(no debugging symbols > found)...done. > Loaded symbols for /usr/lib/libc++.so.1 > Reading symbols from /lib/libcxxrt.so.1...(no debugging symbols > found)...done. > Loaded symbols for /lib/libcxxrt.so.1 > Reading symbols from /lib/libgcc_s.so.1...(no debugging symbols > found)...done. > Loaded symbols for /lib/libgcc_s.so.1 > Reading symbols from > /usr/local/openjdk7/jre/lib/amd64/libverify.so...Reading symbols from > /usr/local/openjdk7/jre/lib/amd64/libverify.debuginfo...done. > done. > Loaded symbols for /usr/local/openjdk7/jre/lib/amd64/libverify.so > Reading symbols from /usr/local/openjdk7/jre/lib/amd64/libjava.so...done. > Loaded symbols for /usr/local/openjdk7/jre/lib/amd64/libjava.so > Reading symbols from /usr/local/openjdk7/jre/lib/amd64/libzip.so...done. > Loaded symbols for /usr/local/openjdk7/jre/lib/amd64/libzip.so > Reading symbols from > /usr/local/openjdk7/jre/lib/amd64/libmanagement.so...Reading symbols > from /usr/local/openjdk7/jre/lib/amd64/libmanagement.debuginfo...done. > done. > Loaded symbols for /usr/local/openjdk7/jre/lib/amd64/libmanagement.so > Reading symbols from /usr/local/openjdk7/jre/lib/amd64/libnet.so...done. > Loaded symbols for /usr/local/openjdk7/jre/lib/amd64/libnet.so > Reading symbols from /usr/local/openjdk7/jre/lib/amd64/libnio.so...done. > Loaded symbols for /usr/local/openjdk7/jre/lib/amd64/libnio.so > Reading symbols from /usr/local/lib/libjicmp.so...done. > Loaded symbols for /usr/local/lib/libjicmp.so > Reading symbols from /usr/local/lib/libjicmp6.so...done. > Loaded symbols for /usr/local/lib/libjicmp6.so > Reading symbols from > /usr/local/openjdk7/jre/lib/amd64/libsunec.so...done. > Loaded symbols for /usr/local/openjdk7/jre/lib/amd64/libsunec.so > Reading symbols from > /usr/local/opennms/data/tmp/jna7571192420975492788.tmp...done. > Loaded symbols for /usr/local/opennms/data/tmp/jna7571192420975492788.tmp > Reading symbols from /libexec/ld-elf.so.1...done. > Loaded symbols for /libexec/ld-elf.so.1 > #0 0x0000000800ccc26a in thr_kill () from /lib/libc.so.7 > [New Thread 8f37c8800 (LWP 102483/java)] > [New Thread 8f7773800 (LWP 102482/java)] > [New Thread 8f3dc5400 (LWP 102481/java)] > [New Thread 8f3dc4800 (LWP 102480/java)] > [New Thread 8f4978000 (LWP 102479/java)] > [New Thread 8f4977400 (LWP 102478/java)] > [New Thread 8f24ce800 (LWP 102477/java)] > [New Thread 8f24ce400 (LWP 102476/java)] > [New Thread 8f521b800 (LWP 102475/java)] > [New Thread 8f521ac00 (LWP 102474/java)] > [New Thread 8f4d9f400 (LWP 102473/java)] > [New Thread 8f4d9e800 (LWP 102472/java)] > [New Thread 8e8abd800 (LWP 102471/java)] > [New Thread 8e8f97800 (LWP 102470/java)] > [New Thread 8e8e6f800 (LWP 102468/java)] > [New Thread 8f381d400 (LWP 102467/java)] > [New Thread 8f381c800 (LWP 102466/java)] > [New Thread 8f2accc00 (LWP 102465/java)] > [New Thread 8f2acc000 (LWP 102464/java)] > [New Thread 8f2f0c400 (LWP 102463/java)] > [New Thread 8f2d88c00 (LWP 102462/java)] > [New Thread 8f31cac00 (LWP 102461/java)] > [New Thread 8f31bb400 (LWP 102460/java)] > [New Thread 8e86fc400 (LWP 102459/java)] > [New Thread 8e86c1c00 (LWP 102458/java)] > [New Thread 8e8aa6800 (LWP 102456/java)] > [New Thread 8f2391400 (LWP 102400/java)] > [New Thread 8fc3f1000 (LWP 102399/java)] > [New Thread 801437000 (LWP 102393/java)] > [New Thread 8f2a59800 (LWP 102389/java)] > [New Thread 8fc3ef400 (LWP 102388/java)] > [New Thread 8fc3ec800 (LWP 102387/java)] > [New Thread 8f2abd800 (LWP 102379/java)] > [New Thread 8f24cec00 (LWP 102374/java)] > [New Thread 8fcc87c00 (LWP 102373/java)] > [New Thread 8fc3e7800 (LWP 102370/java)] > [New Thread 8f341b400 (LWP 102368/java)] > [New Thread 8fcc88800 (LWP 102367/java)] > [New Thread 8e86b3000 (LWP 102365/java)] > [New Thread 8fc3ee000 (LWP 102271/java)] > [New Thread 8fcc89400 (LWP 102270/java)] > [New Thread 8fc8d4400 (LWP 102145/java)] > [New Thread 8f238c000 (LWP 101271/java)] > [New Thread 8f491fc00 (LWP 100220/java)] > [New Thread 8fc8d0400 (LWP 100149/java)] > [New Thread 8fc3e5800 (LWP 101744/java)] > [New Thread 8f3157400 (LWP 101727/java)] > [New Thread 8f2d89000 (LWP 101715/java)] > [New Thread 8f6620800 (LWP 101628/java)] > [New Thread 8fc3ea400 (LWP 101456/java)] > [New Thread 8fcc84800 (LWP 101929/java)] > [New Thread 8fcc8a000 (LWP 101928/java)] > [New Thread 8fc3e5400 (LWP 101927/java)] > [New Thread 8fc3e4800 (LWP 101925/java)] > [New Thread 8e7dda000 (LWP 101924/java)] > [New Thread 8fc3e4400 (LWP 101923/java)] > [New Thread 8f297cc00 (LWP 101921/java)] > [New Thread 8fc3e7000 (LWP 101920/java)] > [New Thread 8fc3e8000 (LWP 101645/java)] > [New Thread 8fc3ebc00 (LWP 101839/java)] > [New Thread 8fcc85800 (LWP 100451/java)] > [New Thread 8fc3e3800 (LWP 100223/java)] > [New Thread 8fc3e6400 (LWP 101826/java)] > [New Thread 8fc3f0000 (LWP 101825/java)] > [New Thread 8fcc85400 (LWP 101729/java)] > [New Thread 8fc8d3400 (LWP 101728/java)] > [New Thread 8fc3ed400 (LWP 101724/java)] > [New Thread 8fc8d1c00 (LWP 101723/java)] > [New Thread 8fc3e8c00 (LWP 101721/java)] > [New Thread 8fc3e2c00 (LWP 101720/java)] > [New Thread 8f7c40800 (LWP 101719/java)] > [New Thread 8fc8d2800 (LWP 101672/java)] > [New Thread 8f26a1400 (LWP 100477/java)] > [New Thread 8fc8d4000 (LWP 101709/java)] > [New Thread 8fc3f0400 (LWP 101708/java)] > [New Thread 8fcc87000 (LWP 101707/java)] > [New Thread 8fc3f1c00 (LWP 101706/java)] > [New Thread 8fcc86400 (LWP 101705/java)] > [New Thread 8fcc8ac00 (LWP 101702/java)] > [New Thread 8e845f800 (LWP 101700/java)] > [New Thread 8fc3e9800 (LWP 101699/java)] > [New Thread 8fc3eb000 (LWP 101671/java)] > [New Thread 8fc3e7c00 (LWP 101678/java)] > [New Thread 8f6842000 (LWP 100108/java)] > [New Thread 8fcc85000 (LWP 100103/java)] > [New Thread 8014d5800 (LWP 102268/java)] > [New Thread 8f6623800 (LWP 102192/java)] > [New Thread 8e7dd9400 (LWP 102191/java)] > [New Thread 8f26a2000 (LWP 102190/java)] > [New Thread 8f297d800 (LWP 101495/java)] > [New Thread 8e8a48400 (LWP 101489/java)] > [New Thread 8f3158000 (LWP 101486/java)] > [New Thread 8f2d88400 (LWP 101484/java)] > [New Thread 8e7982400 (LWP 101483/java)] > [New Thread 8e8250800 (LWP 101482/java)] > [New Thread 8e824fc00 (LWP 101481/java)] > [New Thread 8e7981800 (LWP 101475/java)] > [New Thread 8e8460400 (LWP 101473/java)] > [New Thread 8e8c5c800 (LWP 101470/java)] > [New Thread 8f6622c00 (LWP 101448/java)] > [New Thread 8e8a49000 (LWP 101366/java)] > [New Thread 8f7774000 (LWP 101438/java)] > [New Thread 8f7773400 (LWP 101435/java)] > [New Thread 8014d4c00 (LWP 100454/java)] > [New Thread 8e8c5d400 (LWP 100237/java)] > [New Thread 8f7c40400 (LWP 100244/java)] > [New Thread 8f2391000 (LWP 102173/java)] > [New Thread 8f2390c00 (LWP 102171/java)] > [New Thread 8f890dc00 (LWP 102170/java)] > [New Thread 8f2d1d800 (LWP 102168/java)] > [New Thread 8e8942800 (LWP 102167/java)] > [New Thread 8f2d1cc00 (LWP 102165/java)] > [New Thread 8f28c8000 (LWP 102164/java)] > [New Thread 8e819a800 (LWP 102163/java)] > [New Thread 8f51a1800 (LWP 102144/java)] > [New Thread 8f24cf800 (LWP 102143/java)] > [New Thread 8f890e800 (LWP 102142/java)] > [New Thread 8e8941c00 (LWP 102141/java)] > [New Thread 8f8574400 (LWP 102139/java)] > [New Thread 8e8199c00 (LWP 102138/java)] > [New Thread 8f8575000 (LWP 101985/java)] > [New Thread 8f51a2400 (LWP 101710/java)] > [New Thread 8f28c7400 (LWP 101690/java)] > [New Thread 8f7c3f800 (LWP 101601/java)] > [New Thread 8f3cb5000 (LWP 101599/java)] > [New Thread 8fcba8000 (LWP 101597/java)] > [New Thread 8f3cb4400 (LWP 101595/java)] > [New Thread 8f2573000 (LWP 101517/java)] > [New Thread 8f2572400 (LWP 101511/java)] > [New Thread 8f24d0400 (LWP 101411/java)] > [New Thread 8fcba7000 (LWP 102351/java)] > [New Thread 8f54d8800 (LWP 102350/java)] > [New Thread 8f54d8400 (LWP 102349/java)] > [New Thread 8f54d7800 (LWP 102348/java)] > [New Thread 8f54d6c00 (LWP 102347/java)] > [New Thread 8f5472c00 (LWP 102346/java)] > [New Thread 8f5472800 (LWP 102345/java)] > [New Thread 8f5472000 (LWP 102344/java)] > [New Thread 8f5471c00 (LWP 102343/java)] > [New Thread 8f5471800 (LWP 102342/java)] > [New Thread 8f5471400 (LWP 102341/java)] > [New Thread 8f5471000 (LWP 102340/java)] > [New Thread 8f54b8800 (LWP 102337/java)] > [New Thread 8f5470400 (LWP 102336/java)] > [New Thread 8f54b7c00 (LWP 102335/java)] > [New Thread 8f546f800 (LWP 102334/java)] > [New Thread 8fcba6c00 (LWP 102333/java)] > [New Thread 8f546ec00 (LWP 102332/java)] > [New Thread 8fcba6000 (LWP 102331/java)] > [New Thread 8f546e000 (LWP 102330/java)] > [New Thread 8f546dc00 (LWP 102329/java)] > [New Thread 8f546d800 (LWP 102328/java)] > [New Thread 8f546cc00 (LWP 102326/java)] > [New Thread 8f546c000 (LWP 102325/java)] > [New Thread 8f546b400 (LWP 102324/java)] > [New Thread 8f546a800 (LWP 102323/java)] > [New Thread 8f5469c00 (LWP 102322/java)] > [New Thread 8fcba5800 (LWP 102321/java)] > [New Thread 8f5469000 (LWP 102320/java)] > [New Thread 8f5468400 (LWP 102319/java)] > [New Thread 8f5467800 (LWP 102318/java)] > [New Thread 8f2390800 (LWP 102317/java)] > [New Thread 8f5466c00 (LWP 102316/java)] > [New Thread 8fcba4c00 (LWP 102315/java)] > [New Thread 8f5466000 (LWP 102314/java)] > [New Thread 8f5465400 (LWP 102313/java)] > [New Thread 8f5464800 (LWP 102312/java)] > [New Thread 8fcba4000 (LWP 102311/java)] > [New Thread 8f5463c00 (LWP 102310/java)] > [New Thread 8e887cc00 (LWP 102309/java)] > [New Thread 8fcba3400 (LWP 102308/java)] > [New Thread 8fcba2800 (LWP 102307/java)] > [New Thread 8fcba1c00 (LWP 102306/java)] > [New Thread 8fcba1000 (LWP 102305/java)] > [New Thread 8fcba0400 (LWP 102304/java)] > [New Thread 8fcb9f800 (LWP 102303/java)] > [New Thread 8fcb9ec00 (LWP 102302/java)] > [New Thread 8fcb9e400 (LWP 102301/java)] > [New Thread 8fca9ec00 (LWP 102300/java)] > [New Thread 8fca9e800 (LWP 102299/java)] > [New Thread 8fca9e400 (LWP 102298/java)] > [New Thread 8fca9e000 (LWP 102297/java)] > [New Thread 8fca9d400 (LWP 102296/java)] > [New Thread 8fca9c800 (LWP 102295/java)] > [New Thread 8fca9bc00 (LWP 102294/java)] > [New Thread 8fca9b000 (LWP 102140/java)] > [New Thread 8fca9a400 (LWP 102136/java)] > [New Thread 8fca99800 (LWP 102135/java)] > [New Thread 8fca98c00 (LWP 102072/java)] > [New Thread 8fca98000 (LWP 101713/java)] > [New Thread 8fca97800 (LWP 101711/java)] > [New Thread 8fca97400 (LWP 101602/java)] > [New Thread 8fca97000 (LWP 101600/java)] > [New Thread 8fca96400 (LWP 101598/java)] > [New Thread 8fca95800 (LWP 101596/java)] > [New Thread 8fca94c00 (LWP 101594/java)] > [New Thread 8fca94000 (LWP 101516/java)] > [New Thread 8fca93400 (LWP 101510/java)] > [New Thread 8fca92800 (LWP 101509/java)] > [New Thread 8fca91c00 (LWP 101504/java)] > [New Thread 8fca91000 (LWP 101479/java)] > [New Thread 8fca90400 (LWP 101474/java)] > [New Thread 8fca8fc00 (LWP 100533/java)] > [New Thread 8fca8f400 (LWP 102290/java)] > [New Thread 8fbe9b800 (LWP 102289/java)] > [New Thread 8fbe9ac00 (LWP 102288/java)] > [New Thread 8fbe9a000 (LWP 102287/java)] > [New Thread 8fbe99400 (LWP 102286/java)] > [New Thread 8fbe98800 (LWP 102285/java)] > [New Thread 8fbe97c00 (LWP 102284/java)] > [New Thread 8fbe97000 (LWP 102283/java)] > [New Thread 8fbe96400 (LWP 102282/java)] > [New Thread 8fbe95800 (LWP 102281/java)] > [New Thread 8e7889c00 (LWP 102280/java)] > [New Thread 8f6845c00 (LWP 102279/java)] > [New Thread 8f7c3f400 (LWP 102277/java)] > [New Thread 8e788a000 (LWP 102276/java)] > [New Thread 8e8096c00 (LWP 102275/java)] > [New Thread 8e7c60800 (LWP 102274/java)] > [New Thread 8e8097000 (LWP 102267/java)] > [New Thread 8f6849c00 (LWP 102263/java)] > [New Thread 8f6846000 (LWP 102262/java)] > [New Thread 8f6846400 (LWP 102261/java)] > [New Thread 8f6844800 (LWP 101478/java)] > [New Thread 8f6849000 (LWP 101476/java)] > [New Thread 8f684a800 (LWP 101424/java)] > [New Thread 8f6843000 (LWP 101423/java)] > [New Thread 8f684b800 (LWP 101417/java)] > [New Thread 8f6843c00 (LWP 101413/java)] > [New Thread 8f6842400 (LWP 101408/java)] > [New Thread 8e7c60400 (LWP 102228/java)] > [New Thread 8f684b400 (LWP 102209/java)] > [New Thread 8f6840800 (LWP 102043/java)] > [New Thread 8f6840400 (LWP 102042/java)] > [New Thread 8f6840000 (LWP 102041/java)] > [New Thread 8f683fc00 (LWP 102040/java)] > [New Thread 8f683f800 (LWP 101071/java)] > [New Thread 8f683f400 (LWP 101069/java)] > [New Thread 8f683f000 (LWP 100703/java)] > [New Thread 8f683ec00 (LWP 100165/java)] > [New Thread 8f683e800 (LWP 100125/java)] > [New Thread 80304dc00 (LWP 101908/java)] > [New Thread 80304d000 (LWP 101906/java)] > [New Thread 80304c800 (LWP 101905/java)] > [New Thread 80304c400 (LWP 101904/java)] > [New Thread 80304bc00 (LWP 101903/java)] > [New Thread 80304b000 (LWP 101902/java)] > [New Thread 80304a400 (LWP 101901/java)] > [New Thread 803049800 (LWP 101900/java)] > [New Thread 803048800 (LWP 101882/java)] > [New Thread 803047c00 (LWP 101881/java)] > [New Thread 803047000 (LWP 101880/java)] > [New Thread 803046000 (LWP 101876/java)] > [New Thread 803045400 (LWP 101874/java)] > [New Thread 803044800 (LWP 101873/java)] > [New Thread 803043c00 (LWP 101872/java)] > [New Thread 803043000 (LWP 101871/java)] > [New Thread 803042400 (LWP 101870/java)] > [New Thread 801406800 (LWP 100420/java)] > [New Thread 801406400 (LWP 101682/java)] > (gdb) bt > #0 0x0000000800ccc26a in thr_kill () from /lib/libc.so.7 > #1 0x0000000800d93ac9 in abort () from /lib/libc.so.7 > #2 0x0000000801f11bc1 in os::abort () from > /usr/local/openjdk7/jre/lib/amd64/server/libjvm.so > #3 0x000000080204d599 in VMError::report_and_die () from > /usr/local/openjdk7/jre/lib/amd64/server/libjvm.so > #4 0x0000000801f17032 in JVM_handle_bsd_signal () from > /usr/local/openjdk7/jre/lib/amd64/server/libjvm.so > #5 0x0000000800a4a3f6 in swapcontext () from /lib/libthr.so.3 > #6 0x0000000800a49ff3 in sigaction () from /lib/libthr.so.3 > #7 > #8 0x000000080383f4ae in ?? () > #9 0x00007fffef7ea398 in ?? () > #10 0x0000000806d08b00 in ?? () > #11 0x00007fffef7ea3e8 in ?? () > #12 0x0000000806d0a150 in ?? () > #13 0x0000000000000000 in ?? () > (gdb) > > At that point, I was watching top -H. Although this happens all the > time, it can be accelerated by using the jetty web server (to view > graphs and reports). The process had started to run away with all the > memory. That is, java started to grow to almost 8GB (yes, I have 8GB > of free RAM - 16GB in the machine.) > > I'm running this in a jail and it occurs on both FreeBSD 10.0 and 10.1 > with OpenJDK7. I can't use OpenJDK8 as the app has known 'issues' > with that JDK. > > *From the OpenNMS application's hs_errpid.log file that is dumped > at the same time as the java.core.** > * > VM Arguments: > jvm_args: -Djava.endorsed.dirs=/usr/local/opennms/lib/endorsed > -Dopennms.home=/usr/local/opennms > -Dcom.sun.management.jmxremote.port=18980 > -Dcom.sun.management.jmxremote.ssl=false > -Dcom.sun.management.jmxremote.authenticate=false -Xmx2048m > -XX:+HeapDumpOnOutOfMemoryError -XX:MaxPermSize=1536m > -DisThreadContextMapInheritable=true > -Djava.io.tmpdir=/usr/local/opennms/data/tmp -verbose:gc > java_command: /usr/local/opennms/lib/opennms_bootstrap.jar start > Launcher Type: SUN_STANDARD > > Environment Variables: > JAVA_HOME=/usr/local/openjdk7 > PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin > > LD_LIBRARY_PATH=:/usr/local/opennms/lib > SHELL=/bin/csh > HOSTTYPE=FreeBSD > OSTYPE=FreeBSD > MACHTYPE=x86_64 > > --------------- S Y S T E M --------------- > > OS:BSDuname:FreeBSD 10.1-RELEASE FreeBSD 10.1-RELEASE #0 r274401: Tue > Nov 11 21:02:49 UTC 2014 > root@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 > rlimit: STACK 8192k, CORE infinity, NPROC 19558, NOFILE 20480, AS > infinity > load average:0.40 0.72 0.67 > > CPU:total 6 (6 cores per cpu, 1 threads per core) family 21 model 2 > stepping 0, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, > sse4.2, popcnt, avx, aes, mmxext, 3dnowpref, lzcnt, sse4a, tsc, > tscinvbit, tscinv > > /proc/cpuinfo: > > > Memory: 4k page, physical 7837880k(1959470k free) > > /proc/meminfo: > > > vm_info: OpenJDK 64-Bit Server VM (24.71-b01) for bsd-amd64 JRE > (1.7.0_71-b14), built on Nov 6 2014 07:13:56 by "root" with gcc 4.2.1 > Compatible FreeBSD Clang 3.3 (tags/RELEASE_33/final 183502) > > time: Thu Nov 20 20:21:33 2014 > elapsed time: 334 seconds > > *From the OpenNMS application's output.log file:** > * > Creating topology provider > returning enhanced topology provider > [GC 742216K->218524K(845824K), 0.0237450 secs] > [Full GC 218524K->204245K(951296K), 0.9773840 secs] > [GC 747477K->212845K(955392K), 0.0183540 secs] > # > # A fatal error has been detected by the Java Runtime Environment: > # > # SIGSEGV (0xb) at pc=0x000000080383f4ae, pid=55942, tid=38451038208 > # > # JRE version: OpenJDK Runtime Environment (7.0-b14) (build 1.7.0_71-b14) > # Java VM: OpenJDK 64-Bit Server VM (24.71-b01 mixed mode bsd-amd64 > compressed oops) > # Problematic frame: > # j java.net.Inet4Address.()V+0 > # > # Core dump written. Default location: /cores/core or core.55942 > # > # An error report file with more information is saved as: > # /usr/local/opennms/hs_err_pid55942.log > [thread 38511523840 also had an error] > # > # If you would like to submit a bug report, please visit: > # http://bugreport.sun.com/bugreport/crash.jsp > # > > > > > On 11/20/2014 19:34, Ed Maste wrote: >> On 20 November 2014 13:11, Paul Pathiakis >> wrote: >>> Hi, >>> >>> I'm trying to create the port/pkg for the OpenNMS monitoring tool. >>> >>> The latest version came out, 1.14, and I have the latest package. >>> >>> However, there still seems to be a problem with it dumping core after a >>> couple of hours. >> Can you get a backtrace from the crash? > > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" From owner-freebsd-java@FreeBSD.ORG Wed Dec 3 16:12:32 2014 Return-Path: Delivered-To: java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 09E901F3; Wed, 3 Dec 2014 16:12:32 +0000 (UTC) Received: from beefy1.isc.freebsd.org (beefy1.isc.freebsd.org [IPv6:2001:4f8:3:ffe0:4072:0:16:38]) (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 E9130FC5; Wed, 3 Dec 2014 16:12:31 +0000 (UTC) Received: from beefy1.isc.freebsd.org (localhost [127.0.0.1]) by beefy1.isc.freebsd.org (8.14.9/8.14.9) with ESMTP id sB3GCVae022751; Wed, 3 Dec 2014 16:12:31 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy1.isc.freebsd.org (8.14.9/8.14.9/Submit) id sB3GCVjl022748; Wed, 3 Dec 2014 16:12:31 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Wed, 3 Dec 2014 16:12:31 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201412031612.sB3GCVjl022748@beefy1.isc.freebsd.org> To: java@FreeBSD.org Subject: [package - 10i386-default][java/cacao] Failed for cacao-1.6.1 in build Cc: pkg-fallout@FreeBSD.org X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2014 16:12:32 -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: antoine@FreeBSD.org Ident: $FreeBSD: head/java/cacao/Makefile 364560 2014-08-10 19:18:14Z antoine $ Log URL: http://beefy1.isc.freebsd.org/data/10i386-default/2014-12-03_03h54m18s/logs/cacao-1.6.1.log Build URL: http://beefy1.isc.freebsd.org/build.html?mastername=10i386-default&build=2014-12-03_03h54m18s Log: ====>> Building java/cacao build started at Wed Dec 3 16:10:39 UTC 2014 port directory: /usr/ports/java/cacao building for: FreeBSD 10i386-default-job-05 10.0-RELEASE-p9 FreeBSD 10.0-RELEASE-p9 i386 maintained by: java@FreeBSD.org Makefile ident: $FreeBSD: head/java/cacao/Makefile 364560 2014-08-10 19:18:14Z antoine $ Poudriere version: 3.1-pre Host OSVERSION: 1100047 Jail OSVERSION: 1000510 ---Begin Environment--- UNAME_m=i386 UNAME_p=i386 OSVERSION=1000510 UNAME_v=FreeBSD 10.0-RELEASE-p9 UNAME_r=10.0-RELEASE-p9 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 SAVED_TERM= MASTERMNT=/usr/local/poudriere/data/.m/10i386-default/ref PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk PKGNAME=cacao-1.6.1 OLDPWD=/root PWD=/usr/local/poudriere/data/.m/10i386-default/ref/.p/pool MASTERNAME=10i386-default USER=root HOME=/root POUDRIERE_VERSION=3.1-pre LOCALBASE=/usr/local PACKAGE_BUILDING=yes ---End Environment--- ---Begin OPTIONS List--- ===> The following configuration options are available for cacao-1.6.1: JDK=on: Build with native JDK ===> Use 'make config' to modify these settings ---End OPTIONS List--- --CONFIGURE_ARGS-- --disable-test-dependency-checks --with-java-runtime-library=gnuclasspath --with-java-runtime-library-prefix=/usr/local --with-build-java-runtime-library-classes=/usr/local/share/classpath/glibj.zip --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- JAVAC="/usr/local/bootstrap-openjdk/bin/javac" JAR="/usr/local/bootstrap-openjdk/bin/jar" XDG_DATA_HOME=/wrkdirs/usr/ports/java/cacao/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/java/cacao/work HOME=/wrkdirs/usr/ports/java/cacao/work TMPDIR="/tmp" XDG_DATA_HOME=/wrkdirs/usr/ports/java/cacao/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/java/cacao/work HOME=/wrkdirs/usr/ports/java/cacao/work TMPDIR="/tmp" MAKE=gmake 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/cacao/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/java/cacao/work HOME=/wrkdirs/usr/ports/java/cacao/work TMPDIR="/tmp" XDG_DATA_HOME=/wrkdirs/usr/ports/java/cacao/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/java/cacao/work HOME=/wrkdirs/usr/ports/java/cacao/work TMPDIR="/tmp" NO_PIE=yes SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 0644" BSD_INSTALL_MAN="install -o root -g wheel -m 444" --End MAKE_ENV-- --PLIST_SUB-- OSREL=10.0 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib DOCSDIR="share/doc/cacao" EXAMPLESDIR="share/examples/cacao" DATADIR="share/cacao" WWWDIR="www/cacao" ETCDIR="etc/cacao" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/cacao DOCSDIR=/usr/local/share/doc/cacao EXAMPLESDIR=/usr/local/share/examples/cacao WWWDIR=/usr/local/www/cacao ETCDIR=/usr/local/etc/cacao --End SUB_LIST-- ---Begin make.conf--- ARCH=i386 MACHINE=i386 MACHINE_ARCH=i386 USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs ARCH=i386 MACHINE=i386 MACHINE_ARCH=i386 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 #WITH_PKGNG=devel # clean-restricted via poudriere.conf NO_RESTRICTED #NO_RESTRICTED=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- =================================================== ===> License GPLv2 accepted by the user =========================================================================== =================================================== ===> cacao-1.6.1 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg ===> Installing existing package /packages/All/pkg-1.3.8_3.txz [10i386-default-job-05] Installing pkg-1.3.8_3... done Message for pkg-1.3.8_3: If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of cacao-1.6.1 =========================================================================== =================================================== =========================================================================== =================================================== ===> License GPLv2 accepted by the user ===> Fetching all distfiles required by cacao-1.6.1 for building =========================================================================== =================================================== ===> License GPLv2 accepted by the user ===> Fetching all distfiles required by cacao-1.6.1 for building => SHA256 Checksum OK for cacao-1.6.1.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> License GPLv2 accepted by the user ===> Fetching all distfiles required by cacao-1.6.1 for building ===> Extracting for cacao-1.6.1 => SHA256 Checksum OK for cacao-1.6.1.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for cacao-1.6.1 ===> Applying FreeBSD patches for cacao-1.6.1 /usr/bin/sed -i.bak -e 's|%%PTHREAD_LIBS%%|-pthread|g' /wrkdirs/usr/ports/java/cacao/work/cacao-1.6.1/configure /wrkdirs/usr/ports/java/cacao/work/cacao-1.6.1/src/mm/boehm-gc/configure =========================================================================== =================================================== ===> cacao-1.6.1 depends on file: /usr/local/share/classpath/glibj.zip - not found ===> Verifying install for /usr/local/share/classpath/glibj.zip in /usr/ports/java/classpath ===> Installing existing package /packages/All/classpath-0.99_1.txz [10i386-default-job-05] Installing indexinfo-0.2... done [10i386-default-job-05] Installing gettext-runtime-0.19.3... done [10i386-default-job-05] Installing libffi-3.0.13_3... done [10i386-default-job-05] Installing libiconv-1.14_6... done [10i386-default-job-05] Installing pcre-8.35_1... done [10i386-default-job-05] Installing perl5-5.18.4_10... done [10i386-default-job-05] Installing python27-2.7.8_6... done [10i386-default-job-05] Installing glib-2.42.0... done No schema files found: doing nothing. [10i386-default-job-05] Installing atk-2.14.0... done [10i386-default-job-05] Installing gmp-5.1.3_2... done ===> Creating users and/or groups. Creating group 'cups' with gid '193'. Creating user 'cups' with uid '193'. [10i386-default-job-05] Installing cups-client-1.7.3_2... done [10i386-default-job-05] Installing jpeg-8_5... done [10i386-default-job-05] Installing jasper-1.900.1_14... done [10i386-default-job-05] Installing kbproto-1.0.6... done [10i386-default-job-05] Installing xproto-7.0.26... done [10i386-default-job-05] Installing libXau-1.0.8_2... done [10i386-default-job-05] Installing libXdmcp-1.1.1_2... done [10i386-default-job-05] Installing libpthread-stubs-0.3_6... done [10i386-default-job-05] Installing libxml2-2.9.2_2... done [10i386-default-job-05] Installing libxcb-1.11... done [10i386-default-job-05] Installing libX11-1.6.2_2,1... done [10i386-default-job-05] Installing inputproto-2.3.1... done [10i386-default-job-05] Installing xextproto-7.3.0... done [10i386-default-job-05] Installing libXext-1.3.3,1... done [10i386-default-job-05] Installing fixesproto-5.0... done [10i386-default-job-05] Installing libXfixes-5.0.1_2... done [10i386-default-job-05] Installing libXi-1.7.4,1... done [10i386-default-job-05] Installing libICE-1.0.9,1... done [10i386-default-job-05] Installing libSM-1.2.2_2,1... done [10i386-default-job-05] Installing libXt-1.1.4_2,1... done [10i386-default-job-05] Installing png-1.5.20... done [10i386-default-job-05] Installing jbigkit-2.1_1... done [10i386-default-job-05] Installing tiff-4.0.3_4... done [10i386-default-job-05] Installing gdk-pixbuf2-2.31.1... done [10i386-default-job-05] Installing hicolor-icon-theme-0.12... done [10i386-default-job-05] Installing compositeproto-0.4.2... done [10i386-default-job-05] Installing libXcomposite-0.4.4_2,1... done [10i386-default-job-05] Installing renderproto-0.11.1... done [10i386-default-job-05] Installing libXrender-0.9.8_2... done [10i386-default-job-05] Installing libXcursor-1.1.14_2... done [10i386-default-job-05] Installing damageproto-1.2.1... done [10i386-default-job-05] Installing libXdamage-1.1.4_2... done [10i386-default-job-05] Installing xineramaproto-1.2.1... done [10i386-default-job-05] Installing libXinerama-1.1.3_2,1... done [10i386-default-job-05] Installing randrproto-1.4.0... done [10i386-default-job-05] Installing libXrandr-1.4.2_2... done [10i386-default-job-05] Installing expat-2.1.0_1... done [10i386-default-job-05] Installing freetype2-2.5.3_3... done [10i386-default-job-05] Installing fontconfig-2.11.0_3,1... done Running fc-cache to build fontconfig cache... /usr/local/share/fonts: skipping, no such directory ^ 2 warnings generated. mv -f .deps/codegen-common.Tpo .deps/codegen-common.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/i386 -I../../../src/vm/jit/i386/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT dseg.lo -MD -MP -MF .deps/dseg.Tpo -c -o dseg.lo dseg.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/i386 -I../../../src/vm/jit/i386/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT dseg.lo -MD -MP -MF .deps/dseg.Tpo -c dseg.cpp -fPIC -DPIC -o .libs/dseg.o mv -f .deps/dseg.Tpo .deps/dseg.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/i386 -I../../../src/vm/jit/i386/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT emit-common.lo -MD -MP -MF .deps/emit-common.Tpo -c -o emit-common.lo emit-common.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/i386 -I../../../src/vm/jit/i386/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT emit-common.lo -MD -MP -MF .deps/emit-common.Tpo -c emit-common.cpp -fPIC -DPIC -o .libs/emit-common.o mv -f .deps/emit-common.Tpo .deps/emit-common.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/i386 -I../../../src/vm/jit/i386/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT exceptiontable.lo -MD -MP -MF .deps/exceptiontable.Tpo -c -o exceptiontable.lo exceptiontable.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/i386 -I../../../src/vm/jit/i386/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT exceptiontable.lo -MD -MP -MF .deps/exceptiontable.Tpo -c exceptiontable.cpp -fPIC -DPIC -o .libs/exceptiontable.o mv -f .deps/exceptiontable.Tpo .deps/exceptiontable.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/i386 -I../../../src/vm/jit/i386/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT executionstate.lo -MD -MP -MF .deps/executionstate.Tpo -c -o executionstate.lo executionstate.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/i386 -I../../../src/vm/jit/i386/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT executionstate.lo -MD -MP -MF .deps/executionstate.Tpo -c executionstate.cpp -fPIC -DPIC -o .libs/executionstate.o mv -f .deps/executionstate.Tpo .deps/executionstate.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/i386 -I../../../src/vm/jit/i386/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT jit.lo -MD -MP -MF .deps/jit.Tpo -c -o jit.lo jit.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/i386 -I../../../src/vm/jit/i386/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT jit.lo -MD -MP -MF .deps/jit.Tpo -c jit.cpp -fPIC -DPIC -o .libs/jit.o jit.cpp:558:34: warning: cast between pointer-to-function and pointer-to-object is an extension [-Wpedantic] code = NativeStub::generate(m, (functionptr) f); ^~~~~~~~~~~~~~~ 1 warning generated. mv -f .deps/jit.Tpo .deps/jit.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/i386 -I../../../src/vm/jit/i386/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT linenumbertable.lo -MD -MP -MF .deps/linenumbertable.Tpo -c -o linenumbertable.lo linenumbertable.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/i386 -I../../../src/vm/jit/i386/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT linenumbertable.lo -MD -MP -MF .deps/linenumbertable.Tpo -c linenumbertable.cpp -fPIC -DPIC -o .libs/linenumbertable.o mv -f .deps/linenumbertable.Tpo .deps/linenumbertable.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/i386 -I../../../src/vm/jit/i386/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT methodtree.lo -MD -MP -MF .deps/methodtree.Tpo -c -o methodtree.lo methodtree.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/i386 -I../../../src/vm/jit/i386/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT methodtree.lo -MD -MP -MF .deps/methodtree.Tpo -c methodtree.cpp -fPIC -DPIC -o .libs/methodtree.o mv -f .deps/methodtree.Tpo .deps/methodtree.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/i386 -I../../../src/vm/jit/i386/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT parse.lo -MD -MP -MF .deps/parse.Tpo -c -o parse.lo parse.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/i386 -I../../../src/vm/jit/i386/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT parse.lo -MD -MP -MF .deps/parse.Tpo -c parse.cpp -fPIC -DPIC -o .libs/parse.o mv -f .deps/parse.Tpo .deps/parse.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/i386 -I../../../src/vm/jit/i386/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT patcher-common.lo -MD -MP -MF .deps/patcher-common.Tpo -c -o patcher-common.lo patcher-common.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/i386 -I../../../src/vm/jit/i386/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT patcher-common.lo -MD -MP -MF .deps/patcher-common.Tpo -c patcher-common.cpp -fPIC -DPIC -o .libs/patcher-common.o mv -f .deps/patcher-common.Tpo .deps/patcher-common.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/i386 -I../../../src/vm/jit/i386/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT reg.lo -MD -MP -MF .deps/reg.Tpo -c -o reg.lo reg.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/i386 -I../../../src/vm/jit/i386/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT reg.lo -MD -MP -MF .deps/reg.Tpo -c reg.cpp -fPIC -DPIC -o .libs/reg.o mv -f .deps/reg.Tpo .deps/reg.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/i386 -I../../../src/vm/jit/i386/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT show.lo -MD -MP -MF .deps/show.Tpo -c -o show.lo show.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/i386 -I../../../src/vm/jit/i386/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT show.lo -MD -MP -MF .deps/show.Tpo -c show.cpp -fPIC -DPIC -o .libs/show.o mv -f .deps/show.Tpo .deps/show.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/i386 -I../../../src/vm/jit/i386/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT stack.lo -MD -MP -MF .deps/stack.Tpo -c -o stack.lo stack.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/i386 -I../../../src/vm/jit/i386/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT stack.lo -MD -MP -MF .deps/stack.Tpo -c stack.cpp -fPIC -DPIC -o .libs/stack.o mv -f .deps/stack.Tpo .deps/stack.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/i386 -I../../../src/vm/jit/i386/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT stacktrace.lo -MD -MP -MF .deps/stacktrace.Tpo -c -o stacktrace.lo stacktrace.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/i386 -I../../../src/vm/jit/i386/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT stacktrace.lo -MD -MP -MF .deps/stacktrace.Tpo -c stacktrace.cpp -fPIC -DPIC -o .libs/stacktrace.o mv -f .deps/stacktrace.Tpo .deps/stacktrace.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/i386 -I../../../src/vm/jit/i386/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT stubs.lo -MD -MP -MF .deps/stubs.Tpo -c -o stubs.lo stubs.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/i386 -I../../../src/vm/jit/i386/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT stubs.lo -MD -MP -MF .deps/stubs.Tpo -c stubs.cpp -fPIC -DPIC -o .libs/stubs.o mv -f .deps/stubs.Tpo .deps/stubs.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/i386 -I../../../src/vm/jit/i386/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT trace.lo -MD -MP -MF .deps/trace.Tpo -c -o trace.lo trace.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/i386 -I../../../src/vm/jit/i386/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT trace.lo -MD -MP -MF .deps/trace.Tpo -c trace.cpp -fPIC -DPIC -o .libs/trace.o mv -f .deps/trace.Tpo .deps/trace.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/i386 -I../../../src/vm/jit/i386/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT trap.lo -MD -MP -MF .deps/trap.Tpo -c -o trap.lo trap.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/i386 -I../../../src/vm/jit/i386/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT trap.lo -MD -MP -MF .deps/trap.Tpo -c trap.cpp -fPIC -DPIC -o .libs/trap.o mv -f .deps/trap.Tpo .deps/trap.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/i386 -I../../../src/vm/jit/i386/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT cfg.lo -MD -MP -MF .deps/cfg.Tpo -c -o cfg.lo cfg.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/i386 -I../../../src/vm/jit/i386/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT cfg.lo -MD -MP -MF .deps/cfg.Tpo -c cfg.cpp -fPIC -DPIC -o .libs/cfg.o mv -f .deps/cfg.Tpo .deps/cfg.Plo /bin/sh ../../../libtool --tag=CXX --mode=link c++ -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -fstack-protector -o libjit.la argument.lo builtin.lo code.lo codegen-common.lo dseg.lo emit-common.lo exceptiontable.lo executionstate.lo jit.lo linenumbertable.lo methodtree.lo parse.lo patcher-common.lo reg.lo show.lo stack.lo stacktrace.lo stubs.lo trace.lo trap.lo cfg.lo allocator/liballocator.la ir/libir.la optimizing/liboptimizing.la verify/libverify.la i386/libarch.la libtool: link: (cd .libs/libjit.lax/liballocator.a && ar x "/wrkdirs/usr/ports/java/cacao/work/cacao-1.6.1/src/vm/jit/allocator/.libs/liballocator.a") libtool: link: (cd .libs/libjit.lax/libir.a && ar x "/wrkdirs/usr/ports/java/cacao/work/cacao-1.6.1/src/vm/jit/ir/.libs/libir.a") libtool: link: (cd .libs/libjit.lax/liboptimizing.a && ar x "/wrkdirs/usr/ports/java/cacao/work/cacao-1.6.1/src/vm/jit/optimizing/.libs/liboptimizing.a") libtool: link: (cd .libs/libjit.lax/libverify.a && ar x "/wrkdirs/usr/ports/java/cacao/work/cacao-1.6.1/src/vm/jit/verify/.libs/libverify.a") libtool: link: (cd .libs/libjit.lax/libarch.a && ar x "/wrkdirs/usr/ports/java/cacao/work/cacao-1.6.1/src/vm/jit/i386/.libs/libarch.a") libtool: link: ar cru .libs/libjit.a .libs/argument.o .libs/builtin.o .libs/code.o .libs/codegen-common.o .libs/dseg.o .libs/emit-common.o .libs/exceptiontable.o .libs/executionstate.o .libs/jit.o .libs/linenumbertable.o .libs/methodtree.o .libs/parse.o .libs/patcher-common.o .libs/reg.o .libs/show.o .libs/stack.o .libs/stacktrace.o .libs/stubs.o .libs/trace.o .libs/trap.o .libs/cfg.o .libs/libjit.lax/liballocator.a/simplereg.o .libs/libjit.lax/libir.a/bytecode.o .libs/libjit.lax/libir.a/icmd.o .libs/libjit.lax/libir.a/instruction.o .libs/libjit.lax/liboptimizing.a/ifconv.o .libs/libjit.lax/liboptimizing.a/recompiler.o .libs/libjit.lax/libverify.a/typecheck-common.o .libs/libjit.lax/libverify.a/typecheck-stackbased.o .libs/libjit.lax/libverify.a/typecheck-typeinferer.o .libs/libjit.lax/libverify.a/typecheck.o .libs/libjit.lax/libverify.a/typeinfo.o .libs/libjit.lax/libarch.a/asmpart.o .libs/libjit.lax/libarch.a/codegen.o .libs/libjit.lax/libarch.a/emit.o .libs/libjit.lax/libarc h.a/md-abi.o .libs/libjit.lax/libarch.a/md-os.o .libs/libjit.lax/libarch.a/md.o .libs/libjit.lax/libarch.a/patcher.o libtool: link: ranlib .libs/libjit.a libtool: link: rm -fr .libs/libjit.lax libtool: link: ( cd ".libs" && rm -f "libjit.la" && ln -s "../libjit.la" "libjit.la" ) gmake[6]: Leaving directory '/wrkdirs/usr/ports/java/cacao/work/cacao-1.6.1/src/vm/jit' gmake[5]: Leaving directory '/wrkdirs/usr/ports/java/cacao/work/cacao-1.6.1/src/vm/jit' gmake[5]: Entering directory '/wrkdirs/usr/ports/java/cacao/work/cacao-1.6.1/src/vm' /bin/sh ../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/i386 -I../../src/vm/jit/i386/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT access.lo -MD -MP -MF .deps/access.Tpo -c -o access.lo access.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/i386 -I../../src/vm/jit/i386/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT access.lo -MD -MP -MF .deps/access.Tpo -c access.cpp -fPIC -DPIC -o .libs/access.o mv -f .deps/access.Tpo .deps/access.Plo /bin/sh ../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/i386 -I../../src/vm/jit/i386/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT annotation.lo -MD -MP -MF .deps/annotation.Tpo -c -o annotation.lo annotation.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/i386 -I../../src/vm/jit/i386/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT annotation.lo -MD -MP -MF .deps/annotation.Tpo -c annotation.cpp -fPIC -DPIC -o .libs/annotation.o mv -f .deps/annotation.Tpo .deps/annotation.Plo /bin/sh ../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/i386 -I../../src/vm/jit/i386/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT array.lo -MD -MP -MF .deps/array.Tpo -c -o array.lo array.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/i386 -I../../src/vm/jit/i386/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT array.lo -MD -MP -MF .deps/array.Tpo -c array.cpp -fPIC -DPIC -o .libs/array.o mv -f .deps/array.Tpo .deps/array.Plo /bin/sh ../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/i386 -I../../src/vm/jit/i386/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT assertion.lo -MD -MP -MF .deps/assertion.Tpo -c -o assertion.lo assertion.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/i386 -I../../src/vm/jit/i386/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT assertion.lo -MD -MP -MF .deps/assertion.Tpo -c assertion.cpp -fPIC -DPIC -o .libs/assertion.o mv -f .deps/assertion.Tpo .deps/assertion.Plo /bin/sh ../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/i386 -I../../src/vm/jit/i386/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT class.lo -MD -MP -MF .deps/class.Tpo -c -o class.lo class.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/i386 -I../../src/vm/jit/i386/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT class.lo -MD -MP -MF .deps/class.Tpo -c class.cpp -fPIC -DPIC -o .libs/class.o mv -f .deps/class.Tpo .deps/class.Plo /bin/sh ../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/i386 -I../../src/vm/jit/i386/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT classcache.lo -MD -MP -MF .deps/classcache.Tpo -c -o classcache.lo classcache.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/i386 -I../../src/vm/jit/i386/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT classcache.lo -MD -MP -MF .deps/classcache.Tpo -c classcache.cpp -fPIC -DPIC -o .libs/classcache.o mv -f .deps/classcache.Tpo .deps/classcache.Plo /bin/sh ../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/i386 -I../../src/vm/jit/i386/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT descriptor.lo -MD -MP -MF .deps/descriptor.Tpo -c -o descriptor.lo descriptor.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/i386 -I../../src/vm/jit/i386/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT descriptor.lo -MD -MP -MF .deps/descriptor.Tpo -c descriptor.cpp -fPIC -DPIC -o .libs/descriptor.o mv -f .deps/descriptor.Tpo .deps/descriptor.Plo /bin/sh ../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/i386 -I../../src/vm/jit/i386/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT exceptions.lo -MD -MP -MF .deps/exceptions.Tpo -c -o exceptions.lo exceptions.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/i386 -I../../src/vm/jit/i386/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT exceptions.lo -MD -MP -MF .deps/exceptions.Tpo -c exceptions.cpp -fPIC -DPIC -o .libs/exceptions.o exceptions.cpp:901:22: warning: variable 'ap' is uninitialized when used here [-Wuninitialized] buf.writevf(message,ap); ^~ exceptions.cpp:893:13: note: initialize the variable 'ap' to silence this warning va_list ap; ^ = NULL 1 warning generated. mv -f .deps/exceptions.Tpo .deps/exceptions.Plo /bin/sh ../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/i386 -I../../src/vm/jit/i386/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT field.lo -MD -MP -MF .deps/field.Tpo -c -o field.lo field.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/i386 -I../../src/vm/jit/i386/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT field.lo -MD -MP -MF .deps/field.Tpo -c field.cpp -fPIC -DPIC -o .libs/field.o mv -f .deps/field.Tpo .deps/field.Plo /bin/sh ../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/i386 -I../../src/vm/jit/i386/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT finalizer.lo -MD -MP -MF .deps/finalizer.Tpo -c -o finalizer.lo finalizer.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/i386 -I../../src/vm/jit/i386/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT finalizer.lo -MD -MP -MF .deps/finalizer.Tpo -c finalizer.cpp -fPIC -DPIC -o .libs/finalizer.o mv -f .deps/finalizer.Tpo .deps/finalizer.Plo /bin/sh ../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/i386 -I../../src/vm/jit/i386/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT globals.lo -MD -MP -MF .deps/globals.Tpo -c -o globals.lo globals.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/i386 -I../../src/vm/jit/i386/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT globals.lo -MD -MP -MF .deps/globals.Tpo -c globals.cpp -fPIC -DPIC -o .libs/globals.o mv -f .deps/globals.Tpo .deps/globals.Plo /bin/sh ../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/i386 -I../../src/vm/jit/i386/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT hook.lo -MD -MP -MF .deps/hook.Tpo -c -o hook.lo hook.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/i386 -I../../src/vm/jit/i386/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT hook.lo -MD -MP -MF .deps/hook.Tpo -c hook.cpp -fPIC -DPIC -o .libs/hook.o mv -f .deps/hook.Tpo .deps/hook.Plo /bin/sh ../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/i386 -I../../src/vm/jit/i386/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT initialize.lo -MD -MP -MF .deps/initialize.Tpo -c -o initialize.lo initialize.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/i386 -I../../src/vm/jit/i386/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT initialize.lo -MD -MP -MF .deps/initialize.Tpo -c initialize.cpp -fPIC -DPIC -o .libs/initialize.o mv -f .deps/initialize.Tpo .deps/initialize.Plo /bin/sh ../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/i386 -I../../src/vm/jit/i386/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT javaobjects.lo -MD -MP -MF .deps/javaobjects.Tpo -c -o javaobjects.lo javaobjects.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/i386 -I../../src/vm/jit/i386/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT javaobjects.lo -MD -MP -MF .deps/javaobjects.Tpo -c javaobjects.cpp -fPIC -DPIC -o .libs/javaobjects.o mv -f .deps/javaobjects.Tpo .deps/javaobjects.Plo /bin/sh ../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/i386 -I../../src/vm/jit/i386/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c -o linker.lo linker.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/i386 -I../../src/vm/jit/i386/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c linker.cpp -fPIC -DPIC -o .libs/linker.o mv -f .deps/linker.Tpo .deps/linker.Plo /bin/sh ../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/i386 -I../../src/vm/jit/i386/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT loader.lo -MD -MP -MF .deps/loader.Tpo -c -o loader.lo loader.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/i386 -I../../src/vm/jit/i386/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT loader.lo -MD -MP -MF .deps/loader.Tpo -c loader.cpp -fPIC -DPIC -o .libs/loader.o mv -f .deps/loader.Tpo .deps/loader.Plo /bin/sh ../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/i386 -I../../src/vm/jit/i386/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT method.lo -MD -MP -MF .deps/method.Tpo -c -o method.lo method.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/i386 -I../../src/vm/jit/i386/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT method.lo -MD -MP -MF .deps/method.Tpo -c method.cpp -fPIC -DPIC -o .libs/method.o mv -f .deps/method.Tpo .deps/method.Plo /bin/sh ../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/i386 -I../../src/vm/jit/i386/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT options.lo -MD -MP -MF .deps/options.Tpo -c -o options.lo options.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/i386 -I../../src/vm/jit/i386/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT options.lo -MD -MP -MF .deps/options.Tpo -c options.cpp -fPIC -DPIC -o .libs/options.o mv -f .deps/options.Tpo .deps/options.Plo /bin/sh ../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/i386 -I../../src/vm/jit/i386/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT os.lo -MD -MP -MF .deps/os.Tpo -c -o os.lo os.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/i386 -I../../src/vm/jit/i386/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT os.lo -MD -MP -MF .deps/os.Tpo -c os.cpp -fPIC -DPIC -o .libs/os.o mv -f .deps/os.Tpo .deps/os.Plo /bin/sh ../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/i386 -I../../src/vm/jit/i386/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT package.lo -MD -MP -MF .deps/package.Tpo -c -o package.lo package.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/i386 -I../../src/vm/jit/i386/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT package.lo -MD -MP -MF .deps/package.Tpo -c package.cpp -fPIC -DPIC -o .libs/package.o mv -f .deps/package.Tpo .deps/package.Plo /bin/sh ../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/i386 -I../../src/vm/jit/i386/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT primitive.lo -MD -MP -MF .deps/primitive.Tpo -c -o primitive.lo primitive.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/i386 -I../../src/vm/jit/i386/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT primitive.lo -MD -MP -MF .deps/primitive.Tpo -c primitive.cpp -fPIC -DPIC -o .libs/primitive.o mv -f .deps/primitive.Tpo .deps/primitive.Plo /bin/sh ../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/i386 -I../../src/vm/jit/i386/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT properties.lo -MD -MP -MF .deps/properties.Tpo -c -o properties.lo properties.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/i386 -I../../src/vm/jit/i386/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m32 -D__I386__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT properties.lo -MD -MP -MF .deps/properties.Tpo -c properties.cpp -fPIC -DPIC -o .libs/properties.o properties.cpp:568:47: error: no viable conversion from '__map_iterator<__tree_iterator > >::__value_type, class std::__1::__tree_node > >::__value_type, void *> *, [...]>>' to '__map_iterator<__tree_iterator, class std::__1::allocator > >::__value_type, class std::__1::__tree_node, class std::__1::allocator > >::__value_type, void *> *, [...]>>' std::map::iterator it = _properties.find(key); ^ ~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/v1/map:499:24: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'iterator' (aka '__map_iterator') to 'const std::__1::__map_iterator, std::__1::allocator > >::__value_type, std::__1::__tree_node, std::__1::allocator > >::__value_type, void *> *, int> > &' for 1st argument class _LIBCPP_TYPE_VIS __map_iterator ^ /usr/include/c++/v1/map:523:5: note: candidate constructor not viable: no known conversion from 'iterator' (aka '__map_iterator') to 'std::__1::__tree_iterator, std::__1::allocator > >::__value_type, std::__1::__tree_node, std::__1::allocator > >::__value_type, void *> *, int>' for 1st argument __map_iterator(_TreeIterator __i) _NOEXCEPT : __i_(__i) {} ^ properties.cpp:597:47: error: no viable conversion from '__map_iterator<__tree_iterator > >::__value_type, class std::__1::__tree_node > >::__value_type, void *> *, [...]>>' to '__map_iterator<__tree_iterator, class std::__1::allocator > >::__value_type, class std::__1::__tree_node, class std::__1::allocator > >::__value_type, void *> *, [...]>>' std::map::iterator it = _properties.find(key); ^ ~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/v1/map:499:24: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'iterator' (aka '__map_iterator') to 'const std::__1::__map_iterator, std::__1::allocator > >::__value_type, std::__1::__tree_node, std::__1::allocator > >::__value_type, void *> *, int> > &' for 1st argument class _LIBCPP_TYPE_VIS __map_iterator ^ /usr/include/c++/v1/map:523:5: note: candidate constructor not viable: no known conversion from 'iterator' (aka '__map_iterator') to 'std::__1::__tree_iterator, std::__1::allocator > >::__value_type, std::__1::__tree_node, std::__1::allocator > >::__value_type, void *> *, int>' for 1st argument __map_iterator(_TreeIterator __i) _NOEXCEPT : __i_(__i) {} ^ properties.cpp:631:52: error: no viable conversion from '__map_iterator<__tree_iterator > >::__value_type, class std::__1::__tree_node > >::__value_type, void *> *, [...]>>' to '__map_iterator<__tree_iterator, class std::__1::allocator > >::__value_type, class std::__1::__tree_node, class std::__1::allocator > >::__value_type, void *> *, [...]>>' for (std::map::iterator it = _properties.begin(); it != _properties.end(); it++) { ^ ~~~~~~~~~~~~~~~~~~~ /usr/include/c++/v1/map:499:24: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'iterator' (aka '__map_iterator') to 'const std::__1::__map_iterator, std::__1::allocator > >::__value_type, std::__1::__tree_node, std::__1::allocator > >::__value_type, void *> *, int> > &' for 1st argument class _LIBCPP_TYPE_VIS __map_iterator ^ /usr/include/c++/v1/map:523:5: note: candidate constructor not viable: no known conversion from 'iterator' (aka '__map_iterator') to 'std::__1::__tree_iterator, std::__1::allocator > >::__value_type, std::__1::__tree_node, std::__1::allocator > >::__value_type, void *> *, int>' for 1st argument __map_iterator(_TreeIterator __i) _NOEXCEPT : __i_(__i) {} ^ properties.cpp:648:52: error: no viable conversion from '__map_iterator<__tree_iterator > >::__value_type, class std::__1::__tree_node > >::__value_type, void *> *, [...]>>' to '__map_iterator<__tree_iterator, class std::__1::allocator > >::__value_type, class std::__1::__tree_node, class std::__1::allocator > >::__value_type, void *> *, [...]>>' for (std::map::iterator it = _properties.begin(); it != _properties.end(); it++) { ^ ~~~~~~~~~~~~~~~~~~~ /usr/include/c++/v1/map:499:24: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'iterator' (aka '__map_iterator') to 'const std::__1::__map_iterator, std::__1::allocator > >::__value_type, std::__1::__tree_node, std::__1::allocator > >::__value_type, void *> *, int> > &' for 1st argument class _LIBCPP_TYPE_VIS __map_iterator ^ /usr/include/c++/v1/map:523:5: note: candidate constructor not viable: no known conversion from 'iterator' (aka '__map_iterator') to 'std::__1::__tree_iterator, std::__1::allocator > >::__value_type, std::__1::__tree_node, std::__1::allocator > >::__value_type, void *> *, int>' for 1st argument __map_iterator(_TreeIterator __i) _NOEXCEPT : __i_(__i) {} ^ 4 errors generated. Makefile:543: recipe for target 'properties.lo' failed gmake[5]: *** [properties.lo] Error 1 gmake[5]: Leaving directory '/wrkdirs/usr/ports/java/cacao/work/cacao-1.6.1/src/vm' Makefile:562: recipe for target 'all-recursive' failed gmake[4]: *** [all-recursive] Error 1 gmake[4]: Leaving directory '/wrkdirs/usr/ports/java/cacao/work/cacao-1.6.1/src/vm' Makefile:347: recipe for target 'all-recursive' failed gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory '/wrkdirs/usr/ports/java/cacao/work/cacao-1.6.1/src' Makefile:390: recipe for target 'all-recursive' failed gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory '/wrkdirs/usr/ports/java/cacao/work/cacao-1.6.1' Makefile:321: recipe for target 'all' failed gmake[1]: *** [all] Error 2 gmake[1]: Leaving directory '/wrkdirs/usr/ports/java/cacao/work/cacao-1.6.1' *** Error code 1 Stop. make: stopped in /usr/ports/java/cacao From owner-freebsd-java@FreeBSD.ORG Wed Dec 3 16:35:40 2014 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BC60C3B9 for ; Wed, 3 Dec 2014 16:35:40 +0000 (UTC) Received: from nm12-vm0.bullet.mail.bf1.yahoo.com (nm12-vm0.bullet.mail.bf1.yahoo.com [98.139.213.140]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6179F8A7 for ; Wed, 3 Dec 2014 16:35:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1417624533; bh=MIviWrJG50rEEKuEv5vlXgf7bAUEQYbLuW+N8MC6SEQ=; h=Date:From:To:CC:Subject:References:In-Reply-To:From:Subject; b=c6w4HZq/dPEmnBWIBEoNcT86npaBy2BuE3YQTxzmHvFjlAU7d6dY421P0lcEHUvgB9NVPUq3rsuFqqFqEACqWPSqEsvTlkKNBuTwQKtb0Or6wnptKqJUsPbwSUWji6sbT0x742RQ8LaM3jeGiOkqKeUlKBwxmp8al5tce+INa1nlUlfDpbN6gbQQiuBTI4JuK10Q9LR2lC0A41cEA8lbddn6lIEOmgJrSMcpRHyDGMZuWrh1mBcvTPplE+Fm0AcN+wb6Nwd9OHd4t6eP1KuGjsgRaPhuSSkl13/pGr5CVlEI2bKa9SNOjvHbpl1kqSPHU9sSofYPsHBYj4D/XmI9CQ== DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s2048; d=yahoo.com; b=rFy8zyT02lnEqc1BrNA7Cnaa4T+mngddVkHOckj1osBUq3KFp2KinqB6W+dhDQ0dwCxewRIILQF0D9zpmq7NbJp5ucENnRG00i1MbjkuZ8vr2RTPeY/1L1u68uKub+g2anNgP/Sl/5dJxslHkN0QEBwog8hxEsjbHSwPA4xC6vtp416TV0YdQgdZTxsr8r6FOIitwABjLXdSqDgtLyBr7ophTwUkGJlMJoomCbF7AuYQ27OqtUr9ywdaJGMWTwtpnQvRRiPDj6Escek/R1PSmxjSPTKD3JjTHwULt2HT9k40ugrGt8yCY3iGNKXldxbVTDSfqAFphQ8DgPqz5cFWQg==; Received: from [98.139.215.141] by nm12.bullet.mail.bf1.yahoo.com with NNFMP; 03 Dec 2014 16:35:33 -0000 Received: from [98.139.211.192] by tm12.bullet.mail.bf1.yahoo.com with NNFMP; 03 Dec 2014 16:35:33 -0000 Received: from [127.0.0.1] by smtp201.mail.bf1.yahoo.com with NNFMP; 03 Dec 2014 16:35:33 -0000 X-Yahoo-Newman-Id: 786548.36893.bm@smtp201.mail.bf1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: 54ufiv0VM1ljqMMfIEpZoHnxYunXcvvICKVHZoCjDqaC_Iy 2RXLtFMU5wGuggqTpz24ZV.hqopFV4B4b3unNy2bvKOfGfJfrbmaBgB5mL8d YUPdj4BU6F51dCGwVsWabi3ye1zJusMILS0QtvMl1uVeciO7PatwVycZk6E5 5IGXXwHtChHx7NkvxjUjlCkz8JFKI3C64zJ24G_ECb6Dou682ZM9x.IwvJGE NmI0_MMZIQ5nu1wFD7PBmqfPICJJk88FEy2mZiH7PTLc2e5Kltz98rTNWwjq 5HCiqKhi1VHVEQMCbdS.K1V7dS_woynFJOExKUZPILMNYQANZ7BvC4XbMg26 _Pi9HN0ijCIaNq9uPZib5f4RWiNLF55vbjkzjwzKU8.xiXCFIGhh2U5ERQPR eW1yHXGjSsOXajyNoHE8YyUq.vpVszjkUtOWFfLmJ_F7pFfEphOA.U0hhcgy E26VKDpuw3s6sXzDO64_jiluYcTy3PEstWFdfqAeNU1TGgiD9bgOjgoow51p LMCUR4J1nw6LfGRMatWGwx9CELIZDPzc- X-Yahoo-SMTP: h3Xqg6.swBC0yI913RMMwp94grO_cg-- Message-ID: <547F3BD4.5010806@yahoo.com> Date: Wed, 03 Dec 2014 11:35:32 -0500 From: Paul Pathiakis User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Ed Maste , Paul Pathiakis Subject: Re: Porting OpenNMS to FreeBSD 10.x with OpenJDK7 References: <546E2ED7.6010803@atlantisservices.net> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-java@freebsd.org X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2014 16:35:40 -0000 Hi all, I am trying to get anything to work with regards to OpenNMS and any version of Java 1.7. My latest attempt was to try and get it running with the linux-sun-jdk17 port. It tells me that it can't find a usable JVM. java --version java: error: no suitable JavaVMs found I'm running this in a jail, but I don't think that should have any issue. Anyone have further ideas? P. On 11/20/2014 19:34, Ed Maste wrote: > On 20 November 2014 13:11, Paul Pathiakis > wrote: >> Hi, >> >> I'm trying to create the port/pkg for the OpenNMS monitoring tool. >> >> The latest version came out, 1.14, and I have the latest package. >> >> However, there still seems to be a problem with it dumping core after a >> couple of hours. > Can you get a backtrace from the crash? > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" From owner-freebsd-java@FreeBSD.ORG Wed Dec 3 16:53:30 2014 Return-Path: Delivered-To: java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AB534AD; Wed, 3 Dec 2014 16:53:30 +0000 (UTC) Received: from beefy2.isc.freebsd.org (beefy2.isc.freebsd.org [IPv6:2001:4f8:3:ffe0:4072:0:16:39]) (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 961E5B6A; Wed, 3 Dec 2014 16:53:30 +0000 (UTC) Received: from beefy2.isc.freebsd.org (localhost [127.0.0.1]) by beefy2.isc.freebsd.org (8.14.9/8.14.9) with ESMTP id sB3GrUtk041077; Wed, 3 Dec 2014 16:53:30 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy2.isc.freebsd.org (8.14.9/8.14.9/Submit) id sB3GrUW5041073; Wed, 3 Dec 2014 16:53:30 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Wed, 3 Dec 2014 16:53:30 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201412031653.sB3GrUW5041073@beefy2.isc.freebsd.org> To: java@FreeBSD.org Subject: [package - 10amd64-default][java/cacao] Failed for cacao-1.6.1 in build Cc: pkg-fallout@FreeBSD.org X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2014 16:53:30 -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: antoine@FreeBSD.org Ident: $FreeBSD: head/java/cacao/Makefile 364560 2014-08-10 19:18:14Z antoine $ Log URL: http://beefy2.isc.freebsd.org/data/10amd64-default/2014-12-03_04h02m17s/logs/cacao-1.6.1.log Build URL: http://beefy2.isc.freebsd.org/build.html?mastername=10amd64-default&build=2014-12-03_04h02m17s Log: ====>> Building java/cacao build started at Wed Dec 3 16:51:34 UTC 2014 port directory: /usr/ports/java/cacao building for: FreeBSD 10amd64-default-job-07 10.0-RELEASE-p9 FreeBSD 10.0-RELEASE-p9 amd64 maintained by: java@FreeBSD.org Makefile ident: $FreeBSD: head/java/cacao/Makefile 364560 2014-08-10 19:18:14Z antoine $ Poudriere version: 3.1-pre Host OSVERSION: 1100047 Jail OSVERSION: 1000510 ---Begin Environment--- OSVERSION=1000510 UNAME_v=FreeBSD 10.0-RELEASE-p9 UNAME_r=10.0-RELEASE-p9 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 SAVED_TERM= MASTERMNT=/usr/local/poudriere/data/.m/10amd64-default/ref PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk PKGNAME=cacao-1.6.1 OLDPWD=/root PWD=/usr/local/poudriere/data/.m/10amd64-default/ref/.p/pool MASTERNAME=10amd64-default USER=root HOME=/root POUDRIERE_VERSION=3.1-pre LOCALBASE=/usr/local PACKAGE_BUILDING=yes ---End Environment--- ---Begin OPTIONS List--- ===> The following configuration options are available for cacao-1.6.1: JDK=on: Build with native JDK ===> Use 'make config' to modify these settings ---End OPTIONS List--- --CONFIGURE_ARGS-- --disable-test-dependency-checks --with-java-runtime-library=gnuclasspath --with-java-runtime-library-prefix=/usr/local --with-build-java-runtime-library-classes=/usr/local/share/classpath/glibj.zip --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- JAVAC="/usr/local/bootstrap-openjdk/bin/javac" JAR="/usr/local/bootstrap-openjdk/bin/jar" XDG_DATA_HOME=/wrkdirs/usr/ports/java/cacao/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/java/cacao/work HOME=/wrkdirs/usr/ports/java/cacao/work TMPDIR="/tmp" XDG_DATA_HOME=/wrkdirs/usr/ports/java/cacao/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/java/cacao/work HOME=/wrkdirs/usr/ports/java/cacao/work TMPDIR="/tmp" MAKE=gmake 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/cacao/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/java/cacao/work HOME=/wrkdirs/usr/ports/java/cacao/work TMPDIR="/tmp" XDG_DATA_HOME=/wrkdirs/usr/ports/java/cacao/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/java/cacao/work HOME=/wrkdirs/usr/ports/java/cacao/work TMPDIR="/tmp" NO_PIE=yes SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 0644" BSD_INSTALL_MAN="install -o root -g wheel -m 444" --End MAKE_ENV-- --PLIST_SUB-- OSREL=10.0 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib DOCSDIR="share/doc/cacao" EXAMPLESDIR="share/examples/cacao" DATADIR="share/cacao" WWWDIR="www/cacao" ETCDIR="etc/cacao" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/cacao DOCSDIR=/usr/local/share/doc/cacao EXAMPLESDIR=/usr/local/share/examples/cacao WWWDIR=/usr/local/www/cacao ETCDIR=/usr/local/etc/cacao --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs 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 #WITH_PKGNG=devel # clean-restricted ran via poudriere.conf NO_RESTRICTED #NO_RESTRICTED=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- =================================================== ===> License GPLv2 accepted by the user =========================================================================== =================================================== ===> cacao-1.6.1 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg ===> Installing existing package /packages/All/pkg-1.3.8_3.txz [10amd64-default-job-07] Installing pkg-1.3.8_3... done Message for pkg-1.3.8_3: If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of cacao-1.6.1 =========================================================================== =================================================== =========================================================================== =================================================== ===> License GPLv2 accepted by the user ===> Fetching all distfiles required by cacao-1.6.1 for building =========================================================================== =================================================== ===> License GPLv2 accepted by the user ===> Fetching all distfiles required by cacao-1.6.1 for building => SHA256 Checksum OK for cacao-1.6.1.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> License GPLv2 accepted by the user ===> Fetching all distfiles required by cacao-1.6.1 for building ===> Extracting for cacao-1.6.1 => SHA256 Checksum OK for cacao-1.6.1.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for cacao-1.6.1 ===> Applying FreeBSD patches for cacao-1.6.1 /usr/bin/sed -i.bak -e 's|%%PTHREAD_LIBS%%|-pthread|g' /wrkdirs/usr/ports/java/cacao/work/cacao-1.6.1/configure /wrkdirs/usr/ports/java/cacao/work/cacao-1.6.1/src/mm/boehm-gc/configure =========================================================================== =================================================== ===> cacao-1.6.1 depends on file: /usr/local/share/classpath/glibj.zip - not found ===> Verifying install for /usr/local/share/classpath/glibj.zip in /usr/ports/java/classpath ===> Installing existing package /packages/All/classpath-0.99_1.txz [10amd64-default-job-07] Installing indexinfo-0.2... done [10amd64-default-job-07] Installing gettext-runtime-0.19.3... done [10amd64-default-job-07] Installing libffi-3.0.13_3... done [10amd64-default-job-07] Installing libiconv-1.14_6... done [10amd64-default-job-07] Installing pcre-8.35_1... done [10amd64-default-job-07] Installing perl5-5.18.4_10... done [10amd64-default-job-07] Installing python27-2.7.8_6... done [10amd64-default-job-07] Installing glib-2.42.0... done No schema files found: doing nothing. [10amd64-default-job-07] Installing atk-2.14.0... done [10amd64-default-job-07] Installing gmp-5.1.3_2... done ===> Creating users and/or groups. Creating group 'cups' with gid '193'. Creating user 'cups' with uid '193'. [10amd64-default-job-07] Installing cups-client-1.7.3_2... done [10amd64-default-job-07] Installing jpeg-8_5... done [10amd64-default-job-07] Installing jasper-1.900.1_14... done [10amd64-default-job-07] Installing kbproto-1.0.6... done [10amd64-default-job-07] Installing xproto-7.0.26... done [10amd64-default-job-07] Installing libXau-1.0.8_2... done [10amd64-default-job-07] Installing libXdmcp-1.1.1_2... done [10amd64-default-job-07] Installing libpthread-stubs-0.3_6... done [10amd64-default-job-07] Installing libxml2-2.9.2_2... done [10amd64-default-job-07] Installing libxcb-1.11... done [10amd64-default-job-07] Installing libX11-1.6.2_2,1... done [10amd64-default-job-07] Installing inputproto-2.3.1... done [10amd64-default-job-07] Installing xextproto-7.3.0... done [10amd64-default-job-07] Installing libXext-1.3.3,1... done [10amd64-default-job-07] Installing fixesproto-5.0... done [10amd64-default-job-07] Installing libXfixes-5.0.1_2... done [10amd64-default-job-07] Installing libXi-1.7.4,1... done [10amd64-default-job-07] Installing libICE-1.0.9,1... done [10amd64-default-job-07] Installing libSM-1.2.2_2,1... done [10amd64-default-job-07] Installing libXt-1.1.4_2,1... done [10amd64-default-job-07] Installing png-1.5.20... done [10amd64-default-job-07] Installing jbigkit-2.1_1... done [10amd64-default-job-07] Installing tiff-4.0.3_4... done [10amd64-default-job-07] Installing gdk-pixbuf2-2.31.1... done [10amd64-default-job-07] Installing hicolor-icon-theme-0.12... done [10amd64-default-job-07] Installing compositeproto-0.4.2... done [10amd64-default-job-07] Installing libXcomposite-0.4.4_2,1... done [10amd64-default-job-07] Installing renderproto-0.11.1... done [10amd64-default-job-07] Installing libXrender-0.9.8_2... done [10amd64-default-job-07] Installing libXcursor-1.1.14_2... done [10amd64-default-job-07] Installing damageproto-1.2.1... done [10amd64-default-job-07] Installing libXdamage-1.1.4_2... done [10amd64-default-job-07] Installing xineramaproto-1.2.1... done [10amd64-default-job-07] Installing libXinerama-1.1.3_2,1... done [10amd64-default-job-07] Installing randrproto-1.4.0... done [10amd64-default-job-07] Installing libXrandr-1.4.2_2... done [10amd64-default-job-07] Installing expat-2.1.0_1... done [10amd64-default-job-07] Installing freetype2-2.5.3_3... done [10amd64-default-job-07] Installing fontconfig-2.11.0_3,1... done Running fc-cache to build fontconfig cache... /usr/local/share/fonts: skipping, no such directory /usr/local/lib/X11/fonts: skipping, no such directory /root/.local/share/fonts: skipping, no such directory /root/.fonts: skipping, no such directory /usr/local/share/fonts: skipping, no such directory /usr/local/lib/X11/fonts: skipping, no such directory /root/.local/share/fonts: skipping, no such directory /root/.fonts: skipping, no such directory /var/db/fontconfig: cleaning cache directory mv -f .deps/builtin.Tpo .deps/builtin.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/x86_64 -I../../../src/vm/jit/x86_64/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT code.lo -MD -MP -MF .deps/code.Tpo -c -o code.lo code.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/x86_64 -I../../../src/vm/jit/x86_64/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT code.lo -MD -MP -MF .deps/code.Tpo -c code.cpp -fPIC -DPIC -o .libs/code.o mv -f .deps/code.Tpo .deps/code.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/x86_64 -I../../../src/vm/jit/x86_64/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT codegen-common.lo -MD -MP -MF .deps/codegen-common.Tpo -c -o codegen-common.lo codegen-common.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/x86_64 -I../../../src/vm/jit/x86_64/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT codegen-common.lo -MD -MP -MF .deps/codegen-common.Tpo -c codegen-common.cpp -fPIC -DPIC -o .libs/codegen-common.o mv -f .deps/codegen-common.Tpo .deps/codegen-common.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/x86_64 -I../../../src/vm/jit/x86_64/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT dseg.lo -MD -MP -MF .deps/dseg.Tpo -c -o dseg.lo dseg.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/x86_64 -I../../../src/vm/jit/x86_64/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT dseg.lo -MD -MP -MF .deps/dseg.Tpo -c dseg.cpp -fPIC -DPIC -o .libs/dseg.o mv -f .deps/dseg.Tpo .deps/dseg.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/x86_64 -I../../../src/vm/jit/x86_64/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT emit-common.lo -MD -MP -MF .deps/emit-common.Tpo -c -o emit-common.lo emit-common.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/x86_64 -I../../../src/vm/jit/x86_64/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT emit-common.lo -MD -MP -MF .deps/emit-common.Tpo -c emit-common.cpp -fPIC -DPIC -o .libs/emit-common.o mv -f .deps/emit-common.Tpo .deps/emit-common.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/x86_64 -I../../../src/vm/jit/x86_64/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT exceptiontable.lo -MD -MP -MF .deps/exceptiontable.Tpo -c -o exceptiontable.lo exceptiontable.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/x86_64 -I../../../src/vm/jit/x86_64/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT exceptiontable.lo -MD -MP -MF .deps/exceptiontable.Tpo -c exceptiontable.cpp -fPIC -DPIC -o .libs/exceptiontable.o mv -f .deps/exceptiontable.Tpo .deps/exceptiontable.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/x86_64 -I../../../src/vm/jit/x86_64/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT executionstate.lo -MD -MP -MF .deps/executionstate.Tpo -c -o executionstate.lo executionstate.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/x86_64 -I../../../src/vm/jit/x86_64/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT executionstate.lo -MD -MP -MF .deps/executionstate.Tpo -c executionstate.cpp -fPIC -DPIC -o .libs/executionstate.o mv -f .deps/executionstate.Tpo .deps/executionstate.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/x86_64 -I../../../src/vm/jit/x86_64/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT jit.lo -MD -MP -MF .deps/jit.Tpo -c -o jit.lo jit.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/x86_64 -I../../../src/vm/jit/x86_64/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT jit.lo -MD -MP -MF .deps/jit.Tpo -c jit.cpp -fPIC -DPIC -o .libs/jit.o jit.cpp:558:34: warning: cast between pointer-to-function and pointer-to-object is an extension [-Wpedantic] code = NativeStub::generate(m, (functionptr) f); ^~~~~~~~~~~~~~~ 1 warning generated. mv -f .deps/jit.Tpo .deps/jit.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/x86_64 -I../../../src/vm/jit/x86_64/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT linenumbertable.lo -MD -MP -MF .deps/linenumbertable.Tpo -c -o linenumbertable.lo linenumbertable.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/x86_64 -I../../../src/vm/jit/x86_64/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT linenumbertable.lo -MD -MP -MF .deps/linenumbertable.Tpo -c linenumbertable.cpp -fPIC -DPIC -o .libs/linenumbertable.o linenumbertable.cpp:236:21: warning: cast to 'void *' from smaller integer type 'int32_t' (aka 'int') [-Wint-to-pointer-cast] Linenumber lne(-1, (void*) insinfo->startmpc); ^ 1 warning generated. mv -f .deps/linenumbertable.Tpo .deps/linenumbertable.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/x86_64 -I../../../src/vm/jit/x86_64/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT methodtree.lo -MD -MP -MF .deps/methodtree.Tpo -c -o methodtree.lo methodtree.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/x86_64 -I../../../src/vm/jit/x86_64/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT methodtree.lo -MD -MP -MF .deps/methodtree.Tpo -c methodtree.cpp -fPIC -DPIC -o .libs/methodtree.o mv -f .deps/methodtree.Tpo .deps/methodtree.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/x86_64 -I../../../src/vm/jit/x86_64/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT parse.lo -MD -MP -MF .deps/parse.Tpo -c -o parse.lo parse.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/x86_64 -I../../../src/vm/jit/x86_64/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT parse.lo -MD -MP -MF .deps/parse.Tpo -c parse.cpp -fPIC -DPIC -o .libs/parse.o mv -f .deps/parse.Tpo .deps/parse.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/x86_64 -I../../../src/vm/jit/x86_64/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT patcher-common.lo -MD -MP -MF .deps/patcher-common.Tpo -c -o patcher-common.lo patcher-common.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/x86_64 -I../../../src/vm/jit/x86_64/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT patcher-common.lo -MD -MP -MF .deps/patcher-common.Tpo -c patcher-common.cpp -fPIC -DPIC -o .libs/patcher-common.o mv -f .deps/patcher-common.Tpo .deps/patcher-common.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/x86_64 -I../../../src/vm/jit/x86_64/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT reg.lo -MD -MP -MF .deps/reg.Tpo -c -o reg.lo reg.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/x86_64 -I../../../src/vm/jit/x86_64/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT reg.lo -MD -MP -MF .deps/reg.Tpo -c reg.cpp -fPIC -DPIC -o .libs/reg.o mv -f .deps/reg.Tpo .deps/reg.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/x86_64 -I../../../src/vm/jit/x86_64/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT show.lo -MD -MP -MF .deps/show.Tpo -c -o show.lo show.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/x86_64 -I../../../src/vm/jit/x86_64/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT show.lo -MD -MP -MF .deps/show.Tpo -c show.cpp -fPIC -DPIC -o .libs/show.o mv -f .deps/show.Tpo .deps/show.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/x86_64 -I../../../src/vm/jit/x86_64/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT stack.lo -MD -MP -MF .deps/stack.Tpo -c -o stack.lo stack.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/x86_64 -I../../../src/vm/jit/x86_64/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT stack.lo -MD -MP -MF .deps/stack.Tpo -c stack.cpp -fPIC -DPIC -o .libs/stack.o mv -f .deps/stack.Tpo .deps/stack.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/x86_64 -I../../../src/vm/jit/x86_64/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT stacktrace.lo -MD -MP -MF .deps/stacktrace.Tpo -c -o stacktrace.lo stacktrace.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/x86_64 -I../../../src/vm/jit/x86_64/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT stacktrace.lo -MD -MP -MF .deps/stacktrace.Tpo -c stacktrace.cpp -fPIC -DPIC -o .libs/stacktrace.o mv -f .deps/stacktrace.Tpo .deps/stacktrace.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/x86_64 -I../../../src/vm/jit/x86_64/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT stubs.lo -MD -MP -MF .deps/stubs.Tpo -c -o stubs.lo stubs.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/x86_64 -I../../../src/vm/jit/x86_64/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT stubs.lo -MD -MP -MF .deps/stubs.Tpo -c stubs.cpp -fPIC -DPIC -o .libs/stubs.o mv -f .deps/stubs.Tpo .deps/stubs.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/x86_64 -I../../../src/vm/jit/x86_64/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT trace.lo -MD -MP -MF .deps/trace.Tpo -c -o trace.lo trace.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/x86_64 -I../../../src/vm/jit/x86_64/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT trace.lo -MD -MP -MF .deps/trace.Tpo -c trace.cpp -fPIC -DPIC -o .libs/trace.o mv -f .deps/trace.Tpo .deps/trace.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/x86_64 -I../../../src/vm/jit/x86_64/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT trap.lo -MD -MP -MF .deps/trap.Tpo -c -o trap.lo trap.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/x86_64 -I../../../src/vm/jit/x86_64/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT trap.lo -MD -MP -MF .deps/trap.Tpo -c trap.cpp -fPIC -DPIC -o .libs/trap.o mv -f .deps/trap.Tpo .deps/trap.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/x86_64 -I../../../src/vm/jit/x86_64/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT cfg.lo -MD -MP -MF .deps/cfg.Tpo -c -o cfg.lo cfg.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/vm/jit/x86_64 -I../../../src/vm/jit/x86_64/freebsd -I../../../src -I../../../contrib/vmlog -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT cfg.lo -MD -MP -MF .deps/cfg.Tpo -c cfg.cpp -fPIC -DPIC -o .libs/cfg.o mv -f .deps/cfg.Tpo .deps/cfg.Plo /bin/sh ../../../libtool --tag=CXX --mode=link c++ -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -fstack-protector -o libjit.la argument.lo builtin.lo code.lo codegen-common.lo dseg.lo emit-common.lo exceptiontable.lo executionstate.lo jit.lo linenumbertable.lo methodtree.lo parse.lo patcher-common.lo reg.lo show.lo stack.lo stacktrace.lo stubs.lo trace.lo trap.lo cfg.lo allocator/liballocator.la ir/libir.la optimizing/liboptimizing.la verify/libverify.la x86_64/libarch.la libtool: link: (cd .libs/libjit.lax/liballocator.a && ar x "/wrkdirs/usr/ports/java/cacao/work/cacao-1.6.1/src/vm/jit/allocator/.libs/liballocator.a") libtool: link: (cd .libs/libjit.lax/libir.a && ar x "/wrkdirs/usr/ports/java/cacao/work/cacao-1.6.1/src/vm/jit/ir/.libs/libir.a") libtool: link: (cd .libs/libjit.lax/liboptimizing.a && ar x "/wrkdirs/usr/ports/java/cacao/work/cacao-1.6.1/src/vm/jit/optimizing/.libs/liboptimizing.a") libtool: link: (cd .libs/libjit.lax/libverify.a && ar x "/wrkdirs/usr/ports/java/cacao/work/cacao-1.6.1/src/vm/jit/verify/.libs/libverify.a") libtool: link: (cd .libs/libjit.lax/libarch.a && ar x "/wrkdirs/usr/ports/java/cacao/work/cacao-1.6.1/src/vm/jit/x86_64/.libs/libarch.a") libtool: link: ar cru .libs/libjit.a .libs/argument.o .libs/builtin.o .libs/code.o .libs/codegen-common.o .libs/dseg.o .libs/emit-common.o .libs/exceptiontable.o .libs/executionstate.o .libs/jit.o .libs/linenumbertable.o .libs/methodtree.o .libs/parse.o .libs/patcher-common.o .libs/reg.o .libs/show.o .libs/stack.o .libs/stacktrace.o .libs/stubs.o .libs/trace.o .libs/trap.o .libs/cfg.o .libs/libjit.lax/liballocator.a/simplereg.o .libs/libjit.lax/libir.a/bytecode.o .libs/libjit.lax/libir.a/icmd.o .libs/libjit.lax/libir.a/instruction.o .libs/libjit.lax/liboptimizing.a/ifconv.o .libs/libjit.lax/liboptimizing.a/recompiler.o .libs/libjit.lax/libverify.a/typecheck-common.o .libs/libjit.lax/libverify.a/typecheck-stackbased.o .libs/libjit.lax/libverify.a/typecheck-typeinferer.o .libs/libjit.lax/libverify.a/typecheck.o .libs/libjit.lax/libverify.a/typeinfo.o .libs/libjit.lax/libarch.a/asmpart.o .libs/libjit.lax/libarch.a/codegen.o .libs/libjit.lax/libarch.a/emit.o .libs/libjit.lax/libarc h.a/md-abi.o .libs/libjit.lax/libarch.a/md-os.o .libs/libjit.lax/libarch.a/md.o .libs/libjit.lax/libarch.a/patcher.o libtool: link: ranlib .libs/libjit.a libtool: link: rm -fr .libs/libjit.lax libtool: link: ( cd ".libs" && rm -f "libjit.la" && ln -s "../libjit.la" "libjit.la" ) gmake[6]: Leaving directory '/wrkdirs/usr/ports/java/cacao/work/cacao-1.6.1/src/vm/jit' gmake[5]: Leaving directory '/wrkdirs/usr/ports/java/cacao/work/cacao-1.6.1/src/vm/jit' gmake[5]: Entering directory '/wrkdirs/usr/ports/java/cacao/work/cacao-1.6.1/src/vm' /bin/sh ../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/x86_64 -I../../src/vm/jit/x86_64/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT access.lo -MD -MP -MF .deps/access.Tpo -c -o access.lo access.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/x86_64 -I../../src/vm/jit/x86_64/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT access.lo -MD -MP -MF .deps/access.Tpo -c access.cpp -fPIC -DPIC -o .libs/access.o mv -f .deps/access.Tpo .deps/access.Plo /bin/sh ../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/x86_64 -I../../src/vm/jit/x86_64/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT annotation.lo -MD -MP -MF .deps/annotation.Tpo -c -o annotation.lo annotation.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/x86_64 -I../../src/vm/jit/x86_64/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT annotation.lo -MD -MP -MF .deps/annotation.Tpo -c annotation.cpp -fPIC -DPIC -o .libs/annotation.o mv -f .deps/annotation.Tpo .deps/annotation.Plo /bin/sh ../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/x86_64 -I../../src/vm/jit/x86_64/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT array.lo -MD -MP -MF .deps/array.Tpo -c -o array.lo array.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/x86_64 -I../../src/vm/jit/x86_64/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT array.lo -MD -MP -MF .deps/array.Tpo -c array.cpp -fPIC -DPIC -o .libs/array.o mv -f .deps/array.Tpo .deps/array.Plo /bin/sh ../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/x86_64 -I../../src/vm/jit/x86_64/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT assertion.lo -MD -MP -MF .deps/assertion.Tpo -c -o assertion.lo assertion.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/x86_64 -I../../src/vm/jit/x86_64/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT assertion.lo -MD -MP -MF .deps/assertion.Tpo -c assertion.cpp -fPIC -DPIC -o .libs/assertion.o mv -f .deps/assertion.Tpo .deps/assertion.Plo /bin/sh ../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/x86_64 -I../../src/vm/jit/x86_64/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT class.lo -MD -MP -MF .deps/class.Tpo -c -o class.lo class.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/x86_64 -I../../src/vm/jit/x86_64/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT class.lo -MD -MP -MF .deps/class.Tpo -c class.cpp -fPIC -DPIC -o .libs/class.o mv -f .deps/class.Tpo .deps/class.Plo /bin/sh ../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/x86_64 -I../../src/vm/jit/x86_64/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT classcache.lo -MD -MP -MF .deps/classcache.Tpo -c -o classcache.lo classcache.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/x86_64 -I../../src/vm/jit/x86_64/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT classcache.lo -MD -MP -MF .deps/classcache.Tpo -c classcache.cpp -fPIC -DPIC -o .libs/classcache.o mv -f .deps/classcache.Tpo .deps/classcache.Plo /bin/sh ../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/x86_64 -I../../src/vm/jit/x86_64/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT descriptor.lo -MD -MP -MF .deps/descriptor.Tpo -c -o descriptor.lo descriptor.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/x86_64 -I../../src/vm/jit/x86_64/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT descriptor.lo -MD -MP -MF .deps/descriptor.Tpo -c descriptor.cpp -fPIC -DPIC -o .libs/descriptor.o mv -f .deps/descriptor.Tpo .deps/descriptor.Plo /bin/sh ../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/x86_64 -I../../src/vm/jit/x86_64/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT exceptions.lo -MD -MP -MF .deps/exceptions.Tpo -c -o exceptions.lo exceptions.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/x86_64 -I../../src/vm/jit/x86_64/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT exceptions.lo -MD -MP -MF .deps/exceptions.Tpo -c exceptions.cpp -fPIC -DPIC -o .libs/exceptions.o mv -f .deps/exceptions.Tpo .deps/exceptions.Plo /bin/sh ../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/x86_64 -I../../src/vm/jit/x86_64/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT field.lo -MD -MP -MF .deps/field.Tpo -c -o field.lo field.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/x86_64 -I../../src/vm/jit/x86_64/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT field.lo -MD -MP -MF .deps/field.Tpo -c field.cpp -fPIC -DPIC -o .libs/field.o mv -f .deps/field.Tpo .deps/field.Plo /bin/sh ../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/x86_64 -I../../src/vm/jit/x86_64/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT finalizer.lo -MD -MP -MF .deps/finalizer.Tpo -c -o finalizer.lo finalizer.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/x86_64 -I../../src/vm/jit/x86_64/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT finalizer.lo -MD -MP -MF .deps/finalizer.Tpo -c finalizer.cpp -fPIC -DPIC -o .libs/finalizer.o mv -f .deps/finalizer.Tpo .deps/finalizer.Plo /bin/sh ../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/x86_64 -I../../src/vm/jit/x86_64/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT globals.lo -MD -MP -MF .deps/globals.Tpo -c -o globals.lo globals.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/x86_64 -I../../src/vm/jit/x86_64/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT globals.lo -MD -MP -MF .deps/globals.Tpo -c globals.cpp -fPIC -DPIC -o .libs/globals.o mv -f .deps/globals.Tpo .deps/globals.Plo /bin/sh ../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/x86_64 -I../../src/vm/jit/x86_64/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT hook.lo -MD -MP -MF .deps/hook.Tpo -c -o hook.lo hook.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/x86_64 -I../../src/vm/jit/x86_64/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT hook.lo -MD -MP -MF .deps/hook.Tpo -c hook.cpp -fPIC -DPIC -o .libs/hook.o mv -f .deps/hook.Tpo .deps/hook.Plo /bin/sh ../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/x86_64 -I../../src/vm/jit/x86_64/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT initialize.lo -MD -MP -MF .deps/initialize.Tpo -c -o initialize.lo initialize.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/x86_64 -I../../src/vm/jit/x86_64/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT initialize.lo -MD -MP -MF .deps/initialize.Tpo -c initialize.cpp -fPIC -DPIC -o .libs/initialize.o mv -f .deps/initialize.Tpo .deps/initialize.Plo /bin/sh ../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/x86_64 -I../../src/vm/jit/x86_64/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT javaobjects.lo -MD -MP -MF .deps/javaobjects.Tpo -c -o javaobjects.lo javaobjects.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/x86_64 -I../../src/vm/jit/x86_64/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT javaobjects.lo -MD -MP -MF .deps/javaobjects.Tpo -c javaobjects.cpp -fPIC -DPIC -o .libs/javaobjects.o mv -f .deps/javaobjects.Tpo .deps/javaobjects.Plo /bin/sh ../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/x86_64 -I../../src/vm/jit/x86_64/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c -o linker.lo linker.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/x86_64 -I../../src/vm/jit/x86_64/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c linker.cpp -fPIC -DPIC -o .libs/linker.o mv -f .deps/linker.Tpo .deps/linker.Plo /bin/sh ../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/x86_64 -I../../src/vm/jit/x86_64/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT loader.lo -MD -MP -MF .deps/loader.Tpo -c -o loader.lo loader.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/x86_64 -I../../src/vm/jit/x86_64/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT loader.lo -MD -MP -MF .deps/loader.Tpo -c loader.cpp -fPIC -DPIC -o .libs/loader.o mv -f .deps/loader.Tpo .deps/loader.Plo /bin/sh ../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/x86_64 -I../../src/vm/jit/x86_64/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT method.lo -MD -MP -MF .deps/method.Tpo -c -o method.lo method.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/x86_64 -I../../src/vm/jit/x86_64/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT method.lo -MD -MP -MF .deps/method.Tpo -c method.cpp -fPIC -DPIC -o .libs/method.o mv -f .deps/method.Tpo .deps/method.Plo /bin/sh ../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/x86_64 -I../../src/vm/jit/x86_64/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT options.lo -MD -MP -MF .deps/options.Tpo -c -o options.lo options.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/x86_64 -I../../src/vm/jit/x86_64/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT options.lo -MD -MP -MF .deps/options.Tpo -c options.cpp -fPIC -DPIC -o .libs/options.o mv -f .deps/options.Tpo .deps/options.Plo /bin/sh ../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/x86_64 -I../../src/vm/jit/x86_64/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT os.lo -MD -MP -MF .deps/os.Tpo -c -o os.lo os.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/x86_64 -I../../src/vm/jit/x86_64/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT os.lo -MD -MP -MF .deps/os.Tpo -c os.cpp -fPIC -DPIC -o .libs/os.o mv -f .deps/os.Tpo .deps/os.Plo /bin/sh ../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/x86_64 -I../../src/vm/jit/x86_64/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT package.lo -MD -MP -MF .deps/package.Tpo -c -o package.lo package.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/x86_64 -I../../src/vm/jit/x86_64/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT package.lo -MD -MP -MF .deps/package.Tpo -c package.cpp -fPIC -DPIC -o .libs/package.o mv -f .deps/package.Tpo .deps/package.Plo /bin/sh ../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/x86_64 -I../../src/vm/jit/x86_64/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT primitive.lo -MD -MP -MF .deps/primitive.Tpo -c -o primitive.lo primitive.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/x86_64 -I../../src/vm/jit/x86_64/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT primitive.lo -MD -MP -MF .deps/primitive.Tpo -c primitive.cpp -fPIC -DPIC -o .libs/primitive.o mv -f .deps/primitive.Tpo .deps/primitive.Plo /bin/sh ../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/x86_64 -I../../src/vm/jit/x86_64/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT properties.lo -MD -MP -MF .deps/properties.Tpo -c -o properties.lo properties.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/vm/jit/x86_64 -I../../src/vm/jit/x86_64/freebsd -I../../src -I../../contrib/vmlog -I../../src/native -I/usr/local/include -I/usr/local/include -std=c++98 -pedantic -Wall -Wno-long-long -m64 -D__X86_64__ -D__FREEBSD__ -D_XOPEN_SOURCE_EXTENDED -D__STDC_FORMAT_MACROS -D_REENTRANT -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fno-strict-aliasing -MT properties.lo -MD -MP -MF .deps/properties.Tpo -c properties.cpp -fPIC -DPIC -o .libs/properties.o properties.cpp:568:47: error: no viable conversion from '__map_iterator<__tree_iterator > >::__value_type, class std::__1::__tree_node > >::__value_type, void *> *, [...]>>' to '__map_iterator<__tree_iterator, class std::__1::allocator > >::__value_type, class std::__1::__tree_node, class std::__1::allocator > >::__value_type, void *> *, [...]>>' std::map::iterator it = _properties.find(key); ^ ~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/v1/map:499:24: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'iterator' (aka '__map_iterator') to 'const std::__1::__map_iterator, std::__1::allocator > >::__value_type, std::__1::__tree_node, std::__1::allocator > >::__value_type, void *> *, long> > &' for 1st argument class _LIBCPP_TYPE_VIS __map_iterator ^ /usr/include/c++/v1/map:523:5: note: candidate constructor not viable: no known conversion from 'iterator' (aka '__map_iterator') to 'std::__1::__tree_iterator, std::__1::allocator > >::__value_type, std::__1::__tree_node, std::__1::allocator > >::__value_type, void *> *, long>' for 1st argument __map_iterator(_TreeIterator __i) _NOEXCEPT : __i_(__i) {} ^ properties.cpp:597:47: error: no viable conversion from '__map_iterator<__tree_iterator > >::__value_type, class std::__1::__tree_node > >::__value_type, void *> *, [...]>>' to '__map_iterator<__tree_iterator, class std::__1::allocator > >::__value_type, class std::__1::__tree_node, class std::__1::allocator > >::__value_type, void *> *, [...]>>' std::map::iterator it = _properties.find(key); ^ ~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/v1/map:499:24: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'iterator' (aka '__map_iterator') to 'const std::__1::__map_iterator, std::__1::allocator > >::__value_type, std::__1::__tree_node, std::__1::allocator > >::__value_type, void *> *, long> > &' for 1st argument class _LIBCPP_TYPE_VIS __map_iterator ^ /usr/include/c++/v1/map:523:5: note: candidate constructor not viable: no known conversion from 'iterator' (aka '__map_iterator') to 'std::__1::__tree_iterator, std::__1::allocator > >::__value_type, std::__1::__tree_node, std::__1::allocator > >::__value_type, void *> *, long>' for 1st argument __map_iterator(_TreeIterator __i) _NOEXCEPT : __i_(__i) {} ^ properties.cpp:631:52: error: no viable conversion from '__map_iterator<__tree_iterator > >::__value_type, class std::__1::__tree_node > >::__value_type, void *> *, [...]>>' to '__map_iterator<__tree_iterator, class std::__1::allocator > >::__value_type, class std::__1::__tree_node, class std::__1::allocator > >::__value_type, void *> *, [...]>>' for (std::map::iterator it = _properties.begin(); it != _properties.end(); it++) { ^ ~~~~~~~~~~~~~~~~~~~ /usr/include/c++/v1/map:499:24: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'iterator' (aka '__map_iterator') to 'const std::__1::__map_iterator, std::__1::allocator > >::__value_type, std::__1::__tree_node, std::__1::allocator > >::__value_type, void *> *, long> > &' for 1st argument class _LIBCPP_TYPE_VIS __map_iterator ^ /usr/include/c++/v1/map:523:5: note: candidate constructor not viable: no known conversion from 'iterator' (aka '__map_iterator') to 'std::__1::__tree_iterator, std::__1::allocator > >::__value_type, std::__1::__tree_node, std::__1::allocator > >::__value_type, void *> *, long>' for 1st argument __map_iterator(_TreeIterator __i) _NOEXCEPT : __i_(__i) {} ^ properties.cpp:648:52: error: no viable conversion from '__map_iterator<__tree_iterator > >::__value_type, class std::__1::__tree_node > >::__value_type, void *> *, [...]>>' to '__map_iterator<__tree_iterator, class std::__1::allocator > >::__value_type, class std::__1::__tree_node, class std::__1::allocator > >::__value_type, void *> *, [...]>>' for (std::map::iterator it = _properties.begin(); it != _properties.end(); it++) { ^ ~~~~~~~~~~~~~~~~~~~ /usr/include/c++/v1/map:499:24: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'iterator' (aka '__map_iterator') to 'const std::__1::__map_iterator, std::__1::allocator > >::__value_type, std::__1::__tree_node, std::__1::allocator > >::__value_type, void *> *, long> > &' for 1st argument class _LIBCPP_TYPE_VIS __map_iterator ^ /usr/include/c++/v1/map:523:5: note: candidate constructor not viable: no known conversion from 'iterator' (aka '__map_iterator') to 'std::__1::__tree_iterator, std::__1::allocator > >::__value_type, std::__1::__tree_node, std::__1::allocator > >::__value_type, void *> *, long>' for 1st argument __map_iterator(_TreeIterator __i) _NOEXCEPT : __i_(__i) {} ^ 4 errors generated. Makefile:543: recipe for target 'properties.lo' failed gmake[5]: *** [properties.lo] Error 1 gmake[5]: Leaving directory '/wrkdirs/usr/ports/java/cacao/work/cacao-1.6.1/src/vm' Makefile:562: recipe for target 'all-recursive' failed gmake[4]: *** [all-recursive] Error 1 gmake[4]: Leaving directory '/wrkdirs/usr/ports/java/cacao/work/cacao-1.6.1/src/vm' Makefile:347: recipe for target 'all-recursive' failed gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory '/wrkdirs/usr/ports/java/cacao/work/cacao-1.6.1/src' Makefile:390: recipe for target 'all-recursive' failed gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory '/wrkdirs/usr/ports/java/cacao/work/cacao-1.6.1' Makefile:321: recipe for target 'all' failed gmake[1]: *** [all] Error 2 gmake[1]: Leaving directory '/wrkdirs/usr/ports/java/cacao/work/cacao-1.6.1' *** Error code 1 Stop. make: stopped in /usr/ports/java/cacao From owner-freebsd-java@FreeBSD.ORG Thu Dec 4 09:17:20 2014 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 07FC4759; Thu, 4 Dec 2014 09:17:20 +0000 (UTC) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.81]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BD3C9234; Thu, 4 Dec 2014 09:17:19 +0000 (UTC) Received: from smtp.greenhost.nl ([213.108.104.138]) by smarthost1.greenhost.nl with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1XwSVt-0007SL-Uy; Thu, 04 Dec 2014 10:17:09 +0100 Content-Type: text/plain; charset=iso-8859-15; format=flowed; delsp=yes To: "Ed Maste" , "Paul Pathiakis" , "Paul Pathiakis via freebsd-java" , "Paul Pathiakis" Subject: Re: Porting OpenNMS to FreeBSD 10.x with OpenJDK7 References: <546E2ED7.6010803@atlantisservices.net> <547F3BD4.5010806@yahoo.com> Date: Thu, 04 Dec 2014 10:15:52 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ronald Klop" Message-ID: In-Reply-To: <547F3BD4.5010806@yahoo.com> User-Agent: Opera Mail/12.17 (Win32) X-Authenticated-As-Hash: 398f5522cb258ce43cb679602f8cfe8b62a256d1 X-Virus-Scanned: by clamav at smarthost1.samage.net X-Spam-Level: - X-Spam-Score: -1.5 X-Spam-Status: No, score=-1.5 required=5.0 tests=ALL_TRUSTED, BAYES_05 autolearn=disabled version=3.3.1 X-Scan-Signature: 3b058867a8808b2a73617ccb478d635a X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2014 09:17:20 -0000 It is 'java -version'. The java version is choosen by something called javavmwrapper. This helps if you have multiple java versions installed. You can bypass this by going to the right directory immediately like '/usr/local/openjdk7/bin/java'. But first try -version with one dash. $ java --version Unrecognized option: --version Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit. $ java -version openjdk version "1.7.0_71" OpenJDK Runtime Environment (build 1.7.0_71-b14) OpenJDK 64-Bit Server VM (build 24.71-b01, mixed mode) Regards, Ronald. On Wed, 03 Dec 2014 17:35:32 +0100, Paul Pathiakis via freebsd-java wrote: > Hi all, > > I am trying to get anything to work with regards to OpenNMS and any > version of Java 1.7. > > My latest attempt was to try and get it running with the linux-sun-jdk17 > port. > It tells me that it can't find a usable JVM. > > java --version > java: error: no suitable JavaVMs found > > I'm running this in a jail, but I don't think that should have any issue. > > Anyone have further ideas? > > P. > > On 11/20/2014 19:34, Ed Maste wrote: >> On 20 November 2014 13:11, Paul Pathiakis >> wrote: >>> Hi, >>> >>> I'm trying to create the port/pkg for the OpenNMS monitoring tool. >>> >>> The latest version came out, 1.14, and I have the latest package. >>> >>> However, there still seems to be a problem with it dumping core after a >>> couple of hours. >> Can you get a backtrace from the crash? >> _______________________________________________ >> freebsd-java@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-java >> To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" > > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" From owner-freebsd-java@FreeBSD.ORG Thu Dec 4 16:52:57 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B0774574 for ; Thu, 4 Dec 2014 16:52:57 +0000 (UTC) Received: from nm32-vm6.bullet.mail.bf1.yahoo.com (nm32-vm6.bullet.mail.bf1.yahoo.com [72.30.239.142]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 42AC11DD for ; Thu, 4 Dec 2014 16:52:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1417711969; bh=cJ7o8CPTVcaAKkzTRG7152TtK0GdYA+4BjbPhmYDMSs=; h=Date:From:To:Subject:References:In-Reply-To:From:Subject; b=ONDOgPVjsSEnj/6EOr1AjrRwt2emYxdEgpO2Yz2O/dLZLIJJ/ic25ASpPmodrz76fgc7M5b76qoR9dlv3pOATIdvD0WwTN3arChFfKcxoC+QS/1HIyd/TVHDTArmmEmdvXrpsoUe0PJoHwD6xwYBQqr0twG7KduNLPL4+4EosJvSbwmeBETo3PVfz7zhvHjt0UUSA27nVct+slzkxV09yzApVD/wO5X9tJTjArPPo/w7WEIYEcJwajhrKHwkivFYjUf00pz2poAIMq+EX+2JrR26cZs1Uw0T4EQrt7KN33uqtRsIvVsNMoBuDuBytRQdvO23kfDhWKElE6O9c62qLw== DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s2048; d=yahoo.com; b=AqDxBODlXM3tkmV8EhTGc9qJP9kmOmdqZNdSFA2lQAX4dupkVTk2InnoI0nPP+OF8s+jF2U+mbw2hIOx6m9cSRuywP9WSqSVU0Zz9tj6eLtLcSlUao/8ADjxFSimh1sDe+TqWUCSi08aAwkPfwgHuzgfIvsUbGbboCEi1IVH2P0KbUe6HD3bGBolLr4vEZSG15jtp+g47BEpMb9Ls/IQpgmHw0tnPA+5ewm0BImpWQCOdzYRKn5wF5Qez4gDVsHKYUfP9gl1qyisSl2X8m4WwUFXDIy6XTvNKfYeltNmGqhLvWpv78CSt7dPcdqr+Oa0kAtXCs/yBDdruq9qXYzgow==; Received: from [66.196.81.170] by nm32.bullet.mail.bf1.yahoo.com with NNFMP; 04 Dec 2014 16:52:49 -0000 Received: from [68.142.230.78] by tm16.bullet.mail.bf1.yahoo.com with NNFMP; 04 Dec 2014 16:52:49 -0000 Received: from [127.0.0.1] by smtp235.mail.bf1.yahoo.com with NNFMP; 04 Dec 2014 16:52:49 -0000 X-Yahoo-Newman-Id: 200662.17791.bm@smtp235.mail.bf1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: QEDtKDwVM1mi2L562pTKwvhHHIjkeMR8EN4zZt_xcDEESJN C31Bo29wNjuBzNjtRWrJcyEnETSTwFKImS5kr9g0vezLunmW0xJ4fujT278_ uIa2iJqxZp7nNlngXivnhrnmhf07lSLmzd5W.PW.zRcNJO0o80hQAFhHtbKk DXw8lsowD_xYZb1yS7UQKx1u7O9Zs2MJLwXl5l1CyPdmZLSlgT428yOZoFb_ J1z0L5fTXZfXLnHkFIkpFw_aSlMtybiUQxL2lP8suwKHNY7_V4BiUCf8_p05 qR7hRmDD.0FGqZEiPex.u4rpZ26FILK5I6bwVLtWkbQTFDziL6GDPlIWDiKw 1lUd0tm813cJFRVfpecBQSOiMF.YIAFk2fiY1VDpYXqb3h8y2Tf1MaCwXV.y xv6iPJCET8hOjrUhwzkZyMdVEOBuy3KzKZ0UtbTtHQambz.PuvEKTDFFuDG9 7i0SQcPJ7XaGSNIQu6HZ43l6_rgB.B8lJAn8GhwZG_CBU_Q7b3m05foZbmb4 e4UkTGZiOKk2xCkNJbsBRGMmdpEjXMpc- X-Yahoo-SMTP: h3Xqg6.swBC0yI913RMMwp94grO_cg-- Message-ID: <5480915F.6040204@yahoo.com> Date: Thu, 04 Dec 2014 11:52:47 -0500 From: Paul Pathiakis User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Ronald Klop , Ed Maste , Paul Pathiakis , Paul Pathiakis via freebsd-java Subject: Re: Porting OpenNMS to FreeBSD 10.x with OpenJDK7 References: <546E2ED7.6010803@atlantisservices.net> <547F3BD4.5010806@yahoo.com> In-Reply-To: Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2014 16:52:57 -0000 *Feverishly tries to erase e-mail, other people's e-mails on the list and archives.... doesn't work* Nothing to see here... Nope... Nothing.... I didn't do something so boneheaded.... *whistles and walks away embarrassed* ;-) I am not a java person. :-) Obviously. Anyhow, I did get things to start compiling and have run into a problem with part of the software that assembles it for install. Working with the OpenNMS group now to see how to get NSIS installed. It seems that the older version (2.46) doesn't build on FreeBSD. I had to go with the 3.0b. P. On 12/04/2014 04:15, Ronald Klop wrote: > It is 'java -version'. > The java version is choosen by something called javavmwrapper. This > helps if you have multiple java versions installed. You can bypass > this by going to the right directory immediately like > '/usr/local/openjdk7/bin/java'. > > But first try -version with one dash. > > $ java --version > Unrecognized option: --version > Error: Could not create the Java Virtual Machine. > Error: A fatal exception has occurred. Program will exit. > > $ java -version > openjdk version "1.7.0_71" > OpenJDK Runtime Environment (build 1.7.0_71-b14) > OpenJDK 64-Bit Server VM (build 24.71-b01, mixed mode) > > Regards, > > Ronald. > > On Wed, 03 Dec 2014 17:35:32 +0100, Paul Pathiakis via freebsd-java > wrote: > >> Hi all, >> >> I am trying to get anything to work with regards to OpenNMS and any >> version of Java 1.7. >> >> My latest attempt was to try and get it running with the >> linux-sun-jdk17 port. >> It tells me that it can't find a usable JVM. >> >> java --version >> java: error: no suitable JavaVMs found >> >> I'm running this in a jail, but I don't think that should have any >> issue. >> >> Anyone have further ideas? >> >> P. >> >> On 11/20/2014 19:34, Ed Maste wrote: >>> On 20 November 2014 13:11, Paul Pathiakis >>> wrote: >>>> Hi, >>>> >>>> I'm trying to create the port/pkg for the OpenNMS monitoring tool. >>>> >>>> The latest version came out, 1.14, and I have the latest package. >>>> >>>> However, there still seems to be a problem with it dumping core >>>> after a >>>> couple of hours. >>> Can you get a backtrace from the crash? >>> _______________________________________________ >>> freebsd-java@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-java >>> To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" >> >> _______________________________________________ >> freebsd-java@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-java >> To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" From owner-freebsd-java@FreeBSD.ORG Fri Dec 5 12:27:53 2014 Return-Path: Delivered-To: java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6A42ADA9; Fri, 5 Dec 2014 12:27:53 +0000 (UTC) Received: from beefy1.isc.freebsd.org (beefy1.isc.freebsd.org [IPv6:2001:4f8:3:ffe0:4072:0:16:38]) (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 491C7331; Fri, 5 Dec 2014 12:27:53 +0000 (UTC) Received: from beefy1.isc.freebsd.org (localhost [127.0.0.1]) by beefy1.isc.freebsd.org (8.14.9/8.14.9) with ESMTP id sB5CRqia008703; Fri, 5 Dec 2014 12:27:52 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy1.isc.freebsd.org (8.14.9/8.14.9/Submit) id sB5CRqqQ008682; Fri, 5 Dec 2014 12:27:52 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Fri, 5 Dec 2014 12:27:52 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201412051227.sB5CRqqQ008682@beefy1.isc.freebsd.org> To: java@FreeBSD.org Subject: [package - head-i386-default][java/jamvm] Failed for jamvm-1.5.4_1 in build Cc: pkg-fallout@FreeBSD.org X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2014 12:27:53 -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: tijl@FreeBSD.org Ident: $FreeBSD: head/java/jamvm/Makefile 365221 2014-08-17 18:45:52Z tijl $ Log URL: http://beefy1.isc.freebsd.org/data/head-i386-default/2014-12-04_17h10m33s/logs/jamvm-1.5.4_1.log Build URL: http://beefy1.isc.freebsd.org/build.html?mastername=head-i386-default&build=2014-12-04_17h10m33s Log: ====>> Building java/jamvm build started at Fri Dec 5 12:27:42 UTC 2014 port directory: /usr/ports/java/jamvm building for: FreeBSD head-i386-default-job-08 11.0-CURRENT FreeBSD 11.0-CURRENT r275434 i386 maintained by: java@FreeBSD.org Makefile ident: $FreeBSD: head/java/jamvm/Makefile 365221 2014-08-17 18:45:52Z tijl $ Poudriere version: 3.1-pre Host OSVERSION: 1100047 Jail OSVERSION: 1100048 !!! Jail is newer than host. (Jail: 1100048, Host: 1100047) !!! !!! This is not supported. !!! !!! Host kernel must be same or newer than jail. !!! !!! Expect build failures. !!! ---Begin Environment--- UNAME_m=i386 UNAME_p=i386 OSVERSION=1100048 UNAME_v=FreeBSD 11.0-CURRENT r275434 UNAME_r=11.0-CURRENT BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 SAVED_TERM= MASTERMNT=/usr/local/poudriere/data/.m/head-i386-default/ref PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk PKGNAME=jamvm-1.5.4_1 OLDPWD=/root PWD=/usr/local/poudriere/data/.m/head-i386-default/ref/.p/pool MASTERNAME=head-i386-default USER=root HOME=/root POUDRIERE_VERSION=3.1-pre LOCALBASE=/usr/local PACKAGE_BUILDING=yes ---End Environment--- ---Begin OPTIONS List--- ===> The following configuration options are available for jamvm-1.5.4_1: FFI=on: use libffi to call native methods ZIP=on: turn-on zip support in the bootstrap loader ===> Use 'make config' to modify these settings ---End OPTIONS List--- --CONFIGURE_ARGS-- --with-classpath-install-dir=/usr/local --enable-ffi --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/java/jamvm/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/java/jamvm/work HOME=/wrkdirs/usr/ports/java/jamvm/work TMPDIR="/tmp" XDG_DATA_HOME=/wrkdirs/usr/ports/java/jamvm/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/java/jamvm/work HOME=/wrkdirs/usr/ports/java/jamvm/work TMPDIR="/tmp" MAKE=gmake PKG_CONFIG=pkgconf 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/jamvm/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/java/jamvm/work HOME=/wrkdirs/usr/ports/java/jamvm/work TMPDIR="/tmp" XDG_DATA_HOME=/wrkdirs/usr/ports/java/jamvm/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/java/jamvm/work HOME=/wrkdirs/usr/ports/java/jamvm/work TMPDIR="/tmp" NO_PIE=yes SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 0644" BSD_INSTALL_MAN="install -o root -g wheel -m 444" --End MAKE_ENV-- --PLIST_SUB-- WITH_ZIP="" WITHOUT_ZIP="@comment " OSREL=11.0 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib DOCSDIR="share/doc/jamvm" EXAMPLESDIR="share/examples/jamvm" DATADIR="share/jamvm" WWWDIR="www/jamvm" ETCDIR="etc/jamvm" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/jamvm DOCSDIR=/usr/local/share/doc/jamvm EXAMPLESDIR=/usr/local/share/examples/jamvm WWWDIR=/usr/local/www/jamvm ETCDIR=/usr/local/etc/jamvm --End SUB_LIST-- ---Begin make.conf--- ARCH=i386 MACHINE=i386 MACHINE_ARCH=i386 USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs ARCH=i386 MACHINE=i386 MACHINE_ARCH=i386 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 #WITH_PKGNG=devel # clean-restricted via poudriere.conf NO_RESTRICTED #NO_RESTRICTED=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- =================================================== ===> License GPLv2 accepted by the user =========================================================================== =================================================== ===> jamvm-1.5.4_1 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg ===> Installing existing package /packages/All/pkg-1.3.8_3.txz [head-i386-default-job-08] Installing pkg-1.3.8_3... done Message for pkg-1.3.8_3: If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of jamvm-1.5.4_1 =========================================================================== =================================================== =========================================================================== =================================================== ===> License GPLv2 accepted by the user ===> Fetching all distfiles required by jamvm-1.5.4_1 for building =========================================================================== =================================================== ===> License GPLv2 accepted by the user ===> Fetching all distfiles required by jamvm-1.5.4_1 for building => SHA256 Checksum OK for jamvm-1.5.4.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> License GPLv2 accepted by the user ===> Fetching all distfiles required by jamvm-1.5.4_1 for building ===> Extracting for jamvm-1.5.4_1 => SHA256 Checksum OK for jamvm-1.5.4.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for jamvm-1.5.4_1 ===> Applying FreeBSD patches for jamvm-1.5.4_1 =========================================================================== =================================================== ===> jamvm-1.5.4_1 depends on executable: zip - not found ===> Verifying install for zip in /usr/ports/archivers/zip ===> Installing existing package /packages/All/zip-3.0_1.txz [head-i386-default-job-08] Installing zip-3.0_1... done ===> Returning to build of jamvm-1.5.4_1 ===> jamvm-1.5.4_1 depends on executable: gmake - not found ===> Verifying install for gmake in /usr/ports/devel/gmake ===> Installing existing package /packages/All/gmake-4.1_1.txz [head-i386-default-job-08] Installing indexinfo-0.2... done [head-i386-default-job-08] Installing gettext-runtime-0.19.3... done [head-i386-default-job-08] Installing gmake-4.1_1... done ===> Returning to build of jamvm-1.5.4_1 ===> jamvm-1.5.4_1 depends on executable: pkgconf - not found ===> Verifying install for pkgconf in /usr/ports/devel/pkgconf ===> Installing existing package /packages/All/pkgconf-0.9.7.txz [head-i386-default-job-08] Installing pkgconf-0.9.7... done ===> Returning to build of jamvm-1.5.4_1 =========================================================================== =================================================== ===> jamvm-1.5.4_1 depends on shared library: libffi.so - not found ===> Verifying for libffi.so in /usr/ports/devel/libffi ===> Installing existing package /packages/All/libffi-3.0.13_3.txz [head-i386-default-job-08] Installing libffi-3.0.13_3... done ===> Returning to build of jamvm-1.5.4_1 =========================================================================== =================================================== ===> Configuring for jamvm-1.5.4_1 ===> FreeBSD 10 autotools fix applied to /wrkdirs/usr/ports/java/jamvm/work/jamvm-1.5.4/acinclude.m4 ===> FreeBSD 10 autotools fix applied to /wrkdirs/usr/ports/java/jamvm/work/jamvm-1.5.4/aclocal.m4 ===> FreeBSD 10 autotools fix applied to /wrkdirs/usr/ports/java/jamvm/work/jamvm-1.5.4/configure configure: loading site script /usr/ports/Templates/config.site checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) /usr/bin/awk checking whether gmake sets $(MAKE)... yes checking build system type... i386-portbld-freebsd11.0 checking host system type... i386-portbld-freebsd11.0 checking for style of include used by gmake... GNU checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... (cached) 262144 checking command to parse /usr/bin/nm -B output from cc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... freebsd11.0 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC checking if c++ PIC flag -fPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd11.0 ld.so (cached) (cached) checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking dependency style of cc... (cached) gcc3 checking dependency style of cc... gcc3 checking for ecj... no checking for jikes... no checking for gcj... no checking for javac... no checking for pthread_self in -lthr... yes checking for fmod in -lm... yes checking for inflate in -lz... yes checking for ffi_call in -lffi... yes checking for ANSI C header files... (cached) yes checking for sys/time.h... (cached) yes checking for unistd.h... (cached) yes checking endian.h usability... no checking endian.h presence... no checking for endian.h... no checking for sys/param.h... (cached) yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for alloca.h... (cached) no checking for zlib.h... (cached) yes checking ffi.h usability... yes checking ffi.h presence... no configure: WARNING: ffi.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: ffi.h: proceeding with the compiler's result checking for ffi.h... yes checking for an ANSI C-conforming const... yes checking whether time.h and sys/time.h may both be included... yes checking for working alloca.h... no checking for alloca... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... (cached) yes checking for gettimeofday... (cached) yes checking for strtol... (cached) yes checking for setlocale... (cached) yes checking for LC_MESSAGES... yes checking for __thread... no checking whether to enable maintainer-specific portions of Makefiles... no configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/interp/Makefile config.status: creating src/interp/engine/Makefile config.status: creating src/arch/Makefile config.status: creating src/os/Makefile config.status: creating src/os/linux/Makefile config.status: creating src/os/darwin/Makefile config.status: creating src/os/bsd/Makefile config.status: creating src/os/solaris/Makefile config.status: creating src/os/solaris/x86/Makefile config.status: creating src/os/linux/powerpc/Makefile config.status: creating src/os/linux/arm/Makefile config.status: creating src/os/linux/i386/Makefile config.status: creating src/os/linux/x86_64/Makefile config.status: creating src/os/linux/parisc/Makefile config.status: creating src/os/linux/mips/Makefile config.status: creating src/os/darwin/i386/Makefile config.status: creating src/os/darwin/arm/Makefile config.status: creating src/os/darwin/powerpc/Makefile config.status: creating src/os/bsd/powerpc/Makefile config.status: creating src/os/bsd/arm/Makefile config.status: creating src/os/bsd/i386/Makefile config.status: creating src/os/bsd/x86_64/Makefile config.status: creating src/os/bsd/sparc/Makefile config.status: creating lib/Makefile config.status: creating lib/java/Makefile config.status: creating lib/java/lang/Makefile config.status: creating lib/jamvm/Makefile config.status: creating lib/jamvm/java/Makefile config.status: creating lib/jamvm/java/lang/Makefile config.status: creating lib/java/lang/reflect/Makefile config.status: creating lib/java/security/Makefile config.status: creating lib/gnu/Makefile config.status: creating lib/sun/reflect/annotation/Makefile config.status: creating lib/sun/reflect/Makefile config.status: creating lib/sun/Makefile config.status: creating lib/gnu/classpath/Makefile config.status: creating src/config.h config.status: linking src/arch/i386.h to src/arch.h config.status: executing depfiles commands =========================================================================== =================================================== ===> Building for jamvm-1.5.4_1 gmake[1]: Entering directory '/wrkdirs/usr/ports/java/jamvm/work/jamvm-1.5.4' Making all in src gmake[2]: Entering directory '/wrkdirs/usr/ports/java/jamvm/work/jamvm-1.5.4/src' gmake all-recursive gmake[3]: Entering directory '/wrkdirs/usr/ports/java/jamvm/work/jamvm-1.5.4/src' Making all in os gmake[4]: Entering directory '/wrkdirs/usr/ports/java/jamvm/work/jamvm-1.5.4/src/os' Making all in bsd gmake[5]: Entering directory '/wrkdirs/usr/ports/java/jamvm/work/jamvm-1.5.4/src/os/bsd' Making all in i386 gmake[6]: Entering directory '/wrkdirs/usr/ports/java/jamvm/work/jamvm-1.5.4/src/os/bsd/i386' /bin/sh ../../../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../../src -I../../../../src -I/usr/local/lib/libffi-3.0.13/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT init.lo -MD -MP -MF .deps/init.Tpo -c -o init.lo init.c mkdir .libs cc -DHAVE_CONFIG_H -I. -I../../../../src -I../../../../src -I/usr/local/lib/libffi-3.0.13/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT init.lo -MD -MP -MF .deps/init.Tpo -c init.c -fPIC -DPIC -o .libs/init.o mv -f .deps/init.Tpo .deps/init.Plo /bin/sh ../../../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../../src -I../../../../src -I/usr/local/lib/libffi-3.0.13/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT dll_md.lo -MD -MP -MF .deps/dll_md.Tpo -c -o dll_md.lo dll_md.c cc -DHAVE_CONFIG_H -I. -I../../../../src -I../../../../src -I/usr/local/lib/libffi-3.0.13/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT dll_md.lo -MD -MP -MF .deps/dll_md.Tpo -c dll_md.c -fPIC -DPIC -o .libs/dll_md.o mv -f .deps/dll_md.Tpo .deps/dll_md.Plo /bin/sh ../../../../libtool --tag=CC --mode=link cc -I/usr/local/lib/libffi-3.0.13/include -O2 -pipe -fstack-protector -fno-strict-aliasing -L/usr/local/lib -fstack-protector -o libnative.la init.lo dll_md.lo -lffi -lz -lm -lthr ar cru .libs/libnative.a .libs/init.o .libs/dll_md.o ranlib .libs/libnative.a creating libnative.la (cd .libs && rm -f libnative.la && ln -s ../libnative.la libnative.la) gmake[6]: Leaving directory '/wrkdirs/usr/ports/java/jamvm/work/jamvm-1.5.4/src/os/bsd/i386' gmake[6]: Entering directory '/wrkdirs/usr/ports/java/jamvm/work/jamvm-1.5.4/src/os/bsd' /bin/sh ../../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I/usr/local/lib/libffi-3.0.13/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT os.lo -MD -MP -MF .deps/os.Tpo -c -o os.lo os.c mkdir .libs cc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I/usr/local/lib/libffi-3.0.13/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT os.lo -MD -MP -MF .deps/os.Tpo -c os.c -fPIC -DPIC -o .libs/os.o mv -f .deps/os.Tpo .deps/os.Plo /bin/sh ../../../libtool --tag=CC --mode=link cc -I/usr/local/lib/libffi-3.0.13/include -O2 -pipe -fstack-protector -fno-strict-aliasing -L/usr/local/lib -fstack-protector -o libos.la os.lo -lffi -lz -lm -lthr ar cru .libs/libos.a .libs/os.o ranlib .libs/libos.a creating libos.la (cd .libs && rm -f libos.la && ln -s ../libos.la libos.la) gmake[6]: Leaving directory '/wrkdirs/usr/ports/java/jamvm/work/jamvm-1.5.4/src/os/bsd' gmake[5]: Leaving directory '/wrkdirs/usr/ports/java/jamvm/work/jamvm-1.5.4/src/os/bsd' gmake[5]: Entering directory '/wrkdirs/usr/ports/java/jamvm/work/jamvm-1.5.4/src/os' gmake[5]: Nothing to be done for 'all-am'. gmake[5]: Leaving directory '/wrkdirs/usr/ports/java/jamvm/work/jamvm-1.5.4/src/os' gmake[4]: Leaving directory '/wrkdirs/usr/ports/java/jamvm/work/jamvm-1.5.4/src/os' Making all in interp gmake[4]: Entering directory '/wrkdirs/usr/ports/java/jamvm/work/jamvm-1.5.4/src/interp' Making all in engine gmake[5]: Entering directory '/wrkdirs/usr/ports/java/jamvm/work/jamvm-1.5.4/src/interp/engine' /bin/sh ../../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../src/interp -I../../../src -fno-reorder-blocks -I/usr/local/lib/libffi-3.0.13/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT interp.lo -MD -MP -MF .deps/interp.Tpo -c -o interp.lo interp.c mkdir .libs cc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../src/interp -I../../../src -fno-reorder-blocks -I/usr/local/lib/libffi-3.0.13/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT interp.lo -MD -MP -MF .deps/interp.Tpo -c interp.c -fPIC -DPIC -o .libs/interp.o cc: error: unknown argument: '-fno-reorder-blocks' Makefile:283: recipe for target 'interp.lo' failed gmake[5]: *** [interp.lo] Error 1 gmake[5]: Leaving directory '/wrkdirs/usr/ports/java/jamvm/work/jamvm-1.5.4/src/interp/engine' Makefile:291: recipe for target 'all-recursive' failed gmake[4]: *** [all-recursive] Error 1 gmake[4]: Leaving directory '/wrkdirs/usr/ports/java/jamvm/work/jamvm-1.5.4/src/interp' Makefile:453: recipe for target 'all-recursive' failed gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory '/wrkdirs/usr/ports/java/jamvm/work/jamvm-1.5.4/src' Makefile:246: recipe for target 'all' failed gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory '/wrkdirs/usr/ports/java/jamvm/work/jamvm-1.5.4/src' Makefile:250: recipe for target 'all-recursive' failed gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory '/wrkdirs/usr/ports/java/jamvm/work/jamvm-1.5.4' *** Error code 1 Stop. make: stopped in /usr/ports/java/jamvm From owner-freebsd-java@FreeBSD.ORG Fri Dec 5 13:59:34 2014 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C4C8B4DC for ; Fri, 5 Dec 2014 13:59:34 +0000 (UTC) Received: from smadev.internal.net (adsltrust.ath.forthnet.gr [194.219.204.174]) (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 4E49EEF1 for ; Fri, 5 Dec 2014 13:59:33 +0000 (UTC) Received: from smadev.internal.net (smadev [10.9.200.131]) by smadev.internal.net (8.14.7/8.14.7) with ESMTP id sB5Dvppd008084 for ; Fri, 5 Dec 2014 15:57:51 +0200 (EET) (envelope-from achill@matrix.gatewaynet.com) Message-ID: <5481B9DF.3000806@matrix.gatewaynet.com> Date: Fri, 05 Dec 2014 15:57:51 +0200 From: Achilleas Mantzios User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: freebsd-java@freebsd.org Subject: Re: Porting OpenNMS to FreeBSD 10.x with OpenJDK7 References: <546E2ED7.6010803@atlantisservices.net> <547F3BD4.5010806@yahoo.com> <5480915F.6040204@yahoo.com> In-Reply-To: <5480915F.6040204@yahoo.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2014 13:59:35 -0000 On 04/12/2014 18:52, Paul Pathiakis via freebsd-java wrote: > *Feverishly tries to erase e-mail, other people's e-mails on the list and archives.... doesn't work* > > Nothing to see here... Nope... Nothing.... I didn't do something so boneheaded.... > > *whistles and walks away embarrassed* ;-) > > I am not a java person. :-) Obviously. In which case there are plenty of sites specialized in java exclusively, maybe you could get yourself some java knowledge first from there or by some books, and after you are skilful enough with Java, then you might attempt to jump into the FreeBSD deep waters. Doing it all at once seems like a recipe for failure. > > Anyhow, I did get things to start compiling and have run into a problem with part of the software that assembles it for install. > > Working with the OpenNMS group now to see how to get NSIS installed. It seems that the older version (2.46) doesn't build on FreeBSD. I had to go with the 3.0b. > > P. > On 12/04/2014 04:15, Ronald Klop wrote: >> It is 'java -version'. >> The java version is choosen by something called javavmwrapper. This helps if you have multiple java versions installed. You can bypass this by going to the right directory immediately like >> '/usr/local/openjdk7/bin/java'. >> >> But first try -version with one dash. >> >> $ java --version >> Unrecognized option: --version >> Error: Could not create the Java Virtual Machine. >> Error: A fatal exception has occurred. Program will exit. >> >> $ java -version >> openjdk version "1.7.0_71" >> OpenJDK Runtime Environment (build 1.7.0_71-b14) >> OpenJDK 64-Bit Server VM (build 24.71-b01, mixed mode) >> >> Regards, >> >> Ronald. >> >> On Wed, 03 Dec 2014 17:35:32 +0100, Paul Pathiakis via freebsd-java wrote: >> >>> Hi all, >>> >>> I am trying to get anything to work with regards to OpenNMS and any version of Java 1.7. >>> >>> My latest attempt was to try and get it running with the linux-sun-jdk17 port. >>> It tells me that it can't find a usable JVM. >>> >>> java --version >>> java: error: no suitable JavaVMs found >>> >>> I'm running this in a jail, but I don't think that should have any issue. >>> >>> Anyone have further ideas? >>> >>> P. >>> >>> On 11/20/2014 19:34, Ed Maste wrote: >>>> On 20 November 2014 13:11, Paul Pathiakis >>>> wrote: >>>>> Hi, >>>>> >>>>> I'm trying to create the port/pkg for the OpenNMS monitoring tool. >>>>> >>>>> The latest version came out, 1.14, and I have the latest package. >>>>> >>>>> However, there still seems to be a problem with it dumping core after a >>>>> couple of hours. >>>> Can you get a backtrace from the crash? >>>> _______________________________________________ >>>> freebsd-java@freebsd.org mailing list >>>> http://lists.freebsd.org/mailman/listinfo/freebsd-java >>>> To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" >>> >>> _______________________________________________ >>> freebsd-java@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-java >>> To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" > > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" -- Achilleas Mantzios Head of IT DEV IT DEPT Dynacom Tankers Mgmt From owner-freebsd-java@FreeBSD.ORG Fri Dec 5 15:22:01 2014 Return-Path: Delivered-To: java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A32748DF; Fri, 5 Dec 2014 15:22:01 +0000 (UTC) Received: from beefy2.isc.freebsd.org (beefy2.isc.freebsd.org [IPv6:2001:4f8:3:ffe0:4072:0:16:39]) (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 8E6C2ABF; Fri, 5 Dec 2014 15:22:01 +0000 (UTC) Received: from beefy2.isc.freebsd.org (localhost [127.0.0.1]) by beefy2.isc.freebsd.org (8.14.9/8.14.9) with ESMTP id sB5FM1ZT018945; Fri, 5 Dec 2014 15:22:01 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy2.isc.freebsd.org (8.14.9/8.14.9/Submit) id sB5FM1PU018933; Fri, 5 Dec 2014 15:22:01 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Fri, 5 Dec 2014 15:22:01 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201412051522.sB5FM1PU018933@beefy2.isc.freebsd.org> To: java@FreeBSD.org Subject: [package - head-amd64-default][java/jamvm] Failed for jamvm-1.5.4_1 in build Cc: pkg-fallout@FreeBSD.org X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2014 15:22:01 -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: tijl@FreeBSD.org Ident: $FreeBSD: head/java/jamvm/Makefile 365221 2014-08-17 18:45:52Z tijl $ Log URL: http://beefy2.isc.freebsd.org/data/head-amd64-default/2014-12-04_19h02m00s/logs/jamvm-1.5.4_1.log Build URL: http://beefy2.isc.freebsd.org/build.html?mastername=head-amd64-default&build=2014-12-04_19h02m00s Log: ====>> Building java/jamvm build started at Fri Dec 5 15:21:48 UTC 2014 port directory: /usr/ports/java/jamvm building for: FreeBSD head-amd64-default-job-19 11.0-CURRENT FreeBSD 11.0-CURRENT r275434 amd64 maintained by: java@FreeBSD.org Makefile ident: $FreeBSD: head/java/jamvm/Makefile 365221 2014-08-17 18:45:52Z tijl $ Poudriere version: 3.1-pre Host OSVERSION: 1100047 Jail OSVERSION: 1100048 !!! Jail is newer than host. (Jail: 1100048, Host: 1100047) !!! !!! This is not supported. !!! !!! Host kernel must be same or newer than jail. !!! !!! Expect build failures. !!! ---Begin Environment--- OSVERSION=1100048 UNAME_v=FreeBSD 11.0-CURRENT r275434 UNAME_r=11.0-CURRENT BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 SAVED_TERM= MASTERMNT=/usr/local/poudriere/data/.m/head-amd64-default/ref PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk PKGNAME=jamvm-1.5.4_1 OLDPWD=/root PWD=/usr/local/poudriere/data/.m/head-amd64-default/ref/.p/pool MASTERNAME=head-amd64-default USER=root HOME=/root POUDRIERE_VERSION=3.1-pre LOCALBASE=/usr/local PACKAGE_BUILDING=yes ---End Environment--- ---Begin OPTIONS List--- ===> The following configuration options are available for jamvm-1.5.4_1: FFI=on: use libffi to call native methods ZIP=on: turn-on zip support in the bootstrap loader ===> Use 'make config' to modify these settings ---End OPTIONS List--- --CONFIGURE_ARGS-- --with-classpath-install-dir=/usr/local --enable-ffi --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/java/jamvm/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/java/jamvm/work HOME=/wrkdirs/usr/ports/java/jamvm/work TMPDIR="/tmp" XDG_DATA_HOME=/wrkdirs/usr/ports/java/jamvm/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/java/jamvm/work HOME=/wrkdirs/usr/ports/java/jamvm/work TMPDIR="/tmp" MAKE=gmake PKG_CONFIG=pkgconf 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/jamvm/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/java/jamvm/work HOME=/wrkdirs/usr/ports/java/jamvm/work TMPDIR="/tmp" XDG_DATA_HOME=/wrkdirs/usr/ports/java/jamvm/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/java/jamvm/work HOME=/wrkdirs/usr/ports/java/jamvm/work TMPDIR="/tmp" NO_PIE=yes SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 0644" BSD_INSTALL_MAN="install -o root -g wheel -m 444" --End MAKE_ENV-- --PLIST_SUB-- WITH_ZIP="" WITHOUT_ZIP="@comment " OSREL=11.0 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib DOCSDIR="share/doc/jamvm" EXAMPLESDIR="share/examples/jamvm" DATADIR="share/jamvm" WWWDIR="www/jamvm" ETCDIR="etc/jamvm" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/jamvm DOCSDIR=/usr/local/share/doc/jamvm EXAMPLESDIR=/usr/local/share/examples/jamvm WWWDIR=/usr/local/www/jamvm ETCDIR=/usr/local/etc/jamvm --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs 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 #WITH_PKGNG=devel # clean-restricted ran via poudriere.conf NO_RESTRICTED #NO_RESTRICTED=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- =================================================== ===> License GPLv2 accepted by the user =========================================================================== =================================================== ===> jamvm-1.5.4_1 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg ===> Installing existing package /packages/All/pkg-1.3.8_3.txz [head-amd64-default-job-19] Installing pkg-1.3.8_3... done Message for pkg-1.3.8_3: If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of jamvm-1.5.4_1 =========================================================================== =================================================== =========================================================================== =================================================== ===> License GPLv2 accepted by the user ===> Fetching all distfiles required by jamvm-1.5.4_1 for building =========================================================================== =================================================== ===> License GPLv2 accepted by the user ===> Fetching all distfiles required by jamvm-1.5.4_1 for building => SHA256 Checksum OK for jamvm-1.5.4.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> License GPLv2 accepted by the user ===> Fetching all distfiles required by jamvm-1.5.4_1 for building ===> Extracting for jamvm-1.5.4_1 => SHA256 Checksum OK for jamvm-1.5.4.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for jamvm-1.5.4_1 ===> Applying FreeBSD patches for jamvm-1.5.4_1 =========================================================================== =================================================== ===> jamvm-1.5.4_1 depends on executable: zip - not found ===> Verifying install for zip in /usr/ports/archivers/zip ===> Installing existing package /packages/All/zip-3.0_1.txz [head-amd64-default-job-19] Installing zip-3.0_1... done ===> Returning to build of jamvm-1.5.4_1 ===> jamvm-1.5.4_1 depends on executable: gmake - not found ===> Verifying install for gmake in /usr/ports/devel/gmake ===> Installing existing package /packages/All/gmake-4.1_1.txz [head-amd64-default-job-19] Installing indexinfo-0.2... done [head-amd64-default-job-19] Installing gettext-runtime-0.19.3... done [head-amd64-default-job-19] Installing gmake-4.1_1... done ===> Returning to build of jamvm-1.5.4_1 ===> jamvm-1.5.4_1 depends on executable: pkgconf - not found ===> Verifying install for pkgconf in /usr/ports/devel/pkgconf ===> Installing existing package /packages/All/pkgconf-0.9.7.txz [head-amd64-default-job-19] Installing pkgconf-0.9.7... done ===> Returning to build of jamvm-1.5.4_1 =========================================================================== =================================================== ===> jamvm-1.5.4_1 depends on shared library: libffi.so - not found ===> Verifying for libffi.so in /usr/ports/devel/libffi ===> Installing existing package /packages/All/libffi-3.0.13_3.txz [head-amd64-default-job-19] Installing libffi-3.0.13_3... done ===> Returning to build of jamvm-1.5.4_1 =========================================================================== =================================================== ===> Configuring for jamvm-1.5.4_1 ===> FreeBSD 10 autotools fix applied to /wrkdirs/usr/ports/java/jamvm/work/jamvm-1.5.4/acinclude.m4 ===> FreeBSD 10 autotools fix applied to /wrkdirs/usr/ports/java/jamvm/work/jamvm-1.5.4/aclocal.m4 ===> FreeBSD 10 autotools fix applied to /wrkdirs/usr/ports/java/jamvm/work/jamvm-1.5.4/configure configure: loading site script /usr/ports/Templates/config.site checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) /usr/bin/awk checking whether gmake sets $(MAKE)... yes checking build system type... amd64-portbld-freebsd11.0 checking host system type... amd64-portbld-freebsd11.0 checking for style of include used by gmake... GNU checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking dependency style of cc... gcc3 checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ld used by cc... /usr/bin/ld checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... (cached) 262144 checking command to parse /usr/bin/nm -B output from cc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... freebsd11.0 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC checking if c++ PIC flag -fPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd11.0 ld.so (cached) (cached) checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking dependency style of cc... (cached) gcc3 checking dependency style of cc... gcc3 checking for ecj... no checking for jikes... no checking for gcj... no checking for javac... no checking for pthread_self in -lthr... yes checking for fmod in -lm... yes checking for inflate in -lz... yes checking for ffi_call in -lffi... yes checking for ANSI C header files... (cached) yes checking for sys/time.h... (cached) yes checking for unistd.h... (cached) yes checking endian.h usability... no checking endian.h presence... no checking for endian.h... no checking for sys/param.h... (cached) yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for alloca.h... (cached) no checking for zlib.h... (cached) yes checking ffi.h usability... yes checking ffi.h presence... no configure: WARNING: ffi.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: ffi.h: proceeding with the compiler's result checking for ffi.h... yes checking for an ANSI C-conforming const... yes checking whether time.h and sys/time.h may both be included... yes checking for working alloca.h... no checking for alloca... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... (cached) yes checking for gettimeofday... (cached) yes checking for strtol... (cached) yes checking for setlocale... (cached) yes checking for LC_MESSAGES... yes checking for __thread... no checking whether to enable maintainer-specific portions of Makefiles... no configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/interp/Makefile config.status: creating src/interp/engine/Makefile config.status: creating src/arch/Makefile config.status: creating src/os/Makefile config.status: creating src/os/linux/Makefile config.status: creating src/os/darwin/Makefile config.status: creating src/os/bsd/Makefile config.status: creating src/os/solaris/Makefile config.status: creating src/os/solaris/x86/Makefile config.status: creating src/os/linux/powerpc/Makefile config.status: creating src/os/linux/arm/Makefile config.status: creating src/os/linux/i386/Makefile config.status: creating src/os/linux/x86_64/Makefile config.status: creating src/os/linux/parisc/Makefile config.status: creating src/os/linux/mips/Makefile config.status: creating src/os/darwin/i386/Makefile config.status: creating src/os/darwin/arm/Makefile config.status: creating src/os/darwin/powerpc/Makefile config.status: creating src/os/bsd/powerpc/Makefile config.status: creating src/os/bsd/arm/Makefile config.status: creating src/os/bsd/i386/Makefile config.status: creating src/os/bsd/x86_64/Makefile config.status: creating src/os/bsd/sparc/Makefile config.status: creating lib/Makefile config.status: creating lib/java/Makefile config.status: creating lib/java/lang/Makefile config.status: creating lib/jamvm/Makefile config.status: creating lib/jamvm/java/Makefile config.status: creating lib/jamvm/java/lang/Makefile config.status: creating lib/java/lang/reflect/Makefile config.status: creating lib/java/security/Makefile config.status: creating lib/gnu/Makefile config.status: creating lib/sun/reflect/annotation/Makefile config.status: creating lib/sun/reflect/Makefile config.status: creating lib/sun/Makefile config.status: creating lib/gnu/classpath/Makefile config.status: creating src/config.h config.status: linking src/arch/x86_64.h to src/arch.h config.status: executing depfiles commands =========================================================================== =================================================== ===> Building for jamvm-1.5.4_1 gmake[1]: Entering directory '/wrkdirs/usr/ports/java/jamvm/work/jamvm-1.5.4' Making all in src gmake[2]: Entering directory '/wrkdirs/usr/ports/java/jamvm/work/jamvm-1.5.4/src' gmake all-recursive gmake[3]: Entering directory '/wrkdirs/usr/ports/java/jamvm/work/jamvm-1.5.4/src' Making all in os gmake[4]: Entering directory '/wrkdirs/usr/ports/java/jamvm/work/jamvm-1.5.4/src/os' Making all in bsd gmake[5]: Entering directory '/wrkdirs/usr/ports/java/jamvm/work/jamvm-1.5.4/src/os/bsd' Making all in x86_64 gmake[6]: Entering directory '/wrkdirs/usr/ports/java/jamvm/work/jamvm-1.5.4/src/os/bsd/x86_64' /bin/sh ../../../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../../src -I../../../../src -I/usr/local/lib/libffi-3.0.13/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT init.lo -MD -MP -MF .deps/init.Tpo -c -o init.lo init.c mkdir .libs cc -DHAVE_CONFIG_H -I. -I../../../../src -I../../../../src -I/usr/local/lib/libffi-3.0.13/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT init.lo -MD -MP -MF .deps/init.Tpo -c init.c -fPIC -DPIC -o .libs/init.o mv -f .deps/init.Tpo .deps/init.Plo /bin/sh ../../../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../../src -I../../../../src -I/usr/local/lib/libffi-3.0.13/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT dll_md.lo -MD -MP -MF .deps/dll_md.Tpo -c -o dll_md.lo dll_md.c cc -DHAVE_CONFIG_H -I. -I../../../../src -I../../../../src -I/usr/local/lib/libffi-3.0.13/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT dll_md.lo -MD -MP -MF .deps/dll_md.Tpo -c dll_md.c -fPIC -DPIC -o .libs/dll_md.o mv -f .deps/dll_md.Tpo .deps/dll_md.Plo /bin/sh ../../../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../../src -I../../../../src -I../../../../src -O2 -pipe -fstack-protector -fno-strict-aliasing -MT callNative.lo -MD -MP -MF .deps/callNative.Tpo -c -o callNative.lo callNative.S cc -DHAVE_CONFIG_H -I. -I../../../../src -I../../../../src -I../../../../src -O2 -pipe -fstack-protector -fno-strict-aliasing -MT callNative.lo -MD -MP -MF .deps/callNative.Tpo -c callNative.S -fPIC -DPIC -o .libs/callNative.o mv -f .deps/callNative.Tpo .deps/callNative.Plo /bin/sh ../../../../libtool --tag=CC --mode=link cc -I/usr/local/lib/libffi-3.0.13/include -O2 -pipe -fstack-protector -fno-strict-aliasing -L/usr/local/lib -fstack-protector -o libnative.la init.lo dll_md.lo callNative.lo -lffi -lz -lm -lthr ar cru .libs/libnative.a .libs/init.o .libs/dll_md.o .libs/callNative.o ranlib .libs/libnative.a creating libnative.la (cd .libs && rm -f libnative.la && ln -s ../libnative.la libnative.la) gmake[6]: Leaving directory '/wrkdirs/usr/ports/java/jamvm/work/jamvm-1.5.4/src/os/bsd/x86_64' gmake[6]: Entering directory '/wrkdirs/usr/ports/java/jamvm/work/jamvm-1.5.4/src/os/bsd' /bin/sh ../../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I/usr/local/lib/libffi-3.0.13/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT os.lo -MD -MP -MF .deps/os.Tpo -c -o os.lo os.c mkdir .libs cc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I/usr/local/lib/libffi-3.0.13/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT os.lo -MD -MP -MF .deps/os.Tpo -c os.c -fPIC -DPIC -o .libs/os.o mv -f .deps/os.Tpo .deps/os.Plo /bin/sh ../../../libtool --tag=CC --mode=link cc -I/usr/local/lib/libffi-3.0.13/include -O2 -pipe -fstack-protector -fno-strict-aliasing -L/usr/local/lib -fstack-protector -o libos.la os.lo -lffi -lz -lm -lthr ar cru .libs/libos.a .libs/os.o ranlib .libs/libos.a creating libos.la (cd .libs && rm -f libos.la && ln -s ../libos.la libos.la) gmake[6]: Leaving directory '/wrkdirs/usr/ports/java/jamvm/work/jamvm-1.5.4/src/os/bsd' gmake[5]: Leaving directory '/wrkdirs/usr/ports/java/jamvm/work/jamvm-1.5.4/src/os/bsd' gmake[5]: Entering directory '/wrkdirs/usr/ports/java/jamvm/work/jamvm-1.5.4/src/os' gmake[5]: Nothing to be done for 'all-am'. gmake[5]: Leaving directory '/wrkdirs/usr/ports/java/jamvm/work/jamvm-1.5.4/src/os' gmake[4]: Leaving directory '/wrkdirs/usr/ports/java/jamvm/work/jamvm-1.5.4/src/os' Making all in interp gmake[4]: Entering directory '/wrkdirs/usr/ports/java/jamvm/work/jamvm-1.5.4/src/interp' Making all in engine gmake[5]: Entering directory '/wrkdirs/usr/ports/java/jamvm/work/jamvm-1.5.4/src/interp/engine' /bin/sh ../../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../src/interp -I../../../src -fno-reorder-blocks -I/usr/local/lib/libffi-3.0.13/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT interp.lo -MD -MP -MF .deps/interp.Tpo -c -o interp.lo interp.c mkdir .libs cc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../src/interp -I../../../src -fno-reorder-blocks -I/usr/local/lib/libffi-3.0.13/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT interp.lo -MD -MP -MF .deps/interp.Tpo -c interp.c -fPIC -DPIC -o .libs/interp.o cc: error: unknown argument: '-fno-reorder-blocks' Makefile:283: recipe for target 'interp.lo' failed gmake[5]: *** [interp.lo] Error 1 gmake[5]: Leaving directory '/wrkdirs/usr/ports/java/jamvm/work/jamvm-1.5.4/src/interp/engine' Makefile:291: recipe for target 'all-recursive' failed gmake[4]: *** [all-recursive] Error 1 gmake[4]: Leaving directory '/wrkdirs/usr/ports/java/jamvm/work/jamvm-1.5.4/src/interp' Makefile:453: recipe for target 'all-recursive' failed gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory '/wrkdirs/usr/ports/java/jamvm/work/jamvm-1.5.4/src' Makefile:246: recipe for target 'all' failed gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory '/wrkdirs/usr/ports/java/jamvm/work/jamvm-1.5.4/src' Makefile:250: recipe for target 'all-recursive' failed gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory '/wrkdirs/usr/ports/java/jamvm/work/jamvm-1.5.4' *** Error code 1 Stop. make: stopped in /usr/ports/java/jamvm