cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: first-tests with 7.15.2-CVS

From: Alexander Lazic <al-curllibrary_at_none.at>
Date: Thu, 5 Jan 2006 22:42:40 +0100

Hi,

On Don 05.01.2006 18:00, Alexander Lazic wrote:
>
>build and tested on:
>
>@Freebsd: i try it this weekend again but there is a error with the
>A*LIBTOOL command. Tell you the full error this weekend.

I have added '$ACLOCAL_FLAGS' in ares/buildconf and changed:

---
curl_20060105/ares $ diff -uh acinclude_orig.m4 acinclude.m4 
--- acinclude_orig.m4   Thu Jan  5 22:19:31 2006
+++ acinclude.m4        Thu Jan  5 22:19:50 2006
@@ -782,7 +782,7 @@
 dnl This macro determines how many parameters getservbyport_r takes
 AC_DEFUN([CARES_CHECK_GETSERVBYPORT_R], [
   AC_MSG_CHECKING([how many arguments getservbyport_r takes])
-  AC_TRY_COMPILE(
+  AC_TRY_LINK(
     [#include <netdb.h>],
     [
       int p1, p5;
@@ -790,7 +790,7 @@
       struct servent *p3, *p6;
       getservbyport_r(p1, p2, p3, p4, p5, &p6);
     ], ac_func_getservbyport_r=6,
-    [AC_TRY_COMPILE(
+    [AC_TRY_LINK(
       [#include <netdb.h>],
       [
         int p1, p5;
@@ -798,7 +798,7 @@
         struct servent *p3;
         getservbyport_r(p1, p2, p3, p4, p5);
       ], ac_func_getservbyport_r=5,
-      [AC_TRY_COMPILE(
+      [AC_TRY_LINK(
         [#include <netdb.h>],
         [
           int p1;
---
due the fact that the compiling is ok but the linking failed.
------
./configure --disable-ipv6 --enable-ares --prefix=/home/al/progs/curl \
CFLAGS=-DHAVE_CURL_MULTI_SOCKET
********* System characteristics ******** 
* curl 7.15.2-CVS (i386-unknown-freebsd6.0) 
* libcurl/7.15.2-CVS OpenSSL/0.9.7e zlib/1.2.2 c-ares/1.3.1
* Features: AsynchDNS Largefile NTLM SSL libz 
* Host: schleppi1.none.at
* System: FreeBSD schleppi1.none.at 6.0-RELEASE FreeBSD 6.0-RELEASE #0: \
 Thu Nov  3 09:36:13 UTC 2005 \
 root_at_x64.samsco.home:/usr/obj/usr/src/sys/GENERIC  i386
* Server SSL:     OFF
* libcurl SSL:    ON
* libcurl debug:  OFF
* valgrind:       OFF
* HTTP IPv6       OFF
* FTP IPv6        OFF
* HTTP port:      8990
* FTP port:       8992
* FTP port 2:     8995
* TFTP port:      8997
* SSL library:    OpenSSL
***************************************** 
.
.
TESTDONE: 276 tests out of 276 reported OK: 100%
TESTDONE: 301 tests were considered during 118 seconds.
TESTINFO: 25 tests were skipped due to these restraints:
TESTINFO: "no stunnel" 8 times (300, 301, 302, 303, 304, 305, 306, 509)
TESTINFO: "failed starting TFTP server" 1 times (271)
TESTINFO: "curl lacks ipv6 support" 9 times (212, 240, 241, 242, 252, 253, 254, 255, 263)
TESTINFO: "curl lacks idn support" 1 times (165)
TESTINFO: "curl lacks netrc_debug support" 6 times (130, 131, 132, 133, 134, 257)
----
And now with:
./configure --disable-ipv6 --enable-ares --prefix=/home/al/progs/curl \
CFLAGS='-DHAVE_CURL_MULTI_SOCKET -DCURL_MULTIEASY'
TESTDONE: 270 tests out of 276 reported OK: 97%
TESTFAIL: These test cases failed: 230 231 232 236 505 506 
TESTDONE: 301 tests were considered during 118 seconds.
TESTINFO: 25 tests were skipped due to these restraints:
TESTINFO: "no stunnel" 8 times (300, 301, 302, 303, 304, 305, 306, 509)
TESTINFO: "failed starting TFTP server" 1 times (271)
TESTINFO: "curl lacks ipv6 support" 9 times (212, 240, 241, 242, 252, 253, 254, 255, 263)
TESTINFO: "curl lacks idn support" 1 times (165)
TESTINFO: "curl lacks netrc_debug support" 6 times (130, 131, 132, 133, 134, 257)
Greetings
Aleks
Received on 2006-01-05