Unable to install FPC Trunk on MacOS Sequoia using FPCUpdeluxe
Summary
After upgrading to MacOs Sequoia the installation of FPC trunk via FPCUpdeluxe fails.
System Information
- Operating system: MacOs Sequoia 15.1.1
- Processor architecture: x86-64, 2,6 GHz 6-Core Intel Core i7
- Compiler version: 3.2.2 (for x86_64-darwin)
- Device: MacBook Pro (2019)
Steps to reproduce
Use MacBook Pro with MacOs Sequoia and try to install trunk via FPCUpDeluxe.
Not applicable Example Project
What is the current bug behavior?
Compilation in FPCUpDeluxe stops with error messages.
What is the expected (correct) behavior?
Expected to complete the installation, as was before on previous MacOS versions.
Relevant logs and/or screenshots
This is the output from FPCUpDeluxe:
Start of compile error summary.
rtl-objpas/units/x86_64-darwin/rtti.s:14:1: error: non-private labels cannot appear between .cfi_startproc / .cfi_endproc pairs
Start of compile error summary.
rtl-objpas/units/x86_64-darwin/rtti.s:8:1: error: previous .cfi_startproc was here
Start of compile error summary.
rtti.pp(7946) Error: Error while assembling exitcode 1
Start of compile error summary.
rtti.pp(7946) Fatal: There were 2 errors compiling module, stopping
rtti.pp(7946) Error: Error while assembling exitcode 1
Start of compile error summary.
Fatal: Compilation aborted
rtti.pp(7946) Fatal: There were 2 errors compiling module, stopping
Start of compile error summary.
Start of compile error summary.
ERROR: FPC Native Installer (BuildModuleCustom: FPC): Error running /usr/bin/make for FPC failed with exit code 512
The error starts after line compiling MacOSAll.pas, as shown in this overview from FPCUpDeluxe:
Compiling univint/src/MacOSAll.pas
$000000010C5E31AF
$000000010C5D2932
$000000010C5D3044
$000000010C5238E6
$000000010C54701C
$00007FF816BDC2CD
make[1]: *** [packages_smart] Error 2
make: *** [build-stamp.x86_64-darwin] Error 2
[ 58%] Compiled package univint
The installer encountered the following error:
Error inside worker thread for package rtl-objpas: (10/12) Failed compiling: rtl-objpas: Compilation of "BuildUnit_rtl_objpas.pp" failed
fpcupdeluxe: ERROR: FPC Native Installer (BuildModuleCustom: FPC): Error running /usr/bin/make for FPC failed with exit code 512
Possible fixes
See above FPCDeluxe output