unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
From: Jan Schukat <shookie@email.de>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: 13848-done@debbugs.gnu.org
Subject: bug#13848: Statically linking guile-2.0.
Date: Sat, 30 Mar 2013 01:20:45 +0100	[thread overview]
Message-ID: <51562FDD.6060103@email.de> (raw)
In-Reply-To: <877gkqc837.fsf@gnu.org>

[-- Attachment #1: Type: text/plain, Size: 1382 bytes --]

Must be psychic! Today I was just thinking about giving it a try on 
windows again.

It builds with only a few warnings, and as far as I have seen all scheme 
modules are compiled into .go files in the ccache.

Starting the guile.exe or my own guiletest.exe still fails due to init 
not finding the paths to the scheme modules, but that is something I 
need to look into anyway, and will do that over Easter. It's possible 
that that is due to the different path treatment in mingw and windows 
proper, or it could just be that guile can't handle windows paths with 
drive letters, colons and backslashes.

I have attached my build log anyway, in case that is of interest.

Regards

Jan Schukat

On 03/29/2013 08:35 PM, Ludovic Courtès wrote:
> Jan Schukat <shookie@email.de> skribis:
>
>> Ok finally got to it. Made 3 builds from the 194-dfd1d tarball: mingw
>> with posix and threads, without posix and threads and linux with posix
>> and threads.
>>
>> All three still have problems compiling the scheme code. All three
>> have problems with scan-api and two of them with popen.
> I believe the popen-related issues are fixed by
> <http://git.savannah.gnu.org/cgit/guile.git/commit/?h=stable-2.0&id=df3d365a99311ecfe921d1dfd1848ff65112e572>.
>
> You can check with a tarball from
> <http://hydra.nixos.org/job/gnu/guile-2-0/tarball/latest/download>.
>
> Thanks!
>
> Ludo’.
>


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: build_windows.log --]
[-- Type: text/x-log; name="build_windows.log", Size: 172868 bytes --]

cd lib/guile-2.0 && ./configure --prefix=/c/Users/shookie/guiletest/lib --disable-shared --disable-fast-install --with-gnu-ld  --disable-deprecated --enable-nls --with-libgmp-prefix=/c/Users/shookie/guiletest/lib  LIBFFI_CFLAGS='-I/c/Users/shookie/guiletest/lib/lib/libffi-3.0.12/include' LIBFFI_LIBS='-lffi' BDW_GC_LIBS='-lgc' BDW_GC_CFLAGS='-I/c/Users/shookie/guiletest/lib' CPPFLAGS='-D HAVE_GC_SET_FINALIZER_NOTIFIER -D HAVE_GC_GET_FREE_SPACE_DIVISOR -D HAVE_GC_GET_HEAP_USAGE_SAFE -D HAVE_GC_SET_FINALIZE_ON_DEMAND' CFLAGS='-s' && make -k install
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking build system type... i686-pc-mingw32
checking host system type... i686-pc-mingw32
checking for as... as
checking for dlltool... dlltool
checking for objdump... objdump
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for Minix Amsterdam compiler... no
checking for ar... ar
checking for ranlib... ranlib
checking whether gcc and cc understand -c and -o together... yes
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... unknown
checking for _LARGE_FILES value needed for large files... unknown
configure: autobuild project... GNU Guile
configure: autobuild revision... 2.0.7.259-beac4-dirty
configure: autobuild hostname... bias
configure: autobuild timestamp... 20130329T221341Z
checking how to run the C preprocessor... gcc -E
checking for a sed that does not truncate output... /bin/sed
checking for gawk... (cached) gawk
checking whether ln -s works... no, using cp -pR
checking the archiver (ar) interface... ar
checking for sys/socket.h... no
checking for arpa/inet.h... no
checking for features.h... no
checking for sys/param.h... yes
checking for dirent.h... yes
checking for xlocale.h... no
checking for unistd.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for netdb.h... no
checking for netinet/in.h... no
checking for iconv.h... yes
checking for langinfo.h... no
checking for math.h... yes
checking for sys/mman.h... no
checking for poll.h... no
checking for sys/ioctl.h... no
checking for sys/filio.h... no
checking for sys/select.h... no
checking for sys/time.h... yes
checking for wchar.h... yes
checking for stdint.h... (cached) yes
checking for sys/file.h... yes
checking for sys/times.h... no
checking for sys/uio.h... no
checking for wctype.h... yes
checking ws2tcpip.h usability... yes
checking ws2tcpip.h presence... yes
checking for ws2tcpip.h... yes
checking whether the preprocessor supports include_next... yes
checking whether system header files limit the line length... no
checking whether <sys/socket.h> is self-contained... no
checking for struct sockaddr_storage... yes
checking for sa_family_t... no
checking for struct sockaddr_storage.ss_family... yes
checking winsock2.h usability... yes
checking winsock2.h presence... yes
checking for winsock2.h... yes
checking whether socket is declared without a macro... no
checking whether connect is declared without a macro... no
checking whether accept is declared without a macro... no
checking whether bind is declared without a macro... no
checking whether getpeername is declared without a macro... no
checking whether getsockname is declared without a macro... no
checking whether getsockopt is declared without a macro... no
checking whether listen is declared without a macro... no
checking whether recv is declared without a macro... no
checking whether send is declared without a macro... no
checking whether recvfrom is declared without a macro... no
checking whether sendto is declared without a macro... no
checking whether setsockopt is declared without a macro... no
checking whether shutdown is declared without a macro... no
checking whether accept4 is declared without a macro... no
checking for size_t... yes
checking for working alloca.h... no
checking for alloca... yes
checking whether <wchar.h> uses 'inline' correctly... yes
checking for btowc... yes
checking for canonicalize_file_name... no
checking for getcwd... yes
checking for readlink... no
checking for realpath... no
checking for _set_invalid_parameter_handler... no
checking for duplocale... no
checking for symlink... no
checking for flock... no
checking for fcntl... no
checking for alarm... no
checking for getlogin... no
checking for lstat... no
checking for mbsinit... yes
checking for mbrtowc... yes
checking for mprotect... yes
checking for nl_langinfo... no
checking for pipe... no
checking for pipe2... no
checking for isblank... yes
checking for iswctype... yes
checking for wcscoll... yes
checking for link... no
checking for setenv... no
checking for snprintf... yes
checking for tzset... yes
checking for localtime_r... no
checking for times... no
checking for vasnprintf... no
checking for wcrtomb... yes
checking for iswcntrl... yes
checking for nl_langinfo and CODESET... no
checking for a traditional french locale... French_France.1252
checking whether // is distinct from /... yes
checking whether realpath works... no
checking for wchar_t... yes
checking whether NULL can be used in arbitrary expressions... yes
checking whether locale.h conforms to POSIX:2001... no
checking whether struct lconv is properly defined... no
checking whether setlocale is declared without a macro... yes
checking whether duplocale is declared without a macro... no
checking if environ is properly declared... yes
checking for complete errno.h... no
checking for EMULTIHOP value... no
checking for ENOLINK value... no
checking for EOVERFLOW value... no
checking for working fcntl.h... no
checking for pid_t... yes
checking for mode_t... yes
checking whether frexp() can be used without linking with libm... yes
checking whether stat file-mode macros are broken... no
checking for 64-bit off_t... no
checking for nlink_t... no
checking whether fchmodat is declared without a macro... no
checking whether fstat is declared without a macro... yes
checking whether fstatat is declared without a macro... no
checking whether futimens is declared without a macro... no
checking whether lchmod is declared without a macro... no
checking whether lstat is declared without a macro... no
checking whether mkdirat is declared without a macro... no
checking whether mkfifo is declared without a macro... no
checking whether mkfifoat is declared without a macro... no
checking whether mknod is declared without a macro... no
checking whether mknodat is declared without a macro... no
checking whether stat is declared without a macro... yes
checking whether utimensat is declared without a macro... no
checking whether getaddrinfo is declared without a macro... no
checking whether freeaddrinfo is declared without a macro... no
checking whether gai_strerror is declared without a macro... no
checking whether getnameinfo is declared without a macro... no
checking for library containing gethostbyname... no
checking for gethostbyname... no
checking for gethostbyname in winsock2.h and -lws2_32... yes
checking for library containing getservbyname... no
checking for getservbyname... no
checking for getservbyname in winsock2.h and -lws2_32... yes
checking for C/C++ restrict keyword... __restrict
checking for winsock2.h... (cached) yes
checking whether inet_ntop is declared... no
checking for IPv4 sockets... yes
checking for IPv6 sockets... yes
checking for ld used by gcc... c:/mingw/mingw32/bin/ld.exe
checking if the linker (c:/mingw/mingw32/bin/ld.exe) is GNU ld... yes
checking for shared library run path origin... done
checking for iconv... yes
checking for working iconv... yes
checking how to link with libiconv... -liconv
checking for iconv declaration... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for inline... inline
checking whether byte ordering is bigendian... no
checking whether long double and double are the same... no
checking where to find the exponent in a 'float'... word 0 bit 23
checking whether isnan(float) can be used without linking with libm... yes
checking whether isnan(float) works... yes
checking whether isnan(double) can be used without linking with libm... yes
checking whether isnan(long double) can be used without linking with libm... yes
checking whether isnanl works... no
checking where to find the exponent in a 'double'... word 1 bit 20
checking whether ldexp() can be used without linking with libm... yes
checking for libunistring... yes
checking how to link with libunistring... -lunistring
checking for libunistring version... 0.9.3
checking whether getc_unlocked is declared... no
checking whether we are using the GNU C Library >= 2.1 or uClibc... no
checking whether pow can be used without linking with libm... yes
checking whether log works... yes
checking whether round is declared... yes
checking whether round works... yes
checking whether lstat correctly handles trailing slash... guessing no
checking whether malloc, realloc, calloc are POSIX compliant... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for unsigned long long int... yes
checking for long long int... yes
checking for mbstate_t... yes
checking for a traditional japanese locale... none
checking for a transitional chinese locale... none
checking for a french Unicode locale... none
checking for mmap... no
checking whether memchr works... yes
checking for promoted mode_t type... int
checking whether poll is declared without a macro... no
checking for winsock2.h... (cached) yes
checking if we need to call WSAStartup in winsock2.h and -lws2_32... yes
checking for ssize_t... yes
checking whether <sys/select.h> is self-contained... no
checking for winsock2.h... (cached) yes
checking whether pselect is declared without a macro... no
checking whether select is declared without a macro... no
checking whether setenv is declared... no
checking search.h usability... yes
checking search.h presence... yes
checking for search.h... yes
checking for tsearch... yes
checking for sigset_t... yes
checking for uid_t in sys/types.h... no
checking whether snprintf returns a byte count as in C99... yes
checking whether snprintf is declared... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking whether stdint.h conforms to C99... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... no
checking whether tzname is declared... yes
checking for tzname... yes
checking for struct tm.tm_gmtoff... no
checking whether ffsl is declared without a macro... no
checking whether ffsll is declared without a macro... no
checking whether memmem is declared without a macro... no
checking whether mempcpy is declared without a macro... no
checking whether memrchr is declared without a macro... no
checking whether rawmemchr is declared without a macro... no
checking whether stpcpy is declared without a macro... no
checking whether stpncpy is declared without a macro... no
checking whether strchrnul is declared without a macro... no
checking whether strdup is declared without a macro... yes
checking whether strncat is declared without a macro... yes
checking whether strndup is declared without a macro... no
checking whether strnlen is declared without a macro... no
checking whether strpbrk is declared without a macro... yes
checking whether strsep is declared without a macro... no
checking whether strcasestr is declared without a macro... no
checking whether strtok_r is declared without a macro... no
checking whether strerror_r is declared without a macro... no
checking whether strsignal is declared without a macro... no
checking whether strverscmp is declared without a macro... no
checking for winsock2.h... (cached) yes
checking for struct timeval... yes
checking for wide-enough struct timeval.tv_sec member... yes
checking whether gettimeofday is declared without a macro... yes
checking for struct timespec in <time.h>... no
checking for struct timespec in <sys/time.h>... no
checking for struct timespec in <pthread.h>... yes
checking for wint_t... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for intmax_t... yes
checking for snprintf... (cached) yes
checking for strnlen... no
checking for wcslen... yes
checking for wcsnlen... no
checking for mbrtowc... (cached) yes
checking for wcrtomb... (cached) yes
checking whether _snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether inet_ntop is declared without a macro... no
checking whether inet_pton is declared without a macro... no
checking whether btowc(0) is correct... yes
checking whether btowc(EOF) is correct... yes
checking byteswap.h usability... no
checking byteswap.h presence... no
checking for byteswap.h... no
checking for library containing clock_gettime... no
checking for clock_gettime... no
checking for clock_settime... no
checking for clock_getcpuclockid... no
checking for winsock2.h... (cached) yes
checking whether alphasort is declared without a macro... no
checking whether closedir is declared without a macro... yes
checking whether dirfd is declared without a macro... no
checking whether fdopendir is declared without a macro... no
checking whether opendir is declared without a macro... yes
checking whether readdir is declared without a macro... yes
checking whether rewinddir is declared without a macro... yes
checking whether scandir is declared without a macro... no
checking for dirfd... no
checking whether dirfd is declared... no
checking whether dirfd is a macro... no
checking how to get the file descriptor associated with an open DIR*... no_such_member
checking whether // is distinct from /... (cached) yes
checking whether dup2 works... no
checking whether fcntl is declared without a macro... no
checking whether openat is declared without a macro... no
checking whether conversion from 'int' to 'long double' works... yes
checking for struct flock.l_type... no
checking whether frexp works... no
checking whether __func__ is available... yes
configure: checking how to do getaddrinfo, freeaddrinfo and getnameinfo
checking for library containing getaddrinfo... no
checking for getaddrinfo... no
checking for getaddrinfo in ws2tcpip.h and -lws2_32... no
checking whether gai_strerror is declared... yes
checking whether gai_strerrorA is declared... yes
checking for gai_strerror with POSIX signature... no
checking for struct sockaddr.sa_len... no
checking whether getaddrinfo is declared... no
checking whether freeaddrinfo is declared... no
checking whether getnameinfo is declared... no
checking for struct addrinfo... yes
checking for library containing gethostbyname... (cached) no
checking for gethostbyname... (cached) no
checking for gethostbyname in winsock2.h and -lws2_32... (cached) yes
checking whether iconv supports conversion between UTF-8 and UTF-{16,32}{BE,LE}... yes
checking for winsock2.h... (cached) yes
checking whether inet_ntop is declared... (cached) no
checking for winsock2.h... (cached) yes
checking whether inet_pton is declared... no
checking whether the compiler generally respects inline... no
checking whether isinf is declared... yes
checking whether isinf(long double) works... yes
checking whether isnan macro works... no
checking whether isnan(double) can be used without linking with libm... (cached) yes
checking whether isnan(double) can be used without linking with libm... (cached) yes
checking whether isnan(float) can be used without linking with libm... (cached) yes
checking whether isnan(float) works... (cached) yes
checking where to find the exponent in a 'float'... (cached) word 0 bit 23
checking whether isnan(long double) can be used without linking with libm... (cached) yes
checking whether isnanl works... (cached) no
checking where to find the exponent in a 'long double'... word 2 bit 0
checking whether nl_langinfo is declared without a macro... no
checking if LD -Wl,--version-script works... yes
checking whether the -Werror option is usable... yes
checking for simple visibility declarations... yes
checking whether locale.h conforms to POSIX:2001... (cached) no
checking whether struct lconv is properly defined... (cached) no
checking whether setlocale is declared without a macro... (cached) yes
checking whether duplocale is declared without a macro... (cached) no
checking for struct lconv.decimal_point... yes
checking for log1p... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... (cached) yes
checking whether NAN macro works... yes
checking whether HUGE_VAL works... yes
checking whether acosf is declared without a macro... yes
checking whether acosl is declared without a macro... yes
checking whether asinf is declared without a macro... yes
checking whether asinl is declared without a macro... yes
checking whether atanf is declared without a macro... yes
checking whether atanl is declared without a macro... yes
checking whether cbrt is declared without a macro... yes
checking whether cbrtf is declared without a macro... yes
checking whether cbrtl is declared without a macro... yes
checking whether ceilf is declared without a macro... yes
checking whether ceill is declared without a macro... yes
checking whether copysign is declared without a macro... yes
checking whether copysignf is declared without a macro... yes
checking whether copysignl is declared without a macro... yes
checking whether cosf is declared without a macro... yes
checking whether cosl is declared without a macro... yes
checking whether coshf is declared without a macro... yes
checking whether expf is declared without a macro... yes
checking whether expl is declared without a macro... yes
checking whether exp2 is declared without a macro... yes
checking whether exp2f is declared without a macro... yes
checking whether exp2l is declared without a macro... yes
checking whether expm1 is declared without a macro... yes
checking whether expm1f is declared without a macro... yes
checking whether expm1l is declared without a macro... yes
checking whether fabsf is declared without a macro... yes
checking whether fabsl is declared without a macro... yes
checking whether floorf is declared without a macro... yes
checking whether floorl is declared without a macro... yes
checking whether fma is declared without a macro... yes
checking whether fmaf is declared without a macro... yes
checking whether fmal is declared without a macro... yes
checking whether fmod is declared without a macro... yes
checking whether fmodf is declared without a macro... yes
checking whether fmodl is declared without a macro... yes
checking whether frexpf is declared without a macro... yes
checking whether frexpl is declared without a macro... yes
checking whether hypotf is declared without a macro... yes
checking whether hypotl is declared without a macro... yes
checking whether ilogb is declared without a macro... yes
checking whether ilogbf is declared without a macro... yes
checking whether ilogbl is declared without a macro... yes
checking whether ldexpf is declared without a macro... yes
checking whether ldexpl is declared without a macro... yes
checking whether log is declared without a macro... yes
checking whether logf is declared without a macro... yes
checking whether logl is declared without a macro... yes
checking whether log10 is declared without a macro... yes
checking whether log10f is declared without a macro... yes
checking whether log10l is declared without a macro... yes
checking whether log1p is declared without a macro... yes
checking whether log1pf is declared without a macro... yes
checking whether log1pl is declared without a macro... yes
checking whether log2 is declared without a macro... yes
checking whether log2f is declared without a macro... yes
checking whether log2l is declared without a macro... yes
checking whether logb is declared without a macro... yes
checking whether logbf is declared without a macro... yes
checking whether logbl is declared without a macro... yes
checking whether modf is declared without a macro... yes
checking whether modff is declared without a macro... yes
checking whether modfl is declared without a macro... yes
checking whether powf is declared without a macro... yes
checking whether remainder is declared without a macro... yes
checking whether remainderf is declared without a macro... yes
checking whether remainderl is declared without a macro... yes
checking whether rint is declared without a macro... yes
checking whether rintf is declared without a macro... yes
checking whether rintl is declared without a macro... yes
checking whether round is declared without a macro... yes
checking whether roundf is declared without a macro... yes
checking whether roundl is declared without a macro... yes
checking whether sinf is declared without a macro... yes
checking whether sinl is declared without a macro... yes
checking whether sinhf is declared without a macro... yes
checking whether sqrtf is declared without a macro... yes
checking whether sqrtl is declared without a macro... yes
checking whether tanf is declared without a macro... yes
checking whether tanl is declared without a macro... yes
checking whether tanhf is declared without a macro... yes
checking whether trunc is declared without a macro... yes
checking whether truncf is declared without a macro... yes
checking whether truncl is declared without a macro... yes
checking whether mbrtowc handles incomplete characters... guessing yes
checking whether mbrtowc works as well as mbtowc... guessing yes
checking whether mbrtowc handles a NULL pwc argument... guessing yes
checking whether mbrtowc handles a NULL string argument... guessing yes
checking whether mbrtowc has a correct return value... no
checking whether mbrtowc returns 0 when parsing a NUL character... guessing yes
checking whether mbrtowc handles incomplete characters... (cached) guessing yes
checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
checking whether getaddrinfo is declared without a macro... (cached) no
checking whether freeaddrinfo is declared without a macro... (cached) no
checking whether gai_strerror is declared without a macro... (cached) no
checking whether getnameinfo is declared without a macro... (cached) no
checking whether <netinet/in.h> is self-contained... no
checking for netinet/in.h... (cached) no
checking for sys/pstat.h... no
checking for sys/sysmp.h... no
checking for sys/param.h... (cached) yes
checking for sys/sysctl.h... no
checking for sched_getaffinity... no
checking for sched_getaffinity_np... no
checking for pstat_getdynamic... no
checking for sysmp... no
checking for sysctl... no
checking for poll... (cached) no
checking whether poll is declared without a macro... (cached) no
checking for putenv compatible with GNU and SVID... no
checking for _putenv... yes
checking for raise... yes
checking for working re_compile_pattern... no
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking whether isblank is declared... yes
checking whether rename honors trailing slash on destination... no
checking whether rename honors trailing slash on source... yes
checking whether rename manages hard links correctly... yes
checking whether rename manages existing destinations correctly... no
checking whether rmdir works... no
checking whether round is declared... (cached) yes
checking whether round works... (cached) yes
checking for library containing getservbyname... (cached) no
checking for getservbyname... (cached) no
checking for getservbyname in winsock2.h and -lws2_32... (cached) yes
checking for volatile sig_atomic_t... yes
checking for sighandler_t... no
checking whether pthread_sigmask is declared without a macro... no
checking whether sigaction is declared without a macro... no
checking whether sigaddset is declared without a macro... no
checking whether sigdelset is declared without a macro... no
checking whether sigemptyset is declared without a macro... no
checking whether sigfillset is declared without a macro... no
checking whether sigismember is declared without a macro... no
checking whether sigpending is declared without a macro... no
checking whether sigprocmask is declared without a macro... no
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking for snprintf... (cached) yes
checking whether snprintf respects a size of 1... yes
checking whether printf supports POSIX/XSI format strings with positions... no
checking for winsock2.h... (cached) yes
checking if we need to call WSAStartup in winsock2.h and -lws2_32... (cached) yes
checking for socklen_t... yes
checking for ssize_t... (cached) yes
checking whether stat handles trailing slashes on directories... no
checking whether stat handles trailing slashes on files... yes
checking for struct stat.st_atim.tv_nsec... no
checking for struct stat.st_atimespec.tv_nsec... no
checking for struct stat.st_atimensec... no
checking for struct stat.st_atim.st__tim.tv_nsec... no
checking for struct stat.st_birthtimespec.tv_nsec... no
checking for struct stat.st_birthtimensec... no
checking for struct stat.st_birthtim.tv_nsec... no
checking for working stdalign.h... yes
checking whether NULL can be used in arbitrary expressions... (cached) yes
checking whether dprintf is declared without a macro... no
checking whether fpurge is declared without a macro... no
checking whether fseeko is declared without a macro... no
checking whether ftello is declared without a macro... no
checking whether getdelim is declared without a macro... no
checking whether getline is declared without a macro... no
checking whether gets is declared without a macro... yes
checking whether pclose is declared without a macro... yes
checking whether popen is declared without a macro... yes
checking whether renameat is declared without a macro... no
checking whether snprintf is declared without a macro... yes
checking whether tmpfile is declared without a macro... yes
checking whether vdprintf is declared without a macro... no
checking whether vsnprintf is declared without a macro... yes
checking whether _Exit is declared without a macro... yes
checking whether atoll is declared without a macro... yes
checking whether canonicalize_file_name is declared without a macro... no
checking whether getloadavg is declared without a macro... no
checking whether getsubopt is declared without a macro... no
checking whether grantpt is declared without a macro... no
checking whether initstate is declared without a macro... no
checking whether initstate_r is declared without a macro... no
checking whether mkdtemp is declared without a macro... no
checking whether mkostemp is declared without a macro... no
checking whether mkostemps is declared without a macro... no
checking whether mkstemp is declared without a macro... no
checking whether mkstemps is declared without a macro... no
checking whether posix_openpt is declared without a macro... no
checking whether ptsname is declared without a macro... no
checking whether ptsname_r is declared without a macro... no
checking whether random is declared without a macro... no
checking whether random_r is declared without a macro... no
checking whether realpath is declared without a macro... no
checking whether rpmatch is declared without a macro... no
checking whether secure_getenv is declared without a macro... no
checking whether setenv is declared without a macro... no
checking whether setstate is declared without a macro... no
checking whether setstate_r is declared without a macro... no
checking whether srandom is declared without a macro... no
checking whether srandom_r is declared without a macro... no
checking whether strtod is declared without a macro... yes
checking whether strtoll is declared without a macro... yes
checking whether strtoull is declared without a macro... yes
checking whether unlockpt is declared without a macro... no
checking whether unsetenv is declared without a macro... no
checking whether flock is declared without a macro... no
checking whether <sys/select.h> is self-contained... (cached) no
checking for winsock2.h... (cached) yes
checking whether pselect is declared without a macro... (cached) no
checking whether select is declared without a macro... (cached) no
checking whether <sys/socket.h> is self-contained... (cached) no
checking for struct sockaddr_storage... (cached) yes
checking for sa_family_t... (cached) no
checking for struct sockaddr_storage.ss_family... (cached) yes
checking for winsock2.h... (cached) yes
checking whether socket is declared without a macro... (cached) no
checking whether connect is declared without a macro... (cached) no
checking whether accept is declared without a macro... (cached) no
checking whether bind is declared without a macro... (cached) no
checking whether getpeername is declared without a macro... (cached) no
checking whether getsockname is declared without a macro... (cached) no
checking whether getsockopt is declared without a macro... (cached) no
checking whether listen is declared without a macro... (cached) no
checking whether recv is declared without a macro... (cached) no
checking whether send is declared without a macro... (cached) no
checking whether recvfrom is declared without a macro... (cached) no
checking whether sendto is declared without a macro... (cached) no
checking whether setsockopt is declared without a macro... (cached) no
checking whether shutdown is declared without a macro... (cached) no
checking whether accept4 is declared without a macro... (cached) no
checking for nlink_t... (cached) no
checking whether fchmodat is declared without a macro... (cached) no
checking whether fstat is declared without a macro... (cached) yes
checking whether fstatat is declared without a macro... (cached) no
checking whether futimens is declared without a macro... (cached) no
checking whether lchmod is declared without a macro... (cached) no
checking whether lstat is declared without a macro... (cached) no
checking whether mkdirat is declared without a macro... (cached) no
checking whether mkfifo is declared without a macro... (cached) no
checking whether mkfifoat is declared without a macro... (cached) no
checking whether mknod is declared without a macro... (cached) no
checking whether mknodat is declared without a macro... (cached) no
checking whether stat is declared without a macro... (cached) yes
checking whether utimensat is declared without a macro... (cached) no
checking whether times is declared without a macro... no
checking whether localtime_r is declared... no
checking whether trunc is declared... (cached) yes
checking whether chdir is declared without a macro... yes
checking whether chown is declared without a macro... no
checking whether dup is declared without a macro... yes
checking whether dup2 is declared without a macro... yes
checking whether dup3 is declared without a macro... no
checking whether environ is declared without a macro... no
checking whether euidaccess is declared without a macro... no
checking whether faccessat is declared without a macro... no
checking whether fchdir is declared without a macro... no
checking whether fchownat is declared without a macro... no
checking whether fdatasync is declared without a macro... no
checking whether fsync is declared without a macro... no
checking whether ftruncate is declared without a macro... yes
checking whether getcwd is declared without a macro... yes
checking whether getdomainname is declared without a macro... no
checking whether getdtablesize is declared without a macro... no
checking whether getgroups is declared without a macro... no
checking whether gethostname is declared without a macro... no
checking whether getlogin is declared without a macro... no
checking whether getlogin_r is declared without a macro... no
checking whether getpagesize is declared without a macro... no
checking whether getusershell is declared without a macro... no
checking whether setusershell is declared without a macro... no
checking whether endusershell is declared without a macro... no
checking whether group_member is declared without a macro... no
checking whether isatty is declared without a macro... yes
checking whether lchown is declared without a macro... no
checking whether link is declared without a macro... no
checking whether linkat is declared without a macro... no
checking whether lseek is declared without a macro... yes
checking whether pipe is declared without a macro... no
checking whether pipe2 is declared without a macro... no
checking whether pread is declared without a macro... no
checking whether pwrite is declared without a macro... no
checking whether readlink is declared without a macro... no
checking whether readlinkat is declared without a macro... no
checking whether rmdir is declared without a macro... yes
checking whether sethostname is declared without a macro... no
checking whether sleep is declared without a macro... no
checking whether symlink is declared without a macro... no
checking whether symlinkat is declared without a macro... no
checking whether ttyname_r is declared without a macro... no
checking whether unlink is declared without a macro... yes
checking whether unlinkat is declared without a macro... no
checking whether usleep is declared without a macro... yes
checking for ptrdiff_t... yes
checking for vsnprintf... yes
checking whether snprintf respects a size of 1... (cached) yes
checking whether printf supports POSIX/XSI format strings with positions... (cached) no
checking whether btowc is declared without a macro... yes
checking whether wctob is declared without a macro... yes
checking whether mbsinit is declared without a macro... yes
checking whether mbrtowc is declared without a macro... yes
checking whether mbrlen is declared without a macro... yes
checking whether mbsrtowcs is declared without a macro... yes
checking whether mbsnrtowcs is declared without a macro... no
checking whether wcrtomb is declared without a macro... yes
checking whether wcsrtombs is declared without a macro... yes
checking whether wcsnrtombs is declared without a macro... no
checking whether wcwidth is declared without a macro... no
checking whether wmemchr is declared without a macro... yes
checking whether wmemcmp is declared without a macro... yes
checking whether wmemcpy is declared without a macro... yes
checking whether wmemmove is declared without a macro... yes
checking whether wmemset is declared without a macro... yes
checking whether wcslen is declared without a macro... yes
checking whether wcsnlen is declared without a macro... no
checking whether wcscpy is declared without a macro... yes
checking whether wcpcpy is declared without a macro... no
checking whether wcsncpy is declared without a macro... yes
checking whether wcpncpy is declared without a macro... no
checking whether wcscat is declared without a macro... yes
checking whether wcsncat is declared without a macro... yes
checking whether wcscmp is declared without a macro... yes
checking whether wcsncmp is declared without a macro... yes
checking whether wcscasecmp is declared without a macro... no
checking whether wcsncasecmp is declared without a macro... no
checking whether wcscoll is declared without a macro... yes
checking whether wcsxfrm is declared without a macro... yes
checking whether wcsdup is declared without a macro... yes
checking whether wcschr is declared without a macro... yes
checking whether wcsrchr is declared without a macro... yes
checking whether wcscspn is declared without a macro... yes
checking whether wcsspn is declared without a macro... yes
checking whether wcspbrk is declared without a macro... yes
checking whether wcsstr is declared without a macro... yes
checking whether wcstok is declared without a macro... yes
checking whether wcswidth is declared without a macro... no
checking whether mbrtowc handles incomplete characters... (cached) guessing yes
checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
checking whether wcrtomb return value is correct... yes
checking whether iswcntrl works... yes
checking for towlower... yes
checking for wctype_t... yes
checking for wctrans_t... yes
checking whether wctype is declared without a macro... yes
checking whether iswctype is declared without a macro... yes
checking whether wctrans is declared without a macro... yes
checking whether towctrans is declared without a macro... yes
checking for stdint.h... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... c:/mingw/mingw32/bin/ld.exe
checking if the linker (c:/mingw/mingw32/bin/ld.exe) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /mingw/bin/nm
checking the name lister (/mingw/bin/nm) interface... BSD nm
checking the maximum length of command line arguments... 8192
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert i686-pc-mingw32 file names to i686-pc-mingw32 format... func_convert_file_msys_to_w32
checking how to convert i686-pc-mingw32 file names to toolchain format... func_convert_file_msys_to_w32
checking for c:/mingw/mingw32/bin/ld.exe option to reload object files... -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for dlltool... (cached) dlltool
checking how to associate runtime and link libraries... func_cygming_dll_for_implib
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... (cached) ranlib
checking command to parse /mingw/bin/nm output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... no
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (c:/mingw/mingw32/bin/ld.exe) supports shared libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for libltdl... yes
checking how to link with libltdl... -lltdl
checking for makeinfo... yes
checking for emacs... no
checking for xemacs... no
checking where .elc files should go... ${datadir}/emacs/site-lisp
checking whether to use system and library "64" calls... yes
checking for __uc_get_ar_bsp in -luca... no
checking for an ANSI C-conforming const... yes
checking for working volatile... yes
checking for inline... (cached) inline
checking for __uc_get_ar_bsp in -luca... (cached) no
checking whether byte ordering is bigendian... (cached) no
checking labels as values... yes
checking size of char... 1
checking size of unsigned char... 1
checking size of short... 2
checking size of unsigned short... 2
checking size of int... 4
checking size of unsigned int... 4
checking size of long... 4
checking size of unsigned long... 4
checking size of size_t... 4
checking size of long long... 8
checking size of unsigned long long... 8
checking size of __int64... 8
checking size of unsigned __int64... 8
checking size of void *... 4
checking size of intptr_t... 4
checking size of uintptr_t... 4
checking size of ptrdiff_t... 4
checking size of size_t... (cached) 4
checking size of off_t... 4
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking size of intmax_t... 8
checking for int8_t... yes
checking for uint8_t... yes
checking for int16_t... yes
checking for uint16_t... yes
checking for int32_t... yes
checking for uint32_t... yes
checking for int64_t... yes
checking for uint64_t... yes
checking for intmax_t... yes
checking for uintmax_t... yes
checking for intptr_t... yes
checking for uintptr_t... yes
checking for int8_t... yes
checking for uint8_t... yes
checking for int16_t... yes
checking for uint16_t... yes
checking for int32_t... yes
checking for uint32_t... yes
checking for int64_t... yes
checking for uint64_t... yes
checking for intmax_t... yes
checking for uintmax_t... yes
checking for intptr_t... (cached) yes
checking for uintptr_t... (cached) yes
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking for sys/wait.h that is POSIX.1 compatible... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for struct dirent64.d_name... no
checking complex.h usability... yes
checking complex.h presence... yes
checking for complex.h... yes
checking fenv.h usability... yes
checking fenv.h presence... yes
checking for fenv.h... yes
checking io.h usability... yes
checking io.h presence... yes
checking for io.h... yes
checking libc.h usability... no
checking libc.h presence... no
checking for libc.h... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for memory.h... (cached) yes
checking process.h usability... yes
checking process.h presence... yes
checking for process.h... yes
checking for string.h... (cached) yes
checking sys/dir.h usability... no
checking sys/dir.h presence... no
checking for sys/dir.h... no
checking for sys/ioctl.h... (cached) no
checking for sys/select.h... (cached) no
checking for sys/time.h... (cached) yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking for sys/times.h... (cached) no
checking sys/stdtypes.h usability... no
checking sys/stdtypes.h presence... no
checking for sys/stdtypes.h... no
checking for sys/types.h... (cached) yes
checking sys/utime.h usability... yes
checking sys/utime.h presence... yes
checking for sys/utime.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking pwd.h usability... no
checking pwd.h presence... no
checking for pwd.h... no
checking grp.h usability... no
checking grp.h presence... no
checking for grp.h... no
checking sys/utsname.h usability... no
checking sys/utsname.h presence... no
checking for sys/utsname.h... no
checking direct.h usability... yes
checking direct.h presence... yes
checking for direct.h... yes
checking machine/fpu.h usability... no
checking machine/fpu.h presence... no
checking for machine/fpu.h... no
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking sys/sendfile.h usability... no
checking sys/sendfile.h presence... no
checking for sys/sendfile.h... no
checking for complex double... yes
checking for socklen_t... (cached) yes
checking for struct ip_mreq... no
checking for libc.h... (cached) no
checking for unistd.h... (cached) yes
checking whether libc.h and unistd.h can be included together... no
checking type of array argument to getgroups... int
checking return type of signal handlers... void
checking for mode_t... (cached) yes
checking for cos in -lm... yes
checking for gethostbyname... (cached) no
checking for gethostbyname in -lnsl... no
checking for connect... no
checking for connect in -lsocket... no
checking for winsock2.h... (cached) yes
checking for main in -lws2_32... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking crt_externs.h usability... no
checking crt_externs.h presence... no
checking for crt_externs.h... no
checking for DINFINITY... no
checking for DQNAN... no
checking for cexp... yes
checking for chsize... yes
checking for clog... yes
checking for clog10... no
checking for ctermid... no
checking for fesetround... yes
checking for ftime... yes
checking for ftruncate... yes
checking for fchown... no
checking for fchmod... no
checking for getcwd... (cached) yes
checking for geteuid... no
checking for getsid... no
checking for gettimeofday... yes
checking for gmtime_r... no
checking for ioctl... no
checking for lstat... (cached) no
checking for mkdir... yes
checking for mknod... no
checking for nice... no
checking for pipe... (cached) no
checking for _pipe... yes
checking for readdir_r... no
checking for readdir64_r... no
checking for readlink... (cached) no
checking for rename... yes
checking for rmdir... yes
checking for select... no
checking for setegid... no
checking for seteuid... no
checking for setlocale... yes
checking for setpgid... no
checking for setsid... no
checking for sigaction... no
checking for siginterrupt... no
checking for stat64... no
checking for strftime... yes
checking for strptime... no
checking for symlink... (cached) no
checking for sync... no
checking for sysconf... no
checking for tcgetpgrp... no
checking for tcsetpgrp... no
checking for times... (cached) no
checking for uname... no
checking for waitpid... no
checking for strdup... yes
checking for system... yes
checking for usleep... yes
checking for atexit... yes
checking for on_exit... no
checking for chown... no
checking for link... (cached) no
checking for fcntl... (cached) no
checking for ttyname... no
checking for getpwent... no
checking for getgrent... no
checking for kill... no
checking for getppid... no
checking for getpgrp... no
checking for fork... no
checking for setitimer... no
checking for getitimer... no
checking for strchr... yes
checking for strcmp... yes
checking for index... no
checking for bcopy... no
checking for memcpy... yes
checking for rindex... no
checking for truncate... no
checking for unsetenv... no
checking for isblank... (cached) yes
checking for _NSGetEnviron... no
checking for strcoll... yes
checking for strcoll_l... no
checking for newlocale... no
checking for utimensat... no
checking for sched_getaffinity... (cached) no
checking for sched_setaffinity... no
checking for sendfile... no
checking crypt.h usability... no
checking crypt.h presence... no
checking for crypt.h... no
checking for netdb.h... (cached) no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking pthread_np.h usability... no
checking pthread_np.h presence... no
checking for pthread_np.h... no
checking for sys/param.h... (cached) yes
checking sys/resource.h usability... no
checking sys/resource.h presence... no
checking for sys/resource.h... no
checking for sys/file.h... (cached) yes
checking for sys/mman.h... (cached) no
checking for chroot... no
checking for flock... (cached) no
checking for getlogin... (cached) no
checking for cuserid... no
checking for getpriority... no
checking for setpriority... no
checking for getpass... no
checking for sethostname... no
checking for gethostname... no
checking whether sethostname is declared... no
checking whether hstrerror is declared... no
checking whether cuserid is declared... no
checking for library containing crypt... no
checking for i... _Complex_I
checking whether csqrt is usable... yes
checking for libgmp... yes
checking how to link with libgmp... /c/Users/shookie/guiletest/lib/lib/libgmp.a
checking whether mpz_inits is declared... yes
checking whether libunistring was built with iconv support... yes
checking for pkg-config... no
checking for LIBFFI... yes
checking size of size_t... (cached) 4
checking size of ssize_t... 4
checking whether NLS is requested... yes
checking for msgfmt... /mingw/bin/msgfmt
checking for gmsgfmt... /mingw/bin/msgfmt
checking for xgettext... /mingw/bin/xgettext
checking for msgmerge... /mingw/bin/msgmerge
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... no
checking for iconv... (cached) yes
checking for working iconv... (cached) yes
checking how to link with libiconv... -liconv
checking for GNU gettext in libintl... yes
checking whether to use NLS... yes
checking where the gettext function comes from... external libintl
checking how to link with libintl... -lintl
checking for sleep declaration... yes
checking for usleep declaration... yes
checking whether getlogin is declared... no
checking whether alarm is declared... no
checking whether strptime is declared... no
checking return type of usleep... int
checking sys/un.h usability... no
checking sys/un.h presence... no
checking for sys/un.h... no
checking for getrlimit... no
checking for setrlimit... no
checking for socketpair... no
checking for getgroups... no
checking for setgroups... no
checking for setpwent... no
checking for pause... no
checking for tzset... (cached) yes
checking for sethostent... no
checking for gethostent... no
checking for endhostent... no
checking for setnetent... no
checking for getnetent... no
checking for endnetent... no
checking for setprotoent... no
checking for getprotoent... no
checking for endprotoent... no
checking for setservent... no
checking for getservent... no
checking for endservent... no
checking for getnetbyaddr... no
checking for getnetbyname... no
checking for inet_lnaof... no
checking for inet_makeaddr... no
checking for inet_netof... no
checking for hstrerror... no
checking for struct sockaddr_in.sin_len... no
checking for __libc_stack_end... no
checking whether netdb.h declares h_errno... no
checking whether uint32_t is defined... no
checking for working IPv6 support... no
checking whether sockaddr_in6 has sin6_scope_id... no
checking for struct sockaddr_in6.sin6_len... no
checking whether localtime caches TZ... yes
checking for strerror... yes
checking for memmove... yes
checking for mkstemp... no
checking for asinh... yes
checking for acosh... yes
checking for atanh... yes
checking for copysign... yes
checking for finite... yes
checking for sincos... no
checking for trunc... yes
checking for isinf... yes
checking for isnan... yes
checking for struct stat.st_rdev... yes
checking for struct stat.st_blksize... no
checking for struct stat.st_blocks... no
checking for struct stat.st_atim... no
checking for struct stat.st_mtim... no
checking for struct stat.st_ctim... no
checking for struct tm.tm_zone... (cached) no
checking whether tzname is declared... (cached) yes
checking for tzname... (cached) yes
checking for struct tm.tm_gmtoff... (cached) no
checking whether we need POSIX to get struct utimbuf... no
checking the value of `iconveh_error'... 0
checking the value of `iconveh_question_mark'... 1
checking the value of `iconveh_escape_sequence'... 2
checking for BDW_GC... yes
checking for GC_do_blocking... no
checking for GC_call_with_gc_active... no
checking for GC_pthread_exit... no
checking for GC_pthread_cancel... no
checking for GC_allow_register_threads... no
checking for GC_pthread_sigmask... no
checking for GC_set_start_callback... no
checking for GC_get_heap_usage_safe... no
checking for GC_get_free_space_divisor... no
checking for GC_gcollect_and_unmap... no
checking for GC_get_unmapped_bytes... no
checking for GC_set_finalizer_notifier... no
checking for GC_set_finalize_on_demand... no
checking for GC_set_all_interior_pointers... no
checking for GC_get_gc_no... no
checking for GC_set_java_finalization... no
checking whether GC_do_blocking is declared... yes
checking for GC_fn_type... yes
checking for struct GC_stack_base... yes
checking size of float... 4
checking for struct linger... no
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for pthread_attr_getstack... no
checking for pthread_getattr_np... no
checking for pthread_get_stackaddr_np... no
checking for pthread_attr_get_np... no
checking for pthread_sigmask... no
checking whether PTHREAD_ONCE_INIT needs braces... no
checking whether PTHREAD_MUTEX_INITIALIZER needs braces... no
checking for library containing sched_yield... no
checking what kind of threads to support... pthreads
checking whether pthread_attr_getstack works for the main thread... no
checking whether the `__thread' storage class is available... yes
checking whether C compiler handles -Wall... yes
checking whether C compiler handles -Wmissing-prototypes... yes
checking whether C compiler handles -Wdeclaration-after-statement... yes
checking whether C compiler handles -Wpointer-arith... yes
checking whether C compiler handles -Wswitch-enum... yes
checking whether C compiler handles -fno-strict-aliasing... yes
checking whether the linker understands `-z relro'... no
checking for tgoto in -lncurses... no
checking for tgoto in -lcurses... no
checking for tgoto in -ltermcap... no
checking for tgoto in -lterminfo... no
checking for tgoto in -ltermlib... no
checking for tgoto in -lpdcurses... no
checking how to link with libreadline... /c/Users/shookie/guiletest/lib/lib/libreadline.a
checking for siginterrupt... (cached) no
checking for rl_clear_signals... no
checking for rl_cleanup_after_signal... no
checking for rl_filename_completion_function... no
checking whether rl_catch_signals is declared... yes
checking whether rl_catch_sigwinch is declared... yes
checking for rl_get_keymap... no
checking for rl_getc_function pointer in readline... no
configure: WARNING: *** GNU Readline is too old on your system.
configure: WARNING: *** You need readline version 2.1 or later.
checking for strdup... (cached) yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating libguile/gen-scmconfig.h
config.status: creating Makefile
config.status: creating am/Makefile
config.status: creating lib/Makefile
config.status: creating benchmark-suite/Makefile
config.status: creating gc-benchmarks/Makefile
config.status: creating doc/Makefile
config.status: creating doc/r5rs/Makefile
config.status: creating doc/ref/Makefile
config.status: creating emacs/Makefile
config.status: creating examples/Makefile
config.status: creating libguile/Makefile
config.status: creating libguile/version.h
config.status: creating guile-readline/Makefile
config.status: creating test-suite/Makefile
config.status: creating test-suite/standalone/Makefile
config.status: creating test-suite/vm/Makefile
config.status: creating meta/Makefile
config.status: creating module/Makefile
config.status: creating meta/guile-2.0.pc
config.status: creating meta/guile-2.0-uninstalled.pc
config.status: creating check-guile
config.status: creating benchmark-guile
config.status: creating meta/guile
config.status: creating meta/uninstalled-env
config.status: creating meta/gdb-uninstalled-guile
config.status: creating meta/guild
config.status: creating libguile/guile-snarf
config.status: creating libguile/guile-snarf-docs
config.status: creating test-suite/standalone/test-use-srfi
config.status: creating test-suite/standalone/test-fast-slot-ref
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po-directories commands
make[1]: Entering directory `/c/Users/shookie/guiletest/lib/guile-2.0'
make  install-recursive
make[2]: Entering directory `/c/Users/shookie/guiletest/lib/guile-2.0'
Making install in lib
make[3]: Entering directory `/c/Users/shookie/guiletest/lib/guile-2.0/lib'
  GEN      alloca.h
  GEN      c++defs.h
  GEN      warn-on-use.h
  GEN      arg-nonnull.h
  GEN      arpa/inet.h
  GEN      byteswap.h
  GEN      configmake.h
  GEN      dirent.h
  GEN      errno.h
  GEN      fcntl.h
  GEN      iconv.h
  GEN      langinfo.h
  GEN      locale.h
  GEN      math.h
  GEN      netdb.h
  GEN      netinet/in.h
  GEN      poll.h
  GEN      signal.h
  GEN      unused-parameter.h
  GEN      stdio.h
  GEN      stdlib.h
  GEN      string.h
  GEN      sys/file.h
  GEN      sys/select.h
  GEN      sys/socket.h
  GEN      sys/stat.h
  GEN      sys/time.h
  GEN      sys/times.h
  GEN      sys/types.h
  GEN      sys/uio.h
  GEN      time.h
  GEN      unistd.h
  GEN      wchar.h
  GEN      wctype.h
make  install-recursive
make[4]: Entering directory `/c/Users/shookie/guiletest/lib/guile-2.0/lib'
make[5]: Entering directory `/c/Users/shookie/guiletest/lib/guile-2.0/lib'
  CC       binary-io.lo
  CC       c-ctype.lo
  CC       c-strcasecmp.lo
  CC       c-strncasecmp.lo
  CC       dirname-lgpl.lo
  CC       basename-lgpl.lo
  CC       stripslash.lo
  CC       fd-hook.lo
  CC       full-read.lo
  CC       full-write.lo
  CC       localcharset.lo
  CC       malloca.lo
  CC       math.lo
  CC       nproc.lo
  CC       pipe2.lo
  CC       safe-read.lo
  CC       safe-write.lo
  CC       sockets.lo
  CC       stat-time.lo
  CC       strftime.lo
  CC       striconveh.lo
  CC       sys_socket.lo
  CC       unistd.lo
  CC       unistr/u8-mbtouc.lo
  CC       unistr/u8-mbtouc-aux.lo
  CC       unistr/u8-mbtouc-unsafe.lo
  CC       unistr/u8-mbtouc-unsafe-aux.lo
  CC       wctype-h.lo
  CC       xsize.lo
  CC       accept.lo
  CC       asnprintf.lo
  CC       bind.lo
  CC       canonicalize-lgpl.lo
  CC       close.lo
  CC       connect.lo
  CC       dirfd.lo
  CC       dup2.lo
  CC       flock.lo
  CC       frexp.lo
  CC       fstat.lo
  CC       gai_strerror.lo
  CC       getaddrinfo.lo
  CC       getlogin.lo
  CC       getpeername.lo
  CC       getsockname.lo
  CC       getsockopt.lo
  CC       inet_ntop.lo
  CC       inet_pton.lo
  CC       isnand.lo
  CC       isnanf.lo
  CC       isnanl.lo
  CC       listen.lo
  CC       localeconv.lo
  CC       malloc.lo
  CC       mbrtowc.lo
  CC       mbsinit.lo
  CC       nl_langinfo.lo
  CC       open.lo
  CC       pipe.lo
  CC       poll.lo
  CC       printf-args.lo
  CC       printf-parse.lo
  CC       putenv.lo
  CC       readlink.lo
  CC       recv.lo
  CC       recvfrom.lo
  CC       regex.lo
  CC       rename.lo
  CC       rmdir.lo
  CC       select.lo
  CC       send.lo
  CC       sendto.lo
  CC       setenv.lo
  CC       setsockopt.lo
  CC       shutdown.lo
  CC       snprintf.lo
  CC       socket.lo
  CC       stat.lo
  CC       time_r.lo
  CC       times.lo
  CC       vasnprintf.lo
  CC       vsnprintf.lo
  CCLD     libgnu.la
  GEN      charset.alias
  GEN      ref-add.sed
  GEN      ref-del.sed
make[6]: Entering directory `/c/Users/shookie/guiletest/lib/guile-2.0/lib'
if test no = no; then \
	  case 'mingw32' in \
	    darwin[56]*) \
	      need_charset_alias=true ;; \
	    darwin* | cygwin* | mingw* | pw32* | cegcc*) \
	      need_charset_alias=false ;; \
	    *) \
	      need_charset_alias=true ;; \
	  esac ; \
	else \
	  need_charset_alias=false ; \
	fi ; \
	if $need_charset_alias; then \
	  /bin/sh /c/Users/shookie/guiletest/lib/guile-2.0/build-aux/install-sh -d /c/Users/shookie/guiletest/lib/lib ; \
	fi ; \
	if test -f /c/Users/shookie/guiletest/lib/lib/charset.alias; then \
	  sed -f ref-add.sed /c/Users/shookie/guiletest/lib/lib/charset.alias > /c/Users/shookie/guiletest/lib/lib/charset.tmp ; \
	  /bin/install -c -m 644 /c/Users/shookie/guiletest/lib/lib/charset.tmp /c/Users/shookie/guiletest/lib/lib/charset.alias ; \
	  rm -f /c/Users/shookie/guiletest/lib/lib/charset.tmp ; \
	else \
	  if $need_charset_alias; then \
	    sed -f ref-add.sed charset.alias > /c/Users/shookie/guiletest/lib/lib/charset.tmp ; \
	    /bin/install -c -m 644 /c/Users/shookie/guiletest/lib/lib/charset.tmp /c/Users/shookie/guiletest/lib/lib/charset.alias ; \
	    rm -f /c/Users/shookie/guiletest/lib/lib/charset.tmp ; \
	  fi ; \
	fi
make[6]: Nothing to be done for `install-data-am'.
make[6]: Leaving directory `/c/Users/shookie/guiletest/lib/guile-2.0/lib'
make[5]: Leaving directory `/c/Users/shookie/guiletest/lib/guile-2.0/lib'
make[4]: Leaving directory `/c/Users/shookie/guiletest/lib/guile-2.0/lib'
make[3]: Leaving directory `/c/Users/shookie/guiletest/lib/guile-2.0/lib'
Making install in meta
make[3]: Entering directory `/c/Users/shookie/guiletest/lib/guile-2.0/meta'
guile="/c/Users/shookie/guiletest/lib/bin/`echo guile | /bin/sed -e 's,x,x,'`" ;	\
	cat ./guile-config.in						\
	| /bin/sed -e "s,@pkgconfigdir@,/c/Users/shookie/guiletest/lib/lib/pkgconfig,g"			\
		 -e "s,@""PKG_CONFIG@,,g"				\
		 -e "s,@installed_guile@,$guile,g"				\
	> guile-config.out
mv guile-config.out guile-config
chmod +x guile-config
make[4]: Entering directory `/c/Users/shookie/guiletest/lib/guile-2.0/meta'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/bin'
 /bin/install -c guile-config guild '/c/Users/shookie/guiletest/lib/bin'
make  install-exec-hook
make[5]: Entering directory `/c/Users/shookie/guiletest/lib/guile-2.0/meta'
guild="`echo -n guild				\
	   | /bin/sed -e 's,x,x,'`.exe" ;	\
	guile_tools="`echo -n guile-tools		\
	   | /bin/sed -e 's,x,x,'`.exe" ;	\
	cd /c/Users/shookie/guiletest/lib/bin && rm -f "$guile_tools" &&	\
	cp -pR "$guild" "$guile_tools"
make[5]: Leaving directory `/c/Users/shookie/guiletest/lib/guile-2.0/meta'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/share/aclocal'
 /bin/install -c -m 644 guile.m4 '/c/Users/shookie/guiletest/lib/share/aclocal'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/lib/pkgconfig'
 /bin/install -c -m 644 guile-2.0.pc '/c/Users/shookie/guiletest/lib/lib/pkgconfig'
make[4]: Leaving directory `/c/Users/shookie/guiletest/lib/guile-2.0/meta'
make[3]: Leaving directory `/c/Users/shookie/guiletest/lib/guile-2.0/meta'
Making install in libguile
make[3]: Entering directory `/c/Users/shookie/guiletest/lib/guile-2.0/libguile'
  GEN      libpath.h
  GEN      gen-scmconfig.o
  GEN      gen-scmconfig.exe
  GEN      scmconfig.h
  GEN      vm-i-system.i
  GEN      vm-i-scheme.i
  GEN      vm-i-loader.i
  SNARF  alist.x
  SNARF  arbiters.x
  SNARF  array-handle.x
  SNARF  array-map.x
  SNARF  arrays.x
  SNARF  async.x
  SNARF  backtrace.x
  SNARF  boolean.x
  SNARF  bitvectors.x
  SNARF  bytevectors.x
  SNARF  chars.x
  SNARF  control.x
  SNARF  continuations.x
  SNARF  debug.x
  SNARF  deprecated.x
  SNARF  deprecation.x
  SNARF  dynl.x
  SNARF  dynwind.x
  SNARF  eq.x
  SNARF  error.x
  SNARF  eval.x
  SNARF  evalext.x
  SNARF  expand.x
  SNARF  extensions.x
  SNARF  feature.x
  SNARF  filesys.x
  SNARF  fluids.x
  SNARF  foreign.x
  SNARF  fports.x
  SNARF  gc-malloc.x
  SNARF  gc.x
  SNARF  gettext.x
  SNARF  generalized-arrays.x
  SNARF  generalized-vectors.x
  SNARF  goops.x
  SNARF  gsubr.x
  SNARF  guardians.x
  SNARF  hash.x
  SNARF  hashtab.x
  SNARF  hooks.x
  SNARF  i18n.x
  SNARF  init.x
  SNARF  ioext.x
  SNARF  keywords.x
  SNARF  list.x
  SNARF  load.x
  SNARF  macros.x
  SNARF  mallocs.x
  SNARF  memoize.x
  SNARF  modules.x
  SNARF  numbers.x
  SNARF  objprop.x
  SNARF  options.x
  SNARF  pairs.x
  SNARF  ports.x
  SNARF  print.x
  SNARF  procprop.x
  SNARF  procs.x
  SNARF  promises.x
  SNARF  r6rs-ports.x
  SNARF  random.x
  SNARF  rdelim.x
  SNARF  read.x
  SNARF  root.x
  SNARF  rw.x
  SNARF  scmsigs.x
  SNARF  script.x
  SNARF  simpos.x
  SNARF  smob.x
  SNARF  sort.x
  SNARF  srcprop.x
  SNARF  srfi-1.x
  SNARF  srfi-4.x
  SNARF  srfi-13.x
  SNARF  srfi-14.x
  SNARF  srfi-60.x
  SNARF  stackchk.x
  SNARF  stacks.x
  SNARF  stime.x
  SNARF  strings.x
  SNARF  strorder.x
  SNARF  strports.x
  SNARF  struct.x
  SNARF  symbols.x
  SNARF  threads.x
  SNARF  throw.x
  SNARF  trees.x
  SNARF  uniform.x
  SNARF  values.x
  SNARF  variable.x
  SNARF  vectors.x
  SNARF  version.x
  SNARF  vports.x
  SNARF  weaks.x
  SNARF  frames.x
  SNARF  instructions.x
  SNARF  objcodes.x
  SNARF  programs.x
  SNARF  vm.x
  SNARF  posix.x
  SNARF  net_db.x
  SNARF  socket.x
  SNARF  win32-uname.x
  SNARF  regex-posix.x
  SNARF  mkstemp.x
make  install-am
make[4]: Entering directory `/c/Users/shookie/guiletest/lib/guile-2.0/libguile'
  CC       libguile_2.0_la-alist.lo
  CC       libguile_2.0_la-arbiters.lo
  CC       libguile_2.0_la-array-handle.lo
  CC       libguile_2.0_la-array-map.lo
  CC       libguile_2.0_la-arrays.lo
  CC       libguile_2.0_la-async.lo
  CC       libguile_2.0_la-backtrace.lo
  CC       libguile_2.0_la-boolean.lo
  CC       libguile_2.0_la-bitvectors.lo
  CC       libguile_2.0_la-bytevectors.lo
  CC       libguile_2.0_la-chars.lo
  CC       libguile_2.0_la-control.lo
  CC       libguile_2.0_la-continuations.lo
  CC       libguile_2.0_la-debug.lo
  CC       libguile_2.0_la-deprecated.lo
  CC       libguile_2.0_la-deprecation.lo
  CC       libguile_2.0_la-dynwind.lo
  CC       libguile_2.0_la-eq.lo
  CC       libguile_2.0_la-error.lo
  CC       libguile_2.0_la-eval.lo
  CC       libguile_2.0_la-evalext.lo
  CC       libguile_2.0_la-expand.lo
  CC       libguile_2.0_la-extensions.lo
  CC       libguile_2.0_la-feature.lo
  CC       libguile_2.0_la-filesys.lo
  CC       libguile_2.0_la-finalizers.lo
  CC       libguile_2.0_la-fluids.lo
  CC       libguile_2.0_la-foreign.lo
  CC       libguile_2.0_la-fports.lo
  CC       libguile_2.0_la-frames.lo
  CC       libguile_2.0_la-gc-malloc.lo
  CC       libguile_2.0_la-gc.lo
  CC       libguile_2.0_la-gdbint.lo
  CC       libguile_2.0_la-gettext.lo
  CC       libguile_2.0_la-generalized-arrays.lo
  CC       libguile_2.0_la-generalized-vectors.lo
  CC       libguile_2.0_la-goops.lo
  CC       libguile_2.0_la-gsubr.lo
  CC       libguile_2.0_la-guardians.lo
  CC       libguile_2.0_la-hash.lo
  CC       libguile_2.0_la-hashtab.lo
  CC       libguile_2.0_la-hooks.lo
  CC       libguile_2.0_la-i18n.lo
  CC       libguile_2.0_la-init.lo
  CC       libguile_2.0_la-inline.lo
  CC       libguile_2.0_la-instructions.lo
  CC       libguile_2.0_la-ioext.lo
  CC       libguile_2.0_la-keywords.lo
  CC       libguile_2.0_la-list.lo
  CC       libguile_2.0_la-load.lo
  CC       libguile_2.0_la-macros.lo
  CC       libguile_2.0_la-mallocs.lo
  CC       libguile_2.0_la-memoize.lo
  CC       libguile_2.0_la-modules.lo
  CC       libguile_2.0_la-null-threads.lo
  CC       libguile_2.0_la-numbers.lo
  CC       libguile_2.0_la-objcodes.lo
  CC       libguile_2.0_la-objprop.lo
  CC       libguile_2.0_la-options.lo
  CC       libguile_2.0_la-pairs.lo
  CC       libguile_2.0_la-poll.lo
  CC       libguile_2.0_la-ports.lo
  CC       libguile_2.0_la-print.lo
  CC       libguile_2.0_la-procprop.lo
  CC       libguile_2.0_la-procs.lo
  CC       libguile_2.0_la-programs.lo
  CC       libguile_2.0_la-promises.lo
  CC       libguile_2.0_la-r6rs-ports.lo
  CC       libguile_2.0_la-random.lo
  CC       libguile_2.0_la-rdelim.lo
  CC       libguile_2.0_la-read.lo
  CC       libguile_2.0_la-root.lo
  CC       libguile_2.0_la-rw.lo
  CC       libguile_2.0_la-scmsigs.lo
  CC       libguile_2.0_la-script.lo
  CC       libguile_2.0_la-simpos.lo
  CC       libguile_2.0_la-smob.lo
  CC       libguile_2.0_la-sort.lo
  CC       libguile_2.0_la-srcprop.lo
  CC       libguile_2.0_la-srfi-1.lo
  CC       libguile_2.0_la-srfi-4.lo
  CC       libguile_2.0_la-srfi-13.lo
  CC       libguile_2.0_la-srfi-14.lo
  CC       libguile_2.0_la-srfi-60.lo
  CC       libguile_2.0_la-stackchk.lo
  CC       libguile_2.0_la-stacks.lo
  CC       libguile_2.0_la-stime.lo
  CC       libguile_2.0_la-strings.lo
  CC       libguile_2.0_la-strorder.lo
  CC       libguile_2.0_la-strports.lo
  CC       libguile_2.0_la-struct.lo
  CC       libguile_2.0_la-symbols.lo
  CC       libguile_2.0_la-threads.lo
threads.c: In function 'scm_pthread_cond_timedwait':
threads.c:2005:3: warning: passing argument 3 of 'pthread_cond_timedwait' from incompatible pointer type [enabled by default]
In file included from ../lib/time.h:369:0,
                 from c:\mingw\bin\../lib/gcc/mingw32/4.7.2/../../../../include/sys/time.h:3,
                 from ../lib/sys/time.h:30,
                 from ../libguile/scmconfig.h:26,
                 from ../libguile/bdw-gc.h:24,
                 from threads.c:27:
c:\mingw\bin\../lib/gcc/mingw32/4.7.2/../../../../include/pthread.h:1097:31: note: expected 'const struct timespec *' but argument is of type 'const struct scm_t_timespec *'
  CC       libguile_2.0_la-throw.lo
  CC       libguile_2.0_la-trees.lo
  CC       libguile_2.0_la-uniform.lo
  CC       libguile_2.0_la-values.lo
  CC       libguile_2.0_la-variable.lo
  CC       libguile_2.0_la-vectors.lo
  CC       libguile_2.0_la-version.lo
  CC       libguile_2.0_la-vm.lo
  CC       libguile_2.0_la-vports.lo
  CC       libguile_2.0_la-weaks.lo
  CC       dynl.lo
  CC       posix.lo
posix.c: In function 'scm_execl':
posix.c:1145:3: warning: passing argument 2 of 'execv' from incompatible pointer type [enabled by default]
In file included from c:\mingw\bin\../lib/gcc/mingw32/4.7.2/../../../../include/unistd.h:13:0,
                 from ../lib/unistd.h:27,
                 from posix.c:50:
c:\mingw\bin\../lib/gcc/mingw32/4.7.2/../../../../include/process.h:118:42: note: expected 'const char * const*' but argument is of type 'char **'
posix.c: In function 'scm_execlp':
posix.c:1174:3: warning: passing argument 2 of 'execvp' from incompatible pointer type [enabled by default]
In file included from c:\mingw\bin\../lib/gcc/mingw32/4.7.2/../../../../include/unistd.h:13:0,
                 from ../lib/unistd.h:27,
                 from posix.c:50:
c:\mingw\bin\../lib/gcc/mingw32/4.7.2/../../../../include/process.h:120:42: note: expected 'const char * const*' but argument is of type 'char **'
posix.c: In function 'scm_execle':
posix.c:1208:3: warning: passing argument 2 of 'execve' from incompatible pointer type [enabled by default]
In file included from c:\mingw\bin\../lib/gcc/mingw32/4.7.2/../../../../include/unistd.h:13:0,
                 from ../lib/unistd.h:27,
                 from posix.c:50:
c:\mingw\bin\../lib/gcc/mingw32/4.7.2/../../../../include/process.h:119:42: note: expected 'const char * const*' but argument is of type 'char **'
posix.c:1208:3: warning: passing argument 3 of 'execve' from incompatible pointer type [enabled by default]
In file included from c:\mingw\bin\../lib/gcc/mingw32/4.7.2/../../../../include/unistd.h:13:0,
                 from ../lib/unistd.h:27,
                 from posix.c:50:
c:\mingw\bin\../lib/gcc/mingw32/4.7.2/../../../../include/process.h:119:42: note: expected 'const char * const*' but argument is of type 'char **'
  CC       net_db.lo
  CC       socket.lo
socket.c: In function 'scm_fill_sockaddr':
socket.c:819:16: warning: variable 'scope_id' set but not used [-Wunused-but-set-variable]
  CC       win32-uname.lo
  CC       regex-posix.lo
  CC       mkstemp.lo
  CCLD     libguile-2.0.la
copying selected object files to avoid basename conflicts...
  CC       guile-guile.o
  CCLD     guile.exe
  GEN      c-tokenize.o
  GEN      guile_filter_doc_snarfage.exe
  SNARF  alist.doc
  SNARF  arbiters.doc
  SNARF  array-handle.doc
  SNARF  array-map.doc
  SNARF  arrays.doc
  SNARF  async.doc
  SNARF  backtrace.doc
  SNARF  boolean.doc
  SNARF  bitvectors.doc
  SNARF  bytevectors.doc
  SNARF  chars.doc
  SNARF  control.doc
  SNARF  continuations.doc
  SNARF  debug.doc
  SNARF  deprecated.doc
  SNARF  deprecation.doc
  SNARF  dynl.doc
  SNARF  dynwind.doc
  SNARF  eq.doc
  SNARF  error.doc
  SNARF  eval.doc
  SNARF  evalext.doc
  SNARF  expand.doc
  SNARF  extensions.doc
  SNARF  feature.doc
  SNARF  filesys.doc
  SNARF  fluids.doc
  SNARF  foreign.doc
  SNARF  fports.doc
  SNARF  gc-malloc.doc
  SNARF  gc.doc
  SNARF  gettext.doc
  SNARF  generalized-arrays.doc
  SNARF  generalized-vectors.doc
  SNARF  goops.doc
  SNARF  gsubr.doc
  SNARF  guardians.doc
  SNARF  hash.doc
  SNARF  hashtab.doc
  SNARF  hooks.doc
  SNARF  i18n.doc
  SNARF  init.doc
  SNARF  ioext.doc
  SNARF  keywords.doc
  SNARF  list.doc
  SNARF  load.doc
  SNARF  macros.doc
  SNARF  mallocs.doc
  SNARF  memoize.doc
memoize.c:515:***Mismatching FUNC_NAME.  Should be: `#define FUNC_NAME s_"@prompt"'
  SNARF  modules.doc
  SNARF  numbers.doc
  SNARF  objprop.doc
  SNARF  options.doc
  SNARF  pairs.doc
pairs.c:147:***Missing or erroneous `#define FUNC_NAME s_scm_cdr'
pairs.c:150:***pairs.c:155:***Missing or erroneous `#define FUNC_NAME s_scm_cddr'
pairs.c:158:***pairs.c:163:***Missing or erroneous `#define FUNC_NAME s_scm_cadr'
pairs.c:166:***pairs.c:171:***Missing or erroneous `#define FUNC_NAME s_scm_cdddr'
pairs.c:174:***pairs.c:179:***Missing or erroneous `#define FUNC_NAME s_scm_cdadr'
pairs.c:182:***pairs.c:187:***Missing or erroneous `#define FUNC_NAME s_scm_caddr'
pairs.c:190:***pairs.c:195:***Missing or erroneous `#define FUNC_NAME s_scm_caadr'
pairs.c:198:***pairs.c:203:***Missing or erroneous `#define FUNC_NAME s_scm_cddddr'
pairs.c:206:***pairs.c:211:***Missing or erroneous `#define FUNC_NAME s_scm_cddadr'
pairs.c:214:***pairs.c:219:***Missing or erroneous `#define FUNC_NAME s_scm_cdaddr'
pairs.c:222:***pairs.c:227:***Missing or erroneous `#define FUNC_NAME s_scm_cdaadr'
pairs.c:230:***pairs.c:235:***Missing or erroneous `#define FUNC_NAME s_scm_cadddr'
pairs.c:238:***pairs.c:243:***Missing or erroneous `#define FUNC_NAME s_scm_cadadr'
pairs.c:246:***pairs.c:251:***Missing or erroneous `#define FUNC_NAME s_scm_caaddr'
pairs.c:254:***pairs.c:259:***Missing or erroneous `#define FUNC_NAME s_scm_caaadr'
pairs.c:262:***Missing or erroneous #undef for scm_car: 
Missing or erroneous #undef for scm_cdar: 
Missing or erroneous #undef for scm_caar: 
Missing or erroneous #undef for scm_cddar: 
Missing or erroneous #undef for scm_cdaar: 
Missing or erroneous #undef for scm_cadar: 
Missing or erroneous #undef for scm_caaar: 
Missing or erroneous #undef for scm_cdddar: 
Missing or erroneous #undef for scm_cddaar: 
Missing or erroneous #undef for scm_cdadar: 
Missing or erroneous #undef for scm_cdaaar: 
Missing or erroneous #undef for scm_caddar: 
Missing or erroneous #undef for scm_cadaar: 
Missing or erroneous #undef for scm_caadar: 
Missing or erroneous #undef for scm_caaaar: 
  SNARF  ports.doc
  SNARF  print.doc
  SNARF  procprop.doc
  SNARF  procs.doc
  SNARF  promises.doc
  SNARF  r6rs-ports.doc
  SNARF  random.doc
  SNARF  rdelim.doc
  SNARF  read.doc
  SNARF  root.doc
  SNARF  rw.doc
  SNARF  scmsigs.doc
  SNARF  script.doc
  SNARF  simpos.doc
  SNARF  smob.doc
  SNARF  sort.doc
  SNARF  srcprop.doc
  SNARF  srfi-1.doc
  SNARF  srfi-4.doc
  SNARF  srfi-13.doc
  SNARF  srfi-14.doc
  SNARF  srfi-60.doc
  SNARF  stackchk.doc
  SNARF  stacks.doc
  SNARF  stime.doc
  SNARF  strings.doc
  SNARF  strorder.doc
  SNARF  strports.doc
  SNARF  struct.doc
  SNARF  symbols.doc
  SNARF  threads.doc
  SNARF  throw.doc
  SNARF  trees.doc
  SNARF  uniform.doc
  SNARF  values.doc
  SNARF  variable.doc
  SNARF  vectors.doc
  SNARF  version.doc
  SNARF  vports.doc
  SNARF  weaks.doc
  SNARF  posix.doc
  SNARF  net_db.doc
  SNARF  socket.doc
  SNARF  win32-uname.doc
  SNARF  regex-posix.doc
  SNARF  mkstemp.doc
  GEN      guile-procedures.texi
make[5]: Entering directory `/c/Users/shookie/guiletest/lib/guile-2.0/libguile'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/lib'
 /bin/sh ../libtool   --mode=install /bin/install -c   libguile-2.0.la '/c/Users/shookie/guiletest/lib/lib'
libtool: install: /bin/install -c .libs/libguile-2.0.lai /c/Users/shookie/guiletest/lib/lib/libguile-2.0.la
libtool: install: /bin/install -c .libs/libguile-2.0.a /c/Users/shookie/guiletest/lib/lib/libguile-2.0.a
libtool: install: chmod 644 /c/Users/shookie/guiletest/lib/lib/libguile-2.0.a
libtool: install: ranlib /c/Users/shookie/guiletest/lib/lib/libguile-2.0.a
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/bin'
  /bin/sh ../libtool   --mode=install /bin/install -c guile.exe '/c/Users/shookie/guiletest/lib/bin'
libtool: install: /bin/install -c guile.exe /c/Users/shookie/guiletest/lib/bin/guile.exe
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/bin'
 /bin/install -c guile-snarf '/c/Users/shookie/guiletest/lib/bin'
make  install-exec-hook
make[6]: Entering directory `/c/Users/shookie/guiletest/lib/guile-2.0/libguile'
rm -f /c/Users/shookie/guiletest/lib/bin/guile-snarf.awk
make[6]: Leaving directory `/c/Users/shookie/guiletest/lib/guile-2.0/libguile'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/include/guile/2.0/libguile'
 /bin/install -c -m 644 __scm.h alist.h arbiters.h array-handle.h array-map.h arrays.h async.h backtrace.h bdw-gc.h boolean.h bitvectors.h bytevectors.h chars.h control.h continuations.h debug-malloc.h debug.h deprecated.h deprecation.h dynl.h dynwind.h eq.h error.h eval.h evalext.h expand.h extensions.h feature.h finalizers.h filesys.h fluids.h foreign.h fports.h frames.h gc.h gdb_interface.h gdbint.h gettext.h generalized-arrays.h generalized-vectors.h '/c/Users/shookie/guiletest/lib/include/guile/2.0/libguile'
 /bin/install -c -m 644 goops.h gsubr.h guardians.h hash.h hashtab.h hooks.h i18n.h init.h inline.h instructions.h ioext.h iselect.h keywords.h list.h load.h macros.h mallocs.h memoize.h modules.h net_db.h null-threads.h numbers.h objcodes.h objprop.h options.h pairs.h poll.h ports.h posix.h print.h procprop.h procs.h programs.h promises.h pthread-threads.h r6rs-ports.h random.h rdelim.h read.h regex-posix.h '/c/Users/shookie/guiletest/lib/include/guile/2.0/libguile'
 /bin/install -c -m 644 root.h rw.h scmsigs.h script.h simpos.h smob.h snarf.h socket.h sort.h srcprop.h srfi-1.h srfi-4.h srfi-13.h srfi-14.h srfi-60.h stackchk.h stacks.h stime.h strings.h strorder.h strports.h struct.h symbols.h tags.h threads.h throw.h trees.h validate.h uniform.h values.h variable.h vectors.h vm-engine.h vm-expand.h vm.h vports.h weaks.h '/c/Users/shookie/guiletest/lib/include/guile/2.0/libguile'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/include/guile/2.0/libguile'
 /bin/install -c -m 644 version.h scmconfig.h '/c/Users/shookie/guiletest/lib/include/guile/2.0/libguile'
make[5]: Leaving directory `/c/Users/shookie/guiletest/lib/guile-2.0/libguile'
make[4]: Leaving directory `/c/Users/shookie/guiletest/lib/guile-2.0/libguile'
make[3]: Leaving directory `/c/Users/shookie/guiletest/lib/guile-2.0/libguile'
Making install in module
make[3]: Entering directory `/c/Users/shookie/guiletest/lib/guile-2.0/module'
  GUILEC ice-9/eval.go
wrote `ice-9/eval.go'
  GUILEC ice-9/psyntax-pp.go
wrote `ice-9/psyntax-pp.go'
  GUILEC ice-9/boot-9.go
wrote `ice-9/boot-9.go'
ice-9/boot-9.scm:1521:61: warning: possibly unbound variable `getuid'
  GUILEC ice-9/vlist.go
wrote `ice-9/vlist.go'
  GUILEC srfi/srfi-1.go
wrote `srfi/srfi-1.go'
  GUILEC language/tree-il/peval.go
wrote `language/tree-il/peval.go'
  GUILEC language/tree-il/cse.go
wrote `language/tree-il/cse.go'
  GUILEC language/tree-il.go
wrote `language/tree-il.go'
  GUILEC language/glil.go
wrote `language/glil.go'
  GUILEC language/assembly.go
wrote `language/assembly.go'
  GUILEC language/tree-il/primitives.go
wrote `language/tree-il/primitives.go'
  GUILEC language/tree-il/effects.go
wrote `language/tree-il/effects.go'
  GUILEC language/tree-il/fix-letrec.go
wrote `language/tree-il/fix-letrec.go'
  GUILEC language/tree-il/optimize.go
wrote `language/tree-il/optimize.go'
  GUILEC language/tree-il/canonicalize.go
wrote `language/tree-il/canonicalize.go'
  GUILEC language/tree-il/analyze.go
wrote `language/tree-il/analyze.go'
  GUILEC language/tree-il/inline.go
wrote `language/tree-il/inline.go'
  GUILEC language/tree-il/compile-glil.go
wrote `language/tree-il/compile-glil.go'
  GUILEC language/tree-il/debug.go
wrote `language/tree-il/debug.go'
  GUILEC language/tree-il/spec.go
wrote `language/tree-il/spec.go'
  GUILEC language/glil/spec.go
wrote `language/glil/spec.go'
  GUILEC language/glil/compile-assembly.go
wrote `language/glil/compile-assembly.go'
  GUILEC language/assembly/spec.go
wrote `language/assembly/spec.go'
  GUILEC language/assembly/compile-bytecode.go
wrote `language/assembly/compile-bytecode.go'
  GUILEC language/assembly/decompile-bytecode.go
wrote `language/assembly/decompile-bytecode.go'
  GUILEC language/assembly/disassemble.go
wrote `language/assembly/disassemble.go'
  GUILEC language/bytecode/spec.go
wrote `language/bytecode/spec.go'
  GUILEC language/objcode/spec.go
wrote `language/objcode/spec.go'
  GUILEC language/value/spec.go
wrote `language/value/spec.go'
  GUILEC language/scheme/spec.go
wrote `language/scheme/spec.go'
  GUILEC language/scheme/compile-tree-il.go
wrote `language/scheme/compile-tree-il.go'
  GUILEC language/scheme/decompile-tree-il.go
wrote `language/scheme/decompile-tree-il.go'
  GUILEC system/base/pmatch.go
wrote `system/base/pmatch.go'
  GUILEC system/base/syntax.go
wrote `system/base/syntax.go'
  GUILEC system/base/compile.go
wrote `system/base/compile.go'
  GUILEC system/base/language.go
wrote `system/base/language.go'
  GUILEC system/base/lalr.go
wrote `system/base/lalr.go'
  GUILEC system/base/message.go
wrote `system/base/message.go'
  GUILEC system/base/target.go
wrote `system/base/target.go'
  GUILEC system/base/ck.go
wrote `system/base/ck.go'
  GUILEC ice-9/r4rs.go
wrote `ice-9/r4rs.go'
  GUILEC ice-9/r5rs.go
wrote `ice-9/r5rs.go'
  GUILEC ice-9/deprecated.go
wrote `ice-9/deprecated.go'
ice-9/deprecated.scm:119:18: warning: possibly unbound variable `c-registered-modules'
ice-9/deprecated.scm:120:4: warning: possibly unbound variable `c-clear-registered-modules'
ice-9/deprecated.scm:904:8: warning: possibly unbound variable `standard-eval-closure'
  GUILEC ice-9/and-let-star.go
wrote `ice-9/and-let-star.go'
  GUILEC ice-9/binary-ports.go
wrote `ice-9/binary-ports.go'
  GUILEC ice-9/calling.go
wrote `ice-9/calling.go'
  GUILEC ice-9/command-line.go
wrote `ice-9/command-line.go'
  GUILEC ice-9/common-list.go
wrote `ice-9/common-list.go'
  GUILEC ice-9/control.go
wrote `ice-9/control.go'
  GUILEC ice-9/curried-definitions.go
wrote `ice-9/curried-definitions.go'
  GUILEC ice-9/debug.go
wrote `ice-9/debug.go'
  GUILEC ice-9/documentation.go
wrote `ice-9/documentation.go'
  GUILEC ice-9/eval-string.go
wrote `ice-9/eval-string.go'
  GUILEC ice-9/expect.go
wrote `ice-9/expect.go'
  GUILEC ice-9/format.go
wrote `ice-9/format.go'
  GUILEC ice-9/futures.go
wrote `ice-9/futures.go'
  GUILEC ice-9/getopt-long.go
wrote `ice-9/getopt-long.go'
  GUILEC ice-9/hcons.go
wrote `ice-9/hcons.go'
  GUILEC ice-9/i18n.go
wrote `ice-9/i18n.go'
  GUILEC ice-9/iconv.go
wrote `ice-9/iconv.go'
  GUILEC ice-9/lineio.go
wrote `ice-9/lineio.go'
  GUILEC ice-9/ls.go
wrote `ice-9/ls.go'
  GUILEC ice-9/mapping.go
wrote `ice-9/mapping.go'
  GUILEC ice-9/match.go
wrote `ice-9/match.go'
  GUILEC ice-9/networking.go
ice-9/networking.scm:23:29: warning: possibly unbound variable `gethost'
ice-9/networking.scm:24:29: warning: possibly unbound variable `gethost'
ice-9/networking.scm:26:28: warning: possibly unbound variable `getnet'
ice-9/networking.scm:27:28: warning: possibly unbound variable `getnet'
ice-9/networking.scm:29:30: warning: possibly unbound variable `getproto'
ice-9/networking.scm:30:32: warning: possibly unbound variable `getproto'
ice-9/networking.scm:32:35: warning: possibly unbound variable `getserv'
ice-9/networking.scm:33:35: warning: possibly unbound variable `getserv'
ice-9/networking.scm:37:6: warning: possibly unbound variable `sethost'
ice-9/networking.scm:38:6: warning: possibly unbound variable `sethost'
ice-9/networking.scm:41:6: warning: possibly unbound variable `setnet'
ice-9/networking.scm:42:6: warning: possibly unbound variable `setnet'
ice-9/networking.scm:45:6: warning: possibly unbound variable `setproto'
ice-9/networking.scm:46:6: warning: possibly unbound variable `setproto'
ice-9/networking.scm:49:6: warning: possibly unbound variable `setserv'
ice-9/networking.scm:50:6: warning: possibly unbound variable `setserv'
ice-9/networking.scm:52:21: warning: possibly unbound variable `gethost'
ice-9/networking.scm:53:20: warning: possibly unbound variable `getnet'
ice-9/networking.scm:54:22: warning: possibly unbound variable `getproto'
ice-9/networking.scm:55:21: warning: possibly unbound variable `getserv'
ice-9/networking.scm:57:21: warning: possibly unbound variable `sethost'
ice-9/networking.scm:58:20: warning: possibly unbound variable `setnet'
ice-9/networking.scm:59:22: warning: possibly unbound variable `setproto'
ice-9/networking.scm:60:21: warning: possibly unbound variable `setserv'
wrote `ice-9/networking.go'
  GUILEC ice-9/null.go
wrote `ice-9/null.go'
  GUILEC ice-9/occam-channel.go
wrote `ice-9/occam-channel.go'
  GUILEC ice-9/optargs.go
wrote `ice-9/optargs.go'
  GUILEC ice-9/poe.go
wrote `ice-9/poe.go'
  GUILEC ice-9/poll.go
wrote `ice-9/poll.go'
  GUILEC ice-9/posix.go
wrote `ice-9/posix.go'
ice-9/posix.scm:63:19: warning: possibly unbound variable `getpw'
ice-9/posix.scm:64:19: warning: possibly unbound variable `setpw'
ice-9/posix.scm:65:19: warning: possibly unbound variable `setpw'
ice-9/posix.scm:67:24: warning: possibly unbound variable `getpw'
ice-9/posix.scm:68:23: warning: possibly unbound variable `getpw'
ice-9/posix.scm:70:19: warning: possibly unbound variable `getgr'
ice-9/posix.scm:71:19: warning: possibly unbound variable `setgr'
ice-9/posix.scm:72:19: warning: possibly unbound variable `setgr'
ice-9/posix.scm:74:24: warning: possibly unbound variable `getgr'
ice-9/posix.scm:75:22: warning: possibly unbound variable `getgr'
  GUILEC ice-9/q.go
wrote `ice-9/q.go'
  GUILEC ice-9/rdelim.go
wrote `ice-9/rdelim.go'
  GUILEC ice-9/receive.go
wrote `ice-9/receive.go'
  GUILEC ice-9/regex.go
wrote `ice-9/regex.go'
  GUILEC ice-9/runq.go
wrote `ice-9/runq.go'
ice-9/runq.scm:93:8: warning: possibly unbound variable `apply-to-args'
  GUILEC ice-9/rw.go
wrote `ice-9/rw.go'
  GUILEC ice-9/safe-r5rs.go
wrote `ice-9/safe-r5rs.go'
  GUILEC ice-9/safe.go
wrote `ice-9/safe.go'
  GUILEC ice-9/save-stack.go
wrote `ice-9/save-stack.go'
  GUILEC ice-9/scm-style-repl.go
wrote `ice-9/scm-style-repl.go'
  GUILEC ice-9/session.go
wrote `ice-9/session.go'
ice-9/session.scm:241:11: warning: non-literal format string
  GUILEC ice-9/slib.go
wrote `ice-9/slib.go'
  GUILEC ice-9/stack-catch.go
wrote `ice-9/stack-catch.go'
  GUILEC ice-9/streams.go
wrote `ice-9/streams.go'
  GUILEC ice-9/string-fun.go
wrote `ice-9/string-fun.go'
  GUILEC ice-9/syncase.go
wrote `ice-9/syncase.go'
  GUILEC ice-9/threads.go
wrote `ice-9/threads.go'
  GUILEC ice-9/top-repl.go
wrote `ice-9/top-repl.go'
  GUILEC ice-9/buffered-input.go
wrote `ice-9/buffered-input.go'
  GUILEC ice-9/time.go
wrote `ice-9/time.go'
ice-9/time.scm:37:20: warning: possibly unbound variable `times'
ice-9/time.scm:39:18: warning: possibly unbound variable `times'
  GUILEC ice-9/history.go
wrote `ice-9/history.go'
  GUILEC ice-9/channel.go
wrote `ice-9/channel.go'
  GUILEC ice-9/pretty-print.go
wrote `ice-9/pretty-print.go'
  GUILEC ice-9/ftw.go
wrote `ice-9/ftw.go'
ice-9/ftw.scm:256:13: warning: possibly unbound variable `getuid'
ice-9/ftw.scm:257:13: warning: possibly unbound variable `getgid'
ice-9/ftw.scm:284:35: warning: possibly unbound variable `lstat'
ice-9/ftw.scm:307:46: warning: possibly unbound variable `getuid'
ice-9/ftw.scm:307:55: warning: possibly unbound variable `getgid'
ice-9/ftw.scm:327:44: warning: possibly unbound variable `lstat'
ice-9/ftw.scm:353:52: warning: possibly unbound variable `getuid'
ice-9/ftw.scm:353:61: warning: possibly unbound variable `getgid'
ice-9/ftw.scm:399:0: warning: possibly unbound variable `lstat'
ice-9/ftw.scm:493:0: warning: possibly unbound variable `lstat'
ice-9/ftw.scm:565:9: warning: possibly unbound variable `lstat'
  GUILEC ice-9/gap-buffer.go
wrote `ice-9/gap-buffer.go'
  GUILEC ice-9/weak-vector.go
wrote `ice-9/weak-vector.go'
  GUILEC ice-9/list.go
wrote `ice-9/list.go'
  GUILEC ice-9/serialize.go
wrote `ice-9/serialize.go'
  GUILEC ice-9/local-eval.go
wrote `ice-9/local-eval.go'
  GUILEC srfi/srfi-2.go
wrote `srfi/srfi-2.go'
  GUILEC srfi/srfi-4.go
wrote `srfi/srfi-4.go'
  GUILEC srfi/srfi-4/gnu.go
wrote `srfi/srfi-4/gnu.go'
  GUILEC srfi/srfi-6.go
wrote `srfi/srfi-6.go'
  GUILEC srfi/srfi-8.go
wrote `srfi/srfi-8.go'
  GUILEC srfi/srfi-9.go
wrote `srfi/srfi-9.go'
  GUILEC srfi/srfi-9/gnu.go
wrote `srfi/srfi-9/gnu.go'
  GUILEC srfi/srfi-10.go
wrote `srfi/srfi-10.go'
  GUILEC srfi/srfi-11.go
wrote `srfi/srfi-11.go'
  GUILEC srfi/srfi-13.go
wrote `srfi/srfi-13.go'
  GUILEC srfi/srfi-14.go
wrote `srfi/srfi-14.go'
  GUILEC srfi/srfi-16.go
wrote `srfi/srfi-16.go'
  GUILEC srfi/srfi-17.go
wrote `srfi/srfi-17.go'
  GUILEC srfi/srfi-18.go
wrote `srfi/srfi-18.go'
  GUILEC srfi/srfi-19.go
wrote `srfi/srfi-19.go'
  GUILEC srfi/srfi-26.go
wrote `srfi/srfi-26.go'
  GUILEC srfi/srfi-27.go
wrote `srfi/srfi-27.go'
  GUILEC srfi/srfi-31.go
wrote `srfi/srfi-31.go'
  GUILEC srfi/srfi-34.go
wrote `srfi/srfi-34.go'
  GUILEC srfi/srfi-35.go
wrote `srfi/srfi-35.go'
  GUILEC srfi/srfi-37.go
wrote `srfi/srfi-37.go'
  GUILEC srfi/srfi-38.go
wrote `srfi/srfi-38.go'
  GUILEC srfi/srfi-41.go
wrote `srfi/srfi-41.go'
  GUILEC srfi/srfi-42.go
wrote `srfi/srfi-42.go'
  GUILEC srfi/srfi-39.go
wrote `srfi/srfi-39.go'
  GUILEC srfi/srfi-45.go
wrote `srfi/srfi-45.go'
  GUILEC srfi/srfi-60.go
wrote `srfi/srfi-60.go'
  GUILEC srfi/srfi-67.go
wrote `srfi/srfi-67.go'
  GUILEC srfi/srfi-69.go
wrote `srfi/srfi-69.go'
  GUILEC srfi/srfi-88.go
wrote `srfi/srfi-88.go'
  GUILEC srfi/srfi-98.go
wrote `srfi/srfi-98.go'
  GUILEC rnrs/base.go
wrote `rnrs/base.go'
  GUILEC rnrs/conditions.go
wrote `rnrs/conditions.go'
  GUILEC rnrs/control.go
wrote `rnrs/control.go'
  GUILEC rnrs/enums.go
wrote `rnrs/enums.go'
  GUILEC rnrs/eval.go
wrote `rnrs/eval.go'
  GUILEC rnrs/exceptions.go
wrote `rnrs/exceptions.go'
  GUILEC rnrs/files.go
wrote `rnrs/files.go'
  GUILEC rnrs/hashtables.go
wrote `rnrs/hashtables.go'
  GUILEC rnrs/lists.go
wrote `rnrs/lists.go'
  GUILEC rnrs/mutable-pairs.go
wrote `rnrs/mutable-pairs.go'
  GUILEC rnrs/mutable-strings.go
wrote `rnrs/mutable-strings.go'
  GUILEC rnrs/programs.go
wrote `rnrs/programs.go'
  GUILEC rnrs/r5rs.go
wrote `rnrs/r5rs.go'
  GUILEC rnrs/sorting.go
wrote `rnrs/sorting.go'
  GUILEC rnrs/syntax-case.go
wrote `rnrs/syntax-case.go'
  GUILEC rnrs/unicode.go
wrote `rnrs/unicode.go'
  GUILEC rnrs/arithmetic/bitwise.go
wrote `rnrs/arithmetic/bitwise.go'
  GUILEC rnrs/arithmetic/fixnums.go
wrote `rnrs/arithmetic/fixnums.go'
  GUILEC rnrs/arithmetic/flonums.go
wrote `rnrs/arithmetic/flonums.go'
  GUILEC rnrs/bytevectors.go
wrote `rnrs/bytevectors.go'
  GUILEC rnrs/io/simple.go
wrote `rnrs/io/simple.go'
  GUILEC rnrs/io/ports.go
wrote `rnrs/io/ports.go'
  GUILEC rnrs/records/inspection.go
wrote `rnrs/records/inspection.go'
  GUILEC rnrs/records/procedural.go
wrote `rnrs/records/procedural.go'
  GUILEC rnrs/records/syntactic.go
wrote `rnrs/records/syntactic.go'
  GUILEC rnrs.go
wrote `rnrs.go'
  GUILEC oop/goops.go
wrote `oop/goops.go'
  GUILEC oop/goops/active-slot.go
wrote `oop/goops/active-slot.go'
  GUILEC oop/goops/compile.go
wrote `oop/goops/compile.go'
  GUILEC oop/goops/composite-slot.go
wrote `oop/goops/composite-slot.go'
  GUILEC oop/goops/describe.go
wrote `oop/goops/describe.go'
  GUILEC oop/goops/dispatch.go
wrote `oop/goops/dispatch.go'
  GUILEC oop/goops/internal.go
wrote `oop/goops/internal.go'
  GUILEC oop/goops/save.go
wrote `oop/goops/save.go'
  GUILEC oop/goops/stklos.go
wrote `oop/goops/stklos.go'
  GUILEC oop/goops/util.go
wrote `oop/goops/util.go'
  GUILEC oop/goops/accessors.go
wrote `oop/goops/accessors.go'
  GUILEC oop/goops/simple.go
wrote `oop/goops/simple.go'
  GUILEC system/vm/inspect.go
wrote `system/vm/inspect.go'
  GUILEC system/vm/coverage.go
wrote `system/vm/coverage.go'
  GUILEC system/vm/frame.go
wrote `system/vm/frame.go'
  GUILEC system/vm/instruction.go
wrote `system/vm/instruction.go'
  GUILEC system/vm/objcode.go
wrote `system/vm/objcode.go'
  GUILEC system/vm/program.go
wrote `system/vm/program.go'
  GUILEC system/vm/trace.go
wrote `system/vm/trace.go'
  GUILEC system/vm/traps.go
wrote `system/vm/traps.go'
  GUILEC system/vm/trap-state.go
wrote `system/vm/trap-state.go'
  GUILEC system/vm/vm.go
wrote `system/vm/vm.go'
  GUILEC system/foreign.go
wrote `system/foreign.go'
  GUILEC system/xref.go
wrote `system/xref.go'
  GUILEC system/repl/debug.go
wrote `system/repl/debug.go'
  GUILEC system/repl/error-handling.go
wrote `system/repl/error-handling.go'
  GUILEC system/repl/common.go
wrote `system/repl/common.go'
system/repl/common.scm:147:25: warning: possibly unbound variable `times'
  GUILEC system/repl/command.go
wrote `system/repl/command.go'
system/repl/command.scm:885:18: warning: possibly unbound variable `times'
  GUILEC system/repl/repl.go
wrote `system/repl/repl.go'
  GUILEC system/repl/server.go
wrote `system/repl/server.go'
system/repl/server.scm:57:41: warning: possibly unbound variable `inet-aton'
system/repl/server.scm:106:2: warning: possibly unbound variable `SIGPIPE'
  GUILEC scripts/compile.go
wrote `scripts/compile.go'
  GUILEC scripts/disassemble.go
wrote `scripts/disassemble.go'
  GUILEC scripts/display-commentary.go
wrote `scripts/display-commentary.go'
  GUILEC scripts/doc-snarf.go
wrote `scripts/doc-snarf.go'
  GUILEC scripts/frisk.go
wrote `scripts/frisk.go'
  GUILEC scripts/generate-autoload.go
wrote `scripts/generate-autoload.go'
  GUILEC scripts/help.go
wrote `scripts/help.go'
  GUILEC scripts/lint.go
wrote `scripts/lint.go'
  GUILEC scripts/list.go
wrote `scripts/list.go'
  GUILEC scripts/punify.go
wrote `scripts/punify.go'
  GUILEC scripts/read-scheme-source.go
wrote `scripts/read-scheme-source.go'
  GUILEC scripts/read-text-outline.go
wrote `scripts/read-text-outline.go'
  GUILEC scripts/use2dot.go
wrote `scripts/use2dot.go'
  GUILEC scripts/snarf-check-and-output-texi.go
wrote `scripts/snarf-check-and-output-texi.go'
  GUILEC scripts/summarize-guile-TODO.go
wrote `scripts/summarize-guile-TODO.go'
  GUILEC scripts/api-diff.go
wrote `scripts/api-diff.go'
  GUILEC scripts/read-rfc822.go
wrote `scripts/read-rfc822.go'
  GUILEC scripts/snarf-guile-m4-docs.go
wrote `scripts/snarf-guile-m4-docs.go'
  GUILEC language/ecmascript/tokenize.go
wrote `language/ecmascript/tokenize.go'
  GUILEC language/ecmascript/parse.go
%% Shift/Reduce conflict (shift 36, reduce 82) on 'lbrace' in state 437
%% Shift/Reduce conflict (shift 35, reduce 82) on 'lparen' in state 437
%% Shift/Reduce conflict (shift 34, reduce 82) on 'lbracket' in state 437
%% Shift/Reduce conflict (shift 33, reduce 82) on 'dot' in state 437
%% Shift/Reduce conflict (shift 32, reduce 82) on 'semicolon' in state 437
%% Shift/Reduce conflict (shift 31, reduce 82) on '+' in state 437
%% Shift/Reduce conflict (shift 30, reduce 82) on '-' in state 437
%% Shift/Reduce conflict (shift 29, reduce 82) on '++' in state 437
%% Shift/Reduce conflict (shift 28, reduce 82) on '--' in state 437
%% Shift/Reduce conflict (shift 27, reduce 82) on '!' in state 437
%% Shift/Reduce conflict (shift 26, reduce 82) on '~' in state 437
%% Shift/Reduce conflict (shift 25, reduce 82) on 'break' in state 437
%% Shift/Reduce conflict (shift 24, reduce 82) on 'new' in state 437
%% Shift/Reduce conflict (shift 23, reduce 82) on 'var' in state 437
%% Shift/Reduce conflict (shift 22, reduce 82) on 'return' in state 437
%% Shift/Reduce conflict (shift 21, reduce 82) on 'void' in state 437
%% Shift/Reduce conflict (shift 20, reduce 82) on 'for' in state 437
%% Shift/Reduce conflict (shift 19, reduce 82) on 'switch' in state 437
%% Shift/Reduce conflict (shift 18, reduce 82) on 'while' in state 437
%% Shift/Reduce conflict (shift 17, reduce 82) on 'continue' in state 437
%% Shift/Reduce conflict (shift 82, reduce 82) on 'function' in state 437
%% Shift/Reduce conflict (shift 15, reduce 82) on 'this' in state 437
%% Shift/Reduce conflict (shift 14, reduce 82) on 'with' in state 437
%% Shift/Reduce conflict (shift 13, reduce 82) on 'if' in state 437
%% Shift/Reduce conflict (shift 12, reduce 82) on 'throw' in state 437
%% Shift/Reduce conflict (shift 11, reduce 82) on 'delete' in state 437
%% Shift/Reduce conflict (shift 10, reduce 82) on 'try' in state 437
%% Shift/Reduce conflict (shift 9, reduce 82) on 'do' in state 437
%% Shift/Reduce conflict (shift 8, reduce 82) on 'typeof' in state 437
%% Shift/Reduce conflict (shift 7, reduce 82) on 'null' in state 437
%% Shift/Reduce conflict (shift 6, reduce 82) on 'true' in state 437
%% Shift/Reduce conflict (shift 5, reduce 82) on 'false' in state 437
%% Shift/Reduce conflict (shift 4, reduce 82) on 'Identifier' in state 437
%% Shift/Reduce conflict (shift 3, reduce 82) on 'StringLiteral' in state 437
%% Shift/Reduce conflict (shift 2, reduce 82) on 'NumericLiteral' in state 437
%% Shift/Reduce conflict (shift 1, reduce 82) on 'RegexpLiteral' in state 437
%% Shift/Reduce conflict (shift 36, reduce 81) on 'lbrace' in state 424
%% Shift/Reduce conflict (shift 35, reduce 81) on 'lparen' in state 424
%% Shift/Reduce conflict (shift 34, reduce 81) on 'lbracket' in state 424
%% Shift/Reduce conflict (shift 33, reduce 81) on 'dot' in state 424
%% Shift/Reduce conflict (shift 32, reduce 81) on 'semicolon' in state 424
%% Shift/Reduce conflict (shift 31, reduce 81) on '+' in state 424
%% Shift/Reduce conflict (shift 30, reduce 81) on '-' in state 424
%% Shift/Reduce conflict (shift 29, reduce 81) on '++' in state 424
%% Shift/Reduce conflict (shift 28, reduce 81) on '--' in state 424
%% Shift/Reduce conflict (shift 27, reduce 81) on '!' in state 424
%% Shift/Reduce conflict (shift 26, reduce 81) on '~' in state 424
%% Shift/Reduce conflict (shift 25, reduce 81) on 'break' in state 424
%% Shift/Reduce conflict (shift 24, reduce 81) on 'new' in state 424
%% Shift/Reduce conflict (shift 23, reduce 81) on 'var' in state 424
%% Shift/Reduce conflict (shift 22, reduce 81) on 'return' in state 424
%% Shift/Reduce conflict (shift 21, reduce 81) on 'void' in state 424
%% Shift/Reduce conflict (shift 20, reduce 81) on 'for' in state 424
%% Shift/Reduce conflict (shift 19, reduce 81) on 'switch' in state 424
%% Shift/Reduce conflict (shift 18, reduce 81) on 'while' in state 424
%% Shift/Reduce conflict (shift 17, reduce 81) on 'continue' in state 424
%% Shift/Reduce conflict (shift 82, reduce 81) on 'function' in state 424
%% Shift/Reduce conflict (shift 15, reduce 81) on 'this' in state 424
%% Shift/Reduce conflict (shift 14, reduce 81) on 'with' in state 424
%% Shift/Reduce conflict (shift 13, reduce 81) on 'if' in state 424
%% Shift/Reduce conflict (shift 12, reduce 81) on 'throw' in state 424
%% Shift/Reduce conflict (shift 11, reduce 81) on 'delete' in state 424
%% Shift/Reduce conflict (shift 10, reduce 81) on 'try' in state 424
%% Shift/Reduce conflict (shift 9, reduce 81) on 'do' in state 424
%% Shift/Reduce conflict (shift 8, reduce 81) on 'typeof' in state 424
%% Shift/Reduce conflict (shift 7, reduce 81) on 'null' in state 424
%% Shift/Reduce conflict (shift 6, reduce 81) on 'true' in state 424
%% Shift/Reduce conflict (shift 5, reduce 81) on 'false' in state 424
%% Shift/Reduce conflict (shift 4, reduce 81) on 'Identifier' in state 424
%% Shift/Reduce conflict (shift 3, reduce 81) on 'StringLiteral' in state 424
%% Shift/Reduce conflict (shift 2, reduce 81) on 'NumericLiteral' in state 424
%% Shift/Reduce conflict (shift 1, reduce 81) on 'RegexpLiteral' in state 424
%% Shift/Reduce conflict (shift 36, reduce 84) on 'lbrace' in state 423
%% Shift/Reduce conflict (shift 35, reduce 84) on 'lparen' in state 423
%% Shift/Reduce conflict (shift 34, reduce 84) on 'lbracket' in state 423
%% Shift/Reduce conflict (shift 33, reduce 84) on 'dot' in state 423
%% Shift/Reduce conflict (shift 32, reduce 84) on 'semicolon' in state 423
%% Shift/Reduce conflict (shift 31, reduce 84) on '+' in state 423
%% Shift/Reduce conflict (shift 30, reduce 84) on '-' in state 423
%% Shift/Reduce conflict (shift 29, reduce 84) on '++' in state 423
%% Shift/Reduce conflict (shift 28, reduce 84) on '--' in state 423
%% Shift/Reduce conflict (shift 27, reduce 84) on '!' in state 423
%% Shift/Reduce conflict (shift 26, reduce 84) on '~' in state 423
%% Shift/Reduce conflict (shift 25, reduce 84) on 'break' in state 423
%% Shift/Reduce conflict (shift 24, reduce 84) on 'new' in state 423
%% Shift/Reduce conflict (shift 23, reduce 84) on 'var' in state 423
%% Shift/Reduce conflict (shift 22, reduce 84) on 'return' in state 423
%% Shift/Reduce conflict (shift 21, reduce 84) on 'void' in state 423
%% Shift/Reduce conflict (shift 20, reduce 84) on 'for' in state 423
%% Shift/Reduce conflict (shift 19, reduce 84) on 'switch' in state 423
%% Shift/Reduce conflict (shift 18, reduce 84) on 'while' in state 423
%% Shift/Reduce conflict (shift 17, reduce 84) on 'continue' in state 423
%% Shift/Reduce conflict (shift 82, reduce 84) on 'function' in state 423
%% Shift/Reduce conflict (shift 15, reduce 84) on 'this' in state 423
%% Shift/Reduce conflict (shift 14, reduce 84) on 'with' in state 423
%% Shift/Reduce conflict (shift 13, reduce 84) on 'if' in state 423
%% Shift/Reduce conflict (shift 12, reduce 84) on 'throw' in state 423
%% Shift/Reduce conflict (shift 11, reduce 84) on 'delete' in state 423
%% Shift/Reduce conflict (shift 10, reduce 84) on 'try' in state 423
%% Shift/Reduce conflict (shift 9, reduce 84) on 'do' in state 423
%% Shift/Reduce conflict (shift 8, reduce 84) on 'typeof' in state 423
%% Shift/Reduce conflict (shift 7, reduce 84) on 'null' in state 423
%% Shift/Reduce conflict (shift 6, reduce 84) on 'true' in state 423
%% Shift/Reduce conflict (shift 5, reduce 84) on 'false' in state 423
%% Shift/Reduce conflict (shift 4, reduce 84) on 'Identifier' in state 423
%% Shift/Reduce conflict (shift 3, reduce 84) on 'StringLiteral' in state 423
%% Shift/Reduce conflict (shift 2, reduce 84) on 'NumericLiteral' in state 423
%% Shift/Reduce conflict (shift 1, reduce 84) on 'RegexpLiteral' in state 423
%% Reduce/Reduce conflict (reduce 11, reduce 7) on '--' in state 422
%% Reduce/Reduce conflict (reduce 11, reduce 7) on '++' in state 422
%% Reduce/Reduce conflict (reduce 11, reduce 7) on '-' in state 422
%% Reduce/Reduce conflict (reduce 11, reduce 7) on '+' in state 422
%% Reduce/Reduce conflict (reduce 11, reduce 7) on 'semicolon' in state 422
%% Reduce/Reduce conflict (reduce 11, reduce 7) on 'dot' in state 422
%% Reduce/Reduce conflict (reduce 11, reduce 7) on 'lbracket' in state 422
%% Reduce/Reduce conflict (reduce 11, reduce 7) on 'lparen' in state 422
%% Shift/Reduce conflict (shift 36, reduce 83) on 'lbrace' in state 400
%% Shift/Reduce conflict (shift 35, reduce 83) on 'lparen' in state 400
%% Shift/Reduce conflict (shift 34, reduce 83) on 'lbracket' in state 400
%% Shift/Reduce conflict (shift 33, reduce 83) on 'dot' in state 400
%% Shift/Reduce conflict (shift 32, reduce 83) on 'semicolon' in state 400
%% Shift/Reduce conflict (shift 31, reduce 83) on '+' in state 400
%% Shift/Reduce conflict (shift 30, reduce 83) on '-' in state 400
%% Shift/Reduce conflict (shift 29, reduce 83) on '++' in state 400
%% Shift/Reduce conflict (shift 28, reduce 83) on '--' in state 400
%% Shift/Reduce conflict (shift 27, reduce 83) on '!' in state 400
%% Shift/Reduce conflict (shift 26, reduce 83) on '~' in state 400
%% Shift/Reduce conflict (shift 25, reduce 83) on 'break' in state 400
%% Shift/Reduce conflict (shift 24, reduce 83) on 'new' in state 400
%% Shift/Reduce conflict (shift 23, reduce 83) on 'var' in state 400
%% Shift/Reduce conflict (shift 22, reduce 83) on 'return' in state 400
%% Shift/Reduce conflict (shift 21, reduce 83) on 'void' in state 400
%% Shift/Reduce conflict (shift 20, reduce 83) on 'for' in state 400
%% Shift/Reduce conflict (shift 19, reduce 83) on 'switch' in state 400
%% Shift/Reduce conflict (shift 18, reduce 83) on 'while' in state 400
%% Shift/Reduce conflict (shift 17, reduce 83) on 'continue' in state 400
%% Shift/Reduce conflict (shift 82, reduce 83) on 'function' in state 400
%% Shift/Reduce conflict (shift 15, reduce 83) on 'this' in state 400
%% Shift/Reduce conflict (shift 14, reduce 83) on 'with' in state 400
%% Shift/Reduce conflict (shift 13, reduce 83) on 'if' in state 400
%% Shift/Reduce conflict (shift 12, reduce 83) on 'throw' in state 400
%% Shift/Reduce conflict (shift 11, reduce 83) on 'delete' in state 400
%% Shift/Reduce conflict (shift 10, reduce 83) on 'try' in state 400
%% Shift/Reduce conflict (shift 9, reduce 83) on 'do' in state 400
%% Shift/Reduce conflict (shift 8, reduce 83) on 'typeof' in state 400
%% Shift/Reduce conflict (shift 7, reduce 83) on 'null' in state 400
%% Shift/Reduce conflict (shift 6, reduce 83) on 'true' in state 400
%% Shift/Reduce conflict (shift 5, reduce 83) on 'false' in state 400
%% Shift/Reduce conflict (shift 4, reduce 83) on 'Identifier' in state 400
%% Shift/Reduce conflict (shift 3, reduce 83) on 'StringLiteral' in state 400
%% Shift/Reduce conflict (shift 2, reduce 83) on 'NumericLiteral' in state 400
%% Shift/Reduce conflict (shift 1, reduce 83) on 'RegexpLiteral' in state 400
%% Reduce/Reduce conflict (reduce 9, reduce 6) on '--' in state 397
%% Reduce/Reduce conflict (reduce 9, reduce 6) on '++' in state 397
%% Reduce/Reduce conflict (reduce 9, reduce 6) on '-' in state 397
%% Reduce/Reduce conflict (reduce 9, reduce 6) on '+' in state 397
%% Reduce/Reduce conflict (reduce 9, reduce 6) on 'semicolon' in state 397
%% Reduce/Reduce conflict (reduce 9, reduce 6) on 'dot' in state 397
%% Reduce/Reduce conflict (reduce 9, reduce 6) on 'lbracket' in state 397
%% Reduce/Reduce conflict (reduce 9, reduce 6) on 'lparen' in state 397
%% Shift/Reduce conflict (shift 36, reduce 17) on 'lbrace' in state 393
%% Shift/Reduce conflict (shift 35, reduce 17) on 'lparen' in state 393
%% Shift/Reduce conflict (shift 34, reduce 17) on 'lbracket' in state 393
%% Shift/Reduce conflict (shift 33, reduce 17) on 'dot' in state 393
%% Shift/Reduce conflict (shift 32, reduce 17) on 'semicolon' in state 393
%% Shift/Reduce conflict (shift 31, reduce 17) on '+' in state 393
%% Shift/Reduce conflict (shift 30, reduce 17) on '-' in state 393
%% Shift/Reduce conflict (shift 29, reduce 17) on '++' in state 393
%% Shift/Reduce conflict (shift 28, reduce 17) on '--' in state 393
%% Shift/Reduce conflict (shift 27, reduce 17) on '!' in state 393
%% Shift/Reduce conflict (shift 26, reduce 17) on '~' in state 393
%% Shift/Reduce conflict (shift 25, reduce 17) on 'break' in state 393
%% Shift/Reduce conflict (shift 24, reduce 17) on 'new' in state 393
%% Shift/Reduce conflict (shift 23, reduce 17) on 'var' in state 393
%% Shift/Reduce conflict (shift 22, reduce 17) on 'return' in state 393
%% Shift/Reduce conflict (shift 21, reduce 17) on 'void' in state 393
%% Shift/Reduce conflict (shift 20, reduce 17) on 'for' in state 393
%% Shift/Reduce conflict (shift 19, reduce 17) on 'switch' in state 393
%% Shift/Reduce conflict (shift 18, reduce 17) on 'while' in state 393
%% Shift/Reduce conflict (shift 17, reduce 17) on 'continue' in state 393
%% Shift/Reduce conflict (shift 16, reduce 17) on 'function' in state 393
%% Shift/Reduce conflict (shift 15, reduce 17) on 'this' in state 393
%% Shift/Reduce conflict (shift 14, reduce 17) on 'with' in state 393
%% Shift/Reduce conflict (shift 13, reduce 17) on 'if' in state 393
%% Shift/Reduce conflict (shift 12, reduce 17) on 'throw' in state 393
%% Shift/Reduce conflict (shift 11, reduce 17) on 'delete' in state 393
%% Shift/Reduce conflict (shift 10, reduce 17) on 'try' in state 393
%% Shift/Reduce conflict (shift 9, reduce 17) on 'do' in state 393
%% Shift/Reduce conflict (shift 8, reduce 17) on 'typeof' in state 393
%% Shift/Reduce conflict (shift 7, reduce 17) on 'null' in state 393
%% Shift/Reduce conflict (shift 6, reduce 17) on 'true' in state 393
%% Shift/Reduce conflict (shift 5, reduce 17) on 'false' in state 393
%% Shift/Reduce conflict (shift 4, reduce 17) on 'Identifier' in state 393
%% Shift/Reduce conflict (shift 3, reduce 17) on 'StringLiteral' in state 393
%% Shift/Reduce conflict (shift 2, reduce 17) on 'NumericLiteral' in state 393
%% Shift/Reduce conflict (shift 1, reduce 17) on 'RegexpLiteral' in state 393
%% Shift/Reduce conflict (shift 36, reduce 17) on 'lbrace' in state 369
%% Shift/Reduce conflict (shift 35, reduce 17) on 'lparen' in state 369
%% Shift/Reduce conflict (shift 34, reduce 17) on 'lbracket' in state 369
%% Shift/Reduce conflict (shift 33, reduce 17) on 'dot' in state 369
%% Shift/Reduce conflict (shift 32, reduce 17) on 'semicolon' in state 369
%% Shift/Reduce conflict (shift 31, reduce 17) on '+' in state 369
%% Shift/Reduce conflict (shift 30, reduce 17) on '-' in state 369
%% Shift/Reduce conflict (shift 29, reduce 17) on '++' in state 369
%% Shift/Reduce conflict (shift 28, reduce 17) on '--' in state 369
%% Shift/Reduce conflict (shift 27, reduce 17) on '!' in state 369
%% Shift/Reduce conflict (shift 26, reduce 17) on '~' in state 369
%% Shift/Reduce conflict (shift 25, reduce 17) on 'break' in state 369
%% Shift/Reduce conflict (shift 24, reduce 17) on 'new' in state 369
%% Shift/Reduce conflict (shift 23, reduce 17) on 'var' in state 369
%% Shift/Reduce conflict (shift 22, reduce 17) on 'return' in state 369
%% Shift/Reduce conflict (shift 21, reduce 17) on 'void' in state 369
%% Shift/Reduce conflict (shift 20, reduce 17) on 'for' in state 369
%% Shift/Reduce conflict (shift 19, reduce 17) on 'switch' in state 369
%% Shift/Reduce conflict (shift 18, reduce 17) on 'while' in state 369
%% Shift/Reduce conflict (shift 17, reduce 17) on 'continue' in state 369
%% Shift/Reduce conflict (shift 16, reduce 17) on 'function' in state 369
%% Shift/Reduce conflict (shift 15, reduce 17) on 'this' in state 369
%% Shift/Reduce conflict (shift 14, reduce 17) on 'with' in state 369
%% Shift/Reduce conflict (shift 13, reduce 17) on 'if' in state 369
%% Shift/Reduce conflict (shift 12, reduce 17) on 'throw' in state 369
%% Shift/Reduce conflict (shift 11, reduce 17) on 'delete' in state 369
%% Shift/Reduce conflict (shift 10, reduce 17) on 'try' in state 369
%% Shift/Reduce conflict (shift 9, reduce 17) on 'do' in state 369
%% Shift/Reduce conflict (shift 8, reduce 17) on 'typeof' in state 369
%% Shift/Reduce conflict (shift 7, reduce 17) on 'null' in state 369
%% Shift/Reduce conflict (shift 6, reduce 17) on 'true' in state 369
%% Shift/Reduce conflict (shift 5, reduce 17) on 'false' in state 369
%% Shift/Reduce conflict (shift 4, reduce 17) on 'Identifier' in state 369
%% Shift/Reduce conflict (shift 3, reduce 17) on 'StringLiteral' in state 369
%% Shift/Reduce conflict (shift 2, reduce 17) on 'NumericLiteral' in state 369
%% Shift/Reduce conflict (shift 1, reduce 17) on 'RegexpLiteral' in state 369
%% Shift/Reduce conflict (shift 36, reduce 17) on 'lbrace' in state 363
%% Shift/Reduce conflict (shift 35, reduce 17) on 'lparen' in state 363
%% Shift/Reduce conflict (shift 34, reduce 17) on 'lbracket' in state 363
%% Shift/Reduce conflict (shift 33, reduce 17) on 'dot' in state 363
%% Shift/Reduce conflict (shift 32, reduce 17) on 'semicolon' in state 363
%% Shift/Reduce conflict (shift 31, reduce 17) on '+' in state 363
%% Shift/Reduce conflict (shift 30, reduce 17) on '-' in state 363
%% Shift/Reduce conflict (shift 29, reduce 17) on '++' in state 363
%% Shift/Reduce conflict (shift 28, reduce 17) on '--' in state 363
%% Shift/Reduce conflict (shift 27, reduce 17) on '!' in state 363
%% Shift/Reduce conflict (shift 26, reduce 17) on '~' in state 363
%% Shift/Reduce conflict (shift 25, reduce 17) on 'break' in state 363
%% Shift/Reduce conflict (shift 24, reduce 17) on 'new' in state 363
%% Shift/Reduce conflict (shift 23, reduce 17) on 'var' in state 363
%% Shift/Reduce conflict (shift 22, reduce 17) on 'return' in state 363
%% Shift/Reduce conflict (shift 21, reduce 17) on 'void' in state 363
%% Shift/Reduce conflict (shift 20, reduce 17) on 'for' in state 363
%% Shift/Reduce conflict (shift 19, reduce 17) on 'switch' in state 363
%% Shift/Reduce conflict (shift 18, reduce 17) on 'while' in state 363
%% Shift/Reduce conflict (shift 17, reduce 17) on 'continue' in state 363
%% Shift/Reduce conflict (shift 16, reduce 17) on 'function' in state 363
%% Shift/Reduce conflict (shift 15, reduce 17) on 'this' in state 363
%% Shift/Reduce conflict (shift 14, reduce 17) on 'with' in state 363
%% Shift/Reduce conflict (shift 13, reduce 17) on 'if' in state 363
%% Shift/Reduce conflict (shift 12, reduce 17) on 'throw' in state 363
%% Shift/Reduce conflict (shift 11, reduce 17) on 'delete' in state 363
%% Shift/Reduce conflict (shift 10, reduce 17) on 'try' in state 363
%% Shift/Reduce conflict (shift 9, reduce 17) on 'do' in state 363
%% Shift/Reduce conflict (shift 8, reduce 17) on 'typeof' in state 363
%% Shift/Reduce conflict (shift 7, reduce 17) on 'null' in state 363
%% Shift/Reduce conflict (shift 6, reduce 17) on 'true' in state 363
%% Shift/Reduce conflict (shift 5, reduce 17) on 'false' in state 363
%% Shift/Reduce conflict (shift 4, reduce 17) on 'Identifier' in state 363
%% Shift/Reduce conflict (shift 3, reduce 17) on 'StringLiteral' in state 363
%% Shift/Reduce conflict (shift 2, reduce 17) on 'NumericLiteral' in state 363
%% Shift/Reduce conflict (shift 1, reduce 17) on 'RegexpLiteral' in state 363
%% Shift/Reduce conflict (shift 170, reduce 139) on '++' in state 338
%% Shift/Reduce conflict (shift 169, reduce 139) on '--' in state 338
%% Shift/Reduce conflict (shift 168, reduce 139) on '=' in state 338
%% Shift/Reduce conflict (shift 167, reduce 139) on '+=' in state 338
%% Shift/Reduce conflict (shift 166, reduce 139) on '-=' in state 338
%% Shift/Reduce conflict (shift 165, reduce 139) on '*=' in state 338
%% Shift/Reduce conflict (shift 164, reduce 139) on '%=' in state 338
%% Shift/Reduce conflict (shift 163, reduce 139) on '<<=' in state 338
%% Shift/Reduce conflict (shift 162, reduce 139) on '>>=' in state 338
%% Shift/Reduce conflict (shift 161, reduce 139) on '>>>=' in state 338
%% Shift/Reduce conflict (shift 160, reduce 139) on '&=' in state 338
%% Shift/Reduce conflict (shift 159, reduce 139) on 'bor=' in state 338
%% Shift/Reduce conflict (shift 158, reduce 139) on '^=' in state 338
%% Shift/Reduce conflict (shift 157, reduce 139) on '/=' in state 338
%% Shift/Reduce conflict (shift 36, reduce 17) on 'lbrace' in state 326
%% Shift/Reduce conflict (shift 35, reduce 17) on 'lparen' in state 326
%% Shift/Reduce conflict (shift 34, reduce 17) on 'lbracket' in state 326
%% Shift/Reduce conflict (shift 33, reduce 17) on 'dot' in state 326
%% Shift/Reduce conflict (shift 32, reduce 17) on 'semicolon' in state 326
%% Shift/Reduce conflict (shift 31, reduce 17) on '+' in state 326
%% Shift/Reduce conflict (shift 30, reduce 17) on '-' in state 326
%% Shift/Reduce conflict (shift 29, reduce 17) on '++' in state 326
%% Shift/Reduce conflict (shift 28, reduce 17) on '--' in state 326
%% Shift/Reduce conflict (shift 27, reduce 17) on '!' in state 326
%% Shift/Reduce conflict (shift 26, reduce 17) on '~' in state 326
%% Shift/Reduce conflict (shift 25, reduce 17) on 'break' in state 326
%% Shift/Reduce conflict (shift 24, reduce 17) on 'new' in state 326
%% Shift/Reduce conflict (shift 23, reduce 17) on 'var' in state 326
%% Shift/Reduce conflict (shift 22, reduce 17) on 'return' in state 326
%% Shift/Reduce conflict (shift 21, reduce 17) on 'void' in state 326
%% Shift/Reduce conflict (shift 20, reduce 17) on 'for' in state 326
%% Shift/Reduce conflict (shift 19, reduce 17) on 'switch' in state 326
%% Shift/Reduce conflict (shift 18, reduce 17) on 'while' in state 326
%% Shift/Reduce conflict (shift 17, reduce 17) on 'continue' in state 326
%% Shift/Reduce conflict (shift 16, reduce 17) on 'function' in state 326
%% Shift/Reduce conflict (shift 15, reduce 17) on 'this' in state 326
%% Shift/Reduce conflict (shift 14, reduce 17) on 'with' in state 326
%% Shift/Reduce conflict (shift 13, reduce 17) on 'if' in state 326
%% Shift/Reduce conflict (shift 12, reduce 17) on 'throw' in state 326
%% Shift/Reduce conflict (shift 11, reduce 17) on 'delete' in state 326
%% Shift/Reduce conflict (shift 10, reduce 17) on 'try' in state 326
%% Shift/Reduce conflict (shift 9, reduce 17) on 'do' in state 326
%% Shift/Reduce conflict (shift 8, reduce 17) on 'typeof' in state 326
%% Shift/Reduce conflict (shift 7, reduce 17) on 'null' in state 326
%% Shift/Reduce conflict (shift 6, reduce 17) on 'true' in state 326
%% Shift/Reduce conflict (shift 5, reduce 17) on 'false' in state 326
%% Shift/Reduce conflict (shift 4, reduce 17) on 'Identifier' in state 326
%% Shift/Reduce conflict (shift 3, reduce 17) on 'StringLiteral' in state 326
%% Shift/Reduce conflict (shift 2, reduce 17) on 'NumericLiteral' in state 326
%% Shift/Reduce conflict (shift 1, reduce 17) on 'RegexpLiteral' in state 326
%% Shift/Reduce conflict (shift 36, reduce 16) on 'lbrace' in state 324
%% Shift/Reduce conflict (shift 35, reduce 16) on 'lparen' in state 324
%% Shift/Reduce conflict (shift 34, reduce 16) on 'lbracket' in state 324
%% Shift/Reduce conflict (shift 33, reduce 16) on 'dot' in state 324
%% Shift/Reduce conflict (shift 32, reduce 16) on 'semicolon' in state 324
%% Shift/Reduce conflict (shift 31, reduce 16) on '+' in state 324
%% Shift/Reduce conflict (shift 30, reduce 16) on '-' in state 324
%% Shift/Reduce conflict (shift 29, reduce 16) on '++' in state 324
%% Shift/Reduce conflict (shift 28, reduce 16) on '--' in state 324
%% Shift/Reduce conflict (shift 27, reduce 16) on '!' in state 324
%% Shift/Reduce conflict (shift 26, reduce 16) on '~' in state 324
%% Shift/Reduce conflict (shift 25, reduce 16) on 'break' in state 324
%% Shift/Reduce conflict (shift 24, reduce 16) on 'new' in state 324
%% Shift/Reduce conflict (shift 23, reduce 16) on 'var' in state 324
%% Shift/Reduce conflict (shift 22, reduce 16) on 'return' in state 324
%% Shift/Reduce conflict (shift 21, reduce 16) on 'void' in state 324
%% Shift/Reduce conflict (shift 20, reduce 16) on 'for' in state 324
%% Shift/Reduce conflict (shift 19, reduce 16) on 'switch' in state 324
%% Shift/Reduce conflict (shift 18, reduce 16) on 'while' in state 324
%% Shift/Reduce conflict (shift 17, reduce 16) on 'continue' in state 324
%% Shift/Reduce conflict (shift 16, reduce 16) on 'function' in state 324
%% Shift/Reduce conflict (shift 15, reduce 16) on 'this' in state 324
%% Shift/Reduce conflict (shift 14, reduce 16) on 'with' in state 324
%% Shift/Reduce conflict (shift 13, reduce 16) on 'if' in state 324
%% Shift/Reduce conflict (shift 12, reduce 16) on 'throw' in state 324
%% Shift/Reduce conflict (shift 11, reduce 16) on 'delete' in state 324
%% Shift/Reduce conflict (shift 10, reduce 16) on 'try' in state 324
%% Shift/Reduce conflict (shift 9, reduce 16) on 'do' in state 324
%% Shift/Reduce conflict (shift 8, reduce 16) on 'typeof' in state 324
%% Shift/Reduce conflict (shift 7, reduce 16) on 'null' in state 324
%% Shift/Reduce conflict (shift 6, reduce 16) on 'true' in state 324
%% Shift/Reduce conflict (shift 5, reduce 16) on 'false' in state 324
%% Shift/Reduce conflict (shift 4, reduce 16) on 'Identifier' in state 324
%% Shift/Reduce conflict (shift 3, reduce 16) on 'StringLiteral' in state 324
%% Shift/Reduce conflict (shift 2, reduce 16) on 'NumericLiteral' in state 324
%% Shift/Reduce conflict (shift 1, reduce 16) on 'RegexpLiteral' in state 324
%% Shift/Reduce conflict (shift 36, reduce 17) on 'lbrace' in state 321
%% Shift/Reduce conflict (shift 35, reduce 17) on 'lparen' in state 321
%% Shift/Reduce conflict (shift 34, reduce 17) on 'lbracket' in state 321
%% Shift/Reduce conflict (shift 33, reduce 17) on 'dot' in state 321
%% Shift/Reduce conflict (shift 32, reduce 17) on 'semicolon' in state 321
%% Shift/Reduce conflict (shift 31, reduce 17) on '+' in state 321
%% Shift/Reduce conflict (shift 30, reduce 17) on '-' in state 321
%% Shift/Reduce conflict (shift 29, reduce 17) on '++' in state 321
%% Shift/Reduce conflict (shift 28, reduce 17) on '--' in state 321
%% Shift/Reduce conflict (shift 27, reduce 17) on '!' in state 321
%% Shift/Reduce conflict (shift 26, reduce 17) on '~' in state 321
%% Shift/Reduce conflict (shift 25, reduce 17) on 'break' in state 321
%% Shift/Reduce conflict (shift 24, reduce 17) on 'new' in state 321
%% Shift/Reduce conflict (shift 23, reduce 17) on 'var' in state 321
%% Shift/Reduce conflict (shift 22, reduce 17) on 'return' in state 321
%% Shift/Reduce conflict (shift 21, reduce 17) on 'void' in state 321
%% Shift/Reduce conflict (shift 20, reduce 17) on 'for' in state 321
%% Shift/Reduce conflict (shift 19, reduce 17) on 'switch' in state 321
%% Shift/Reduce conflict (shift 18, reduce 17) on 'while' in state 321
%% Shift/Reduce conflict (shift 17, reduce 17) on 'continue' in state 321
%% Shift/Reduce conflict (shift 16, reduce 17) on 'function' in state 321
%% Shift/Reduce conflict (shift 15, reduce 17) on 'this' in state 321
%% Shift/Reduce conflict (shift 14, reduce 17) on 'with' in state 321
%% Shift/Reduce conflict (shift 13, reduce 17) on 'if' in state 321
%% Shift/Reduce conflict (shift 12, reduce 17) on 'throw' in state 321
%% Shift/Reduce conflict (shift 11, reduce 17) on 'delete' in state 321
%% Shift/Reduce conflict (shift 10, reduce 17) on 'try' in state 321
%% Shift/Reduce conflict (shift 9, reduce 17) on 'do' in state 321
%% Shift/Reduce conflict (shift 8, reduce 17) on 'typeof' in state 321
%% Shift/Reduce conflict (shift 7, reduce 17) on 'null' in state 321
%% Shift/Reduce conflict (shift 6, reduce 17) on 'true' in state 321
%% Shift/Reduce conflict (shift 5, reduce 17) on 'false' in state 321
%% Shift/Reduce conflict (shift 4, reduce 17) on 'Identifier' in state 321
%% Shift/Reduce conflict (shift 3, reduce 17) on 'StringLiteral' in state 321
%% Shift/Reduce conflict (shift 2, reduce 17) on 'NumericLiteral' in state 321
%% Shift/Reduce conflict (shift 1, reduce 17) on 'RegexpLiteral' in state 321
%% Shift/Reduce conflict (shift 367, reduce 49) on 'else' in state 319
%% Shift/Reduce conflict (shift 216, reduce 42) on '=' in state 279
%% Shift/Reduce conflict (shift 36, reduce 17) on 'lbrace' in state 274
%% Shift/Reduce conflict (shift 35, reduce 17) on 'lparen' in state 274
%% Shift/Reduce conflict (shift 34, reduce 17) on 'lbracket' in state 274
%% Shift/Reduce conflict (shift 33, reduce 17) on 'dot' in state 274
%% Shift/Reduce conflict (shift 32, reduce 17) on 'semicolon' in state 274
%% Shift/Reduce conflict (shift 31, reduce 17) on '+' in state 274
%% Shift/Reduce conflict (shift 30, reduce 17) on '-' in state 274
%% Shift/Reduce conflict (shift 29, reduce 17) on '++' in state 274
%% Shift/Reduce conflict (shift 28, reduce 17) on '--' in state 274
%% Shift/Reduce conflict (shift 27, reduce 17) on '!' in state 274
%% Shift/Reduce conflict (shift 26, reduce 17) on '~' in state 274
%% Shift/Reduce conflict (shift 25, reduce 17) on 'break' in state 274
%% Shift/Reduce conflict (shift 24, reduce 17) on 'new' in state 274
%% Shift/Reduce conflict (shift 23, reduce 17) on 'var' in state 274
%% Shift/Reduce conflict (shift 22, reduce 17) on 'return' in state 274
%% Shift/Reduce conflict (shift 21, reduce 17) on 'void' in state 274
%% Shift/Reduce conflict (shift 20, reduce 17) on 'for' in state 274
%% Shift/Reduce conflict (shift 19, reduce 17) on 'switch' in state 274
%% Shift/Reduce conflict (shift 18, reduce 17) on 'while' in state 274
%% Shift/Reduce conflict (shift 17, reduce 17) on 'continue' in state 274
%% Shift/Reduce conflict (shift 16, reduce 17) on 'function' in state 274
%% Shift/Reduce conflict (shift 15, reduce 17) on 'this' in state 274
%% Shift/Reduce conflict (shift 14, reduce 17) on 'with' in state 274
%% Shift/Reduce conflict (shift 13, reduce 17) on 'if' in state 274
%% Shift/Reduce conflict (shift 12, reduce 17) on 'throw' in state 274
%% Shift/Reduce conflict (shift 11, reduce 17) on 'delete' in state 274
%% Shift/Reduce conflict (shift 10, reduce 17) on 'try' in state 274
%% Shift/Reduce conflict (shift 9, reduce 17) on 'do' in state 274
%% Shift/Reduce conflict (shift 8, reduce 17) on 'typeof' in state 274
%% Shift/Reduce conflict (shift 7, reduce 17) on 'null' in state 274
%% Shift/Reduce conflict (shift 6, reduce 17) on 'true' in state 274
%% Shift/Reduce conflict (shift 5, reduce 17) on 'false' in state 274
%% Shift/Reduce conflict (shift 4, reduce 17) on 'Identifier' in state 274
%% Shift/Reduce conflict (shift 3, reduce 17) on 'StringLiteral' in state 274
%% Shift/Reduce conflict (shift 2, reduce 17) on 'NumericLiteral' in state 274
%% Shift/Reduce conflict (shift 1, reduce 17) on 'RegexpLiteral' in state 274
%% Shift/Reduce conflict (shift 144, reduce 177) on 'in' in state 242
%% Shift/Reduce conflict (shift 144, reduce 178) on 'in' in state 241
%% Shift/Reduce conflict (shift 144, reduce 179) on 'in' in state 240
%% Shift/Reduce conflict (shift 144, reduce 180) on 'in' in state 239
%% Shift/Reduce conflict (shift 170, reduce 139) on '++' in state 214
%% Shift/Reduce conflict (shift 169, reduce 139) on '--' in state 214
%% Shift/Reduce conflict (shift 168, reduce 139) on '=' in state 214
%% Shift/Reduce conflict (shift 167, reduce 139) on '+=' in state 214
%% Shift/Reduce conflict (shift 166, reduce 139) on '-=' in state 214
%% Shift/Reduce conflict (shift 165, reduce 139) on '*=' in state 214
%% Shift/Reduce conflict (shift 164, reduce 139) on '%=' in state 214
%% Shift/Reduce conflict (shift 163, reduce 139) on '<<=' in state 214
%% Shift/Reduce conflict (shift 162, reduce 139) on '>>=' in state 214
%% Shift/Reduce conflict (shift 161, reduce 139) on '>>>=' in state 214
%% Shift/Reduce conflict (shift 160, reduce 139) on '&=' in state 214
%% Shift/Reduce conflict (shift 159, reduce 139) on 'bor=' in state 214
%% Shift/Reduce conflict (shift 158, reduce 139) on '^=' in state 214
%% Shift/Reduce conflict (shift 157, reduce 139) on '/=' in state 214
%% Shift/Reduce conflict (shift 301, reduce 139) on 'in' in state 214
%% Shift/Reduce conflict (shift 188, reduce 87) on 'finally' in state 190
%% Shift/Reduce conflict (shift 80, reduce 119) on 'colon' in state 125
%% Shift/Reduce conflict (shift 174, reduce 127) on 'lparen' in state 107
%% Shift/Reduce conflict (shift 177, reduce 127) on 'lbracket' in state 107
%% Shift/Reduce conflict (shift 176, reduce 127) on 'dot' in state 107
%% Shift/Reduce conflict (shift 216, reduce 40) on '=' in state 103
%% Shift/Reduce conflict (shift 170, reduce 139) on '++' in state 85
%% Shift/Reduce conflict (shift 169, reduce 139) on '--' in state 85
%% Shift/Reduce conflict (shift 36, reduce 2) on 'lbrace' in state 75
%% Shift/Reduce conflict (shift 35, reduce 2) on 'lparen' in state 75
%% Shift/Reduce conflict (shift 34, reduce 2) on 'lbracket' in state 75
%% Shift/Reduce conflict (shift 33, reduce 2) on 'dot' in state 75
%% Shift/Reduce conflict (shift 32, reduce 2) on 'semicolon' in state 75
%% Shift/Reduce conflict (shift 31, reduce 2) on '+' in state 75
%% Shift/Reduce conflict (shift 30, reduce 2) on '-' in state 75
%% Shift/Reduce conflict (shift 29, reduce 2) on '++' in state 75
%% Shift/Reduce conflict (shift 28, reduce 2) on '--' in state 75
%% Shift/Reduce conflict (shift 27, reduce 2) on '!' in state 75
%% Shift/Reduce conflict (shift 26, reduce 2) on '~' in state 75
%% Shift/Reduce conflict (shift 25, reduce 2) on 'break' in state 75
%% Shift/Reduce conflict (shift 24, reduce 2) on 'new' in state 75
%% Shift/Reduce conflict (shift 23, reduce 2) on 'var' in state 75
%% Shift/Reduce conflict (shift 22, reduce 2) on 'return' in state 75
%% Shift/Reduce conflict (shift 21, reduce 2) on 'void' in state 75
%% Shift/Reduce conflict (shift 20, reduce 2) on 'for' in state 75
%% Shift/Reduce conflict (shift 19, reduce 2) on 'switch' in state 75
%% Shift/Reduce conflict (shift 18, reduce 2) on 'while' in state 75
%% Shift/Reduce conflict (shift 17, reduce 2) on 'continue' in state 75
%% Shift/Reduce conflict (shift 16, reduce 2) on 'function' in state 75
%% Shift/Reduce conflict (shift 15, reduce 2) on 'this' in state 75
%% Shift/Reduce conflict (shift 14, reduce 2) on 'with' in state 75
%% Shift/Reduce conflict (shift 13, reduce 2) on 'if' in state 75
%% Shift/Reduce conflict (shift 12, reduce 2) on 'throw' in state 75
%% Shift/Reduce conflict (shift 11, reduce 2) on 'delete' in state 75
%% Shift/Reduce conflict (shift 10, reduce 2) on 'try' in state 75
%% Shift/Reduce conflict (shift 9, reduce 2) on 'do' in state 75
%% Shift/Reduce conflict (shift 8, reduce 2) on 'typeof' in state 75
%% Shift/Reduce conflict (shift 7, reduce 2) on 'null' in state 75
%% Shift/Reduce conflict (shift 6, reduce 2) on 'true' in state 75
%% Shift/Reduce conflict (shift 5, reduce 2) on 'false' in state 75
%% Shift/Reduce conflict (shift 4, reduce 2) on 'Identifier' in state 75
%% Shift/Reduce conflict (shift 3, reduce 2) on 'StringLiteral' in state 75
%% Shift/Reduce conflict (shift 2, reduce 2) on 'NumericLiteral' in state 75
%% Shift/Reduce conflict (shift 1, reduce 2) on 'RegexpLiteral' in state 75
%% Shift/Reduce conflict (shift 174, reduce 127) on 'lparen' in state 56
%% Shift/Reduce conflict (shift 177, reduce 127) on 'lbracket' in state 56
%% Shift/Reduce conflict (shift 176, reduce 127) on 'dot' in state 56
%% Shift/Reduce conflict (shift 174, reduce 138) on 'lparen' in state 54
%% Shift/Reduce conflict (shift 173, reduce 138) on 'lbracket' in state 54
%% Shift/Reduce conflict (shift 172, reduce 138) on 'dot' in state 54
%% Shift/Reduce conflict (shift 170, reduce 139) on '++' in state 53
%% Shift/Reduce conflict (shift 169, reduce 139) on '--' in state 53
%% Shift/Reduce conflict (shift 168, reduce 139) on '=' in state 53
%% Shift/Reduce conflict (shift 167, reduce 139) on '+=' in state 53
%% Shift/Reduce conflict (shift 166, reduce 139) on '-=' in state 53
%% Shift/Reduce conflict (shift 165, reduce 139) on '*=' in state 53
%% Shift/Reduce conflict (shift 164, reduce 139) on '%=' in state 53
%% Shift/Reduce conflict (shift 163, reduce 139) on '<<=' in state 53
%% Shift/Reduce conflict (shift 162, reduce 139) on '>>=' in state 53
%% Shift/Reduce conflict (shift 161, reduce 139) on '>>>=' in state 53
%% Shift/Reduce conflict (shift 160, reduce 139) on '&=' in state 53
%% Shift/Reduce conflict (shift 159, reduce 139) on 'bor=' in state 53
%% Shift/Reduce conflict (shift 158, reduce 139) on '^=' in state 53
%% Shift/Reduce conflict (shift 157, reduce 139) on '/=' in state 53
%% Shift/Reduce conflict (shift 153, reduce 159) on '+' in state 49
%% Shift/Reduce conflict (shift 152, reduce 159) on '-' in state 49
%% Shift/Reduce conflict (shift 144, reduce 176) on 'in' in state 47
wrote `language/ecmascript/parse.go'
  GUILEC language/ecmascript/impl.go
wrote `language/ecmascript/impl.go'
  GUILEC language/ecmascript/base.go
wrote `language/ecmascript/base.go'
language/ecmascript/base.scm:227:22: warning: possibly unbound variable `Boolean'
language/ecmascript/base.scm:228:21: warning: possibly unbound variable `String'
language/ecmascript/base.scm:229:21: warning: possibly unbound variable `Number'
  GUILEC language/ecmascript/function.go
wrote `language/ecmascript/function.go'
language/ecmascript/function.scm:40:9: warning: possibly unbound variable `<js-array-object>'
language/ecmascript/function.scm:44:43: warning: possibly unbound variable `js-array-vector'
  GUILEC language/ecmascript/array.go
wrote `language/ecmascript/array.go'
  GUILEC language/ecmascript/compile-tree-il.go
wrote `language/ecmascript/compile-tree-il.go'
  GUILEC language/ecmascript/spec.go
wrote `language/ecmascript/spec.go'
  GUILEC language/elisp/lexer.go
wrote `language/elisp/lexer.go'
  GUILEC language/elisp/parser.go
wrote `language/elisp/parser.go'
  GUILEC language/elisp/bindings.go
wrote `language/elisp/bindings.go'
  GUILEC language/elisp/compile-tree-il.go
wrote `language/elisp/compile-tree-il.go'
  GUILEC language/elisp/runtime.go
wrote `language/elisp/runtime.go'
  GUILEC language/elisp/runtime/function-slot.go
WARNING: (language elisp runtime function-slot): imported module (language elisp compile-tree-il) overrides core binding `if'
WARNING: (language elisp runtime function-slot): imported module (language elisp compile-tree-il) overrides core binding `let'
WARNING: (language elisp runtime function-slot): imported module (language elisp compile-tree-il) overrides core binding `let*'
WARNING: (language elisp runtime function-slot): imported module (language elisp compile-tree-il) overrides core binding `while'
WARNING: (language elisp runtime function-slot): imported module (language elisp compile-tree-il) overrides core binding `defmacro'
WARNING: (language elisp runtime function-slot): imported module (language elisp compile-tree-il) overrides core binding `quote'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime macros) overrides core binding `lambda'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime macros) overrides core binding `when'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime macros) overrides core binding `unless'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime macros) overrides core binding `cond'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime macros) overrides core binding `and'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime macros) overrides core binding `or'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime macros) overrides core binding `catch'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `='
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `<'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `<='
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `>'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `>='
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `max'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `min'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `abs'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `#{1+}#'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `#{1-}#'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `+'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `-'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `*'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `car'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `cdr'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `length'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `cons'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `list'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `make-list'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `append'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `reverse'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `copy-tree'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `apply'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `throw'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `not'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `eval'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `load'
wrote `language/elisp/runtime/function-slot.go'
  GUILEC language/elisp/runtime/value-slot.go
wrote `language/elisp/runtime/value-slot.go'
  GUILEC language/elisp/runtime/macros.go
wrote `language/elisp/runtime/macros.go'
  GUILEC language/elisp/runtime/subrs.go
wrote `language/elisp/runtime/subrs.go'
  GUILEC language/elisp/spec.go
wrote `language/elisp/spec.go'
  GUILEC language/brainfuck/parse.go
wrote `language/brainfuck/parse.go'
  GUILEC language/brainfuck/compile-scheme.go
wrote `language/brainfuck/compile-scheme.go'
  GUILEC language/brainfuck/compile-tree-il.go
wrote `language/brainfuck/compile-tree-il.go'
  GUILEC language/brainfuck/spec.go
wrote `language/brainfuck/spec.go'
  GUILEC statprof.go
wrote `statprof.go'
statprof.scm:303:8: warning: possibly unbound variable `setitimer'
statprof.scm:303:8: warning: possibly unbound variable `ITIMER_PROF'
statprof.scm:355:12: warning: possibly unbound variable `setitimer'
statprof.scm:355:12: warning: possibly unbound variable `ITIMER_PROF'
statprof.scm:356:12: warning: possibly unbound variable `setitimer'
statprof.scm:356:12: warning: possibly unbound variable `ITIMER_PROF'
statprof.scm:380:34: warning: possibly unbound variable `setitimer'
statprof.scm:380:34: warning: possibly unbound variable `ITIMER_PROF'
statprof.scm:404:2: warning: possibly unbound variable `SIGPROF'
  GUILEC sxml/apply-templates.go
wrote `sxml/apply-templates.go'
  GUILEC sxml/fold.go
wrote `sxml/fold.go'
  GUILEC sxml/match.go
wrote `sxml/match.go'
  GUILEC sxml/simple.go
wrote `sxml/simple.go'
  GUILEC sxml/ssax/input-parse.go
wrote `sxml/ssax/input-parse.go'
  GUILEC sxml/ssax.go
wrote `sxml/ssax.go'
  GUILEC sxml/transform.go
wrote `sxml/transform.go'
  GUILEC sxml/xpath.go
wrote `sxml/xpath.go'
  GUILEC texinfo.go
wrote `texinfo.go'
  GUILEC texinfo/docbook.go
wrote `texinfo/docbook.go'
  GUILEC texinfo/html.go
wrote `texinfo/html.go'
  GUILEC texinfo/indexing.go
wrote `texinfo/indexing.go'
  GUILEC texinfo/string-utils.go
wrote `texinfo/string-utils.go'
  GUILEC texinfo/plain-text.go
wrote `texinfo/plain-text.go'
  GUILEC texinfo/reflection.go
wrote `texinfo/reflection.go'
  GUILEC texinfo/serialize.go
wrote `texinfo/serialize.go'
  GUILEC web/client.go
wrote `web/client.go'
  GUILEC web/http.go
wrote `web/http.go'
  GUILEC web/request.go
wrote `web/request.go'
  GUILEC web/response.go
wrote `web/response.go'
  GUILEC web/server.go
wrote `web/server.go'
  GUILEC web/server/http.go
web/server/http.scm:67:2: warning: possibly unbound variable `SIGPIPE'
wrote `web/server/http.go'
  GUILEC web/uri.go
wrote `web/uri.go'
make[4]: Entering directory `/c/Users/shookie/guiletest/lib/guile-2.0/module'
make[4]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/share/guile/2.0/'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/share/guile/2.0//ice-9'
 /bin/install -c -m 644  ice-9/psyntax-pp.scm ice-9/boot-9.scm ice-9/vlist.scm ice-9/r4rs.scm ice-9/r5rs.scm ice-9/deprecated.scm ice-9/and-let-star.scm ice-9/binary-ports.scm ice-9/calling.scm ice-9/command-line.scm ice-9/common-list.scm ice-9/control.scm ice-9/curried-definitions.scm ice-9/debug.scm ice-9/documentation.scm ice-9/eval-string.scm ice-9/expect.scm ice-9/format.scm ice-9/futures.scm ice-9/getopt-long.scm ice-9/hcons.scm ice-9/i18n.scm ice-9/iconv.scm ice-9/lineio.scm ice-9/ls.scm ice-9/mapping.scm ice-9/match.scm ice-9/networking.scm ice-9/null.scm ice-9/occam-channel.scm ice-9/optargs.scm ice-9/poe.scm ice-9/poll.scm ice-9/posix.scm ice-9/q.scm ice-9/rdelim.scm ice-9/receive.scm ice-9/regex.scm ice-9/runq.scm ice-9/rw.scm '/c/Users/shookie/guiletest/lib/share/guile/2.0//ice-9'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/share/guile/2.0//sxml'
 /bin/install -c -m 644  sxml/apply-templates.scm sxml/fold.scm sxml/match.scm sxml/simple.scm sxml/ssax.scm sxml/transform.scm sxml/xpath.scm sxml/sxml-match.ss '/c/Users/shookie/guiletest/lib/share/guile/2.0//sxml'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/share/guile/2.0//system'
 /bin/install -c -m 644  system/foreign.scm system/xref.scm '/c/Users/shookie/guiletest/lib/share/guile/2.0//system'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/share/guile/2.0//srfi/srfi-42'
 /bin/install -c -m 644  srfi/srfi-42/ec.scm '/c/Users/shookie/guiletest/lib/share/guile/2.0//srfi/srfi-42'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/share/guile/2.0//web'
 /bin/install -c -m 644  web/client.scm web/http.scm web/request.scm web/response.scm web/server.scm web/uri.scm '/c/Users/shookie/guiletest/lib/share/guile/2.0//web'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/share/guile/2.0//scripts'
 /bin/install -c -m 644  scripts/compile.scm scripts/disassemble.scm scripts/display-commentary.scm scripts/doc-snarf.scm scripts/frisk.scm scripts/generate-autoload.scm scripts/help.scm scripts/lint.scm scripts/list.scm scripts/punify.scm scripts/read-scheme-source.scm scripts/read-text-outline.scm scripts/use2dot.scm scripts/snarf-check-and-output-texi.scm scripts/summarize-guile-TODO.scm scripts/api-diff.scm scripts/read-rfc822.scm scripts/snarf-guile-m4-docs.scm '/c/Users/shookie/guiletest/lib/share/guile/2.0//scripts'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/share/guile/2.0//language/scheme'
 /bin/install -c -m 644  language/scheme/spec.scm language/scheme/compile-tree-il.scm language/scheme/decompile-tree-il.scm '/c/Users/shookie/guiletest/lib/share/guile/2.0//language/scheme'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/share/guile/2.0//language/glil'
 /bin/install -c -m 644  language/glil/spec.scm language/glil/compile-assembly.scm '/c/Users/shookie/guiletest/lib/share/guile/2.0//language/glil'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/share/guile/2.0//language/tree-il'
 /bin/install -c -m 644  language/tree-il/peval.scm language/tree-il/cse.scm language/tree-il/primitives.scm language/tree-il/effects.scm language/tree-il/fix-letrec.scm language/tree-il/optimize.scm language/tree-il/canonicalize.scm language/tree-il/analyze.scm language/tree-il/inline.scm language/tree-il/compile-glil.scm language/tree-il/debug.scm language/tree-il/spec.scm '/c/Users/shookie/guiletest/lib/share/guile/2.0//language/tree-il'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/share/guile/2.0//language/value'
 /bin/install -c -m 644  language/value/spec.scm '/c/Users/shookie/guiletest/lib/share/guile/2.0//language/value'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/share/guile/2.0//web/server'
 /bin/install -c -m 644  web/server/http.scm '/c/Users/shookie/guiletest/lib/share/guile/2.0//web/server'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/share/guile/2.0//srfi/srfi-4'
 /bin/install -c -m 644  srfi/srfi-4/gnu.scm '/c/Users/shookie/guiletest/lib/share/guile/2.0//srfi/srfi-4'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/share/guile/2.0//language/objcode'
 /bin/install -c -m 644  language/objcode/spec.scm '/c/Users/shookie/guiletest/lib/share/guile/2.0//language/objcode'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/share/guile/2.0//language/brainfuck'
 /bin/install -c -m 644  language/brainfuck/parse.scm language/brainfuck/compile-scheme.scm language/brainfuck/compile-tree-il.scm language/brainfuck/spec.scm '/c/Users/shookie/guiletest/lib/share/guile/2.0//language/brainfuck'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/share/guile/2.0//system/repl'
 /bin/install -c -m 644  system/repl/debug.scm system/repl/error-handling.scm system/repl/common.scm system/repl/command.scm system/repl/repl.scm system/repl/server.scm system/repl/describe.scm '/c/Users/shookie/guiletest/lib/share/guile/2.0//system/repl'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/share/guile/2.0//rnrs/records'
 /bin/install -c -m 644  rnrs/records/inspection.scm rnrs/records/procedural.scm rnrs/records/syntactic.scm '/c/Users/shookie/guiletest/lib/share/guile/2.0//rnrs/records'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/share/guile/2.0//rnrs/arithmetic'
 /bin/install -c -m 644  rnrs/arithmetic/bitwise.scm rnrs/arithmetic/fixnums.scm rnrs/arithmetic/flonums.scm '/c/Users/shookie/guiletest/lib/share/guile/2.0//rnrs/arithmetic'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/share/guile/2.0//language'
 /bin/install -c -m 644  language/tree-il.scm language/glil.scm language/assembly.scm '/c/Users/shookie/guiletest/lib/share/guile/2.0//language'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/share/guile/2.0//rnrs/io'
 /bin/install -c -m 644  rnrs/io/simple.scm rnrs/io/ports.scm '/c/Users/shookie/guiletest/lib/share/guile/2.0//rnrs/io'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/share/guile/2.0//system/base'
 /bin/install -c -m 644  system/base/pmatch.scm system/base/syntax.scm system/base/compile.scm system/base/language.scm system/base/lalr.scm system/base/message.scm system/base/target.scm system/base/ck.scm system/base/lalr.upstream.scm '/c/Users/shookie/guiletest/lib/share/guile/2.0//system/base'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/share/guile/2.0//ice-9'
 /bin/install -c -m 644  ice-9/safe-r5rs.scm ice-9/safe.scm ice-9/save-stack.scm ice-9/scm-style-repl.scm ice-9/session.scm ice-9/slib.scm ice-9/stack-catch.scm ice-9/streams.scm ice-9/string-fun.scm ice-9/syncase.scm ice-9/threads.scm ice-9/top-repl.scm ice-9/buffered-input.scm ice-9/time.scm ice-9/history.scm ice-9/channel.scm ice-9/pretty-print.scm ice-9/ftw.scm ice-9/gap-buffer.scm ice-9/weak-vector.scm ice-9/list.scm ice-9/serialize.scm ice-9/local-eval.scm ice-9/match.upstream.scm ice-9/psyntax.scm ice-9/r6rs-libraries.scm ice-9/quasisyntax.scm ice-9/eval.scm '/c/Users/shookie/guiletest/lib/share/guile/2.0//ice-9'
 /bin/install -c -m 644  rnrs.scm statprof.scm texinfo.scm '/c/Users/shookie/guiletest/lib/share/guile/2.0//.'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/share/guile/2.0//srfi/srfi-67'
 /bin/install -c -m 644  srfi/srfi-67/compare.scm '/c/Users/shookie/guiletest/lib/share/guile/2.0//srfi/srfi-67'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/share/guile/2.0//sxml/ssax'
 /bin/install -c -m 644  sxml/ssax/input-parse.scm '/c/Users/shookie/guiletest/lib/share/guile/2.0//sxml/ssax'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/share/guile/2.0//system/vm'
 /bin/install -c -m 644  system/vm/inspect.scm system/vm/coverage.scm system/vm/frame.scm system/vm/instruction.scm system/vm/objcode.scm system/vm/program.scm system/vm/trace.scm system/vm/traps.scm system/vm/trap-state.scm system/vm/vm.scm '/c/Users/shookie/guiletest/lib/share/guile/2.0//system/vm'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/share/guile/2.0//rnrs'
 /bin/install -c -m 644  rnrs/base.scm rnrs/conditions.scm rnrs/control.scm rnrs/enums.scm rnrs/eval.scm rnrs/exceptions.scm rnrs/files.scm rnrs/hashtables.scm rnrs/lists.scm rnrs/mutable-pairs.scm rnrs/mutable-strings.scm rnrs/programs.scm rnrs/r5rs.scm rnrs/sorting.scm rnrs/syntax-case.scm rnrs/unicode.scm rnrs/bytevectors.scm '/c/Users/shookie/guiletest/lib/share/guile/2.0//rnrs'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/share/guile/2.0//language/elisp/runtime'
 /bin/install -c -m 644  language/elisp/runtime/function-slot.scm language/elisp/runtime/value-slot.scm language/elisp/runtime/macros.scm language/elisp/runtime/subrs.scm '/c/Users/shookie/guiletest/lib/share/guile/2.0//language/elisp/runtime'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/share/guile/2.0//language/elisp'
 /bin/install -c -m 644  language/elisp/lexer.scm language/elisp/parser.scm language/elisp/bindings.scm language/elisp/compile-tree-il.scm language/elisp/runtime.scm language/elisp/spec.scm '/c/Users/shookie/guiletest/lib/share/guile/2.0//language/elisp'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/share/guile/2.0//language/ecmascript'
 /bin/install -c -m 644  language/ecmascript/tokenize.scm language/ecmascript/parse.scm language/ecmascript/impl.scm language/ecmascript/base.scm language/ecmascript/function.scm language/ecmascript/array.scm language/ecmascript/compile-tree-il.scm language/ecmascript/spec.scm '/c/Users/shookie/guiletest/lib/share/guile/2.0//language/ecmascript'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/share/guile/2.0//srfi/srfi-9'
 /bin/install -c -m 644  srfi/srfi-9/gnu.scm '/c/Users/shookie/guiletest/lib/share/guile/2.0//srfi/srfi-9'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/share/guile/2.0//language/assembly'
 /bin/install -c -m 644  language/assembly/spec.scm language/assembly/compile-bytecode.scm language/assembly/decompile-bytecode.scm language/assembly/disassemble.scm '/c/Users/shookie/guiletest/lib/share/guile/2.0//language/assembly'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/share/guile/2.0//sxml/upstream'
 /bin/install -c -m 644  sxml/upstream/SSAX.scm sxml/upstream/SXML-tree-trans.scm sxml/upstream/SXPath-old.scm sxml/upstream/assert.scm sxml/upstream/input-parse.scm '/c/Users/shookie/guiletest/lib/share/guile/2.0//sxml/upstream'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/share/guile/2.0//texinfo'
 /bin/install -c -m 644  texinfo/docbook.scm texinfo/html.scm texinfo/indexing.scm texinfo/string-utils.scm texinfo/plain-text.scm texinfo/reflection.scm texinfo/serialize.scm '/c/Users/shookie/guiletest/lib/share/guile/2.0//texinfo'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/share/guile/2.0//oop'
 /bin/install -c -m 644  oop/goops.scm '/c/Users/shookie/guiletest/lib/share/guile/2.0//oop'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/share/guile/2.0//oop/goops'
 /bin/install -c -m 644  oop/goops/active-slot.scm oop/goops/compile.scm oop/goops/composite-slot.scm oop/goops/describe.scm oop/goops/dispatch.scm oop/goops/internal.scm oop/goops/save.scm oop/goops/stklos.scm oop/goops/util.scm oop/goops/accessors.scm oop/goops/simple.scm '/c/Users/shookie/guiletest/lib/share/guile/2.0//oop/goops'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/share/guile/2.0//language/bytecode'
 /bin/install -c -m 644  language/bytecode/spec.scm '/c/Users/shookie/guiletest/lib/share/guile/2.0//language/bytecode'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/share/guile/2.0//srfi'
 /bin/install -c -m 644  srfi/srfi-1.scm srfi/srfi-2.scm srfi/srfi-4.scm srfi/srfi-6.scm srfi/srfi-8.scm srfi/srfi-9.scm srfi/srfi-10.scm srfi/srfi-11.scm srfi/srfi-13.scm srfi/srfi-14.scm srfi/srfi-16.scm srfi/srfi-17.scm srfi/srfi-18.scm srfi/srfi-19.scm srfi/srfi-26.scm srfi/srfi-27.scm srfi/srfi-31.scm srfi/srfi-34.scm srfi/srfi-35.scm srfi/srfi-37.scm srfi/srfi-38.scm srfi/srfi-41.scm srfi/srfi-42.scm srfi/srfi-39.scm srfi/srfi-45.scm srfi/srfi-60.scm srfi/srfi-67.scm srfi/srfi-69.scm srfi/srfi-88.scm srfi/srfi-98.scm '/c/Users/shookie/guiletest/lib/share/guile/2.0//srfi'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache/'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//ice-9'
 /bin/install -c -m 644  ice-9/psyntax-pp.go ice-9/boot-9.go ice-9/vlist.go ice-9/r4rs.go ice-9/r5rs.go ice-9/deprecated.go ice-9/and-let-star.go ice-9/binary-ports.go ice-9/calling.go ice-9/command-line.go ice-9/common-list.go ice-9/control.go ice-9/curried-definitions.go ice-9/debug.go ice-9/documentation.go ice-9/eval-string.go ice-9/expect.go ice-9/format.go ice-9/futures.go ice-9/getopt-long.go ice-9/hcons.go ice-9/i18n.go ice-9/iconv.go ice-9/lineio.go ice-9/ls.go ice-9/mapping.go ice-9/match.go ice-9/networking.go ice-9/null.go ice-9/occam-channel.go ice-9/optargs.go ice-9/poe.go ice-9/poll.go ice-9/posix.go ice-9/q.go ice-9/rdelim.go ice-9/receive.go ice-9/regex.go ice-9/runq.go ice-9/rw.go '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//ice-9'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//sxml'
 /bin/install -c -m 644  sxml/apply-templates.go sxml/fold.go sxml/match.go sxml/simple.go sxml/ssax.go sxml/transform.go sxml/xpath.go '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//sxml'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//system'
 /bin/install -c -m 644  system/foreign.go system/xref.go '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//system'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//web'
 /bin/install -c -m 644  web/client.go web/http.go web/request.go web/response.go web/server.go web/uri.go '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//web'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//scripts'
 /bin/install -c -m 644  scripts/compile.go scripts/disassemble.go scripts/display-commentary.go scripts/doc-snarf.go scripts/frisk.go scripts/generate-autoload.go scripts/help.go scripts/lint.go scripts/list.go scripts/punify.go scripts/read-scheme-source.go scripts/read-text-outline.go scripts/use2dot.go scripts/snarf-check-and-output-texi.go scripts/summarize-guile-TODO.go scripts/api-diff.go scripts/read-rfc822.go scripts/snarf-guile-m4-docs.go '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//scripts'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//language/scheme'
 /bin/install -c -m 644  language/scheme/spec.go language/scheme/compile-tree-il.go language/scheme/decompile-tree-il.go '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//language/scheme'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//language/glil'
 /bin/install -c -m 644  language/glil/spec.go language/glil/compile-assembly.go '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//language/glil'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//language/tree-il'
 /bin/install -c -m 644  language/tree-il/peval.go language/tree-il/cse.go language/tree-il/primitives.go language/tree-il/effects.go language/tree-il/fix-letrec.go language/tree-il/optimize.go language/tree-il/canonicalize.go language/tree-il/analyze.go language/tree-il/inline.go language/tree-il/compile-glil.go language/tree-il/debug.go language/tree-il/spec.go '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//language/tree-il'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//language/value'
 /bin/install -c -m 644  language/value/spec.go '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//language/value'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//web/server'
 /bin/install -c -m 644  web/server/http.go '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//web/server'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//srfi/srfi-4'
 /bin/install -c -m 644  srfi/srfi-4/gnu.go '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//srfi/srfi-4'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//language/objcode'
 /bin/install -c -m 644  language/objcode/spec.go '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//language/objcode'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//language/brainfuck'
 /bin/install -c -m 644  language/brainfuck/parse.go language/brainfuck/compile-scheme.go language/brainfuck/compile-tree-il.go language/brainfuck/spec.go '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//language/brainfuck'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//system/repl'
 /bin/install -c -m 644  system/repl/debug.go system/repl/error-handling.go system/repl/common.go system/repl/command.go system/repl/repl.go system/repl/server.go '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//system/repl'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//rnrs/records'
 /bin/install -c -m 644  rnrs/records/inspection.go rnrs/records/procedural.go rnrs/records/syntactic.go '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//rnrs/records'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//rnrs/arithmetic'
 /bin/install -c -m 644  rnrs/arithmetic/bitwise.go rnrs/arithmetic/fixnums.go rnrs/arithmetic/flonums.go '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//rnrs/arithmetic'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//language'
 /bin/install -c -m 644  language/tree-il.go language/glil.go language/assembly.go '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//language'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//rnrs/io'
 /bin/install -c -m 644  rnrs/io/simple.go rnrs/io/ports.go '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//rnrs/io'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//system/base'
 /bin/install -c -m 644  system/base/pmatch.go system/base/syntax.go system/base/compile.go system/base/language.go system/base/lalr.go system/base/message.go system/base/target.go system/base/ck.go '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//system/base'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//ice-9'
 /bin/install -c -m 644  ice-9/safe-r5rs.go ice-9/safe.go ice-9/save-stack.go ice-9/scm-style-repl.go ice-9/session.go ice-9/slib.go ice-9/stack-catch.go ice-9/streams.go ice-9/string-fun.go ice-9/syncase.go ice-9/threads.go ice-9/top-repl.go ice-9/buffered-input.go ice-9/time.go ice-9/history.go ice-9/channel.go ice-9/pretty-print.go ice-9/ftw.go ice-9/gap-buffer.go ice-9/weak-vector.go ice-9/list.go ice-9/serialize.go ice-9/local-eval.go ice-9/eval.go '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//ice-9'
 /bin/install -c -m 644  rnrs.go statprof.go texinfo.go '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//.'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//sxml/ssax'
 /bin/install -c -m 644  sxml/ssax/input-parse.go '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//sxml/ssax'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//system/vm'
 /bin/install -c -m 644  system/vm/inspect.go system/vm/coverage.go system/vm/frame.go system/vm/instruction.go system/vm/objcode.go system/vm/program.go system/vm/trace.go system/vm/traps.go system/vm/trap-state.go system/vm/vm.go '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//system/vm'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//rnrs'
 /bin/install -c -m 644  rnrs/base.go rnrs/conditions.go rnrs/control.go rnrs/enums.go rnrs/eval.go rnrs/exceptions.go rnrs/files.go rnrs/hashtables.go rnrs/lists.go rnrs/mutable-pairs.go rnrs/mutable-strings.go rnrs/programs.go rnrs/r5rs.go rnrs/sorting.go rnrs/syntax-case.go rnrs/unicode.go rnrs/bytevectors.go '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//rnrs'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//language/elisp/runtime'
 /bin/install -c -m 644  language/elisp/runtime/function-slot.go language/elisp/runtime/value-slot.go language/elisp/runtime/macros.go language/elisp/runtime/subrs.go '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//language/elisp/runtime'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//language/elisp'
 /bin/install -c -m 644  language/elisp/lexer.go language/elisp/parser.go language/elisp/bindings.go language/elisp/compile-tree-il.go language/elisp/runtime.go language/elisp/spec.go '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//language/elisp'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//language/ecmascript'
 /bin/install -c -m 644  language/ecmascript/tokenize.go language/ecmascript/parse.go language/ecmascript/impl.go language/ecmascript/base.go language/ecmascript/function.go language/ecmascript/array.go language/ecmascript/compile-tree-il.go language/ecmascript/spec.go '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//language/ecmascript'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//srfi/srfi-9'
 /bin/install -c -m 644  srfi/srfi-9/gnu.go '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//srfi/srfi-9'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//language/assembly'
 /bin/install -c -m 644  language/assembly/spec.go language/assembly/compile-bytecode.go language/assembly/decompile-bytecode.go language/assembly/disassemble.go '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//language/assembly'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//texinfo'
 /bin/install -c -m 644  texinfo/docbook.go texinfo/html.go texinfo/indexing.go texinfo/string-utils.go texinfo/plain-text.go texinfo/reflection.go texinfo/serialize.go '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//texinfo'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//oop'
 /bin/install -c -m 644  oop/goops.go '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//oop'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//oop/goops'
 /bin/install -c -m 644  oop/goops/active-slot.go oop/goops/compile.go oop/goops/composite-slot.go oop/goops/describe.go oop/goops/dispatch.go oop/goops/internal.go oop/goops/save.go oop/goops/stklos.go oop/goops/util.go oop/goops/accessors.go oop/goops/simple.go '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//oop/goops'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//language/bytecode'
 /bin/install -c -m 644  language/bytecode/spec.go '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//language/bytecode'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//srfi'
 /bin/install -c -m 644  srfi/srfi-1.go srfi/srfi-2.go srfi/srfi-4.go srfi/srfi-6.go srfi/srfi-8.go srfi/srfi-9.go srfi/srfi-10.go srfi/srfi-11.go srfi/srfi-13.go srfi/srfi-14.go srfi/srfi-16.go srfi/srfi-17.go srfi/srfi-18.go srfi/srfi-19.go srfi/srfi-26.go srfi/srfi-27.go srfi/srfi-31.go srfi/srfi-34.go srfi/srfi-35.go srfi/srfi-37.go srfi/srfi-38.go srfi/srfi-41.go srfi/srfi-42.go srfi/srfi-39.go srfi/srfi-45.go srfi/srfi-60.go srfi/srfi-67.go srfi/srfi-69.go srfi/srfi-88.go srfi/srfi-98.go '/c/Users/shookie/guiletest/lib/lib/guile/2.0/ccache//srfi'
make[4]: Leaving directory `/c/Users/shookie/guiletest/lib/guile-2.0/module'
make[3]: Leaving directory `/c/Users/shookie/guiletest/lib/guile-2.0/module'
Making install in guile-readline
make[3]: Entering directory `/c/Users/shookie/guiletest/lib/guile-2.0/guile-readline'
make  install-am
make[4]: Entering directory `/c/Users/shookie/guiletest/lib/guile-2.0/guile-readline'
make[5]: Entering directory `/c/Users/shookie/guiletest/lib/guile-2.0/guile-readline'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/share/guile/2.0/'
make[5]: Leaving directory `/c/Users/shookie/guiletest/lib/guile-2.0/guile-readline'
make[4]: Leaving directory `/c/Users/shookie/guiletest/lib/guile-2.0/guile-readline'
make[3]: Leaving directory `/c/Users/shookie/guiletest/lib/guile-2.0/guile-readline'
Making install in examples
make[3]: Entering directory `/c/Users/shookie/guiletest/lib/guile-2.0/examples'
make[4]: Entering directory `/c/Users/shookie/guiletest/lib/guile-2.0/examples'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/c/Users/shookie/guiletest/lib/guile-2.0/examples'
make[3]: Leaving directory `/c/Users/shookie/guiletest/lib/guile-2.0/examples'
Making install in emacs
make[3]: Entering directory `/c/Users/shookie/guiletest/lib/guile-2.0/emacs'
make[4]: Entering directory `/c/Users/shookie/guiletest/lib/guile-2.0/emacs'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/c/Users/shookie/guiletest/lib/guile-2.0/emacs'
make[3]: Leaving directory `/c/Users/shookie/guiletest/lib/guile-2.0/emacs'
Making install in test-suite
make[3]: Entering directory `/c/Users/shookie/guiletest/lib/guile-2.0/test-suite'
Making install in standalone
make[4]: Entering directory `/c/Users/shookie/guiletest/lib/guile-2.0/test-suite/standalone'
make  install-am
make[5]: Entering directory `/c/Users/shookie/guiletest/lib/guile-2.0/test-suite/standalone'
make[6]: Entering directory `/c/Users/shookie/guiletest/lib/guile-2.0/test-suite/standalone'
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
make[6]: Leaving directory `/c/Users/shookie/guiletest/lib/guile-2.0/test-suite/standalone'
make[5]: Leaving directory `/c/Users/shookie/guiletest/lib/guile-2.0/test-suite/standalone'
make[4]: Leaving directory `/c/Users/shookie/guiletest/lib/guile-2.0/test-suite/standalone'
Making install in vm
make[4]: Entering directory `/c/Users/shookie/guiletest/lib/guile-2.0/test-suite/vm'
make[5]: Entering directory `/c/Users/shookie/guiletest/lib/guile-2.0/test-suite/vm'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory `/c/Users/shookie/guiletest/lib/guile-2.0/test-suite/vm'
make[4]: Leaving directory `/c/Users/shookie/guiletest/lib/guile-2.0/test-suite/vm'
make[4]: Entering directory `/c/Users/shookie/guiletest/lib/guile-2.0/test-suite'
make[5]: Entering directory `/c/Users/shookie/guiletest/lib/guile-2.0/test-suite'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory `/c/Users/shookie/guiletest/lib/guile-2.0/test-suite'
make[4]: Leaving directory `/c/Users/shookie/guiletest/lib/guile-2.0/test-suite'
make[3]: Leaving directory `/c/Users/shookie/guiletest/lib/guile-2.0/test-suite'
Making install in benchmark-suite
make[3]: Entering directory `/c/Users/shookie/guiletest/lib/guile-2.0/benchmark-suite'
make[4]: Entering directory `/c/Users/shookie/guiletest/lib/guile-2.0/benchmark-suite'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/c/Users/shookie/guiletest/lib/guile-2.0/benchmark-suite'
make[3]: Leaving directory `/c/Users/shookie/guiletest/lib/guile-2.0/benchmark-suite'
Making install in gc-benchmarks
make[3]: Entering directory `/c/Users/shookie/guiletest/lib/guile-2.0/gc-benchmarks'
make[4]: Entering directory `/c/Users/shookie/guiletest/lib/guile-2.0/gc-benchmarks'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/c/Users/shookie/guiletest/lib/guile-2.0/gc-benchmarks'
make[3]: Leaving directory `/c/Users/shookie/guiletest/lib/guile-2.0/gc-benchmarks'
Making install in am
make[3]: Entering directory `/c/Users/shookie/guiletest/lib/guile-2.0/am'
make[4]: Entering directory `/c/Users/shookie/guiletest/lib/guile-2.0/am'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/c/Users/shookie/guiletest/lib/guile-2.0/am'
make[3]: Leaving directory `/c/Users/shookie/guiletest/lib/guile-2.0/am'
Making install in doc
make[3]: Entering directory `/c/Users/shookie/guiletest/lib/guile-2.0/doc'
Making install in ref
make[4]: Entering directory `/c/Users/shookie/guiletest/lib/guile-2.0/doc/ref'
make[5]: Entering directory `/c/Users/shookie/guiletest/lib/guile-2.0/doc/ref'
make[5]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/share/info'
 /bin/install -c -m 644 ./guile.info ./guile.info-1 ./guile.info-2 ./guile.info-3 ./guile.info-4 ./guile.info-5 ./guile.info-6 ./guile.info-7 ./guile.info-8 ./guile.info-9 ./guile.info-10 '/c/Users/shookie/guiletest/lib/share/info'
 install-info --info-dir='/c/Users/shookie/guiletest/lib/share/info' '/c/Users/shookie/guiletest/lib/share/info/guile.info'
make[5]: Leaving directory `/c/Users/shookie/guiletest/lib/guile-2.0/doc/ref'
make[4]: Leaving directory `/c/Users/shookie/guiletest/lib/guile-2.0/doc/ref'
Making install in r5rs
make[4]: Entering directory `/c/Users/shookie/guiletest/lib/guile-2.0/doc/r5rs'
make[5]: Entering directory `/c/Users/shookie/guiletest/lib/guile-2.0/doc/r5rs'
make[5]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/share/info'
 /bin/install -c -m 644 ./r5rs.info '/c/Users/shookie/guiletest/lib/share/info'
 install-info --info-dir='/c/Users/shookie/guiletest/lib/share/info' '/c/Users/shookie/guiletest/lib/share/info/r5rs.info'
make[5]: Leaving directory `/c/Users/shookie/guiletest/lib/guile-2.0/doc/r5rs'
make[4]: Leaving directory `/c/Users/shookie/guiletest/lib/guile-2.0/doc/r5rs'
make[4]: Entering directory `/c/Users/shookie/guiletest/lib/guile-2.0/doc'
make[5]: Entering directory `/c/Users/shookie/guiletest/lib/guile-2.0/doc'
make[5]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/share/man/man1'
 /bin/install -c -m 644 guile.1 '/c/Users/shookie/guiletest/lib/share/man/man1'
make[5]: Leaving directory `/c/Users/shookie/guiletest/lib/guile-2.0/doc'
make[4]: Leaving directory `/c/Users/shookie/guiletest/lib/guile-2.0/doc'
make[3]: Leaving directory `/c/Users/shookie/guiletest/lib/guile-2.0/doc'
make[3]: Entering directory `/c/Users/shookie/guiletest/lib/guile-2.0'
  GEN      libguile/guile-procedures.txt
make[4]: Entering directory `/c/Users/shookie/guiletest/lib/guile-2.0'
make[4]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/include/guile/2.0'
 /bin/install -c -m 644 libguile.h '/c/Users/shookie/guiletest/lib/include/guile/2.0'
 /bin/mkdir -p '/c/Users/shookie/guiletest/lib/share/guile/2.0'
 /bin/install -c -m 644 libguile/guile-procedures.txt '/c/Users/shookie/guiletest/lib/share/guile/2.0'
make[4]: Leaving directory `/c/Users/shookie/guiletest/lib/guile-2.0'
make[3]: Leaving directory `/c/Users/shookie/guiletest/lib/guile-2.0'
make[2]: Leaving directory `/c/Users/shookie/guiletest/lib/guile-2.0'
make[1]: Leaving directory `/c/Users/shookie/guiletest/lib/guile-2.0'

  reply	other threads:[~2013-03-30  0:20 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-01 16:19 bug#13848: Statically linking guile-2.0 Jan Schukat
2013-03-02 15:28 ` Ludovic Courtès
2013-03-03 23:20   ` Jan Schukat
2013-03-05  0:54   ` Jan Schukat
2013-03-05 10:22     ` Ludovic Courtès
2013-03-05 15:44       ` Jan Schukat
2013-03-05 17:25         ` Ludovic Courtès
2013-03-05 22:25           ` Jan Schukat
2013-03-06 23:12             ` Ludovic Courtès
2013-03-09 13:44               ` Jan Schukat
2013-03-09 23:06                 ` Andy Wingo
2013-03-09 23:57                   ` shookie
2013-03-10  4:09                   ` shookie
2013-03-10 17:32                     ` Andy Wingo
2013-03-10 18:54                       ` shookie
2013-03-10 19:23                       ` Andy Wingo
2013-03-10 21:17                         ` shookie
2013-03-10 22:03                         ` shookie
2013-03-10 22:53                           ` Andy Wingo
2013-03-11  0:07                             ` shookie
2013-03-11  1:43                             ` shookie
2013-03-11  8:26                               ` Andy Wingo
2013-03-11  9:30                                 ` shookie
2013-03-13  9:30                                   ` Andy Wingo
2013-03-13 19:04                                     ` bug#13848: Aw: " Jan Schukat
2013-03-16  1:36                                     ` Jan Schukat
2013-03-29 19:35                                       ` Ludovic Courtès
2013-03-30  0:20                                         ` Jan Schukat [this message]
2013-03-30 21:27                                           ` Ludovic Courtès
2013-04-05 23:14                                             ` Jan Schukat
2013-04-07 10:20                                               ` Ludovic Courtès
2013-04-07 16:20                                                 ` bug#13848: Aw: " Jan Schukat
2013-04-07 18:22                                                   ` Andy Wingo
2013-04-07 19:18                                                     ` bug#13848: Aw: " Jan Schukat
2013-04-07 20:00                                                       ` Ludovic Courtès
2013-04-07 21:06                                                         ` bug#13848: Aw: " Jan Schukat
2013-04-08  7:48                                                           ` Ludovic Courtès
2013-03-10 17:38                   ` shookie
2013-03-10 17:38                   ` shookie
2013-03-14 13:54                   ` Ludovic Courtès
2013-03-09  9:32 ` Andy Wingo
2013-03-09 15:42   ` Jan Schukat

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=51562FDD.6060103@email.de \
    --to=shookie@email.de \
    --cc=13848-done@debbugs.gnu.org \
    --cc=ludo@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).