LongDirtyAnimAlf / fpcupdeluxe

A GUI based installer for FPC and Lazarus
505 stars 94 forks source link

FPC 3.31 + Lazarus 3.99 Install fails on `FpcUpDeluxe Darwin aarch64` but works on `FcpUpDeluxe Darwin x86_64`. #716

Closed carlca closed 3 weeks ago

carlca commented 1 month ago

Trying to do a FPC 3.3.1 + Lazarus 3.99 install on macOS 14.6.1 using fpcupdeluxe-aarch64-darwin-cocoa fails whereas using fpcupdeluxe-x86_64-darwin-cocoa works perfectly. The error is...

(3104) Compiling buildprojectdlg.pas
(3104) Compiling cocoaideformconfig.pas
(3104) Compiling codecreationdlg.pas
(3104) Compiling ideinstances.pas
(9022) Compiling resource /Applications/Lazarus_trunk/lazarus/units/aarch64-darwin/cocoa/lazarus.or
(9015) Linking ../lazarus
-macosx_version_min has been renamed to -macos_version_min
ld: -pie requires targetting a newer minimum version
Error: (9013) Error while linking
Fatal: (10026) There were 1 errors compiling module, stopping
make[1]: *** [ide] Error 2
make: *** [ide] Error 2
Fatal: (1018) Compilation aborted
Error: /Applications/Lazarus_trunk/fpc/bin/aarch64-darwin/ppca64 returned an error exitcode
Error: (lazarus) Build IDE: stopped with exit code 2
Error: (lazbuild) Building IDE: Building IDE failed

fpcupdeluxe: ERROR: Lazarus Native Installer (BuildModuleCustom: UserIDE): lazbuild returned error code 512
Details: .

ERROR: Fpcupdeluxe fatal error !
Sequencer (UserIDE): Failure running fpcupdeluxe: error executing sequence UserIDE
Sequencer (Lazarus): Failure running fpcupdeluxe: error executing sequence Lazarus
Sequencer (Default): Failure running fpcupdeluxe: error executing sequence Default

Any ideas what's up?

LongDirtyAnimAlf commented 3 weeks ago

Is this issue still valid. If not, please close, preferably with some explanation for future readers. Thanks.

carlca commented 3 weeks ago

I was able to get past this problem, but unfortunately I cannot remember how.