Recent

Author Topic: Fpcupdeluxe  (Read 794420 times)

Pascal

  • Hero Member
  • *****
  • Posts: 932
Re: Fpcupdeluxe
« Reply #315 on: February 08, 2017, 11:42:34 am »
I have problems with a brand new installation:

I created a new directory and tried to build fpc with fixes and laz trunk. I got the following errors:

Code: Text  [Select][+][-]
  1. ...
  2. Hint: (11031) End of reading config file C:\freepascal.fpcupdate\config_lazarus\idemake.cfg
  3. Free Pascal Compiler version 3.0.1 [2017/02/08] for i386
  4. Copyright (c) 1993-2015 by Florian Klaempfl and others
  5. (1002) Target OS: Win32 for i386
  6. (3104) Compiling lazarus.pp
  7. (10001) PPU Loading C:\freepascal.fpcupdate\lazarus\components\lazutils\lib\i386-win32\lazutf8.ppu
  8. (10011) PPU Source: lazutf8.pas not found
  9. (10011) PPU Source: lazutils_defines.inc not available
  10. (10011) PPU Source: winlazutf8.inc not available
  11. (10028) Recompiling LazUTF8, checksum changed for windows
  12. C:\freepascal.fpcupdate\lazarus\ide\lazutf8.pas(78,12) Fatal: (10022) Can't find unit LazUTF8 used by Interfaces
  13. Fatal: (1018) Compilation aborted
  14. Error: C:\freepascal.fpcupdate\fpc\bin\i386-win32\ppc386.exe returned an error exitcode
  15. make[2]: *** [lazarus.exe] Error 1
  16. make[2]: Leaving directory `C:/freepascal.fpcupdate/lazarus/ide'
  17. make[1]: *** [idepkg] Error 2
  18. make[1]: Leaving directory `C:/freepascal.fpcupdate/lazarus/ide'
  19. make: *** [idepkg] Error 2
  20. make: Leaving directory `C:/freepascal.fpcupdate/lazarus'
  21. Error: (lazarus) Build IDE: stopped with exit code 2
  22.  
  23. fpcupdeluxe: info: InstallerUniversal: error trying to rebuild Lazarus.
  24. Details:
  25. fpcupdeluxe: info: Error running fpcup. Technical details: error executing sequence suggestedpackages; line: 5, param: suggestedpackages
  26. fpcupdeluxe: info: Error running fpcup. Technical details: error executing sequence UniversalDefault; line: 2, param: suggestedpackages
  27. fpcupdeluxe: info: Error running fpcup. Technical details: error executing sequence DefaultWin32; line: 6, param: UniversalDefault
  28.  
  29.  
  30. ERROR: Fpcupdeluxe failed.

What did i do wrong?
laz trunk x64 - fpc trunk i386 (cross x64) - Windows 10 Pro x64 (21H2)

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1739
Re: Fpcupdeluxe
« Reply #316 on: February 08, 2017, 11:53:56 am »
Mmm, I would strongly advice against using a dot in a pathname.
However, I do not know if this dot is the cause of your problems, but I would like to ask you to try again without dot !
I wish with more luck.

Thaddy

  • Hero Member
  • *****
  • Posts: 14204
  • Probably until I exterminate Putin.
Re: Fpcupdeluxe
« Reply #317 on: February 08, 2017, 12:02:42 pm »
Mmm, I would strongly advice against using a dot in a pathname.
WHAT?
 >:( Under linux at least configuration data e.g. icon path and jcf reg.xml, is stored in a hidden path and a hidden path even starts with a dot....
pi@raspberrypi:~/.config $ ls
autostart  galculator  leafpad      lxterminal     Trolltech.conf
chromium   geany       libfm        menus          user-dirs.dirs
dconf      gpicview    libreoffice  mimeapps.list  user-dirs.locale
enchant    gtk-2.0     libvirt      openbox        vlc
epiphany   gtk-3.0     lxpanel      pcmanfm        xarchiver
fppkg.cfg  lazarus     lxsession    pulse


Silly advice. < very grumpy mode firmly on  >:D >:D >:D >:D>

Or weren't you aware of that?
« Last Edit: February 08, 2017, 12:13:40 pm by Thaddy »
Specialize a type, not a var.

jacmoe

  • Full Member
  • ***
  • Posts: 249
    • Jacmoe's Cyber SoapBox
Re: Fpcupdeluxe
« Reply #318 on: February 08, 2017, 12:12:20 pm »
>:( Under linux at least configuration data e.g. icon path, is stored in a hidden path and a hidden path even starts with a dot....
[...]
Silly advice.
There is quite a difference between a name starting with a dot to a name having a dot in the middle.

Also, Windows is not Linux..

It can't hurt to try again without a dot. Who knows?
more signal - less noise

Thaddy

  • Hero Member
  • *****
  • Posts: 14204
  • Probably until I exterminate Putin.
Re: Fpcupdeluxe
« Reply #319 on: February 08, 2017, 12:15:17 pm »
Quote
It can't hurt to try again without a dot. Who knows?
No. dots in pathnames are allowed in windows too (8.3 convention at least). It is plain and simple a task of the programmer to take care of it.
IF it makes a difference to use a dot or not that is programmer error, big time.
« Last Edit: February 08, 2017, 12:17:34 pm by Thaddy »
Specialize a type, not a var.

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1739
Re: Fpcupdeluxe
« Reply #320 on: February 08, 2017, 12:24:41 pm »
@Thaddy

That is why I asked for a retry.
As you can imagine, the test-matrix for fpcdeluxe is HUGE.
Many systems, different os,cpu,distro,FPC/Laz combo's. Even without taking the cross-compiler options in consideration.

If fpcupdeluxe works without dot, and fails with, I have something(s) to do ...

Pascal

  • Hero Member
  • *****
  • Posts: 932
Re: Fpcupdeluxe
« Reply #321 on: February 08, 2017, 01:08:41 pm »
The same error with directory "freepascal_fpcupdate".

Try it yourself:
- create directory
- start fpcupdeluxe
- select directory
- select fpc/fixes
- select lazarus/trunk
- press "Install/update FPC+Laz"
laz trunk x64 - fpc trunk i386 (cross x64) - Windows 10 Pro x64 (21H2)

DonaldShimoda

  • Full Member
  • ***
  • Posts: 109
    • Parallel Pascal Worlds
Re: Fpcupdeluxe
« Reply #322 on: February 08, 2017, 03:00:32 pm »
Mmm, I would strongly advice against using a dot in a pathname.
However, I do not know if this dot is the cause of your problems, but I would like to ask you to try again without dot !
I wish with more luck.

Newpasacal builds (both new pascal and newpascalgit) don't work on linux 386, using the latest build of fpcupdeluxe V 1.2.0l. Please let me know which more info can i provide to help fix that.

Error say:

Code: Pascal  [Select][+][-]
  1. fpcupdeluxe: info: FPC was at: failure
  2. fpcupdeluxe: info: No updates for FPC found.
  3. fpcupdeluxe: info: Error running fpcup. Technical details: error executing sequence fpc; line: 4, param: FPC
  4. fpcupdeluxe: info: Error running fpcup. Technical details: error executing sequence Default; line: 3, param: fpc
  5. ERROR: Fpcupdeluxe failed.


Trunk builds work fine.

Best regards.


jacmoe

  • Full Member
  • ***
  • Posts: 249
    • Jacmoe's Cyber SoapBox
Re: Fpcupdeluxe
« Reply #323 on: February 08, 2017, 03:07:01 pm »
Are you on 32bit Linux?
Most of us are using x86_64
more signal - less noise

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1739
Re: Fpcupdeluxe
« Reply #324 on: February 08, 2017, 03:13:23 pm »
Not sure, but I suspect a small bug in the Lazarus trunk.
See: http://svn.freepascal.org/cgi-bin/viewvc.cgi?view=revision&root=lazarus&revision=54120

Please try the previous revision of Lazarus: 54119.
Howto:
In fpcupdeluxe, press Setup+ and put 54119 in the Lazarus revision box and build again.

DonaldShimoda

  • Full Member
  • ***
  • Posts: 109
    • Parallel Pascal Worlds
Re: Fpcupdeluxe
« Reply #325 on: February 08, 2017, 03:21:13 pm »
Are you on 32bit Linux?
Most of us are using x86_64

Yes 32 bit linux,
Don't work on 32 bit linux?

Pascal

  • Hero Member
  • *****
  • Posts: 932
Re: Fpcupdeluxe
« Reply #326 on: February 08, 2017, 03:22:42 pm »
Not sure, but I suspect a small bug in the Lazarus trunk.
Yes, unit LCLProc is missing or DebugLn not deleted.
laz trunk x64 - fpc trunk i386 (cross x64) - Windows 10 Pro x64 (21H2)

DonaldShimoda

  • Full Member
  • ***
  • Posts: 109
    • Parallel Pascal Worlds
Re: Fpcupdeluxe
« Reply #327 on: February 08, 2017, 03:33:15 pm »
Not sure, but I suspect a small bug in the Lazarus trunk.
See: http://svn.freepascal.org/cgi-bin/viewvc.cgi?view=revision&root=lazarus&revision=54120

Please try the previous revision of Lazarus: 54119.
Howto:
In fpcupdeluxe, press Setup+ and put 54119 in the Lazarus revision box and build again.

I just trying to build new pascal btw

Pascal

  • Hero Member
  • *****
  • Posts: 932
Re: Fpcupdeluxe
« Reply #328 on: February 08, 2017, 03:48:17 pm »
Not sure, but I suspect a small bug in the Lazarus trunk.
See: http://svn.freepascal.org/cgi-bin/viewvc.cgi?view=revision&root=lazarus&revision=54120

Please try the previous revision of Lazarus: 54119.
Howto:
In fpcupdeluxe, press Setup+ and put 54119 in the Lazarus revision box and build again.

Problem is still the same  :(
laz trunk x64 - fpc trunk i386 (cross x64) - Windows 10 Pro x64 (21H2)

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1739
Re: Fpcupdeluxe
« Reply #329 on: February 08, 2017, 03:54:47 pm »
@DonaldShimoda
I just did a clean install of NewPacal on my Mint32, without any problem.
So, please show (attach) the output of the green-screen ?

@Pascal
Also just did a clean install of FPC fixes and Lazarus trunk 54119 on my Win10, without any problem.
Is the error the same as you already reported ?

 

TinyPortal © 2005-2018