LongDirtyAnimAlf / fpcupdeluxe

A GUI based installer for FPC and Lazarus
476 stars 88 forks source link

Latest release fails to install anything #669

Open oliverhbailey opened 4 months ago

oliverhbailey commented 4 months ago

Its been a long week and its only Tuesday..

It would have helped if I had downloaded a bootstrap version of FPC to do the builds with.

Hi Don, I just downloaded the latest version of fpcupdeluxe. I can't download anything in the program at all. I tried the stable versions of fpc and lazarus but the installer cannot download anything at all.

This is a new Windows 11 laptop. I hace the feeling svn isn't installed so I sent you the console log. What external packages are required on Windows 11.

Regards, Oliver Bailey

PizzaProgram commented 4 months ago

Similar here... I've intalled fpcDelux the first time too on Win11, because found instructions to do so here: https://wiki.lazarus.freepascal.org/ARM_Embedded_Tutorial_-_Raspberry_Pi_Pico_Setting_up_for_Development (Had a Lazarus 3.2 installed to an other path before.)

Only clicked the PICO button, but after long installation, the result is:

(3104) Compiling uitypes.pas
C:\fpcupdeluxe\lazarus\components\lazutils\uitypes.pas(105,14) Error: (3285) Expected another 2 array elements
C:\fpcupdeluxe\lazarus\components\lazutils\uitypes.pas(93,58) Fatal: (10026) There were 1 errors compiling module, stopping
Fatal: (1018) Compilation aborted
Error: C:\fpcupdeluxe\fpc\bin\x86_64-win64\ppcx64.exe returned an error exitcode
C:\fpcupdeluxe\fpcbootstrap\make.exe: *** [lazutils] Error 2
fpcupdeluxe: ERROR: Lazarus Native Installer (BuildModuleCustom: Lazbuild): make.exe returned exit status #2.

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

Shouldn't we start this installer as Admin?

oliverhbailey commented 4 months ago

It didn't matter if I used admin or regular user.

On Wed, Mar 6, 2024, 8:24 PM PizzaProgram @.***> wrote:

Similar here... I've intalled fpcDelux the first time too on Win11, because found instructions to do so here:

https://wiki.lazarus.freepascal.org/ARM_Embedded_Tutorial_-_Raspberry_Pi_Pico_Setting_up_for_Development (Had a Lazarus 3.2 installed to an other path before.)

Only clicked the PICO button, but after long installation, the result is:

(3104) Compiling uitypes.pas C:\fpcupdeluxe\lazarus\components\lazutils\uitypes.pas(105,14) Error: (3285) Expected another 2 array elements C:\fpcupdeluxe\lazarus\components\lazutils\uitypes.pas(93,58) Fatal: (10026) There were 1 errors compiling module, stopping Fatal: (1018) Compilation aborted Error: C:\fpcupdeluxe\fpc\bin\x86_64-win64\ppcx64.exe returned an error exitcode C:\fpcupdeluxe\fpcbootstrap\make.exe: *** [lazutils] Error 2 fpcupdeluxe: ERROR: Lazarus Native Installer (BuildModuleCustom: Lazbuild): make.exe returned exit status #2.

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

Shouldn't we start this installer as Admin?

— Reply to this email directly, view it on GitHub https://github.com/LongDirtyAnimAlf/fpcupdeluxe/issues/669#issuecomment-1982219836, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD6CBIHM5X7KZDMLRDNOQNDYW7FUJAVCNFSM6AAAAABEH6I2FGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBSGIYTSOBTGY . You are receiving this because you authored the thread.Message ID: @.***>

LongDirtyAnimAlf commented 4 months ago

@PizzaProgram This is a problem of the FPC/Lazarus trunk/main combo. It must be solved by the FPC/Lazarus develpers. Not an fpcupdeuxe issue.

LongDirtyAnimAlf commented 4 months ago

@oliverhbailey I do not understand the issue you report. Please provide more details about the problems you encounter.

oliverhbailey commented 4 months ago

Thank you Don.

Regards, Oliver Bailey

On Fri, Mar 8, 2024, 9:55 AM Don @.***> wrote:

@PizzaProgram https://github.com/PizzaProgram This is a problem of the FPC/Lazarus trunk/main combo. It must be solved by the FPC/Lazarus develpers. Not an fpcupdeuxe issue.

— Reply to this email directly, view it on GitHub https://github.com/LongDirtyAnimAlf/fpcupdeluxe/issues/669#issuecomment-1985942930, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD6CBICJQ3UXV7ODKXJMQTTYXHNOPAVCNFSM6AAAAABEH6I2FGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBVHE2DEOJTGA . You are receiving this because you authored the thread.Message ID: @.***>

PizzaProgram commented 4 months ago

@LongDirtyAnimAlf

This is a problem of the FPC/Lazarus trunk/main combo. It must be solved by the FPC/Lazarus develpers. Not an fpcupdeluxe issue.

PizzaProgram commented 4 months ago

@LongDirtyAnimAlf I've just found this topic: https://forum.lazarus.freepascal.org/index.php/topic,66482.0.html Please read it!

LongDirtyAnimAlf commented 4 months ago

There is no Pico support in FPC stable. There is only Pico support in FPC trunk/main.

PizzaProgram commented 4 months ago

So, it seems the problem has been solved according to this commit many days ago: https://github.com/LongDirtyAnimAlf/fpcupdeluxe/commit/ab0d6462e83c9199c55c9785e9864786b38d4e59

When can we expect a new release with fixed PICO button please?