Recent

Author Topic: Fpcupdeluxe  (Read 794462 times)

nouzi

  • Sr. Member
  • ****
  • Posts: 296
Re: Fpcupdeluxe
« Reply #1095 on: January 21, 2019, 05:48:20 pm »
There is now a new release of fpcupdeluxe (1.6.2i).
I hope it will solve the download (e.g. openssl) problems !
Please try this latest release.
how to fixe this err
'fpcupdeluxe: WARNING: FPCNativeInstaller (DownloadOpenSSL): No OpenSLL library files available for SSL. Going to download them'
i'm use last ver 1.6.2i

My English is  bad
Lazarus last version free pascal last version
Lazarus trunk  free pascal trunk 
System : Linux mint  64bit  Windows 7 64bit

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1739
Re: Fpcupdeluxe
« Reply #1096 on: January 21, 2019, 06:03:27 pm »
This is just a warning. Fpcupdeluxe will try to get them from various sources !

balazsszekely

  • Guest
Re: Fpcupdeluxe
« Reply #1097 on: January 22, 2019, 06:20:51 am »
Hi DonAlfredo,

In order to allow other instance of VTV(VirtualTreeView) to be installed, we renamed the one shipped with lazarus to laz.virtualtreeview_package.lpk the old one was virtualtreeview_package.lpk. Since VTV is installed by default, can you please modify Fpcupdeluxe exe to install the new version?

af0815

  • Hero Member
  • *****
  • Posts: 1289
Re: Fpcupdeluxe
« Reply #1098 on: January 22, 2019, 06:34:54 am »
Since VTV is installed by default, can you please modify Fpcupdeluxe exe to install the new version?
Is this only true for Trunk or for Fixes20 too ?!
regards
Andreas

balazsszekely

  • Guest
Re: Fpcupdeluxe
« Reply #1099 on: January 22, 2019, 07:29:40 am »
@af0815
Quote
Is this only true for Trunk or for Fixes20 too ?!
I'm afraid it's for Trunk only. Too many things has changed, it would be risky to merge back to the fixes branch.

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1739
Re: Fpcupdeluxe
« Reply #1100 on: January 22, 2019, 09:21:25 am »
@GetMem
Lazbuild trunk does not yet work with dotted names !
Please change line 490 of lazbuild.lpr from
if (Result.Name='') or (not LazIsValidIdent(Result.Name)) then begin
to
if (Result.Name='') or (not LazIsValidIdent(Result.Name,true,false)) then begin

balazsszekely

  • Guest
Re: Fpcupdeluxe
« Reply #1101 on: January 22, 2019, 09:47:33 am »
@DonAlfredo
Thanks. Done in r. 60146.

avra

  • Hero Member
  • *****
  • Posts: 2514
    • Additional info
Re: Fpcupdeluxe
« Reply #1102 on: January 22, 2019, 09:57:51 pm »
Just installed 32-bit Laz 2.0 fixes and FPC 3.2 fixes with latest fpcupdeluxe with success. However cross compiler to i386-linux fails.

Quote
make: Leaving directory `C:/PRG/Lazarus/FixesAll.20x32x/fpcsrc'
fpcupdeluxe: info: FPCCrossInstaller (BuildModule: FPC): Building module FPC...
fpcupdeluxe: info: FPC i386-linux cross-builder: Detected source version FPC (compiler): 3.2.0
fpcupdeluxe: ERROR: TAny_linux-i386: Searched but did not find any binary utilities !!
fpcupdeluxe: ERROR: Failed to get crossbinutils
fpcupdeluxe: ERROR: TAny_linux-i386: Searched but did not find any library !!
fpcupdeluxe: ERROR: Failed to get crosslibrary

Fpcupdeluxe failed due to missing cross binary tools.
Looking for fpcupdeluxe cross-tools on GitHub (if any).
Going to download the right cross-bins. Can (will) take some time !
Please wait: Going to download the zip binary-tools from https://github.com/LongDirtyAnimAlf/fpcupdeluxe/releases/download/wincrossbins_v1.0/WinCrossBinsLinuxi386.zip
fpcupdeluxe: info: Native downloader: Getting WinCrossBinsLinuxi386.zip from https://github.com/LongDirtyAnimAlf/fpcupdeluxe/releases/download/wincrossbins_v1.0/
fpcupdeluxe: info: Native downloader: Getting WinCrossBinsLinuxi386.zip from https://github.com/LongDirtyAnimAlf/fpcupdeluxe/releases/download/wincrossbins_v1.0/
Please wait: Going to download the rar binary-tools from https://github.com/LongDirtyAnimAlf/fpcupdeluxe/releases/download/wincrossbins_v1.0/WinCrossBinsLinuxi386.rar
fpcupdeluxe: info: Native downloader: Getting WinCrossBinsLinuxi386.rar from https://github.com/LongDirtyAnimAlf/fpcupdeluxe/releases/download/wincrossbins_v1.0/
fpcupdeluxe: info: Native downloader: Getting WinCrossBinsLinuxi386.rar from https://github.com/LongDirtyAnimAlf/fpcupdeluxe/releases/download/wincrossbins_v1.0/
Going to download the right cross-libs. Can (will) take some time !
Please wait: Going to download the libraries from https://github.com/LongDirtyAnimAlf/fpcupdeluxe/releases/download/crosslibs_v1.1/CrossLibsLinuxi386.zip
fpcupdeluxe: info: Native downloader: Getting CrossLibsLinuxi386.zip from https://github.com/LongDirtyAnimAlf/fpcupdeluxe/releases/download/crosslibs_v1.1/
fpcupdeluxe: info: Native downloader: Getting CrossLibsLinuxi386.zip from https://github.com/LongDirtyAnimAlf/fpcupdeluxe/releases/download/crosslibs_v1.1/
Please wait: Going to download the libraries from https://github.com/LongDirtyAnimAlf/fpcupdeluxe/releases/download/crosslibs_v1.1/CrossLibsLinuxi386.rar
fpcupdeluxe: info: Native downloader: Getting CrossLibsLinuxi386.rar from https://github.com/LongDirtyAnimAlf/fpcupdeluxe/releases/download/crosslibs_v1.1/
fpcupdeluxe: info: Native downloader: Getting CrossLibsLinuxi386.rar from https://github.com/LongDirtyAnimAlf/fpcupdeluxe/releases/download/crosslibs_v1.1/
No luck in getting then cross-tools ... aborting.

EDIT: Cross compiler for x64-linux failed, too.

Quote
make: Leaving directory `C:/PRG/Lazarus/FixesAll.20x32x/fpcsrc'
fpcupdeluxe: info: FPCCrossInstaller (BuildModule: FPC): Building module FPC...
fpcupdeluxe: info: FPC x86_64-linux cross-builder: Detected source version FPC (compiler): 3.2.0
fpcupdeluxe: ERROR: TAny_linux-x86_64: Searched but did not find any binary utilities !!
fpcupdeluxe: ERROR: Failed to get crossbinutils
fpcupdeluxe: ERROR: TAny_linux-x86_64: Searched but did not find any library !!
fpcupdeluxe: ERROR: Failed to get crosslibrary

Fpcupdeluxe failed due to missing cross binary tools.
Looking for fpcupdeluxe cross-tools on GitHub (if any).
Going to download the right cross-bins. Can (will) take some time !
Please wait: Going to download the zip binary-tools from https://github.com/LongDirtyAnimAlf/fpcupdeluxe/releases/download/wincrossbins_v1.0/WinCrossBinsLinuxx64.zip
fpcupdeluxe: info: Native downloader: Getting WinCrossBinsLinuxx64.zip from https://github.com/LongDirtyAnimAlf/fpcupdeluxe/releases/download/wincrossbins_v1.0/
fpcupdeluxe: info: Native downloader: Getting WinCrossBinsLinuxx64.zip from https://github.com/LongDirtyAnimAlf/fpcupdeluxe/releases/download/wincrossbins_v1.0/
Please wait: Going to download the rar binary-tools from https://github.com/LongDirtyAnimAlf/fpcupdeluxe/releases/download/wincrossbins_v1.0/WinCrossBinsLinuxx64.rar
fpcupdeluxe: info: Native downloader: Getting WinCrossBinsLinuxx64.rar from https://github.com/LongDirtyAnimAlf/fpcupdeluxe/releases/download/wincrossbins_v1.0/
fpcupdeluxe: info: Native downloader: Getting WinCrossBinsLinuxx64.rar from https://github.com/LongDirtyAnimAlf/fpcupdeluxe/releases/download/wincrossbins_v1.0/
Going to download the right cross-libs. Can (will) take some time !
Please wait: Going to download the libraries from https://github.com/LongDirtyAnimAlf/fpcupdeluxe/releases/download/crosslibs_v1.1/CrossLibsLinuxx64.zip
fpcupdeluxe: info: Native downloader: Getting CrossLibsLinuxx64.zip from https://github.com/LongDirtyAnimAlf/fpcupdeluxe/releases/download/crosslibs_v1.1/
fpcupdeluxe: info: Native downloader: Getting CrossLibsLinuxx64.zip from https://github.com/LongDirtyAnimAlf/fpcupdeluxe/releases/download/crosslibs_v1.1/
Please wait: Going to download the libraries from https://github.com/LongDirtyAnimAlf/fpcupdeluxe/releases/download/crosslibs_v1.1/CrossLibsLinuxx64.rar
fpcupdeluxe: info: Native downloader: Getting CrossLibsLinuxx64.rar from https://github.com/LongDirtyAnimAlf/fpcupdeluxe/releases/download/crosslibs_v1.1/
fpcupdeluxe: info: Native downloader: Getting CrossLibsLinuxx64.rar from https://github.com/LongDirtyAnimAlf/fpcupdeluxe/releases/download/crosslibs_v1.1/
No luck in getting then cross-tools ... aborting.
« Last Edit: January 22, 2019, 10:53:11 pm by avra »
ct2laz - Conversion between Lazarus and CodeTyphon
bithelpers - Bit manipulation for standard types
pasettimino - Siemens S7 PLC lib

avra

  • Hero Member
  • *****
  • Posts: 2514
    • Additional info
Re: Fpcupdeluxe
« Reply #1103 on: January 27, 2019, 11:44:19 am »
Just installed 32-bit Laz 2.0 fixes and FPC 3.2 fixes with latest fpcupdeluxe with success. However cross compiler to i386-linux fails.
It seams that new 1.6.2j has fixed this issue. So far I only tried i386-linux cross and it works now. Thanks!
ct2laz - Conversion between Lazarus and CodeTyphon
bithelpers - Bit manipulation for standard types
pasettimino - Siemens S7 PLC lib

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1739
Re: Fpcupdeluxe
« Reply #1104 on: January 27, 2019, 12:48:09 pm »
Thanks for reporting back.
Downloading on Windows has become increasingly difficult.
Fpcupdeluxe 1.6.2j now uses 4 methods to get the files from online sources.
1: TFPHTTPClient
2: Windows PowerShell
3: wget
4: (lib)curl
And even then, failures still happen unfortunately.

Windsurfer

  • Sr. Member
  • ****
  • Posts: 368
    • Windsurfer
Re: Fpcupdeluxe
« Reply #1105 on: January 27, 2019, 04:07:03 pm »
Thanks for the wonderful job you are doing.

I have one request.

I use a hi-dpi screen with Linux Mint 19.1 Cinnamon. It has good facilities for adjusting the size of text, but cannot get to the terminal window in Fpcupdeluxe. The attached screen shot shows the output. It is not high priority because I can copy and paste the output into a text editor.

Would it be possible to increase the size of the terminal text?

[Edit] I have looked at the source code. In Project Options, clicking 'Use LCL scaling (Hi Dpi)' for Linux seemed to make a small difference. I played with text size and height (I know one is not to be used, but cannot remember which.), but could not get consistent results.

« Last Edit: January 27, 2019, 04:39:34 pm by Windsurfer »

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1739
Re: Fpcupdeluxe
« Reply #1106 on: January 27, 2019, 05:20:12 pm »
You should be able to adjust the console font size with left-ctrl and mouse scroll button.
Does this work for you ?

Windsurfer

  • Sr. Member
  • ****
  • Posts: 368
    • Windsurfer
Re: Fpcupdeluxe
« Reply #1107 on: January 28, 2019, 02:32:49 pm »
Wow, it works perfectly. Thank you.

I had tried CTRL - and CTRL SHIFT + with no success.

MISV

  • Hero Member
  • *****
  • Posts: 783
Re: Fpcupdeluxe
« Reply #1108 on: January 29, 2019, 10:58:15 pm »


Using fpcupdeluxe v1.6.2j for x86_64-darwin-cocoa

to download fpc/fpcsrc/lazarus (tried both with "trunk" and both with "trunkgit")

it pretty quickly fails at error

Quote
pas2jsfiler.pp(211,5) Error: Expected another 1 array elements
pas2jsfiler.pp(1065,1) Fatal: There were 1 errors compiling module, stopping

Not sure how to work around it, but figured I would report it for anyone interested



Is there anyway to manually fix the problem and then have fpcupdeluxe resume?

Is there anyway to tell fpcupdeluxe not to download/compile those units?

Trenatos

  • Hero Member
  • *****
  • Posts: 535
    • MarcusFernstrom.com
Re: Fpcupdeluxe
« Reply #1109 on: February 03, 2019, 05:56:23 am »
I just used 1.6.2j to install FPC + Laz + Linux crosscompiler trunk for OSX Cocoa in a brand new folder.

It succeeded with no errors, but when I try to start Lazarus I get "Error: the Fppkg configuration is corrupt."

Haven't seen that one before.

 

TinyPortal © 2005-2018