Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 02 Oct 2021 11:52:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        erlang@FreeBSD.org
Subject:   [Bug 258494] lang/erlang lang/erlang-runtime21 lang/erlang-runtime23: clang 13 build breaks dtrace if PGO is enabled
Message-ID:  <bug-258494-38768-NboyYw6SB7@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-258494-38768@https.bugs.freebsd.org/bugzilla/>
References:  <bug-258494-38768@https.bugs.freebsd.org/bugzilla/>

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

Dimitry Andric <dim@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |In Progress

--- Comment #2 from Dimitry Andric <dim@FreeBSD.org> ---
Unless somebody objects, I will commit a change tomorrow, that effectively
adds:

--- a/erts/configure.in
+++ b/erts/configure.in
...
@@ -704,6 +719,9 @@ else
   fi
 fi

+dnl Disable pgo for now
+USE_PGO=3Dfalse
+
 AC_SUBST(USE_PGO)
 AC_SUBST(PROFILE_COMPILER)

to the affected erlang ports. This will work around the dtrace failures, un=
til
somebody with dtrace knowledge can pick it up again.

--=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-258494-38768-NboyYw6SB7>