[fpc-pascal] Strange output from make when building 3.2.0

Sven Barth pascaldragon at googlemail.com
Thu Feb 25 18:58:49 CET 2021


Am 25.02.2021 um 13:38 schrieb Bo Berglund via fpc-pascal:
> On Thu, 25 Feb 2021 10:59:14 +0100, Marco van de Voort via fpc-pascal
> <fpc-pascal at lists.freepascal.org> wrote:
>
>> Op 2021-02-25 om 10:12 schreef Bo Berglund via fpc-pascal:
>>> I am installing fpc 3.2.0 on a notebook running Ubuntu 20.04 LTS
>>> When I execute make clean and make sourceinstall I get this strange output
>>> message:
>>>
>>>    :~/dev/fpc/3.2.0$ time make sourceinstall PREFIX=$HOME
>>>    make: -iVSPTPSOTO: Command not found
>> Missing FPC install.  It can't find a "fpc" binary
> Is this a hen-and-egg situation?
>
> I am installing fpc/lazarus for the first time on this computer and I am doing
> it from sources. So there is no previous compiler except for the seed executable
> (3.0.4) I used to build fpc with...

Best use the installer archives if you don't want to use or can't use 
the distribution's packages: 
https://www.freepascal.org/down/x86_64/linux.html

> I next tried to do a lazarus build, but this is what I ended up with:
>
> make bigide "FPC=$HOME/bin/ppcx64"
> --- 48 s of build output ---
> /home/bosse/dev/lazarus/2.0.12/ide/lazbuild.lpr(1484,9) Note: (6058) Call to
> subroutine "function GetDebugLogger:TLazLogger;" marked as inline is not inlined
> /home/bosse/dev/lazarus/2.0.12/ide/lazbuild.lpr(1869,1) Error: (9021) resource
> compiler "fpcres" not found, switching to external mode
> /home/bosse/dev/lazarus/2.0.12/ide/lazbuild.lpr(1869,1) Fatal: (10026) There
> were 1 errors compiling module, stopping
> Fatal: (1018) Compilation aborted
> make[2]: *** [Makefile:4239: lazbuild] Error 1
> make[2]: Leaving directory '/home/bosse/dev/lazarus/2.0.12/ide'
> make[1]: *** [Makefile:4671: lazbuilder] Error 2
> make[1]: Leaving directory '/home/bosse/dev/lazarus/2.0.12/ide'
> make: *** [Makefile:3696: lazbuild] Error 2
Again, missing a full installation.

Regards,
Sven


More information about the fpc-pascal mailing list