Recent

Author Topic: Fpcupdeluxe  (Read 794377 times)

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1739
Re: Fpcupdeluxe
« Reply #945 on: September 06, 2018, 09:36:57 pm »
@jshah
I have tried to reproduce your wince error, but did not succeed.
My steps:
1: delete /cross/arm-wince
2: use the latest fpcupdeluxe to re-install cross-compiler

@ASBzone
Code-signing is not an option for me: too many binaries for too many platform with too many different security systems.

@WayneSherman
If time permits, will look into these additional shortcuts.

heejit

  • Full Member
  • ***
  • Posts: 245
Re: Fpcupdeluxe
« Reply #946 on: September 06, 2018, 10:32:39 pm »
It is working now

1. delete fpc-trunk/cross/bin/arm-wince

2. install cross-complier

Thanks

Josh

  • Hero Member
  • *****
  • Posts: 1271
Re: Fpcupdeluxe
« Reply #947 on: September 11, 2018, 08:19:27 pm »
Hi

Just downloaded latest 1.6.1j x86-64--darwin-cocoa of fpcupdeluxe to install a fresh install of trunk for laz and fpc on macOs cocoa.

fpcupdeluxe finishes, with message that went well.

Clicking the created shortcut I get arithmetic Overflow error. Click OK, then try to re-build Laz and Get the same error..

Tried starting using the startlazarus and just the lazarus in new folder and get the same error.

Is this a known bug?

Previous version I had from 3 months ago worked; and wanted to see the changes to the cocoa widgetset.
The best way to get accurate information on the forum is to post something wrong and wait for corrections.

Trenatos

  • Hero Member
  • *****
  • Posts: 535
    • MarcusFernstrom.com
Re: Fpcupdeluxe
« Reply #948 on: September 11, 2018, 09:02:47 pm »
josh, I've had to rebuild from the commandline/terminal for a while when using fpcupdeluxe

Code: Pascal  [Select][+][-]
  1. lazbuild --build-ide= --widgetset="Cocoa"

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1739
Re: Fpcupdeluxe
« Reply #949 on: September 12, 2018, 06:06:00 am »
Just did some tests on Cocoa. Clean install. All seems well. No arithmetic overflow anymore.
I have tried to debug the cause of this error anyhow. Its caused by the auto-creation of project-files when Lazarus starts. I have to dig deeper to find the problem-spot however. There is some irrationality in the behavior of Lazarus at this point (or poorly understood behavior by me).

Josh

  • Hero Member
  • *****
  • Posts: 1271
Re: Fpcupdeluxe
« Reply #950 on: September 12, 2018, 09:02:41 pm »
Thanks Trenatos; building using lazbuild solved it.
i can now carry on withh some test.
The best way to get accurate information on the forum is to post something wrong and wait for corrections.

ASBzone

  • Hero Member
  • *****
  • Posts: 678
  • Automation leads to relaxation...
    • Free Console Utilities for Windows (and a few for Linux) from BrainWaveCC
Re: Fpcupdeluxe
« Reply #951 on: September 13, 2018, 04:44:25 am »
@ASBzone
Code-signing is not an option for me: too many binaries for too many platform with too many different security systems.

Fair enough.  Thanks for all the work you do put into this project.
-ASB: https://www.BrainWaveCC.com/

Lazarus v2.2.7-ada7a90186 / FPC v3.2.3-706-gaadb53e72c
(Windows 64-bit install w/Win32 and Linux/Arm cross-compiles via FpcUpDeluxe on both instances)

My Systems: Windows 10/11 Pro x64 (Current)

Josh

  • Hero Member
  • *****
  • Posts: 1271
Re: Fpcupdeluxe
« Reply #952 on: September 13, 2018, 12:41:42 pm »
Hi DonAlfredo,

just tried a fresh instal, and am still getting arithmetic overflow, after running lazbuild The version running are Laz SVN 58971. I can only get this after running lazbuild as the help about gives arithmetic  overflow.

The best way to get accurate information on the forum is to post something wrong and wait for corrections.

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1739
Re: Fpcupdeluxe
« Reply #953 on: September 13, 2018, 03:17:59 pm »
Did you really do a fresh install ?
After a fresh install, when starting Lazarus with the desktop-shortcut, the screen should look like the included screenshot !

dmitryb

  • Jr. Member
  • **
  • Posts: 62
Re: Fpcupdeluxe
« Reply #954 on: September 27, 2018, 02:55:21 pm »
Hello

Can't install Stable Lazarus on macOS Sierra 10-12-2
Here is screen with log


heejit

  • Full Member
  • ***
  • Posts: 245
Re: Fpcupdeluxe
« Reply #955 on: September 27, 2018, 04:43:23 pm »
I am using trunk version of fpc and lazarus

wince cross compiler error :

fpcupdeluxe: Start of compile error summary.
Fatal: (1018) Compilation aborted
/home/jiten/fpc-trunk/lazarus/lcl/units/arm-wince/intfgraphics.ppu:intfgraphics.pas(26,16) Fatal: Internal error 200310221
fpcupdeluxe: Start of compile error summary.
Error: /home/jiten/fpc-trunk/fpc/bin/x86_64-linux/ppcrossarm returned an error exitcode
fpcupdeluxe: Start of compile error summary.
Error: (lazarus) Compile package LCL 2.1: stopped with exit code 256
fpcupdeluxe: Start of compile error summary.
Error: (lazbuild) LCL 2.1 compilation failed

WayneSherman

  • Full Member
  • ***
  • Posts: 243
Re: Fpcupdeluxe
« Reply #956 on: September 29, 2018, 06:07:57 am »
Tested fpcupdeluxe-x86_64-linux ver v1.6.1l  on Xubuntu 16.04 and 18.04
It fails to build FPC stable or trunk (but ver v1.6.1j works).

ver v1.6.1l Log:

make compiler_distinstall FPC=/home/wsherman/fpcupdeluxe_test/fpcsrc/compiler/ppcx64 ZIPDESTDIR=/home/wsherman/fpcupdeluxe_test/fpcsrc FPCMAKE=/home/wsherman/fpcupdeluxe_test/fpcsrc/utils/fpcm/bin/x86_64-linux/fpcmake
make -C compiler distinstall
make -C utils install
/usr/bin/install -m 755 -d /home/wsherman/fpcupdeluxe_test/fpc/bin/x86_64-linux
/usr/bin/install -c -m 755 fpc ppufiles ppudump ppumove mkarmins mkx86ins /home/wsherman/fpcupdeluxe_test/fpc/bin/x86_64-linux
/usr/bin/install -m 755 -d /home/wsherman/fpcupdeluxe_test/fpc/lib/fpc/3.0.4
/usr/bin/install -c -m 755 ppcx64 /home/wsherman/fpcupdeluxe_test/fpc/lib/fpc/3.0.4/ppcx64
/usr/bin/install -m 755 -d /home/wsherman/fpcupdeluxe_test/fpc/lib/fpc/3.0.4
/usr/bin/install -c -m 755 utils/samplecfg /home/wsherman/fpcupdeluxe_test/fpc/lib/fpc/3.0.4/samplecfg
/usr/bin/install: cannot stat 'utils/samplecfg': No such file or directory
Makefile:4064: recipe for target 'install' failed
Makefile:2497: recipe for target 'compiler_distinstall' failed
make[2]: *** [compiler_distinstall] Error 2
Makefile:2846: recipe for target 'installbase' failed
make[1]: *** [installbase] Error 2
Makefile:2869: recipe for target 'installall' failed
make: *** [installall] Error 2

fpcupdeluxe: ERROR: FPCNativeInstaller (CleanModule: FPC): Error running make for FPC failed with exit code 512
. Details:

ERROR: Fpcupdeluxe fatal error !

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1739
Re: Fpcupdeluxe
« Reply #957 on: September 29, 2018, 06:47:58 am »
@WayneSherman
This error is confirmed and reproducible and (yet) un-explainable. Will look into it.

Edit.
Found the bugger.
Will release a new version soon !
Thanks for reporting.

Edit2:
Latest release should solve.
Please test.
« Last Edit: September 29, 2018, 08:55:35 am by DonAlfredo »

WayneSherman

  • Full Member
  • ***
  • Posts: 243
Re: Fpcupdeluxe
« Reply #958 on: September 29, 2018, 09:08:52 pm »
Thank you DonAlfredo, v1.6.1m works.

Josh

  • Hero Member
  • *****
  • Posts: 1271
Re: Fpcupdeluxe
« Reply #959 on: October 01, 2018, 11:33:24 am »
Hi

No Mac OS pre compiled installers ? in m

The best way to get accurate information on the forum is to post something wrong and wait for corrections.

 

TinyPortal © 2005-2018