* Starting build: Wed Jan 16 14:03:14 2019 must rebuild: linux-x86::guile *** Checksum mismatch: diff (guile, linux-x86) --- /home/dev/gub/target/linux-x86/packages/guile.checksum 0000 +++ THIS BUILD Wed Jan 16 10:55:17 2019 @@ -1 +1,928 @@ -0000 +UpdateSourceDir(not tracking) *** Checksum mismatch: diff (guile, linux-x86) --- /home/dev/gub/target/linux-x86/packages/guile.checksum 0000 +++ THIS BUILD Wed Jan 16 10:55:17 2019 @@ -1 +1,928 @@ -0000 +UpdateSourceDir(not tracking) +Dump +/home/dev/gub/target/linux-x86/status/guile-1.8.7-guile-1.8.7 +untar +Dump +/home/dev/gub/target/linux-x86/src/guile-1.8.7/pre-inst-guile.in +#!/bin/sh +exec /home/dev/gub/target/tools/root/usr/bin/guile "$@" + +Substitute +/home/dev/gub/target/linux-x86/src/guile-1.8.7/doc/Makefile.am +SUBDIRS = ref tutorial goops r5rs +SUBDIRS = +Substitute +/home/dev/gub/target/linux-x86/src/guile-1.8.7/doc/Makefile.in +SUBDIRS = ref tutorial goops r5rs +SUBDIRS = +cd /home/dev/gub/target/linux-x86/src/guile-1.8.7 && patch -p1 < /home/dev/gub/patches/guile-reloc-1.8.6.patch +cd /home/dev/gub/target/linux-x86/src/guile-1.8.7 && patch -p1 < /home/dev/gub/patches/guile-cexp.patch +cd /home/dev/gub/target/linux-x86/src/guile-1.8.7 && patch -p1 < /home/dev/gub/patches/guile-1.8.6-test-use-srfi.patch +cd /home/dev/gub/target/linux-x86/src/guile-1.8.7 && patch -p1 < /home/dev/gub/patches/guile-1.8.7-doc-snarfing.patch +cd /home/dev/gub/target/linux-x86/src/guile-1.8.7 && patch -p1 < /home/dev/gub/patches/guile-1.8.6-pthreads-cross.patch +Dump +/home/dev/gub/target/linux-x86/status/guile-1.8.7-guile-1.8.7 +patch +AutogenMagic + def execute (self, logger): + package = self.package + autodir = package.expand ('%(autodir)s') + PATH = package.expand ('%(PATH)s') + if os.path.exists (os.path.join (autodir, 'autogen.sh')): + s = open ('%(autodir)s/autogen.sh' % locals ()).read () + noconfigure = ' --help' + if '--noconfigure' in s: + noconfigure = ' --noconfigure' + noconfigure + self.system ('cd %(autodir)s && NOCONFIGURE=1 sh autogen.sh %(noconfigure)s' % locals (), + logger) + elif (os.path.exists (os.path.join (autodir, 'bootstrap')) + and not 'CC=' in open (os.path.join (autodir, 'bootstrap')).read ()): + self.system ('cd %(autodir)s && ./bootstrap' % locals (), logger) + elif (os.path.exists (os.path.join (autodir, 'bootstrap.sh')) + and not 'CC=' in open (os.path.join (autodir, 'bootstrap.sh')).read ()): + self.system ('cd %(autodir)s && ./bootstrap.sh' % locals (), logger) + else: + libtoolize = misc.path_find (PATH, 'libtoolize') + if libtoolize: + s = open (libtoolize).read () + libtoolize = 'libtoolize --copy --force' + # --automake is mandatory for libtool-1.5.2x, but breaks with libtool-2.2.x + # --install is mandatory for libtool-2.2.x, but breaks with libtool-1.5.2x + # mandatory means: so that config.guess, config.sub are refreshed iso removed + if '--automake' in s: + libtoolize += ' --automake' + if '--install' in s: + libtoolize += ' --install' + if (os.path.isdir (os.path.join (autodir, 'ltdl')) + or os.path.isdir (os.path.join (autodir, 'libltdl'))): + libtoolize += ' --ltdl' + self.system ('rm -rf %(autodir)s/libltdl %(autodir)s/ltdl && cd %(autodir)s && %(libtoolize)s' + % locals (), logger) + aclocal_flags = '' + for dir in package.aclocal_path (): + d = package.expand (dir) + if os.path.exists (d): + aclocal_flags += ' -I%(d)s' % locals () + headcmd = '' + configure_ac = '' + for c in ('configure.in','configure.ac'): + try: + string = open ('%(autodir)s/%(c)s' % locals ()).read () + configure_ac = c + m = re.search ('A[CM]_CONFIG_HEADER', string) + string = 0 ## don't want to expand string + if m: + headcmd = 'cd %(autodir)s && autoheader %(aclocal_flags)s' % locals () + break + except IOError: + pass + if configure_ac: + self.system (''' +cd %(autodir)s && aclocal %(aclocal_flags)s +%(headcmd)s +cd %(autodir)s && autoconf %(aclocal_flags)s +''' % locals (), logger) + if os.path.exists ('%(autodir)s/Makefile.am' % locals ()): + self.system ('cd %(autodir)s && automake --add-missing --copy --foreign' % locals (), logger) + +def path_find (path, name): + if type (path) == type (''): + path = path.split (':') + for dir in path: + file_name = os.path.join (dir, name) + if os.path.isfile (file_name): + return file_name + return None + +Func + def defer (logger): + if os.path.exists (self.expand ('%(configure_binary)s')): + loggedos.file_sub (logger, [('cross_compiling=(maybe|no|yes)', + 'cross_compiling=yes')], + self.expand ('%(configure_binary)s')) + +() +Dump +/home/dev/gub/target/linux-x86/status/guile-1.8.7-guile-1.8.7 +autoupdate +mkdir -p /home/dev/gub/target/linux-x86/build/guile-1.8.7 || true +Dump +/home/dev/gub/target/linux-x86/build/guile-1.8.7/config.cache + +ac_cv_c_stack_direction=${ac_cv_c_stack_direction=-1} +ac_cv_func_getpgrp_void=${ac_cv_func_getpgrp_void=yes} +ac_cv_func_select=${ac_cv_func_select=yes} # but in mingw only if winsock2.h +ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no} +ac_cv_lib_dld_shl_load=${ac_cv_lib_dld_shl_load=no} +ac_cv_spinlocks=${ac_cv_spinlocks=no} +ac_cv_sprintf_count=${ac_cv_sprintf_count=yes} +ac_cv_sys_restartable_syscalls=${ac_cv_sys_restartable_syscalls=yes} +libltdl_cv_sys_search_path=${libltdl_cv_sys_search_path="'"/home/dev/gub/target/linux-x86/root/usr/lib /home/dev/gub/target/linux-x86/root/lib"'"} +lt_cv_dlopen=${lt_cv_dlopen="dlopen"} + +ac_cv_file__dev_ptc=${ac_cv_file__dev_ptc=no} +ac_cv_file__dev_ptmx=${ac_cv_file__dev_ptmx=yes} +ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes} +ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes} +ac_cv_lib_dl_dlopen=${ac_cv_lib_dl_dlopen=yes} +ac_cv_search_dlopen=${ac_cv_search_dlopen="-ldl"} +glib_cv_uscore=${glib_cv_uscore=no} +libltdl_cv_sys_search_path=${libltdl_cv_sys_search_path="'"/home/dev/gub/target/linux-x86/root/usr/lib /home/dev/gub/target/linux-x86/root/lib"'"} +lt_cv_dlopen_libs=${lt_cv_dlopen_libs="-ldl"} +lt_cv_sys_max_cmd_len=${lt_cv_sys_max_cmd_len=32768} + +ac_16bit_type=${ac_16bit_type=short} +ac_32bit_type=${ac_32bit_type=int} +ac_64bit_type=${ac_64bit_type=none} +ac_cv_c_long_size_t=${ac_cv_c_long_size_t=no} +ac_cv_c_long_time_t=${ac_cv_c_long_time_t=yes} +ac_cv_sizeof___int64=${ac_cv_sizeof___int64=0} +ac_cv_sizeof_char=${ac_cv_sizeof_char=1} +ac_cv_sizeof_char_p=${ac_cv_sizeof_char_p=4} +ac_cv_sizeof_double=${ac_cv_sizeof_double=8} +ac_cv_sizeof_float=${ac_cv_sizeof_float=4} +ac_cv_sizeof_int=${ac_cv_sizeof_int=4} +ac_cv_sizeof_intmax_t=${ac_cv_sizeof_intmax_t=8} +ac_cv_sizeof_intptr_t=${ac_cv_sizeof_intptr_t=4} +ac_cv_sizeof_long=${ac_cv_sizeof_long=4} +ac_cv_sizeof_long_double=${ac_cv_sizeof_long_double=12} +ac_cv_sizeof_long_long=${ac_cv_sizeof_long_long=8} +ac_cv_sizeof_ptrdiff_t=${ac_cv_sizeof_ptrdiff_t=4} +ac_cv_sizeof_short=${ac_cv_sizeof_short=2} +ac_cv_sizeof_size_t=${ac_cv_sizeof_size_t=4} +ac_cv_sizeof_uintptr_t=${ac_cv_sizeof_uintptr_t=4} +ac_cv_sizeof_unsigned___int64=${ac_cv_sizeof_unsigned___int64=0} +ac_cv_sizeof_unsigned_char=${ac_cv_sizeof_unsigned_char=1} +ac_cv_sizeof_unsigned_int=${ac_cv_sizeof_unsigned_int=4} +ac_cv_sizeof_unsigned_long=${ac_cv_sizeof_unsigned_long=4} +ac_cv_sizeof_unsigned_long_long=${ac_cv_sizeof_unsigned_long_long=8} +ac_cv_sizeof_unsigned_short=${ac_cv_sizeof_unsigned_short=2} +ac_cv_sizeof_void_p=${ac_cv_sizeof_void_p=4} + +mkdir -p /home/dev/gub/target/linux-x86/build/guile-1.8.7 || true +cd /home/dev/gub/target/linux-x86/build/guile-1.8.7 && chmod +x /home/dev/gub/target/linux-x86/src/guile-1.8.7/configure && GUILE_FOR_BUILD=/home/dev/gub/target/tools/root/usr/bin/guile sh /home/dev/gub/target/linux-x86/src/guile-1.8.7/configure --prefix=/usr --cache-file=config.cache --enable-shared --disable-static --disable-silent-rules --build=x86_64-linux --host=i686-linux --target=i686-linux --prefix=/usr --sysconfdir=/usr/etc --includedir=/usr/include --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib CC_FOR_BUILD=" LD_PRELOAD= C_INCLUDE_PATH= CPPFLAGS= LIBRARY_PATH= /usr/bin/cc" --without-threads --with-gnu-ld --enable-deprecated --enable-discouraged --disable-error-on-warning --enable-relocation --enable-rpath have_makeinfo=no +MapLocate +def libtool_disable_install_not_into_dot_libs_test (logger, file): + '''libtool: install: error: cannot install `libexslt.la' to a directory not ending in /home/janneke/vc/gub/target/mingw/build/libxslt-1.1.24/libexslt/.libs''' + loggedos.file_sub (logger, [ + (r'if test "\$inst_prefix_dir" = "\$destdir"; then', + 'if false && test "$inst_prefix_dir" = "$destdir"; then'), + (r' test "\$inst_prefix_dir" = "\$destdir" &&', + ' false && test "$inst_prefix_dir" = "$destdir" &&')], + file) + +/home/dev/gub/target/linux-x86/build/guile-1.8.7 +libtool +MapLocate + self.map_locate (lambda logger, file: libtool_update (logger, self.expand ('%(system_prefix)s/bin/libtool'), self.expand ('%(rpath)s'), file), '%(builddir)s', 'libtool') + +/home/dev/gub/target/linux-x86/build/guile-1.8.7 +libtool +Dump +/home/dev/gub/target/linux-x86/status/guile-1.8.7-guile-1.8.7 +configure +cd /home/dev/gub/target/linux-x86/build/guile-1.8.7/libguile && make LD_PRELOAD= LD_LIBRARY_PATH=/home/dev/gub/target/tools/root/usr/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} cross_compiling=yes gen-scmconfig guile_filter_doc_snarfage +cd /home/dev/gub/target/linux-x86/build/guile-1.8.7/libguile && make LD_PRELOAD= LD_LIBRARY_PATH=/home/dev/gub/target/tools/root/usr/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} cross_compiling=yes libpath.h +Substitute +/home/dev/gub/target/linux-x86/build/guile-1.8.7/libguile/libpath.h +-L */home/dev/gub/target/linux-x86/root +-L +cd /home/dev/gub/target/linux-x86/build/guile-1.8.7 && preinstguile=/home/dev/gub/target/tools/root/usr/bin/guile make -j8 +Dump +/home/dev/gub/target/linux-x86/status/guile-1.8.7-guile-1.8.7 +compile +MapLocate + self.map_locate (lambda logger, file: libtool_update (logger, self.expand ('%(system_prefix)s/bin/libtool'), self.expand ('%(rpath)s'), file), '%(builddir)s', 'libtool') + +/home/dev/gub/target/linux-x86/build/guile-1.8.7 +libtool +MapLocate + def fixup (logger, file): + file = file.strip () + if not file: + return + dir = os.path.split (file)[0] + suffix = '/.libs' + if re.search ('\\.libs$', dir): + suffix = '' + + loggedos.file_sub (logger, + [("libdir='/usr/lib'", + self.expand ("libdir='%(dir)s%(suffix)s'", + env=locals ())), + ], file) + +/home/dev/gub/target/linux-x86/build/guile-1.8.7 +*.la +rm -rf /home/dev/gub/target/linux-x86/install/guile-1.8.7-root +cd /home/dev/gub/target/linux-x86/build/guile-1.8.7 && make DESTDIR=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root install +Func + def install (logger, lst): + for file in lst: + if os.path.exists (file): + cmd = self.expand (''' +mkdir -p %(install_root)s/license +cp %(file)s %(install_root)s/license/%(name)s +''', locals ()) + loggedos.system (logger, cmd) + return + +(['/home/dev/gub/target/linux-x86/src/guile-1.8.7/COPYING', '/home/dev/gub/target/linux-x86/src/guile-1.8.7/COPYING.LIB', '/home/dev/gub/target/linux-x86/src/guile-1.8.7/LICENSE', '/home/dev/gub/target/linux-x86/src/guile-1.8.7/LICENCE'],) +MapLocate + def installed_la_fixup (logger, la): + (dir, base) = os.path.split (la) + base = base[3:-3] + dir = re.sub (r"^\./", "/", dir) + + loggedos.file_sub (logger, [(''' *-L *[^\"\' ][^\"\' ]*''', ''), + (self.expand ('''( |=|\')(/[^ ]*usr/lib|%(targetdir)s.*)/lib([^ \'/]*)\.(a|la|so)[^ \']*'''), + '\\1-l\\3 '), + ('^old_library=.*', + self.expand ("""old_library='lib%(base)s.a'""", env=locals ())), + ], + la) + if self.settings.platform.startswith ('mingw'): + + loggedos.file_sub (logger, [('library_names=.*', + self.expand ("library_names='lib%(base)s.dll.a'", env=locals ()))], + la) + +/home/dev/gub/target/linux-x86/install/guile-1.8.7-root +lib*.la +rm -f /home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/info/dir /home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/info/dir.old /home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/share/info/dir /home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/share/info/dir.old /home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/cross/info/dir /home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/cross/info/dir.old /home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/cross/share/info/dir /home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/cross/share/info/dir.old +Dump +/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/etc/relocate/guile.reloc +prependdir GUILE_LOAD_PATH=$INSTALLER_PREFIX/share/guile/1.8 + +Dump +/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/cross/bin/i686-linux-guile-config +#! /bin/sh +test "$1" = "--version" && echo "i686-linux-guile-config - Guile version 1.8.7" +#test "$1" = "compile" && echo "-I $/home/dev/gub/target/linux-x86/root/usr/include" +#test "$1" = "link" && echo "-L/home/dev/gub/target/linux-x86/root/usr/lib -lguile -lgmp" +#prefix=$(dirname $(dirname $0)) +prefix=/home/dev/gub/target/linux-x86/root/usr +test "$1" = "compile" && echo "-I$prefix/include" +test "$1" = "link" && echo "-L$prefix/lib -lguile -lgmp" +test "$1" = "info" && test "$2" = "guileversion" && echo "1.8.7" +exit 0 + +Chmod +/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/cross/bin/i686-linux-guile-config +493 +cd /home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/cross/bin && cp -pv i686-linux-guile-config guile-config +Dump +/home/dev/gub/target/linux-x86/status/guile-1.8.7-guile-1.8.7 +install +tar -C /home/dev/gub/target/linux-x86/src --exclude "*~" --exclude "*.orig" -zcf /home/dev/gub/target/linux-x86/packages/guile-1.8.7-src.linux-x86.tar.gz guile-1.8.7 +Dump +/home/dev/gub/target/linux-x86/status/guile-1.8.7-guile-1.8.7 +src_package +MapLocate + def rewire (logger, file): + if os.path.islink (file): + s = os.readlink (file) + if s.startswith ('/') and self.settings.system_root not in s: + new_dest = os.path.join (self.settings.system_root, s[1:]) + loggedos.remove (logger, file) + loggedos.symlink (logger, new_dest, file) + +/home/dev/gub/target/linux-x86/install/guile-1.8.7-root +* +PackageGlobs +/usr/share/doc/usr/share/gtk-doc/usr/share/info/usr/share/man/usr/cross/info/usr/cross/man +/home/dev/gub/target/linux-x86/install/guile-1.8.7-root + +/home/dev/gub/target/linux-x86/packages/guile-doc-1.8.7.linux-x86.gup +Dump +/home/dev/gub/target/linux-x86/packages/guile-doc.linux-x86.hdr +AR=i686-linux-ar +AS=i686-linux-as +BUILD_CC=C_INCLUDE_PATH= CPATH= CPPFLAGS= LIBRARY_PATH= cc +CC=i686-linux-gcc +CCLD_FOR_BUILD=C_INCLUDE_PATH= CPATH= CPPFLAGS= LIBRARY_PATH= cc +CC_FOR_BUILD=C_INCLUDE_PATH= CPATH= CPPFLAGS= LIBRARY_PATH= cc +CPATH= +CPLUS_INCLUDE_PATH= +CXX=i686-linux-g++ +C_INCLUDE_PATH= +LD=i686-linux-ld +LDFLAGS= +LDFLAGS_FOR_BUILD= +LD_LIBRARY_PATH=/home/dev/gub/target/linux-x86/root +LD_PRELOAD=/home/dev/gub/target/tools/root/usr/lib/librestrict.so +LIBRARY_PATH= +NM=i686-linux-nm +PATH=/home/dev/gub/target/linux-x86/root/usr/cross/bin:/home/dev/gub/target/tools32/root/usr/bin:/home/dev/gub/target/tools/root/usr/bin:/home/dev/gub/target/tools/root/usr/cross/bin:/home/dev/gub/target/tools/root/usr/bin:/root/git-cl:/scripts/auxiliar:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin +PERL5LIB=foo:/home/dev/gub/target/tools/root/usr/lib/perl5/5.10.0:/home/dev/gub/target/tools/root/usr/lib/perl5/5.10.0/x86_64-linux:/home/dev/gub/target/tools/root/usr/share/autoconf +PKG_CONFIG=pkg-config --define-variable prefix=/home/dev/gub/target/linux-x86/root/usr --define-variable includedir=/home/dev/gub/target/linux-x86/root/usr/include --define-variable libdir=/home/dev/gub/target/linux-x86/root/usr/lib +PKG_CONFIG_PATH=/home/dev/gub/target/linux-x86/root/usr/lib/pkgconfig +RANLIB=i686-linux-ranlib +SED=sed +__module__=guile +_created_name=guile +allbuilddir=/home/dev/gub/target/linux-x86/build +alllogdir=/home/dev/gub/log +allsrcdir=/home/dev/gub/target/linux-x86/src +alltargetdir=/home/dev/gub/target +architecture=i686-linux +autodir=/home/dev/gub/target/linux-x86/src/guile-1.8.7 +ball_suffix=-1.8.7 +basename=guile-1.8.7 +bits=32 +branch= +build_architecture=x86_64-linux +build_bits=64 +build_cpu=x86_64 +build_dependencies_string=gettext-devel;gmp-devel;libtool;linux-x86::cross/binutils;linux-x86::cross/gcc;linux-x86::cross/gcc-core;linux-x86::glibc;linux-x86::glibc-core;linux-x86::linux-headers;system::gcc;tools::file;tools::guile;tools::librestrict;tools::libtool;tools::make;tools::patch;tools::tar;tools::zlib +build_hardware_bits=64 +build_number=1 +build_os=linux +build_platform=linux-64 +builddir=/home/dev/gub/target/linux-x86/build/guile-1.8.7 +category= +checksum_file=/home/dev/gub/target/linux-x86/packages/guile.checksum +compile_command=preinstguile=/home/dev/gub/target/tools/root/usr/bin/guile make -j8 +compile_command_native=make -j8 LD_PRELOAD= LD_LIBRARY_PATH=/home/dev/gub/target/tools/root/usr/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} cross_compiling=yes +compile_flags= +compile_flags_native= LD_PRELOAD= LD_LIBRARY_PATH=/home/dev/gub/target/tools/root/usr/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} cross_compiling=yes +config_cache_file=/home/dev/gub/target/linux-x86/build/guile-1.8.7/config.cache +config_cache_overrides= +config_script= +configure_binary=/home/dev/gub/target/linux-x86/src/guile-1.8.7/configure +configure_command=GUILE_FOR_BUILD=/home/dev/gub/target/tools/root/usr/bin/guile sh /home/dev/gub/target/linux-x86/src/guile-1.8.7/configure --prefix=/usr --cache-file=config.cache --enable-shared --disable-static --disable-silent-rules --build=x86_64-linux --host=i686-linux --target=i686-linux --prefix=/usr --sysconfdir=/usr/etc --includedir=/usr/include --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib CC_FOR_BUILD=" LD_PRELOAD= C_INCLUDE_PATH= CPPFLAGS= LIBRARY_PATH= /usr/bin/cc" --without-threads --with-gnu-ld --enable-deprecated --enable-discouraged --disable-error-on-warning --enable-relocation --enable-rpath have_makeinfo=no +configure_command_native= sh /home/dev/gub/target/linux-x86/src/guile-1.8.7/configure --prefix=/usr --cache-file=config.cache --enable-shared --disable-static --disable-silent-rules --build=x86_64-linux --host=i686-linux --target=i686-linux --prefix=/usr --sysconfdir=/usr/etc --includedir=/usr/include --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib CC_FOR_BUILD=" LD_PRELOAD= C_INCLUDE_PATH= CPPFLAGS= LIBRARY_PATH= /usr/bin/cc" +configure_flags= --prefix=/usr --cache-file=config.cache --enable-shared --disable-static --disable-silent-rules --build=x86_64-linux --host=i686-linux --target=i686-linux --prefix=/usr --sysconfdir=/usr/etc --includedir=/usr/include --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib +configure_prefix=/usr +configure_variables= CC_FOR_BUILD=" LD_PRELOAD= C_INCLUDE_PATH= CPPFLAGS= LIBRARY_PATH= /usr/bin/cc" +conflicts_string=; +core_prefix=/home/dev/gub/target/linux-x86/root/usr/cross/core +cpu=i686 +cpu_count=4 +cpu_count_str=4 +cross_allsrcdir=/home/dev/gub/target/linux-x86/src/cross +cross_dir=/cross +cross_packages=/home/dev/gub/target/linux-x86/packages/cross +cross_prefix=/home/dev/gub/target/linux-x86/root/usr/cross +cross_statusdir=/home/dev/gub/target/linux-x86/status/cross +debian_branch=stable +dependencies_string=; +description= +downloads=/home/dev/gub/downloads +fakeroot=fakeroot -i -s +fakeroot_cache= +file_name=guile-1.8.7.tar +full_version=1.8.7 +gtk_version=2.8 +gubdir=/home/dev/gub +gubdir_prefix=/home/dev/gub +guile_configure_flags= --without-threads --with-gnu-ld --enable-deprecated --enable-discouraged --disable-error-on-warning --enable-relocation --enable-rpath +guile_configure_variables= have_makeinfo=no +install_command=make DESTDIR=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root install +install_flags= DESTDIR=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root install +install_flags_destdir_broken= bindir=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/bin aclocaldir=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/share/aclocal datadir=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/share exec_prefix=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr gcc_tooldir=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr includedir=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/include infodir=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/share/info libdir=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/lib libexecdir=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/lib mandir=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/share/man prefix=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr sysconfdir=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/etc tooldir=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr +install_prefix=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr +install_root=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root +installdir=/home/dev/gub/target/linux-x86/install +job_spec=-j8 +libs= +logdir=/home/dev/gub/target/linux-x86/log +make_flags= +name=guile +name_version=guile-1.8.7 +nsisdir=/home/dev/gub/nsis +os=linux +package_arch=i386 +packages=/home/dev/gub/target/linux-x86/packages +packaging_suffix_dir= +patchdir=/home/dev/gub/patches +platform=linux-x86 +platform_uploads=/home/dev/gub/uploads/linux-x86 +prefix_dir=/usr +pretty_name=Guile +root_dir=/root +rpath=-Wl,-rpath -Wl,\$$ORIGIN/../lib -Wl,-rpath -Wl,/home/dev/gub/target/linux-x86/root/usr/lib +so_extension=.so +so_version=17 +source_checksum=guile-1.8.7 +source_name=guile +sourcefiledir=/home/dev/gub/sourcefiles +specdir=/home/dev/gub/gub/specs +split_ball=/home/dev/gub/target/linux-x86/packages/guile-doc-1.8.7.linux-x86.gup +split_hdr=/home/dev/gub/target/linux-x86/packages/guile-doc.linux-x86.hdr +split_name=guile-doc +src_package_ball=/home/dev/gub/target/linux-x86/packages/guile-1.8.7-src.linux-x86.tar.gz +src_package_uploads=/home/dev/gub/target/linux-x86/packages +srcdir=/home/dev/gub/target/linux-x86/src/guile-1.8.7 +stamp_file=/home/dev/gub/target/linux-x86/status/guile-1.8.7-guile-1.8.7 +statusdir=/home/dev/gub/target/linux-x86/status +sub_name=doc +system_cross_prefix=/home/dev/gub/target/linux-x86/root/usr/cross +system_prefix=/home/dev/gub/target/linux-x86/root/usr +system_root=/home/dev/gub/target/linux-x86/root +target_architecture=i686-linux +target_bits=32 +target_cpu=i686 +target_gcc_flags= +target_os=linux +target_platform=linux-x86 +targetdir=/home/dev/gub/target/linux-x86 +toolchain_prefix=i686-linux- +tools32_prefix=/home/dev/gub/target/tools32/root/usr +tools32_root=/home/dev/gub/target/tools32/root +tools32_root_dir=/tools32/root +tools_archmatch_prefix=/home/dev/gub/target/tools32/root/usr +tools_cross_prefix=/home/dev/gub/target/tools/root/usr/cross +tools_prefix=/home/dev/gub/target/tools/root/usr +tools_root=/home/dev/gub/target/tools/root +tools_root_dir=/tools/root +uploads=/home/dev/gub/uploads +vc_branch= +vc_branch_suffix= +version=1.8.7 +workdir=/home/dev/gub +workdir_prefix=/home/dev/gub +rm -rf /home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/share/doc +rm -rf /home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/share/gtk-doc +rm -rf /home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/share/info +rm -rf /home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/share/man +rm -rf /home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/cross/info +rm -rf /home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/cross/man +PackageGlobs +/usr/bin/*-config/usr/include/usr/cross/bin/usr/cross/include/usr/cross/lib/usr/cross/libexec/usr/cross/i686-linux/usr/share/aclocal/usr/lib/lib*.a/usr/lib/pkgconfig +/home/dev/gub/target/linux-x86/install/guile-1.8.7-root + +/home/dev/gub/target/linux-x86/packages/guile-devel-1.8.7.linux-x86.gup +Dump +/home/dev/gub/target/linux-x86/packages/guile-devel.linux-x86.hdr +AR=i686-linux-ar +AS=i686-linux-as +BUILD_CC=C_INCLUDE_PATH= CPATH= CPPFLAGS= LIBRARY_PATH= cc +CC=i686-linux-gcc +CCLD_FOR_BUILD=C_INCLUDE_PATH= CPATH= CPPFLAGS= LIBRARY_PATH= cc +CC_FOR_BUILD=C_INCLUDE_PATH= CPATH= CPPFLAGS= LIBRARY_PATH= cc +CPATH= +CPLUS_INCLUDE_PATH= +CXX=i686-linux-g++ +C_INCLUDE_PATH= +LD=i686-linux-ld +LDFLAGS= +LDFLAGS_FOR_BUILD= +LD_LIBRARY_PATH=/home/dev/gub/target/linux-x86/root +LD_PRELOAD=/home/dev/gub/target/tools/root/usr/lib/librestrict.so +LIBRARY_PATH= +NM=i686-linux-nm +PATH=/home/dev/gub/target/linux-x86/root/usr/cross/bin:/home/dev/gub/target/tools32/root/usr/bin:/home/dev/gub/target/tools/root/usr/bin:/home/dev/gub/target/tools/root/usr/cross/bin:/home/dev/gub/target/tools/root/usr/bin:/root/git-cl:/scripts/auxiliar:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin +PERL5LIB=foo:/home/dev/gub/target/tools/root/usr/lib/perl5/5.10.0:/home/dev/gub/target/tools/root/usr/lib/perl5/5.10.0/x86_64-linux:/home/dev/gub/target/tools/root/usr/share/autoconf +PKG_CONFIG=pkg-config --define-variable prefix=/home/dev/gub/target/linux-x86/root/usr --define-variable includedir=/home/dev/gub/target/linux-x86/root/usr/include --define-variable libdir=/home/dev/gub/target/linux-x86/root/usr/lib +PKG_CONFIG_PATH=/home/dev/gub/target/linux-x86/root/usr/lib/pkgconfig +RANLIB=i686-linux-ranlib +SED=sed +__module__=guile +_created_name=guile +allbuilddir=/home/dev/gub/target/linux-x86/build +alllogdir=/home/dev/gub/log +allsrcdir=/home/dev/gub/target/linux-x86/src +alltargetdir=/home/dev/gub/target +architecture=i686-linux +autodir=/home/dev/gub/target/linux-x86/src/guile-1.8.7 +ball_suffix=-1.8.7 +basename=guile-1.8.7 +bits=32 +branch= +build_architecture=x86_64-linux +build_bits=64 +build_cpu=x86_64 +build_dependencies_string=gettext-devel;gmp-devel;libtool;linux-x86::cross/binutils;linux-x86::cross/gcc;linux-x86::cross/gcc-core;linux-x86::glibc;linux-x86::glibc-core;linux-x86::linux-headers;system::gcc;tools::file;tools::guile;tools::librestrict;tools::libtool;tools::make;tools::patch;tools::tar;tools::zlib +build_hardware_bits=64 +build_number=1 +build_os=linux +build_platform=linux-64 +builddir=/home/dev/gub/target/linux-x86/build/guile-1.8.7 +category= +checksum_file=/home/dev/gub/target/linux-x86/packages/guile.checksum +compile_command=preinstguile=/home/dev/gub/target/tools/root/usr/bin/guile make -j8 +compile_command_native=make -j8 LD_PRELOAD= LD_LIBRARY_PATH=/home/dev/gub/target/tools/root/usr/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} cross_compiling=yes +compile_flags= +compile_flags_native= LD_PRELOAD= LD_LIBRARY_PATH=/home/dev/gub/target/tools/root/usr/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} cross_compiling=yes +config_cache_file=/home/dev/gub/target/linux-x86/build/guile-1.8.7/config.cache +config_cache_overrides= +config_script= +configure_binary=/home/dev/gub/target/linux-x86/src/guile-1.8.7/configure +configure_command=GUILE_FOR_BUILD=/home/dev/gub/target/tools/root/usr/bin/guile sh /home/dev/gub/target/linux-x86/src/guile-1.8.7/configure --prefix=/usr --cache-file=config.cache --enable-shared --disable-static --disable-silent-rules --build=x86_64-linux --host=i686-linux --target=i686-linux --prefix=/usr --sysconfdir=/usr/etc --includedir=/usr/include --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib CC_FOR_BUILD=" LD_PRELOAD= C_INCLUDE_PATH= CPPFLAGS= LIBRARY_PATH= /usr/bin/cc" --without-threads --with-gnu-ld --enable-deprecated --enable-discouraged --disable-error-on-warning --enable-relocation --enable-rpath have_makeinfo=no +configure_command_native= sh /home/dev/gub/target/linux-x86/src/guile-1.8.7/configure --prefix=/usr --cache-file=config.cache --enable-shared --disable-static --disable-silent-rules --build=x86_64-linux --host=i686-linux --target=i686-linux --prefix=/usr --sysconfdir=/usr/etc --includedir=/usr/include --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib CC_FOR_BUILD=" LD_PRELOAD= C_INCLUDE_PATH= CPPFLAGS= LIBRARY_PATH= /usr/bin/cc" +configure_flags= --prefix=/usr --cache-file=config.cache --enable-shared --disable-static --disable-silent-rules --build=x86_64-linux --host=i686-linux --target=i686-linux --prefix=/usr --sysconfdir=/usr/etc --includedir=/usr/include --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib +configure_prefix=/usr +configure_variables= CC_FOR_BUILD=" LD_PRELOAD= C_INCLUDE_PATH= CPPFLAGS= LIBRARY_PATH= /usr/bin/cc" +conflicts_string=; +core_prefix=/home/dev/gub/target/linux-x86/root/usr/cross/core +cpu=i686 +cpu_count=4 +cpu_count_str=4 +cross_allsrcdir=/home/dev/gub/target/linux-x86/src/cross +cross_dir=/cross +cross_packages=/home/dev/gub/target/linux-x86/packages/cross +cross_prefix=/home/dev/gub/target/linux-x86/root/usr/cross +cross_statusdir=/home/dev/gub/target/linux-x86/status/cross +debian_branch=stable +dependencies_string=;gettext-devel;gmp-devel;libtool;guile +description= +downloads=/home/dev/gub/downloads +fakeroot=fakeroot -i -s +fakeroot_cache= +file_name=guile-1.8.7.tar +full_version=1.8.7 +gtk_version=2.8 +gubdir=/home/dev/gub +gubdir_prefix=/home/dev/gub +guile_configure_flags= --without-threads --with-gnu-ld --enable-deprecated --enable-discouraged --disable-error-on-warning --enable-relocation --enable-rpath +guile_configure_variables= have_makeinfo=no +install_command=make DESTDIR=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root install +install_flags= DESTDIR=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root install +install_flags_destdir_broken= bindir=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/bin aclocaldir=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/share/aclocal datadir=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/share exec_prefix=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr gcc_tooldir=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr includedir=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/include infodir=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/share/info libdir=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/lib libexecdir=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/lib mandir=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/share/man prefix=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr sysconfdir=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/etc tooldir=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr +install_prefix=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr +install_root=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root +installdir=/home/dev/gub/target/linux-x86/install +job_spec=-j8 +libs= +logdir=/home/dev/gub/target/linux-x86/log +make_flags= +name=guile +name_version=guile-1.8.7 +nsisdir=/home/dev/gub/nsis +os=linux +package_arch=i386 +packages=/home/dev/gub/target/linux-x86/packages +packaging_suffix_dir= +patchdir=/home/dev/gub/patches +platform=linux-x86 +platform_uploads=/home/dev/gub/uploads/linux-x86 +prefix_dir=/usr +pretty_name=Guile +root_dir=/root +rpath=-Wl,-rpath -Wl,\$$ORIGIN/../lib -Wl,-rpath -Wl,/home/dev/gub/target/linux-x86/root/usr/lib +so_extension=.so +so_version=17 +source_checksum=guile-1.8.7 +source_name=guile +sourcefiledir=/home/dev/gub/sourcefiles +specdir=/home/dev/gub/gub/specs +split_ball=/home/dev/gub/target/linux-x86/packages/guile-devel-1.8.7.linux-x86.gup +split_hdr=/home/dev/gub/target/linux-x86/packages/guile-devel.linux-x86.hdr +split_name=guile-devel +src_package_ball=/home/dev/gub/target/linux-x86/packages/guile-1.8.7-src.linux-x86.tar.gz +src_package_uploads=/home/dev/gub/target/linux-x86/packages +srcdir=/home/dev/gub/target/linux-x86/src/guile-1.8.7 +stamp_file=/home/dev/gub/target/linux-x86/status/guile-1.8.7-guile-1.8.7 +statusdir=/home/dev/gub/target/linux-x86/status +sub_name=devel +system_cross_prefix=/home/dev/gub/target/linux-x86/root/usr/cross +system_prefix=/home/dev/gub/target/linux-x86/root/usr +system_root=/home/dev/gub/target/linux-x86/root +target_architecture=i686-linux +target_bits=32 +target_cpu=i686 +target_gcc_flags= +target_os=linux +target_platform=linux-x86 +targetdir=/home/dev/gub/target/linux-x86 +toolchain_prefix=i686-linux- +tools32_prefix=/home/dev/gub/target/tools32/root/usr +tools32_root=/home/dev/gub/target/tools32/root +tools32_root_dir=/tools32/root +tools_archmatch_prefix=/home/dev/gub/target/tools32/root/usr +tools_cross_prefix=/home/dev/gub/target/tools/root/usr/cross +tools_prefix=/home/dev/gub/target/tools/root/usr +tools_root=/home/dev/gub/target/tools/root +tools_root_dir=/tools/root +uploads=/home/dev/gub/uploads +vc_branch= +vc_branch_suffix= +version=1.8.7 +workdir=/home/dev/gub +workdir_prefix=/home/dev/gub +rm -rf /home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/bin/*-config +rm -rf /home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/include +rm -rf /home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/cross/bin +rm -rf /home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/cross/include +rm -rf /home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/cross/lib +rm -rf /home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/cross/libexec +rm -rf /home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/cross/i686-linux +rm -rf /home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/share/aclocal +rm -rf /home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/lib/lib*.a +rm -rf /home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/lib/pkgconfig +PackageGlobs +/lib/usr/lib/usr/share +/home/dev/gub/target/linux-x86/install/guile-1.8.7-root + +/home/dev/gub/target/linux-x86/packages/guile-runtime-1.8.7.linux-x86.gup +Dump +/home/dev/gub/target/linux-x86/packages/guile-runtime.linux-x86.hdr +AR=i686-linux-ar +AS=i686-linux-as +BUILD_CC=C_INCLUDE_PATH= CPATH= CPPFLAGS= LIBRARY_PATH= cc +CC=i686-linux-gcc +CCLD_FOR_BUILD=C_INCLUDE_PATH= CPATH= CPPFLAGS= LIBRARY_PATH= cc +CC_FOR_BUILD=C_INCLUDE_PATH= CPATH= CPPFLAGS= LIBRARY_PATH= cc +CPATH= +CPLUS_INCLUDE_PATH= +CXX=i686-linux-g++ +C_INCLUDE_PATH= +LD=i686-linux-ld +LDFLAGS= +LDFLAGS_FOR_BUILD= +LD_LIBRARY_PATH=/home/dev/gub/target/linux-x86/root +LD_PRELOAD=/home/dev/gub/target/tools/root/usr/lib/librestrict.so +LIBRARY_PATH= +NM=i686-linux-nm +PATH=/home/dev/gub/target/linux-x86/root/usr/cross/bin:/home/dev/gub/target/tools32/root/usr/bin:/home/dev/gub/target/tools/root/usr/bin:/home/dev/gub/target/tools/root/usr/cross/bin:/home/dev/gub/target/tools/root/usr/bin:/root/git-cl:/scripts/auxiliar:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin +PERL5LIB=foo:/home/dev/gub/target/tools/root/usr/lib/perl5/5.10.0:/home/dev/gub/target/tools/root/usr/lib/perl5/5.10.0/x86_64-linux:/home/dev/gub/target/tools/root/usr/share/autoconf +PKG_CONFIG=pkg-config --define-variable prefix=/home/dev/gub/target/linux-x86/root/usr --define-variable includedir=/home/dev/gub/target/linux-x86/root/usr/include --define-variable libdir=/home/dev/gub/target/linux-x86/root/usr/lib +PKG_CONFIG_PATH=/home/dev/gub/target/linux-x86/root/usr/lib/pkgconfig +RANLIB=i686-linux-ranlib +SED=sed +__module__=guile +_created_name=guile +allbuilddir=/home/dev/gub/target/linux-x86/build +alllogdir=/home/dev/gub/log +allsrcdir=/home/dev/gub/target/linux-x86/src +alltargetdir=/home/dev/gub/target +architecture=i686-linux +autodir=/home/dev/gub/target/linux-x86/src/guile-1.8.7 +ball_suffix=-1.8.7 +basename=guile-1.8.7 +bits=32 +branch= +build_architecture=x86_64-linux +build_bits=64 +build_cpu=x86_64 +build_dependencies_string=gettext-devel;gmp-devel;libtool;linux-x86::cross/binutils;linux-x86::cross/gcc;linux-x86::cross/gcc-core;linux-x86::glibc;linux-x86::glibc-core;linux-x86::linux-headers;system::gcc;tools::file;tools::guile;tools::librestrict;tools::libtool;tools::make;tools::patch;tools::tar;tools::zlib +build_hardware_bits=64 +build_number=1 +build_os=linux +build_platform=linux-64 +builddir=/home/dev/gub/target/linux-x86/build/guile-1.8.7 +category= +checksum_file=/home/dev/gub/target/linux-x86/packages/guile.checksum +compile_command=preinstguile=/home/dev/gub/target/tools/root/usr/bin/guile make -j8 +compile_command_native=make -j8 LD_PRELOAD= LD_LIBRARY_PATH=/home/dev/gub/target/tools/root/usr/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} cross_compiling=yes +compile_flags= +compile_flags_native= LD_PRELOAD= LD_LIBRARY_PATH=/home/dev/gub/target/tools/root/usr/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} cross_compiling=yes +config_cache_file=/home/dev/gub/target/linux-x86/build/guile-1.8.7/config.cache +config_cache_overrides= +config_script= +configure_binary=/home/dev/gub/target/linux-x86/src/guile-1.8.7/configure +configure_command=GUILE_FOR_BUILD=/home/dev/gub/target/tools/root/usr/bin/guile sh /home/dev/gub/target/linux-x86/src/guile-1.8.7/configure --prefix=/usr --cache-file=config.cache --enable-shared --disable-static --disable-silent-rules --build=x86_64-linux --host=i686-linux --target=i686-linux --prefix=/usr --sysconfdir=/usr/etc --includedir=/usr/include --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib CC_FOR_BUILD=" LD_PRELOAD= C_INCLUDE_PATH= CPPFLAGS= LIBRARY_PATH= /usr/bin/cc" --without-threads --with-gnu-ld --enable-deprecated --enable-discouraged --disable-error-on-warning --enable-relocation --enable-rpath have_makeinfo=no +configure_command_native= sh /home/dev/gub/target/linux-x86/src/guile-1.8.7/configure --prefix=/usr --cache-file=config.cache --enable-shared --disable-static --disable-silent-rules --build=x86_64-linux --host=i686-linux --target=i686-linux --prefix=/usr --sysconfdir=/usr/etc --includedir=/usr/include --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib CC_FOR_BUILD=" LD_PRELOAD= C_INCLUDE_PATH= CPPFLAGS= LIBRARY_PATH= /usr/bin/cc" +configure_flags= --prefix=/usr --cache-file=config.cache --enable-shared --disable-static --disable-silent-rules --build=x86_64-linux --host=i686-linux --target=i686-linux --prefix=/usr --sysconfdir=/usr/etc --includedir=/usr/include --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib +configure_prefix=/usr +configure_variables= CC_FOR_BUILD=" LD_PRELOAD= C_INCLUDE_PATH= CPPFLAGS= LIBRARY_PATH= /usr/bin/cc" +conflicts_string=; +core_prefix=/home/dev/gub/target/linux-x86/root/usr/cross/core +cpu=i686 +cpu_count=4 +cpu_count_str=4 +cross_allsrcdir=/home/dev/gub/target/linux-x86/src/cross +cross_dir=/cross +cross_packages=/home/dev/gub/target/linux-x86/packages/cross +cross_prefix=/home/dev/gub/target/linux-x86/root/usr/cross +cross_statusdir=/home/dev/gub/target/linux-x86/status/cross +debian_branch=stable +dependencies_string=; +description= +downloads=/home/dev/gub/downloads +fakeroot=fakeroot -i -s +fakeroot_cache= +file_name=guile-1.8.7.tar +full_version=1.8.7 +gtk_version=2.8 +gubdir=/home/dev/gub +gubdir_prefix=/home/dev/gub +guile_configure_flags= --without-threads --with-gnu-ld --enable-deprecated --enable-discouraged --disable-error-on-warning --enable-relocation --enable-rpath +guile_configure_variables= have_makeinfo=no +install_command=make DESTDIR=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root install +install_flags= DESTDIR=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root install +install_flags_destdir_broken= bindir=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/bin aclocaldir=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/share/aclocal datadir=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/share exec_prefix=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr gcc_tooldir=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr includedir=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/include infodir=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/share/info libdir=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/lib libexecdir=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/lib mandir=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/share/man prefix=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr sysconfdir=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/etc tooldir=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr +install_prefix=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr +install_root=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root +installdir=/home/dev/gub/target/linux-x86/install +job_spec=-j8 +libs= +logdir=/home/dev/gub/target/linux-x86/log +make_flags= +name=guile +name_version=guile-1.8.7 +nsisdir=/home/dev/gub/nsis +os=linux +package_arch=i386 +packages=/home/dev/gub/target/linux-x86/packages +packaging_suffix_dir= +patchdir=/home/dev/gub/patches +platform=linux-x86 +platform_uploads=/home/dev/gub/uploads/linux-x86 +prefix_dir=/usr +pretty_name=Guile +root_dir=/root +rpath=-Wl,-rpath -Wl,\$$ORIGIN/../lib -Wl,-rpath -Wl,/home/dev/gub/target/linux-x86/root/usr/lib +so_extension=.so +so_version=17 +source_checksum=guile-1.8.7 +source_name=guile +sourcefiledir=/home/dev/gub/sourcefiles +specdir=/home/dev/gub/gub/specs +split_ball=/home/dev/gub/target/linux-x86/packages/guile-runtime-1.8.7.linux-x86.gup +split_hdr=/home/dev/gub/target/linux-x86/packages/guile-runtime.linux-x86.hdr +split_name=guile-runtime +src_package_ball=/home/dev/gub/target/linux-x86/packages/guile-1.8.7-src.linux-x86.tar.gz +src_package_uploads=/home/dev/gub/target/linux-x86/packages +srcdir=/home/dev/gub/target/linux-x86/src/guile-1.8.7 +stamp_file=/home/dev/gub/target/linux-x86/status/guile-1.8.7-guile-1.8.7 +statusdir=/home/dev/gub/target/linux-x86/status +sub_name=runtime +system_cross_prefix=/home/dev/gub/target/linux-x86/root/usr/cross +system_prefix=/home/dev/gub/target/linux-x86/root/usr +system_root=/home/dev/gub/target/linux-x86/root +target_architecture=i686-linux +target_bits=32 +target_cpu=i686 +target_gcc_flags= +target_os=linux +target_platform=linux-x86 +targetdir=/home/dev/gub/target/linux-x86 +toolchain_prefix=i686-linux- +tools32_prefix=/home/dev/gub/target/tools32/root/usr +tools32_root=/home/dev/gub/target/tools32/root +tools32_root_dir=/tools32/root +tools_archmatch_prefix=/home/dev/gub/target/tools32/root/usr +tools_cross_prefix=/home/dev/gub/target/tools/root/usr/cross +tools_prefix=/home/dev/gub/target/tools/root/usr +tools_root=/home/dev/gub/target/tools/root +tools_root_dir=/tools/root +uploads=/home/dev/gub/uploads +vc_branch= +vc_branch_suffix= +version=1.8.7 +workdir=/home/dev/gub +workdir_prefix=/home/dev/gub +rm -rf /home/dev/gub/target/linux-x86/install/guile-1.8.7-root/lib +rm -rf /home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/lib +rm -rf /home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/share +PackageGlobs +/ +/home/dev/gub/target/linux-x86/install/guile-1.8.7-root + +/home/dev/gub/target/linux-x86/packages/guile-1.8.7.linux-x86.gup +Dump +/home/dev/gub/target/linux-x86/packages/guile.linux-x86.hdr +AR=i686-linux-ar +AS=i686-linux-as +BUILD_CC=C_INCLUDE_PATH= CPATH= CPPFLAGS= LIBRARY_PATH= cc +CC=i686-linux-gcc +CCLD_FOR_BUILD=C_INCLUDE_PATH= CPATH= CPPFLAGS= LIBRARY_PATH= cc +CC_FOR_BUILD=C_INCLUDE_PATH= CPATH= CPPFLAGS= LIBRARY_PATH= cc +CPATH= +CPLUS_INCLUDE_PATH= +CXX=i686-linux-g++ +C_INCLUDE_PATH= +LD=i686-linux-ld +LDFLAGS= +LDFLAGS_FOR_BUILD= +LD_LIBRARY_PATH=/home/dev/gub/target/linux-x86/root +LD_PRELOAD=/home/dev/gub/target/tools/root/usr/lib/librestrict.so +LIBRARY_PATH= +NM=i686-linux-nm +PATH=/home/dev/gub/target/linux-x86/root/usr/cross/bin:/home/dev/gub/target/tools32/root/usr/bin:/home/dev/gub/target/tools/root/usr/bin:/home/dev/gub/target/tools/root/usr/cross/bin:/home/dev/gub/target/tools/root/usr/bin:/root/git-cl:/scripts/auxiliar:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin +PERL5LIB=foo:/home/dev/gub/target/tools/root/usr/lib/perl5/5.10.0:/home/dev/gub/target/tools/root/usr/lib/perl5/5.10.0/x86_64-linux:/home/dev/gub/target/tools/root/usr/share/autoconf +PKG_CONFIG=pkg-config --define-variable prefix=/home/dev/gub/target/linux-x86/root/usr --define-variable includedir=/home/dev/gub/target/linux-x86/root/usr/include --define-variable libdir=/home/dev/gub/target/linux-x86/root/usr/lib +PKG_CONFIG_PATH=/home/dev/gub/target/linux-x86/root/usr/lib/pkgconfig +RANLIB=i686-linux-ranlib +SED=sed +__module__=guile +_created_name=guile +allbuilddir=/home/dev/gub/target/linux-x86/build +alllogdir=/home/dev/gub/log +allsrcdir=/home/dev/gub/target/linux-x86/src +alltargetdir=/home/dev/gub/target +architecture=i686-linux +autodir=/home/dev/gub/target/linux-x86/src/guile-1.8.7 +ball_suffix=-1.8.7 +basename=guile-1.8.7 +bits=32 +branch= +build_architecture=x86_64-linux +build_bits=64 +build_cpu=x86_64 +build_dependencies_string=gettext-devel;gmp-devel;libtool;linux-x86::cross/binutils;linux-x86::cross/gcc;linux-x86::cross/gcc-core;linux-x86::glibc;linux-x86::glibc-core;linux-x86::linux-headers;system::gcc;tools::file;tools::guile;tools::librestrict;tools::libtool;tools::make;tools::patch;tools::tar;tools::zlib +build_hardware_bits=64 +build_number=1 +build_os=linux +build_platform=linux-64 +builddir=/home/dev/gub/target/linux-x86/build/guile-1.8.7 +category= +checksum_file=/home/dev/gub/target/linux-x86/packages/guile.checksum +compile_command=preinstguile=/home/dev/gub/target/tools/root/usr/bin/guile make -j8 +compile_command_native=make -j8 LD_PRELOAD= LD_LIBRARY_PATH=/home/dev/gub/target/tools/root/usr/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} cross_compiling=yes +compile_flags= +compile_flags_native= LD_PRELOAD= LD_LIBRARY_PATH=/home/dev/gub/target/tools/root/usr/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} cross_compiling=yes +config_cache_file=/home/dev/gub/target/linux-x86/build/guile-1.8.7/config.cache +config_cache_overrides= +config_script= +configure_binary=/home/dev/gub/target/linux-x86/src/guile-1.8.7/configure +configure_command=GUILE_FOR_BUILD=/home/dev/gub/target/tools/root/usr/bin/guile sh /home/dev/gub/target/linux-x86/src/guile-1.8.7/configure --prefix=/usr --cache-file=config.cache --enable-shared --disable-static --disable-silent-rules --build=x86_64-linux --host=i686-linux --target=i686-linux --prefix=/usr --sysconfdir=/usr/etc --includedir=/usr/include --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib CC_FOR_BUILD=" LD_PRELOAD= C_INCLUDE_PATH= CPPFLAGS= LIBRARY_PATH= /usr/bin/cc" --without-threads --with-gnu-ld --enable-deprecated --enable-discouraged --disable-error-on-warning --enable-relocation --enable-rpath have_makeinfo=no +configure_command_native= sh /home/dev/gub/target/linux-x86/src/guile-1.8.7/configure --prefix=/usr --cache-file=config.cache --enable-shared --disable-static --disable-silent-rules --build=x86_64-linux --host=i686-linux --target=i686-linux --prefix=/usr --sysconfdir=/usr/etc --includedir=/usr/include --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib CC_FOR_BUILD=" LD_PRELOAD= C_INCLUDE_PATH= CPPFLAGS= LIBRARY_PATH= /usr/bin/cc" +configure_flags= --prefix=/usr --cache-file=config.cache --enable-shared --disable-static --disable-silent-rules --build=x86_64-linux --host=i686-linux --target=i686-linux --prefix=/usr --sysconfdir=/usr/etc --includedir=/usr/include --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib +configure_prefix=/usr +configure_variables= CC_FOR_BUILD=" LD_PRELOAD= C_INCLUDE_PATH= CPPFLAGS= LIBRARY_PATH= /usr/bin/cc" +conflicts_string=; +core_prefix=/home/dev/gub/target/linux-x86/root/usr/cross/core +cpu=i686 +cpu_count=4 +cpu_count_str=4 +cross_allsrcdir=/home/dev/gub/target/linux-x86/src/cross +cross_dir=/cross +cross_packages=/home/dev/gub/target/linux-x86/packages/cross +cross_prefix=/home/dev/gub/target/linux-x86/root/usr/cross +cross_statusdir=/home/dev/gub/target/linux-x86/status/cross +debian_branch=stable +dependencies_string=;gettext;gmp;libtool;guile-runtime +description= +downloads=/home/dev/gub/downloads +fakeroot=fakeroot -i -s +fakeroot_cache= +file_name=guile-1.8.7.tar +full_version=1.8.7 +gtk_version=2.8 +gubdir=/home/dev/gub +gubdir_prefix=/home/dev/gub +guile_configure_flags= --without-threads --with-gnu-ld --enable-deprecated --enable-discouraged --disable-error-on-warning --enable-relocation --enable-rpath +guile_configure_variables= have_makeinfo=no +install_command=make DESTDIR=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root install +install_flags= DESTDIR=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root install +install_flags_destdir_broken= bindir=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/bin aclocaldir=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/share/aclocal datadir=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/share exec_prefix=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr gcc_tooldir=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr includedir=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/include infodir=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/share/info libdir=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/lib libexecdir=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/lib mandir=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/share/man prefix=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr sysconfdir=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr/etc tooldir=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr +install_prefix=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root/usr +install_root=/home/dev/gub/target/linux-x86/install/guile-1.8.7-root +installdir=/home/dev/gub/target/linux-x86/install +job_spec=-j8 +libs= +logdir=/home/dev/gub/target/linux-x86/log +make_flags= +name=guile +name_version=guile-1.8.7 +nsisdir=/home/dev/gub/nsis +os=linux +package_arch=i386 +packages=/home/dev/gub/target/linux-x86/packages +packaging_suffix_dir= +patchdir=/home/dev/gub/patches +platform=linux-x86 +platform_uploads=/home/dev/gub/uploads/linux-x86 +prefix_dir=/usr +pretty_name=Guile +root_dir=/root +rpath=-Wl,-rpath -Wl,\$$ORIGIN/../lib -Wl,-rpath -Wl,/home/dev/gub/target/linux-x86/root/usr/lib +so_extension=.so +so_version=17 +source_checksum=guile-1.8.7 +source_name=guile +sourcefiledir=/home/dev/gub/sourcefiles +specdir=/home/dev/gub/gub/specs +split_ball=/home/dev/gub/target/linux-x86/packages/guile-1.8.7.linux-x86.gup +split_hdr=/home/dev/gub/target/linux-x86/packages/guile.linux-x86.hdr +split_name=guile +src_package_ball=/home/dev/gub/target/linux-x86/packages/guile-1.8.7-src.linux-x86.tar.gz +src_package_uploads=/home/dev/gub/target/linux-x86/packages +srcdir=/home/dev/gub/target/linux-x86/src/guile-1.8.7 +stamp_file=/home/dev/gub/target/linux-x86/status/guile-1.8.7-guile-1.8.7 +statusdir=/home/dev/gub/target/linux-x86/status +sub_name= +system_cross_prefix=/home/dev/gub/target/linux-x86/root/usr/cross +system_prefix=/home/dev/gub/target/linux-x86/root/usr +system_root=/home/dev/gub/target/linux-x86/root +target_architecture=i686-linux +target_bits=32 +target_cpu=i686 +target_gcc_flags= +target_os=linux +target_platform=linux-x86 +targetdir=/home/dev/gub/target/linux-x86 +toolchain_prefix=i686-linux- +tools32_prefix=/home/dev/gub/target/tools32/root/usr +tools32_root=/home/dev/gub/target/tools32/root +tools32_root_dir=/tools32/root +tools_archmatch_prefix=/home/dev/gub/target/tools32/root/usr +tools_cross_prefix=/home/dev/gub/target/tools/root/usr/cross +tools_prefix=/home/dev/gub/target/tools/root/usr +tools_root=/home/dev/gub/target/tools/root +tools_root_dir=/tools/root +uploads=/home/dev/gub/uploads +vc_branch= +vc_branch_suffix= +version=1.8.7 +workdir=/home/dev/gub +workdir_prefix=/home/dev/gub +rm -rf /home/dev/gub/target/linux-x86/install/guile-1.8.7-root +Dump +/home/dev/gub/target/linux-x86/status/guile-1.8.7-guile-1.8.7 +package +rm -rf /home/dev/gub/target/linux-x86/status/guile-1.8.7-guile-1.8.7 /home/dev/gub/target/linux-x86/install/guile-1.8.7-root +rm -rf /home/dev/gub/target/linux-x86/src/guile-1.8.7 /home/dev/gub/target/linux-x86/build/guile-1.8.7 building package: linux-x86::guile *** Stage: download (guile, linux-x86) *** Stage: untar (guile, linux-x86) invoking rm -rf /home/dev/gub/target/linux-x86/src/guile-1.8.7 /home/dev/gub/target/linux-x86/build/guile-1.8.7 /home/dev/gub/target/linux-x86/install/guile-1.8.7-root invoking mkdir /home/dev/gub/target/linux-x86/src/guile-1.8.7 invoking tar -C /home/dev/gub/target/linux-x86/src/guile-1.8.7 --strip-component=1 -v -z -xf /home/dev/gub/downloads/guile/guile-1.8.7.tar.gz guile-1.8.7/mdate-sh guile-1.8.7/acinclude.m4 guile-1.8.7/configure guile-1.8.7/aclocal.m4 guile-1.8.7/lang/ guile-1.8.7/lang/Makefile.in guile-1.8.7/lang/elisp/ guile-1.8.7/lang/elisp/transform.scm guile-1.8.7/lang/elisp/ChangeLog-2008 guile-1.8.7/lang/elisp/primitives/ guile-1.8.7/lang/elisp/primitives/fns.scm guile-1.8.7/lang/elisp/primitives/signal.scm guile-1.8.7/lang/elisp/primitives/features.scm guile-1.8.7/lang/elisp/primitives/load.scm guile-1.8.7/lang/elisp/primitives/keymaps.scm guile-1.8.7/lang/elisp/primitives/strings.scm guile-1.8.7/lang/elisp/primitives/guile.scm guile-1.8.7/lang/elisp/primitives/time.scm guile-1.8.7/lang/elisp/primitives/pure.scm guile-1.8.7/lang/elisp/primitives/format.scm guile-1.8.7/lang/elisp/primitives/lists.scm guile-1.8.7/lang/elisp/primitives/symprop.scm guile-1.8.7/lang/elisp/primitives/match.scm guile-1.8.7/lang/elisp/primitives/system.scm guile-1.8.7/lang/elisp/primitives/buffers.scm guile-1.8.7/lang/elisp/primitives/numbers.scm guile-1.8.7/lang/elisp/primitives/read.scm guile-1.8.7/lang/elisp/primitives/syntax.scm guile-1.8.7/lang/elisp/primitives/char-table.scm guile-1.8.7/lang/elisp/internals/ guile-1.8.7/lang/elisp/internals/signal.scm guile-1.8.7/lang/elisp/internals/load.scm guile-1.8.7/lang/elisp/internals/null.scm guile-1.8.7/lang/elisp/internals/lambda.scm guile-1.8.7/lang/elisp/internals/set.scm guile-1.8.7/lang/elisp/internals/time.scm guile-1.8.7/lang/elisp/internals/format.scm guile-1.8.7/lang/elisp/internals/evaluation.scm guile-1.8.7/lang/elisp/internals/fset.scm guile-1.8.7/lang/elisp/internals/trace.scm guile-1.8.7/lang/elisp/base.scm guile-1.8.7/lang/elisp/example.el guile-1.8.7/lang/elisp/variables.scm guile-1.8.7/lang/elisp/interface.scm guile-1.8.7/lang/Makefile.am guile-1.8.7/test-suite/ guile-1.8.7/test-suite/README guile-1.8.7/test-suite/ChangeLog-2008 guile-1.8.7/test-suite/Makefile.in guile-1.8.7/test-suite/Makefile.am guile-1.8.7/test-suite/tests/ guile-1.8.7/test-suite/tests/symbols.test guile-1.8.7/test-suite/tests/srfi-14.test guile-1.8.7/test-suite/tests/exceptions.test guile-1.8.7/test-suite/tests/guardians.test guile-1.8.7/test-suite/tests/goops.test guile-1.8.7/test-suite/tests/signals.test guile-1.8.7/test-suite/tests/version.test guile-1.8.7/test-suite/tests/threads.test guile-1.8.7/test-suite/tests/bit-operations.test guile-1.8.7/test-suite/tests/c-api/ guile-1.8.7/test-suite/tests/c-api/testlib.h guile-1.8.7/test-suite/tests/c-api/README guile-1.8.7/test-suite/tests/c-api/testlib.c guile-1.8.7/test-suite/tests/c-api/strings.c guile-1.8.7/test-suite/tests/c-api/Makefile guile-1.8.7/test-suite/tests/strings.test guile-1.8.7/test-suite/tests/syncase.test guile-1.8.7/test-suite/tests/ftw.test guile-1.8.7/test-suite/tests/srfi-26.test guile-1.8.7/test-suite/tests/format.test guile-1.8.7/test-suite/tests/srfi-35.test guile-1.8.7/test-suite/tests/syntax.test guile-1.8.7/test-suite/tests/interp.test guile-1.8.7/test-suite/tests/popen.test guile-1.8.7/test-suite/tests/srfi-6.test guile-1.8.7/test-suite/tests/options.test guile-1.8.7/test-suite/tests/srfi-69.test guile-1.8.7/test-suite/tests/eval.test guile-1.8.7/test-suite/tests/chars.test guile-1.8.7/test-suite/tests/numbers.test guile-1.8.7/test-suite/tests/srfi-88.test guile-1.8.7/test-suite/tests/socket.test guile-1.8.7/test-suite/tests/c-api.test guile-1.8.7/test-suite/tests/r4rs.test guile-1.8.7/test-suite/tests/reader.test guile-1.8.7/test-suite/tests/list.test guile-1.8.7/test-suite/tests/srfi-39.test guile-1.8.7/test-suite/tests/continuations.test guile-1.8.7/test-suite/tests/getopt-long.test guile-1.8.7/test-suite/tests/srcprop.test guile-1.8.7/test-suite/tests/ports.test guile-1.8.7/test-suite/tests/srfi-60.test guile-1.8.7/test-suite/tests/posix.test guile-1.8.7/test-suite/tests/arbiters.test guile-1.8.7/test-suite/tests/srfi-31.test guile-1.8.7/test-suite/tests/hooks.test guile-1.8.7/test-suite/tests/elisp.test guile-1.8.7/test-suite/tests/optargs.test guile-1.8.7/test-suite/tests/unif.test guile-1.8.7/test-suite/tests/structs.test guile-1.8.7/test-suite/tests/time.test guile-1.8.7/test-suite/tests/srfi-1.test guile-1.8.7/test-suite/tests/srfi-19.test guile-1.8.7/test-suite/tests/receive.test guile-1.8.7/test-suite/tests/load.test guile-1.8.7/test-suite/tests/srfi-10.test guile-1.8.7/test-suite/tests/srfi-37.test guile-1.8.7/test-suite/tests/multilingual.nottest guile-1.8.7/test-suite/tests/hash.test guile-1.8.7/test-suite/tests/srfi-11.test guile-1.8.7/test-suite/tests/srfi-9.test guile-1.8.7/test-suite/tests/ramap.test guile-1.8.7/test-suite/tests/regexp.test guile-1.8.7/test-suite/tests/srfi-34.test guile-1.8.7/test-suite/tests/environments.test guile-1.8.7/test-suite/tests/filesys.test guile-1.8.7/test-suite/tests/and-let-star.test guile-1.8.7/test-suite/tests/weaks.test guile-1.8.7/test-suite/tests/q.test guile-1.8.7/test-suite/tests/poe.test guile-1.8.7/test-suite/tests/gc.test guile-1.8.7/test-suite/tests/fractions.test guile-1.8.7/test-suite/tests/common-list.test guile-1.8.7/test-suite/tests/srfi-4.test guile-1.8.7/test-suite/tests/srfi-13.test guile-1.8.7/test-suite/tests/r5rs_pitfall.test guile-1.8.7/test-suite/tests/import.test guile-1.8.7/test-suite/tests/modules.test guile-1.8.7/test-suite/tests/alist.test guile-1.8.7/test-suite/tests/procprop.test guile-1.8.7/test-suite/guile-test guile-1.8.7/test-suite/lib.scm guile-1.8.7/test-suite/standalone/ guile-1.8.7/test-suite/standalone/test-list.c guile-1.8.7/test-suite/standalone/README guile-1.8.7/test-suite/standalone/test-use-srfi guile-1.8.7/test-suite/standalone/test-round.c guile-1.8.7/test-suite/standalone/test-unwind.c guile-1.8.7/test-suite/standalone/test-conversion.c guile-1.8.7/test-suite/standalone/test-asmobs-lib.x guile-1.8.7/test-suite/standalone/Makefile.in guile-1.8.7/test-suite/standalone/test-scm-with-guile.c guile-1.8.7/test-suite/standalone/test-use-srfi.in guile-1.8.7/test-suite/standalone/Makefile.am guile-1.8.7/test-suite/standalone/test-scm-c-read.c guile-1.8.7/test-suite/standalone/test-num2integral.c guile-1.8.7/test-suite/standalone/test-scm-take-locale-symbol.c guile-1.8.7/test-suite/standalone/test-gh.c guile-1.8.7/test-suite/standalone/test-with-guile-module.c guile-1.8.7/test-suite/standalone/test-require-extension guile-1.8.7/test-suite/standalone/test-fast-slot-ref guile-1.8.7/test-suite/standalone/test-bad-identifiers guile-1.8.7/test-suite/standalone/test-system-cmds guile-1.8.7/test-suite/standalone/test-fast-slot-ref.in guile-1.8.7/test-suite/standalone/test-asmobs-lib.c guile-1.8.7/test-suite/standalone/test-asmobs guile-1.8.7/doc/ guile-1.8.7/doc/oldfmt.c guile-1.8.7/doc/README guile-1.8.7/doc/ChangeLog-2008 guile-1.8.7/doc/NEWS guile-1.8.7/doc/Makefile.in guile-1.8.7/doc/THANKS guile-1.8.7/doc/Makefile.am guile-1.8.7/doc/ref/ guile-1.8.7/doc/ref/tools.texi guile-1.8.7/doc/ref/data-rep.texi guile-1.8.7/doc/ref/ChangeLog-2008 guile-1.8.7/doc/ref/libguile-concepts.texi guile-1.8.7/doc/ref/api-snarf.texi guile-1.8.7/doc/ref/scheme-ideas.texi guile-1.8.7/doc/ref/api-scm.texi guile-1.8.7/doc/ref/api-binding.texi guile-1.8.7/doc/ref/expect.texi guile-1.8.7/doc/ref/libguile-snarf.texi guile-1.8.7/doc/ref/guile.info-3 guile-1.8.7/doc/ref/version.texi guile-1.8.7/doc/ref/libguile-smobs.texi guile-1.8.7/doc/ref/libguile-linking.texi guile-1.8.7/doc/ref/gh.texi guile-1.8.7/doc/ref/guile.info-7 guile-1.8.7/doc/ref/indices.texi guile-1.8.7/doc/ref/stamp-vti guile-1.8.7/doc/ref/Makefile.in guile-1.8.7/doc/ref/scheme-intro.texi guile-1.8.7/doc/ref/libguile-extensions.texi guile-1.8.7/doc/ref/guile.info-6 guile-1.8.7/doc/ref/api-memory.texi guile-1.8.7/doc/ref/guile.info-5 guile-1.8.7/doc/ref/Makefile.am guile-1.8.7/doc/ref/guile.info-2 guile-1.8.7/doc/ref/api-i18n.texi guile-1.8.7/doc/ref/fdl.texi guile-1.8.7/doc/ref/scheme-scripts.texi guile-1.8.7/doc/ref/mod-getopt-long.texi guile-1.8.7/doc/ref/scheme-indices.texi guile-1.8.7/doc/ref/misc-modules.texi guile-1.8.7/doc/ref/guile.info-4 guile-1.8.7/doc/ref/api-init.texi guile-1.8.7/doc/ref/preface.texi guile-1.8.7/doc/ref/scheme-reading.texi guile-1.8.7/doc/ref/intro.texi guile-1.8.7/doc/ref/api-io.texi guile-1.8.7/doc/ref/libguile-program.texi guile-1.8.7/doc/ref/scsh.texi guile-1.8.7/doc/ref/api-translation.texi guile-1.8.7/doc/ref/scheme-debugging.texi guile-1.8.7/doc/ref/tcltk.texi guile-1.8.7/doc/ref/api-utility.texi guile-1.8.7/doc/ref/scheme-using.texi guile-1.8.7/doc/ref/autoconf.texi guile-1.8.7/doc/ref/api-options.texi guile-1.8.7/doc/ref/slib.texi guile-1.8.7/doc/ref/api-control.texi guile-1.8.7/doc/ref/script-getopt.texi guile-1.8.7/doc/ref/api-compound.texi guile-1.8.7/doc/ref/api-evaluation.texi guile-1.8.7/doc/ref/srfi-modules.texi guile-1.8.7/doc/ref/guile.info guile-1.8.7/doc/ref/guile.texi guile-1.8.7/doc/ref/guile.info-1 guile-1.8.7/doc/ref/repl-modules.texi guile-1.8.7/doc/ref/api-smobs.texi guile-1.8.7/doc/ref/api-data.texi guile-1.8.7/doc/ref/posix.texi guile-1.8.7/doc/ref/api-debug.texi guile-1.8.7/doc/ref/api-overview.texi guile-1.8.7/doc/ref/api-scheduling.texi guile-1.8.7/doc/ref/api-procedures.texi guile-1.8.7/doc/ref/api-modules.texi guile-1.8.7/doc/ref/autoconf-macros.texi guile-1.8.7/doc/r5rs/ guile-1.8.7/doc/r5rs/ChangeLog-2008 guile-1.8.7/doc/r5rs/r5rs.texi guile-1.8.7/doc/r5rs/Makefile.in guile-1.8.7/doc/r5rs/r5rs.info guile-1.8.7/doc/r5rs/Makefile.am guile-1.8.7/doc/goops/ guile-1.8.7/doc/goops/ChangeLog-2008 guile-1.8.7/doc/goops/hierarchy.txt guile-1.8.7/doc/goops/hierarchy.pdf guile-1.8.7/doc/goops/Makefile.in guile-1.8.7/doc/goops/Makefile.am guile-1.8.7/doc/goops/hierarchy.eps guile-1.8.7/doc/goops/hierarchy.png guile-1.8.7/doc/goops/goops-tutorial.texi guile-1.8.7/doc/goops/goops.info guile-1.8.7/doc/goops/goops.texi guile-1.8.7/doc/tutorial/ guile-1.8.7/doc/tutorial/ChangeLog-2008 guile-1.8.7/doc/tutorial/version.texi guile-1.8.7/doc/tutorial/stamp-vti guile-1.8.7/doc/tutorial/Makefile.in guile-1.8.7/doc/tutorial/guile-tut.texi guile-1.8.7/doc/tutorial/Makefile.am guile-1.8.7/doc/tutorial/guile-tut.info guile-1.8.7/doc/groupings.alist guile-1.8.7/doc/guile.1 guile-1.8.7/doc/example-smob/ guile-1.8.7/doc/example-smob/README guile-1.8.7/doc/example-smob/ChangeLog-2008 guile-1.8.7/doc/example-smob/image-type.h guile-1.8.7/doc/example-smob/myguile.c guile-1.8.7/doc/example-smob/image-type.c guile-1.8.7/doc/example-smob/Makefile guile-1.8.7/README guile-1.8.7/ChangeLog-2008 guile-1.8.7/ABOUT-NLS guile-1.8.7/examples/ guile-1.8.7/examples/README guile-1.8.7/examples/ChangeLog-2008 guile-1.8.7/examples/safe/ guile-1.8.7/examples/safe/README guile-1.8.7/examples/safe/safe guile-1.8.7/examples/safe/evil.scm guile-1.8.7/examples/safe/untrusted.scm guile-1.8.7/examples/box-module/ guile-1.8.7/examples/box-module/README guile-1.8.7/examples/box-module/box.c guile-1.8.7/examples/check.test guile-1.8.7/examples/Makefile.in guile-1.8.7/examples/Makefile.am guile-1.8.7/examples/scripts/ guile-1.8.7/examples/scripts/fact guile-1.8.7/examples/scripts/README guile-1.8.7/examples/scripts/hello guile-1.8.7/examples/scripts/simple-hello.scm guile-1.8.7/examples/box/ guile-1.8.7/examples/box/README guile-1.8.7/examples/box/box.c guile-1.8.7/examples/box-dynamic/ guile-1.8.7/examples/box-dynamic/README guile-1.8.7/examples/box-dynamic/box.c guile-1.8.7/examples/modules/ guile-1.8.7/examples/modules/README guile-1.8.7/examples/modules/module-2.scm guile-1.8.7/examples/modules/main guile-1.8.7/examples/modules/module-1.scm guile-1.8.7/examples/modules/module-0.scm guile-1.8.7/examples/box-dynamic-module/ guile-1.8.7/examples/box-dynamic-module/README guile-1.8.7/examples/box-dynamic-module/box-module.scm guile-1.8.7/examples/box-dynamic-module/box.c guile-1.8.7/examples/box-dynamic-module/box-mixed.scm guile-1.8.7/configure.in guile-1.8.7/benchmark-suite/ guile-1.8.7/benchmark-suite/README guile-1.8.7/benchmark-suite/ChangeLog-2008 guile-1.8.7/benchmark-suite/guile-benchmark guile-1.8.7/benchmark-suite/Makefile.in guile-1.8.7/benchmark-suite/Makefile.am guile-1.8.7/benchmark-suite/benchmarks/ guile-1.8.7/benchmark-suite/benchmarks/read.bm guile-1.8.7/benchmark-suite/benchmarks/logand.bm guile-1.8.7/benchmark-suite/benchmarks/0-reference.bm guile-1.8.7/benchmark-suite/benchmarks/if.bm guile-1.8.7/benchmark-suite/benchmarks/subr.bm guile-1.8.7/benchmark-suite/benchmarks/uniform-vector-read.bm guile-1.8.7/benchmark-suite/benchmarks/continuations.bm guile-1.8.7/benchmark-suite/lib.scm guile-1.8.7/NEWS guile-1.8.7/oop/ guile-1.8.7/oop/ChangeLog-2008 guile-1.8.7/oop/Makefile.in guile-1.8.7/oop/goops.scm guile-1.8.7/oop/Makefile.am guile-1.8.7/oop/goops/ guile-1.8.7/oop/goops/internal.scm guile-1.8.7/oop/goops/active-slot.scm guile-1.8.7/oop/goops/composite-slot.scm guile-1.8.7/oop/goops/Makefile.in guile-1.8.7/oop/goops/compile.scm guile-1.8.7/oop/goops/Makefile.am guile-1.8.7/oop/goops/util.scm guile-1.8.7/oop/goops/describe.scm guile-1.8.7/oop/goops/old-define-method.scm guile-1.8.7/oop/goops/accessors.scm guile-1.8.7/oop/goops/dispatch.scm guile-1.8.7/oop/goops/simple.scm guile-1.8.7/oop/goops/save.scm guile-1.8.7/oop/goops/stklos.scm guile-1.8.7/config.h.in guile-1.8.7/ice-9/ guile-1.8.7/ice-9/syncase.scm guile-1.8.7/ice-9/debugger.scm guile-1.8.7/ice-9/gap-buffer.scm guile-1.8.7/ice-9/rw.scm guile-1.8.7/ice-9/README guile-1.8.7/ice-9/ChangeLog-2008 guile-1.8.7/ice-9/rdelim.scm guile-1.8.7/ice-9/receive.scm guile-1.8.7/ice-9/documentation.scm guile-1.8.7/ice-9/runq.scm guile-1.8.7/ice-9/null.scm guile-1.8.7/ice-9/ftw.scm guile-1.8.7/ice-9/pretty-print.scm guile-1.8.7/ice-9/test.scm guile-1.8.7/ice-9/compile-psyntax.scm guile-1.8.7/ice-9/hcons.scm guile-1.8.7/ice-9/regex.scm guile-1.8.7/ice-9/Makefile.in guile-1.8.7/ice-9/expect.scm guile-1.8.7/ice-9/gds-server.scm guile-1.8.7/ice-9/networking.scm guile-1.8.7/ice-9/ls.scm guile-1.8.7/ice-9/getopt-long.scm guile-1.8.7/ice-9/Makefile.am guile-1.8.7/ice-9/time.scm guile-1.8.7/ice-9/psyntax.ss guile-1.8.7/ice-9/psyntax.pp guile-1.8.7/ice-9/poe.scm guile-1.8.7/ice-9/buffered-input.scm guile-1.8.7/ice-9/format.scm guile-1.8.7/ice-9/q.scm guile-1.8.7/ice-9/debugger/ guile-1.8.7/ice-9/debugger/command-loop.scm guile-1.8.7/ice-9/debugger/trc.scm guile-1.8.7/ice-9/debugger/commands.scm guile-1.8.7/ice-9/debugger/state.scm guile-1.8.7/ice-9/debugger/utils.scm guile-1.8.7/ice-9/debug.scm guile-1.8.7/ice-9/threads.scm guile-1.8.7/ice-9/slib.scm guile-1.8.7/ice-9/list.scm guile-1.8.7/ice-9/r5rs.scm guile-1.8.7/ice-9/channel.scm guile-1.8.7/ice-9/session.scm guile-1.8.7/ice-9/calling.scm guile-1.8.7/ice-9/occam-channel.scm guile-1.8.7/ice-9/stack-catch.scm guile-1.8.7/ice-9/lineio.scm guile-1.8.7/ice-9/serialize.scm guile-1.8.7/ice-9/mapping.scm guile-1.8.7/ice-9/string-fun.scm guile-1.8.7/ice-9/streams.scm guile-1.8.7/ice-9/gds-client.scm guile-1.8.7/ice-9/optargs.scm guile-1.8.7/ice-9/emacs.scm guile-1.8.7/ice-9/match.scm guile-1.8.7/ice-9/r4rs.scm guile-1.8.7/ice-9/posix.scm guile-1.8.7/ice-9/deprecated.scm guile-1.8.7/ice-9/and-let-star.scm guile-1.8.7/ice-9/safe-r5rs.scm guile-1.8.7/ice-9/history.scm guile-1.8.7/ice-9/debugging/ guile-1.8.7/ice-9/debugging/trc.scm guile-1.8.7/ice-9/debugging/steps.scm guile-1.8.7/ice-9/debugging/ice-9-debugger-extensions.scm guile-1.8.7/ice-9/debugging/traps.scm guile-1.8.7/ice-9/debugging/trace.scm guile-1.8.7/ice-9/debugging/example-fns.scm guile-1.8.7/ice-9/safe.scm guile-1.8.7/ice-9/weak-vector.scm guile-1.8.7/ice-9/common-list.scm guile-1.8.7/ice-9/popen.scm guile-1.8.7/ice-9/boot-9.scm guile-1.8.7/libguile.h guile-1.8.7/emacs/ guile-1.8.7/emacs/README guile-1.8.7/emacs/Makefile.in guile-1.8.7/emacs/Makefile.am guile-1.8.7/emacs/gds-scheme.el guile-1.8.7/emacs/gds-server.el guile-1.8.7/emacs/gds.el guile-1.8.7/build-aux/ guile-1.8.7/build-aux/mdate-sh guile-1.8.7/build-aux/config.rpath guile-1.8.7/build-aux/compile guile-1.8.7/build-aux/ltmain.sh guile-1.8.7/build-aux/config.guess guile-1.8.7/build-aux/elisp-comp guile-1.8.7/build-aux/install-sh guile-1.8.7/build-aux/config.sub guile-1.8.7/build-aux/depcomp guile-1.8.7/build-aux/missing guile-1.8.7/build-aux/texinfo.tex guile-1.8.7/config.rpath guile-1.8.7/Makefile.in guile-1.8.7/guile-tools.in guile-1.8.7/THANKS guile-1.8.7/Makefile.am guile-1.8.7/scripts/ guile-1.8.7/scripts/punify guile-1.8.7/scripts/snarf-check-and-output-texi guile-1.8.7/scripts/doc-snarf guile-1.8.7/scripts/README guile-1.8.7/scripts/ChangeLog-2008 guile-1.8.7/scripts/display-commentary guile-1.8.7/scripts/Makefile.in guile-1.8.7/scripts/scan-api guile-1.8.7/scripts/generate-autoload guile-1.8.7/scripts/Makefile.am guile-1.8.7/scripts/snarf-guile-m4-docs guile-1.8.7/scripts/frisk guile-1.8.7/scripts/api-diff guile-1.8.7/scripts/use2dot guile-1.8.7/scripts/read-text-outline guile-1.8.7/scripts/read-rfc822 guile-1.8.7/scripts/PROGRAM guile-1.8.7/scripts/autofrisk guile-1.8.7/scripts/summarize-guile-TODO guile-1.8.7/scripts/read-scheme-source guile-1.8.7/scripts/lint guile-1.8.7/COPYING.LESSER guile-1.8.7/compile guile-1.8.7/guile-1.8.pc.in guile-1.8.7/HACKING guile-1.8.7/m4/ guile-1.8.7/m4/autobuild.m4 guile-1.8.7/srfi/ guile-1.8.7/srfi/srfi-60.c guile-1.8.7/srfi/srfi-14.h guile-1.8.7/srfi/README guile-1.8.7/srfi/ChangeLog-2008 guile-1.8.7/srfi/srfi-19.scm guile-1.8.7/srfi/srfi-1.h guile-1.8.7/srfi/srfi-37.scm guile-1.8.7/srfi/srfi-69.scm guile-1.8.7/srfi/srfi-34.scm guile-1.8.7/srfi/srfi-13.scm guile-1.8.7/srfi/srfi-10.scm guile-1.8.7/srfi/srfi-1.scm guile-1.8.7/srfi/srfi-14.c guile-1.8.7/srfi/srfi-88.scm guile-1.8.7/srfi/Makefile.in guile-1.8.7/srfi/Makefile.am guile-1.8.7/srfi/srfi-31.scm guile-1.8.7/srfi/srfi-17.scm guile-1.8.7/srfi/srfi-6.scm guile-1.8.7/srfi/srfi-9.scm guile-1.8.7/srfi/srfi-26.scm guile-1.8.7/srfi/srfi-11.scm guile-1.8.7/srfi/srfi-2.scm guile-1.8.7/srfi/srfi-14.x guile-1.8.7/srfi/srfi-4.c guile-1.8.7/srfi/srfi-13.c guile-1.8.7/srfi/srfi-13.h guile-1.8.7/srfi/srfi-60.x guile-1.8.7/srfi/srfi-35.scm guile-1.8.7/srfi/srfi-8.scm guile-1.8.7/srfi/srfi-60.scm guile-1.8.7/srfi/srfi-16.scm guile-1.8.7/srfi/srfi-1.c guile-1.8.7/srfi/srfi-39.scm guile-1.8.7/srfi/srfi-4.x guile-1.8.7/srfi/srfi-4.h guile-1.8.7/srfi/srfi-4.scm guile-1.8.7/srfi/srfi-14.scm guile-1.8.7/srfi/srfi-13.x guile-1.8.7/srfi/srfi-1.x guile-1.8.7/srfi/srfi-60.h guile-1.8.7/GUILE-VERSION guile-1.8.7/benchmark-guile.in guile-1.8.7/libguile/ guile-1.8.7/libguile/gc_os_dep.c guile-1.8.7/libguile/gc-card.c guile-1.8.7/libguile/mallocs.c guile-1.8.7/libguile/chars.c guile-1.8.7/libguile/throw.h guile-1.8.7/libguile/objects.h guile-1.8.7/libguile/error.h guile-1.8.7/libguile/fluids.c guile-1.8.7/libguile/strings.h guile-1.8.7/libguile/gen-scmconfig.h.in guile-1.8.7/libguile/hooks.c guile-1.8.7/libguile/srfi-14.h guile-1.8.7/libguile/discouraged.h guile-1.8.7/libguile/inet_aton.c guile-1.8.7/libguile/gettext.h guile-1.8.7/libguile/filesys.h guile-1.8.7/libguile/read.h guile-1.8.7/libguile/eval.c guile-1.8.7/libguile/gh_predicates.c guile-1.8.7/libguile/hash.h guile-1.8.7/libguile/gh_list.c guile-1.8.7/libguile/pairs.c guile-1.8.7/libguile/futures.h guile-1.8.7/libguile/rw.c guile-1.8.7/libguile/gsubr.c guile-1.8.7/libguile/properties.c guile-1.8.7/libguile/ioext.h guile-1.8.7/libguile/ChangeLog-2008 guile-1.8.7/libguile/inline.h guile-1.8.7/libguile/symbols.c guile-1.8.7/libguile/async.h guile-1.8.7/libguile/sort.h guile-1.8.7/libguile/read.c guile-1.8.7/libguile/eq.c guile-1.8.7/libguile/ChangeLog-2000 guile-1.8.7/libguile/strorder.h guile-1.8.7/libguile/vectors.c guile-1.8.7/libguile/hash.c guile-1.8.7/libguile/cpp_sig_symbols.c guile-1.8.7/libguile/objprop.c guile-1.8.7/libguile/procprop.c guile-1.8.7/libguile/dynl.h guile-1.8.7/libguile/guile.c guile-1.8.7/libguile/socket.h guile-1.8.7/libguile/feature.h guile-1.8.7/libguile/srcprop.c guile-1.8.7/libguile/tags.h guile-1.8.7/libguile/deprecated.c guile-1.8.7/libguile/vports.c guile-1.8.7/libguile/debug-malloc.h guile-1.8.7/libguile/keywords.h guile-1.8.7/libguile/putenv.c guile-1.8.7/libguile/dynwind.c guile-1.8.7/libguile/conv-uinteger.i.c guile-1.8.7/libguile/root.c guile-1.8.7/libguile/error.c guile-1.8.7/libguile/pairs.h guile-1.8.7/libguile/cpp_cnvt.awk guile-1.8.7/libguile/convert.i.c guile-1.8.7/libguile/convert.c guile-1.8.7/libguile/weaks.c guile-1.8.7/libguile/discouraged.c guile-1.8.7/libguile/scmsigs.c guile-1.8.7/libguile/fports.h guile-1.8.7/libguile/debug.h guile-1.8.7/libguile/unif.h guile-1.8.7/libguile/init.c guile-1.8.7/libguile/environments.h guile-1.8.7/libguile/srfi-14.c guile-1.8.7/libguile/measure-hwm.scm guile-1.8.7/libguile/values.h guile-1.8.7/libguile/inline.c guile-1.8.7/libguile/debug.c guile-1.8.7/libguile/print.c guile-1.8.7/libguile/stackchk.h guile-1.8.7/libguile/cpp_sig_symbols.in guile-1.8.7/libguile/gc.h guile-1.8.7/libguile/fluids.h guile-1.8.7/libguile/Makefile.in guile-1.8.7/libguile/ChangeLog-gh guile-1.8.7/libguile/scmconfig.h.top guile-1.8.7/libguile/alist.h guile-1.8.7/libguile/procs.c guile-1.8.7/libguile/guile-func-name-check.in guile-1.8.7/libguile/stacks.h guile-1.8.7/libguile/procprop.h guile-1.8.7/libguile/unif.c guile-1.8.7/libguile/variable.h guile-1.8.7/libguile/Makefile.am guile-1.8.7/libguile/weaks.h guile-1.8.7/libguile/boolean.h guile-1.8.7/libguile/guardians.c guile-1.8.7/libguile/symbols.h guile-1.8.7/libguile/socket.c guile-1.8.7/libguile/extensions.h guile-1.8.7/libguile/stacks.c guile-1.8.7/libguile/deprecation.h guile-1.8.7/libguile/regex-posix.c guile-1.8.7/libguile/win32-uname.h guile-1.8.7/libguile/ChangeLog-scm guile-1.8.7/libguile/eval.h guile-1.8.7/libguile/gh.h guile-1.8.7/libguile/win32-socket.c guile-1.8.7/libguile/net_db.h guile-1.8.7/libguile/gsubr.h guile-1.8.7/libguile/gdbint.h guile-1.8.7/libguile/posix.c guile-1.8.7/libguile/cpp_signal.c guile-1.8.7/libguile/modules.c guile-1.8.7/libguile/strings.c guile-1.8.7/libguile/dynl.c guile-1.8.7/libguile/keywords.c guile-1.8.7/libguile/net_db.c guile-1.8.7/libguile/strerror.c guile-1.8.7/libguile/numbers.c guile-1.8.7/libguile/gen-scmconfig.c guile-1.8.7/libguile/version.h.in guile-1.8.7/libguile/goops.c guile-1.8.7/libguile/simpos.c guile-1.8.7/libguile/random.h guile-1.8.7/libguile/srcprop.h guile-1.8.7/libguile/random.c guile-1.8.7/libguile/sort.c guile-1.8.7/libguile/rdelim.h guile-1.8.7/libguile/struct.h guile-1.8.7/libguile/gh_io.c guile-1.8.7/libguile/guile-snarf.in guile-1.8.7/libguile/deprecated.h guile-1.8.7/libguile/srfi-4.i.c guile-1.8.7/libguile/_scm.h guile-1.8.7/libguile/alist.c guile-1.8.7/libguile/srfi-4.c guile-1.8.7/libguile/srfi-13.c guile-1.8.7/libguile/smob.h guile-1.8.7/libguile/srfi-13.h guile-1.8.7/libguile/win32-socket.h guile-1.8.7/libguile/lang.h guile-1.8.7/libguile/gdbint.c guile-1.8.7/libguile/strorder.c guile-1.8.7/libguile/debug-malloc.c guile-1.8.7/libguile/backtrace.h guile-1.8.7/libguile/throw.c guile-1.8.7/libguile/simpos.h guile-1.8.7/libguile/gc-segment.c guile-1.8.7/libguile/ramap.h guile-1.8.7/libguile/null-threads.h guile-1.8.7/libguile/iselect.h guile-1.8.7/libguile/guile-snarf-docs.in guile-1.8.7/libguile/ChangeLog-threads guile-1.8.7/libguile/gc.c guile-1.8.7/libguile/scmsigs.h guile-1.8.7/libguile/gc-freelist.c guile-1.8.7/libguile/fports.c guile-1.8.7/libguile/script.c guile-1.8.7/libguile/arbiters.h guile-1.8.7/libguile/script.h guile-1.8.7/libguile/root.h guile-1.8.7/libguile/procs.h guile-1.8.7/libguile/cpp_err_symbols.in guile-1.8.7/libguile/futures.c guile-1.8.7/libguile/guile-doc-snarf.in guile-1.8.7/libguile/extensions.c guile-1.8.7/libguile/goops.h guile-1.8.7/libguile/numbers.h guile-1.8.7/libguile/list.c guile-1.8.7/libguile/gh_funcs.c guile-1.8.7/libguile/regex-posix.h guile-1.8.7/libguile/hashtab.c guile-1.8.7/libguile/backtrace.c guile-1.8.7/libguile/hashtab.h guile-1.8.7/libguile/i18n.c guile-1.8.7/libguile/dynwind.h guile-1.8.7/libguile/objprop.h guile-1.8.7/libguile/macros.c guile-1.8.7/libguile/guardians.h guile-1.8.7/libguile/ports.c guile-1.8.7/libguile/memmove.c guile-1.8.7/libguile/srfi-4.h guile-1.8.7/libguile/async.c guile-1.8.7/libguile/rdelim.c guile-1.8.7/libguile/vectors.h guile-1.8.7/libguile/struct.c guile-1.8.7/libguile/deprecation.c guile-1.8.7/libguile/private-gc.h guile-1.8.7/libguile/__scm.h guile-1.8.7/libguile/load.c guile-1.8.7/libguile/continuations.h guile-1.8.7/libguile/lang.c guile-1.8.7/libguile/gc-mark.c guile-1.8.7/libguile/print.h guile-1.8.7/libguile/stackchk.c guile-1.8.7/libguile/feature.c guile-1.8.7/libguile/threads.c guile-1.8.7/libguile/evalext.c guile-1.8.7/libguile/conv-integer.i.c guile-1.8.7/libguile/boolean.c guile-1.8.7/libguile/filesys.c guile-1.8.7/libguile/vports.h guile-1.8.7/libguile/values.c guile-1.8.7/libguile/macros.h guile-1.8.7/libguile/c-tokenize.lex guile-1.8.7/libguile/stime.h guile-1.8.7/libguile/null-threads.c guile-1.8.7/libguile/gh_init.c guile-1.8.7/libguile/environments.c guile-1.8.7/libguile/pthread-threads.h guile-1.8.7/libguile/strports.h guile-1.8.7/libguile/gdb_interface.h guile-1.8.7/libguile/c-tokenize.c guile-1.8.7/libguile/smob.c guile-1.8.7/libguile/win32-dirent.h guile-1.8.7/libguile/win32-uname.c guile-1.8.7/libguile/convert.h guile-1.8.7/libguile/posix.h guile-1.8.7/libguile/continuations.c guile-1.8.7/libguile/ramap.c guile-1.8.7/libguile/ports.h guile-1.8.7/libguile/i18n.h guile-1.8.7/libguile/cpp_errno.c guile-1.8.7/libguile/mallocs.h guile-1.8.7/libguile/objects.c guile-1.8.7/libguile/list.h guile-1.8.7/libguile/properties.h guile-1.8.7/libguile/options.h guile-1.8.7/libguile/hooks.h guile-1.8.7/libguile/mkstemp.c guile-1.8.7/libguile/ChangeLog-1996-1999 guile-1.8.7/libguile/evalext.h guile-1.8.7/libguile/gh_data.c guile-1.8.7/libguile/cpp_err_symbols.c guile-1.8.7/libguile/threads.h guile-1.8.7/libguile/strports.c guile-1.8.7/libguile/stime.c guile-1.8.7/libguile/gc-malloc.c guile-1.8.7/libguile/options.c guile-1.8.7/libguile/version.c guile-1.8.7/libguile/eq.h guile-1.8.7/libguile/snarf.h guile-1.8.7/libguile/init.h guile-1.8.7/libguile/quicksort.i.c guile-1.8.7/libguile/variable.c guile-1.8.7/libguile/validate.h guile-1.8.7/libguile/modules.h guile-1.8.7/libguile/gh_eval.c guile-1.8.7/libguile/ioext.c guile-1.8.7/libguile/load.h guile-1.8.7/libguile/arbiters.c guile-1.8.7/libguile/rw.h guile-1.8.7/libguile/win32-dirent.c guile-1.8.7/libguile/chars.h guile-1.8.7/ltmain.sh guile-1.8.7/pre-inst-guile-env.in guile-1.8.7/am/ guile-1.8.7/am/README guile-1.8.7/am/ChangeLog-2008 guile-1.8.7/am/maintainer-dirs guile-1.8.7/am/Makefile.in guile-1.8.7/am/pre-inst-guile guile-1.8.7/am/Makefile.am guile-1.8.7/config.guess guile-1.8.7/ChangeLog guile-1.8.7/pre-inst-guile.in guile-1.8.7/elisp-comp guile-1.8.7/guile-readline/ guile-1.8.7/guile-readline/readline.h guile-1.8.7/guile-readline/configure guile-1.8.7/guile-readline/aclocal.m4 guile-1.8.7/guile-readline/LIBGUILEREADLINE-VERSION guile-1.8.7/guile-readline/ChangeLog-2008 guile-1.8.7/guile-readline/configure.in guile-1.8.7/guile-readline/ice-9/ guile-1.8.7/guile-readline/ice-9/Makefile.in guile-1.8.7/guile-readline/ice-9/Makefile.am guile-1.8.7/guile-readline/ice-9/readline.scm guile-1.8.7/guile-readline/Makefile.in guile-1.8.7/guile-readline/guile-readline-config.h.in guile-1.8.7/guile-readline/Makefile.am guile-1.8.7/guile-readline/ltmain.sh guile-1.8.7/guile-readline/config.guess guile-1.8.7/guile-readline/install-sh guile-1.8.7/guile-readline/config.sub guile-1.8.7/guile-readline/depcomp guile-1.8.7/guile-readline/readline.c guile-1.8.7/guile-readline/missing guile-1.8.7/install-sh guile-1.8.7/config.sub guile-1.8.7/depcomp guile-1.8.7/LICENSE guile-1.8.7/check-guile.in guile-1.8.7/INSTALL guile-1.8.7/guile-config/ guile-1.8.7/guile-config/ChangeLog-2008 guile-1.8.7/guile-config/Makefile.in guile-1.8.7/guile-config/Makefile.am guile-1.8.7/guile-config/guile-config.in guile-1.8.7/guile-config/guile.m4 guile-1.8.7/missing guile-1.8.7/texinfo.tex guile-1.8.7/AUTHORS invoking chmod -R +w /home/dev/gub/target/linux-x86/src/guile-1.8.7 Running dump_file ('untar', '/home/dev/gub/target/linux-x86/status/guile-1.8.7-guile-1.8.7', 'w') {'permissions': 420} *** Stage: patch (guile, linux-x86) Running dump_file ('#!/bin/sh\nexec /home/dev/gub/target/tools/root/usr/bin/guile "$@"\n', '/home/dev/gub/target/linux-x86/src/guile-1.8.7/pre-inst-guile.in', 'w') {'permissions': 420} Running file_sub ([('SUBDIRS = ref tutorial goops r5rs', 'SUBDIRS =')], '/home/dev/gub/target/linux-x86/src/guile-1.8.7/doc/Makefile.am') {'use_re': True, 'to_name': None, 'must_succeed': False} Running file_sub ([('SUBDIRS = ref tutorial goops r5rs', 'SUBDIRS =')], '/home/dev/gub/target/linux-x86/src/guile-1.8.7/doc/Makefile.in') {'use_re': True, 'to_name': None, 'must_succeed': False} invoking cd /home/dev/gub/target/linux-x86/src/guile-1.8.7 && patch -p1 < /home/dev/gub/patches/guile-reloc-1.8.6.patch patching file configure.in Hunk #1 succeeded at 1410 (offset 214 lines). patching file libguile/guile.c Hunk #1 succeeded at 60 (offset -6 lines). patching file libguile/load.c patching file libguile/load.h invoking cd /home/dev/gub/target/linux-x86/src/guile-1.8.7 && patch -p1 < /home/dev/gub/patches/guile-cexp.patch patching file configure.in Hunk #1 succeeded at 836 with fuzz 1 (offset 174 lines). patching file libguile/numbers.c Hunk #1 succeeded at 6028 (offset 31 lines). invoking cd /home/dev/gub/target/linux-x86/src/guile-1.8.7 && patch -p1 < /home/dev/gub/patches/guile-1.8.6-test-use-srfi.patch patching file test-suite/standalone/Makefile.am Hunk #1 succeeded at 114 with fuzz 1 (offset 4 lines). invoking cd /home/dev/gub/target/linux-x86/src/guile-1.8.7 && patch -p1 < /home/dev/gub/patches/guile-1.8.7-doc-snarfing.patch patching file scripts/snarf-check-and-output-texi invoking cd /home/dev/gub/target/linux-x86/src/guile-1.8.7 && patch -p1 < /home/dev/gub/patches/guile-1.8.6-pthreads-cross.patch patching file configure.in Hunk #1 succeeded at 1407 (offset 40 lines). Running dump_file ('patch', '/home/dev/gub/target/linux-x86/status/guile-1.8.7-guile-1.8.7', 'w') {'permissions': 420} *** Stage: autoupdate (guile, linux-x86) invoking defer () Running file_sub ([('cross_compiling=(maybe|no|yes)', 'cross_compiling=yes')], '/home/dev/gub/target/linux-x86/src/guile-1.8.7/configure') {} Running dump_file ('autoupdate', '/home/dev/gub/target/linux-x86/status/guile-1.8.7-guile-1.8.7', 'w') {'permissions': 420} *** Stage: configure (guile, linux-x86) invoking mkdir -p /home/dev/gub/target/linux-x86/build/guile-1.8.7 || true Running dump_file ('\nac_cv_c_stack_direction=${ac_cv_c_stack_direction=-1}\nac_cv_func_getpgrp_void=${ac_cv_func_getpgrp_void=yes}\nac_cv_func_select=${ac_cv_func_select=yes} # but in mingw only if winsock2.h\nac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no}\nac_cv_lib_dld_shl_load=${ac_cv_lib_dld_shl_load=no}\nac_cv_spinlocks=${ac_cv_spinlocks=no}\nac_cv_sprintf_count=${ac_cv_sprintf_count=yes}\nac_cv_sys_restartable_syscalls=${ac_cv_sys_restartable_syscalls=yes}\nlibltdl_cv_sys_search_path=${libltdl_cv_sys_search_path="\'"/home/dev/gub/target/linux-x86/root/usr/lib /home/dev/gub/target/linux-x86/root/lib"\'"}\nlt_cv_dlopen=${lt_cv_dlopen="dlopen"}\n\nac_cv_file__dev_ptc=${ac_cv_file__dev_ptc=no}\nac_cv_file__dev_ptmx=${ac_cv_file__dev_ptmx=yes}\nac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes}\nac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}\nac_cv_lib_dl_dlopen=${ac_cv_lib_dl_dlopen=yes}\nac_cv_search_dlopen=${ac_cv_search_dlopen="-ldl"}\nglib_cv_uscore=${glib_cv_uscore=no}\nlibltdl_cv_sys_search_path=${libltdl_cv_sys_search_path="\'"/home/dev/gub/target/linux-x86/root/usr/lib /home/dev/gub/target/linux-x86/root/lib"\'"}\nlt_cv_dlopen_libs=${lt_cv_dlopen_libs="-ldl"}\nlt_cv_sys_max_cmd_len=${lt_cv_sys_max_cmd_len=32768}\n\nac_16bit_type=${ac_16bit_type=short}\nac_32bit_type=${ac_32bit_type=int}\nac_64bit_type=${ac_64bit_type=none}\nac_cv_c_long_size_t=${ac_cv_c_long_size_t=no}\nac_cv_c_long_time_t=${ac_cv_c_long_time_t=yes}\nac_cv_sizeof___int64=${ac_cv_sizeof___int64=0}\nac_cv_sizeof_char=${ac_cv_sizeof_char=1}\nac_cv_sizeof_char_p=${ac_cv_sizeof_char_p=4}\nac_cv_sizeof_double=${ac_cv_sizeof_double=8}\nac_cv_sizeof_float=${ac_cv_sizeof_float=4}\nac_cv_sizeof_int=${ac_cv_sizeof_int=4}\nac_cv_sizeof_intmax_t=${ac_cv_sizeof_intmax_t=8}\nac_cv_sizeof_intptr_t=${ac_cv_sizeof_intptr_t=4}\nac_cv_sizeof_long=${ac_cv_sizeof_long=4}\nac_cv_sizeof_long_double=${ac_cv_sizeof_long_double=12}\nac_cv_sizeof_long_long=${ac_cv_sizeof_long_long=8}\nac_cv_sizeof_ptrdiff_t=${ac_cv_sizeof_ptrdiff_t=4}\nac_cv_sizeof_short=${ac_cv_sizeof_short=2}\nac_cv_sizeof_size_t=${ac_cv_sizeof_size_t=4}\nac_cv_sizeof_uintptr_t=${ac_cv_sizeof_uintptr_t=4}\nac_cv_sizeof_unsigned___int64=${ac_cv_sizeof_unsigned___int64=0}\nac_cv_sizeof_unsigned_char=${ac_cv_sizeof_unsigned_char=1}\nac_cv_sizeof_unsigned_int=${ac_cv_sizeof_unsigned_int=4}\nac_cv_sizeof_unsigned_long=${ac_cv_sizeof_unsigned_long=4}\nac_cv_sizeof_unsigned_long_long=${ac_cv_sizeof_unsigned_long_long=8}\nac_cv_sizeof_unsigned_short=${ac_cv_sizeof_unsigned_short=2}\nac_cv_sizeof_void_p=${ac_cv_sizeof_void_p=4}\n', '/home/dev/gub/target/linux-x86/build/guile-1.8.7/config.cache', 'w') {'permissions': 493} invoking mkdir -p /home/dev/gub/target/linux-x86/build/guile-1.8.7 || true invoking cd /home/dev/gub/target/linux-x86/build/guile-1.8.7 && chmod +x /home/dev/gub/target/linux-x86/src/guile-1.8.7/configure && GUILE_FOR_BUILD=/home/dev/gub/target/tools/root/usr/bin/guile sh /home/dev/gub/target/linux-x86/src/guile-1.8.7/configure --prefix=/usr --cache-file=config.cache --enable-shared --disable-static --disable-silent-rules --build=x86_64-linux --host=i686-linux --target=i686-linux --prefix=/usr --sysconfdir=/usr/etc --includedir=/usr/include --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib CC_FOR_BUILD=" LD_PRELOAD= C_INCLUDE_PATH= CPPFLAGS= LIBRARY_PATH= /usr/bin/cc" --without-threads --with-gnu-ld --enable-deprecated --enable-discouraged --disable-error-on-warning --enable-relocation --enable-rpath have_makeinfo=no configure: loading cache config.cache checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for i686-linux-strip... i686-linux-strip checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking build system type... x86_64-pc-linux-gnu checking host system type... i686-pc-linux-gnu configure: autobuild project... guile configure: autobuild revision... 1.8.7 configure: autobuild hostname... lilydev configure: autobuild timestamp... 20190116T130316Z checking for a BSD-compatible install... /usr/bin/install -c checking for i686-linux-gcc... i686-linux-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... yes checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether i686-linux-gcc accepts -g... yes checking for i686-linux-gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of i686-linux-gcc ... gcc3 checking how to run the C preprocessor... i686-linux-gcc -E checking for gawk... (cached) gawk checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E 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 for i686-linux-gcc option to accept ISO C89... (cached) none needed checking whether i686-linux-gcc and cc understand -c and -o together... yes checking for a sed that does not truncate output... sed checking for fgrep... /usr/bin/grep -F checking for ld used by i686-linux-gcc ... i686-linux-ld checking if the linker (i686-linux-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... i686-linux-nm checking the name lister (i686-linux-nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 32768 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for i686-linux-ld option to reload object files... -r checking for i686-linux-objdump... objdump checking how to recognize dependent libraries... pass_all checking for i686-linux-ar... i686-linux-ar checking for i686-linux-strip... (cached) i686-linux-strip checking for i686-linux-ranlib... i686-linux-ranlib checking command to parse i686-linux-nm output from i686-linux-gcc object... ok checking for dlfcn.h... yes checking for objdir... .libs checking if i686-linux-gcc supports -fno-rtti -fno-exceptions... no checking for i686-linux-gcc option to produce PIC... -fPIC -DPIC checking if i686-linux-gcc PIC flag -fPIC -DPIC works... yes checking if i686-linux-gcc static flag -static works... yes checking if i686-linux-gcc supports -c -o file.o... yes checking if i686-linux-gcc supports -c -o file.o... (cached) yes checking whether the i686-linux-gcc linker (i686-linux-ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... no checking for shl_load in -ldld... (cached) no checking for dlopen... no checking for dlopen in -ldl... (cached) yes checking whether a program can dlopen itself... cross checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for lt_dlinit in -lltdl... yes checking ltdl.h usability... yes checking ltdl.h presence... yes checking for ltdl.h... yes checking for makeinfo... no 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 whether the compiler defaults to IEEE floating point behavior... 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... inline checking for __uc_get_ar_bsp in -luca... (cached) no checking whether byte ordering is bigendian... no checking size of char... (cached) 1 checking size of unsigned char... (cached) 1 checking size of short... (cached) 2 checking size of unsigned short... (cached) 2 checking size of int... (cached) 4 checking size of unsigned int... (cached) 4 checking size of long... (cached) 4 checking size of unsigned long... (cached) 4 checking size of size_t... (cached) 4 checking size of long long... (cached) 8 checking size of unsigned long long... (cached) 8 checking size of __int64... (cached) 0 checking size of unsigned __int64... (cached) 0 checking size of void *... (cached) 4 checking size of intptr_t... (cached) 4 checking size of uintptr_t... (cached) 4 checking size of ptrdiff_t... (cached) 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... (cached) 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 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 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... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for struct dirent64.d_name... yes 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... no checking io.h presence... no checking for io.h... no 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 malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking for memory.h... (cached) yes checking process.h usability... no checking process.h presence... no checking for process.h... no checking for string.h... (cached) yes checking regex.h usability... yes checking regex.h presence... yes checking for regex.h... yes checking rxposix.h usability... no checking rxposix.h presence... no checking for rxposix.h... no checking rx/rxposix.h usability... no checking rx/rxposix.h presence... no checking for rx/rxposix.h... no checking sys/dir.h usability... yes checking sys/dir.h presence... yes checking for sys/dir.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/timeb.h usability... yes checking sys/timeb.h presence... yes checking for sys/timeb.h... yes checking sys/times.h usability... yes checking sys/times.h presence... yes checking for sys/times.h... yes 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... no checking sys/utime.h presence... no checking for sys/utime.h... no 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... yes checking pwd.h presence... yes checking for pwd.h... yes checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking sys/utsname.h usability... yes checking sys/utsname.h presence... yes checking for sys/utsname.h... yes checking direct.h usability... no checking direct.h presence... no checking for direct.h... no checking for strings.h... (cached) yes checking machine/fpu.h usability... no checking machine/fpu.h presence... no checking for machine/fpu.h... no checking for complex double... yes checking for socklen_t... 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 for uid_t in sys/types.h... yes checking type of array argument to getgroups... gid_t checking return type of signal handlers... void checking for mode_t... yes checking for cos in -lm... yes checking for gethostbyname... yes checking for connect... 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... no checking for clog... yes checking for clog10... yes checking for ctermid... yes checking for fesetround... yes checking for ftime... yes checking for ftruncate... yes checking for fchown... yes checking for getcwd... yes checking for geteuid... yes checking for gettimeofday... yes checking for gmtime_r... yes checking for ioctl... yes checking for lstat... yes checking for mkdir... yes checking for mknod... yes checking for nice... yes checking for pipe... yes checking for _pipe... no checking for readdir_r... yes checking for readdir64_r... yes checking for readlink... yes checking for rename... yes checking for rmdir... yes checking for select... (cached) yes checking for setegid... yes checking for seteuid... yes checking for setlocale... yes checking for setpgid... yes checking for setsid... yes checking for sigaction... yes checking for siginterrupt... yes checking for stat64... yes checking for strftime... yes checking for strptime... yes checking for symlink... yes checking for sync... yes checking for sysconf... yes checking for tcgetpgrp... yes checking for tcsetpgrp... yes checking for times... yes checking for uname... yes checking for waitpid... yes checking for strdup... yes checking for system... yes checking for usleep... yes checking for atexit... yes checking for on_exit... yes checking for chown... yes checking for link... yes checking for fcntl... yes checking for ttyname... yes checking for getpwent... yes checking for getgrent... yes checking for kill... yes checking for getppid... yes checking for getpgrp... yes checking for fork... yes checking for setitimer... yes checking for getitimer... yes checking for strchr... yes checking for strcmp... yes checking for index... yes checking for bcopy... yes checking for memcpy... yes checking for rindex... yes checking for truncate... yes checking for unsetenv... yes checking for isblank... yes checking for _NSGetEnviron... no checking for strncasecmp... yes checking crypt.h usability... yes checking crypt.h presence... yes checking for crypt.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking for chroot... yes checking for flock... yes checking for getlogin... yes checking for cuserid... yes checking for getpriority... yes checking for setpriority... yes checking for getpass... yes checking for sethostname... yes checking for gethostname... yes checking whether sethostname is declared... yes checking whether strncasecmp is declared... yes checking whether unsetenv is declared... yes checking whether hstrerror is declared... no checking whether cuserid is declared... yes checking whether flock is declared... no checking whether vsnprintf is declared... yes checking for library containing crypt... -lcrypt checking for i... _Complex_I checking whether csqrt is usable... yes, hopefully (cross-compiling) checking for __gmpz_init in -lgmp... yes checking whether NLS is requested... yes checking for msgfmt... /home/dev/gub/target/tools/root/usr/bin/msgfmt checking for gmsgfmt... /home/dev/gub/target/tools/root/usr/bin/msgfmt checking for xgettext... /home/dev/gub/target/tools/root/usr/bin/xgettext checking for msgmerge... /home/dev/gub/target/tools/root/usr/bin/msgmerge checking for ld used by GCC... i686-linux-ld checking if the linker (i686-linux-ld) is GNU ld... yes checking for shared library run path origin... done checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking for sleep declaration... yes checking for usleep declaration... yes checking whether strptime is declared... yes checking return type of usleep... int checking sys/un.h usability... yes checking sys/un.h presence... yes checking for sys/un.h... yes checking for socketpair... yes checking for getgroups... yes checking for setgroups... yes checking for setpwent... yes checking for pause... yes checking for tzset... yes checking for sethostent... yes checking for gethostent... yes checking for endhostent... yes checking for setnetent... yes checking for getnetent... yes checking for endnetent... yes checking for setprotoent... yes checking for getprotoent... yes checking for endprotoent... yes checking for setservent... yes checking for getservent... yes checking for endservent... yes checking for getnetbyaddr... yes checking for getnetbyname... yes checking for inet_lnaof... yes checking for inet_makeaddr... yes checking for inet_netof... yes checking for hstrerror... yes checking for inet_pton... yes checking for inet_ntop... yes checking for struct sockaddr.sin_len... no checking for __libc_stack_end... no checking whether netdb.h declares h_errno... yes checking whether uint32_t is defined... yes checking for working IPv6 support... yes checking whether sockaddr_in6 has sin6_scope_id... yes checking for struct sockaddr_in6.sin6_len... no checking whether localtime caches TZ... yes checking for regcomp... yes checking for inet_aton... yes checking for putenv... yes checking for strerror... yes checking for memmove... yes checking for mkstemp... yes checking floatingpoint.h usability... no checking floatingpoint.h presence... no checking for floatingpoint.h... no checking ieeefp.h usability... no checking ieeefp.h presence... no checking for ieeefp.h... no checking nan.h usability... no checking nan.h presence... no checking for nan.h... no checking for asinh... yes checking for acosh... yes checking for atanh... yes checking for copysign... yes checking for finite... yes checking for sincos... yes checking for trunc... yes checking for isinf... yes checking for isnan... yes checking for working alloca.h... yes checking for alloca... yes checking for struct stat.st_rdev... yes checking for struct stat.st_blksize... yes checking for struct stat.st_blocks... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... yes checking for struct tm.tm_gmtoff... yes checking whether we need POSIX to get struct utimbuf... no configure: WARNING: Guessing that stack grows down -- see scmconfig.h checking size of float... (cached) 4 checking for struct linger... yes checking for struct timespec... yes checking what kind of threads to support... null-threads checking cc for build... LD_PRELOAD= C_INCLUDE_PATH= CPPFLAGS= LIBRARY_PATH= /usr/bin/cc checking guile for build... /home/dev/gub/target/tools/root/usr/bin/guile configure: updating cache config.cache configure: creating ./config.status config.status: creating libguile/gen-scmconfig.h config.status: creating Makefile config.status: creating am/Makefile config.status: creating benchmark-suite/Makefile config.status: creating doc/Makefile config.status: creating doc/goops/Makefile config.status: creating doc/r5rs/Makefile config.status: creating doc/ref/Makefile config.status: creating doc/tutorial/Makefile config.status: creating emacs/Makefile config.status: creating examples/Makefile config.status: creating guile-config/Makefile config.status: creating ice-9/Makefile config.status: creating lang/Makefile config.status: creating libguile/Makefile config.status: creating oop/Makefile config.status: creating oop/goops/Makefile config.status: creating scripts/Makefile config.status: creating srfi/Makefile config.status: creating test-suite/Makefile config.status: creating test-suite/standalone/Makefile config.status: creating guile-1.8.pc config.status: creating check-guile config.status: creating benchmark-guile config.status: creating guile-tools config.status: creating pre-inst-guile config.status: creating pre-inst-guile-env config.status: creating libguile/guile-snarf config.status: creating libguile/guile-doc-snarf config.status: creating libguile/guile-func-name-check 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 === configuring in guile-readline (/home/dev/gub/target/linux-x86/build/guile-1.8.7/guile-readline) configure: running /bin/bash /home/dev/gub/target/linux-x86/src/guile-1.8.7/guile-readline/configure --disable-option-checking '--prefix=/usr' '--enable-shared' '--disable-static' '--disable-silent-rules' '--build=x86_64-linux' '--host=i686-linux' '--target=i686-linux' '--sysconfdir=/usr/etc' '--includedir=/usr/include' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--libdir=/usr/lib' 'CC_FOR_BUILD= LD_PRELOAD= C_INCLUDE_PATH= CPPFLAGS= LIBRARY_PATH= /usr/bin/cc' '--without-threads' '--with-gnu-ld' '--enable-deprecated' '--enable-discouraged' '--disable-error-on-warning' '--enable-relocation' '--enable-rpath' 'have_makeinfo=no' 'build_alias=x86_64-linux' 'host_alias=i686-linux' 'target_alias=i686-linux' 'CC=i686-linux-gcc ' 'LDFLAGS=' 'GUILE_FOR_BUILD=/home/dev/gub/target/tools/root/usr/bin/guile' --cache-file=../config.cache --srcdir=/home/dev/gub/target/linux-x86/src/guile-1.8.7/guile-readline configure: loading cache ../config.cache checking for a BSD-compatible install... (cached) /usr/bin/install -c checking whether build environment is sane... yes checking for i686-linux-strip... (cached) i686-linux-strip checking for a thread-safe mkdir -p... (cached) /usr/bin/mkdir -p checking for gawk... (cached) gawk checking whether make sets $(MAKE)... (cached) yes checking for a BSD-compatible install... /usr/bin/install -c checking for i686-linux-gcc... (cached) i686-linux-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... yes checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether i686-linux-gcc accepts -g... (cached) yes checking for i686-linux-gcc option to accept ISO C89... (cached) none needed checking for style of include used by make... GNU checking dependency style of i686-linux-gcc ... (cached) gcc3 checking for i686-linux-gcc... (cached) i686-linux-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether i686-linux-gcc accepts -g... (cached) yes checking for i686-linux-gcc option to accept ISO C89... (cached) none needed checking dependency style of i686-linux-gcc ... (cached) gcc3 checking build system type... (cached) x86_64-pc-linux-gnu checking host system type... (cached) i686-pc-linux-gnu checking for a sed that does not truncate output... (cached) sed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/grep -E checking for fgrep... (cached) /usr/bin/grep -F checking for ld used by i686-linux-gcc ... (cached) i686-linux-ld checking if the linker (i686-linux-ld) is GNU ld... (cached) yes checking for BSD- or MS-compatible name lister (nm)... (cached) i686-linux-nm checking the name lister (i686-linux-nm) interface... (cached) BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 32768 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for i686-linux-ld option to reload object files... (cached) -r checking for i686-linux-objdump... (cached) objdump checking how to recognize dependent libraries... (cached) pass_all checking for i686-linux-ar... (cached) i686-linux-ar checking for i686-linux-strip... (cached) i686-linux-strip checking for i686-linux-ranlib... (cached) i686-linux-ranlib checking command to parse i686-linux-nm output from i686-linux-gcc object... (cached) ok checking how to run the C preprocessor... (cached) i686-linux-gcc -E checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... (cached) .libs checking if i686-linux-gcc supports -fno-rtti -fno-exceptions... (cached) no checking for i686-linux-gcc option to produce PIC... -fPIC -DPIC checking if i686-linux-gcc PIC flag -fPIC -DPIC works... (cached) yes checking if i686-linux-gcc static flag -static works... (cached) yes checking if i686-linux-gcc supports -c -o file.o... (cached) yes checking if i686-linux-gcc supports -c -o file.o... (cached) yes checking whether the i686-linux-gcc linker (i686-linux-ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so 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... yes checking whether to build static libraries... no checking host system type... (cached) i686-pc-linux-gnu checking host system type... (cached) i686-pc-linux-gnu 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 readline in -lreadline... no configure: WARNING: libreadline was not found on your system. checking for siginterrupt... (cached) yes checking for rl_clear_signals... no checking for rl_cleanup_after_signal... no checking for rl_filename_completion_function... no checking for rl_get_keymap... no checking for rl_getc_function pointer in readline... no checking for strdup... (cached) yes configure: updating cache ../config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating ice-9/Makefile config.status: creating guile-readline-config.h config.status: executing depfiles commands config.status: executing libtool commands MapLocate[/home/dev/gub/target/linux-x86/build/guile-1.8.7] no files matching pattern: libtool Applying libtool_disable_install_not_into_dot_libs_test () to /home/dev/gub/target/linux-x86/build/guile-1.8.7/libtool Running file_sub ([('if test "\\$inst_prefix_dir" = "\\$destdir"; then', 'if false && test "$inst_prefix_dir" = "$destdir"; then'), (' test "\\$inst_prefix_dir" = "\\$destdir" &&', ' false && test "$inst_prefix_dir" = "$destdir" &&')], '/home/dev/gub/target/linux-x86/build/guile-1.8.7/libtool') {} Applying libtool_disable_install_not_into_dot_libs_test () to /home/dev/gub/target/linux-x86/build/guile-1.8.7/guile-readline/libtool Running file_sub ([('if test "\\$inst_prefix_dir" = "\\$destdir"; then', 'if false && test "$inst_prefix_dir" = "$destdir"; then'), (' test "\\$inst_prefix_dir" = "\\$destdir" &&', ' false && test "$inst_prefix_dir" = "$destdir" &&')], '/home/dev/gub/target/linux-x86/build/guile-1.8.7/guile-readline/libtool') {} MapLocate[/home/dev/gub/target/linux-x86/build/guile-1.8.7] no files matching pattern: libtool Applying () to /home/dev/gub/target/linux-x86/build/guile-1.8.7/libtool invoking cp /home/dev/gub/target/linux-x86/build/guile-1.8.7/libtool /home/dev/gub/target/linux-x86/build/guile-1.8.7/libtool~ invoking cp /home/dev/gub/target/linux-x86/root/usr/bin/libtool /home/dev/gub/target/linux-x86/build/guile-1.8.7/libtool Running file_sub ([('if test "\\$inst_prefix_dir" = "\\$destdir"; then', 'if false && test "$inst_prefix_dir" = "$destdir"; then'), (' test "\\$inst_prefix_dir" = "\\$destdir" &&', ' false && test "$inst_prefix_dir" = "$destdir" &&')], '/home/dev/gub/target/linux-x86/build/guile-1.8.7/libtool') {} invoking chmod 755 /home/dev/gub/target/linux-x86/build/guile-1.8.7/libtool Running file_sub ([('^(hardcode_libdir_flag_spec)=".+"', 'hardcode_libdir_flag_spec="-Wl,-rpath -Wl,\\$libdir -Wl,-rpath -Wl,\'$\'ORIGIN/../lib -Wl,-rpath -Wl,/home/dev/gub/target/linux-x86/root/usr/lib"')], '/home/dev/gub/target/linux-x86/build/guile-1.8.7/libtool') {} invoking chmod 755 /home/dev/gub/target/linux-x86/build/guile-1.8.7/libtool Applying () to /home/dev/gub/target/linux-x86/build/guile-1.8.7/guile-readline/libtool invoking cp /home/dev/gub/target/linux-x86/build/guile-1.8.7/guile-readline/libtool /home/dev/gub/target/linux-x86/build/guile-1.8.7/guile-readline/libtool~ invoking cp /home/dev/gub/target/linux-x86/root/usr/bin/libtool /home/dev/gub/target/linux-x86/build/guile-1.8.7/guile-readline/libtool Running file_sub ([('if test "\\$inst_prefix_dir" = "\\$destdir"; then', 'if false && test "$inst_prefix_dir" = "$destdir"; then'), (' test "\\$inst_prefix_dir" = "\\$destdir" &&', ' false && test "$inst_prefix_dir" = "$destdir" &&')], '/home/dev/gub/target/linux-x86/build/guile-1.8.7/guile-readline/libtool') {} invoking chmod 755 /home/dev/gub/target/linux-x86/build/guile-1.8.7/guile-readline/libtool Running file_sub ([('^(hardcode_libdir_flag_spec)=".+"', 'hardcode_libdir_flag_spec="-Wl,-rpath -Wl,\\$libdir -Wl,-rpath -Wl,\'$\'ORIGIN/../lib -Wl,-rpath -Wl,/home/dev/gub/target/linux-x86/root/usr/lib"')], '/home/dev/gub/target/linux-x86/build/guile-1.8.7/guile-readline/libtool') {} invoking chmod 755 /home/dev/gub/target/linux-x86/build/guile-1.8.7/guile-readline/libtool Running dump_file ('configure', '/home/dev/gub/target/linux-x86/status/guile-1.8.7-guile-1.8.7', 'w') {'permissions': 420} *** Stage: compile (guile, linux-x86) invoking cd /home/dev/gub/target/linux-x86/build/guile-1.8.7/libguile && make LD_PRELOAD= LD_LIBRARY_PATH=/home/dev/gub/target/tools/root/usr/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} cross_compiling=yes gen-scmconfig guile_filter_doc_snarfage cd .. && make am--refresh make[1]: Entering directory `/home/dev/gub/target/linux-x86/build/guile-1.8.7' CDPATH="${ZSH_VERSION+.}:" && cd /home/dev/gub/target/linux-x86/src/guile-1.8.7 && /bin/bash /home/dev/gub/target/linux-x86/src/guile-1.8.7/build-aux/missing --run aclocal-1.11 -I m4 /home/dev/gub/target/linux-x86/src/guile-1.8.7/build-aux/missing: line 52: aclocal-1.11: command not found WARNING: `aclocal-1.11' is missing on your system. You should only need it if you modified `acinclude.m4' or `configure.in'. You might want to install the `Automake' and `Perl' packages. Grab them from any GNU archive site. cd /home/dev/gub/target/linux-x86/src/guile-1.8.7 && /bin/bash /home/dev/gub/target/linux-x86/src/guile-1.8.7/build-aux/missing --run automake-1.11 --gnu /home/dev/gub/target/linux-x86/src/guile-1.8.7/build-aux/missing: line 52: automake-1.11: command not found WARNING: `automake-1.11' is missing on your system. You should only need it if you modified `Makefile.am', `acinclude.m4' or `configure.in'. You might want to install the `Automake' and `Perl' packages. Grab them from any GNU archive site. CDPATH="${ZSH_VERSION+.}:" && cd /home/dev/gub/target/linux-x86/src/guile-1.8.7 && /bin/bash /home/dev/gub/target/linux-x86/src/guile-1.8.7/build-aux/missing --run autoconf /bin/bash ./config.status --recheck running CONFIG_SHELL=/bin/bash /bin/bash /home/dev/gub/target/linux-x86/src/guile-1.8.7/configure --cache-file=config.cache --enable-shared --disable-static --disable-silent-rules --build=x86_64-linux --host=i686-linux --target=i686-linux --prefix=/usr --sysconfdir=/usr/etc --includedir=/usr/include --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib CC_FOR_BUILD= LD_PRELOAD= C_INCLUDE_PATH= CPPFLAGS= LIBRARY_PATH= /usr/bin/cc --without-threads --with-gnu-ld --enable-deprecated --enable-discouraged --disable-error-on-warning --enable-relocation --enable-rpath have_makeinfo=no build_alias=x86_64-linux host_alias=i686-linux target_alias=i686-linux CC=i686-linux-gcc LDFLAGS= GUILE_FOR_BUILD=/home/dev/gub/target/tools/root/usr/bin/guile --no-create --no-recursion configure: loading cache config.cache checking for a BSD-compatible install... (cached) /usr/bin/install -c checking whether build environment is sane... yes checking for i686-linux-strip... (cached) i686-linux-strip checking for a thread-safe mkdir -p... (cached) /usr/bin/mkdir -p checking for gawk... (cached) gawk checking whether make sets $(MAKE)... (cached) yes checking build system type... (cached) x86_64-pc-linux-gnu checking host system type... (cached) i686-pc-linux-gnu configure: autobuild project... guile configure: autobuild revision... 1.8.7 configure: autobuild hostname... lilydev configure: autobuild timestamp... 20190116T130343Z checking for a BSD-compatible install... /usr/bin/install -c checking for i686-linux-gcc... (cached) i686-linux-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... yes checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether i686-linux-gcc accepts -g... (cached) yes checking for i686-linux-gcc option to accept ISO C89... (cached) none needed checking for style of include used by make... GNU checking dependency style of i686-linux-gcc ... (cached) gcc3 checking how to run the C preprocessor... (cached) i686-linux-gcc -E checking for gawk... (cached) gawk checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/grep -E checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for minix/config.h... (cached) no checking whether it is safe to define __EXTENSIONS__... (cached) yes checking for i686-linux-gcc option to accept ISO C89... (cached) none needed checking whether i686-linux-gcc and cc understand -c and -o together... (cached) yes checking for a sed that does not truncate output... (cached) sed checking for fgrep... (cached) /usr/bin/grep -F checking for ld used by i686-linux-gcc ... (cached) i686-linux-ld checking if the linker (i686-linux-ld) is GNU ld... (cached) yes checking for BSD- or MS-compatible name lister (nm)... (cached) i686-linux-nm checking the name lister (i686-linux-nm) interface... (cached) BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 32768 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for i686-linux-ld option to reload object files... (cached) -r checking for i686-linux-objdump... (cached) objdump checking how to recognize dependent libraries... (cached) pass_all checking for i686-linux-ar... (cached) i686-linux-ar checking for i686-linux-strip... (cached) i686-linux-strip checking for i686-linux-ranlib... (cached) i686-linux-ranlib checking command to parse i686-linux-nm output from i686-linux-gcc object... (cached) ok checking for dlfcn.h... (cached) yes checking for objdir... (cached) .libs checking if i686-linux-gcc supports -fno-rtti -fno-exceptions... (cached) no checking for i686-linux-gcc option to produce PIC... -fPIC -DPIC checking if i686-linux-gcc PIC flag -fPIC -DPIC works... (cached) yes checking if i686-linux-gcc static flag -static works... (cached) yes checking if i686-linux-gcc supports -c -o file.o... (cached) yes checking if i686-linux-gcc supports -c -o file.o... (cached) yes checking whether the i686-linux-gcc linker (i686-linux-ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking whether a program can dlopen itself... (cached) cross checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for lt_dlinit in -lltdl... (cached) yes checking for ltdl.h... (cached) yes checking for makeinfo... (cached) no checking for emacs... no checking for xemacs... no checking where .elc files should go... (cached) ${datadir}/emacs/site-lisp checking whether to use system and library "64" calls... yes checking whether the compiler defaults to IEEE floating point behavior... yes checking for __uc_get_ar_bsp in -luca... (cached) no checking for an ANSI C-conforming const... (cached) yes checking for working volatile... (cached) 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 size of char... (cached) 1 checking size of unsigned char... (cached) 1 checking size of short... (cached) 2 checking size of unsigned short... (cached) 2 checking size of int... (cached) 4 checking size of unsigned int... (cached) 4 checking size of long... (cached) 4 checking size of unsigned long... (cached) 4 checking size of size_t... (cached) 4 checking size of long long... (cached) 8 checking size of unsigned long long... (cached) 8 checking size of __int64... (cached) 0 checking size of unsigned __int64... (cached) 0 checking size of void *... (cached) 4 checking size of intptr_t... (cached) 4 checking size of uintptr_t... (cached) 4 checking size of ptrdiff_t... (cached) 4 checking size of size_t... (cached) 4 checking size of off_t... (cached) 4 checking for stdint.h... (cached) yes checking for inttypes.h... (cached) yes checking size of intmax_t... (cached) 8 checking for int8_t... (cached) yes checking for uint8_t... (cached) yes checking for int16_t... (cached) yes checking for uint16_t... (cached) yes checking for int32_t... (cached) yes checking for uint32_t... (cached) yes checking for int64_t... (cached) yes checking for uint64_t... (cached) yes checking for intmax_t... (cached) yes checking for uintmax_t... (cached) 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 ANSI C header files... (cached) yes checking whether time.h and sys/time.h may both be included... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... (cached) yes checking for dirent.h that defines DIR... (cached) yes checking for library containing opendir... (cached) none required checking for struct dirent64.d_name... (cached) yes checking for complex.h... (cached) yes checking for fenv.h... (cached) yes checking for io.h... (cached) no checking for libc.h... (cached) no checking for limits.h... (cached) yes checking for malloc.h... (cached) yes checking for memory.h... (cached) yes checking for process.h... (cached) no checking for string.h... (cached) yes checking for regex.h... (cached) yes checking for rxposix.h... (cached) no checking for rx/rxposix.h... (cached) no checking for sys/dir.h... (cached) yes checking for sys/ioctl.h... (cached) yes checking for sys/select.h... (cached) yes checking for sys/time.h... (cached) yes checking for sys/timeb.h... (cached) yes checking for sys/times.h... (cached) yes checking for sys/stdtypes.h... (cached) no checking for sys/types.h... (cached) yes checking for sys/utime.h... (cached) no checking for time.h... (cached) yes checking for unistd.h... (cached) yes checking for utime.h... (cached) yes checking for pwd.h... (cached) yes checking for grp.h... (cached) yes checking for sys/utsname.h... (cached) yes checking for direct.h... (cached) no checking for strings.h... (cached) yes checking for machine/fpu.h... (cached) no checking for complex double... (cached) yes checking for socklen_t... (cached) yes checking for struct ip_mreq... (cached) no checking for libc.h... (cached) no checking for unistd.h... (cached) yes checking whether libc.h and unistd.h can be included together... (cached) no checking for uid_t in sys/types.h... (cached) yes checking type of array argument to getgroups... (cached) gid_t checking return type of signal handlers... (cached) void checking for mode_t... (cached) yes checking for cos in -lm... (cached) yes checking for gethostbyname... (cached) yes checking for connect... (cached) yes checking for assert.h... (cached) yes checking for crt_externs.h... (cached) no checking for DINFINITY... (cached) no checking for DQNAN... (cached) no checking for cexp... (cached) yes checking for chsize... (cached) no checking for clog... (cached) yes checking for clog10... (cached) yes checking for ctermid... (cached) yes checking for fesetround... (cached) yes checking for ftime... (cached) yes checking for ftruncate... (cached) yes checking for fchown... (cached) yes checking for getcwd... (cached) yes checking for geteuid... (cached) yes checking for gettimeofday... (cached) yes checking for gmtime_r... (cached) yes checking for ioctl... (cached) yes checking for lstat... (cached) yes checking for mkdir... (cached) yes checking for mknod... (cached) yes checking for nice... (cached) yes checking for pipe... (cached) yes checking for _pipe... (cached) no checking for readdir_r... (cached) yes checking for readdir64_r... (cached) yes checking for readlink... (cached) yes checking for rename... (cached) yes checking for rmdir... (cached) yes checking for select... (cached) yes checking for setegid... (cached) yes checking for seteuid... (cached) yes checking for setlocale... (cached) yes checking for setpgid... (cached) yes checking for setsid... (cached) yes checking for sigaction... (cached) yes checking for siginterrupt... (cached) yes checking for stat64... (cached) yes checking for strftime... (cached) yes checking for strptime... (cached) yes checking for symlink... (cached) yes checking for sync... (cached) yes checking for sysconf... (cached) yes checking for tcgetpgrp... (cached) yes checking for tcsetpgrp... (cached) yes checking for times... (cached) yes checking for uname... (cached) yes checking for waitpid... (cached) yes checking for strdup... (cached) yes checking for system... (cached) yes checking for usleep... (cached) yes checking for atexit... (cached) yes checking for on_exit... (cached) yes checking for chown... (cached) yes checking for link... (cached) yes checking for fcntl... (cached) yes checking for ttyname... (cached) yes checking for getpwent... (cached) yes checking for getgrent... (cached) yes checking for kill... (cached) yes checking for getppid... (cached) yes checking for getpgrp... (cached) yes checking for fork... (cached) yes checking for setitimer... (cached) yes checking for getitimer... (cached) yes checking for strchr... (cached) yes checking for strcmp... (cached) yes checking for index... (cached) yes checking for bcopy... (cached) yes checking for memcpy... (cached) yes checking for rindex... (cached) yes checking for truncate... (cached) yes checking for unsetenv... (cached) yes checking for isblank... (cached) yes checking for _NSGetEnviron... (cached) no checking for strncasecmp... (cached) yes checking for crypt.h... (cached) yes checking for netdb.h... (cached) yes checking for pthread.h... (cached) yes checking for sys/param.h... (cached) yes checking for sys/resource.h... (cached) yes checking for sys/file.h... (cached) yes checking for chroot... (cached) yes checking for flock... (cached) yes checking for getlogin... (cached) yes checking for cuserid... (cached) yes checking for getpriority... (cached) yes checking for setpriority... (cached) yes checking for getpass... (cached) yes checking for sethostname... (cached) yes checking for gethostname... (cached) yes checking whether sethostname is declared... (cached) yes checking whether strncasecmp is declared... (cached) yes checking whether unsetenv is declared... (cached) yes checking whether hstrerror is declared... (cached) no checking whether cuserid is declared... (cached) yes checking whether flock is declared... (cached) no checking whether vsnprintf is declared... (cached) yes checking for library containing crypt... (cached) -lcrypt checking for i... _Complex_I checking for cexp... (cached) yes checking for clog... (cached) yes checking for carg... yes checking whether csqrt is usable... (cached) yes, hopefully (cross-compiling) checking for __gmpz_init in -lgmp... (cached) yes checking whether NLS is requested... yes checking for msgfmt... (cached) /home/dev/gub/target/tools/root/usr/bin/msgfmt checking for gmsgfmt... (cached) /home/dev/gub/target/tools/root/usr/bin/msgfmt checking for xgettext... (cached) /home/dev/gub/target/tools/root/usr/bin/xgettext checking for msgmerge... (cached) /home/dev/gub/target/tools/root/usr/bin/msgmerge checking for ld used by GCC... (cached) i686-linux-ld checking if the linker (i686-linux-ld) is GNU ld... (cached) yes checking for shared library run path origin... (cached) done checking for CFPreferencesCopyAppValue... (cached) no checking for CFLocaleCopyCurrent... (cached) no checking for GNU gettext in libc... (cached) yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking for sleep declaration... (cached) yes checking for usleep declaration... (cached) yes checking whether strptime is declared... (cached) yes checking return type of usleep... (cached) int checking for sys/un.h... (cached) yes checking for socketpair... (cached) yes checking for getgroups... (cached) yes checking for setgroups... (cached) yes checking for setpwent... (cached) yes checking for pause... (cached) yes checking for tzset... (cached) yes checking for sethostent... (cached) yes checking for gethostent... (cached) yes checking for endhostent... (cached) yes checking for setnetent... (cached) yes checking for getnetent... (cached) yes checking for endnetent... (cached) yes checking for setprotoent... (cached) yes checking for getprotoent... (cached) yes checking for endprotoent... (cached) yes checking for setservent... (cached) yes checking for getservent... (cached) yes checking for endservent... (cached) yes checking for getnetbyaddr... (cached) yes checking for getnetbyname... (cached) yes checking for inet_lnaof... (cached) yes checking for inet_makeaddr... (cached) yes checking for inet_netof... (cached) yes checking for hstrerror... (cached) yes checking for inet_pton... (cached) yes checking for inet_ntop... (cached) yes checking for struct sockaddr.sin_len... (cached) no checking for __libc_stack_end... (cached) no checking whether netdb.h declares h_errno... (cached) yes checking whether uint32_t is defined... (cached) yes checking for working IPv6 support... (cached) yes checking whether sockaddr_in6 has sin6_scope_id... (cached) yes checking for struct sockaddr_in6.sin6_len... (cached) no checking whether localtime caches TZ... (cached) yes checking for regcomp... (cached) yes checking for inet_aton... (cached) yes checking for putenv... (cached) yes checking for strerror... (cached) yes checking for memmove... (cached) yes checking for mkstemp... (cached) yes checking for floatingpoint.h... (cached) no checking for ieeefp.h... (cached) no checking for nan.h... (cached) no checking for asinh... (cached) yes checking for acosh... (cached) yes checking for atanh... (cached) yes checking for copysign... (cached) yes checking for finite... (cached) yes checking for sincos... (cached) yes checking for trunc... (cached) yes checking for isinf... yes checking for isnan... yes checking for working alloca.h... (cached) yes checking for alloca... (cached) yes checking for struct stat.st_rdev... (cached) yes checking for struct stat.st_blksize... (cached) yes checking for struct stat.st_blocks... (cached) yes checking whether struct tm is in sys/time.h or time.h... (cached) time.h checking for struct tm.tm_zone... (cached) yes checking for struct tm.tm_gmtoff... (cached) yes checking whether we need POSIX to get struct utimbuf... (cached) no configure: WARNING: Guessing that stack grows down -- see scmconfig.h checking size of float... (cached) 4 checking for struct linger... (cached) yes checking for struct timespec... (cached) yes checking what kind of threads to support... null-threads checking cc for build... LD_PRELOAD= C_INCLUDE_PATH= CPPFLAGS= LIBRARY_PATH= /usr/bin/cc checking guile for build... /home/dev/gub/target/tools/root/usr/bin/guile configure: updating cache config.cache configure: creating ./config.status /bin/bash ./config.status config.status: creating libguile/gen-scmconfig.h config.status: creating Makefile config.status: creating am/Makefile config.status: creating benchmark-suite/Makefile config.status: creating doc/Makefile config.status: creating doc/goops/Makefile config.status: creating doc/r5rs/Makefile config.status: creating doc/ref/Makefile config.status: creating doc/tutorial/Makefile config.status: creating emacs/Makefile config.status: creating examples/Makefile config.status: creating guile-config/Makefile config.status: creating ice-9/Makefile config.status: creating lang/Makefile config.status: creating libguile/Makefile config.status: creating oop/Makefile config.status: creating oop/goops/Makefile config.status: creating scripts/Makefile config.status: creating srfi/Makefile config.status: creating test-suite/Makefile config.status: creating test-suite/standalone/Makefile config.status: creating guile-1.8.pc config.status: creating check-guile config.status: creating benchmark-guile config.status: creating guile-tools config.status: creating pre-inst-guile config.status: creating pre-inst-guile-env config.status: creating libguile/guile-snarf config.status: creating libguile/guile-doc-snarf config.status: creating libguile/guile-func-name-check 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: config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands make[1]: Leaving directory `/home/dev/gub/target/linux-x86/build/guile-1.8.7' make[1]: Entering directory `/home/dev/gub/target/linux-x86/build/guile-1.8.7' make[1]: Leaving directory `/home/dev/gub/target/linux-x86/build/guile-1.8.7' make[1]: Entering directory `/home/dev/gub/target/linux-x86/build/guile-1.8.7' make[1]: Leaving directory `/home/dev/gub/target/linux-x86/build/guile-1.8.7' make[1]: Entering directory `/home/dev/gub/target/linux-x86/build/guile-1.8.7' make[1]: Leaving directory `/home/dev/gub/target/linux-x86/build/guile-1.8.7' if [ "yes" = "yes" ]; then \ LD_PRELOAD= C_INCLUDE_PATH= CPPFLAGS= LIBRARY_PATH= /usr/bin/cc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -c -o gen-scmconfig.o /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/gen-scmconfig.c; \ else \ i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -c -o gen-scmconfig.o /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/gen-scmconfig.c; \ fi as: /home/dev/gub/target/tools/root/usr/lib/libz.so.1: no version information available (required by /lib/x86_64-linux-gnu/libbfd-2.28-system.so) if [ "yes" = "yes" ]; then \ LD_PRELOAD= C_INCLUDE_PATH= CPPFLAGS= LIBRARY_PATH= /usr/bin/cc -o gen-scmconfig gen-scmconfig.o; \ else \ /bin/bash ../libtool --tag=CC --mode=link i686-linux-gcc -g -O2 -Wall -Wmissing-prototypes -o gen-scmconfig gen-scmconfig.o -lgmp -lcrypt -lm -lltdl ; \ fi /usr/bin/ld: /home/dev/gub/target/tools/root/usr/lib/libz.so.1: no version information available (required by /lib/x86_64-linux-gnu/libbfd-2.28-system.so) if [ "yes" = "yes" ]; then \ LD_PRELOAD= C_INCLUDE_PATH= CPPFLAGS= LIBRARY_PATH= /usr/bin/cc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -c -o c-tokenize.o /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/c-tokenize.c; \ else \ i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -c -o c-tokenize.o /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/c-tokenize.c; \ fi as: /home/dev/gub/target/tools/root/usr/lib/libz.so.1: no version information available (required by /lib/x86_64-linux-gnu/libbfd-2.28-system.so) if [ "yes" = "yes" ]; then \ LD_PRELOAD= C_INCLUDE_PATH= CPPFLAGS= LIBRARY_PATH= /usr/bin/cc -o guile_filter_doc_snarfage c-tokenize.o; \ else \ /bin/bash ../libtool --tag=CC --mode=link i686-linux-gcc -g -O2 -Wall -Wmissing-prototypes -o guile_filter_doc_snarfage c-tokenize.o -lgmp -lcrypt -lm -lltdl ; \ fi /usr/bin/ld: /home/dev/gub/target/tools/root/usr/lib/libz.so.1: no version information available (required by /lib/x86_64-linux-gnu/libbfd-2.28-system.so) invoking cd /home/dev/gub/target/linux-x86/build/guile-1.8.7/libguile && make LD_PRELOAD= LD_LIBRARY_PATH=/home/dev/gub/target/tools/root/usr/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} cross_compiling=yes libpath.h Generating libpath.h... Running file_sub ([('-L */home/dev/gub/target/linux-x86/root', '-L')], '/home/dev/gub/target/linux-x86/build/guile-1.8.7/libguile/libpath.h') {'use_re': True, 'to_name': None, 'must_succeed': False} invoking cd /home/dev/gub/target/linux-x86/build/guile-1.8.7 && preinstguile=/home/dev/gub/target/tools/root/usr/bin/guile make -j8 (CDPATH="${ZSH_VERSION+.}:" && cd /home/dev/gub/target/linux-x86/src/guile-1.8.7 && /bin/bash /home/dev/gub/target/linux-x86/src/guile-1.8.7/build-aux/missing --run autoheader) rm -f stamp-h1 touch /home/dev/gub/target/linux-x86/src/guile-1.8.7/config.h.in cd . && /bin/bash ./config.status config.h config.status: creating config.h make all-recursive make[1]: Entering directory `/home/dev/gub/target/linux-x86/build/guile-1.8.7' Making all in oop make[2]: Entering directory `/home/dev/gub/target/linux-x86/build/guile-1.8.7/oop' Making all in goops make[3]: Entering directory `/home/dev/gub/target/linux-x86/build/guile-1.8.7/oop/goops' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/dev/gub/target/linux-x86/build/guile-1.8.7/oop/goops' make[3]: Entering directory `/home/dev/gub/target/linux-x86/build/guile-1.8.7/oop' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/home/dev/gub/target/linux-x86/build/guile-1.8.7/oop' make[2]: Leaving directory `/home/dev/gub/target/linux-x86/build/guile-1.8.7/oop' Making all in libguile make[2]: Entering directory `/home/dev/gub/target/linux-x86/build/guile-1.8.7/libguile' sed < /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/version.h.in > version.h.tmp \ -e s:@-GUILE_MAJOR_VERSION-@:1: \ -e s:@-GUILE_MINOR_VERSION-@:8: \ -e s:@-GUILE_MICRO_VERSION-@:7: rm -f scmconfig.h.tmp mv version.h.tmp version.h cat /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/scmconfig.h.top > scmconfig.h.tmp ./gen-scmconfig >> scmconfig.h.tmp chmod 444 scmconfig.h.tmp rm -f scmconfig.h mv scmconfig.h.tmp scmconfig.h ./guile-snarf -o alist.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/alist.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o arbiters.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/arbiters.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o async.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/async.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o backtrace.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/backtrace.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o boolean.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/boolean.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o chars.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/chars.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o continuations.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/continuations.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o debug.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/debug.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o deprecation.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/deprecation.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o deprecated.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/deprecated.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o discouraged.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/discouraged.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o dynl.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/dynl.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o dynwind.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/dynwind.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o environments.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/environments.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o eq.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/eq.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o error.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/error.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o eval.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/eval.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o evalext.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/evalext.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o extensions.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/extensions.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o feature.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/feature.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o fluids.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/fluids.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o fports.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/fports.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o futures.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/futures.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o gc.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/gc.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o gc-mark.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/gc-mark.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o gc-segment.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/gc-segment.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o gc-malloc.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/gc-malloc.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o gc-card.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/gc-card.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o goops.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/goops.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o gsubr.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/gsubr.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o guardians.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/guardians.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o hash.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/hash.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o hashtab.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/hashtab.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o hooks.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/hooks.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o i18n.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/i18n.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o init.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/init.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o ioext.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/ioext.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o keywords.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/keywords.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o lang.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/lang.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o list.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/list.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o load.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/load.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o macros.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/macros.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o mallocs.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/mallocs.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o modules.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/modules.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o numbers.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/numbers.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o objects.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/objects.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o objprop.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/objprop.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o options.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/options.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o pairs.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/pairs.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o ports.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/ports.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o print.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/print.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o procprop.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/procprop.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o procs.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/procs.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o properties.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/properties.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o random.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/random.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o rdelim.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/rdelim.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o read.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/read.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o root.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/root.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o rw.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/rw.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o scmsigs.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/scmsigs.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o script.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/script.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o simpos.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/simpos.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o smob.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/smob.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o sort.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/sort.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o srcprop.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/srcprop.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o stackchk.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/stackchk.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o stacks.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/stacks.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o stime.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/stime.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o strings.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/strings.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o srfi-4.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/srfi-4.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o srfi-13.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/srfi-13.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o srfi-14.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/srfi-14.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o strorder.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/strorder.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o strports.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/strports.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o struct.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/struct.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o symbols.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/symbols.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o threads.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/threads.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o throw.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/throw.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o values.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/values.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o variable.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/variable.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o vectors.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/vectors.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o version.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/version.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o vports.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/vports.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o weaks.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/weaks.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o ramap.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/ramap.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o unif.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/unif.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o filesys.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/filesys.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o posix.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/posix.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o net_db.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/net_db.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o socket.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/socket.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes ./guile-snarf -o regex-posix.x /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/regex-posix.c -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes make all-am make[3]: Entering directory `/home/dev/gub/target/linux-x86/build/guile-1.8.7/libguile' /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-alist.lo -MD -MP -MF .deps/libguile_la-alist.Tpo -c -o libguile_la-alist.lo `test -f 'alist.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`alist.c /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-arbiters.lo -MD -MP -MF .deps/libguile_la-arbiters.Tpo -c -o libguile_la-arbiters.lo `test -f 'arbiters.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`arbiters.c /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-async.lo -MD -MP -MF .deps/libguile_la-async.Tpo -c -o libguile_la-async.lo `test -f 'async.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`async.c /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-backtrace.lo -MD -MP -MF .deps/libguile_la-backtrace.Tpo -c -o libguile_la-backtrace.lo `test -f 'backtrace.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`backtrace.c /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-boolean.lo -MD -MP -MF .deps/libguile_la-boolean.Tpo -c -o libguile_la-boolean.lo `test -f 'boolean.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`boolean.c /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-chars.lo -MD -MP -MF .deps/libguile_la-chars.Tpo -c -o libguile_la-chars.lo `test -f 'chars.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`chars.c /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-continuations.lo -MD -MP -MF .deps/libguile_la-continuations.Tpo -c -o libguile_la-continuations.lo `test -f 'continuations.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`continuations.c /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-convert.lo -MD -MP -MF .deps/libguile_la-convert.Tpo -c -o libguile_la-convert.lo `test -f 'convert.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`convert.c libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-continuations.lo -MD -MP -MF .deps/libguile_la-continuations.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/continuations.c -fPIC -DPIC -o .libs/libguile_la-continuations.o libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-boolean.lo -MD -MP -MF .deps/libguile_la-boolean.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/boolean.c -fPIC -DPIC -o .libs/libguile_la-boolean.o libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-chars.lo -MD -MP -MF .deps/libguile_la-chars.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/chars.c -fPIC -DPIC -o .libs/libguile_la-chars.o libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-convert.lo -MD -MP -MF .deps/libguile_la-convert.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/convert.c -fPIC -DPIC -o .libs/libguile_la-convert.o libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-async.lo -MD -MP -MF .deps/libguile_la-async.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/async.c -fPIC -DPIC -o .libs/libguile_la-async.o libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-backtrace.lo -MD -MP -MF .deps/libguile_la-backtrace.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/backtrace.c -fPIC -DPIC -o .libs/libguile_la-backtrace.o libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-alist.lo -MD -MP -MF .deps/libguile_la-alist.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/alist.c -fPIC -DPIC -o .libs/libguile_la-alist.o libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-arbiters.lo -MD -MP -MF .deps/libguile_la-arbiters.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/arbiters.c -fPIC -DPIC -o .libs/libguile_la-arbiters.o /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/async.c: In function 'scm_i_queue_async_cell': /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/async.c:243:14: warning: variable 'count' set but not used [-Wunused-but-set-variable] size_t count; ^ mv -f .deps/libguile_la-continuations.Tpo .deps/libguile_la-continuations.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-debug.lo -MD -MP -MF .deps/libguile_la-debug.Tpo -c -o libguile_la-debug.lo `test -f 'debug.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`debug.c mv -f .deps/libguile_la-boolean.Tpo .deps/libguile_la-boolean.Plo mv -f .deps/libguile_la-arbiters.Tpo .deps/libguile_la-arbiters.Plo mv -f .deps/libguile_la-chars.Tpo .deps/libguile_la-chars.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-deprecation.lo -MD -MP -MF .deps/libguile_la-deprecation.Tpo -c -o libguile_la-deprecation.lo `test -f 'deprecation.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`deprecation.c /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-deprecated.lo -MD -MP -MF .deps/libguile_la-deprecated.Tpo -c -o libguile_la-deprecated.lo `test -f 'deprecated.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`deprecated.c /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-discouraged.lo -MD -MP -MF .deps/libguile_la-discouraged.Tpo -c -o libguile_la-discouraged.lo `test -f 'discouraged.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`discouraged.c mv -f .deps/libguile_la-async.Tpo .deps/libguile_la-async.Plo libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-debug.lo -MD -MP -MF .deps/libguile_la-debug.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/debug.c -fPIC -DPIC -o .libs/libguile_la-debug.o /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-dynwind.lo -MD -MP -MF .deps/libguile_la-dynwind.Tpo -c -o libguile_la-dynwind.lo `test -f 'dynwind.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`dynwind.c mv -f .deps/libguile_la-alist.Tpo .deps/libguile_la-alist.Plo libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-deprecated.lo -MD -MP -MF .deps/libguile_la-deprecated.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/deprecated.c -fPIC -DPIC -o .libs/libguile_la-deprecated.o libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-deprecation.lo -MD -MP -MF .deps/libguile_la-deprecation.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/deprecation.c -fPIC -DPIC -o .libs/libguile_la-deprecation.o /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-environments.lo -MD -MP -MF .deps/libguile_la-environments.Tpo -c -o libguile_la-environments.lo `test -f 'environments.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`environments.c mv -f .deps/libguile_la-convert.Tpo .deps/libguile_la-convert.Plo libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-discouraged.lo -MD -MP -MF .deps/libguile_la-discouraged.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/discouraged.c -fPIC -DPIC -o .libs/libguile_la-discouraged.o /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-eq.lo -MD -MP -MF .deps/libguile_la-eq.Tpo -c -o libguile_la-eq.lo `test -f 'eq.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`eq.c libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-dynwind.lo -MD -MP -MF .deps/libguile_la-dynwind.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/dynwind.c -fPIC -DPIC -o .libs/libguile_la-dynwind.o libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-environments.lo -MD -MP -MF .deps/libguile_la-environments.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/environments.c -fPIC -DPIC -o .libs/libguile_la-environments.o libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-eq.lo -MD -MP -MF .deps/libguile_la-eq.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/eq.c -fPIC -DPIC -o .libs/libguile_la-eq.o mv -f .deps/libguile_la-deprecation.Tpo .deps/libguile_la-deprecation.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-error.lo -MD -MP -MF .deps/libguile_la-error.Tpo -c -o libguile_la-error.lo `test -f 'error.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`error.c libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-error.lo -MD -MP -MF .deps/libguile_la-error.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/error.c -fPIC -DPIC -o .libs/libguile_la-error.o mv -f .deps/libguile_la-backtrace.Tpo .deps/libguile_la-backtrace.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-eval.lo -MD -MP -MF .deps/libguile_la-eval.Tpo -c -o libguile_la-eval.lo `test -f 'eval.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`eval.c mv -f .deps/libguile_la-debug.Tpo .deps/libguile_la-debug.Plo libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-eval.lo -MD -MP -MF .deps/libguile_la-eval.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/eval.c -fPIC -DPIC -o .libs/libguile_la-eval.o /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-evalext.lo -MD -MP -MF .deps/libguile_la-evalext.Tpo -c -o libguile_la-evalext.lo `test -f 'evalext.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`evalext.c mv -f .deps/libguile_la-discouraged.Tpo .deps/libguile_la-discouraged.Plo mv -f .deps/libguile_la-eq.Tpo .deps/libguile_la-eq.Plo mv -f .deps/libguile_la-dynwind.Tpo .deps/libguile_la-dynwind.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-extensions.lo -MD -MP -MF .deps/libguile_la-extensions.Tpo -c -o libguile_la-extensions.lo `test -f 'extensions.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`extensions.c /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-feature.lo -MD -MP -MF .deps/libguile_la-feature.Tpo -c -o libguile_la-feature.lo `test -f 'feature.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`feature.c /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-fluids.lo -MD -MP -MF .deps/libguile_la-fluids.Tpo -c -o libguile_la-fluids.lo `test -f 'fluids.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`fluids.c mv -f .deps/libguile_la-deprecated.Tpo .deps/libguile_la-deprecated.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-fports.lo -MD -MP -MF .deps/libguile_la-fports.Tpo -c -o libguile_la-fports.lo `test -f 'fports.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`fports.c libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-evalext.lo -MD -MP -MF .deps/libguile_la-evalext.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/evalext.c -fPIC -DPIC -o .libs/libguile_la-evalext.o libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-extensions.lo -MD -MP -MF .deps/libguile_la-extensions.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/extensions.c -fPIC -DPIC -o .libs/libguile_la-extensions.o libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-feature.lo -MD -MP -MF .deps/libguile_la-feature.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/feature.c -fPIC -DPIC -o .libs/libguile_la-feature.o libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-fluids.lo -MD -MP -MF .deps/libguile_la-fluids.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/fluids.c -fPIC -DPIC -o .libs/libguile_la-fluids.o libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-fports.lo -MD -MP -MF .deps/libguile_la-fports.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/fports.c -fPIC -DPIC -o .libs/libguile_la-fports.o mv -f .deps/libguile_la-error.Tpo .deps/libguile_la-error.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-futures.lo -MD -MP -MF .deps/libguile_la-futures.Tpo -c -o libguile_la-futures.lo `test -f 'futures.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`futures.c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/fports.c: In function 'fport_flush': /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/fports.c:831:15: warning: variable 'written' set but not used [-Wunused-but-set-variable] size_t written; ^ libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-futures.lo -MD -MP -MF .deps/libguile_la-futures.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/futures.c -fPIC -DPIC -o .libs/libguile_la-futures.o mv -f .deps/libguile_la-extensions.Tpo .deps/libguile_la-extensions.Plo mv -f .deps/libguile_la-feature.Tpo .deps/libguile_la-feature.Plo mv -f .deps/libguile_la-futures.Tpo .deps/libguile_la-futures.Plo mv -f .deps/libguile_la-evalext.Tpo .deps/libguile_la-evalext.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-gc.lo -MD -MP -MF .deps/libguile_la-gc.Tpo -c -o libguile_la-gc.lo `test -f 'gc.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`gc.c /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-gc-mark.lo -MD -MP -MF .deps/libguile_la-gc-mark.Tpo -c -o libguile_la-gc-mark.lo `test -f 'gc-mark.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`gc-mark.c /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-gc-segment.lo -MD -MP -MF .deps/libguile_la-gc-segment.Tpo -c -o libguile_la-gc-segment.lo `test -f 'gc-segment.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`gc-segment.c /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-gc-malloc.lo -MD -MP -MF .deps/libguile_la-gc-malloc.Tpo -c -o libguile_la-gc-malloc.lo `test -f 'gc-malloc.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`gc-malloc.c libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-gc.lo -MD -MP -MF .deps/libguile_la-gc.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/gc.c -fPIC -DPIC -o .libs/libguile_la-gc.o libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-gc-malloc.lo -MD -MP -MF .deps/libguile_la-gc-malloc.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/gc-malloc.c -fPIC -DPIC -o .libs/libguile_la-gc-malloc.o mv -f .deps/libguile_la-fports.Tpo .deps/libguile_la-fports.Plo libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-gc-mark.lo -MD -MP -MF .deps/libguile_la-gc-mark.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/gc-mark.c -fPIC -DPIC -o .libs/libguile_la-gc-mark.o libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-gc-segment.lo -MD -MP -MF .deps/libguile_la-gc-segment.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/gc-segment.c -fPIC -DPIC -o .libs/libguile_la-gc-segment.o /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-gc-card.lo -MD -MP -MF .deps/libguile_la-gc-card.Tpo -c -o libguile_la-gc-card.lo `test -f 'gc-card.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`gc-card.c mv -f .deps/libguile_la-fluids.Tpo .deps/libguile_la-fluids.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-gc-freelist.lo -MD -MP -MF .deps/libguile_la-gc-freelist.Tpo -c -o libguile_la-gc-freelist.lo `test -f 'gc-freelist.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`gc-freelist.c mv -f .deps/libguile_la-environments.Tpo .deps/libguile_la-environments.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-gc_os_dep.lo -MD -MP -MF .deps/libguile_la-gc_os_dep.Tpo -c -o libguile_la-gc_os_dep.lo `test -f 'gc_os_dep.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`gc_os_dep.c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/gc-segment.c: In function 'scm_i_initialize_heap_segment_data': /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/gc-segment.c:92:23: warning: variable 'bvec_ptr' set but not used [-Wunused-but-set-variable] scm_t_c_bvec_long * bvec_ptr = 0; ^ libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-gc-card.lo -MD -MP -MF .deps/libguile_la-gc-card.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/gc-card.c -fPIC -DPIC -o .libs/libguile_la-gc-card.o libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-gc-freelist.lo -MD -MP -MF .deps/libguile_la-gc-freelist.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/gc-freelist.c -fPIC -DPIC -o .libs/libguile_la-gc-freelist.o libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-gc_os_dep.lo -MD -MP -MF .deps/libguile_la-gc_os_dep.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/gc_os_dep.c -fPIC -DPIC -o .libs/libguile_la-gc_os_dep.o mv -f .deps/libguile_la-gc-mark.Tpo .deps/libguile_la-gc-mark.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-gdbint.lo -MD -MP -MF .deps/libguile_la-gdbint.Tpo -c -o libguile_la-gdbint.lo `test -f 'gdbint.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`gdbint.c mv -f .deps/libguile_la-gc-malloc.Tpo .deps/libguile_la-gc-malloc.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-gh_data.lo -MD -MP -MF .deps/libguile_la-gh_data.Tpo -c -o libguile_la-gh_data.lo `test -f 'gh_data.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`gh_data.c mv -f .deps/libguile_la-gc_os_dep.Tpo .deps/libguile_la-gc_os_dep.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-gh_eval.lo -MD -MP -MF .deps/libguile_la-gh_eval.Tpo -c -o libguile_la-gh_eval.lo `test -f 'gh_eval.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`gh_eval.c mv -f .deps/libguile_la-gc-freelist.Tpo .deps/libguile_la-gc-freelist.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-gh_funcs.lo -MD -MP -MF .deps/libguile_la-gh_funcs.Tpo -c -o libguile_la-gh_funcs.lo `test -f 'gh_funcs.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`gh_funcs.c libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-gh_data.lo -MD -MP -MF .deps/libguile_la-gh_data.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/gh_data.c -fPIC -DPIC -o .libs/libguile_la-gh_data.o libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-gdbint.lo -MD -MP -MF .deps/libguile_la-gdbint.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/gdbint.c -fPIC -DPIC -o .libs/libguile_la-gdbint.o libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-gh_eval.lo -MD -MP -MF .deps/libguile_la-gh_eval.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/gh_eval.c -fPIC -DPIC -o .libs/libguile_la-gh_eval.o libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-gh_funcs.lo -MD -MP -MF .deps/libguile_la-gh_funcs.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/gh_funcs.c -fPIC -DPIC -o .libs/libguile_la-gh_funcs.o mv -f .deps/libguile_la-gc-segment.Tpo .deps/libguile_la-gc-segment.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-gh_init.lo -MD -MP -MF .deps/libguile_la-gh_init.Tpo -c -o libguile_la-gh_init.lo `test -f 'gh_init.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`gh_init.c mv -f .deps/libguile_la-gc.Tpo .deps/libguile_la-gc.Plo mv -f .deps/libguile_la-gc-card.Tpo .deps/libguile_la-gc-card.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-gh_io.lo -MD -MP -MF .deps/libguile_la-gh_io.Tpo -c -o libguile_la-gh_io.lo `test -f 'gh_io.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`gh_io.c /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-gh_list.lo -MD -MP -MF .deps/libguile_la-gh_list.Tpo -c -o libguile_la-gh_list.lo `test -f 'gh_list.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`gh_list.c mv -f .deps/libguile_la-gh_eval.Tpo .deps/libguile_la-gh_eval.Plo libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-gh_init.lo -MD -MP -MF .deps/libguile_la-gh_init.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/gh_init.c -fPIC -DPIC -o .libs/libguile_la-gh_init.o libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-gh_io.lo -MD -MP -MF .deps/libguile_la-gh_io.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/gh_io.c -fPIC -DPIC -o .libs/libguile_la-gh_io.o /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-gh_predicates.lo -MD -MP -MF .deps/libguile_la-gh_predicates.Tpo -c -o libguile_la-gh_predicates.lo `test -f 'gh_predicates.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`gh_predicates.c mv -f .deps/libguile_la-gdbint.Tpo .deps/libguile_la-gdbint.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-goops.lo -MD -MP -MF .deps/libguile_la-goops.Tpo -c -o libguile_la-goops.lo `test -f 'goops.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`goops.c libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-gh_list.lo -MD -MP -MF .deps/libguile_la-gh_list.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/gh_list.c -fPIC -DPIC -o .libs/libguile_la-gh_list.o libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-gh_predicates.lo -MD -MP -MF .deps/libguile_la-gh_predicates.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/gh_predicates.c -fPIC -DPIC -o .libs/libguile_la-gh_predicates.o libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-goops.lo -MD -MP -MF .deps/libguile_la-goops.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/goops.c -fPIC -DPIC -o .libs/libguile_la-goops.o mv -f .deps/libguile_la-gh_init.Tpo .deps/libguile_la-gh_init.Plo mv -f .deps/libguile_la-gh_io.Tpo .deps/libguile_la-gh_io.Plo mv -f .deps/libguile_la-gh_data.Tpo .deps/libguile_la-gh_data.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-gsubr.lo -MD -MP -MF .deps/libguile_la-gsubr.Tpo -c -o libguile_la-gsubr.lo `test -f 'gsubr.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`gsubr.c mv -f .deps/libguile_la-gh_funcs.Tpo .deps/libguile_la-gh_funcs.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-guardians.lo -MD -MP -MF .deps/libguile_la-guardians.Tpo -c -o libguile_la-guardians.lo `test -f 'guardians.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`guardians.c /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-hash.lo -MD -MP -MF .deps/libguile_la-hash.Tpo -c -o libguile_la-hash.lo `test -f 'hash.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`hash.c /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-hashtab.lo -MD -MP -MF .deps/libguile_la-hashtab.Tpo -c -o libguile_la-hashtab.lo `test -f 'hashtab.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`hashtab.c mv -f .deps/libguile_la-gh_predicates.Tpo .deps/libguile_la-gh_predicates.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-hooks.lo -MD -MP -MF .deps/libguile_la-hooks.Tpo -c -o libguile_la-hooks.lo `test -f 'hooks.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`hooks.c mv -f .deps/libguile_la-gh_list.Tpo .deps/libguile_la-gh_list.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-i18n.lo -MD -MP -MF .deps/libguile_la-i18n.Tpo -c -o libguile_la-i18n.lo `test -f 'i18n.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`i18n.c libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-hashtab.lo -MD -MP -MF .deps/libguile_la-hashtab.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/hashtab.c -fPIC -DPIC -o .libs/libguile_la-hashtab.o libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-gsubr.lo -MD -MP -MF .deps/libguile_la-gsubr.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/gsubr.c -fPIC -DPIC -o .libs/libguile_la-gsubr.o libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-guardians.lo -MD -MP -MF .deps/libguile_la-guardians.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/guardians.c -fPIC -DPIC -o .libs/libguile_la-guardians.o libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-hash.lo -MD -MP -MF .deps/libguile_la-hash.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/hash.c -fPIC -DPIC -o .libs/libguile_la-hash.o libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-hooks.lo -MD -MP -MF .deps/libguile_la-hooks.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/hooks.c -fPIC -DPIC -o .libs/libguile_la-hooks.o libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-i18n.lo -MD -MP -MF .deps/libguile_la-i18n.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/i18n.c -fPIC -DPIC -o .libs/libguile_la-i18n.o mv -f .deps/libguile_la-hash.Tpo .deps/libguile_la-hash.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-init.lo -MD -MP -MF .deps/libguile_la-init.Tpo -c -o libguile_la-init.lo `test -f 'init.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`init.c mv -f .deps/libguile_la-guardians.Tpo .deps/libguile_la-guardians.Plo mv -f .deps/libguile_la-i18n.Tpo .deps/libguile_la-i18n.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-inline.lo -MD -MP -MF .deps/libguile_la-inline.Tpo -c -o libguile_la-inline.lo `test -f 'inline.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`inline.c /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-ioext.lo -MD -MP -MF .deps/libguile_la-ioext.Tpo -c -o libguile_la-ioext.lo `test -f 'ioext.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`ioext.c mv -f .deps/libguile_la-gsubr.Tpo .deps/libguile_la-gsubr.Plo libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-init.lo -MD -MP -MF .deps/libguile_la-init.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/init.c -fPIC -DPIC -o .libs/libguile_la-init.o /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-keywords.lo -MD -MP -MF .deps/libguile_la-keywords.Tpo -c -o libguile_la-keywords.lo `test -f 'keywords.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`keywords.c mv -f .deps/libguile_la-hooks.Tpo .deps/libguile_la-hooks.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-lang.lo -MD -MP -MF .deps/libguile_la-lang.Tpo -c -o libguile_la-lang.lo `test -f 'lang.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`lang.c libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-inline.lo -MD -MP -MF .deps/libguile_la-inline.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/inline.c -fPIC -DPIC -o .libs/libguile_la-inline.o mv -f .deps/libguile_la-hashtab.Tpo .deps/libguile_la-hashtab.Plo libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-ioext.lo -MD -MP -MF .deps/libguile_la-ioext.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/ioext.c -fPIC -DPIC -o .libs/libguile_la-ioext.o /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-list.lo -MD -MP -MF .deps/libguile_la-list.Tpo -c -o libguile_la-list.lo `test -f 'list.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`list.c libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-keywords.lo -MD -MP -MF .deps/libguile_la-keywords.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/keywords.c -fPIC -DPIC -o .libs/libguile_la-keywords.o libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-lang.lo -MD -MP -MF .deps/libguile_la-lang.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/lang.c -fPIC -DPIC -o .libs/libguile_la-lang.o libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-list.lo -MD -MP -MF .deps/libguile_la-list.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/list.c -fPIC -DPIC -o .libs/libguile_la-list.o mv -f .deps/libguile_la-init.Tpo .deps/libguile_la-init.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-load.lo -MD -MP -MF .deps/libguile_la-load.Tpo -c -o libguile_la-load.lo `test -f 'load.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`load.c mv -f .deps/libguile_la-lang.Tpo .deps/libguile_la-lang.Plo libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-load.lo -MD -MP -MF .deps/libguile_la-load.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/load.c -fPIC -DPIC -o .libs/libguile_la-load.o /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-macros.lo -MD -MP -MF .deps/libguile_la-macros.Tpo -c -o libguile_la-macros.lo `test -f 'macros.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`macros.c mv -f .deps/libguile_la-inline.Tpo .deps/libguile_la-inline.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-mallocs.lo -MD -MP -MF .deps/libguile_la-mallocs.Tpo -c -o libguile_la-mallocs.lo `test -f 'mallocs.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`mallocs.c libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-macros.lo -MD -MP -MF .deps/libguile_la-macros.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/macros.c -fPIC -DPIC -o .libs/libguile_la-macros.o mv -f .deps/libguile_la-keywords.Tpo .deps/libguile_la-keywords.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-modules.lo -MD -MP -MF .deps/libguile_la-modules.Tpo -c -o libguile_la-modules.lo `test -f 'modules.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`modules.c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/load.c: In function 'scm_init_argv0_relocation': /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/load.c:219:7: warning: unused variable 'libdir' [-Wunused-variable] SCM libdir = scm_string_append (scm_list_2 (prefix, ^ libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-mallocs.lo -MD -MP -MF .deps/libguile_la-mallocs.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/mallocs.c -fPIC -DPIC -o .libs/libguile_la-mallocs.o mv -f .deps/libguile_la-ioext.Tpo .deps/libguile_la-ioext.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-numbers.lo -MD -MP -MF .deps/libguile_la-numbers.Tpo -c -o libguile_la-numbers.lo `test -f 'numbers.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`numbers.c libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-modules.lo -MD -MP -MF .deps/libguile_la-modules.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/modules.c -fPIC -DPIC -o .libs/libguile_la-modules.o mv -f .deps/libguile_la-list.Tpo .deps/libguile_la-list.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-objects.lo -MD -MP -MF .deps/libguile_la-objects.Tpo -c -o libguile_la-objects.lo `test -f 'objects.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`objects.c libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-numbers.lo -MD -MP -MF .deps/libguile_la-numbers.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/numbers.c -fPIC -DPIC -o .libs/libguile_la-numbers.o mv -f .deps/libguile_la-load.Tpo .deps/libguile_la-load.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-objprop.lo -MD -MP -MF .deps/libguile_la-objprop.Tpo -c -o libguile_la-objprop.lo `test -f 'objprop.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`objprop.c mv -f .deps/libguile_la-mallocs.Tpo .deps/libguile_la-mallocs.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-options.lo -MD -MP -MF .deps/libguile_la-options.Tpo -c -o libguile_la-options.lo `test -f 'options.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`options.c libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-objects.lo -MD -MP -MF .deps/libguile_la-objects.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/objects.c -fPIC -DPIC -o .libs/libguile_la-objects.o mv -f .deps/libguile_la-macros.Tpo .deps/libguile_la-macros.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-pairs.lo -MD -MP -MF .deps/libguile_la-pairs.Tpo -c -o libguile_la-pairs.lo `test -f 'pairs.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`pairs.c libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-objprop.lo -MD -MP -MF .deps/libguile_la-objprop.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/objprop.c -fPIC -DPIC -o .libs/libguile_la-objprop.o libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-options.lo -MD -MP -MF .deps/libguile_la-options.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/options.c -fPIC -DPIC -o .libs/libguile_la-options.o mv -f .deps/libguile_la-goops.Tpo .deps/libguile_la-goops.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-ports.lo -MD -MP -MF .deps/libguile_la-ports.Tpo -c -o libguile_la-ports.lo `test -f 'ports.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`ports.c libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-pairs.lo -MD -MP -MF .deps/libguile_la-pairs.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/pairs.c -fPIC -DPIC -o .libs/libguile_la-pairs.o libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-ports.lo -MD -MP -MF .deps/libguile_la-ports.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/ports.c -fPIC -DPIC -o .libs/libguile_la-ports.o mv -f .deps/libguile_la-objects.Tpo .deps/libguile_la-objects.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-print.lo -MD -MP -MF .deps/libguile_la-print.Tpo -c -o libguile_la-print.lo `test -f 'print.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`print.c mv -f .deps/libguile_la-objprop.Tpo .deps/libguile_la-objprop.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-procprop.lo -MD -MP -MF .deps/libguile_la-procprop.Tpo -c -o libguile_la-procprop.lo `test -f 'procprop.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`procprop.c mv -f .deps/libguile_la-modules.Tpo .deps/libguile_la-modules.Plo mv -f .deps/libguile_la-options.Tpo .deps/libguile_la-options.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-procs.lo -MD -MP -MF .deps/libguile_la-procs.Tpo -c -o libguile_la-procs.lo `test -f 'procs.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`procs.c /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-properties.lo -MD -MP -MF .deps/libguile_la-properties.Tpo -c -o libguile_la-properties.lo `test -f 'properties.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`properties.c mv -f .deps/libguile_la-pairs.Tpo .deps/libguile_la-pairs.Plo libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-print.lo -MD -MP -MF .deps/libguile_la-print.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/print.c -fPIC -DPIC -o .libs/libguile_la-print.o /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-random.lo -MD -MP -MF .deps/libguile_la-random.Tpo -c -o libguile_la-random.lo `test -f 'random.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`random.c libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-procprop.lo -MD -MP -MF .deps/libguile_la-procprop.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/procprop.c -fPIC -DPIC -o .libs/libguile_la-procprop.o libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-procs.lo -MD -MP -MF .deps/libguile_la-procs.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/procs.c -fPIC -DPIC -o .libs/libguile_la-procs.o libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-properties.lo -MD -MP -MF .deps/libguile_la-properties.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/properties.c -fPIC -DPIC -o .libs/libguile_la-properties.o libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-random.lo -MD -MP -MF .deps/libguile_la-random.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/random.c -fPIC -DPIC -o .libs/libguile_la-random.o mv -f .deps/libguile_la-properties.Tpo .deps/libguile_la-properties.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-rdelim.lo -MD -MP -MF .deps/libguile_la-rdelim.Tpo -c -o libguile_la-rdelim.lo `test -f 'rdelim.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`rdelim.c mv -f .deps/libguile_la-procprop.Tpo .deps/libguile_la-procprop.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-read.lo -MD -MP -MF .deps/libguile_la-read.Tpo -c -o libguile_la-read.lo `test -f 'read.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`read.c mv -f .deps/libguile_la-procs.Tpo .deps/libguile_la-procs.Plo libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-rdelim.lo -MD -MP -MF .deps/libguile_la-rdelim.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/rdelim.c -fPIC -DPIC -o .libs/libguile_la-rdelim.o /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-root.lo -MD -MP -MF .deps/libguile_la-root.Tpo -c -o libguile_la-root.lo `test -f 'root.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`root.c libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-read.lo -MD -MP -MF .deps/libguile_la-read.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/read.c -fPIC -DPIC -o .libs/libguile_la-read.o libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-root.lo -MD -MP -MF .deps/libguile_la-root.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/root.c -fPIC -DPIC -o .libs/libguile_la-root.o mv -f .deps/libguile_la-eval.Tpo .deps/libguile_la-eval.Plo mv -f .deps/libguile_la-random.Tpo .deps/libguile_la-random.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-rw.lo -MD -MP -MF .deps/libguile_la-rw.Tpo -c -o libguile_la-rw.lo `test -f 'rw.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`rw.c mv -f .deps/libguile_la-ports.Tpo .deps/libguile_la-ports.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-scmsigs.lo -MD -MP -MF .deps/libguile_la-scmsigs.Tpo -c -o libguile_la-scmsigs.lo `test -f 'scmsigs.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`scmsigs.c /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-script.lo -MD -MP -MF .deps/libguile_la-script.Tpo -c -o libguile_la-script.lo `test -f 'script.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`script.c mv -f .deps/libguile_la-root.Tpo .deps/libguile_la-root.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-simpos.lo -MD -MP -MF .deps/libguile_la-simpos.Tpo -c -o libguile_la-simpos.lo `test -f 'simpos.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`simpos.c mv -f .deps/libguile_la-rdelim.Tpo .deps/libguile_la-rdelim.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-smob.lo -MD -MP -MF .deps/libguile_la-smob.Tpo -c -o libguile_la-smob.lo `test -f 'smob.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`smob.c libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-rw.lo -MD -MP -MF .deps/libguile_la-rw.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/rw.c -fPIC -DPIC -o .libs/libguile_la-rw.o libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-scmsigs.lo -MD -MP -MF .deps/libguile_la-scmsigs.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/scmsigs.c -fPIC -DPIC -o .libs/libguile_la-scmsigs.o mv -f .deps/libguile_la-print.Tpo .deps/libguile_la-print.Plo libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-script.lo -MD -MP -MF .deps/libguile_la-script.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/script.c -fPIC -DPIC -o .libs/libguile_la-script.o /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-sort.lo -MD -MP -MF .deps/libguile_la-sort.Tpo -c -o libguile_la-sort.lo `test -f 'sort.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`sort.c libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-simpos.lo -MD -MP -MF .deps/libguile_la-simpos.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/simpos.c -fPIC -DPIC -o .libs/libguile_la-simpos.o libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-smob.lo -MD -MP -MF .deps/libguile_la-smob.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/smob.c -fPIC -DPIC -o .libs/libguile_la-smob.o libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-sort.lo -MD -MP -MF .deps/libguile_la-sort.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/sort.c -fPIC -DPIC -o .libs/libguile_la-sort.o mv -f .deps/libguile_la-rw.Tpo .deps/libguile_la-rw.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-srcprop.lo -MD -MP -MF .deps/libguile_la-srcprop.Tpo -c -o libguile_la-srcprop.lo `test -f 'srcprop.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`srcprop.c mv -f .deps/libguile_la-scmsigs.Tpo .deps/libguile_la-scmsigs.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-stackchk.lo -MD -MP -MF .deps/libguile_la-stackchk.Tpo -c -o libguile_la-stackchk.lo `test -f 'stackchk.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`stackchk.c mv -f .deps/libguile_la-simpos.Tpo .deps/libguile_la-simpos.Plo libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-srcprop.lo -MD -MP -MF .deps/libguile_la-srcprop.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/srcprop.c -fPIC -DPIC -o .libs/libguile_la-srcprop.o /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-stacks.lo -MD -MP -MF .deps/libguile_la-stacks.Tpo -c -o libguile_la-stacks.lo `test -f 'stacks.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`stacks.c libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-stackchk.lo -MD -MP -MF .deps/libguile_la-stackchk.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/stackchk.c -fPIC -DPIC -o .libs/libguile_la-stackchk.o libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-stacks.lo -MD -MP -MF .deps/libguile_la-stacks.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/stacks.c -fPIC -DPIC -o .libs/libguile_la-stacks.o mv -f .deps/libguile_la-read.Tpo .deps/libguile_la-read.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-stime.lo -MD -MP -MF .deps/libguile_la-stime.Tpo -c -o libguile_la-stime.lo `test -f 'stime.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`stime.c mv -f .deps/libguile_la-smob.Tpo .deps/libguile_la-smob.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-strings.lo -MD -MP -MF .deps/libguile_la-strings.Tpo -c -o libguile_la-strings.lo `test -f 'strings.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`strings.c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/stacks.c: In function 'scm_stack_ref': /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/stacks.c:555:21: warning: variable 'c_index' set but not used [-Wunused-but-set-variable] unsigned long int c_index; ^ mv -f .deps/libguile_la-sort.Tpo .deps/libguile_la-sort.Plo libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-stime.lo -MD -MP -MF .deps/libguile_la-stime.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/stime.c -fPIC -DPIC -o .libs/libguile_la-stime.o mv -f .deps/libguile_la-stackchk.Tpo .deps/libguile_la-stackchk.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-srfi-4.lo -MD -MP -MF .deps/libguile_la-srfi-4.Tpo -c -o libguile_la-srfi-4.lo `test -f 'srfi-4.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`srfi-4.c /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-srfi-13.lo -MD -MP -MF .deps/libguile_la-srfi-13.Tpo -c -o libguile_la-srfi-13.lo `test -f 'srfi-13.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`srfi-13.c libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-strings.lo -MD -MP -MF .deps/libguile_la-strings.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/strings.c -fPIC -DPIC -o .libs/libguile_la-strings.o mv -f .deps/libguile_la-script.Tpo .deps/libguile_la-script.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-srfi-14.lo -MD -MP -MF .deps/libguile_la-srfi-14.Tpo -c -o libguile_la-srfi-14.lo `test -f 'srfi-14.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`srfi-14.c mv -f .deps/libguile_la-srcprop.Tpo .deps/libguile_la-srcprop.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-strorder.lo -MD -MP -MF .deps/libguile_la-strorder.Tpo -c -o libguile_la-strorder.lo `test -f 'strorder.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`strorder.c libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-srfi-4.lo -MD -MP -MF .deps/libguile_la-srfi-4.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/srfi-4.c -fPIC -DPIC -o .libs/libguile_la-srfi-4.o libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-srfi-14.lo -MD -MP -MF .deps/libguile_la-srfi-14.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/srfi-14.c -fPIC -DPIC -o .libs/libguile_la-srfi-14.o libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-srfi-13.lo -MD -MP -MF .deps/libguile_la-srfi-13.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/srfi-13.c -fPIC -DPIC -o .libs/libguile_la-srfi-13.o libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-strorder.lo -MD -MP -MF .deps/libguile_la-strorder.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/strorder.c -fPIC -DPIC -o .libs/libguile_la-strorder.o /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/srfi-4.c: In function 'uvec_to_list': /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/srfi-4.c:493:15: warning: variable 'elts' set but not used [-Wunused-but-set-variable] const void *elts; ^ /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/srfi-13.c: In function 'scm_srfi13_substring_copy': /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/srfi-13.c:510:15: warning: variable 'cstr' set but not used [-Wunused-but-set-variable] const char *cstr; ^ mv -f .deps/libguile_la-stacks.Tpo .deps/libguile_la-stacks.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-strports.lo -MD -MP -MF .deps/libguile_la-strports.Tpo -c -o libguile_la-strports.lo `test -f 'strports.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`strports.c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/srfi-13.c: In function 'scm_substring_upcase_x': /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/srfi-13.c:2399:15: warning: variable 'cstr' set but not used [-Wunused-but-set-variable] const char *cstr; ^ /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/srfi-13.c: In function 'scm_substring_upcase': /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/srfi-13.c:2420:15: warning: variable 'cstr' set but not used [-Wunused-but-set-variable] const char *cstr; ^ /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/srfi-13.c: In function 'scm_substring_downcase_x': /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/srfi-13.c:2467:15: warning: variable 'cstr' set but not used [-Wunused-but-set-variable] const char *cstr; ^ /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/srfi-13.c: In function 'scm_substring_downcase': /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/srfi-13.c:2488:15: warning: variable 'cstr' set but not used [-Wunused-but-set-variable] const char *cstr; ^ /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/srfi-13.c: In function 'scm_string_titlecase_x': /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/srfi-13.c:2544:15: warning: variable 'cstr' set but not used [-Wunused-but-set-variable] const char *cstr; ^ /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/srfi-13.c: In function 'scm_string_titlecase': /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/srfi-13.c:2560:15: warning: variable 'cstr' set but not used [-Wunused-but-set-variable] const char *cstr; ^ /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/srfi-13.c: In function 'scm_string_reverse': /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/srfi-13.c:2628:15: warning: variable 'cstr' set but not used [-Wunused-but-set-variable] const char *cstr; ^ mv -f .deps/libguile_la-strorder.Tpo .deps/libguile_la-strorder.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-struct.lo -MD -MP -MF .deps/libguile_la-struct.Tpo -c -o libguile_la-struct.lo `test -f 'struct.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`struct.c mv -f .deps/libguile_la-stime.Tpo .deps/libguile_la-stime.Plo libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-strports.lo -MD -MP -MF .deps/libguile_la-strports.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/strports.c -fPIC -DPIC -o .libs/libguile_la-strports.o /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-symbols.lo -MD -MP -MF .deps/libguile_la-symbols.Tpo -c -o libguile_la-symbols.lo `test -f 'symbols.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`symbols.c libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-struct.lo -MD -MP -MF .deps/libguile_la-struct.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/struct.c -fPIC -DPIC -o .libs/libguile_la-struct.o libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-symbols.lo -MD -MP -MF .deps/libguile_la-symbols.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/symbols.c -fPIC -DPIC -o .libs/libguile_la-symbols.o mv -f .deps/libguile_la-strings.Tpo .deps/libguile_la-strings.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-threads.lo -MD -MP -MF .deps/libguile_la-threads.Tpo -c -o libguile_la-threads.lo `test -f 'threads.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`threads.c mv -f .deps/libguile_la-numbers.Tpo .deps/libguile_la-numbers.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-null-threads.lo -MD -MP -MF .deps/libguile_la-null-threads.Tpo -c -o libguile_la-null-threads.lo `test -f 'null-threads.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`null-threads.c libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-threads.lo -MD -MP -MF .deps/libguile_la-threads.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/threads.c -fPIC -DPIC -o .libs/libguile_la-threads.o mv -f .deps/libguile_la-strports.Tpo .deps/libguile_la-strports.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-throw.lo -MD -MP -MF .deps/libguile_la-throw.Tpo -c -o libguile_la-throw.lo `test -f 'throw.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`throw.c libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-null-threads.lo -MD -MP -MF .deps/libguile_la-null-threads.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/null-threads.c -fPIC -DPIC -o .libs/libguile_la-null-threads.o libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-throw.lo -MD -MP -MF .deps/libguile_la-throw.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/throw.c -fPIC -DPIC -o .libs/libguile_la-throw.o In file included from /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/threads.h:38:0, from /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/gc.h:28, from /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/_scm.h:69, from /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/threads.c:24: /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/threads.c: In function 'scm_call_with_new_thread': /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/null-threads.h:69:53: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define scm_i_pthread_cond_wait(c,m) (abort(), 0) ^ /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/null-threads.h:97:45: note: in expansion of macro 'scm_i_pthread_cond_wait' #define scm_i_scm_pthread_cond_wait scm_i_pthread_cond_wait ^ /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/threads.c:829:3: note: in expansion of macro 'scm_i_scm_pthread_cond_wait' scm_i_scm_pthread_cond_wait (&data.cond, &data.mutex); ^ /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/threads.c: In function 'scm_spawn_thread': /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/null-threads.h:69:53: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define scm_i_pthread_cond_wait(c,m) (abort(), 0) ^ /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/null-threads.h:97:45: note: in expansion of macro 'scm_i_pthread_cond_wait' #define scm_i_scm_pthread_cond_wait scm_i_pthread_cond_wait ^ /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/threads.c:906:3: note: in expansion of macro 'scm_i_scm_pthread_cond_wait' scm_i_scm_pthread_cond_wait (&data.cond, &data.mutex); ^ /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/threads.c: In function 'scm_std_select': /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/threads.c:1458:14: warning: variable 'count' set but not used [-Wunused-but-set-variable] size_t count; ^ In file included from /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/threads.h:38:0, from /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/gc.h:28, from /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/_scm.h:69, from /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/threads.c:24: /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/threads.c: In function 'scm_i_thread_sleep_for_gc': /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/null-threads.h:69:53: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define scm_i_pthread_cond_wait(c,m) (abort(), 0) ^ /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/threads.c:1661:3: note: in expansion of macro 'scm_i_pthread_cond_wait' scm_i_pthread_cond_wait (&wake_up_cond, &t->heap_mutex); ^ mv -f .deps/libguile_la-null-threads.Tpo .deps/libguile_la-null-threads.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-values.lo -MD -MP -MF .deps/libguile_la-values.Tpo -c -o libguile_la-values.lo `test -f 'values.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`values.c mv -f .deps/libguile_la-symbols.Tpo .deps/libguile_la-symbols.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-variable.lo -MD -MP -MF .deps/libguile_la-variable.Tpo -c -o libguile_la-variable.lo `test -f 'variable.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`variable.c mv -f .deps/libguile_la-srfi-14.Tpo .deps/libguile_la-srfi-14.Plo /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/throw.c: In function 'scm_ithrow': /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/throw.c:755:19: warning: variable 'answer' set but not used [-Wunused-but-set-variable] SCM handle, answer; ^ mv -f .deps/libguile_la-struct.Tpo .deps/libguile_la-struct.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-vectors.lo -MD -MP -MF .deps/libguile_la-vectors.Tpo -c -o libguile_la-vectors.lo `test -f 'vectors.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`vectors.c /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-version.lo -MD -MP -MF .deps/libguile_la-version.Tpo -c -o libguile_la-version.lo `test -f 'version.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`version.c libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-values.lo -MD -MP -MF .deps/libguile_la-values.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/values.c -fPIC -DPIC -o .libs/libguile_la-values.o libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-variable.lo -MD -MP -MF .deps/libguile_la-variable.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/variable.c -fPIC -DPIC -o .libs/libguile_la-variable.o libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-vectors.lo -MD -MP -MF .deps/libguile_la-vectors.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/vectors.c -fPIC -DPIC -o .libs/libguile_la-vectors.o libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-version.lo -MD -MP -MF .deps/libguile_la-version.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/version.c -fPIC -DPIC -o .libs/libguile_la-version.o mv -f .deps/libguile_la-threads.Tpo .deps/libguile_la-threads.Plo mv -f .deps/libguile_la-values.Tpo .deps/libguile_la-values.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-vports.lo -MD -MP -MF .deps/libguile_la-vports.Tpo -c -o libguile_la-vports.lo `test -f 'vports.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`vports.c /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-weaks.lo -MD -MP -MF .deps/libguile_la-weaks.Tpo -c -o libguile_la-weaks.lo `test -f 'weaks.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`weaks.c libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-weaks.lo -MD -MP -MF .deps/libguile_la-weaks.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/weaks.c -fPIC -DPIC -o .libs/libguile_la-weaks.o mv -f .deps/libguile_la-variable.Tpo .deps/libguile_la-variable.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-ramap.lo -MD -MP -MF .deps/libguile_la-ramap.Tpo -c -o libguile_la-ramap.lo `test -f 'ramap.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`ramap.c mv -f .deps/libguile_la-version.Tpo .deps/libguile_la-version.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-unif.lo -MD -MP -MF .deps/libguile_la-unif.Tpo -c -o libguile_la-unif.lo `test -f 'unif.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`unif.c libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-vports.lo -MD -MP -MF .deps/libguile_la-vports.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/vports.c -fPIC -DPIC -o .libs/libguile_la-vports.o mv -f .deps/libguile_la-throw.Tpo .deps/libguile_la-throw.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT dynl.lo -MD -MP -MF .deps/dynl.Tpo -c -o dynl.lo /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/dynl.c libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-ramap.lo -MD -MP -MF .deps/libguile_la-ramap.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/ramap.c -fPIC -DPIC -o .libs/libguile_la-ramap.o libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT dynl.lo -MD -MP -MF .deps/dynl.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/dynl.c -fPIC -DPIC -o .libs/dynl.o libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT libguile_la-unif.lo -MD -MP -MF .deps/libguile_la-unif.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/unif.c -fPIC -DPIC -o .libs/libguile_la-unif.o mv -f .deps/libguile_la-vectors.Tpo .deps/libguile_la-vectors.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT filesys.lo -MD -MP -MF .deps/filesys.Tpo -c -o filesys.lo /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/filesys.c libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT filesys.lo -MD -MP -MF .deps/filesys.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/filesys.c -fPIC -DPIC -o .libs/filesys.o mv -f .deps/libguile_la-vports.Tpo .deps/libguile_la-vports.Plo /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/unif.c: In function 'scm_i_read_array': /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/unif.c:2679:7: warning: variable 'got_rank' set but not used [-Wunused-but-set-variable] int got_rank; ^ /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT posix.lo -MD -MP -MF .deps/posix.Tpo -c -o posix.lo /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/posix.c mv -f .deps/libguile_la-weaks.Tpo .deps/libguile_la-weaks.Plo /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/filesys.c: In function 'scm_readdir': /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT net_db.lo -MD -MP -MF .deps/net_db.Tpo -c -o net_db.lo /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/net_db.c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/filesys.c:904:12: warning: variable 'namlen' set but not used [-Wunused-but-set-variable] size_t namlen; ^ mv -f .deps/dynl.Tpo .deps/dynl.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT socket.lo -MD -MP -MF .deps/socket.Tpo -c -o socket.lo /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/socket.c libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT posix.lo -MD -MP -MF .deps/posix.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/posix.c -fPIC -DPIC -o .libs/posix.o libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT net_db.lo -MD -MP -MF .deps/net_db.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/net_db.c -fPIC -DPIC -o .libs/net_db.o libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT socket.lo -MD -MP -MF .deps/socket.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/socket.c -fPIC -DPIC -o .libs/socket.o /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/posix.c: In function 'scm_nice': /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/posix.c:1546:7: warning: variable 'nice_value' set but not used [-Wunused-but-set-variable] int nice_value; ^ mv -f .deps/libguile_la-srfi-13.Tpo .deps/libguile_la-srfi-13.Plo /bin/bash ../libtool --tag=CC --mode=compile i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT regex-posix.lo -MD -MP -MF .deps/regex-posix.Tpo -c -o regex-posix.lo /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/regex-posix.c libtool: compile: i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT regex-posix.lo -MD -MP -MF .deps/regex-posix.Tpo -c /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/regex-posix.c -fPIC -DPIC -o .libs/regex-posix.o mv -f .deps/net_db.Tpo .deps/net_db.Plo mv -f .deps/libguile_la-ramap.Tpo .deps/libguile_la-ramap.Plo i686-linux-gcc -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes -MT guile-guile.o -MD -MP -MF .deps/guile-guile.Tpo -c -o guile-guile.o `test -f 'guile.c' || echo '/home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/'`guile.c gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/alist.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/alist.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > alist.doc || { rm alist.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/arbiters.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/arbiters.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > arbiters.doc || { rm arbiters.doc; false; } mv -f .deps/regex-posix.Tpo .deps/regex-posix.Plo mv -f .deps/filesys.Tpo .deps/filesys.Plo gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/async.c gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/backtrace.c mv -f .deps/guile-guile.Tpo .deps/guile-guile.Po mv -f .deps/socket.Tpo .deps/socket.Plo (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/async.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > async.doc || { rm async.doc; false; } (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/backtrace.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > backtrace.doc || { rm backtrace.doc; false; } mv -f .deps/libguile_la-srfi-4.Tpo .deps/libguile_la-srfi-4.Plo gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/boolean.c gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/chars.c gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/continuations.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/boolean.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > boolean.doc || { rm boolean.doc; false; } (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/chars.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > chars.doc || { rm chars.doc; false; } (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/continuations.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > continuations.doc || { rm continuations.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/debug.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/debug.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > debug.doc || { rm debug.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/deprecation.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/deprecation.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > deprecation.doc || { rm deprecation.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/deprecated.c gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/discouraged.c gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/dynl.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/discouraged.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > discouraged.doc || { rm discouraged.doc; false; } (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/deprecated.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > deprecated.doc || { rm deprecated.doc; false; } (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/dynl.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > dynl.doc || { rm dynl.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/dynwind.c gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/environments.c mv -f .deps/posix.Tpo .deps/posix.Plo (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/dynwind.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > dynwind.doc || { rm dynwind.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/eq.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/environments.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > environments.doc || { rm environments.doc; false; } (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/eq.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > eq.doc || { rm eq.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/error.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/error.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > error.doc || { rm error.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/eval.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/eval.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > eval.doc || { rm eval.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/evalext.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/evalext.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > evalext.doc || { rm evalext.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/extensions.c gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/feature.c mv -f .deps/libguile_la-unif.Tpo .deps/libguile_la-unif.Plo (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/extensions.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > extensions.doc || { rm extensions.doc; false; } (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/feature.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > feature.doc || { rm feature.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/fluids.c gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/fports.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/fluids.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > fluids.doc || { rm fluids.doc; false; } (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/fports.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > fports.doc || { rm fports.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/futures.c gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/gc.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/futures.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > futures.doc || { rm futures.doc; false; } (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/gc.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > gc.doc || { rm gc.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/goops.c gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/gsubr.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/gsubr.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > gsubr.doc || { rm gsubr.doc; false; } (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/goops.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > goops.doc || { rm goops.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/gc-mark.c gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/gc-segment.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/gc-segment.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > gc-segment.doc || { rm gc-segment.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/gc-malloc.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/gc-malloc.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > gc-malloc.doc || { rm gc-malloc.doc; false; } (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/gc-mark.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > gc-mark.doc || { rm gc-mark.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/gc-card.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/gc-card.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > gc-card.doc || { rm gc-card.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/guardians.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/guardians.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > guardians.doc || { rm guardians.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/hash.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/hash.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > hash.doc || { rm hash.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/hashtab.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/hashtab.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > hashtab.doc || { rm hashtab.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/hooks.c gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/i18n.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/hooks.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > hooks.doc || { rm hooks.doc; false; } (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/i18n.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > i18n.doc || { rm i18n.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/init.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/init.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > init.doc || { rm init.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/ioext.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/ioext.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > ioext.doc || { rm ioext.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/keywords.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/keywords.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > keywords.doc || { rm keywords.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/lang.c gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/list.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/lang.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > lang.doc || { rm lang.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/load.c gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/macros.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/load.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > load.doc || { rm load.doc; false; } (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/list.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > list.doc || { rm list.doc; false; } (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/macros.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > macros.doc || { rm macros.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/mallocs.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/mallocs.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > mallocs.doc || { rm mallocs.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/modules.c gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/numbers.c gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/objects.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/modules.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > modules.doc || { rm modules.doc; false; } (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/objects.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > objects.doc || { rm objects.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/objprop.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/objprop.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > objprop.doc || { rm objprop.doc; false; } (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/numbers.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > numbers.doc || { rm numbers.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/options.c gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/pairs.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/options.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > options.doc || { rm options.doc; false; } (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/pairs.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > pairs.doc || { rm pairs.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/ports.c gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/print.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/ports.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > ports.doc || { rm ports.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/procprop.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/print.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > print.doc || { rm print.doc; false; } (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/procprop.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > procprop.doc || { rm procprop.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/procs.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/procs.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > procs.doc || { rm procs.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/properties.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/properties.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > properties.doc || { rm properties.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/random.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/random.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > random.doc || { rm random.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/rdelim.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/rdelim.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > rdelim.doc || { rm rdelim.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/read.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/read.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > read.doc || { rm read.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/root.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/root.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > root.doc || { rm root.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/rw.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/rw.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > rw.doc || { rm rw.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/scmsigs.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/scmsigs.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > scmsigs.doc || { rm scmsigs.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/script.c gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/simpos.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/script.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > script.doc || { rm script.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/smob.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/simpos.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > simpos.doc || { rm simpos.doc; false; } (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/smob.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > smob.doc || { rm smob.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/sort.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/sort.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > sort.doc || { rm sort.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/srcprop.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/srcprop.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > srcprop.doc || { rm srcprop.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/stackchk.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/stackchk.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > stackchk.doc || { rm stackchk.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/stacks.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/stacks.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > stacks.doc || { rm stacks.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/stime.c gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/strings.c gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/srfi-4.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/strings.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > strings.doc || { rm strings.doc; false; } (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/stime.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > stime.doc || { rm stime.doc; false; } (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/srfi-4.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > srfi-4.doc || { rm srfi-4.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/srfi-13.c gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/srfi-14.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/srfi-13.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > srfi-13.doc || { rm srfi-13.doc; false; } (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/srfi-14.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > srfi-14.doc || { rm srfi-14.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/strorder.c gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/strports.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/strorder.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > strorder.doc || { rm strorder.doc; false; } (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/strports.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > strports.doc || { rm strports.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/struct.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/struct.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > struct.doc || { rm struct.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/symbols.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/symbols.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > symbols.doc || { rm symbols.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/threads.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/threads.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > threads.doc || { rm threads.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/throw.c gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/values.c gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/variable.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/throw.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > throw.doc || { rm throw.doc; false; } (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/values.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > values.doc || { rm values.doc; false; } (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/variable.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > variable.doc || { rm variable.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/vectors.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/vectors.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > vectors.doc || { rm vectors.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/version.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/version.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > version.doc || { rm version.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/vports.c gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/weaks.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/vports.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > vports.doc || { rm vports.doc; false; } (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/weaks.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > weaks.doc || { rm weaks.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/ramap.c gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/unif.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/ramap.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > ramap.doc || { rm ramap.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/filesys.c gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/posix.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/unif.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > unif.doc || { rm unif.doc; false; } (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/filesys.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > filesys.doc || { rm filesys.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/net_db.c gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/socket.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/net_db.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > net_db.doc || { rm net_db.doc; false; } (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/posix.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > posix.doc || { rm posix.doc; false; } (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/socket.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > socket.doc || { rm socket.doc; false; } gawk -f ./guile-func-name-check /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/regex-posix.c (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I/home/dev/gub/target/linux-x86/src/guile-1.8.7 -I.. -g -O2 -Wall -Wmissing-prototypes /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/regex-posix.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > regex-posix.doc || { rm regex-posix.doc; false; } /bin/bash ../libtool --tag=CC --mode=link i686-linux-gcc -g -O2 -Wall -Wmissing-prototypes -version-info 20:1:3 -export-dynamic -no-undefined -o libguile.la -rpath /usr/lib libguile_la-alist.lo libguile_la-arbiters.lo libguile_la-async.lo libguile_la-backtrace.lo libguile_la-boolean.lo libguile_la-chars.lo libguile_la-continuations.lo libguile_la-convert.lo libguile_la-debug.lo libguile_la-deprecation.lo libguile_la-deprecated.lo libguile_la-discouraged.lo libguile_la-dynwind.lo libguile_la-environments.lo libguile_la-eq.lo libguile_la-error.lo libguile_la-eval.lo libguile_la-evalext.lo libguile_la-extensions.lo libguile_la-feature.lo libguile_la-fluids.lo libguile_la-fports.lo libguile_la-futures.lo libguile_la-gc.lo libguile_la-gc-mark.lo libguile_la-gc-segment.lo libguile_la-gc-malloc.lo libguile_la-gc-card.lo libguile_la-gc-freelist.lo libguile_la-gc_os_dep.lo libguile_la-gdbint.lo libguile_la-gh_data.lo libguile_la-gh_eval.lo libguile_la-gh_funcs.lo libguile_la-gh_init.lo libguile_la-gh_io.lo libguile_la-gh_list.lo libguile_la-gh_predicates.lo libguile_la-goops.lo libguile_la-gsubr.lo libguile_la-guardians.lo libguile_la-hash.lo libguile_la-hashtab.lo libguile_la-hooks.lo libguile_la-i18n.lo libguile_la-init.lo libguile_la-inline.lo libguile_la-ioext.lo libguile_la-keywords.lo libguile_la-lang.lo libguile_la-list.lo libguile_la-load.lo libguile_la-macros.lo libguile_la-mallocs.lo libguile_la-modules.lo libguile_la-numbers.lo libguile_la-objects.lo libguile_la-objprop.lo libguile_la-options.lo libguile_la-pairs.lo libguile_la-ports.lo libguile_la-print.lo libguile_la-procprop.lo libguile_la-procs.lo libguile_la-properties.lo libguile_la-random.lo libguile_la-rdelim.lo libguile_la-read.lo libguile_la-root.lo libguile_la-rw.lo libguile_la-scmsigs.lo libguile_la-script.lo libguile_la-simpos.lo libguile_la-smob.lo libguile_la-sort.lo libguile_la-srcprop.lo libguile_la-stackchk.lo libguile_la-stacks.lo libguile_la-stime.lo libguile_la-strings.lo libguile_la-srfi-4.lo libguile_la-srfi-13.lo libguile_la-srfi-14.lo libguile_la-strorder.lo libguile_la-strports.lo libguile_la-struct.lo libguile_la-symbols.lo libguile_la-threads.lo libguile_la-null-threads.lo libguile_la-throw.lo libguile_la-values.lo libguile_la-variable.lo libguile_la-vectors.lo libguile_la-version.lo libguile_la-vports.lo libguile_la-weaks.lo libguile_la-ramap.lo libguile_la-unif.lo dynl.lo filesys.lo posix.lo net_db.lo socket.lo regex-posix.lo -lgmp -lcrypt -lm -lltdl libtool: link: i686-linux-gcc -shared .libs/libguile_la-alist.o .libs/libguile_la-arbiters.o .libs/libguile_la-async.o .libs/libguile_la-backtrace.o .libs/libguile_la-boolean.o .libs/libguile_la-chars.o .libs/libguile_la-continuations.o .libs/libguile_la-convert.o .libs/libguile_la-debug.o .libs/libguile_la-deprecation.o .libs/libguile_la-deprecated.o .libs/libguile_la-discouraged.o .libs/libguile_la-dynwind.o .libs/libguile_la-environments.o .libs/libguile_la-eq.o .libs/libguile_la-error.o .libs/libguile_la-eval.o .libs/libguile_la-evalext.o .libs/libguile_la-extensions.o .libs/libguile_la-feature.o .libs/libguile_la-fluids.o .libs/libguile_la-fports.o .libs/libguile_la-futures.o .libs/libguile_la-gc.o .libs/libguile_la-gc-mark.o .libs/libguile_la-gc-segment.o .libs/libguile_la-gc-malloc.o .libs/libguile_la-gc-card.o .libs/libguile_la-gc-freelist.o .libs/libguile_la-gc_os_dep.o .libs/libguile_la-gdbint.o .libs/libguile_la-gh_data.o .libs/libguile_la-gh_eval.o .libs/libguile_la-gh_funcs.o .libs/libguile_la-gh_init.o .libs/libguile_la-gh_io.o .libs/libguile_la-gh_list.o .libs/libguile_la-gh_predicates.o .libs/libguile_la-goops.o .libs/libguile_la-gsubr.o .libs/libguile_la-guardians.o .libs/libguile_la-hash.o .libs/libguile_la-hashtab.o .libs/libguile_la-hooks.o .libs/libguile_la-i18n.o .libs/libguile_la-init.o .libs/libguile_la-inline.o .libs/libguile_la-ioext.o .libs/libguile_la-keywords.o .libs/libguile_la-lang.o .libs/libguile_la-list.o .libs/libguile_la-load.o .libs/libguile_la-macros.o .libs/libguile_la-mallocs.o .libs/libguile_la-modules.o .libs/libguile_la-numbers.o .libs/libguile_la-objects.o .libs/libguile_la-objprop.o .libs/libguile_la-options.o .libs/libguile_la-pairs.o .libs/libguile_la-ports.o .libs/libguile_la-print.o .libs/libguile_la-procprop.o .libs/libguile_la-procs.o .libs/libguile_la-properties.o .libs/libguile_la-random.o .libs/libguile_la-rdelim.o .libs/libguile_la-read.o .libs/libguile_la-root.o .libs/libguile_la-rw.o .libs/libguile_la-scmsigs.o .libs/libguile_la-script.o .libs/libguile_la-simpos.o .libs/libguile_la-smob.o .libs/libguile_la-sort.o .libs/libguile_la-srcprop.o .libs/libguile_la-stackchk.o .libs/libguile_la-stacks.o .libs/libguile_la-stime.o .libs/libguile_la-strings.o .libs/libguile_la-srfi-4.o .libs/libguile_la-srfi-13.o .libs/libguile_la-srfi-14.o .libs/libguile_la-strorder.o .libs/libguile_la-strports.o .libs/libguile_la-struct.o .libs/libguile_la-symbols.o .libs/libguile_la-threads.o .libs/libguile_la-null-threads.o .libs/libguile_la-throw.o .libs/libguile_la-values.o .libs/libguile_la-variable.o .libs/libguile_la-vectors.o .libs/libguile_la-version.o .libs/libguile_la-vports.o .libs/libguile_la-weaks.o .libs/libguile_la-ramap.o .libs/libguile_la-unif.o .libs/dynl.o .libs/filesys.o .libs/posix.o .libs/net_db.o .libs/socket.o .libs/regex-posix.o -lgmp -lcrypt -lm -lltdl -Wl,-soname -Wl,libguile.so.17 -o .libs/libguile.so.17.3.1 .libs/posix.o: In function `scm_tmpnam': /home/dev/gub/target/linux-x86/src/guile-1.8.7/libguile/posix.c:1164: warning: the use of `tmpnam' is dangerous, better use `mkstemp' libtool: link: (cd ".libs" && rm -f "libguile.so.17" && ln -s "libguile.so.17.3.1" "libguile.so.17") libtool: link: (cd ".libs" && rm -f "libguile.so" && ln -s "libguile.so.17.3.1" "libguile.so") libtool: link: ( cd ".libs" && rm -f "libguile.la" && ln -s "../libguile.la" "libguile.la" ) /bin/bash ../libtool --tag=CC --mode=link i686-linux-gcc -g -O2 -Wall -Wmissing-prototypes -o guile guile-guile.o libguile.la -lgmp -lcrypt -lm -lltdl libtool: link: i686-linux-gcc -g -O2 -Wall -Wmissing-prototypes -o .libs/guile guile-guile.o ./.libs/libguile.so -lgmp -lcrypt -lm -lltdl -Wl,-rpath -Wl,/usr/lib /home/dev/gub/target/linux-x86/root/lib/libc.so.6: undefined reference to address@hidden' collect2: error: ld returned 1 exit status make[3]: *** [guile] Error 1 make[3]: Leaving directory `/home/dev/gub/target/linux-x86/build/guile-1.8.7/libguile' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/dev/gub/target/linux-x86/build/guile-1.8.7/libguile' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/dev/gub/target/linux-x86/build/guile-1.8.7' make: *** [all] Error 2 Command barfed: cd /home/dev/gub/target/linux-x86/build/guile-1.8.7 && preinstguile=/home/dev/gub/target/tools/root/usr/bin/guile make -j8 Traceback (most recent call last): File "bin/gub", line 233, in exceptional_build build (settings, options, files) File "bin/gub", line 229, in build b.build_source_packages (names) File "bin/../gub/buildrunner.py", line 334, in build_source_packages self.spec_build (spec_name) File "bin/../gub/buildrunner.py", line 262, in spec_build deferred_runner.execute_deferred_commands () File "bin/../gub/runner.py", line 167, in execute_deferred_commands cmd.execute (self.logger) File "bin/../gub/commands.py", line 75, in execute ignore_errors=self.ignore_errors) File "bin/../gub/loggedos.py", line 93, in system raise misc.SystemFailed (m) SystemFailed: Command barfed: cd /home/dev/gub/target/linux-x86/build/guile-1.8.7 && preinstguile=/home/dev/gub/target/tools/root/usr/bin/guile make -j8