[Pkg-pascal-devel] Bug#800811: fpc: FTBFS on i386,...

Paul Gevers elbrus at debian.org
Wed Oct 7 17:43:47 UTC 2015


Hi Edmund,

First of all, thanks a lot for your work on this. Much appreciated.

If nobody beat me to it, I'll try to spend some time on fpc 3.0.0 later
this week, probably Saturday evening.

Paul

On 03-10-15 23:04, Edmund Grimley Evans wrote:
> Source: fpc
> Version: 3.0.0~rc1+dfsg-1
> Tags: patch
> 
> The new upload to experimental hasn't fared too well on the buildds:
> 
> https://buildd.debian.org/status/package.php?p=fpc&suite=experimental
> 
> I was able to make it build on i386 with this patch, though I wouldn't
> be surprised if there's a better, more general solution:
> 
> --- fpc-3.0.0~rc1+dfsg.orig/fpcsrc/compiler/systems/t_linux.pas
> +++ fpc-3.0.0~rc1+dfsg/fpcsrc/compiler/systems/t_linux.pas
> @@ -149,6 +149,10 @@
>    if not Dontlinkstdlibpath Then
>      LibrarySearchPath.AddPath(sysrootpath,'/usr/lib/x86_64-linux-gnu',true);
>  {$endif x86_64}
> +{$ifdef i386}
> +  if not Dontlinkstdlibpath Then
> +    LibrarySearchPath.AddPath(sysrootpath,'/usr/lib/i386-linux-gnu',true);
> +{$endif i386}
>  end;
>  
>  {$ifdef m68k}
> 
> 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-pascal-devel/attachments/20151007/0e11ede6/attachment.sig>


More information about the Pkg-pascal-devel mailing list