-
works with c-ares-1.7.0 (cvs c-cares copy as of yesterday)
test 240...OK (235 out of 541, remaining: 08:25)
test 241...OK (236 out of 541, remaining: 08:22)
2009-11-23 22:34:06 UTC in curl and libcurl
-
Thanks for the report, this problem is now fixed in CVS!
2009-11-23 22:34:05 UTC in curl and libcurl
-
from /etc/hosts if this helps:
# IPv4 and IPv6 localhost aliases
127.0.0.1 localhost localhost.localdomain qt-test-server qt-test-server.qt-test-net
::1 ip6-localhost
I'm happy to try curl/ares patches for further diagnosis.
2009-11-17 02:38:56 UTC in curl and libcurl
-
maybe this is the c-ares/ipv6 warning that still exists in ./configure - looking at the ChangeLog I was assuming most issues were resolved.
2009-11-05 03:40:42 UTC in curl and libcurl
-
curl-7.19.7
compiled with:
./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --disable-ldap --disable-ldaps --with-libidn --with-gssapi=/usr --without-libssh2 --enable-ipv6 --enable-http --enable-ftp --enable-gopher --enable-file...
2009-11-05 03:33:17 UTC in curl and libcurl
-
/usr/include/tre/tre.h
#ifdef TRE_USE_SYSTEM_REGEX_H
/* Include the system regex.h to make TRE ABI compatible with the
system regex. */
#include TRE_SYSTEM_REGEX_H_PATH
#define tre_regcomp regcomp
#define tre_regexec regexec
#define tre_regerror regerror
#define tre_regfree regfree
#endif /* TRE_USE_SYSTEM_REGEX_H */
which is all well and good until:
#ifdef USE_TRE
#...
2009-10-17 14:47:57 UTC in opendkim
-
ah -never mind - had an old tre-0.7.5 version.
2009-10-16 12:16:46 UTC in opendkim
-
Attached patch isn't quite right.
Requires the the Makefile.am to have lib_LTLIBRARIES = libar.la
All things that use it withing a combined package should refer to libar.la
The configure.ac should include an output of libar/ar.pc as per the patch though.
http://gitorious.org/opendkim/libopendkim/commit/7d7c53b529757e00da2f141b9deb591380bea2ca.
2009-10-16 12:05:02 UTC in opendkim
-
Just getting the right filename:
http://gitorious.org/opendkim/libopendkim/commit/c7353f286c732ccdab2d6bcd3e44e92b82ea04fd.
2009-10-16 11:56:27 UTC in opendkim
-
this makes better use out of configure generated vars like docdir, mandir
AM_CXXFLAGS is used as suggested by autoreconf so that users can still add CXXFLAGS
LINGUAS shortened to only include languages where files exist.
used mktemp so that parallel makes (make -j3) don't generate conflicts and fail. If autoconf on windows is still required a small variation like that suggested on...
2009-10-14 07:12:47 UTC in DVDStyler