Recent

Author Topic: Fpcupdeluxe  (Read 883389 times)

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1790
Re: Fpcupdeluxe
« Reply #2400 on: January 03, 2024, 11:44:13 am »
Arbitrary. Not the newest libs. Not the oldest. Just to get things running for most system.
Others libs are there as a service.
And ideas about a better libs-choice are welcome.

CharlyTango

  • Jr. Member
  • **
  • Posts: 91
Re: Fpcupdeluxe
« Reply #2401 on: January 03, 2024, 12:49:46 pm »
Just found this 'defmods.ini' file, produced by FPCUpDeluxe. Is there a way of adding/removing modules to this file without manually doing so in a text editor?

As far as i know defmods.ini is the possibility to let fpcupdeluxe install all the packages you want to have at first glance up to a full featured Lazarus UI.
Another way of removing/addinng modules to the file does not seem to exist.
Lazarus stable, Win32/64

YiannisKam

  • Full Member
  • ***
  • Posts: 119
Re: Fpcupdeluxe
« Reply #2402 on: January 08, 2024, 01:23:27 pm »
Hello, I've tried the latest release to install both 64bit compiler and lazarus trunk versions but I get this error. I'm on windows 10.
Code: Pascal  [Select][+][-]
  1. The installer encountered the following error:
  2. Failed to create pipes
  3. make.exe[1]: *** [packages_all] Error 2
  4. C:\lazarus\fpcbootstrap\make.exe: *** [build-stamp.x86_64-win64] Error 2
  5.  
  6. fpcupdeluxe: ERROR: FPC Native Installer (BuildModule: FPC): Error running C:\lazarus\fpcbootstrap\make.exe for FPC failed with exit code 2
  7. . Details: .
  8.  
  9.  
  10. ERROR: Fpcupdeluxe fatal error !
  11. Sequencer (FPC): Failure running fpcupdeluxe: error executing sequence FPC
  12. Sequencer (Default): Failure running fpcupdeluxe: error executing sequence Default
Code: Pascal  [Select][+][-]
  1. fpcupdeluxe: Start of compile error summary.
  2. fpcupdeluxe: Start of compile error summary.
  3. fpcupdeluxe: ERROR: FPC Native Installer (BuildModule: FPC): Error running C:\lazarus\fpcbootstrap\make.exe for FPC failed with exit code 2
  4. . Details: .
  5. fpcupdeluxe: Done !!

Windows 10 - 64bit
Lazarus version: 3.99
FPC       version: 3.3.1

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1790
Re: Fpcupdeluxe
« Reply #2403 on: January 08, 2024, 01:44:05 pm »
Confirmed. Will look into this issue.
(due to recent changes in TProcess I guess)

YiannisKam

  • Full Member
  • ***
  • Posts: 119
Re: Fpcupdeluxe
« Reply #2404 on: January 08, 2024, 01:48:41 pm »
You're awesome. Thank you in advance!
Windows 10 - 64bit
Lazarus version: 3.99
FPC       version: 3.3.1

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1790
Re: Fpcupdeluxe
« Reply #2405 on: January 08, 2024, 02:47:56 pm »
This commit breaks some things on Windows.
https://gitlab.com/freepascal.org/fpc/source/-/commit/e429be38e8494ae7f18c1a2fbb0f9cc90f990044

It's a fairly new change (couple of hours). As stated, this change will be tested and corrected if necessary.
So, stay tuned.

pierre_muller

  • Newbie
  • Posts: 3
Re: Fpcupdeluxe
« Reply #2406 on: January 08, 2024, 05:00:40 pm »
 hi,

  are you sure that the issue is related to commit [e429be38e849][https://gitlab.com/freepascal.org/fpc/source/-/commit/e429be38e8494ae7f18c1a2fbb0f9cc90f990044]?

  The commit is supposed to only really change the wince version, not the win32, nor the win64...

Pierre

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1790
Re: Fpcupdeluxe
« Reply #2407 on: January 08, 2024, 05:10:30 pm »
I did not investigate very deep, but 6ef3aef5 (the commit before) builds fine.

pierre_muller

  • Newbie
  • Posts: 3
Re: Fpcupdeluxe
« Reply #2408 on: January 08, 2024, 05:36:01 pm »
It was indeed my commit that revealed a problem in packages/fpmkunit/Makefile.fpc

Hopefully fixed in commit 848c3a252e https://gitlab.com/freepascal.org/fpc/source/-/commit/848c3a252e4be4e0e2b09afdec12356b355ab475

Sorry for this,

Pierre

YiannisKam

  • Full Member
  • ***
  • Posts: 119
Re: Fpcupdeluxe
« Reply #2409 on: January 08, 2024, 06:50:53 pm »
Everything works fine now. You guys are great. Thank you very much for your efforts.
Windows 10 - 64bit
Lazarus version: 3.99
FPC       version: 3.3.1

BSaidus

  • Hero Member
  • *****
  • Posts: 607
  • lazarus 1.8.4 Win8.1 / cross FreeBSD
Re: Fpcupdeluxe
« Reply #2410 on: January 09, 2024, 10:09:27 am »
Hello @DonAlfredo.
concerning this issue: https://gitlab.com/freepascal.org/fpc/source/-/issues/40263#note_1718434678
Is there any way to merge with FPC 3.2 fixes ?
Thank you.
lazarus 1.8.4 Win8.1 / cross FreeBSD
dhukmucmur vernadh!

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1790
Re: Fpcupdeluxe
« Reply #2411 on: January 09, 2024, 10:16:43 am »
@BSaidus
The fix went into FPC trunk/main. Would be good to get it into fixes 3.2 too indeed.
Will give it another try.


BSaidus

  • Hero Member
  • *****
  • Posts: 607
  • lazarus 1.8.4 Win8.1 / cross FreeBSD
Re: Fpcupdeluxe
« Reply #2413 on: January 09, 2024, 11:00:52 am »
lazarus 1.8.4 Win8.1 / cross FreeBSD
dhukmucmur vernadh!

marcov

  • Administrator
  • Hero Member
  • *
  • Posts: 12000
  • FPC developer.
Re: Fpcupdeluxe
« Reply #2414 on: January 09, 2024, 11:03:00 am »
The FPC devs have honoured your request !
https://gitlab.com/freepascal.org/fpc/source/-/commit/d6b504707f5b0696996fe100fb461e5da6e7ee10
Yes I received a mail about that, but I think it is merged only to trunk, Not in 3.2 fixes.

Do you see the "cherry picked" on top? See also https://gitlab.com/freepascal.org/fpc/source/-/commits/fixes_3_2 for a list of commits to 3.2.x

 

TinyPortal © 2005-2018