Bug 295873 - c++: error: clang frontend command failed with exit code 134
Summary: c++: error: clang frontend command failed with exit code 134
Status: Closed DUPLICATE of bug 295296
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: 16.0-CURRENT
Hardware: amd64 Any
: --- Affects Only Me
Assignee: freebsd-toolchain (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-06-05 10:31 UTC by Thierry Thomas
Modified: 2026-06-05 10:57 UTC (History)
1 user (show)

See Also:


Attachments
Full log of the build (427.50 KB, text/plain)
2026-06-05 10:31 UTC, Thierry Thomas
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thierry Thomas freebsd_committer freebsd_triage 2026-06-05 10:31:10 UTC
Created attachment 271517 [details]
Full log of the build

Trying to build the port cad/OrcaSlicer with cad/opencascade 8.0.0 (not yet pushed to ports tree) on a recent FreeBSD-CURRENT fails with several clang errors:

c++: error: clang frontend command failed with exit code 134 (use -v to see invocation)
FreeBSD clang version 21.1.8 (https://github.com/llvm/llvm-project.git llvmorg-21.1.8-0-g2078da43e25a)
Target: x86_64-unknown-freebsd16.0
Thread model: posix
InstalledDir: /usr/bin
Build config: +assertions
c++: note: diagnostic msg:
********************

PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
c++: note: diagnostic msg: /tmp/calib-5cb96a.cpp
c++: note: diagnostic msg: /tmp/calib-5cb96a.sh
c++: note: diagnostic msg:

********************

Remarks:
$ c++ --version
FreeBSD clang version 21.1.8 (https://github.com/llvm/llvm-project.git llvmorg-21.1.8-0-g2078da43e25a)
Target: x86_64-unknown-freebsd16.0
Thread model: posix
InstalledDir: /usr/bin
Build config: +assertions

OS version:
16.0-CURRENT #0 main-n286284-2fa4bdd7f9e9: Sat May 30 16:37:25 CEST 2026

Full log and diagnostics messages attached.
Comment 1 Thierry Thomas freebsd_committer freebsd_triage 2026-06-05 10:35:46 UTC
I cannot attach the diagnostic messages, too large for bugzilla.
The file is available at
https://people.freebsd.org/~thierry/OrcaSlicer_diag_msg.tar.bz2
Comment 2 Dimitry Andric freebsd_committer freebsd_triage 2026-06-05 10:56:32 UTC
Most likely a duplicate of bug 294281. This has been fixed in main as of base 86326398b73b81f84831fb5fc4c12d9219bc0f57.

*** This bug has been marked as a duplicate of bug 294281 ***
Comment 3 Dimitry Andric freebsd_committer freebsd_triage 2026-06-05 10:57:36 UTC
Actually, it was bug 295296, sorry.

*** This bug has been marked as a duplicate of bug 295296 ***