Re: [fpc-devel] Unknown compilerproc in r 46894

2020-09-19 Thread Ryan Joseph via fpc-devel


> On Sep 19, 2020, at 5:43 PM, Jonas Maebe via fpc-devel 
>  wrote:
> 
> It will work if you start your build with FPC 3.2.0 instead of 3.0.4.

yes, that worked. thanks. 3.0.4 is officially not possible to use for 
bootstrapping I guess.

Regards,
Ryan Joseph

___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel


Re: [fpc-devel] Unknown compilerproc in r 46894

2020-09-19 Thread Jonas Maebe via fpc-devel
On 19/09/2020 14:11, Ryan Joseph via fpc-devel wrote:
>> On Sep 19, 2020, at 5:43 PM, Jonas Maebe via fpc-devel 
>>  wrote:
>>
>> It will work if you start your build with FPC 3.2.0 instead of 3.0.4.
> yes, that worked. thanks. 3.0.4 is officially not possible to use for 
> bootstrapping I guess.

It was an accident, which will be fixed.


Jonas
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel


Re: [fpc-devel] Unknown compilerproc in r 46894

2020-09-19 Thread Ryan Joseph via fpc-devel


> On Sep 19, 2020, at 2:35 PM, Michael Van Canneyt  
> wrote:
> 
> 
> It is a known issue, needs still to be fixed.
> 
> Michael.

A quick search suggests that https://bugs.freepascal.org/view.php?id=37221 is 
causing the problem. Sven applied my patch (array related) as well as this one 
which seems to be causing the problem. I'll wait until those guys resolve it. 
Thanks.

Regards,
Ryan Joseph

___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel


Re: [fpc-devel] Unknown compilerproc in r 46894

2020-09-19 Thread Jonas Maebe via fpc-devel
On 19/09/2020 04:23, Ryan Joseph via fpc-devel wrote:
> I was just going to test the applied patch 
> https://bugs.freepascal.org/view.php?id=36909 with revision 46894 and I got 
> this error. Any ideas?

It will work if you start your build with FPC 3.2.0 instead of 3.0.4.


Jonas
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel


Re: [fpc-devel] Unknown compilerproc in r 46894

2020-09-19 Thread Michael Van Canneyt via fpc-devel



It is a known issue, needs still to be fixed.

Michael.

On Sat, 19 Sep 2020, Ryan Joseph via fpc-devel wrote:


I was just going to test the applied patch 
https://bugs.freepascal.org/view.php?id=36909 with revision 46894 and I got 
this error. Any ideas?



/usr/local/lib/fpc/3.0.4/ppcx64 -Ur -Xs -O2 -n -Fux86_64 -Fusystems 
-Fu/Users/ryanjoseph/Developer/fpc/rtl/units/x86_64-darwin -Fix86_64 
-FEx86_64/bin/x86_64-darwin -FUx86_64/units/x86_64-darwin -dRELEASE 
-XR/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
   -dx86_64 -dGDB -dBROWSERLOG -Fux86 -Fix86 pp.pas
optdfa.pas(342,20) Fatal: Unknown compilerproc "fpc_dynarray_copy". Check if 
you use the correct run time library.
Fatal: Compilation aborted
make[5]: *** [ppcx64] Error 1
make[4]: *** [next] Error 2
make[3]: *** [ppc1] Error 2
make[2]: *** [cycle] Error 2
make[1]: *** [compiler_cycle] Error 2
make: *** [build-stamp.x86_64-darwin] Error 2



Regards,
Ryan Joseph

___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel


Re: [fpc-devel] Unknown compilerproc in r 46894

2020-09-19 Thread Sven Barth via fpc-devel

Am 19.09.2020 um 14:11 schrieb Ryan Joseph via fpc-devel:



On Sep 19, 2020, at 5:43 PM, Jonas Maebe via fpc-devel 
 wrote:

It will work if you start your build with FPC 3.2.0 instead of 3.0.4.

yes, that worked. thanks. 3.0.4 is officially not possible to use for 
bootstrapping I guess.


Should be fixed in r46895. Nevertheless I suggest you to move to 3.2.0 
for bootstrapping cause as soon as we release 3.2.2 support to bootstrap 
with 3.0.4 will be dropped.


Regards,
Sven
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel