Re: strange ELF error

2017-08-03 Thread Dagobert Michelsen via maintainers
Hi,

> Am 03.08.2017 um 00:48 schrieb Riccardo Mottola via maintainers 
> :
> 
> Hi!
> 
> I am trying to update gnutls3 to current! I did not get anything to build, so 
> I commited nothing yet.
> 
> Build fails for me on Solaris10 Sparc:
> 
>  CCLD libcmd-systemkey.la
> copying selected object files to avoid basename conflicts...
>  CC   psk.o
>  CCLD psktool
> ld: fatal: file /opt/csw/lib/libopts.so: wrong ELF class: ELFCLASS32
> ld: fatal: file processing errors. No output written to .libs/psktool
> collect2: error: ld returned 1 exit status
> gmake[4]: *** [Makefile:1896: psktool] Error 1
> 
> 
> doesn't look nice, doesn't it?

You are building 64 bit and libopts is only available as 32 bit, I am on 
vacation with limited access right now, will look later.

Best regards -- Dago

> 
> Riccardo



strange ELF error

2017-08-02 Thread Riccardo Mottola via maintainers

Hi!

I am trying to update gnutls3 to current! I did not get anything to 
build, so I commited nothing yet.


Build fails for me on Solaris10 Sparc:

  CCLD libcmd-systemkey.la
copying selected object files to avoid basename conflicts...
  CC   psk.o
  CCLD psktool
ld: fatal: file /opt/csw/lib/libopts.so: wrong ELF class: ELFCLASS32
ld: fatal: file processing errors. No output written to .libs/psktool
collect2: error: ld returned 1 exit status
gmake[4]: *** [Makefile:1896: psktool] Error 1


doesn't look nice, doesn't it?

Riccardo