Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 02 Jun 2022 19:39:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        office@FreeBSD.org
Subject:   [Bug 264394] Several ports can't build with CPUTYPE?=skylake-avx512 or CPUTYPE?=tigerlake - eat 1 CPU core forever
Message-ID:  <bug-264394-25061-f1u00nfpuK@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-264394-25061@https.bugs.freebsd.org/bugzilla/>
References:  <bug-264394-25061@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=3D264394

Dimitry Andric <dim@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |brooks@FreeBSD.org,
                   |                            |dim@FreeBSD.org

--- Comment #6 from Dimitry Andric <dim@FreeBSD.org> ---
(In reply to VVD from comment #5)
The mesa-dri port depends on devel/llvm13 for the
/usr/local/llvm13/lib/libLLVM-13.so dynamic library, and not for the compil=
er
binary (clang13).

The actual compilations in the port are still done using the base compiler,=
 and
you can see that it is `/proc/32857/file -> /usr/bin/cc` which hangs.

E.g. it is the base compiler which needs to be recompiled.

That said, maybe brooks can pull the patch into the devel/llvm13 port. I th=
ink
the problem was introduced somewhere after llvm 13.0.0, and was only solved
after 14.0.4.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



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