Bug#948797: fails to compile cqrlog on mipsel: Fatal: Internal error 200603251

2020-02-08 Thread Abou Al Montacir
Control: reassign -1 fp-compiler

Hi All,
On Thu, 2020-01-16 at 18:41 +0100, Christoph Berg wrote:
> > /<>/src/./synapse/synautil.pas(2118,1) Fatal: Internal error
> > 200603251

I would say that this is an issue in FPC, not in Lazarus.
Running grep on FPC sources gives:
fpcsrc/compiler/mips/cpubase.pas:402:  internalerror(200603251);
So I'm moving it to fp-compiler package
-- 
Cheers,
Abou Al Montacir


signature.asc
Description: This is a digitally signed message part


Bug#948797: fails to compile cqrlog on mipsel: Fatal: Internal error 200603251

2020-01-16 Thread Christoph Berg
Re: Graham Inggs 2020-01-14 
> I think this is #948803 in binutils.
> 
> 
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=948803

Thanks for the pointer. This one has been fixed in the meantime.


Re: To Graham Inggs 2020-01-13 <20200113143325.ge11...@msg.df7cb.de>
> Oh, actually I didn't look closely enough - I remembered that cqrlog
> has never successfully built on some arch, but that was mipsel:
> 
> https://buildd.debian.org/status/logs.php?pkg=cqrlog&arch=mipsel
> 
> 2100 111.284/116.512 Kb Used
> /<>/src/./synapse/synautil.pas(2121,88) Warning: (5043) Symbol 
> "ShortMonthNames" is deprecated
> /<>/src/./synapse/synautil.pas(2122,87) Warning: (5043) Symbol 
> "ShortMonthNames" is deprecated
> /<>/src/./synapse/synautil.pas(2118,1) Fatal: Internal error 
> 200603251
> Fatal: (1018) Compilation aborted
> Error: /usr/bin/ppcmipsel returned an error exitcode
> 
> The error message is the same in all mipsel logs except the oldest
> one.

That's the bug I actually wanted to file.

Christoph