gnustep-base configure failure on x86

Laurent Blume laurent at opencsw.org
Wed Mar 4 09:51:28 CET 2015


Le 2015/03/04 00:19 +0100, Riccardo Mottola a écrit:
> So I should try to build locally a package and then point to it? Ok

Basically, you tinker with libffi5 until it works for your binary, then
when it does, you update its package.
It's not been updated in a while, I'm sure Maciej won't mind if you take
it over.
You can upgrade it to a newer version, and start by commenting out all
the patches, to check if they're still needed.

> But how can I select different compilers?

GARCOMPILER=GCC4

> I see also the receipe forces 64biit, is that correct?
> 
> $file a.out
> a.out:          ELF 32-bit LSB executable 80386 Version 1, dynamically
> linked, not stripped, no debugging information available
> 
> while the two libffi's appare slighlty different:
> 
> /opt/csw/lib/libffi.so.4:       ELF 32-bit LSB dynamic lib 80386 Version
> 1, dynamically linked, not stripped
> /opt/csw/lib/libffi.so.5:       ELF 32-bit LSB dynamic lib 80386 Version
> 1 [FPU], dynamically linked, not stripped
> 
> also:
> dd /opt/csw/lib/libffi.so.4
>         libgcc_s.so.1 =>         /opt/csw/lib/i386/libgcc_s.so.1
>         libc.so.1 =>     /lib/libc.so.1
>         libm.so.2 =>     /lib/libm.so.2
> 
> ldd /opt/csw/lib/libffi.so.5
>         libc.so.1 =>     /lib/libc.so.1
>         libm.so.2 =>     /lib/libm.so.2

Nothing to worry about.

Laurent


More information about the maintainers mailing list