Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jan 2018 05:29:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 225249] java/opebjdk8: vm/atomic_bsd_x86.inline.hpp:95:21: error: unknown token in expression
Message-ID:  <bug-225249-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225249

            Bug ID: 225249
           Summary: java/opebjdk8: vm/atomic_bsd_x86.inline.hpp:95:21:
                    error: unknown token in expression
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: ohartmann@walstatt.org

On recent CURRENT (FreeBSD 12.0-CURRENT #0 r328002: Mon Jan 15 15:28:18 CET
2018 amd64 ) running recent poudriere jail (headamd64 12.0-CURRENT 1200056
amd64 src=3D/usr/src  2018-01-17 05:14:07 /pool/poudriere/jails/headamd64),=
 the
most recent ports tree won't build several important packages due to the
failure of key packages, one of them is java/openjdk8, failing with the err=
or
shown below:


[...]
In file included from
/wrkdirs/usr/ports/java/openjdk8/work/openjdk/hotspot/src/share/vm/runtime/=
atomic.inline.hpp:70:
/wrkdirs/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)"
                    ^
/wrkdirs/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: "
                       ^
<inline asm>:1:30: note: instantiated into assembly here
        cmp $0, %edx; je 1f; lock; 1: cmpxchgl %ecx,(%rdi)
                                    ^

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-225249-13>