help-gsasl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [platform-testers] gsasl 1.7.4


From: Bruno Haible
Subject: Re: [platform-testers] gsasl 1.7.4
Date: Fri, 18 May 2012 02:54:45 +0200
User-agent: KMail/4.7.4 (Linux/3.1.10-1.9-desktop; KDE/4.7.4; x86_64; ; )

Simon Josefsson wrote:
> I want to release a new stable version of GNU SASL within a few weeks,
> this is the latest release candidate:
> 
> ftp://alpha.gnu.org/gnu/gsasl/gsasl-1.7.4.tar.gz

* Linux/x86_64
* Linux/ia64
* Linux/mips32
* Linux/powerpc

All tests passed.

-------------------------------------------------------------------------------

* Linux/mips with n32 or 64 ABI

make[2]: Entering directory 
`/home/haible/multibuild-2082/linuxmipsn32/gsasl-1.7.4/lib/src'
  CCLD   libgsasl.la
/usr/lib/gcc/mipsel-linux-gnu/4.4.6/../../../libgssapi_krb5.so: could not read 
symbols: File in wrong format
collect2: ld returned 1 exit status
make[2]: *** [libgsasl.la] Error 1

Apparently a multi-arch problem: libgssapi_krb5 is only installed in 32 ABI.

Similarly:

* Linux/SPARC with 64-bit ABI

  CCLD   libgsasl.la
/usr/bin/ld: skipping incompatible /usr/lib/libgssapi_krb5.so when searching 
for -lgssapi_krb5
/usr/bin/ld: skipping incompatible 
/usr/lib/gcc/sparc-linux-gnu/4.3.2/../../../libgssapi_krb5.so when searching 
for -lgssapi_krb5
/usr/bin/ld: skipping incompatible /usr/bin/../lib/libgssapi_krb5.so when 
searching for -lgssapi_krb5
/usr/bin/ld: skipping incompatible /usr/lib/libgssapi_krb5.so when searching 
for -lgssapi_krb5
/usr/bin/ld: cannot find -lgssapi_krb5
collect2: ld returned 1 exit status
make[4]: *** [libgsasl.la] Error 1

-------------------------------------------------------------------------------

* Linux/SPARC with 32-bit ABI

FAIL: test-parser

Details:

challenge `nonce=4711, foo=bar, algorithm=md5-sess': nonce `4711': PASS
printed `nonce="4711", algorithm=md5-sess' PASS
challenge `qop="auth, auth-conf", nonce=42, algorithm=md5-sess': PASS
challenge `cipher="des", nonce=42, algorithm=md5-sess': PASS
challenge `qop="auth, auth-conf", nonce=42, algorithm=md5-sess, cipher="des"': 
qop 05 ciphers 01: PASS
printed `nonce="42", qop="auth, auth-conf", algorithm=md5-sess, cipher="des"' 
PASS
challenge `bar=foo, foo=bar': PASS
challenge `realm=foo, realm=bar, nonce=42, algorithm=md5-sess': realms `foo', 
`bar': PASS
printed `realm="foo", realm="bar", nonce="42", algorithm=md5-sess' PASS
response `bar=foo, foo=bar': PASS
response `username=jas, nonce=42, cnonce=4711, nc=00000001, digest-uri=foo, 
response=01234567890123456789012345678901': username `jas', nonce `42', cnonce 
`4711', nc 00000001, digest-uri `foo', response 
`01234567890123456789012345678901': PASS
printed `username="jas", nonce="42", cnonce="4711", nc=00000001, 
digest-uri="foo", response=01234567890123456789012345678901' PASS
finish `rspauth="6a204da26b9888ee40bb3052ff056a67"': 
`6a204da26b9888ee40bb3052ff056a67'? ok
finish `bar=foo, foo=bar': invalid? PASS
/bin/sh: line 5:  6831 Aborted                 ${dir}$tst
FAIL: test-parser

-------------------------------------------------------------------------------

* Linux/hppa

FAIL: test-parser

Details:

challenge `nonce=4711, foo=bar, algorithm=md5-sess': nonce `4711': PASS
printed `nonce="4711", algorithm=md5-sess' PASS
challenge `qop="auth, auth-conf", nonce=42, algorithm=md5-sess': PASS
challenge `cipher="des", nonce=42, algorithm=md5-sess': PASS
challenge `qop="auth, auth-conf", nonce=42, algorithm=md5-sess, cipher="des"': 
qop 05 ciphers 01: PASS
printed `nonce="42", qop="auth, auth-conf", algorithm=md5-sess, cipher="des"' 
PASS
challenge `bar=foo, foo=bar': PASS
challenge `realm=foo, realm=bar, nonce=42, algorithm=md5-sess': realms `foo', 
`bar': PASS
printed `realm="foo", realm="bar", nonce="42", algorithm=md5-sess' PASS
response `bar=foo, foo=bar': PASS
response `username=jas, nonce=42, cnonce=4711, nc=00000001, digest-uri=foo, 
response=01234567890123456789012345678901': username `jas', nonce `42', cnonce 
`4711', nc 00000001, digest-uri `foo', response 
`01234567890123456789012345678901': PASS
printed `username="jas", nonce="42", cnonce="4711", nc=00000001, 
digest-uri="foo", response=01234567890123456789012345678901' PASS
finish `rspauth="6a204da26b9888ee40bb3052ff056a67"': 
`6a204da26b9888ee40bb3052ff056a67'? ok
finish `bar=foo, foo=bar': invalid? PASS
/bin/sh: line 5: 25628 Aborted                 ${dir}$tst
FAIL: test-parser

-------------------------------------------------------------------------------

* MacOS X 10.5

Link error:

Making check in openid20
  CCLD   smtp-server-openid20
libtool: link: warning: `-no-install' is ignored for i386-apple-darwin9.8.0
libtool: link: warning: assuming `-no-fast-install' instead
Undefined symbols:
  "_getline", referenced from:
      _callback in smtp-server-openid20.o
      _callback in smtp-server-openid20.o
      _callback in smtp-server-openid20.o
      _callback in smtp-server-openid20.o
      _callback in smtp-server-openid20.o
      _gettrimline in smtp-server-openid20.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[2]: *** [smtp-server-openid20] Error 1

-------------------------------------------------------------------------------

* NetBSD 5.1
* OpenBSD 4.9

Compilation and link error:

Making all in openid20
  CC     smtp-server-openid20.o
smtp-server-openid20.c: In function 'get_redirect_url':
smtp-server-openid20.c:174: warning: implicit declaration of function 'getline'
smtp-server-openid20.c: In function 'main':
smtp-server-openid20.c:488: error: 'AI_ADDRCONFIG' undeclared (first use in 
this function)
smtp-server-openid20.c:488: error: (Each undeclared identifier is reported only 
once
smtp-server-openid20.c:488: error: for each function it appears in.)
smtp-server-openid20.c:489: error: 'SOCK_STREAM' undeclared (first use in this 
function)
smtp-server-openid20.c:498: warning: implicit declaration of function 'socket'
smtp-server-openid20.c:505: warning: implicit declaration of function 
'setsockopt'
smtp-server-openid20.c:505: error: 'SOL_SOCKET' undeclared (first use in this 
function)
smtp-server-openid20.c:505: error: 'SO_REUSEADDR' undeclared (first use in this 
function)
smtp-server-openid20.c:511: warning: implicit declaration of function 'bind'
smtp-server-openid20.c:520: warning: implicit declaration of function 'listen'
smtp-server-openid20.c:520: error: 'SOMAXCONN' undeclared (first use in this 
function)
smtp-server-openid20.c:531: error: storage size of 'from' isn't known
smtp-server-openid20.c:537: warning: implicit declaration of function 'accept'
smtp-server-openid20.c:531: warning: unused variable 'from'
*** Error code 1

-------------------------------------------------------------------------------

* AIX 5.3

Compilation error:

Making all in openid20
  CC     smtp-server-openid20.o
"smtp-server-openid20.c", line 489.23: 1506-045 (S) Undeclared identifier 
SOCK_STREAM.
"smtp-server-openid20.c", line 505.27: 1506-045 (S) Undeclared identifier 
SOL_SOCKET.
"smtp-server-openid20.c", line 505.39: 1506-045 (S) Undeclared identifier 
SO_REUSEADDR.
"smtp-server-openid20.c", line 520.24: 1506-045 (S) Undeclared identifier 
SOMAXCONN.
"smtp-server-openid20.c", line 531.14: 1506-007 (S) "struct sockaddr" is 
undefined.
make: 1254-004 The error code from the last command is 1.

-------------------------------------------------------------------------------

* AIX 7.1

Compilation error:

Making check in openid20
  CC     smtp-server-openid20.o
"smtp-server-openid20.c", line 489.23: 1506-045 (S) Undeclared identifier 
SOCK_STREAM.
"smtp-server-openid20.c", line 505.27: 1506-045 (S) Undeclared identifier 
SOL_SOCKET.
"smtp-server-openid20.c", line 505.39: 1506-045 (S) Undeclared identifier 
SO_REUSEADDR.
"smtp-server-openid20.c", line 520.24: 1506-045 (S) Undeclared identifier 
SOMAXCONN.
make: 1254-004 The error code from the last command is 1.

-------------------------------------------------------------------------------

* HP-UX 11.00

Compilation error:

  CC     smtp-server-openid20.o
cc: "smtp-server-openid20.c", line 532: error 1000: Unexpected symbol: 
"fromlen".
cc: "smtp-server-openid20.c", line 458: error 1574: Unknown size for "hints".
cc: "smtp-server-openid20.c", line 487: error 1594: The sizeof operator cannot 
be applied to types with unknown size.
cc: "smtp-server-openid20.c", line 488: error 1530: Undefined struct or union.
cc: "smtp-server-openid20.c", line 488: error 1588: "AI_PASSIVE" undefined.
cc: "smtp-server-openid20.c", line 488: error 1588: "AI_ADDRCONFIG" undefined.
cc: "smtp-server-openid20.c", line 489: error 1530: Undefined struct or union.
cc: "smtp-server-openid20.c", line 489: error 1588: "SOCK_STREAM" undefined.
cc: "smtp-server-openid20.c", line 498: error 1530: Undefined struct or union.
cc: "smtp-server-openid20.c", line 498: error 1530: Undefined struct or union.
cc: "smtp-server-openid20.c", line 498: error 1530: Undefined struct or union.
cc: "smtp-server-openid20.c", line 505: error 1588: "SOL_SOCKET" undefined.
cc: "smtp-server-openid20.c", line 505: error 1588: "SO_REUSEADDR" undefined.
cc: "smtp-server-openid20.c", line 511: error 1530: Undefined struct or union.
cc: "smtp-server-openid20.c", line 511: error 1530: Undefined struct or union.
cc: "smtp-server-openid20.c", line 520: error 1588: "SOMAXCONN" undefined.
cc: "smtp-server-openid20.c", line 531: error 1574: Unknown size for "from".
cc: "smtp-server-openid20.c", line 532: error 1517: Imported definition may not 
be initialized.
cc: "smtp-server-openid20.c", line 533: error 1588: "NI_MAXHOST" undefined.
cc: "smtp-server-openid20.c", line 533: error 1503: Array size must be integral.
cc: "smtp-server-openid20.c", line 544: error 1594: The sizeof operator cannot 
be applied to types with unknown size.
cc: "smtp-server-openid20.c", line 545: error 1588: "NI_NUMERICHOST" undefined.
gmake[3]: *** [smtp-server-openid20.o] Error 1

-------------------------------------------------------------------------------

* IRIX 6.5

Link error:

  CCLD   smtp-server-openid20
ld32: ERROR   33 : Unresolved text symbol "asprintf" -- 1st referenced by 
smtp-server-openid20.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.  
ld32: ERROR   33 : Unresolved text symbol "getline" -- 1st referenced by 
smtp-server-openid20.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.  
ld32: INFO    152: Output file removed because of error.
*** Error code 2 (bu21)

Similarly

* OSF/1 5.1

Link error:

Making all in openid20
  CC     smtp-server-openid20.o
  CCLD   smtp-server-openid20
ld:
Unresolved:
asprintf
getline
*** Exit 1

Similarly

* Solaris 8
* Solaris 9

Link error:

Making all in openid20
  CC     smtp-server-openid20.o
"smtp-server-openid20.c", line 96: warning: implicit function declaration: 
asprintf
"smtp-server-openid20.c", line 174: warning: implicit function declaration: 
getline
  CCLD   smtp-server-openid20
Undefined                       first referenced
 symbol                             in file
asprintf                            smtp-server-openid20.o
getline                             smtp-server-openid20.o
ld: fatal: Symbol referencing errors. No output written to smtp-server-openid20
*** Error code 1

-------------------------------------------------------------------------------

* Solaris 10

Compilation error:

  CC     gc-libgcrypt.lo
"gc-libgcrypt.c", line 46: undefined symbol: gcry_error_t
"gc-libgcrypt.c", line 46: syntax error before or at: err
"gc-libgcrypt.c", line 48: undefined symbol: err
"gc-libgcrypt.c", line 49: undefined symbol: GPG_ERR_NO_ERROR
"gc-libgcrypt.c", line 78: warning: implicit function declaration: 
gcry_create_nonce
"gc-libgcrypt.c", line 117: undefined symbol: gcry_error_t
"gc-libgcrypt.c", line 117: syntax error before or at: err
"gc-libgcrypt.c", line 147: undefined symbol: GCRY_CIPHER_RFC2268_40
"gc-libgcrypt.c", line 182: undefined symbol: err
"gc-libgcrypt.c", line 182: undefined symbol: gcry_cipher_hd_t
"gc-libgcrypt.c", line 182: syntax error before or at: )
"gc-libgcrypt.c", line 184: warning: implicit function declaration: 
gcry_err_code
"gc-libgcrypt.c", line 193: undefined symbol: gcry_error_t
"gc-libgcrypt.c", line 193: syntax error before or at: err
"gc-libgcrypt.c", line 195: undefined symbol: err
"gc-libgcrypt.c", line 195: undefined symbol: gcry_cipher_hd_t
"gc-libgcrypt.c", line 195: syntax error before or at: handle
"gc-libgcrypt.c", line 205: undefined symbol: gcry_error_t
"gc-libgcrypt.c", line 205: syntax error before or at: err
"gc-libgcrypt.c", line 207: undefined symbol: err
"gc-libgcrypt.c", line 207: undefined symbol: gcry_cipher_hd_t
"gc-libgcrypt.c", line 207: syntax error before or at: handle
"gc-libgcrypt.c", line 217: undefined symbol: gcry_cipher_hd_t
"gc-libgcrypt.c", line 217: syntax error before or at: handle
"gc-libgcrypt.c", line 227: undefined symbol: gcry_cipher_hd_t
"gc-libgcrypt.c", line 227: syntax error before or at: handle
"gc-libgcrypt.c", line 247: syntax error before or at: gcry_md_hd_t
"gc-libgcrypt.c", line 255: member cannot be function: gc_hash_open
"gc-libgcrypt.c", line 256: warning: syntax requires ";" after last 
struct/union member
"gc-libgcrypt.c", line 256: syntax error before or at: {
"gc-libgcrypt.c", line 258: warning: syntax requires ";" after last 
struct/union member
"gc-libgcrypt.c", line 260: warning: syntax requires ";" after last 
struct/union member
"gc-libgcrypt.c", line 341: member cannot be function: gc_hash_clone
"gc-libgcrypt.c", line 342: warning: syntax requires ";" after last 
struct/union member
"gc-libgcrypt.c", line 342: syntax error before or at: {
"gc-libgcrypt.c", line 347: syntax error before or at: *
"gc-libgcrypt.c", line 364: member cannot be function: gc_hash_digest_length
"gc-libgcrypt.c", line 365: warning: syntax requires ";" after last 
struct/union member
"gc-libgcrypt.c", line 365: syntax error before or at: {
"gc-libgcrypt.c", line 368: syntax error before or at: switch
"gc-libgcrypt.c", line 414: member cannot be function: gc_hash_hmac_setkey
"gc-libgcrypt.c", line 415: warning: syntax requires ";" after last 
struct/union member
"gc-libgcrypt.c", line 415: syntax error before or at: {
"gc-libgcrypt.c", line 424: member cannot be function: gc_hash_write
"gc-libgcrypt.c", line 425: warning: syntax requires ";" after last 
struct/union member
"gc-libgcrypt.c", line 425: syntax error before or at: {
"gc-libgcrypt.c", line 437: member cannot be function: gc_hash_read
"gc-libgcrypt.c", line 438: warning: syntax requires ";" after last 
struct/union member
"gc-libgcrypt.c", line 438: syntax error before or at: {
"gc-libgcrypt.c", line 450: syntax error before or at: {
"gc-libgcrypt.c", line 459: member cannot be function: gc_hash_close
"gc-libgcrypt.c", line 460: warning: syntax requires ";" after last 
struct/union member
"gc-libgcrypt.c", line 460: syntax error before or at: {
"gc-libgcrypt.c", line 472: member cannot be function: gc_hash_buffer
"gc-libgcrypt.c", line 473: warning: syntax requires ";" after last 
struct/union member
"gc-libgcrypt.c", line 473: syntax error before or at: {
"gc-libgcrypt.c", line 476: syntax error before or at: switch
"gc-libgcrypt.c", line 587: member cannot be function: gc_md5
"gc-libgcrypt.c", line 588: warning: syntax requires ";" after last 
struct/union member
"gc-libgcrypt.c", line 588: syntax error before or at: {
"gc-libgcrypt.c", line 589: warning: syntax requires ";" after last 
struct/union member
"gc-libgcrypt.c", line 594: syntax error before or at: (
"gc-libgcrypt.c", line 594: warning: syntax requires ";" after last 
struct/union member
"gc-libgcrypt.c", line 244: zero-sized struct/union
"gc-libgcrypt.c", line 609: warning: function prototype parameters must have 
types
"gc-libgcrypt.c", line 609: identifier redeclared: memcpy
        current : function() returning struct _gc_hash_ctx {}
        previous: function(pointer to void, pointer to const void, unsigned 
int) returning pointer to void : "/usr/include/iso/string_iso.h", line 60
"gc-libgcrypt.c", line 611: warning: function prototype parameters must have 
types
"gc-libgcrypt.c", line 611: warning: old-style declaration or incorrect type 
for: gcry_md_close
"gc-libgcrypt.c", line 611: identifier redeclared: gcry_md_close
        current : function() returning int
        previous: function(pointer to struct gcry_md_handle {pointer to struct 
gcry_md_context {..} ctx, int bufpos, int bufsize, array[1] of unsigned char 
buf}) returning void : "/usr/include/gcrypt.h", line 733
"gc-libgcrypt.c", line 613: syntax error before or at: return
"gc-libgcrypt.c", line 613: warning: old-style declaration or incorrect type 
for: GC_OK
"gc-libgcrypt.c", line 613: identifier redeclared: GC_OK
        current : int
        previous: enum Gc_rc {GC_PKCS5_DERIVED_KEY_TOO_LONG(8), 
GC_PKCS5_INVALID_DERIVED_KEY_LENGTH(7), GC_PKCS5_INVALID_ITERATION_COUNT(6), 
GC_INVALID_HASH(5), GC_INVALID_CIPHER(4), GC_RANDOM_ERROR(3), GC_INIT_ERROR(2), 
GC_MALLOC_ERROR(1), GC_OK(0)} : "gc.h", line 27
"gc-libgcrypt.c", line 622: undefined symbol: gcry_md_hd_t
"gc-libgcrypt.c", line 622: syntax error before or at: hd
"gc-libgcrypt.c", line 623: undefined symbol: gpg_error_t
"gc-libgcrypt.c", line 628: undefined symbol: err
"gc-libgcrypt.c", line 628: undefined symbol: hd
"gc-libgcrypt.c", line 628: warning: improper pointer/integer combination: arg 
#1
"gc-libgcrypt.c", line 628: prototype mismatch: 3 args passed, 2 expected
"gc-libgcrypt.c", line 628: warning: improper pointer/integer combination: op 
"="
"gc-libgcrypt.c", line 629: undefined symbol: GPG_ERR_NO_ERROR
"gc-libgcrypt.c", line 632: warning: improper pointer/integer combination: arg 
#1
"gc-libgcrypt.c", line 634: warning: improper pointer/integer combination: arg 
#1
"gc-libgcrypt.c", line 641: syntax error before or at: ,
"gc-libgcrypt.c", line 655: undefined symbol: gcry_md_hd_t
"gc-libgcrypt.c", line 655: syntax error before or at: mdh
"gc-libgcrypt.c", line 656: type specifier can not be used as array size 
expression qualifier
"gc-libgcrypt.c", line 656: type specifier can not be used as array size 
expression qualifier
"gc-libgcrypt.c", line 656: warning: no explicit type given
"gc-libgcrypt.c", line 656: warning: old-style declaration or incorrect type 
for: hash
"gc-libgcrypt.c", line 657: undefined symbol: gpg_error_t
"gc-libgcrypt.c", line 657: syntax error before or at: err
"gc-libgcrypt.c", line 661: undefined symbol: err
"gc-libgcrypt.c", line 661: undefined symbol: mdh
"gc-libgcrypt.c", line 661: warning: improper pointer/integer combination: arg 
#1
"gc-libgcrypt.c", line 661: prototype mismatch: 3 args passed, 2 expected
"gc-libgcrypt.c", line 661: warning: improper pointer/integer combination: op 
"="
"gc-libgcrypt.c", line 662: undefined symbol: GPG_ERR_NO_ERROR
"gc-libgcrypt.c", line 665: warning: improper pointer/integer combination: arg 
#1
"gc-libgcrypt.c", line 666: undefined symbol: GPG_ERR_NO_ERROR
"gc-libgcrypt.c", line 672: warning: improper pointer/integer combination: arg 
#1
"gc-libgcrypt.c", line 674: warning: improper pointer/integer combination: arg 
#1
"gc-libgcrypt.c", line 674: warning: assignment type mismatch:
        pointer to int "=" pointer to unsigned char
"gc-libgcrypt.c", line 681: syntax error before or at: ,
"gc-libgcrypt.c", line 695: undefined symbol: gcry_md_hd_t
"gc-libgcrypt.c", line 695: syntax error before or at: mdh
"gc-libgcrypt.c", line 696: type specifier can not be used as array size 
expression qualifier
"gc-libgcrypt.c", line 696: type specifier can not be used as array size 
expression qualifier
"gc-libgcrypt.c", line 696: warning: no explicit type given
"gc-libgcrypt.c", line 696: warning: old-style declaration or incorrect type 
for: hash
"gc-libgcrypt.c", line 697: undefined symbol: gpg_error_t
"gc-libgcrypt.c", line 697: syntax error before or at: err
"gc-libgcrypt.c", line 701: undefined symbol: err
"gc-libgcrypt.c", line 701: undefined symbol: mdh
"gc-libgcrypt.c", line 701: warning: improper pointer/integer combination: arg 
#1
"gc-libgcrypt.c", line 701: prototype mismatch: 3 args passed, 2 expected
"gc-libgcrypt.c", line 701: warning: improper pointer/integer combination: op 
"="
"gc-libgcrypt.c", line 702: undefined symbol: GPG_ERR_NO_ERROR
"gc-libgcrypt.c", line 705: warning: improper pointer/integer combination: arg 
#1
"gc-libgcrypt.c", line 706: undefined symbol: GPG_ERR_NO_ERROR
"gc-libgcrypt.c", line 712: warning: improper pointer/integer combination: arg 
#1
"gc-libgcrypt.c", line 714: warning: improper pointer/integer combination: arg 
#1
"gc-libgcrypt.c", line 714: warning: assignment type mismatch:
        pointer to int "=" pointer to unsigned char
"gc-libgcrypt.c", line 721: syntax error before or at: ,
cc: acomp failed for gc-libgcrypt.c
*** Error code 1
The following command caused the error:
echo "  CC    " gc-libgcrypt.lo;source='gc-libgcrypt.c' 
object='gc-libgcrypt.lo' libtool=yes \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
/bin/bash ../libtool --silent --tag=CC    --mode=compile cc -O -DHAVE_CONFIG_H  
-I. -I..  -I../intl -I/home/haible/prefix-solaris10-i386-cc/include   -g -c -o 
gc-libgcrypt.lo gc-libgcrypt.c
make: Fatal error: Command failed for target `gc-libgcrypt.lo'

-------------------------------------------------------------------------------

* Cygwin 1.7.9

All tests passed, except 1 gnulib test:

Unconnected socket test... passed
Connected sockets test... failed (expecting POLLHUP after shutdown)
General socket test with fork... failed (expecting POLLHUP after shutdown)
FAIL: test-poll.exe

A known failure.

-------------------------------------------------------------------------------

* mingw

All tests passed, except 1 gnulib test:

FAIL: test-select-out.sh

A known failure.

-------------------------------------------------------------------------------

* MSVC 9

Compilation error:

  CC     challenge.lo
challenge.c
./../gl\stdio.h(962) : error C2061: syntax error: identifier 'getdelim'
./../gl\stdio.h(962) : error C2059: syntax error: ';'
./../gl\stdio.h(962) : error C2059: syntax error: 'type'
./../gl\stdio.h(991) : error C2061: syntax error: identifier 'rpl_getline'
./../gl\stdio.h(991) : error C2059: syntax error: ';'
./../gl\stdio.h(991) : error C2059: syntax error: 'type'
make[4]: *** [challenge.lo] Error 1

-------------------------------------------------------------------------------

Bruno




reply via email to

[Prev in Thread] Current Thread [Next in Thread]