bug#26123: guile-2.2.0: AI_ADDRCONFIG

2017-03-16 Thread Thomas Klausner
Hi! When compiling guile-2.2.0 on NetBSD_7.99.65/amd64, I see: SNARF net_db.doc net_db.c:468:***Missing or erroneous `#define FUNC_NAME s_AI_ADDRCONFIG);' net_db.c:488:***Missing or erroneous #undef for AI_ADDRCONFIG);: Compilation continues even though this looks like an error. Thomas

bug#26122: guile-2.2.0: locale redefinitions warnings

2017-03-16 Thread Thomas Klausner
Hi! When compiling guile-2.2.0 on NetBSD-7.99.65/amd64, I see the following warnings: i18n.c:131:0: warning: "LC_CTYPE_MASK" redefined # define LC_CTYPE_MASK 1 ^ In file included from ../lib/locale.h:38:0, from i18n.c:36: /usr/include/locale.h:99:0: note: this is the location

bug#26121: guile-2.2.0: date -d argument problem

2017-03-16 Thread Thomas Klausner
Hi! When building guile-2.2.0 on NetBSD, I see: gmake[2]: Entering directory '/scratch/lang/guile21/work/guile-2.2.0/libguile' date: Expected digit in canonical time date: -d date: ^ Usage: date [-ajnu] [-d date] [-r seconds] [+format] [[CC]yy]mm]dd]HH]MM[.SS]] GEN libpath.h Thomas

bug#26128: 1 of 1 test failed

2017-03-16 Thread Jean Louis
Hello, This may help you, it failed on 2.2. Maybe not serious. Jean Running peval.test Running poe.test Running popen.test Running ports.test warning: call to primitive-fork while multiple threads are running; further behavior unspecified. See "Processes" in the manual, for mo

bug#26058: utf16->string and utf32->string don't conform to R6RS

2017-03-16 Thread Taylan Ulrich Bayırlı/Kammer
Andy Wingo writes: > Adopting the behavior is more or less fine. If it can be done while > relying on the existing behavior, that is better than something ad-hoc > in a module. You mean somehow leveraging the existing BOM handling code of Guile (found in the ports code) would be preferable to r