Forum > macOS / Mac OS X
fpc trunk:I can't build it.
(1/1)
zoltanleo:
Hi everyone
After updating hackintosh (Sequoia 15.2, xcode CLT 16.2), I'm trying to build a compiler using fpcupdeluxe (v. 2.4.0.f). I keep getting the error:
--- Code: Bash [+][-]window.onload = function(){var x1 = document.getElementById("main_content_section"); if (x1) { var x = document.getElementsByClassName("geshi");for (var i = 0; i < x.length; i++) { x[i].style.maxHeight='none'; x[i].style.height = Math.min(x[i].clientHeight+15,306)+'px'; x[i].style.resize = "vertical";}};} ---Compiling ./rtl-objpas/src/inc/variants.pprtti.pp(8424) Error: Error while assembling exitcode 1rtti.pp(8424) Fatal: There were 2 errors compiling module, stoppingrtl-objpas/units/x86_64-darwin/rtti.s:14:1: error: non-private labels cannot appear between .cfi_startproc / .cfi_endproc pairs_$RTTI$_Lj169:rtl-objpas/units/x86_64-darwin/rtti.s:8:1: error: previous .cfi_startproc was here.cfi_startprocFatal: Compilation abortedStart compiling package sqlite for target x86_64-darwin. Compiling ./pasjpeg/src/jddctmgr.pas<skiped>[ 40%] Compiled package rtl-unicode $000000010BC7B85F $000000010BC6AFF2 $000000010BC6B704 $000000010BBBC3D6 $000000010BBDF86C $00007FF81133D2CDmake[1]: *** [packages_smart] Error 2make: *** [build-stamp.x86_64-darwin] Error 2The installer encountered the following error:Error inside worker thread for package rtl-objpas: (3/4) 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
In the previous OS version (Sonoma), I managed to successfully install the compiler (hash 5769d737d1849f01 (r.16503)).
After updating the OS to the next version (Sequoia) I tried to install the compiler trunk version (hash 34902174892588 (r.17336)), due to the failure with the current version, I tried to build previous versions up to 5769d737d1849f01 (r.16503),which was successfully built earlier.
How should I proceed next? Please give me advice.
JdeHaan:
Happened to me too. It's a known bug and being worked on, see:
https://gitlab.com/freepascal.org/fpc/source/-/merge_requests/887
zoltanleo:
--- Quote from: JdeHaan on January 21, 2025, 06:05:04 pm ---Happened to me too. It's a known bug and being worked on, see:
https://gitlab.com/freepascal.org/fpc/source/-/merge_requests/887
--- End quote ---
Tnx, friend
wcage03:
Yeah, same problem. Glad it is already in the queue and getting attention. To move past it, I skipped the local build and downloaded one of the prepackaged versions.
Navigation
[0] Message Index