[zeromq-dev] solaris 10 Spart jzmq autogen.sh error

Steven McCoy steven.mccoy at miru.hk
Wed Mar 16 04:46:45 CET 2011


On 16 March 2011 11:01, Steven McCoy <steven.mccoy at miru.hk> wrote:

> On 16 March 2011 03:42, Mikko Koppanen <mikko.koppanen at gmail.com> wrote:
>
>> I got autotools installed from pkg-get and autogen.sh seems to
>> succeed. Using the default shell on Solaris 10:
>>
>>
> Tried the Sun build on the companion CD and it fails, version 2.59
>
>
After lowering the Autoconf version check to 2.59 it still required manual
running instead of autogen.sh:

PATH=/opt/sfw/bin/:$PATH autoreconf --install --force --verbose -I config
PATH=/opt/sfw/bin/:$PATH aclocal
PATH=/opt/sunstudio12.1/bin:/usr/ccs/bin:/opt/sfw/bin:$PATH ./configure
PATH=/opt/sunstudio12.1/bin:/usr/ccs/bin:/opt/sfw/bin:$PATH make

Test results:

PASS: test_pair_inproc
PASS: test_pair_tcp
PASS: test_reqrep_inproc
PASS: test_reqrep_tcp
PASS: test_hwm
Too many open files
sock != -1 (tcp_listener.cpp:322)
bash: line 5: 21448 Abort                   (core dumped) ${dir}$tst
FAIL: test_shutdown_stress
PASS: test_pair_ipc
PASS: test_reqrep_ipc
============================================
1 of 8 tests failed
Please report to zeromq-dev at lists.zeromq.org
============================================

The default file descriptor limit is 256, raising to 1024 passed.

-- 
Steve-o
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20110316/19d80869/attachment.htm>


More information about the zeromq-dev mailing list