[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] Gm2-2010-06-30 on Solaris 10/sparc
From: |
Manfred Hollstein |
Subject: |
Re: [Gm2] Gm2-2010-06-30 on Solaris 10/sparc |
Date: |
Fri, 2 Jul 2010 20:01:13 +0200 |
User-agent: |
Mutt/1.5.17 (2007-11-01) |
Hi there,
On Fri, 02 Jul 2010, 18:56:12 +0200, Gaius Mulley wrote:
> john o goyo <address@hidden> writes:
>
> > Gmake check-gm2 reported the following.
> >
> > # of expected passes 9042
> > # of unexpected failures 90
> > # of unresolved testcases 18
> >
> > (As usual, full report to be sent to Gaius -- or anyone else who
> > wants it, for that matter.)
> >
> > john
>
> Hi John,
>
> thanks for taking the trouble to produce these. I've just checked in
> a bug fix for MAKEADR which I've uncovered when running the regression
> tests on i386 debian. There are a few more bugs on the i386 port
> which don't appear on the x86_64 port - hopefully there will be some
> cross over gain for the sparc in the coming days.
>
> incidentally I see the coroutine regression tests are failing to link
> on Solaris - there appears to be a number of unresolved references -
> which looks like another Solaris library is required to resolve them.
>
> Undefined first referenced
> symbol in file
> recv /opt/pth/lib/libpth.so
> accept /opt/pth/lib/libpth.so
> sendto /opt/pth/lib/libpth.so
> getsockopt /opt/pth/lib/libpth.so
> connect /opt/pth/lib/libpth.so
> recvfrom /opt/pth/lib/libpth.so
> ld: fatal: Symbol referencing errors. No output written to
> /home/build/bld/gm2-4.1.2/gcc/testsuite/testiotransfer.x0
> collect2: ld returned 1 exit status
>
> do you know which Solaris library contains these?
According to <http://www.unix.com/man-page/opensolaris/3socket/getsockopt/>,
you need to link with "-lsocket -lnsl".
> regards,
> Gaius
HTH, cheers.
l8er
manfred