Hi Simon, > http://daily.josefsson.org/libidn/libidn-1.23.tar.gz
------------------------------------------------------------------------------- * Linux/MIPS (in 32-bit, n32, and 64-bit modes) * Linux/SPARC (both 32-bit and 64-bit) * Linux/HP-PA * Linux/IA-64 * MacOS X 10.5 (both 32-bit and 64-bit) * FreeBSD 6.4 * NetBSD 5.1 * OpenBSD 4.9 * IRIX 6.5 * OSF/1 5.1 All 12 tests passed. ------------------------------------------------------------------------------- * AIX 5.1 * AIX 7.1 * HP-UX 11.00 * Solaris 7 * Solaris 8 * Solaris 9 Build failure: Making check in lib/gltests ... CC putenv.o "./unistd.h", line 121.11: 1506-296 (S) #include file <getopt.h> not found. make: 1254-004 The error code from the last command is 1. The build directory contains the files lib/gltests/unistd.h win32/include/unistd.h gl/unistd.h gl/getopt.h The complete command line is xlc -D_ALL_SOURCE -O -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBIDN_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../lib/gl -I./../../lib/gl -D_THREAD_SAFE -I/home/haible/prefix-aix51-cc/include -g -c -o putenv.o putenv.c "./unistd.h", line 121.11: 1506-296 (S) #include file <getopt.h> not found. gmake[3]: *** [putenv.o] Error 1 As you can see, a -I../../gl option is missing. ------------------------------------------------------------------------------- * Linux/x86_64 12 of 12 tests failed Due to valgrind and bash, same issue as in the libtasn1 2.11 pre-release build report. ------------------------------------------------------------------------------- * Cygwin 1.7.9 Fails already in the gnulib tests: 1 of 36 tests failed --- - 2011-11-23 01:13:33.194375000 +0100 +++ update-copyright.test-ex-stderr 2011-11-23 01:13:33.099750000 +0100 @@ -1,2 +1,4 @@ update-copyright.test-ex.4: warning: copyright statement not found +update-copyright.test-ex.4.bak: warning: copyright statement not found update-copyright.test-ex.5: warning: copyright statement not found +update-copyright.test-ex.5.bak: warning: copyright statement not found FAIL: test-update-copyright.sh ------------------------------------------------------------------------------- * mingw with gcc Fails already in the gnulib tests: FAIL: test-binary-io.sh --- - 2011-11-23 01:08:52.724750000 +0100 +++ update-copyright.test-ex-stderr 2011-11-23 01:08:52.631000000 +0100 @@ -1,2 +1,4 @@ update-copyright.test-ex.4: warning: copyright statement not found +update-copyright.test-ex.4.bak: warning: copyright statement not found update-copyright.test-ex.5: warning: copyright statement not found +update-copyright.test-ex.5.bak: warning: copyright statement not found FAIL: test-update-copyright.sh ------------------------------------------------------------------------------- * mingw with MSVC 9 as compiler Compilation failure: make[3]: Entering directory `/home/bruno/multibuild-1530/msvc9/libidn-1.23/lib' CC nfkc.lo nfkc.c c:\cygwin\home\bruno\multibuild-1530\msvc9\libidn-1.23\lib\stringprep.h(39) : fatal error C1083: include file cannot be opened: "unistd.h": No such file or directory The following copies of unistd.h exist: gl/unistd.h win32/include/unistd.h You should probably include the 'unistd' module if you want to #include <unistd.h> unconditionally. Or add an option -I../gl . ------------------------------------------------------------------------------- Bruno -- In memoriam John F. Kennedy <http://en.wikipedia.org/wiki/John_F._Kennedy> _______________________________________________ Help-libidn mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-libidn
