[fpc-devel] Cannot build Lazarus with actual FPC main

Michael Van Canneyt michael at freepascal.org
Fri Aug 19 11:51:08 CEST 2022



On Fri, 19 Aug 2022, Gabor Boros via fpc-devel wrote:

> Hi All,
>
> With actual FPC main (61debb15) got the below error. No error with an earlier 
> FPC main (8028a769). Any idea?
>
>
> make -C packager/registration
> make[1]: Entering directory `e:/Lazarus/main/packager/registration'
> E:/FPC/3.2.2/bin/i386-Win32/rm.exe -f ../units/x86_64-win64/fcllaz.ppu
> E:/FPC/3.2.2/bin/i386-Win32/gmkdir.exe -p ../units/x86_64-win64
> E:/FPC/3.3.1/bin/x86_64-win64/ppcx64.exe -MObjFPC -Scghi -O1 -g -gl -l 
> -vewnhibq -Fu. -FE. -FU../units/x86_64-win64 -dx86_64 fcllaz.pas
> Hint: (11030) Start of reading config file 
> E:\FPC\3.3.1\bin\x86_64-win64\fpc.cfg
> Hint: (11031) End of reading config file 
> E:\FPC\3.3.1\bin\x86_64-win64\fpc.cfg
> Free Pascal Compiler version 3.3.1 [2022/08/19] for x86_64
> Copyright (c) 1993-2022 by Florian Klaempfl and others
> (1002) Target OS: Win64 for x64
> (3104) Compiling fcllaz.pas
> e:\Lazarus\main\packager\registration\fcllaz.pas(11,3) Fatal: (10022) Can't 
> find unit db used by fcllaz
> Fatal: (1018) Compilation aborted
> make[1]: *** [fcllaz.ppu] Error 1
> make[1]: Leaving directory `e:/Lazarus/main/packager/registration'
> make: *** [registration] Error 2

Do you find the db.ppu unit if you look for it ?

It's a pretty basic unit, I can't imagine that it would not have been
compiled.

Michael.



More information about the fpc-devel mailing list