From owner-freebsd-ports@freebsd.org Tue Feb 6 20:32:11 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2F4EF037FD for ; Tue, 6 Feb 2018 20:32:11 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 4F06B7F2FB for ; Tue, 6 Feb 2018 20:32:11 +0000 (UTC) (envelope-from julian@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 1364BF037F8; Tue, 6 Feb 2018 20:32:11 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3C6BF037F6 for ; Tue, 6 Feb 2018 20:32:10 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from vps1.elischer.org (vps1.elischer.org [204.109.63.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "vps1.elischer.org", Issuer "CA Cert Signing Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 928587F2F5 for ; Tue, 6 Feb 2018 20:32:10 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from Julian-MBP3.local (220-253-149-130.dyn.iinet.net.au [220.253.149.130]) (authenticated bits=0) by vps1.elischer.org (8.15.2/8.15.2) with ESMTPSA id w16K27tW066095 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Tue, 6 Feb 2018 12:02:10 -0800 (PST) (envelope-from julian@freebsd.org) To: "ports@FreeBSD.org" From: Julian Elischer Subject: java pt failure Message-ID: <1a9af3ec-d166-0532-116f-bcb3400015d5@freebsd.org> Date: Wed, 7 Feb 2018 04:02:01 +0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Feb 2018 20:32:11 -0000 Hello ports people, When I was compiling the openjdb8 port I got the following errors. This is on -current from a couple of weeks ago with a ports tree from 459153 Compiling ../generated/adfiles/ad_x86_64_format.cpp In file included from :391: In file included from /usr/ports/java/openjdk8/work/openjdk/hotspot/src/share/vm/precompiled/precompiled.hpp:29: In file included from /usr/ports/java/openjdk8/work/openjdk/hotspot/src/share/vm/asm/assembler.hpp:28: In file included from /usr/ports/java/openjdk8/work/openjdk/hotspot/src/share/vm/asm/codeBuffer.hpp:28: In file included from /usr/ports/java/openjdk8/work/openjdk/hotspot/src/share/vm/code/oopRecorder.hpp:28: In file included from /usr/ports/java/openjdk8/work/openjdk/hotspot/src/share/vm/memory/universe.hpp:29: In file included from /usr/ports/java/openjdk8/work/openjdk/hotspot/src/share/vm/utilities/array.hpp:29: In file included from /usr/ports/java/openjdk8/work/openjdk/hotspot/src/share/vm/memory/allocation.inline.hpp:28: In file included from /usr/ports/java/openjdk8/work/openjdk/hotspot/src/share/vm/runtime/atomic.inline.hpp:70: /usr/ports/java/openjdk8/work/openjdk/hotspot/src/os_cpu/bsd_x86/vm/atomic_bsd_x86.inline.hpp:95:21: error: unknown token in expression   __asm__ volatile (LOCK_IF_MP(%4) "cmpxchgl %1,(%3)"                     ^ /usr/ports/java/openjdk8/work/openjdk/hotspot/src/os_cpu/bsd_x86/vm/atomic_bsd_x86.inline.hpp:48:24: note: expanded from macro 'LOCK_IF_MP' #define LOCK_IF_MP(mp) "cmp $0, " #mp "; je 1f; lock; 1: "                        ^ :1:30: note: instantiated into assembly here         cmp $0, %edx; je 1f; lock; 1: cmpxchgl %ecx,(%rdi)                                     ^ does anyone know if this has been generally seen and if so was it fixed? (should I try move forwards?) the whole project compile takes me over a day so moving up is not to be taken lightly if it won't fix it. Julian