Lweiyan, I received the same test failure today when building from the libzmq git repository; it has to do with the fact that tests/test_connect_resolve.cpp:43 is correctly resolving the bogus address called 'foobar123xyz'; in my case its the cable provider's DNS resolution, which automatically redirects me to a default page when looking up a bogus hostname.
Coincidentally, I had the same issue earlier on today. -HP010170 On 04/06/2012 15:12, 李伟研 wrote: > HI ALL. > I clone libzmq at https://github.com/zeromq/libzmq. > execute ./autogen.sh generation configure and ./configure > generation makefile > make success > but make check report error below > > lt-test_connect_resolve: test_connect_resolve.cpp:44: int main(int, > char**): Assertion `rc == -1' failed. > /bin/bash: line 5: 13318 Aborted ${dir}$tst > > ============================================ > 1 of 17 tests failed > Please report to [email protected] > <mailto:[email protected]> > ============================================ > make[2]: *** [check-TESTS] Error 1 > make[2]: Leaving directory `/home/lwy/share/libzmq/tests' > make[1]: *** [check-am] Error 2 > make[1]: Leaving directory `/home/lwy/share/libzmq/tests' > make: *** [check-recursive] Error 1 > > environment: > gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3) > > Thanks. > -- > [email protected] <mailto:[email protected]> > 15013117338 > > > > > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev > _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
