[fpc-pascal] fpcup fails on Linux

Michael Van Canneyt michael at freepascal.org
Fri Apr 17 16:00:31 CEST 2015



On Fri, 17 Apr 2015, Juha Manninen wrote:

> On Fri, Apr 17, 2015 at 3:27 PM, Michael Van Canneyt
> <michael at freepascal.org> wrote:
>> I did a small fix, added a dependency on rtl-objpas, where the variants unit
>> is located.
>> Rev 30618.
>>
>> Can you please test if this fixes the issue for you ?
>
> Using "trunk" now in the command.
> It looks different but still fails.
> I really wonder what makes the difference because fpcup takes pretty
> much the same steps that a person would do.
>
> ...
> Start compiling package utils-fpdoc for target i386-linux.
>       Compiling fpdoc/BuildUnit_utils_fpdoc.pp
>       Compiling fpdoc/dglobals.pp
> The installer encountered the following error:
> External command "/home/juha/development/fpc/compiler/ppc386 -Tlinux
> -FUfpdoc/units/i386-linux/
> -Fu/home/juha/development/fpc/rtl/units/i386-linux/
> -Fu/home/juha/development/fpc/units/i386-linux/fcl-base
> -Fu/home/juha/development/fpc/units/i386-linux/fcl-xml
> -Fu/home/juha/development/fpc/units/i386-linux/fcl-passrc
> -Fu/home/juha/development/fpc/units/i386-linux/fcl-process
> -Fu/home/juha/development/fpc/units/i386-linux/chm -Ur -Xs -O2 -n

These paths are not correct.
They should be
-Fu/home/juha/development/fpc/packages/fcl-base/units/i386-linux
etc.

I also do not see the rtl-objpas path appearing ?

Michael.



More information about the fpc-pascal mailing list