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

2015-07-24 Thread Dagobert Michelsen
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

[Bug-wget] WGET version for SFTP Connection + ftp-callback functionality

2015-07-24 Thread Pravin B Kudle
Hi Micah, We are using the WGET utility to mirror the files from FTP server. It also contains the --ftp-callback functionality (It allows to execute the script after each file download) which is working perfectly fine. You have given ftp-callback functionality to Tom Dalglish

Re: [Bug-wget] Metalink support

2015-07-24 Thread Ander Juaristi
Hi, I don't know if I should awake this thread, but anyway. Wget fails to build (at least for me) when using OpenSSL as the backend: $ ./configure --with-ssl=openssl $ make output trimmed In file included from openssl.c:49:0: utils.h:160:6: error: conflicting types for 'hex_to_string' void

Re: [Bug-wget] Metalink support

2015-07-24 Thread Darshit Shah
I just came across the same issue when trying to test the code. I've locally renamed the function to `wg_hex_to_string`. I'll push the patch to master right away so that builds stop failing. On Fri, Jul 24, 2015 at 10:51 PM, Ander Juaristi ajuari...@gmx.es wrote: Hi, I don't know if I should