Recent

Author Topic: Fpcupdeluxe  (Read 794247 times)

Xor-el

  • Sr. Member
  • ****
  • Posts: 404
Re: Fpcupdeluxe
« Reply #1335 on: July 14, 2019, 12:51:24 am »
can you please try running FPCUPDeluxe on your FreeBSD box and try to change the installDir then you will see what am talking about.

Unfortunately not - I'm having other issues with fpc that need resolving first.

no problems.  8-)

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1739
Re: Fpcupdeluxe
« Reply #1336 on: July 15, 2019, 07:59:33 am »
Will look into this issue. But not too soon ... few weeks off.

Xor-el

  • Sr. Member
  • ****
  • Posts: 404
Re: Fpcupdeluxe
« Reply #1337 on: July 17, 2019, 02:35:34 am »
Will look into this issue. But not too soon ... few weeks off.

Ok, thanks.

totya

  • Hero Member
  • *****
  • Posts: 720
Re: Fpcupdeluxe
« Reply #1338 on: August 01, 2019, 05:10:08 pm »
Hi, OPM button why is? OPM (Online package manager) installed with Lazarus by default.

k1ng

  • New Member
  • *
  • Posts: 37
Re: Fpcupdeluxe
« Reply #1339 on: August 02, 2019, 10:01:21 am »
Hey,
first of all thanks for such a nice tool - makes it really easy to install newest FPC version ;D

I've a (small) feature request:
Is it possible to add patchfiles before installing which then will be applied before building? There are some nice patches in bugtracker I'd like to test/use but I'm not able to manage compiling my FPC by hand as I always use Fpcupdeluxe as most people do.
I think that would enable more people to give feedback for improvements on the bugtracker which then could speed-up the process of getting it into trunk :)

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1739
Re: Fpcupdeluxe
« Reply #1340 on: August 02, 2019, 10:50:35 am »
In Setup+, there is a possibility to add patches for FPC and Lazarus.
Or do you need/mean something else ?

k1ng

  • New Member
  • *
  • Posts: 37
Re: Fpcupdeluxe
« Reply #1341 on: August 02, 2019, 11:12:45 am »
In Setup+, there is a possibility to add patches for FPC and Lazarus.
Or do you need/mean something else ?

Oh, didn't about that!
So I can add a patchfile there from bugtracker and it gets applied before building? Does it always re-download the units from svn/git before applying?
I mean, if I just installed the latest rev but want to test another patch now, I don't need to download everything again

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1739
Re: Fpcupdeluxe
« Reply #1342 on: August 02, 2019, 11:23:58 am »
Again, in Setup+, you have an option "FPC/Laz rebuild only".

Quote
I mean, if I just installed the latest rev but want to test another patch now, I don't need to download everything again
No worries. No units are downloaded. Only the source is updated.
So, it would cause no (download-)problem to leave the rebuild-option unchecked.

heejit

  • Full Member
  • ***
  • Posts: 245
Re: Fpcupdeluxe
« Reply #1343 on: August 11, 2019, 02:24:55 pm »
Can you update fpcupdeluxe for Lazarus 2.0.4

heejit

  • Full Member
  • ***
  • Posts: 245
Re: Fpcupdeluxe
« Reply #1344 on: August 11, 2019, 02:35:00 pm »
Can I update fpcup.ini file add the lazarus url https://svn.freepascal.org/svn/lazarus/tags/lazarus_2_0_4/

Is that ok.


DonAlfredo

  • Hero Member
  • *****
  • Posts: 1739
Re: Fpcupdeluxe
« Reply #1345 on: August 11, 2019, 02:57:21 pm »
Update is in the making.
In the meantime: yes, you can edit fpcup.ini youraelf !

heejit

  • Full Member
  • ***
  • Posts: 245
Re: Fpcupdeluxe
« Reply #1346 on: August 11, 2019, 09:40:44 pm »
Is not working

fpcupdeluxe: ERROR: LazarusNativeInstaller (CheckModule: Lazarus): sources error (URL mismatch).
fpcupdeluxe: ERROR: LazarusNativeInstaller (CheckModule: Lazarus): desired URL=https://svn.freepascal.org/svn/lazarus/tags/lazarus_2_0_4
fpcupdeluxe: ERROR: LazarusNativeInstaller (CheckModule: Lazarus): source URL=https://svn.freepascal.org/svn/lazarus/tags/lazarus_2_0_2/


DonAlfredo

  • Hero Member
  • *****
  • Posts: 1739
Re: Fpcupdeluxe
« Reply #1347 on: August 11, 2019, 10:38:17 pm »
It is like the error tells you : new stable is another URL.
Another URL needs another install directory.

Fpcupdeluxe has an option to update the URL, but in my experience, this (svn feature) does not work well.
See Setup+. You may try it.

heejit

  • Full Member
  • ***
  • Posts: 245
Re: Fpcupdeluxe
« Reply #1348 on: August 13, 2019, 02:38:38 pm »
Let me wait for update don't want to edit any config file or workaround.

DimTim

  • New Member
  • *
  • Posts: 42
Re: Fpcupdeluxe
« Reply #1349 on: August 15, 2019, 08:20:11 am »
Probably not a problem of fpcupdeluxe, but I don't know yet where to ask. :)
I'm trying to install/update Lazarus from trunk.  FPC is made successfully, but making lazarus halts with error:


(3104) Compiling notifyprocessend.pas
(10001) PPU Loading C:\HOME\fpcupdeluxe\fpc\units\x86_64-win64\chm\chmreader.ppu
(10011) PPU Source: chmreader.pas not available
(10028) Recompiling chmreader, checksum changed for C:\HOME\fpcupdeluxe\lazarus\components\sparta\generics\lib\x86_64-win64\generics.collections.ppu
C:\HOME\fpcupdeluxe\fpc\units\x86_64-win64\chm\chmreader.ppu:chmreader.pas(81,12) Fatal: (10022) Can't find unit chmreader used by ChmLangRef
Fatal: (1018) Compilation aborted
Error: C:\HOME\fpcupdeluxe\fpc\bin\x86_64-win64\ppcx64.exe returned an error exitcode
make.exe[2]: *** [idepkg] Error 2
C:\HOME\fpcupdeluxe\fpc\bin\x86_64-win64\make.exe[1]: *** [idepkg] Error 2
Error: (lazarus) Build IDE: stopped with exit code 2
Error: (lazarus) Building IDE: Building IDE failed.
C:\HOME\fpcupdeluxe\fpcbootstrap\make.exe: *** [useride] Error 2
fpcupdeluxe: ERROR: LazarusNativeInstaller (BuildModuleCustom: UserIDE): make.exe returned error code #2

ERROR: Fpcupdeluxe fatal error !



Makefiles in lazarus project are complicated, I'm not used to their syntax, so I just copied missing source file where make can find it. :)  Yes, make accepted it.  But then more and more "missing" files were detected...

My system: Windows-7, 64 bit.  fpcupdeluxe-x86_64-win64.exe version 1.6.2y

 

TinyPortal © 2005-2018