bug-wget
[Top][All Lists]
Advanced

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

[Bug-wget] Latest versions in GIT failing on Solaris


From: Dagobert Michelsen
Subject: [Bug-wget] Latest versions in GIT failing on Solaris
Date: Fri, 24 Jul 2015 17:38:51 +0200

Hi,

the latest versions of wget in GIT fail on Solaris:
  https://buildfarm.opencsw.org/buildbot/waterfall?category=wget

This is the error:

> /opt/csw/bin/gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/local/etc/wgetrc\" 
> -DLOCALEDIR=\"/usr/local/share/locale\" -I.  -I../lib -I../lib -D_REENTRANT  
> -I/opt/csw/include   -I/opt/csw/include -I/opt/csw/include   
> -I/opt/csw/include -I/opt/csw/include/p11-kit-1   -DHAVE_LIBGNUTLS 
> -I/opt/csw/include   -I/opt/csw/include   -DNDEBUG  -MT iri.o -MD -MP -MF 
> .deps/iri.Tpo -c -o iri.o iri.c
> 
> iri.c: In function 'do_conversion':
> iri.c:149:22: warning: passing argument 2 of 'libiconv' from incompatible 
> pointer type
>        if (iconv (cd, &in, &inlen, out, &outlen) != (size_t)(-1))
>                       ^
> In file included from iri.c:36:0:
> /opt/csw/include/iconv.h:83:15: note: expected 'const char **' but argument 
> is of type 'char **'
>  extern size_t iconv (iconv_t cd, const char* * inbuf, size_t *inbytesleft, 
> char* * outbuf, size_t *outbytesleft);
>                ^
> 
> mv -f .deps/iri.Tpo .deps/iri.Po
> /opt/csw/bin/gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/local/etc/wgetrc\" 
> -DLOCALEDIR=\"/usr/local/share/locale\" -I.  -I../lib -I../lib -D_REENTRANT  
> -I/opt/csw/include   -I/opt/csw/include -I/opt/csw/include   
> -I/opt/csw/include -I/opt/csw/include/p11-kit-1   -DHAVE_LIBGNUTLS 
> -I/opt/csw/include   -I/opt/csw/include   -DNDEBUG  -MT metalink.o -MD -MP 
> -MF .deps/metalink.Tpo -c -o metalink.o metalink.c
> 
> metalink.c: In function 'retrieve_from_metalink':
> metalink.c:123:68: error: 'errno' undeclared (first use in this function)
>                  logprintf (LOG_NOTQUIET, "unlink: %s\n", strerror (errno));
>                                                                     ^
> metalink.c:123:68: note: each undeclared identifier is reported only once for 
> each function it appears in

Would it be useful to setup notifications on build breaks?


Best regards

  -- Dago


reply via email to

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