The newline issue in test_connect_delay.cpp showed up in commit b774772b -
I'll add the newline and send the pull request in zeromq3-x - it's fine in
libzmq master.

The HPUX issue should be fixed by pulling libzmq commit 5f009e52 into
zeromq3-x.


On Thu, May 02, 2013 at 10:06:46AM -0500, AJ Lewis wrote:
> Having compilation problems in test_disconnect_inproc.cpp - will try to get
> a pull request spun up:
> 
> 3.2.3 does not build on RHEL5 (GCC 4.1.2), SLES10 (GCC 4.1.2), and Solaris
> 10 (with GCC 3.4.3) due to:
> 
> test_connect_delay.cpp:260:2: error: no newline at end of file
> 
> It also does not build on HPUX 11iv3:
> 
> "test_disconnect_inproc.cpp", line 48: error #2020: identifier "strndup" is 
> undefined   
>                       printf("unsubscribing from '%s'\n", strndup(buffer +
> 1, msgSize - 1));
>                                                           ^
> 
> "test_disconnect_inproc.cpp", line 52: error #2020: identifier "strndup" is 
> undefined   
>                       printf("subscribing on '%s'\n", strndup(buffer + 1,
> msgSize - 1));
>                                                       ^
> 
> "test_disconnect_inproc.cpp", line 72: error #2020: identifier "strndup" is 
> undefined
>                   printf("received on subscriber '%s'\n", strndup(buffer,
> msgSize));
>                                                           ^
> 
> 3 errors detected in the compilation of "test_disconnect_inproc.cpp".
> 
> Stop.
> 
> On Thu, May 02, 2013 at 11:26:34AM +0200, Pieter Hintjens wrote:
> > Hi all,
> > 
> > I've pushed packages for stable release 3.2.3 of libzmq, see
> > http://www.zeromq.org/intro:get-the-software.
> > 
> > Issues addressed:
> > 
> > * LIBZMQ-526 Assertion failure "Invalid argument (tcp_connecter.cpp:285)"
> > * LIBZMQ-446 Setting the DSCP bits by default causes CAP_NET_ADMIN error
> > * LIBZMQ-496 Crash on heavy socket opening/closing: Device or resource
> > busy (mutex.hpp:90)
> > * LIBZMQ-462 test_connect_delay fails at test_connect_delay.cpp:80
> > * LIBZMQ-497 Messages getting dropped
> > * LIBZMQ-488 signaler.cpp leaks the win32 Event Handle
> > * LIBZMQ-476 zmq_disconnect has no effect for inproc sockets
> > * LIBZMQ-475 zmq_disconnect does not sent unsubscribe messages
> > 
> > Contributors: Adrian Muraru, Ian Barber, KIU Shueng Chuan, Martin
> > Hurton, Mika Fische, Dongmin Yu, MinRK, Pieter Hintjens, Stefan
> > Radomski, Steven McCoy, Trevor Bernard, Victor Perron.
> > 
> > Enjoy!
> > -Pieter
> > _______________________________________________
> > zeromq-dev mailing list
> > [email protected]
> > http://lists.zeromq.org/mailman/listinfo/zeromq-dev
> 
> -- 
> AJ Lewis
> Software Engineer
> Quantum Corporation
> 
> Work:    651 688-4346
> email:   [email protected]
> 
> ----------------------------------------------------------------------
> The information contained in this transmission may be confidential. Any 
> disclosure, copying, or further distribution of confidential information is 
> not permitted unless such privilege is explicitly granted in writing by 
> Quantum. Quantum reserves the right to have electronic communications, 
> including email and attachments, sent across its networks filtered through 
> anti virus and spam software programs and retain such messages in order to 
> comply with applicable data security and retention requirements. Quantum is 
> not responsible for the proper and complete transmission of the substance of 
> this communication or for any delay in its receipt.
> _______________________________________________
> zeromq-dev mailing list
> [email protected]
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev

-- 
AJ Lewis
Software Engineer
Quantum Corporation

Work:    651 688-4346
email:   [email protected]
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to