From: admin Date: Thu, 17 Aug 2023 12:45:31 +0000 (+0000) Subject: attachment upload X-Git-Url: http://www.opopop.net/cgi-bin/gitweb.cgi?p=reminder;a=commitdiff_plain;h=HEAD;hp=1cde4b3ba0c8c0c932107bbcabee4e9b59c92b99 attachment upload --- diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system.mdwn b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system.mdwn new file mode 100644 index 0000000..0e2c3f5 --- /dev/null +++ b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system.mdwn @@ -0,0 +1,221 @@ +# Debian Bookworm with Mate and the shepherd init system + +## Shepherd? Never heard of that! + +[shepherd](https://www.gnu.org/software/shepherd/) is the init system for [guix](https://guix.gnu.org/). +It has a lot of drawbacks for the average Debian user: + +1. It is not in an official Debian package, you have to install it yourself +2. Following 1., package maintainers don't include in them the equivalent +of an init script or systemd service, so writing these is on your own +3. It is written in a Lisp like language called [guile](https://www.gnu.org/software/guile/), +which is not mainstream at all + +So why bother using it? Several reasons: + +1. You may have noticed when reading other pages on this site that I don't like what systemd has become +2. And keeping sysvinit is not attractive either +3. No breaking features to be seen in other init systems worth testing them +4. shepherd by contrary is an exotic beast a hacker can only be tempted to consider +5. I was a guile contributor a long time ago, so the language is not a barrier at all + +When Covid lockdown happened, I had a lot of free time, so I bite the bullet and went on implementing +shepherd for Debian, to the point that shepherd runs now on my main hosts. Below is the result of that work. + +## Installing shepherd on Debian Bookworm + +The following instructions are safe, they won't delete your existing init system, just renaming some binaries like /sbin/{halt,reboot,poweroff}, see below. + +### Installing guile-3.0 + +Bookworm packages guile-3.0.8. This will work, but I offer more recent version, +guile-3.0.9. Below are the corresponding Debian packages: + +amd64: + +[[guile-3.0-libs_3.0.9-0bu1_amd64.deb]] +[[guile-3.0-dev_3.0.9-0bu1_amd64.deb]] +[[guile-3.0_3.0.9-0bu1_amd64.deb]] + +[[guile-3.0_3.0.9-0bu1_amd64.build]] +[[guile-3.0_3.0.9-0bu1_amd64.changes]] +[[guile-3.0_3.0.9-0bu1_amd64.buildinfo]] + +armhf: + +[[guile-3.0-libs_3.0.9-0bu1_armhf.deb]] +[[guile-3.0-dev_3.0.9-0bu1_armhf.deb]] +[[guile-3.0_3.0.9-0bu1_armhf.deb]] + +[[guile-3.0_3.0.9-0bu1_armhf.build]] +[[guile-3.0_3.0.9-0bu1_armhf.changes]] +[[guile-3.0_3.0.9-0bu1_armhf.buildinfo]] + +Source: + +[[guile-3.0_3.0.9-0bu1.dsc]] +[[guile-3.0_3.0.9-0bu1.debian.tar.xz]] +[[guile-3.0_3.0.9.orig.tar.gz]] + +And you just have to run: + + dpkg -i guile-3.0-libs_3.0.9-0bu1_amd64.deb guile-3.0-dev_3.0.9-0bu1_amd64.deb guile-3.0_3.0.9-0bu1_amd64.deb + +### Installing guile-fibers-1.3.1 + +This is a thread library for guile, not yet packaged for Debian. Here are the corresponding +packages: + +amd64: + +[[guile-fibers_1.3.1-1bu_amd64.deb]] + +[[fibers_1.3.1-1bu_amd64.build]] +[[fibers_1.3.1-1bu_amd64.changes]] +[[fibers_1.3.1-1bu_amd64.buildinfo]] + +armhf (some costly tests have been suppressed in that 2bu version, as they exceeded RAM on the compiling host): + +[[guile-fibers_1.3.1-2bu_armhf.deb]] + +[[fibers_1.3.1-2bu_armhf.build]] +[[fibers_1.3.1-2bu_armhf.changes]] +[[fibers_1.3.1-2bu_armhf.buildinfo]] + +Source: + +[[fibers_1.3.1-1bu.dsc]] +[[fibers_1.3.1-1bu.debian.tar.xz]] +[[fibers_1.3.1-2bu.dsc]] +[[fibers_1.3.1-2bu.debian.tar.xz]] +[[fibers_1.3.1.orig.tar.gz]] + +You install with: + + dpkg -i guile-fibers_1.3.1-1bu_amd64.deb + +### Installing shepherd-0.10.2 + +This is the real init engine. Care has been taken with the Debian alternatives system to not clobber your original /sbin/halt, /sbin/reboot and /sbin/poweroff by renaming them as /sbin/halt.orig-init, /sbin/reboot.orig-init and /sbin/poweroff.orig-init. + +The packages are below: + +amd64: + +[[shepherd_0.10.2-0.1_amd64.deb]] + +[[shepherd_0.10.2-0.1_amd64.build]] +[[shepherd_0.10.2-0.1_amd64.changes]] +[[shepherd_0.10.2-0.1_amd64.buildinfo]] + +armhf: + +[[shepherd_0.10.2-0.1_armhf.deb]] + +[[shepherd_0.10.2-0.1_armhf.build]] +[[shepherd_0.10.2-0.1_armhf.changes]] +[[shepherd_0.10.2-0.1_armhf.buildinfo]] + +Source: + +[[shepherd_0.10.2-0.1.dsc]] +[[shepherd_0.10.2-0.1.debian.tar.xz]] +[[shepherd_0.10.2.orig.tar.gz]] + +And you install with: + + dpkg -i shepherd_0.10.2-0.1_amd64.deb + +### Installing shepherd-debian-1.4 + +This package installs a set of the equivalent of init scripts or systemd +services for shepherd. The list of packages whose daemons are currently handled is below: + +* rsyslog +* util-linux +* ntpsec +* cron +* anacron +* openssh-server +* fwknopd +* unbound +* nsd +* ndppd +* radvd +* openvpn +* cyrus-common +* exim4-base +* fetchmail +* cups-daemon +* apache2 +* postgresql-common +* mariadb +* bucardo +* dbus +* lightdm +* uuid-runtime +* zoneminder +* bluetooth +* dhcpcd +* NetworkManager + +This should be enough for a basic server or desktop. List of packages: + +amd64: + +[[shepherd-debian_1.4-2_amd64.deb]] + +[[shepherd-debian_1.4-2_amd64.build]] +[[shepherd-debian_1.4-2_amd64.changes]] +[[shepherd-debian_1.4-2_amd64.buildinfo]] + +armhf: + +[[shepherd-debian_1.4-2_armhf.deb]] + +[[shepherd-debian_1.4-2_armhf.build]] +[[shepherd-debian_1.4-2_armhf.changes]] +[[shepherd-debian_1.4-2_armhf.buildinfo]] + +Source: + +[[shepherd-debian_1.4-2.dsc]] +[[shepherd-debian_1.4-2.debian.tar.xz]] +[[shepherd-debian_1.4.orig.tar.gz]] + +You install with: + + dpkg -i shepherd-debian_1.4-2_amd64.deb + +In case of errors, install the missing dependencies and retry. + +## Using shepherd + +The above steps won't change your init system at next reboot. To use +shepherd as the new init system, you have to add/change the init kernel boot +argument as "init=/bin/shepherd". But I recommend you first study the README +in package shepherd-debian for other useful information. + +## Using shepherd with Mate + +If you use Mate, you may want to use these packages, see in package shepherd-debian the file README.elogind and the patches: login1.patch and udisk2.patch. + +amd64: + +[[elogind_246.10-1debian2bu_amd64.deb]] +[[libelogind0_246.10-1debian2bu_amd64.deb]] +[[libpam-elogind_246.10-1debian2bu_amd64.deb]] + +[[elogind_246.10-1debian2bu_amd64.build]] +[[elogind_246.10-1debian2bu_amd64.changes]] +[[elogind_246.10-1debian2bu_amd64.buildinfo]] + +Source: + +[[elogind_246.10-1debian2bu.dsc]] +[[elogind_246.10-1debian2bu.debian.tar.xz]] +[[elogind_246.10.orig.tar.gz]] + +All 3 packages have to be installed: + + dpkg -i elogind_246.10-1debian2bu_amd64.deb libelogind0_246.10-1debian2bu_amd64.deb libpam-elogind_246.10-1debian2bu_amd64.deb diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/elogind_246.10-1debian2bu.debian.tar.xz b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/elogind_246.10-1debian2bu.debian.tar.xz new file mode 100644 index 0000000..3946340 Binary files /dev/null and b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/elogind_246.10-1debian2bu.debian.tar.xz differ diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/elogind_246.10-1debian2bu.dsc b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/elogind_246.10-1debian2bu.dsc new file mode 100644 index 0000000..94d4642 --- /dev/null +++ b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/elogind_246.10-1debian2bu.dsc @@ -0,0 +1,27 @@ +Format: 3.0 (quilt) +Source: elogind +Binary: elogind, libelogind0, libelogind-dev, libelogind-dev-doc, libpam-elogind +Architecture: linux-any all +Version: 246.10-1debian2bu +Maintainer: Debian Ecosystem Init Diversity Team +Uploaders: Mark Hindley , Ian Jackson +Homepage: https://github.com/elogind/elogind +Standards-Version: 4.6.2 +Vcs-Browser: https://git.devuan.org/devuan/elogind/tree/debian +Vcs-Git: https://git.devuan.org/devuan/elogind.git -b debian +Build-Depends: debhelper-compat (= 12), dh-exec (>= 0.3), pkg-config, docbook-xsl, meson, gperf (>= 3.1), gtk-doc-tools, python3-lxml, libcap-dev, libudev-dev, libseccomp-dev (>= 2.3.1) [amd64 arm64 armel armhf i386 mips mipsel mips64 mips64el x32 powerpc ppc64 ppc64el s390x], libpam0g-dev (>= 1.1.2), libacl1-dev, libselinux1-dev, libglib2.0-dev , dbus (>= 1.9.14) +Package-List: + elogind deb admin optional arch=linux-any + libelogind-dev deb libdevel optional arch=linux-any + libelogind-dev-doc deb doc optional arch=all + libelogind0 deb libs optional arch=linux-any + libpam-elogind deb admin optional arch=linux-any +Checksums-Sha1: + f2538df81689c280b081c902f19dd538f5d1feae 1559256 elogind_246.10.orig.tar.gz + 3cf5386eee7a725b6445025cb182a689d6c2ad84 9504 elogind_246.10-1debian2bu.debian.tar.xz +Checksums-Sha256: + c490dc158c8f5bca8d00ecfcc7ad5af24d1c7b9e59990a0b3b1323996221a922 1559256 elogind_246.10.orig.tar.gz + 59097bb8b070f9461da1b16466366afdbfe33f4134eb66d77046c4f35899b653 9504 elogind_246.10-1debian2bu.debian.tar.xz +Files: + 32ab2201281f14738d9c045f3669c14d 1559256 elogind_246.10.orig.tar.gz + 54e6cb8d2f01a318e1d880c574240d64 9504 elogind_246.10-1debian2bu.debian.tar.xz diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/elogind_246.10-1debian2bu_amd64.build b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/elogind_246.10-1debian2bu_amd64.build new file mode 100644 index 0000000..063e48a --- /dev/null +++ b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/elogind_246.10-1debian2bu_amd64.build @@ -0,0 +1,1673 @@ + dpkg-buildpackage -us -uc -ui +dpkg-buildpackage: info: paquet source elogind +dpkg-buildpackage: info: version source 246.10-1debian2bu +dpkg-buildpackage: info: distribution source unstable +dpkg-buildpackage: info: source changé par sesostris + dpkg-source --before-build . +dpkg-buildpackage: info: architecture hôte amd64 +dpkg-source: info: using patch list from debian/patches/series +dpkg-source: info: mise en place de RemoveIPC_default_false.patch +dpkg-source: info: mise en place de Runtime_polkit_support.patch + debian/rules clean +dh clean --builddirectory=build --without autoreconf,systemd --buildsystem=meson + debian/rules override_dh_auto_clean +make[1] : on entre dans le répertoire « /home/sesostris/sources/elogind/elogind-246.10 » +dh_auto_clean --builddirectory=build +# remove Python byte code files +rm -rf tools/__pycache__/ +make[1] : on quitte le répertoire « /home/sesostris/sources/elogind/elogind-246.10 » + dh_clean -O--builddirectory=build -O--buildsystem=meson + dpkg-source -b . +dpkg-source: info: utilisation du format source « 3.0 (quilt) » +dpkg-source: info: construction de elogind en utilisant le ./elogind_246.10.orig.tar.gz existant +dpkg-source: info: using patch list from debian/patches/series +dpkg-source: info: construction de elogind dans elogind_246.10-1debian2bu.debian.tar.xz +dpkg-source: info: construction de elogind dans elogind_246.10-1debian2bu.dsc + debian/rules binary +dh binary --builddirectory=build --without autoreconf,systemd --buildsystem=meson + dh_update_autotools_config -O--builddirectory=build -O--buildsystem=meson + debian/rules override_dh_auto_configure +make[1] : on entre dans le répertoire « /home/sesostris/sources/elogind/elogind-246.10 » +dh_auto_configure --builddirectory=build \ + -- -Dpamlibdir=/lib/x86_64-linux-gnu/security -Drootlibdir=/lib/x86_64-linux-gnu -Dsplit-usr=true -Ddocdir=/usr/share/doc/elogind -Dman=true -Dudevrulesdir=/lib/udev/rules.d -Ddefault-kill-user-processes=false -Dtests=true -Dcgroup-controller=elogind + cd build && LC_ALL=C.UTF-8 meson .. --wrap-mode=nodownload --buildtype=plain --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir=lib/x86_64-linux-gnu -Dpamlibdir=/lib/x86_64-linux-gnu/security -Drootlibdir=/lib/x86_64-linux-gnu -Dsplit-usr=true -Ddocdir=/usr/share/doc/elogind -Dman=true -Dudevrulesdir=/lib/udev/rules.d -Ddefault-kill-user-processes=false -Dtests=true -Dcgroup-controller=elogind +The Meson build system +Version: 0.56.2 +Source dir: /home/sesostris/sources/elogind/elogind-246.10 +Build dir: /home/sesostris/sources/elogind/elogind-246.10/build +Build type: native build +Project name: elogind +Project version: 246.10 +Using 'CFLAGS' from environment with value: '-g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security' +Using 'LDFLAGS' from environment with value: '-Wl,-z,relro' +Using 'CPPFLAGS' from environment with value: '-Wdate-time -D_FORTIFY_SOURCE=2' +C compiler for the host machine: ccache cc (gcc 10.2.1 "cc (Debian 10.2.1-6) 10.2.1 20210110") +C linker for the host machine: cc ld.bfd 2.35.2 +Using 'CFLAGS' from environment with value: '-g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security' +Using 'LDFLAGS' from environment with value: '-Wl,-z,relro' +Using 'CPPFLAGS' from environment with value: '-Wdate-time -D_FORTIFY_SOURCE=2' +Host machine cpu family: x86_64 +Host machine cpu: x86_64 +Message: Setting VARRUN_IS_SYMLINK to: true +Program tools/check-compilation.sh found: YES (/home/sesostris/sources/elogind/elogind-246.10/tools/check-compilation.sh) +Program tools/meson-build.sh found: YES (/home/sesostris/sources/elogind/elogind-246.10/tools/meson-build.sh) +Compiler for C supports arguments -Wno-unused-parameter: YES +Compiler for C supports arguments -Wno-missing-field-initializers: YES +Compiler for C supports arguments -Wno-unused-result: YES +Compiler for C supports arguments -Wno-format-signedness: YES +Compiler for C supports arguments -Werror=undef: YES +Compiler for C supports arguments -Wlogical-op: YES +Compiler for C supports arguments -Wmissing-include-dirs: YES +Compiler for C supports arguments -Wold-style-definition: YES +Compiler for C supports arguments -Wpointer-arith: YES +Compiler for C supports arguments -Winit-self: YES +Compiler for C supports arguments -Wfloat-equal: YES +Compiler for C supports arguments -Wsuggest-attribute=noreturn: YES +Compiler for C supports arguments -Werror=missing-prototypes: YES +Compiler for C supports arguments -Werror=implicit-function-declaration: YES +Compiler for C supports arguments -Werror=missing-declarations: YES +Compiler for C supports arguments -Werror=return-type: YES +Compiler for C supports arguments -Werror=incompatible-pointer-types: YES +Compiler for C supports arguments -Werror=format=2: YES +Compiler for C supports arguments -Wstrict-prototypes: YES +Compiler for C supports arguments -Wredundant-decls: YES +Compiler for C supports arguments -Wmissing-noreturn: YES +Compiler for C supports arguments -Wimplicit-fallthrough=5: YES +Compiler for C supports arguments -Wshadow: YES +Compiler for C supports arguments -Wendif-labels: YES +Compiler for C supports arguments -Wstrict-aliasing=2: YES +Compiler for C supports arguments -Wwrite-strings: YES +Compiler for C supports arguments -Werror=overflow: YES +Compiler for C supports arguments -Werror=shift-count-overflow: YES +Compiler for C supports arguments -Werror=shift-overflow=2: YES +Compiler for C supports arguments -Wdate-time: YES +Compiler for C supports arguments -Wnested-externs: YES +Compiler for C supports arguments -Wno-error=#warnings: NO +Compiler for C supports arguments -Wno-string-plus-int: NO +Compiler for C supports arguments -Wno-maybe-uninitialized: YES +Compiler for C supports arguments -ffast-math: YES +Compiler for C supports arguments -fno-common: YES +Compiler for C supports arguments -fdiagnostics-show-option: YES +Compiler for C supports arguments -fno-strict-aliasing: YES +Compiler for C supports arguments -fvisibility=hidden: YES +Compiler for C supports arguments -fstack-protector: YES +Compiler for C supports arguments -fstack-protector-strong: YES +Compiler for C supports arguments --param=ssp-buffer-size=4: YES +Compiler for C supports arguments -ffunction-sections: YES +Compiler for C supports arguments -fdata-sections: YES +Compiler for C supports link arguments -Wl,-z,relro: YES +Compiler for C supports link arguments -Wl,-z,now: YES +Compiler for C supports link arguments -fstack-protector: YES +Compiler for C supports link arguments -Wl,--gc-sections: YES +Compiler for C supports arguments -Wzero-length-bounds: YES +Checking if "-Werror=shadow with local shadowing" compiles: YES +Compiler for C supports arguments -Wstringop-truncation: YES +Checking for size of "dev_t" : 8 +Checking for size of "ino_t" : 8 +Checking for size of "time_t" : 8 +Checking for size of "rlim_t" : 8 +Checking for size of "char16_t" : 2 +Checking for size of "char32_t" : 4 +Checking for size of "struct statx" : 256 +Checking for function "secure_getenv" : YES +Checking for function "__secure_getenv" : NO +Checking for function "memfd_create" : YES +Checking for function "gettid" : YES +Checking for function "qsort_r" : YES +Checking for function "name_to_handle_at" : YES +Checking for function "setns" : YES +Checking for function "renameat2" : YES +Checking for function "kcmp" : NO +Checking for function "keyctl" : NO +Checking for function "copy_file_range" : YES +Checking for function "bpf" : NO +Checking for function "statx" : YES +Checking for function "explicit_bzero" : YES +Checking for function "reallocarray" : YES +Checking for function "set_mempolicy" : NO +Checking for function "get_mempolicy" : NO +Checking for function "pidfd_send_signal" : NO +Checking for function "pidfd_open" : NO +Checking for function "rt_sigqueueinfo" : NO +Checking for function "getrandom" : YES +Checking if "program_invocation[_short]_name test" links: YES +Program sed found: YES (/bin/sed) +Program awk found: YES (/usr/bin/awk) +Program m4 found: YES (/usr/bin/m4) +Program stat found: YES (/usr/bin/stat) +Program git found: YES (/usr/bin/git) +Program env found: YES (/usr/bin/env) +Program perl found: YES (/usr/bin/perl) +Program halt found: YES (/sbin/halt) +Program kexec /usr/sbin/kexec /sbin/kexec found: NO +Program poweroff found: YES (/sbin/poweroff) +Program reboot found: YES (/sbin/reboot) +Program nologin found: YES (/usr/sbin/nologin) +Program gperf found: YES (/usr/bin/gperf) +Message: gperf len type is size_t +Has header "sys/capability.h" : YES +Has header "crypt.h" : YES +Has header "linux/memfd.h" : YES +Has header "linux/vm_sockets.h" : YES +Has header "printf.h" : YES +Has header "sys/auxv.h" : YES +Has header "valgrind/memcheck.h" : NO +Has header "valgrind/valgrind.h" : NO +Program tools/meson-get-cg-controller.sh found: YES (/home/sesostris/sources/elogind/elogind-246.10/tools/meson-get-cg-controller.sh) +../meson.build:928: WARNING: +The local group with the GID 65534 does not match the configured group name "nobody" of the nobody group (its name is nogroup). +Your build will result in an group table setup that is incompatible with the local system. +Run-time dependency threads found: YES +Library m found: YES +Library dl found: YES +Found pkg-config: /usr/bin/pkg-config (0.29.2) +Run-time dependency libcap found: YES 2.44 +Run-time dependency libselinux found: YES 3.1 +Found CMake: /usr/bin/cmake (3.18.4) +Run-time dependency polkit-gobject-1 found: NO (tried pkgconfig and cmake) +Library acl found: YES +Run-time dependency audit found: NO (tried pkgconfig and cmake) +Library pam found: YES +Library pam_misc found: YES +Run-time dependency dbus-1 found: YES 1.12.20 +Configuring config.h using configuration +Program tools/meson-apply-m4.sh found: YES (/bin/sh /home/sesostris/sources/elogind/elogind-246.10/tools/meson-apply-m4.sh) +Program tools/generate-gperfs.py found: YES (/home/sesostris/sources/elogind/elogind-246.10/tools/generate-gperfs.py) +Program /home/sesostris/sources/elogind/elogind-246.10/tools/meson-symlink_headers.sh found: YES (/home/sesostris/sources/elogind/elogind-246.10/tools/meson-symlink_headers.sh) +Compiler for C supports arguments -std=iso9899:2017: YES +Program generate-cap-list.sh found: YES (/home/sesostris/sources/elogind/elogind-246.10/src/basic/generate-cap-list.sh) +Program generate-errno-list.sh found: YES (/home/sesostris/sources/elogind/elogind-246.10/src/basic/generate-errno-list.sh) +Program sh found: YES (/bin/sh) +Configuring libelogind.pc using configuration +Configuring logind.conf using configuration +Configuring org.freedesktop.login1.service using configuration +Configuring 71-seat.rules using configuration +Configuring 73-seat-late.rules.m4 using configuration +Run-time dependency libudev found: YES 247 +Program generate-sym-test.py found: YES (/home/sesostris/sources/elogind/elogind-246.10/src/test/generate-sym-test.py) +Message: test-ipcrm is an unsafe test +Message: test-chase-symlinks is a manual test +Message: test-inhibit is a manual test +Program tools/make-directive-index.py found: YES (/home/sesostris/sources/elogind/elogind-246.10/tools/make-directive-index.py) +Program tools/make-man-index.py found: YES (/home/sesostris/sources/elogind/elogind-246.10/tools/make-man-index.py) +Program tools/xml_helper.py found: YES (/home/sesostris/sources/elogind/elogind-246.10/tools/xml_helper.py) +Program xsltproc found: YES (/usr/bin/xsltproc) +Configuring custom-entities.ent using configuration +../man/meson.build:29: WARNING: The variable(s) 'FALLBACK_HOSTNAME', 'RC_LOCAL_PATH', 'SYSTEM_ENV_GENERATOR_DIR', 'SYSTEM_GENERATOR_DIR', 'USER_ENV_GENERATOR_DIR', 'USER_GENERATOR_DIR' in the input file 'man/custom-entities.ent.in' are not present in the given configuration data. +Configuring man using configuration +Configuring html using configuration +Run-time dependency bash-completion found: YES 2.11 +Program sh found: YES (/bin/sh) +Program tools/check-help.sh found: YES (/home/sesostris/sources/elogind/elogind-246.10/tools/check-help.sh) +Program tools/check-api-docs.sh found: YES (/home/sesostris/sources/elogind/elogind-246.10/tools/check-api-docs.sh) +Message: elogind 246.10 + split /usr: true + split bin-sbin: true + prefix directory: /usr + rootprefix directory: / + sysconf directory: /etc + include directory: /usr/include + lib directory: /usr/lib/x86_64-linux-gnu + rootlib directory: /lib/x86_64-linux-gnu + rootexeclib dir: /lib/elogind + PAM modules directory: /lib/x86_64-linux-gnu/security + PAM configuration directory: /etc/pam.d + modprobe.d directory: /lib/modprobe.d + D-Bus policy directory: /usr/share/dbus-1/system.d + D-Bus session directory: /usr/share/dbus-1/services + D-Bus system directory: /usr/share/dbus-1/system-services + bash completions directory: /usr/share/bash-completion/completions + zsh completions directory: /usr/share/zsh/site-functions + TTY GID: 5 + maximum system UID: 999 + maximum system GID: 999 + nobody user name: nobody + nobody group name: nobody + default KillUserProcesses setting: false + efi arch: x86_64 + + enabled features: PAM, SELinux, SMACK, ACL, polkit, efi, dbus, man pages, man page indices, utmp + + disabled features: p11kit, libfido2, AUDIT, legacy pkla, glib, html pages, debug elogind, debug hashmap, debug mmap cache, valgrind, trace logging + +Build targets in project: 828 + +Found ninja-1.10.1 at /usr/bin/ninja +make[1] : on quitte le répertoire « /home/sesostris/sources/elogind/elogind-246.10 » + dh_auto_build -O--builddirectory=build -O--buildsystem=meson + cd build && LC_ALL=C.UTF-8 ninja -j4 -v +[1/516] ccache cc -Isrc/login/liblogind-core.a.p -Isrc/login -I../src/login -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -MD -MQ src/login/liblogind-core.a.p/logind-button.c.o -MF src/login/liblogind-core.a.p/logind-button.c.o.d -o src/login/liblogind-core.a.p/logind-button.c.o -c ../src/login/logind-button.c +[2/516] ccache cc -Isrc/journal/libjournal-client.a.p -Isrc/journal -I../src/journal -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fvisibility=default -MD -MQ src/journal/libjournal-client.a.p/sd-journal.c.o -MF src/journal/libjournal-client.a.p/sd-journal.c.o.d -o src/journal/libjournal-client.a.p/sd-journal.c.o -c ../src/journal/sd-journal.c +[3/516] ccache cc -Isrc/journal/libjournal-client.a.p -Isrc/journal -I../src/journal -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fvisibility=default -MD -MQ src/journal/libjournal-client.a.p/journal-send.c.o -MF src/journal/libjournal-client.a.p/journal-send.c.o.d -o src/journal/libjournal-client.a.p/journal-send.c.o -c ../src/journal/journal-send.c +[4/516] ccache cc -Isrc/libelogind/libelogind_static.a.p -Isrc/libelogind -I../src/libelogind -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/libelogind/libelogind_static.a.p/sd-bus_bus-container.c.o -MF src/libelogind/libelogind_static.a.p/sd-bus_bus-container.c.o.d -o src/libelogind/libelogind_static.a.p/sd-bus_bus-container.c.o -c ../src/libelogind/sd-bus/bus-container.c +[5/516] ccache cc -Isrc/journal/libjournal-client.a.p -Isrc/journal -I../src/journal -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fvisibility=default -MD -MQ src/journal/libjournal-client.a.p/mmap-cache.c.o -MF src/journal/libjournal-client.a.p/mmap-cache.c.o.d -o src/journal/libjournal-client.a.p/mmap-cache.c.o -c ../src/journal/mmap-cache.c +[6/516] rm -f src/journal/libjournal-client.a && gcc-ar csrD src/journal/libjournal-client.a src/journal/libjournal-client.a.p/journal-send.c.o src/journal/libjournal-client.a.p/mmap-cache.c.o src/journal/libjournal-client.a.p/sd-journal.c.o +[7/516] ccache cc -Isrc/libelogind/libelogind_static.a.p -Isrc/libelogind -I../src/libelogind -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/libelogind/libelogind_static.a.p/sd-bus_bus-control.c.o -MF src/libelogind/libelogind_static.a.p/sd-bus_bus-control.c.o.d -o src/libelogind/libelogind_static.a.p/sd-bus_bus-control.c.o -c ../src/libelogind/sd-bus/bus-control.c +[8/516] ccache cc -Isrc/libelogind/libelogind_static.a.p -Isrc/libelogind -I../src/libelogind -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/libelogind/libelogind_static.a.p/sd-bus_bus-convenience.c.o -MF src/libelogind/libelogind_static.a.p/sd-bus_bus-convenience.c.o.d -o src/libelogind/libelogind_static.a.p/sd-bus_bus-convenience.c.o -c ../src/libelogind/sd-bus/bus-convenience.c +[9/516] ccache cc -Isrc/libelogind/libelogind_static.a.p -Isrc/libelogind -I../src/libelogind -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/libelogind/libelogind_static.a.p/sd-bus_bus-common-errors.c.o -MF src/libelogind/libelogind_static.a.p/sd-bus_bus-common-errors.c.o.d -o src/libelogind/libelogind_static.a.p/sd-bus_bus-common-errors.c.o -c ../src/libelogind/sd-bus/bus-common-errors.c +[10/516] ccache cc -Ilibelogind.so.0.29.0.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -MD -MQ libelogind.so.0.29.0.p/src_libelogind_disable-mempool.c.o -MF libelogind.so.0.29.0.p/src_libelogind_disable-mempool.c.o.d -o libelogind.so.0.29.0.p/src_libelogind_disable-mempool.c.o -c ../src/libelogind/disable-mempool.c +[11/516] ccache cc -Isrc/libelogind/libelogind_static.a.p -Isrc/libelogind -I../src/libelogind -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/libelogind/libelogind_static.a.p/sd-bus_bus-creds.c.o -MF src/libelogind/libelogind_static.a.p/sd-bus_bus-creds.c.o.d -o src/libelogind/libelogind_static.a.p/sd-bus_bus-creds.c.o -c ../src/libelogind/sd-bus/bus-creds.c +[12/516] ccache cc -Isrc/libelogind/libelogind_static.a.p -Isrc/libelogind -I../src/libelogind -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/libelogind/libelogind_static.a.p/sd-bus_bus-dump.c.o -MF src/libelogind/libelogind_static.a.p/sd-bus_bus-dump.c.o.d -o src/libelogind/libelogind_static.a.p/sd-bus_bus-dump.c.o -c ../src/libelogind/sd-bus/bus-dump.c +[13/516] ccache cc -Isrc/libelogind/libelogind_static.a.p -Isrc/libelogind -I../src/libelogind -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/libelogind/libelogind_static.a.p/sd-bus_bus-error.c.o -MF src/libelogind/libelogind_static.a.p/sd-bus_bus-error.c.o.d -o src/libelogind/libelogind_static.a.p/sd-bus_bus-error.c.o -c ../src/libelogind/sd-bus/bus-error.c +[14/516] ccache cc -Isrc/libelogind/libelogind_static.a.p -Isrc/libelogind -I../src/libelogind -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/libelogind/libelogind_static.a.p/sd-bus_bus-gvariant.c.o -MF src/libelogind/libelogind_static.a.p/sd-bus_bus-gvariant.c.o.d -o src/libelogind/libelogind_static.a.p/sd-bus_bus-gvariant.c.o -c ../src/libelogind/sd-bus/bus-gvariant.c +[15/516] ccache cc -Isrc/libelogind/libelogind_static.a.p -Isrc/libelogind -I../src/libelogind -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/libelogind/libelogind_static.a.p/sd-bus_bus-internal.c.o -MF src/libelogind/libelogind_static.a.p/sd-bus_bus-internal.c.o.d -o src/libelogind/libelogind_static.a.p/sd-bus_bus-internal.c.o -c ../src/libelogind/sd-bus/bus-internal.c +[16/516] ccache cc -Isrc/libelogind/libelogind_static.a.p -Isrc/libelogind -I../src/libelogind -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/libelogind/libelogind_static.a.p/sd-bus_bus-introspect.c.o -MF src/libelogind/libelogind_static.a.p/sd-bus_bus-introspect.c.o.d -o src/libelogind/libelogind_static.a.p/sd-bus_bus-introspect.c.o -c ../src/libelogind/sd-bus/bus-introspect.c +[17/516] ccache cc -Isrc/libelogind/libelogind_static.a.p -Isrc/libelogind -I../src/libelogind -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/libelogind/libelogind_static.a.p/sd-bus_bus-kernel.c.o -MF src/libelogind/libelogind_static.a.p/sd-bus_bus-kernel.c.o.d -o src/libelogind/libelogind_static.a.p/sd-bus_bus-kernel.c.o -c ../src/libelogind/sd-bus/bus-kernel.c +[18/516] ccache cc -Isrc/libelogind/libelogind_static.a.p -Isrc/libelogind -I../src/libelogind -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/libelogind/libelogind_static.a.p/sd-bus_bus-match.c.o -MF src/libelogind/libelogind_static.a.p/sd-bus_bus-match.c.o.d -o src/libelogind/libelogind_static.a.p/sd-bus_bus-match.c.o -c ../src/libelogind/sd-bus/bus-match.c +[19/516] ccache cc -Isrc/libelogind/libelogind_static.a.p -Isrc/libelogind -I../src/libelogind -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/libelogind/libelogind_static.a.p/sd-bus_bus-message.c.o -MF src/libelogind/libelogind_static.a.p/sd-bus_bus-message.c.o.d -o src/libelogind/libelogind_static.a.p/sd-bus_bus-message.c.o -c ../src/libelogind/sd-bus/bus-message.c +[20/516] ccache cc -Isrc/libelogind/libelogind_static.a.p -Isrc/libelogind -I../src/libelogind -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/libelogind/libelogind_static.a.p/sd-bus_bus-objects.c.o -MF src/libelogind/libelogind_static.a.p/sd-bus_bus-objects.c.o.d -o src/libelogind/libelogind_static.a.p/sd-bus_bus-objects.c.o -c ../src/libelogind/sd-bus/bus-objects.c +[21/516] ccache cc -Isrc/libelogind/libelogind_static.a.p -Isrc/libelogind -I../src/libelogind -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/libelogind/libelogind_static.a.p/sd-bus_bus-signature.c.o -MF src/libelogind/libelogind_static.a.p/sd-bus_bus-signature.c.o.d -o src/libelogind/libelogind_static.a.p/sd-bus_bus-signature.c.o -c ../src/libelogind/sd-bus/bus-signature.c +[22/516] ccache cc -Isrc/libelogind/libelogind_static.a.p -Isrc/libelogind -I../src/libelogind -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/libelogind/libelogind_static.a.p/sd-bus_bus-slot.c.o -MF src/libelogind/libelogind_static.a.p/sd-bus_bus-slot.c.o.d -o src/libelogind/libelogind_static.a.p/sd-bus_bus-slot.c.o -c ../src/libelogind/sd-bus/bus-slot.c +[23/516] ccache cc -Isrc/libelogind/libelogind_static.a.p -Isrc/libelogind -I../src/libelogind -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/libelogind/libelogind_static.a.p/sd-bus_bus-socket.c.o -MF src/libelogind/libelogind_static.a.p/sd-bus_bus-socket.c.o.d -o src/libelogind/libelogind_static.a.p/sd-bus_bus-socket.c.o -c ../src/libelogind/sd-bus/bus-socket.c +[24/516] ccache cc -Isrc/libelogind/libelogind_static.a.p -Isrc/libelogind -I../src/libelogind -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/libelogind/libelogind_static.a.p/sd-bus_bus-track.c.o -MF src/libelogind/libelogind_static.a.p/sd-bus_bus-track.c.o.d -o src/libelogind/libelogind_static.a.p/sd-bus_bus-track.c.o -c ../src/libelogind/sd-bus/bus-track.c +[25/516] ccache cc -Isrc/libelogind/libelogind_static.a.p -Isrc/libelogind -I../src/libelogind -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/libelogind/libelogind_static.a.p/sd-bus_bus-type.c.o -MF src/libelogind/libelogind_static.a.p/sd-bus_bus-type.c.o.d -o src/libelogind/libelogind_static.a.p/sd-bus_bus-type.c.o -c ../src/libelogind/sd-bus/bus-type.c +[26/516] ccache cc -Isrc/libelogind/libelogind_static.a.p -Isrc/libelogind -I../src/libelogind -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/libelogind/libelogind_static.a.p/sd-bus_sd-bus.c.o -MF src/libelogind/libelogind_static.a.p/sd-bus_sd-bus.c.o.d -o src/libelogind/libelogind_static.a.p/sd-bus_sd-bus.c.o -c ../src/libelogind/sd-bus/sd-bus.c +[27/516] /usr/bin/meson --internal exe --capture src/basic/cap-list.txt -- /home/sesostris/sources/elogind/elogind-246.10/src/basic/generate-cap-list.sh 'ccache cc -E' /home/sesostris/sources/elogind/elogind-246.10 config.h ../src/basic/missing_capability.h +[28/516] /usr/bin/meson --internal exe --capture src/basic/errno-list.txt -- /home/sesostris/sources/elogind/elogind-246.10/src/basic/generate-errno-list.sh 'ccache cc -E' +[29/516] ccache cc -Isrc/libelogind/libelogind_static.a.p -Isrc/libelogind -I../src/libelogind -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/libelogind/libelogind_static.a.p/sd-device_device-enumerator.c.o -MF src/libelogind/libelogind_static.a.p/sd-device_device-enumerator.c.o.d -o src/libelogind/libelogind_static.a.p/sd-device_device-enumerator.c.o -c ../src/libelogind/sd-device/device-enumerator.c +[30/516] /usr/bin/meson --internal vcstagger ../src/version/version.h.in version.h 246.10 /home/sesostris/sources/elogind/elogind-246.10 @VCS_TAG@ '(.*)' /home/sesostris/sources/elogind/elogind-246.10/tools/meson-vcs-tag.sh /home/sesostris/sources/elogind/elogind-246.10 '' 246.10 +[31/516] /usr/bin/meson --internal exe --capture src/basic/cap-to-name.h -- /usr/bin/awk -f ../src/basic/cap-to-name.awk src/basic/cap-list.txt +[32/516] /usr/bin/meson --internal exe --capture src/basic/cap-from-name.gperf -- /home/sesostris/sources/elogind/elogind-246.10/tools/generate-gperfs.py capability '' src/basic/cap-list.txt +[33/516] /usr/bin/meson --internal exe --capture src/basic/errno-to-name.h -- /usr/bin/awk -f ../src/basic/errno-to-name.awk src/basic/errno-list.txt +[34/516] ccache cc -Isrc/libelogind/libelogind_static.a.p -Isrc/libelogind -I../src/libelogind -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/libelogind/libelogind_static.a.p/sd-device_device-monitor.c.o -MF src/libelogind/libelogind_static.a.p/sd-device_device-monitor.c.o.d -o src/libelogind/libelogind_static.a.p/sd-device_device-monitor.c.o -c ../src/libelogind/sd-device/device-monitor.c +[35/516] ccache cc -Isrc/libelogind/libelogind_static.a.p -Isrc/libelogind -I../src/libelogind -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/libelogind/libelogind_static.a.p/sd-hwdb_sd-hwdb.c.o -MF src/libelogind/libelogind_static.a.p/sd-hwdb_sd-hwdb.c.o.d -o src/libelogind/libelogind_static.a.p/sd-hwdb_sd-hwdb.c.o -c ../src/libelogind/sd-hwdb/sd-hwdb.c +[36/516] ccache cc -Isrc/libelogind/libelogind_static.a.p -Isrc/libelogind -I../src/libelogind -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/libelogind/libelogind_static.a.p/sd-device_device-private.c.o -MF src/libelogind/libelogind_static.a.p/sd-device_device-private.c.o.d -o src/libelogind/libelogind_static.a.p/sd-device_device-private.c.o -c ../src/libelogind/sd-device/device-private.c +[37/516] ccache cc -Isrc/libelogind/libelogind_static.a.p -Isrc/libelogind -I../src/libelogind -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/libelogind/libelogind_static.a.p/sd-path_sd-path.c.o -MF src/libelogind/libelogind_static.a.p/sd-path_sd-path.c.o.d -o src/libelogind/libelogind_static.a.p/sd-path_sd-path.c.o -c ../src/libelogind/sd-path/sd-path.c +[38/516] ccache cc -Isrc/libelogind/libelogind_static.a.p -Isrc/libelogind -I../src/libelogind -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/libelogind/libelogind_static.a.p/sd-device_sd-device.c.o -MF src/libelogind/libelogind_static.a.p/sd-device_sd-device.c.o.d -o src/libelogind/libelogind_static.a.p/sd-device_sd-device.c.o -c ../src/libelogind/sd-device/sd-device.c +[39/516] ccache cc -Isrc/libelogind/libelogind_static.a.p -Isrc/libelogind -I../src/libelogind -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/libelogind/libelogind_static.a.p/sd-id128_id128-util.c.o -MF src/libelogind/libelogind_static.a.p/sd-id128_id128-util.c.o.d -o src/libelogind/libelogind_static.a.p/sd-id128_id128-util.c.o -c ../src/libelogind/sd-id128/id128-util.c +[40/516] ccache cc -Isrc/libelogind/libelogind_static.a.p -Isrc/libelogind -I../src/libelogind -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/libelogind/libelogind_static.a.p/sd-id128_sd-id128.c.o -MF src/libelogind/libelogind_static.a.p/sd-id128_sd-id128.c.o.d -o src/libelogind/libelogind_static.a.p/sd-id128_sd-id128.c.o -c ../src/libelogind/sd-id128/sd-id128.c +[41/516] ccache cc -Isrc/libelogind/libelogind_static.a.p -Isrc/libelogind -I../src/libelogind -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/libelogind/libelogind_static.a.p/sd-daemon_sd-daemon.c.o -MF src/libelogind/libelogind_static.a.p/sd-daemon_sd-daemon.c.o.d -o src/libelogind/libelogind_static.a.p/sd-daemon_sd-daemon.c.o -c ../src/libelogind/sd-daemon/sd-daemon.c +[42/516] ccache cc -Isrc/libelogind/libelogind_static.a.p -Isrc/libelogind -I../src/libelogind -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/libelogind/libelogind_static.a.p/sd-event_sd-event.c.o -MF src/libelogind/libelogind_static.a.p/sd-event_sd-event.c.o.d -o src/libelogind/libelogind_static.a.p/sd-event_sd-event.c.o -c ../src/libelogind/sd-event/sd-event.c +[43/516] ccache cc -Isrc/libelogind/libelogind_static.a.p -Isrc/libelogind -I../src/libelogind -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/libelogind/libelogind_static.a.p/sd-login_sd-login.c.o -MF src/libelogind/libelogind_static.a.p/sd-login_sd-login.c.o.d -o src/libelogind/libelogind_static.a.p/sd-login_sd-login.c.o -c ../src/libelogind/sd-login/sd-login.c +[44/516] ccache cc -Isrc/shared/libelogind-shared-246.10.a.p -Isrc/shared -I../src/shared -Isrc/basic -I../src/basic -I../src/boot -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/shared/libelogind-shared-246.10.a.p/bus-object.c.o -MF src/shared/libelogind-shared-246.10.a.p/bus-object.c.o.d -o src/shared/libelogind-shared-246.10.a.p/bus-object.c.o -c ../src/shared/bus-object.c +[45/516] ccache cc -Isrc/shared/libelogind-shared-246.10.a.p -Isrc/shared -I../src/shared -Isrc/basic -I../src/basic -I../src/boot -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/shared/libelogind-shared-246.10.a.p/bootspec.c.o -MF src/shared/libelogind-shared-246.10.a.p/bootspec.c.o.d -o src/shared/libelogind-shared-246.10.a.p/bootspec.c.o -c ../src/shared/bootspec.c +[46/516] /usr/bin/gperf ../src/login/logind-gperf.gperf --output-file src/login/logind-gperf.c +[47/516] ccache cc -Isrc/login/liblogind-core.a.p -Isrc/login -I../src/login -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -MD -MQ src/login/liblogind-core.a.p/meson-generated_.._logind-gperf.c.o -MF src/login/liblogind-core.a.p/meson-generated_.._logind-gperf.c.o.d -o src/login/liblogind-core.a.p/meson-generated_.._logind-gperf.c.o -c src/login/logind-gperf.c +[48/516] rm -f src/libelogind/libelogind_static.a && gcc-ar csrD src/libelogind/libelogind_static.a src/libelogind/libelogind_static.a.p/sd-bus_bus-common-errors.c.o src/libelogind/libelogind_static.a.p/sd-bus_bus-container.c.o src/libelogind/libelogind_static.a.p/sd-bus_bus-control.c.o src/libelogind/libelogind_static.a.p/sd-bus_bus-convenience.c.o src/libelogind/libelogind_static.a.p/sd-bus_bus-creds.c.o src/libelogind/libelogind_static.a.p/sd-bus_bus-dump.c.o src/libelogind/libelogind_static.a.p/sd-bus_bus-error.c.o src/libelogind/libelogind_static.a.p/sd-bus_bus-gvariant.c.o src/libelogind/libelogind_static.a.p/sd-bus_bus-internal.c.o src/libelogind/libelogind_static.a.p/sd-bus_bus-introspect.c.o src/libelogind/libelogind_static.a.p/sd-bus_bus-kernel.c.o src/libelogind/libelogind_static.a.p/sd-bus_bus-match.c.o src/libelogind/libelogind_static.a.p/sd-bus_bus-message.c.o src/libelogind/libelogind_static.a.p/sd-bus_bus-objects.c.o src/libelogind/libelogind_static.a.p/sd-bus_bus-signature.c.o src/libelogind/libelogind_static.a.p/sd-bus_bus-slot.c.o src/libelogind/libelogind_static.a.p/sd-bus_bus-socket.c.o src/libelogind/libelogind_static.a.p/sd-bus_bus-track.c.o src/libelogind/libelogind_static.a.p/sd-bus_bus-type.c.o src/libelogind/libelogind_static.a.p/sd-bus_sd-bus.c.o src/libelogind/libelogind_static.a.p/sd-device_device-enumerator.c.o src/libelogind/libelogind_static.a.p/sd-device_device-monitor.c.o src/libelogind/libelogind_static.a.p/sd-device_device-private.c.o src/libelogind/libelogind_static.a.p/sd-hwdb_sd-hwdb.c.o src/libelogind/libelogind_static.a.p/sd-device_sd-device.c.o src/libelogind/libelogind_static.a.p/sd-path_sd-path.c.o src/libelogind/libelogind_static.a.p/sd-id128_id128-util.c.o src/libelogind/libelogind_static.a.p/sd-id128_sd-id128.c.o src/libelogind/libelogind_static.a.p/sd-daemon_sd-daemon.c.o src/libelogind/libelogind_static.a.p/sd-event_sd-event.c.o src/libelogind/libelogind_static.a.p/sd-login_sd-login.c.o +[49/516] /usr/bin/meson --internal exe --capture src/basic/errno-from-name.gperf -- /home/sesostris/sources/elogind/elogind-246.10/tools/generate-gperfs.py errno '' src/basic/errno-list.txt +[50/516] ccache cc -Isrc/login/liblogind-core.a.p -Isrc/login -I../src/login -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -MD -MQ src/login/liblogind-core.a.p/logind-brightness.c.o -MF src/login/liblogind-core.a.p/logind-brightness.c.o.d -o src/login/liblogind-core.a.p/logind-brightness.c.o -c ../src/login/logind-brightness.c +[51/516] ccache cc -Isrc/login/liblogind-core.a.p -Isrc/login -I../src/login -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -MD -MQ src/login/liblogind-core.a.p/logind-action.c.o -MF src/login/liblogind-core.a.p/logind-action.c.o.d -o src/login/liblogind-core.a.p/logind-action.c.o -c ../src/login/logind-action.c +[52/516] ccache cc -Isrc/login/liblogind-core.a.p -Isrc/login -I../src/login -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -MD -MQ src/login/liblogind-core.a.p/logind-core.c.o -MF src/login/liblogind-core.a.p/logind-core.c.o.d -o src/login/liblogind-core.a.p/logind-core.c.o -c ../src/login/logind-core.c +[53/516] ccache cc -Ielogind-inhibit.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -MD -MQ elogind-inhibit.p/src_login_inhibit.c.o -MF elogind-inhibit.p/src_login_inhibit.c.o.d -o elogind-inhibit.p/src_login_inhibit.c.o -c ../src/login/inhibit.c +[54/516] ccache cc -Iloginctl.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -MD -MQ loginctl.p/src_login_loginctl.c.o -MF loginctl.p/src_login_loginctl.c.o.d -o loginctl.p/src_login_loginctl.c.o -c ../src/login/loginctl.c +[55/516] ccache cc -Iloginctl.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -MD -MQ loginctl.p/src_login_sysfs-show.c.o -MF loginctl.p/src_login_sysfs-show.c.o.d -o loginctl.p/src_login_sysfs-show.c.o -c ../src/login/sysfs-show.c +[56/516] ccache cc -Isrc/login/liblogind-core.a.p -Isrc/login -I../src/login -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -MD -MQ src/login/liblogind-core.a.p/logind-dbus.c.o -MF src/login/liblogind-core.a.p/logind-dbus.c.o.d -o src/login/liblogind-core.a.p/logind-dbus.c.o -c ../src/login/logind-dbus.c +[57/516] ccache cc -Isrc/login/liblogind-core.a.p -Isrc/login -I../src/login -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -MD -MQ src/login/liblogind-core.a.p/logind-device.c.o -MF src/login/liblogind-core.a.p/logind-device.c.o.d -o src/login/liblogind-core.a.p/logind-device.c.o -c ../src/login/logind-device.c +[58/516] ccache cc -Isrc/login/liblogind-core.a.p -Isrc/login -I../src/login -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -MD -MQ src/login/liblogind-core.a.p/logind-inhibit.c.o -MF src/login/liblogind-core.a.p/logind-inhibit.c.o.d -o src/login/liblogind-core.a.p/logind-inhibit.c.o -c ../src/login/logind-inhibit.c +[59/516] ccache cc -Isrc/login/liblogind-core.a.p -Isrc/login -I../src/login -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -MD -MQ src/login/liblogind-core.a.p/logind-seat-dbus.c.o -MF src/login/liblogind-core.a.p/logind-seat-dbus.c.o.d -o src/login/liblogind-core.a.p/logind-seat-dbus.c.o -c ../src/login/logind-seat-dbus.c +[60/516] ccache cc -Isrc/login/liblogind-core.a.p -Isrc/login -I../src/login -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -MD -MQ src/login/liblogind-core.a.p/logind-seat.c.o -MF src/login/liblogind-core.a.p/logind-seat.c.o.d -o src/login/liblogind-core.a.p/logind-seat.c.o -c ../src/login/logind-seat.c +[61/516] ccache cc -Isrc/login/liblogind-core.a.p -Isrc/login -I../src/login -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -MD -MQ src/login/liblogind-core.a.p/logind-session-dbus.c.o -MF src/login/liblogind-core.a.p/logind-session-dbus.c.o.d -o src/login/liblogind-core.a.p/logind-session-dbus.c.o -c ../src/login/logind-session-dbus.c +[62/516] ccache cc -Isrc/login/liblogind-core.a.p -Isrc/login -I../src/login -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -MD -MQ src/login/liblogind-core.a.p/logind-session-device.c.o -MF src/login/liblogind-core.a.p/logind-session-device.c.o.d -o src/login/liblogind-core.a.p/logind-session-device.c.o -c ../src/login/logind-session-device.c +[63/516] ccache cc -Isrc/login/liblogind-core.a.p -Isrc/login -I../src/login -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -MD -MQ src/login/liblogind-core.a.p/logind-session.c.o -MF src/login/liblogind-core.a.p/logind-session.c.o.d -o src/login/liblogind-core.a.p/logind-session.c.o -c ../src/login/logind-session.c +[64/516] ccache cc -Isrc/login/liblogind-core.a.p -Isrc/login -I../src/login -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -MD -MQ src/login/liblogind-core.a.p/logind-user-dbus.c.o -MF src/login/liblogind-core.a.p/logind-user-dbus.c.o.d -o src/login/liblogind-core.a.p/logind-user-dbus.c.o -c ../src/login/logind-user-dbus.c +[65/516] ccache cc -Isrc/login/liblogind-core.a.p -Isrc/login -I../src/login -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -MD -MQ src/login/liblogind-core.a.p/logind-user.c.o -MF src/login/liblogind-core.a.p/logind-user.c.o.d -o src/login/liblogind-core.a.p/logind-user.c.o -c ../src/login/logind-user.c +[66/516] ccache cc -Isrc/login/liblogind-core.a.p -Isrc/login -I../src/login -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -MD -MQ src/login/liblogind-core.a.p/elogind-dbus.c.o -MF src/login/liblogind-core.a.p/elogind-dbus.c.o.d -o src/login/liblogind-core.a.p/elogind-dbus.c.o -c ../src/login/elogind-dbus.c +[67/516] ccache cc -Isrc/login/liblogind-core.a.p -Isrc/login -I../src/login -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -MD -MQ src/login/liblogind-core.a.p/logind-utmp.c.o -MF src/login/liblogind-core.a.p/logind-utmp.c.o.d -o src/login/liblogind-core.a.p/logind-utmp.c.o -c ../src/login/logind-utmp.c +[68/516] ccache cc -Isrc/login/liblogind-core.a.p -Isrc/login -I../src/login -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -MD -MQ src/login/liblogind-core.a.p/user-runtime-dir.c.o -MF src/login/liblogind-core.a.p/user-runtime-dir.c.o.d -o src/login/liblogind-core.a.p/user-runtime-dir.c.o -c ../src/login/user-runtime-dir.c +[69/516] ccache cc -Isrc/login/liblogind-core.a.p -Isrc/login -I../src/login -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -MD -MQ src/login/liblogind-core.a.p/.._core_cgroup.c.o -MF src/login/liblogind-core.a.p/.._core_cgroup.c.o.d -o src/login/liblogind-core.a.p/.._core_cgroup.c.o -c ../src/core/cgroup.c +[70/516] ccache cc -Isrc/login/liblogind-core.a.p -Isrc/login -I../src/login -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -MD -MQ src/login/liblogind-core.a.p/.._core_mount-setup.c.o -MF src/login/liblogind-core.a.p/.._core_mount-setup.c.o.d -o src/login/liblogind-core.a.p/.._core_mount-setup.c.o -c ../src/core/mount-setup.c +[71/516] ccache cc -Isrc/login/liblogind-core.a.p -Isrc/login -I../src/login -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -MD -MQ src/login/liblogind-core.a.p/.._sleep_sleep.c.o -MF src/login/liblogind-core.a.p/.._sleep_sleep.c.o.d -o src/login/liblogind-core.a.p/.._sleep_sleep.c.o -c ../src/sleep/sleep.c +[72/516] ccache cc -Isrc/login/liblogind-core.a.p -Isrc/login -I../src/login -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -MD -MQ src/login/liblogind-core.a.p/.._update-utmp_update-utmp.c.o -MF src/login/liblogind-core.a.p/.._update-utmp_update-utmp.c.o.d -o src/login/liblogind-core.a.p/.._update-utmp_update-utmp.c.o -c ../src/update-utmp/update-utmp.c +[73/516] ccache cc -Isrc/login/liblogind-core.a.p -Isrc/login -I../src/login -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -MD -MQ src/login/liblogind-core.a.p/logind-acl.c.o -MF src/login/liblogind-core.a.p/logind-acl.c.o.d -o src/login/liblogind-core.a.p/logind-acl.c.o -c ../src/login/logind-acl.c +[74/516] rm -f src/login/liblogind-core.a && gcc-ar csrD src/login/liblogind-core.a src/login/liblogind-core.a.p/meson-generated_.._logind-gperf.c.o src/login/liblogind-core.a.p/logind-action.c.o src/login/liblogind-core.a.p/logind-brightness.c.o src/login/liblogind-core.a.p/logind-button.c.o src/login/liblogind-core.a.p/logind-core.c.o src/login/liblogind-core.a.p/logind-dbus.c.o src/login/liblogind-core.a.p/logind-device.c.o src/login/liblogind-core.a.p/logind-inhibit.c.o src/login/liblogind-core.a.p/logind-seat-dbus.c.o src/login/liblogind-core.a.p/logind-seat.c.o src/login/liblogind-core.a.p/logind-session-dbus.c.o src/login/liblogind-core.a.p/logind-session-device.c.o src/login/liblogind-core.a.p/logind-session.c.o src/login/liblogind-core.a.p/logind-user-dbus.c.o src/login/liblogind-core.a.p/logind-user.c.o src/login/liblogind-core.a.p/logind-utmp.c.o src/login/liblogind-core.a.p/elogind-dbus.c.o src/login/liblogind-core.a.p/user-runtime-dir.c.o src/login/liblogind-core.a.p/.._core_cgroup.c.o src/login/liblogind-core.a.p/.._core_mount-setup.c.o src/login/liblogind-core.a.p/.._sleep_sleep.c.o src/login/liblogind-core.a.p/.._update-utmp_update-utmp.c.o src/login/liblogind-core.a.p/logind-acl.c.o +[75/516] /usr/bin/meson --internal exe --capture src/basic/cap-from-name.h -- /usr/bin/gperf -L ANSI-C -t --ignore-case -N lookup_capability -H hash_capability_name -p -C src/basic/cap-from-name.gperf +[76/516] /usr/bin/meson --internal exe --capture src/basic/errno-from-name.h -- /usr/bin/gperf -L ANSI-C -t --ignore-case -N lookup_errno -H hash_errno_name -p -C src/basic/errno-from-name.gperf +[77/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/MurmurHash2.c.o -MF src/basic/libbasic.a.p/MurmurHash2.c.o.d -o src/basic/libbasic.a.p/MurmurHash2.c.o -c ../src/basic/MurmurHash2.c +[78/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/alloc-util.c.o -MF src/basic/libbasic.a.p/alloc-util.c.o.d -o src/basic/libbasic.a.p/alloc-util.c.o -c ../src/basic/alloc-util.c +[79/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/async.c.o -MF src/basic/libbasic.a.p/async.c.o.d -o src/basic/libbasic.a.p/async.c.o -c ../src/basic/async.c +[80/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/audit-util.c.o -MF src/basic/libbasic.a.p/audit-util.c.o.d -o src/basic/libbasic.a.p/audit-util.c.o -c ../src/basic/audit-util.c +[81/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/blockdev-util.c.o -MF src/basic/libbasic.a.p/blockdev-util.c.o.d -o src/basic/libbasic.a.p/blockdev-util.c.o -c ../src/basic/blockdev-util.c +[82/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/btrfs-util.c.o -MF src/basic/libbasic.a.p/btrfs-util.c.o.d -o src/basic/libbasic.a.p/btrfs-util.c.o -c ../src/basic/btrfs-util.c +[83/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/bus-label.c.o -MF src/basic/libbasic.a.p/bus-label.c.o.d -o src/basic/libbasic.a.p/bus-label.c.o -c ../src/basic/bus-label.c +[84/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/capability-util.c.o -MF src/basic/libbasic.a.p/capability-util.c.o.d -o src/basic/libbasic.a.p/capability-util.c.o -c ../src/basic/capability-util.c +[85/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/cgroup-util.c.o -MF src/basic/libbasic.a.p/cgroup-util.c.o.d -o src/basic/libbasic.a.p/cgroup-util.c.o -c ../src/basic/cgroup-util.c +[86/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/cap-list.c.o -MF src/basic/libbasic.a.p/cap-list.c.o.d -o src/basic/libbasic.a.p/cap-list.c.o -c ../src/basic/cap-list.c +[87/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/chattr-util.c.o -MF src/basic/libbasic.a.p/chattr-util.c.o.d -o src/basic/libbasic.a.p/chattr-util.c.o -c ../src/basic/chattr-util.c +[88/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/conf-files.c.o -MF src/basic/libbasic.a.p/conf-files.c.o.d -o src/basic/libbasic.a.p/conf-files.c.o -c ../src/basic/conf-files.c +[89/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/copy.c.o -MF src/basic/libbasic.a.p/copy.c.o.d -o src/basic/libbasic.a.p/copy.c.o -c ../src/basic/copy.c +[90/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/dirent-util.c.o -MF src/basic/libbasic.a.p/dirent-util.c.o.d -o src/basic/libbasic.a.p/dirent-util.c.o -c ../src/basic/dirent-util.c +[91/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/efivars.c.o -MF src/basic/libbasic.a.p/efivars.c.o.d -o src/basic/libbasic.a.p/efivars.c.o -c ../src/basic/efivars.c +[92/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/env-file.c.o -MF src/basic/libbasic.a.p/env-file.c.o.d -o src/basic/libbasic.a.p/env-file.c.o -c ../src/basic/env-file.c +[93/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/env-util.c.o -MF src/basic/libbasic.a.p/env-util.c.o.d -o src/basic/libbasic.a.p/env-util.c.o -c ../src/basic/env-util.c +[94/516] /usr/bin/meson --internal exe --capture src/login/70-uaccess.rules -- /bin/sh /home/sesostris/sources/elogind/elogind-246.10/tools/meson-apply-m4.sh config.h ../src/login/70-uaccess.rules.m4 +[95/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/errno-list.c.o -MF src/basic/libbasic.a.p/errno-list.c.o.d -o src/basic/libbasic.a.p/errno-list.c.o -c ../src/basic/errno-list.c +[96/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/escape.c.o -MF src/basic/libbasic.a.p/escape.c.o.d -o src/basic/libbasic.a.p/escape.c.o -c ../src/basic/escape.c +[97/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/extract-word.c.o -MF src/basic/libbasic.a.p/extract-word.c.o.d -o src/basic/libbasic.a.p/extract-word.c.o -c ../src/basic/extract-word.c +[98/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/fd-util.c.o -MF src/basic/libbasic.a.p/fd-util.c.o.d -o src/basic/libbasic.a.p/fd-util.c.o -c ../src/basic/fd-util.c +[99/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/fileio.c.o -MF src/basic/libbasic.a.p/fileio.c.o.d -o src/basic/libbasic.a.p/fileio.c.o -c ../src/basic/fileio.c +[100/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/format-util.c.o -MF src/basic/libbasic.a.p/format-util.c.o.d -o src/basic/libbasic.a.p/format-util.c.o -c ../src/basic/format-util.c +[101/516] /usr/bin/meson --internal exe --capture src/login/73-seat-late.rules -- /bin/sh /home/sesostris/sources/elogind/elogind-246.10/tools/meson-apply-m4.sh config.h src/login/73-seat-late.rules.m4 +[102/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/fs-util.c.o -MF src/basic/libbasic.a.p/fs-util.c.o.d -o src/basic/libbasic.a.p/fs-util.c.o -c ../src/basic/fs-util.c +[103/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/gunicode.c.o -MF src/basic/libbasic.a.p/gunicode.c.o.d -o src/basic/libbasic.a.p/gunicode.c.o -c ../src/basic/gunicode.c +[104/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/hash-funcs.c.o -MF src/basic/libbasic.a.p/hash-funcs.c.o.d -o src/basic/libbasic.a.p/hash-funcs.c.o -c ../src/basic/hash-funcs.c +[105/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/hashmap.c.o -MF src/basic/libbasic.a.p/hashmap.c.o.d -o src/basic/libbasic.a.p/hashmap.c.o -c ../src/basic/hashmap.c +[106/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/hexdecoct.c.o -MF src/basic/libbasic.a.p/hexdecoct.c.o.d -o src/basic/libbasic.a.p/hexdecoct.c.o -c ../src/basic/hexdecoct.c +[107/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/hostname-util.c.o -MF src/basic/libbasic.a.p/hostname-util.c.o.d -o src/basic/libbasic.a.p/hostname-util.c.o -c ../src/basic/hostname-util.c +[108/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/io-util.c.o -MF src/basic/libbasic.a.p/io-util.c.o.d -o src/basic/libbasic.a.p/io-util.c.o -c ../src/basic/io-util.c +[109/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/khash.c.o -MF src/basic/libbasic.a.p/khash.c.o.d -o src/basic/libbasic.a.p/khash.c.o -c ../src/basic/khash.c +[110/516] /usr/bin/meson --internal exe --capture src/login/elogind-user -- /bin/sh /home/sesostris/sources/elogind/elogind-246.10/tools/meson-apply-m4.sh config.h ../src/login/elogind-user.m4 +[111/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/label.c.o -MF src/basic/libbasic.a.p/label.c.o.d -o src/basic/libbasic.a.p/label.c.o -c ../src/basic/label.c +[112/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/limits-util.c.o -MF src/basic/libbasic.a.p/limits-util.c.o.d -o src/basic/libbasic.a.p/limits-util.c.o -c ../src/basic/limits-util.c +[113/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/log.c.o -MF src/basic/libbasic.a.p/log.c.o.d -o src/basic/libbasic.a.p/log.c.o -c ../src/basic/log.c +[114/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/login-util.c.o -MF src/basic/libbasic.a.p/login-util.c.o.d -o src/basic/libbasic.a.p/login-util.c.o -c ../src/basic/login-util.c +[115/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/proc-cmdline.c.o -MF src/basic/libbasic.a.p/proc-cmdline.c.o.d -o src/basic/libbasic.a.p/proc-cmdline.c.o -c ../src/basic/proc-cmdline.c +[116/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/locale-util.c.o -MF src/basic/libbasic.a.p/locale-util.c.o.d -o src/basic/libbasic.a.p/locale-util.c.o -c ../src/basic/locale-util.c +[117/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/memfd-util.c.o -MF src/basic/libbasic.a.p/memfd-util.c.o.d -o src/basic/libbasic.a.p/memfd-util.c.o -c ../src/basic/memfd-util.c +[118/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/memory-util.c.o -MF src/basic/libbasic.a.p/memory-util.c.o.d -o src/basic/libbasic.a.p/memory-util.c.o -c ../src/basic/memory-util.c +[119/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/mempool.c.o -MF src/basic/libbasic.a.p/mempool.c.o.d -o src/basic/libbasic.a.p/mempool.c.o -c ../src/basic/mempool.c +[120/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/mkdir-label.c.o -MF src/basic/libbasic.a.p/mkdir-label.c.o.d -o src/basic/libbasic.a.p/mkdir-label.c.o -c ../src/basic/mkdir-label.c +[121/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/mkdir.c.o -MF src/basic/libbasic.a.p/mkdir.c.o.d -o src/basic/libbasic.a.p/mkdir.c.o -c ../src/basic/mkdir.c +[122/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/mountpoint-util.c.o -MF src/basic/libbasic.a.p/mountpoint-util.c.o.d -o src/basic/libbasic.a.p/mountpoint-util.c.o -c ../src/basic/mountpoint-util.c +[123/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/namespace-util.c.o -MF src/basic/libbasic.a.p/namespace-util.c.o.d -o src/basic/libbasic.a.p/namespace-util.c.o -c ../src/basic/namespace-util.c +[124/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/parse-printf-format.c.o -MF src/basic/libbasic.a.p/parse-printf-format.c.o.d -o src/basic/libbasic.a.p/parse-printf-format.c.o -c ../src/basic/parse-printf-format.c +[125/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/nulstr-util.c.o -MF src/basic/libbasic.a.p/nulstr-util.c.o.d -o src/basic/libbasic.a.p/nulstr-util.c.o -c ../src/basic/nulstr-util.c +[126/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/parse-util.c.o -MF src/basic/libbasic.a.p/parse-util.c.o.d -o src/basic/libbasic.a.p/parse-util.c.o -c ../src/basic/parse-util.c +[127/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/path-util.c.o -MF src/basic/libbasic.a.p/path-util.c.o.d -o src/basic/libbasic.a.p/path-util.c.o -c ../src/basic/path-util.c +[128/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/prioq.c.o -MF src/basic/libbasic.a.p/prioq.c.o.d -o src/basic/libbasic.a.p/prioq.c.o -c ../src/basic/prioq.c +[129/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/procfs-util.c.o -MF src/basic/libbasic.a.p/procfs-util.c.o.d -o src/basic/libbasic.a.p/procfs-util.c.o -c ../src/basic/procfs-util.c +[130/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/process-util.c.o -MF src/basic/libbasic.a.p/process-util.c.o.d -o src/basic/libbasic.a.p/process-util.c.o -c ../src/basic/process-util.c +[131/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/ratelimit.c.o -MF src/basic/libbasic.a.p/ratelimit.c.o.d -o src/basic/libbasic.a.p/ratelimit.c.o -c ../src/basic/ratelimit.c +[132/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/strxcpyx.c.o -MF src/basic/libbasic.a.p/strxcpyx.c.o.d -o src/basic/libbasic.a.p/strxcpyx.c.o -c ../src/basic/strxcpyx.c +[133/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/rlimit-util.c.o -MF src/basic/libbasic.a.p/rlimit-util.c.o.d -o src/basic/libbasic.a.p/rlimit-util.c.o -c ../src/basic/rlimit-util.c +[134/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/rm-rf.c.o -MF src/basic/libbasic.a.p/rm-rf.c.o.d -o src/basic/libbasic.a.p/rm-rf.c.o -c ../src/basic/rm-rf.c +[135/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/random-util.c.o -MF src/basic/libbasic.a.p/random-util.c.o.d -o src/basic/libbasic.a.p/random-util.c.o -c ../src/basic/random-util.c +[136/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/selinux-util.c.o -MF src/basic/libbasic.a.p/selinux-util.c.o.d -o src/basic/libbasic.a.p/selinux-util.c.o -c ../src/basic/selinux-util.c +[137/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/sigbus.c.o -MF src/basic/libbasic.a.p/sigbus.c.o.d -o src/basic/libbasic.a.p/sigbus.c.o -c ../src/basic/sigbus.c +[138/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/siphash24.c.o -MF src/basic/libbasic.a.p/siphash24.c.o.d -o src/basic/libbasic.a.p/siphash24.c.o -c ../src/basic/siphash24.c +[139/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/signal-util.c.o -MF src/basic/libbasic.a.p/signal-util.c.o.d -o src/basic/libbasic.a.p/signal-util.c.o -c ../src/basic/signal-util.c +[140/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/smack-util.c.o -MF src/basic/libbasic.a.p/smack-util.c.o.d -o src/basic/libbasic.a.p/smack-util.c.o -c ../src/basic/smack-util.c +[141/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/socket-util.c.o -MF src/basic/libbasic.a.p/socket-util.c.o.d -o src/basic/libbasic.a.p/socket-util.c.o -c ../src/basic/socket-util.c +[142/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/string-table.c.o -MF src/basic/libbasic.a.p/string-table.c.o.d -o src/basic/libbasic.a.p/string-table.c.o -c ../src/basic/string-table.c +[143/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/stat-util.c.o -MF src/basic/libbasic.a.p/stat-util.c.o.d -o src/basic/libbasic.a.p/stat-util.c.o -c ../src/basic/stat-util.c +[144/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/string-util.c.o -MF src/basic/libbasic.a.p/string-util.c.o.d -o src/basic/libbasic.a.p/string-util.c.o -c ../src/basic/string-util.c +[145/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/strv.c.o -MF src/basic/libbasic.a.p/strv.c.o.d -o src/basic/libbasic.a.p/strv.c.o -c ../src/basic/strv.c +[146/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/syslog-util.c.o -MF src/basic/libbasic.a.p/syslog-util.c.o.d -o src/basic/libbasic.a.p/syslog-util.c.o -c ../src/basic/syslog-util.c +[147/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/terminal-util.c.o -MF src/basic/libbasic.a.p/terminal-util.c.o.d -o src/basic/libbasic.a.p/terminal-util.c.o -c ../src/basic/terminal-util.c +[148/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/time-util.c.o -MF src/basic/libbasic.a.p/time-util.c.o.d -o src/basic/libbasic.a.p/time-util.c.o -c ../src/basic/time-util.c +[149/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/tmpfile-util.c.o -MF src/basic/libbasic.a.p/tmpfile-util.c.o.d -o src/basic/libbasic.a.p/tmpfile-util.c.o -c ../src/basic/tmpfile-util.c +[150/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/unit-def.c.o -MF src/basic/libbasic.a.p/unit-def.c.o.d -o src/basic/libbasic.a.p/unit-def.c.o -c ../src/basic/unit-def.c +[151/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/unit-name.c.o -MF src/basic/libbasic.a.p/unit-name.c.o.d -o src/basic/libbasic.a.p/unit-name.c.o -c ../src/basic/unit-name.c +[152/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/user-util.c.o -MF src/basic/libbasic.a.p/user-util.c.o.d -o src/basic/libbasic.a.p/user-util.c.o -c ../src/basic/user-util.c +[153/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/utf8.c.o -MF src/basic/libbasic.a.p/utf8.c.o.d -o src/basic/libbasic.a.p/utf8.c.o -c ../src/basic/utf8.c +[154/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/util.c.o -MF src/basic/libbasic.a.p/util.c.o.d -o src/basic/libbasic.a.p/util.c.o -c ../src/basic/util.c +[155/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/virt.c.o -MF src/basic/libbasic.a.p/virt.c.o.d -o src/basic/libbasic.a.p/virt.c.o -c ../src/basic/virt.c +[156/516] ccache cc -Isrc/shared/libelogind-shared-246.10.a.p -Isrc/shared -I../src/shared -Isrc/basic -I../src/basic -I../src/boot -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/shared/libelogind-shared-246.10.a.p/bus-polkit.c.o -MF src/shared/libelogind-shared-246.10.a.p/bus-polkit.c.o.d -o src/shared/libelogind-shared-246.10.a.p/bus-polkit.c.o -c ../src/shared/bus-polkit.c +[157/516] ccache cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/basic/libbasic.a.p/xattr-util.c.o -MF src/basic/libbasic.a.p/xattr-util.c.o.d -o src/basic/libbasic.a.p/xattr-util.c.o -c ../src/basic/xattr-util.c +[158/516] ccache cc -Isrc/shared/libelogind-shared-246.10.a.p -Isrc/shared -I../src/shared -Isrc/basic -I../src/basic -I../src/boot -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/shared/libelogind-shared-246.10.a.p/bus-log-control-api.c.o -MF src/shared/libelogind-shared-246.10.a.p/bus-log-control-api.c.o.d -o src/shared/libelogind-shared-246.10.a.p/bus-log-control-api.c.o -c ../src/shared/bus-log-control-api.c +[159/516] ccache cc -Isrc/shared/libelogind-shared-246.10.a.p -Isrc/shared -I../src/shared -Isrc/basic -I../src/basic -I../src/boot -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/shared/libelogind-shared-246.10.a.p/bus-locator.c.o -MF src/shared/libelogind-shared-246.10.a.p/bus-locator.c.o.d -o src/shared/libelogind-shared-246.10.a.p/bus-locator.c.o -c ../src/shared/bus-locator.c +[160/516] ccache cc -Isrc/shared/libelogind-shared-246.10.a.p -Isrc/shared -I../src/shared -Isrc/basic -I../src/basic -I../src/boot -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/shared/libelogind-shared-246.10.a.p/bus-map-properties.c.o -MF src/shared/libelogind-shared-246.10.a.p/bus-map-properties.c.o.d -o src/shared/libelogind-shared-246.10.a.p/bus-map-properties.c.o -c ../src/shared/bus-map-properties.c +[161/516] rm -f src/basic/libbasic.a && gcc-ar csrD src/basic/libbasic.a src/basic/libbasic.a.p/MurmurHash2.c.o src/basic/libbasic.a.p/alloc-util.c.o src/basic/libbasic.a.p/async.c.o src/basic/libbasic.a.p/audit-util.c.o src/basic/libbasic.a.p/blockdev-util.c.o src/basic/libbasic.a.p/btrfs-util.c.o src/basic/libbasic.a.p/bus-label.c.o src/basic/libbasic.a.p/capability-util.c.o src/basic/libbasic.a.p/cgroup-util.c.o src/basic/libbasic.a.p/cap-list.c.o src/basic/libbasic.a.p/chattr-util.c.o src/basic/libbasic.a.p/conf-files.c.o src/basic/libbasic.a.p/copy.c.o src/basic/libbasic.a.p/dirent-util.c.o src/basic/libbasic.a.p/efivars.c.o src/basic/libbasic.a.p/env-file.c.o src/basic/libbasic.a.p/env-util.c.o src/basic/libbasic.a.p/errno-list.c.o src/basic/libbasic.a.p/escape.c.o src/basic/libbasic.a.p/extract-word.c.o src/basic/libbasic.a.p/fd-util.c.o src/basic/libbasic.a.p/fileio.c.o src/basic/libbasic.a.p/format-util.c.o src/basic/libbasic.a.p/fs-util.c.o src/basic/libbasic.a.p/gunicode.c.o src/basic/libbasic.a.p/hash-funcs.c.o src/basic/libbasic.a.p/hashmap.c.o src/basic/libbasic.a.p/hexdecoct.c.o src/basic/libbasic.a.p/hostname-util.c.o src/basic/libbasic.a.p/io-util.c.o src/basic/libbasic.a.p/khash.c.o src/basic/libbasic.a.p/label.c.o src/basic/libbasic.a.p/limits-util.c.o src/basic/libbasic.a.p/locale-util.c.o src/basic/libbasic.a.p/log.c.o src/basic/libbasic.a.p/login-util.c.o src/basic/libbasic.a.p/memfd-util.c.o src/basic/libbasic.a.p/memory-util.c.o src/basic/libbasic.a.p/mempool.c.o src/basic/libbasic.a.p/mkdir.c.o src/basic/libbasic.a.p/mkdir-label.c.o src/basic/libbasic.a.p/mountpoint-util.c.o src/basic/libbasic.a.p/namespace-util.c.o src/basic/libbasic.a.p/nulstr-util.c.o src/basic/libbasic.a.p/parse-printf-format.c.o src/basic/libbasic.a.p/parse-util.c.o src/basic/libbasic.a.p/path-util.c.o src/basic/libbasic.a.p/prioq.c.o src/basic/libbasic.a.p/proc-cmdline.c.o src/basic/libbasic.a.p/procfs-util.c.o src/basic/libbasic.a.p/process-util.c.o src/basic/libbasic.a.p/random-util.c.o src/basic/libbasic.a.p/ratelimit.c.o src/basic/libbasic.a.p/rlimit-util.c.o src/basic/libbasic.a.p/rm-rf.c.o src/basic/libbasic.a.p/selinux-util.c.o src/basic/libbasic.a.p/sigbus.c.o src/basic/libbasic.a.p/signal-util.c.o src/basic/libbasic.a.p/siphash24.c.o src/basic/libbasic.a.p/smack-util.c.o src/basic/libbasic.a.p/socket-util.c.o src/basic/libbasic.a.p/stat-util.c.o src/basic/libbasic.a.p/string-table.c.o src/basic/libbasic.a.p/string-util.c.o src/basic/libbasic.a.p/strv.c.o src/basic/libbasic.a.p/strxcpyx.c.o src/basic/libbasic.a.p/syslog-util.c.o src/basic/libbasic.a.p/terminal-util.c.o src/basic/libbasic.a.p/time-util.c.o src/basic/libbasic.a.p/tmpfile-util.c.o src/basic/libbasic.a.p/unit-def.c.o src/basic/libbasic.a.p/unit-name.c.o src/basic/libbasic.a.p/user-util.c.o src/basic/libbasic.a.p/utf8.c.o src/basic/libbasic.a.p/util.c.o src/basic/libbasic.a.p/virt.c.o src/basic/libbasic.a.p/xattr-util.c.o +[162/516] ccache cc -Isrc/shared/libelogind-shared-246.10.a.p -Isrc/shared -I../src/shared -Isrc/basic -I../src/basic -I../src/boot -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/shared/libelogind-shared-246.10.a.p/bus-get-properties.c.o -MF src/shared/libelogind-shared-246.10.a.p/bus-get-properties.c.o.d -o src/shared/libelogind-shared-246.10.a.p/bus-get-properties.c.o -c ../src/shared/bus-get-properties.c +[163/516] ccache cc -Isrc/shared/libelogind-shared-246.10.a.p -Isrc/shared -I../src/shared -Isrc/basic -I../src/basic -I../src/boot -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/shared/libelogind-shared-246.10.a.p/verbs.c.o -MF src/shared/libelogind-shared-246.10.a.p/verbs.c.o.d -o src/shared/libelogind-shared-246.10.a.p/verbs.c.o -c ../src/shared/verbs.c +[164/516] ccache cc -Isrc/shared/libelogind-shared-246.10.a.p -Isrc/shared -I../src/shared -Isrc/basic -I../src/basic -I../src/boot -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/shared/libelogind-shared-246.10.a.p/bus-print-properties.c.o -MF src/shared/libelogind-shared-246.10.a.p/bus-print-properties.c.o.d -o src/shared/libelogind-shared-246.10.a.p/bus-print-properties.c.o -c ../src/shared/bus-print-properties.c +[165/516] ccache cc -Isrc/shared/libelogind-shared-246.10.a.p -Isrc/shared -I../src/shared -Isrc/basic -I../src/basic -I../src/boot -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/shared/libelogind-shared-246.10.a.p/userdb.c.o -MF src/shared/libelogind-shared-246.10.a.p/userdb.c.o.d -o src/shared/libelogind-shared-246.10.a.p/userdb.c.o -c ../src/shared/userdb.c +[166/516] ccache cc -Isrc/shared/libelogind-shared-246.10.a.p -Isrc/shared -I../src/shared -Isrc/basic -I../src/basic -I../src/boot -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/shared/libelogind-shared-246.10.a.p/bus-util.c.o -MF src/shared/libelogind-shared-246.10.a.p/bus-util.c.o.d -o src/shared/libelogind-shared-246.10.a.p/bus-util.c.o -c ../src/shared/bus-util.c +[167/516] ccache cc -Isrc/shared/libelogind-shared-246.10.a.p -Isrc/shared -I../src/shared -Isrc/basic -I../src/basic -I../src/boot -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/shared/libelogind-shared-246.10.a.p/cgroup-setup.c.o -MF src/shared/libelogind-shared-246.10.a.p/cgroup-setup.c.o.d -o src/shared/libelogind-shared-246.10.a.p/cgroup-setup.c.o -c ../src/shared/cgroup-setup.c +[168/516] ccache cc -Isrc/shared/libelogind-shared-246.10.a.p -Isrc/shared -I../src/shared -Isrc/basic -I../src/basic -I../src/boot -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/shared/libelogind-shared-246.10.a.p/clean-ipc.c.o -MF src/shared/libelogind-shared-246.10.a.p/clean-ipc.c.o.d -o src/shared/libelogind-shared-246.10.a.p/clean-ipc.c.o -c ../src/shared/clean-ipc.c +[169/516] cc -o libelogind.so.0.29.0 libelogind.so.0.29.0.p/src_libelogind_disable-mempool.c.o -Wl,--as-needed -Wl,--no-undefined -shared -fPIC -Wl,--start-group -Wl,-soname,libelogind.so.0 -Wl,--whole-archive src/libelogind/libelogind_static.a src/journal/libjournal-client.a -Wl,--no-whole-archive -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro src/basic/libbasic.a -shared -Wl,--version-script=/home/sesostris/sources/elogind/elogind-246.10/src/libelogind/libelogind.sym -pthread /usr/lib/x86_64-linux-gnu/libcap.so /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/libselinux.so -lm -ldl -Wl,--end-group +[170/516] ccache cc -Isrc/shared/libelogind-shared-246.10.a.p -Isrc/shared -I../src/shared -Isrc/basic -I../src/basic -I../src/boot -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/shared/libelogind-shared-246.10.a.p/dev-setup.c.o -MF src/shared/libelogind-shared-246.10.a.p/dev-setup.c.o.d -o src/shared/libelogind-shared-246.10.a.p/dev-setup.c.o -c ../src/shared/dev-setup.c +[171/516] ccache cc -Isrc/shared/libelogind-shared-246.10.a.p -Isrc/shared -I../src/shared -Isrc/basic -I../src/basic -I../src/boot -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/shared/libelogind-shared-246.10.a.p/efi-loader.c.o -MF src/shared/libelogind-shared-246.10.a.p/efi-loader.c.o.d -o src/shared/libelogind-shared-246.10.a.p/efi-loader.c.o -c ../src/shared/efi-loader.c +[172/516] ccache cc -Isrc/shared/libelogind-shared-246.10.a.p -Isrc/shared -I../src/shared -Isrc/basic -I../src/basic -I../src/boot -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/shared/libelogind-shared-246.10.a.p/dns-domain.c.o -MF src/shared/libelogind-shared-246.10.a.p/dns-domain.c.o.d -o src/shared/libelogind-shared-246.10.a.p/dns-domain.c.o -c ../src/shared/dns-domain.c +[173/516] ccache cc -Isrc/shared/libelogind-shared-246.10.a.p -Isrc/shared -I../src/shared -Isrc/basic -I../src/basic -I../src/boot -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/shared/libelogind-shared-246.10.a.p/conf-parser.c.o -MF src/shared/libelogind-shared-246.10.a.p/conf-parser.c.o.d -o src/shared/libelogind-shared-246.10.a.p/conf-parser.c.o -c ../src/shared/conf-parser.c +[174/516] ccache cc -Isrc/shared/libelogind-shared-246.10.a.p -Isrc/shared -I../src/shared -Isrc/basic -I../src/basic -I../src/boot -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/shared/libelogind-shared-246.10.a.p/enable-mempool.c.o -MF src/shared/libelogind-shared-246.10.a.p/enable-mempool.c.o.d -o src/shared/libelogind-shared-246.10.a.p/enable-mempool.c.o -c ../src/shared/enable-mempool.c +[175/516] ccache cc -Isrc/shared/libelogind-shared-246.10.a.p -Isrc/shared -I../src/shared -Isrc/basic -I../src/basic -I../src/boot -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/shared/libelogind-shared-246.10.a.p/exec-elogind.c.o -MF src/shared/libelogind-shared-246.10.a.p/exec-elogind.c.o.d -o src/shared/libelogind-shared-246.10.a.p/exec-elogind.c.o -c ../src/shared/exec-elogind.c +[176/516] ccache cc -Isrc/shared/libelogind-shared-246.10.a.p -Isrc/shared -I../src/shared -Isrc/basic -I../src/basic -I../src/boot -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/shared/libelogind-shared-246.10.a.p/exec-util.c.o -MF src/shared/libelogind-shared-246.10.a.p/exec-util.c.o.d -o src/shared/libelogind-shared-246.10.a.p/exec-util.c.o -c ../src/shared/exec-util.c +[177/516] /usr/bin/xsltproc -o man/sd_booted.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_booted.xml +[178/516] ccache cc -Isrc/shared/libelogind-shared-246.10.a.p -Isrc/shared -I../src/shared -Isrc/basic -I../src/basic -I../src/boot -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/shared/libelogind-shared-246.10.a.p/fileio-label.c.o -MF src/shared/libelogind-shared-246.10.a.p/fileio-label.c.o.d -o src/shared/libelogind-shared-246.10.a.p/fileio-label.c.o -c ../src/shared/fileio-label.c +[179/516] ccache cc -Isrc/shared/libelogind-shared-246.10.a.p -Isrc/shared -I../src/shared -Isrc/basic -I../src/basic -I../src/boot -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/shared/libelogind-shared-246.10.a.p/group-record.c.o -MF src/shared/libelogind-shared-246.10.a.p/group-record.c.o.d -o src/shared/libelogind-shared-246.10.a.p/group-record.c.o -c ../src/shared/group-record.c +[180/516] ccache cc -Isrc/shared/libelogind-shared-246.10.a.p -Isrc/shared -I../src/shared -Isrc/basic -I../src/basic -I../src/boot -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/shared/libelogind-shared-246.10.a.p/format-table.c.o -MF src/shared/libelogind-shared-246.10.a.p/format-table.c.o.d -o src/shared/libelogind-shared-246.10.a.p/format-table.c.o -c ../src/shared/format-table.c +[181/516] ccache cc -Isrc/shared/libelogind-shared-246.10.a.p -Isrc/shared -I../src/shared -Isrc/basic -I../src/basic -I../src/boot -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/shared/libelogind-shared-246.10.a.p/libcrypt-util.c.o -MF src/shared/libelogind-shared-246.10.a.p/libcrypt-util.c.o.d -o src/shared/libelogind-shared-246.10.a.p/libcrypt-util.c.o -c ../src/shared/libcrypt-util.c +[182/516] ccache cc -Isrc/shared/libelogind-shared-246.10.a.p -Isrc/shared -I../src/shared -Isrc/basic -I../src/basic -I../src/boot -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/shared/libelogind-shared-246.10.a.p/json.c.o -MF src/shared/libelogind-shared-246.10.a.p/json.c.o.d -o src/shared/libelogind-shared-246.10.a.p/json.c.o -c ../src/shared/json.c +[183/516] ccache cc -Isrc/shared/libelogind-shared-246.10.a.p -Isrc/shared -I../src/shared -Isrc/basic -I../src/basic -I../src/boot -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/shared/libelogind-shared-246.10.a.p/nsflags.c.o -MF src/shared/libelogind-shared-246.10.a.p/nsflags.c.o.d -o src/shared/libelogind-shared-246.10.a.p/nsflags.c.o -c ../src/shared/nsflags.c +[184/516] ccache cc -Isrc/shared/libelogind-shared-246.10.a.p -Isrc/shared -I../src/shared -Isrc/basic -I../src/basic -I../src/boot -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/shared/libelogind-shared-246.10.a.p/musl_missing.c.o -MF src/shared/libelogind-shared-246.10.a.p/musl_missing.c.o.d -o src/shared/libelogind-shared-246.10.a.p/musl_missing.c.o -c ../src/shared/musl_missing.c +[185/516] ccache cc -Isrc/shared/libelogind-shared-246.10.a.p -Isrc/shared -I../src/shared -Isrc/basic -I../src/basic -I../src/boot -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/shared/libelogind-shared-246.10.a.p/pager.c.o -MF src/shared/libelogind-shared-246.10.a.p/pager.c.o.d -o src/shared/libelogind-shared-246.10.a.p/pager.c.o -c ../src/shared/pager.c +[186/516] ccache cc -Isrc/shared/libelogind-shared-246.10.a.p -Isrc/shared -I../src/shared -Isrc/basic -I../src/basic -I../src/boot -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/shared/libelogind-shared-246.10.a.p/pretty-print.c.o -MF src/shared/libelogind-shared-246.10.a.p/pretty-print.c.o.d -o src/shared/libelogind-shared-246.10.a.p/pretty-print.c.o -c ../src/shared/pretty-print.c +[187/516] ccache cc -Isrc/shared/libelogind-shared-246.10.a.p -Isrc/shared -I../src/shared -Isrc/basic -I../src/basic -I../src/boot -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/shared/libelogind-shared-246.10.a.p/output-mode.c.o -MF src/shared/libelogind-shared-246.10.a.p/output-mode.c.o.d -o src/shared/libelogind-shared-246.10.a.p/output-mode.c.o -c ../src/shared/output-mode.c +[188/516] ccache cc -Isrc/shared/libelogind-shared-246.10.a.p -Isrc/shared -I../src/shared -Isrc/basic -I../src/basic -I../src/boot -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/shared/libelogind-shared-246.10.a.p/pkcs11-util.c.o -MF src/shared/libelogind-shared-246.10.a.p/pkcs11-util.c.o.d -o src/shared/libelogind-shared-246.10.a.p/pkcs11-util.c.o -c ../src/shared/pkcs11-util.c +[189/516] ccache cc -Isrc/shared/libelogind-shared-246.10.a.p -Isrc/shared -I../src/shared -Isrc/basic -I../src/basic -I../src/boot -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/shared/libelogind-shared-246.10.a.p/reboot-util.c.o -MF src/shared/libelogind-shared-246.10.a.p/reboot-util.c.o.d -o src/shared/libelogind-shared-246.10.a.p/reboot-util.c.o -c ../src/shared/reboot-util.c +[190/516] ccache cc -Isrc/shared/libelogind-shared-246.10.a.p -Isrc/shared -I../src/shared -Isrc/basic -I../src/basic -I../src/boot -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/shared/libelogind-shared-246.10.a.p/qsort_r_missing.c.o -MF src/shared/libelogind-shared-246.10.a.p/qsort_r_missing.c.o.d -o src/shared/libelogind-shared-246.10.a.p/qsort_r_missing.c.o -c ../src/shared/qsort_r_missing.c +[191/516] ccache cc -Isrc/shared/libelogind-shared-246.10.a.p -Isrc/shared -I../src/shared -Isrc/basic -I../src/basic -I../src/boot -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/shared/libelogind-shared-246.10.a.p/service-util.c.o -MF src/shared/libelogind-shared-246.10.a.p/service-util.c.o.d -o src/shared/libelogind-shared-246.10.a.p/service-util.c.o -c ../src/shared/service-util.c +[192/516] ccache cc -Isrc/shared/libelogind-shared-246.10.a.p -Isrc/shared -I../src/shared -Isrc/basic -I../src/basic -I../src/boot -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/shared/libelogind-shared-246.10.a.p/serialize.c.o -MF src/shared/libelogind-shared-246.10.a.p/serialize.c.o.d -o src/shared/libelogind-shared-246.10.a.p/serialize.c.o -c ../src/shared/serialize.c +[193/516] ccache cc -Isrc/shared/libelogind-shared-246.10.a.p -Isrc/shared -I../src/shared -Isrc/basic -I../src/basic -I../src/boot -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/shared/libelogind-shared-246.10.a.p/spawn-polkit-agent.c.o -MF src/shared/libelogind-shared-246.10.a.p/spawn-polkit-agent.c.o.d -o src/shared/libelogind-shared-246.10.a.p/spawn-polkit-agent.c.o -c ../src/shared/spawn-polkit-agent.c +[194/516] ccache cc -Isrc/shared/libelogind-shared-246.10.a.p -Isrc/shared -I../src/shared -Isrc/basic -I../src/basic -I../src/boot -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/shared/libelogind-shared-246.10.a.p/sleep-config.c.o -MF src/shared/libelogind-shared-246.10.a.p/sleep-config.c.o.d -o src/shared/libelogind-shared-246.10.a.p/sleep-config.c.o -c ../src/shared/sleep-config.c +[195/516] ccache cc -Isrc/shared/libelogind-shared-246.10.a.p -Isrc/shared -I../src/shared -Isrc/basic -I../src/basic -I../src/boot -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/shared/libelogind-shared-246.10.a.p/user-record-nss.c.o -MF src/shared/libelogind-shared-246.10.a.p/user-record-nss.c.o.d -o src/shared/libelogind-shared-246.10.a.p/user-record-nss.c.o -c ../src/shared/user-record-nss.c +[196/516] ccache cc -Isrc/shared/libelogind-shared-246.10.a.p -Isrc/shared -I../src/shared -Isrc/basic -I../src/basic -I../src/boot -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/shared/libelogind-shared-246.10.a.p/udev-util.c.o -MF src/shared/libelogind-shared-246.10.a.p/udev-util.c.o.d -o src/shared/libelogind-shared-246.10.a.p/udev-util.c.o -c ../src/shared/udev-util.c +[197/516] ccache cc -Isrc/shared/libelogind-shared-246.10.a.p -Isrc/shared -I../src/shared -Isrc/basic -I../src/basic -I../src/boot -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/shared/libelogind-shared-246.10.a.p/varlink.c.o -MF src/shared/libelogind-shared-246.10.a.p/varlink.c.o.d -o src/shared/libelogind-shared-246.10.a.p/varlink.c.o -c ../src/shared/varlink.c +[198/516] ccache cc -Isrc/shared/libelogind-shared-246.10.a.p -Isrc/shared -I../src/shared -Isrc/basic -I../src/basic -I../src/boot -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/shared/libelogind-shared-246.10.a.p/user-record.c.o -MF src/shared/libelogind-shared-246.10.a.p/user-record.c.o.d -o src/shared/libelogind-shared-246.10.a.p/user-record.c.o -c ../src/shared/user-record.c +[199/516] ccache cc -Itest-dlopen.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-dlopen.p/src_test_test-dlopen.c.o -MF test-dlopen.p/src_test_test-dlopen.c.o.d -o test-dlopen.p/src_test_test-dlopen.c.o -c ../src/test/test-dlopen.c +[200/516] ccache cc -Isrc/shared/libelogind-shared-246.10.a.p -Isrc/shared -I../src/shared -Isrc/basic -I../src/basic -I../src/boot -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/shared/libelogind-shared-246.10.a.p/xml.c.o -MF src/shared/libelogind-shared-246.10.a.p/xml.c.o.d -o src/shared/libelogind-shared-246.10.a.p/xml.c.o -c ../src/shared/xml.c +[201/516] ccache cc -Isrc/shared/libelogind-shared-246.10.a.p -Isrc/shared -I../src/shared -Isrc/basic -I../src/basic -I../src/boot -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/shared/libelogind-shared-246.10.a.p/tests.c.o -MF src/shared/libelogind-shared-246.10.a.p/tests.c.o.d -o src/shared/libelogind-shared-246.10.a.p/tests.c.o -c ../src/shared/tests.c +[202/516] ccache cc -Isrc/shared/libelogind-shared-246.10.a.p -Isrc/shared -I../src/shared -Isrc/basic -I../src/basic -I../src/boot -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/shared/libelogind-shared-246.10.a.p/utmp-wtmp.c.o -MF src/shared/libelogind-shared-246.10.a.p/utmp-wtmp.c.o.d -o src/shared/libelogind-shared-246.10.a.p/utmp-wtmp.c.o -c ../src/shared/utmp-wtmp.c +[203/516] ccache cc -Isrc/shared/libelogind-shared-246.10.a.p -Isrc/shared -I../src/shared -Isrc/basic -I../src/basic -I../src/boot -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/shared/libelogind-shared-246.10.a.p/acl-util.c.o -MF src/shared/libelogind-shared-246.10.a.p/acl-util.c.o.d -o src/shared/libelogind-shared-246.10.a.p/acl-util.c.o -c ../src/shared/acl-util.c +[204/516] ccache cc -Itest-dlopen.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-dlopen.p/src_libelogind_disable-mempool.c.o -MF test-dlopen.p/src_libelogind_disable-mempool.c.o.d -o test-dlopen.p/src_libelogind_disable-mempool.c.o -c ../src/libelogind/disable-mempool.c +[205/516] ccache cc -Isrc/shared/libelogind-shared-246.10.a.p -Isrc/shared -I../src/shared -Isrc/basic -I../src/basic -I../src/boot -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/shared/libelogind-shared-246.10.a.p/pam-util.c.o -MF src/shared/libelogind-shared-246.10.a.p/pam-util.c.o.d -o src/shared/libelogind-shared-246.10.a.p/pam-util.c.o -c ../src/shared/pam-util.c +[206/516] rm -f src/shared/libelogind-shared-246.10.a && gcc-ar csrD src/shared/libelogind-shared-246.10.a src/shared/libelogind-shared-246.10.a.p/bootspec.c.o src/shared/libelogind-shared-246.10.a.p/bus-get-properties.c.o src/shared/libelogind-shared-246.10.a.p/bus-locator.c.o src/shared/libelogind-shared-246.10.a.p/bus-log-control-api.c.o src/shared/libelogind-shared-246.10.a.p/bus-map-properties.c.o src/shared/libelogind-shared-246.10.a.p/bus-object.c.o src/shared/libelogind-shared-246.10.a.p/bus-polkit.c.o src/shared/libelogind-shared-246.10.a.p/bus-print-properties.c.o src/shared/libelogind-shared-246.10.a.p/bus-util.c.o src/shared/libelogind-shared-246.10.a.p/cgroup-setup.c.o src/shared/libelogind-shared-246.10.a.p/clean-ipc.c.o src/shared/libelogind-shared-246.10.a.p/conf-parser.c.o src/shared/libelogind-shared-246.10.a.p/dev-setup.c.o src/shared/libelogind-shared-246.10.a.p/dns-domain.c.o src/shared/libelogind-shared-246.10.a.p/efi-loader.c.o src/shared/libelogind-shared-246.10.a.p/enable-mempool.c.o src/shared/libelogind-shared-246.10.a.p/exec-elogind.c.o src/shared/libelogind-shared-246.10.a.p/exec-util.c.o src/shared/libelogind-shared-246.10.a.p/fileio-label.c.o src/shared/libelogind-shared-246.10.a.p/format-table.c.o src/shared/libelogind-shared-246.10.a.p/group-record.c.o src/shared/libelogind-shared-246.10.a.p/json.c.o src/shared/libelogind-shared-246.10.a.p/libcrypt-util.c.o src/shared/libelogind-shared-246.10.a.p/musl_missing.c.o src/shared/libelogind-shared-246.10.a.p/nsflags.c.o src/shared/libelogind-shared-246.10.a.p/output-mode.c.o src/shared/libelogind-shared-246.10.a.p/pager.c.o src/shared/libelogind-shared-246.10.a.p/pkcs11-util.c.o src/shared/libelogind-shared-246.10.a.p/pretty-print.c.o src/shared/libelogind-shared-246.10.a.p/qsort_r_missing.c.o src/shared/libelogind-shared-246.10.a.p/reboot-util.c.o src/shared/libelogind-shared-246.10.a.p/serialize.c.o src/shared/libelogind-shared-246.10.a.p/service-util.c.o src/shared/libelogind-shared-246.10.a.p/sleep-config.c.o src/shared/libelogind-shared-246.10.a.p/spawn-polkit-agent.c.o src/shared/libelogind-shared-246.10.a.p/udev-util.c.o src/shared/libelogind-shared-246.10.a.p/user-record-nss.c.o src/shared/libelogind-shared-246.10.a.p/user-record.c.o src/shared/libelogind-shared-246.10.a.p/userdb.c.o src/shared/libelogind-shared-246.10.a.p/varlink.c.o src/shared/libelogind-shared-246.10.a.p/verbs.c.o src/shared/libelogind-shared-246.10.a.p/xml.c.o src/shared/libelogind-shared-246.10.a.p/tests.c.o src/shared/libelogind-shared-246.10.a.p/acl-util.c.o src/shared/libelogind-shared-246.10.a.p/utmp-wtmp.c.o src/shared/libelogind-shared-246.10.a.p/pam-util.c.o +[207/516] cc -o test-dlopen test-dlopen.p/src_test_test-dlopen.c.o test-dlopen.p/src_libelogind_disable-mempool.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/basic/libbasic.a -ldl -pthread /usr/lib/x86_64-linux-gnu/libcap.so /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/libselinux.so -lm -Wl,--end-group +[208/516] /usr/bin/meson --internal symbolextractor /home/sesostris/sources/elogind/elogind-246.10/build libelogind.so.0.29.0 libelogind.so.0.29.0 libelogind.so.0.29.0.p/libelogind.so.0.29.0.symbols +[209/516] cc -o src/shared/libelogind-shared-246.10.so -Wl,--as-needed -Wl,--no-undefined -shared -fPIC -Wl,--start-group -Wl,-soname,libelogind-shared-246.10.so -Wl,--whole-archive src/shared/libelogind-shared-246.10.a src/basic/libbasic.a src/libelogind/libelogind_static.a -Wl,--no-whole-archive -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -shared -Wl,--version-script=/home/sesostris/sources/elogind/elogind-246.10/src/shared/libshared.sym -pthread -lacl /usr/lib/x86_64-linux-gnu/libcap.so -lpam /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/libselinux.so -lacl -lpam -lm -ldl -Wl,--end-group +[210/516] /usr/bin/xsltproc -o man/sd_bus_get_name_machine_id.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_get_name_machine_id.xml +[211/516] /usr/bin/meson --internal exe --capture src/test/test-hashmap-ordered.c -- /usr/bin/awk -f ../src/test/test-hashmap-ordered.awk ../src/test/test-hashmap-plain.c +[212/516] ccache cc -Ielogind.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -MD -MQ elogind.p/src_login_elogind.c.o -MF elogind.p/src_login_elogind.c.o.d -o elogind.p/src_login_elogind.c.o -c ../src/login/elogind.c +[213/516] ccache cc -Ielogind.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -MD -MQ elogind.p/src_login_logind.c.o -MF elogind.p/src_login_logind.c.o.d -o elogind.p/src_login_logind.c.o -c ../src/login/logind.c +[214/516] ccache cc -Iloginctl.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -MD -MQ loginctl.p/src_login_eloginctl.c.o -MF loginctl.p/src_login_eloginctl.c.o.d -o loginctl.p/src_login_eloginctl.c.o -c ../src/login/eloginctl.c +[215/516] ccache cc -Ipam_elogind.so.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -MD -MQ pam_elogind.so.p/src_login_pam_elogind.c.o -MF pam_elogind.so.p/src_login_pam_elogind.c.o.d -o pam_elogind.so.p/src_login_pam_elogind.c.o -c ../src/login/pam_elogind.c +[216/516] ccache cc -Ielogind-cgroups-agent.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ elogind-cgroups-agent.p/src_cgroups-agent_cgroups-agent.c.o -MF elogind-cgroups-agent.p/src_cgroups-agent_cgroups-agent.c.o.d -o elogind-cgroups-agent.p/src_cgroups-agent_cgroups-agent.c.o -c ../src/cgroups-agent/cgroups-agent.c +[217/516] /usr/bin/xsltproc -o man/sd_bus_interface_name_is_valid.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_interface_name_is_valid.xml +[218/516] /usr/bin/meson --internal exe --capture src/test/test-libelogind-sym.c -- /home/sesostris/sources/elogind/elogind-246.10/src/test/generate-sym-test.py /home/sesostris/sources/elogind/elogind-246.10/src/libelogind/libelogind.sym ../src/systemd/sd-bus.h ../src/systemd/sd-bus-protocol.h ../src/systemd/sd-bus-vtable.h ../src/systemd/sd-daemon.h ../src/systemd/sd-device.h ../src/systemd/sd-event.h ../src/systemd/sd-hwdb.h ../src/systemd/sd-id128.h ../src/systemd/sd-journal.h ../src/systemd/sd-login.h ../src/systemd/sd-messages.h ../src/systemd/sd-path.h +[219/516] ccache cc -Ibusctl.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ busctl.p/src_busctl_busctl.c.o -MF busctl.p/src_busctl_busctl.c.o.d -o busctl.p/src_busctl_busctl.c.o -c ../src/busctl/busctl.c +[220/516] ccache cc -Ibusctl.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ busctl.p/src_busctl_busctl-introspect.c.o -MF busctl.p/src_busctl_busctl-introspect.c.o.d -o busctl.p/src_busctl_busctl-introspect.c.o -c ../src/busctl/busctl-introspect.c +[221/516] ccache cc -Ielogind-uaccess-command.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ elogind-uaccess-command.p/src_uaccess-command_uaccess-command.c.o -MF elogind-uaccess-command.p/src_uaccess-command_uaccess-command.c.o.d -o elogind-uaccess-command.p/src_uaccess-command_uaccess-command.c.o -c ../src/uaccess-command/uaccess-command.c +[222/516] ccache cc -Itest-utf8.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-utf8.p/src_test_test-utf8.c.o -MF test-utf8.p/src_test_test-utf8.c.o.d -o test-utf8.p/src_test_test-utf8.c.o -c ../src/test/test-utf8.c +[223/516] sh -c '{ echo SYSTEMD_TEST_DATA=/home/sesostris/sources/elogind/elogind-246.10/test; echo SYSTEMD_CATALOG_DIR=/home/sesostris/sources/elogind/elogind-246.10/build/catalog; } >elogind-runtest.env' +[224/516] ccache cc -Itest-dev-setup.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-dev-setup.p/src_test_test-dev-setup.c.o -MF test-dev-setup.p/src_test_test-dev-setup.c.o.d -o test-dev-setup.p/src_test_test-dev-setup.c.o -c ../src/test/test-dev-setup.c +[225/516] ccache cc -Itest-locale-util.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-locale-util.p/src_test_test-locale-util.c.o -MF test-locale-util.p/src_test_test-locale-util.c.o.d -o test-locale-util.p/src_test_test-locale-util.c.o -c ../src/test/test-locale-util.c +[226/516] ccache cc -Itest-static-destruct.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-static-destruct.p/src_test_test-static-destruct.c.o -MF test-static-destruct.p/src_test_test-static-destruct.c.o.d -o test-static-destruct.p/src_test_test-static-destruct.c.o -c ../src/test/test-static-destruct.c +[227/516] ccache cc -Itest-copy.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-copy.p/src_test_test-copy.c.o -MF test-copy.p/src_test_test-copy.c.o.d -o test-copy.p/src_test_test-copy.c.o -c ../src/test/test-copy.c +[228/516] ccache cc -Itest-random-util.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-random-util.p/src_test_test-random-util.c.o -MF test-random-util.p/src_test_test-random-util.c.o.d -o test-random-util.p/src_test_test-random-util.c.o -c ../src/test/test-random-util.c +[229/516] ccache cc -Itest-format-util.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-format-util.p/src_test_test-format-util.c.o -MF test-format-util.p/src_test_test-format-util.c.o.d -o test-format-util.p/src_test_test-format-util.c.o -c ../src/test/test-format-util.c +[230/516] cc -o pam_elogind.so pam_elogind.so.p/src_login_pam_elogind.c.o -Wl,--as-needed -Wl,--no-undefined -shared -fPIC -Wl,--start-group -Wl,-soname,pam_elogind.so -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro src/libelogind/libelogind_static.a src/basic/libbasic.a src/shared/libelogind-shared-246.10.a -shared -Wl,--version-script=/home/sesostris/sources/elogind/elogind-246.10/src/login/pam_elogind.sym -pthread -lpam -lpam_misc /usr/lib/x86_64-linux-gnu/libcap.so /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/libselinux.so -lm -ldl -lacl -lpam -Wl,--end-group +[231/516] ccache cc -Itest-format-table.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-format-table.p/src_test_test-format-table.c.o -MF test-format-table.p/src_test_test-format-table.c.o.d -o test-format-table.p/src_test_test-format-table.c.o -c ../src/test/test-format-table.c +[232/516] ccache cc -Itest-json.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-json.p/src_test_test-json.c.o -MF test-json.p/src_test_test-json.c.o.d -o test-json.p/src_test_test-json.c.o -c ../src/test/test-json.c +[233/516] ccache cc -Itest-util.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-util.p/src_test_test-util.c.o -MF test-util.p/src_test_test-util.c.o.d -o test-util.p/src_test_test-util.c.o -c ../src/test/test-util.c +[234/516] ccache cc -Itest-mountpoint-util.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-mountpoint-util.p/src_test_test-mountpoint-util.c.o -MF test-mountpoint-util.p/src_test_test-mountpoint-util.c.o.d -o test-mountpoint-util.p/src_test_test-mountpoint-util.c.o -c ../src/test/test-mountpoint-util.c +[235/516] ccache cc -Itest-hexdecoct.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-hexdecoct.p/src_test_test-hexdecoct.c.o -MF test-hexdecoct.p/src_test_test-hexdecoct.c.o.d -o test-hexdecoct.p/src_test_test-hexdecoct.c.o -c ../src/test/test-hexdecoct.c +[236/516] ccache cc -Itest-exec-util.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-exec-util.p/src_test_test-exec-util.c.o -MF test-exec-util.p/src_test_test-exec-util.c.o.d -o test-exec-util.p/src_test_test-exec-util.c.o -c ../src/test/test-exec-util.c +[237/516] ccache cc -Itest-alloc-util.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-alloc-util.p/src_test_test-alloc-util.c.o -MF test-alloc-util.p/src_test_test-alloc-util.c.o.d -o test-alloc-util.p/src_test_test-alloc-util.c.o -c ../src/test/test-alloc-util.c +[238/516] /usr/bin/meson --internal symbolextractor /home/sesostris/sources/elogind/elogind-246.10/build src/shared/libelogind-shared-246.10.so src/shared/libelogind-shared-246.10.so src/shared/libelogind-shared-246.10.so.p/libelogind-shared-246.10.so.symbols +[239/516] ccache cc -Itest-umask-util.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-umask-util.p/src_test_test-umask-util.c.o -MF test-umask-util.p/src_test_test-umask-util.c.o.d -o test-umask-util.p/src_test_test-umask-util.c.o -c ../src/test/test-umask-util.c +[240/516] ccache cc -Itest-io-util.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-io-util.p/src_test_test-io-util.c.o -MF test-io-util.p/src_test_test-io-util.c.o.d -o test-io-util.p/src_test_test-io-util.c.o -c ../src/test/test-io-util.c +[241/516] ccache cc -Itest-fs-util.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-fs-util.p/src_test_test-fs-util.c.o -MF test-fs-util.p/src_test_test-fs-util.c.o.d -o test-fs-util.p/src_test_test-fs-util.c.o -c ../src/test/test-fs-util.c +[242/516] cc -o elogind-inhibit elogind-inhibit.p/src_login_inhibit.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group -pthread '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[243/516] cc -o elogind-cgroups-agent elogind-cgroups-agent.p/src_cgroups-agent_cgroups-agent.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[244/516] cc -o elogind elogind.p/src_login_elogind.c.o elogind.p/src_login_logind.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/login/liblogind-core.a src/shared/libelogind-shared-246.10.so -pthread -lacl /usr/lib/x86_64-linux-gnu/libudev.so -lacl -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[245/516] cc -o loginctl loginctl.p/src_login_loginctl.c.o loginctl.p/src_login_sysfs-show.c.o loginctl.p/src_login_eloginctl.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -pthread /usr/lib/x86_64-linux-gnu/libudev.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[246/516] cc -o busctl busctl.p/src_busctl_busctl.c.o busctl.p/src_busctl_busctl-introspect.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[247/516] cc -o test-utf8 test-utf8.p/src_test_test-utf8.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[248/516] cc -o test-locale-util test-locale-util.p/src_test_test-locale-util.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[249/516] cc -o test-dev-setup test-dev-setup.p/src_test_test-dev-setup.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[250/516] cc -o test-static-destruct test-static-destruct.p/src_test_test-static-destruct.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[251/516] cc -o elogind-uaccess-command elogind-uaccess-command.p/src_uaccess-command_uaccess-command.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/login/liblogind-core.a src/shared/libelogind-shared-246.10.so -lacl /usr/lib/x86_64-linux-gnu/libudev.so -lacl -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[252/516] cc -o test-copy test-copy.p/src_test_test-copy.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[253/516] cc -o test-random-util test-random-util.p/src_test_test-random-util.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[254/516] cc -o test-format-table test-format-table.p/src_test_test-format-table.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[255/516] cc -o test-util test-util.p/src_test_test-util.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[256/516] cc -o test-mountpoint-util test-mountpoint-util.p/src_test_test-mountpoint-util.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[257/516] cc -o test-format-util test-format-util.p/src_test_test-format-util.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[258/516] cc -o test-json test-json.p/src_test_test-json.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[259/516] cc -o test-alloc-util test-alloc-util.p/src_test_test-alloc-util.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[260/516] cc -o test-exec-util test-exec-util.p/src_test_test-exec-util.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[261/516] cc -o test-hexdecoct test-hexdecoct.p/src_test_test-hexdecoct.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[262/516] ccache cc -Itest-proc-cmdline.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-proc-cmdline.p/src_test_test-proc-cmdline.c.o -MF test-proc-cmdline.p/src_test_test-proc-cmdline.c.o.d -o test-proc-cmdline.p/src_test_test-proc-cmdline.c.o -c ../src/test/test-proc-cmdline.c +[263/516] cc -o test-umask-util test-umask-util.p/src_test_test-umask-util.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[264/516] cc -o test-fs-util test-fs-util.p/src_test_test-fs-util.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[265/516] ccache cc -Itest-fd-util.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-fd-util.p/src_test_test-fd-util.c.o -MF test-fd-util.p/src_test_test-fd-util.c.o.d -o test-fd-util.p/src_test_test-fd-util.c.o -c ../src/test/test-fd-util.c +[266/516] cc -o test-io-util test-io-util.p/src_test_test-io-util.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[267/516] ccache cc -Itest-stat-util.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-stat-util.p/src_test_test-stat-util.c.o -MF test-stat-util.p/src_test_test-stat-util.c.o.d -o test-stat-util.p/src_test_test-stat-util.c.o -c ../src/test/test-stat-util.c +[268/516] ccache cc -Itest-escape.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-escape.p/src_test_test-escape.c.o -MF test-escape.p/src_test_test-escape.c.o.d -o test-escape.p/src_test_test-escape.c.o -c ../src/test/test-escape.c +[269/516] cc -o test-proc-cmdline test-proc-cmdline.p/src_test_test-proc-cmdline.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[270/516] cc -o test-fd-util test-fd-util.p/src_test_test-fd-util.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[271/516] cc -o test-stat-util test-stat-util.p/src_test_test-stat-util.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[272/516] ccache cc -Itest-parse-util.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-parse-util.p/src_test_test-parse-util.c.o -MF test-parse-util.p/src_test_test-parse-util.c.o.d -o test-parse-util.p/src_test_test-parse-util.c.o -c ../src/test/test-parse-util.c +[273/516] ccache cc -Itest-string-util.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-string-util.p/src_test_test-string-util.c.o -MF test-string-util.p/src_test_test-string-util.c.o.d -o test-string-util.p/src_test_test-string-util.c.o -c ../src/test/test-string-util.c +[274/516] ccache cc -Itest-extract-word.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-extract-word.p/src_test_test-extract-word.c.o -MF test-extract-word.p/src_test_test-extract-word.c.o.d -o test-extract-word.p/src_test_test-extract-word.c.o -c ../src/test/test-extract-word.c +[275/516] ccache cc -Itest-pretty-print.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-pretty-print.p/src_test_test-pretty-print.c.o -MF test-pretty-print.p/src_test_test-pretty-print.c.o.d -o test-pretty-print.p/src_test_test-pretty-print.c.o -c ../src/test/test-pretty-print.c +[276/516] cc -o test-escape test-escape.p/src_test_test-escape.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[277/516] ccache cc -Itest-user-util.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-user-util.p/src_test_test-user-util.c.o -MF test-user-util.p/src_test_test-user-util.c.o.d -o test-user-util.p/src_test_test-user-util.c.o -c ../src/test/test-user-util.c +[278/516] cc -o test-string-util test-string-util.p/src_test_test-string-util.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[279/516] ccache cc -Itest-process-util.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-process-util.p/src_test_test-process-util.c.o -MF test-process-util.p/src_test_test-process-util.c.o.d -o test-process-util.p/src_test_test-process-util.c.o -c ../src/test/test-process-util.c +[280/516] cc -o test-extract-word test-extract-word.p/src_test_test-extract-word.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[281/516] cc -o test-parse-util test-parse-util.p/src_test_test-parse-util.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[282/516] ccache cc -Itest-signal-util.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-signal-util.p/src_test_test-signal-util.c.o -MF test-signal-util.p/src_test_test-signal-util.c.o.d -o test-signal-util.p/src_test_test-signal-util.c.o -c ../src/test/test-signal-util.c +[283/516] cc -o test-user-util test-user-util.p/src_test_test-user-util.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[284/516] cc -o test-pretty-print test-pretty-print.p/src_test_test-pretty-print.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[285/516] ccache cc -Itest-verbs.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-verbs.p/src_test_test-verbs.c.o -MF test-verbs.p/src_test_test-verbs.c.o.d -o test-verbs.p/src_test_test-verbs.c.o -c ../src/test/test-verbs.c +[286/516] ccache cc -Itest-selinux.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-selinux.p/src_test_test-selinux.c.o -MF test-selinux.p/src_test_test-selinux.c.o.d -o test-selinux.p/src_test_test-selinux.c.o -c ../src/test/test-selinux.c +[287/516] cc -o test-process-util test-process-util.p/src_test_test-process-util.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[288/516] ccache cc -Itest-sizeof.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-sizeof.p/src_test_test-sizeof.c.o -MF test-sizeof.p/src_test_test-sizeof.c.o.d -o test-sizeof.p/src_test_test-sizeof.c.o -c ../src/test/test-sizeof.c +[289/516] cc -o test-signal-util test-signal-util.p/src_test_test-signal-util.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[290/516] cc -o test-verbs test-verbs.p/src_test_test-verbs.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[291/516] cc -o test-selinux test-selinux.p/src_test_test-selinux.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[292/516] ccache cc -Itest-hashmap.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -Isrc/test -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-hashmap.p/src_test_test-hashmap.c.o -MF test-hashmap.p/src_test_test-hashmap.c.o.d -o test-hashmap.p/src_test_test-hashmap.c.o -c ../src/test/test-hashmap.c +[293/516] ccache cc -Itest-hashmap.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -Isrc/test -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-hashmap.p/src_test_test-hashmap-plain.c.o -MF test-hashmap.p/src_test_test-hashmap-plain.c.o.d -o test-hashmap.p/src_test_test-hashmap-plain.c.o -c ../src/test/test-hashmap-plain.c +[294/516] ccache cc -Itest-hashmap.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -Isrc/test -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-hashmap.p/meson-generated_.._src_test_test-hashmap-ordered.c.o -MF test-hashmap.p/meson-generated_.._src_test_test-hashmap-ordered.c.o.d -o test-hashmap.p/meson-generated_.._src_test_test-hashmap-ordered.c.o -c src/test/test-hashmap-ordered.c +[295/516] ccache cc -Itest-set.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-set.p/src_test_test-set.c.o -MF test-set.p/src_test_test-set.c.o.d -o test-set.p/src_test_test-set.c.o -c ../src/test/test-set.c +[296/516] ccache cc -Itest-set-disable-mempool.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -MD -MQ test-set-disable-mempool.p/src_test_test-set-disable-mempool.c.o -MF test-set-disable-mempool.p/src_test_test-set-disable-mempool.c.o.d -o test-set-disable-mempool.p/src_test_test-set-disable-mempool.c.o -c ../src/test/test-set-disable-mempool.c +[297/516] cc -o test-sizeof test-sizeof.p/src_test_test-sizeof.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/basic/libbasic.a -pthread /usr/lib/x86_64-linux-gnu/libcap.so /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/libselinux.so -lm -ldl -Wl,--end-group -Wl,-rpath,XXXXXXXXXXXX +[298/516] ccache cc -Itest-list.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-list.p/src_test_test-list.c.o -MF test-list.p/src_test_test-list.c.o.d -o test-list.p/src_test_test-list.c.o -c ../src/test/test-list.c +[299/516] cc -o test-set test-set.p/src_test_test-set.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/basic/libbasic.a -pthread /usr/lib/x86_64-linux-gnu/libcap.so /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/libselinux.so -lm -ldl -Wl,--end-group -Wl,-rpath,XXXXXXXXXXXX +[300/516] cc -o test-hashmap test-hashmap.p/meson-generated_.._src_test_test-hashmap-ordered.c.o test-hashmap.p/src_test_test-hashmap.c.o test-hashmap.p/src_test_test-hashmap-plain.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[301/516] ccache cc -Itest-unaligned.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-unaligned.p/src_test_test-unaligned.c.o -MF test-unaligned.p/src_test_test-unaligned.c.o.d -o test-unaligned.p/src_test_test-unaligned.c.o -c ../src/test/test-unaligned.c +[302/516] cc -o test-set-disable-mempool test-set-disable-mempool.p/src_test_test-set-disable-mempool.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group -pthread '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[303/516] cc -o test-list test-list.p/src_test_test-list.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[304/516] ccache cc -Itest-procfs-util.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-procfs-util.p/src_test_test-procfs-util.c.o -MF test-procfs-util.p/src_test_test-procfs-util.c.o.d -o test-procfs-util.p/src_test_test-procfs-util.c.o -c ../src/test/test-procfs-util.c +[305/516] ccache cc -Itest-prioq.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-prioq.p/src_test_test-prioq.c.o -MF test-prioq.p/src_test_test-prioq.c.o.d -o test-prioq.p/src_test_test-prioq.c.o -c ../src/test/test-prioq.c +[306/516] ccache cc -Itest-log.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-log.p/src_test_test-log.c.o -MF test-log.p/src_test_test-log.c.o.d -o test-log.p/src_test_test-log.c.o -c ../src/test/test-log.c +[307/516] cc -o test-unaligned test-unaligned.p/src_test_test-unaligned.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[308/516] cc -o test-procfs-util test-procfs-util.p/src_test_test-procfs-util.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[309/516] cc -o test-prioq test-prioq.p/src_test_test-prioq.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[310/516] ccache cc -Itest-ipcrm.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-ipcrm.p/src_test_test-ipcrm.c.o -MF test-ipcrm.p/src_test_test-ipcrm.c.o.d -o test-ipcrm.p/src_test_test-ipcrm.c.o -c ../src/test/test-ipcrm.c +[311/516] ccache cc -Itest-ellipsize.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-ellipsize.p/src_test_test-ellipsize.c.o -MF test-ellipsize.p/src_test_test-ellipsize.c.o.d -o test-ellipsize.p/src_test_test-ellipsize.c.o -c ../src/test/test-ellipsize.c +[312/516] ccache cc -Itest-strip-tab-ansi.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-strip-tab-ansi.p/src_test_test-strip-tab-ansi.c.o -MF test-strip-tab-ansi.p/src_test_test-strip-tab-ansi.c.o.d -o test-strip-tab-ansi.p/src_test_test-strip-tab-ansi.c.o -c ../src/test/test-strip-tab-ansi.c +[313/516] cc -o test-log test-log.p/src_test_test-log.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[314/516] ccache cc -Itest-path-util.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-path-util.p/src_test_test-path-util.c.o -MF test-path-util.p/src_test_test-path-util.c.o.d -o test-path-util.p/src_test_test-path-util.c.o -c ../src/test/test-path-util.c +[315/516] cc -o test-strip-tab-ansi test-strip-tab-ansi.p/src_test_test-strip-tab-ansi.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[316/516] cc -o test-ipcrm test-ipcrm.p/src_test_test-ipcrm.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[317/516] cc -o test-ellipsize test-ellipsize.p/src_test_test-ellipsize.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[318/516] ccache cc -Itest-cgroup.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-cgroup.p/src_test_test-cgroup.c.o -MF test-cgroup.p/src_test_test-cgroup.c.o.d -o test-cgroup.p/src_test_test-cgroup.c.o -c ../src/test/test-cgroup.c +[319/516] ccache cc -Itest-chase-symlinks.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-chase-symlinks.p/src_test_test-chase-symlinks.c.o -MF test-chase-symlinks.p/src_test_test-chase-symlinks.c.o.d -o test-chase-symlinks.p/src_test_test-chase-symlinks.c.o -c ../src/test/test-chase-symlinks.c +[320/516] ccache cc -Itest-strxcpyx.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-strxcpyx.p/src_test_test-strxcpyx.c.o -MF test-strxcpyx.p/src_test_test-strxcpyx.c.o.d -o test-strxcpyx.p/src_test_test-strxcpyx.c.o -c ../src/test/test-strxcpyx.c +[321/516] ccache cc -Itest-siphash24.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-siphash24.p/src_test_test-siphash24.c.o -MF test-siphash24.p/src_test_test-siphash24.c.o.d -o test-siphash24.p/src_test_test-siphash24.c.o -c ../src/test/test-siphash24.c +[322/516] cc -o test-path-util test-path-util.p/src_test_test-path-util.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[323/516] cc -o test-cgroup test-cgroup.p/src_test_test-cgroup.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[324/516] cc -o test-chase-symlinks test-chase-symlinks.p/src_test_test-chase-symlinks.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[325/516] ccache cc -Itest-conf-files.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-conf-files.p/src_test_test-conf-files.c.o -MF test-conf-files.p/src_test_test-conf-files.c.o.d -o test-conf-files.p/src_test_test-conf-files.c.o -c ../src/test/test-conf-files.c +[326/516] ccache cc -Itest-conf-parser.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-conf-parser.p/src_test_test-conf-parser.c.o -MF test-conf-parser.p/src_test_test-conf-parser.c.o.d -o test-conf-parser.p/src_test_test-conf-parser.c.o -c ../src/test/test-conf-parser.c +[327/516] cc -o test-strxcpyx test-strxcpyx.p/src_test_test-strxcpyx.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[328/516] ccache cc -Itest-hash.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-hash.p/src_test_test-hash.c.o -MF test-hash.p/src_test_test-hash.c.o.d -o test-hash.p/src_test_test-hash.c.o -c ../src/test/test-hash.c +[329/516] cc -o test-siphash24 test-siphash24.p/src_test_test-siphash24.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[330/516] ccache cc -Itest-id128.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-id128.p/src_test_test-id128.c.o -MF test-id128.p/src_test_test-id128.c.o.d -o test-id128.p/src_test_test-id128.c.o -c ../src/test/test-id128.c +[331/516] cc -o test-conf-files test-conf-files.p/src_test_test-conf-files.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[332/516] cc -o test-conf-parser test-conf-parser.p/src_test_test-conf-parser.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[333/516] cc -o test-hash test-hash.p/src_test_test-hash.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[334/516] ccache cc -Itest-bus-util.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-bus-util.p/src_test_test-bus-util.c.o -MF test-bus-util.p/src_test_test-bus-util.c.o.d -o test-bus-util.p/src_test_test-bus-util.c.o -c ../src/test/test-bus-util.c +[335/516] ccache cc -Itest-bus-address.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -MD -MQ test-bus-address.p/src_libelogind_sd-bus_test-bus-address.c.o -MF test-bus-address.p/src_libelogind_sd-bus_test-bus-address.c.o.d -o test-bus-address.p/src_libelogind_sd-bus_test-bus-address.c.o -c ../src/libelogind/sd-bus/test-bus-address.c +[336/516] ccache cc -Itest-sd-path.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-sd-path.p/src_test_test-sd-path.c.o -MF test-sd-path.p/src_test_test-sd-path.c.o.d -o test-sd-path.p/src_test_test-sd-path.c.o -c ../src/test/test-sd-path.c +[337/516] cc -o test-id128 test-id128.p/src_test_test-id128.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[338/516] cc -o test-bus-util test-bus-util.p/src_test_test-bus-util.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[339/516] cc -o test-bus-address test-bus-address.p/src_libelogind_sd-bus_test-bus-address.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group -pthread '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[340/516] cc -o test-sd-path test-sd-path.p/src_test_test-sd-path.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[341/516] ccache cc -Itest-bus-server.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -MD -MQ test-bus-server.p/src_libelogind_sd-bus_test-bus-server.c.o -MF test-bus-server.p/src_libelogind_sd-bus_test-bus-server.c.o.d -o test-bus-server.p/src_libelogind_sd-bus_test-bus-server.c.o -c ../src/libelogind/sd-bus/test-bus-server.c +[342/516] ccache cc -Itest-bus-signature.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -MD -MQ test-bus-signature.p/src_libelogind_sd-bus_test-bus-signature.c.o -MF test-bus-signature.p/src_libelogind_sd-bus_test-bus-signature.c.o.d -o test-bus-signature.p/src_libelogind_sd-bus_test-bus-signature.c.o -c ../src/libelogind/sd-bus/test-bus-signature.c +[343/516] ccache cc -Itest-bus-queue-ref-cycle.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -MD -MQ test-bus-queue-ref-cycle.p/src_libelogind_sd-bus_test-bus-queue-ref-cycle.c.o -MF test-bus-queue-ref-cycle.p/src_libelogind_sd-bus_test-bus-queue-ref-cycle.c.o.d -o test-bus-queue-ref-cycle.p/src_libelogind_sd-bus_test-bus-queue-ref-cycle.c.o -c ../src/libelogind/sd-bus/test-bus-queue-ref-cycle.c +[344/516] ccache cc -Itest-bus-error.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-bus-error.p/src_libelogind_sd-bus_test-bus-error.c.o -MF test-bus-error.p/src_libelogind_sd-bus_test-bus-error.c.o.d -o test-bus-error.p/src_libelogind_sd-bus_test-bus-error.c.o -c ../src/libelogind/sd-bus/test-bus-error.c +[345/516] cc -o test-bus-server test-bus-server.p/src_libelogind_sd-bus_test-bus-server.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group -pthread '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[346/516] cc -o test-bus-queue-ref-cycle test-bus-queue-ref-cycle.p/src_libelogind_sd-bus_test-bus-queue-ref-cycle.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group -pthread '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[347/516] ccache cc -Itest-bus-match.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-bus-match.p/src_libelogind_sd-bus_test-bus-match.c.o -MF test-bus-match.p/src_libelogind_sd-bus_test-bus-match.c.o.d -o test-bus-match.p/src_libelogind_sd-bus_test-bus-match.c.o -c ../src/libelogind/sd-bus/test-bus-match.c +[348/516] cc -o test-bus-signature test-bus-signature.p/src_libelogind_sd-bus_test-bus-signature.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group -pthread '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[349/516] cc -o test-bus-error test-bus-error.p/src_libelogind_sd-bus_test-bus-error.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.a src/libelogind/libelogind_static.a src/basic/libbasic.a -pthread -lacl /usr/lib/x86_64-linux-gnu/libcap.so -lpam /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/libselinux.so -lm -ldl -Wl,--end-group -Wl,-rpath,XXXXXXXXXXXX +[350/516] ccache cc -Itest-bus-introspect.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-bus-introspect.p/src_libelogind_sd-bus_test-bus-introspect.c.o -MF test-bus-introspect.p/src_libelogind_sd-bus_test-bus-introspect.c.o.d -o test-bus-introspect.p/src_libelogind_sd-bus_test-bus-introspect.c.o -c ../src/libelogind/sd-bus/test-bus-introspect.c +[351/516] ccache cc -Itest-bus-vtable.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-bus-vtable.p/src_libelogind_sd-bus_test-bus-vtable.c.o -MF test-bus-vtable.p/src_libelogind_sd-bus_test-bus-vtable.c.o.d -o test-bus-vtable.p/src_libelogind_sd-bus_test-bus-vtable.c.o -c ../src/libelogind/sd-bus/test-bus-vtable.c +[352/516] ccache cc -Itest-event.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-event.p/src_libelogind_sd-event_test-event.c.o -MF test-event.p/src_libelogind_sd-event_test-event.c.o.d -o test-event.p/src_libelogind_sd-event_test-event.c.o -c ../src/libelogind/sd-event/test-event.c +[353/516] cc -o test-bus-match test-bus-match.p/src_libelogind_sd-bus_test-bus-match.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[354/516] cc -o test-bus-introspect test-bus-introspect.p/src_libelogind_sd-bus_test-bus-introspect.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[355/516] cc -o test-bus-vtable test-bus-vtable.p/src_libelogind_sd-bus_test-bus-vtable.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[356/516] ccache cc -Itest-login.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-login.p/src_libelogind_sd-login_test-login.c.o -MF test-login.p/src_libelogind_sd-login_test-login.c.o.d -o test-login.p/src_libelogind_sd-login_test-login.c.o -c ../src/libelogind/sd-login/test-login.c +[357/516] ccache cc -Itest-sd-device.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-sd-device.p/src_libelogind_sd-device_test-sd-device.c.o -MF test-sd-device.p/src_libelogind_sd-device_test-sd-device.c.o.d -o test-sd-device.p/src_libelogind_sd-device_test-sd-device.c.o -c ../src/libelogind/sd-device/test-sd-device.c +[358/516] ccache cc -Itest-sd-device-thread.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -MD -MQ test-sd-device-thread.p/src_libelogind_sd-device_test-sd-device-thread.c.o -MF test-sd-device-thread.p/src_libelogind_sd-device_test-sd-device-thread.c.o.d -o test-sd-device-thread.p/src_libelogind_sd-device_test-sd-device-thread.c.o -c ../src/libelogind/sd-device/test-sd-device-thread.c +[359/516] ccache cc -Itest-sd-device-monitor.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-sd-device-monitor.p/src_libelogind_sd-device_test-sd-device-monitor.c.o -MF test-sd-device-monitor.p/src_libelogind_sd-device_test-sd-device-monitor.c.o.d -o test-sd-device-monitor.p/src_libelogind_sd-device_test-sd-device-monitor.c.o -c ../src/libelogind/sd-device/test-sd-device-monitor.c +[360/516] cc -o test-event test-event.p/src_libelogind_sd-event_test-event.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[361/516] cc -o test-login test-login.p/src_libelogind_sd-login_test-login.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[362/516] cc -o test-sd-device test-sd-device.p/src_libelogind_sd-device_test-sd-device.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[363/516] cc -o test-sd-device-thread test-sd-device-thread.p/src_libelogind_sd-device_test-sd-device-thread.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/basic/libbasic.a src/shared/libelogind-shared-246.10.a libelogind.so.0.29.0 -pthread /usr/lib/x86_64-linux-gnu/libcap.so /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/libselinux.so -lm -ldl -lacl -lpam -Wl,--end-group '-Wl,-rpath,$ORIGIN/:XXXX' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/ +[364/516] ccache cc -Itest-login-shared.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-login-shared.p/src_login_test-login-shared.c.o -MF test-login-shared.p/src_login_test-login-shared.c.o.d -o test-login-shared.p/src_login_test-login-shared.c.o -c ../src/login/test-login-shared.c +[365/516] ccache cc -Itest-libelogind-sym.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -Isrc/test -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-libelogind-sym.p/meson-generated_.._src_test_test-libelogind-sym.c.o -MF test-libelogind-sym.p/meson-generated_.._src_test_test-libelogind-sym.c.o.d -o test-libelogind-sym.p/meson-generated_.._src_test_test-libelogind-sym.c.o -c src/test/test-libelogind-sym.c +[366/516] ccache cc -Itest-login-tables.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -MD -MQ test-login-tables.p/src_login_test-login-tables.c.o -MF test-login-tables.p/src_login_test-login-tables.c.o.d -o test-login-tables.p/src_login_test-login-tables.c.o -c ../src/login/test-login-tables.c +[367/516] ccache cc -Itest-inhibit.p -I. -I.. -Isrc/basic -I../src/basic -I../src/boot -Isrc/shared -I../src/shared -Isrc/systemd -I../src/systemd -Isrc/journal -I../src/journal -Isrc/login -I../src/login -Isrc/core -I../src/core -I../src/libelogind/sd-bus -I../src/libelogind/sd-device -I../src/libelogind/sd-event -I../src/libelogind/sd-hwdb -I../src/libelogind/sd-id128 -Isrc/sleep -I../src/sleep -Isrc/update-utmp -I../src/update-utmp -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -Wno-maybe-uninitialized -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong --param=ssp-buffer-size=4 -ffunction-sections -fdata-sections -Werror=shadow -include config.h -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ test-inhibit.p/src_login_test-inhibit.c.o -MF test-inhibit.p/src_login_test-inhibit.c.o.d -o test-inhibit.p/src_login_test-inhibit.c.o -c ../src/login/test-inhibit.c +[368/516] cc -o test-sd-device-monitor test-sd-device-monitor.p/src_libelogind_sd-device_test-sd-device-monitor.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[369/516] cc -o test-login-shared test-login-shared.p/src_login_test-login-shared.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[370/516] cc -o test-login-tables test-login-tables.p/src_login_test-login-tables.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/login/liblogind-core.a src/shared/libelogind-shared-246.10.so -pthread /usr/lib/x86_64-linux-gnu/libudev.so -lacl -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[371/516] cc -o test-inhibit test-inhibit.p/src_login_test-inhibit.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group src/shared/libelogind-shared-246.10.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/src/shared' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/src/shared +[372/516] cc -o test-libelogind-sym test-libelogind-sym.p/meson-generated_.._src_test_test-libelogind-sym.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -fstack-protector -Wl,--gc-sections -g -O2 -ffile-prefix-map=/home/sesostris/sources/elogind/elogind-246.10=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group libelogind.so.0.29.0 -Wl,--end-group '-Wl,-rpath,$ORIGIN/' -Wl,-rpath-link,/home/sesostris/sources/elogind/elogind-246.10/build/ +[373/516] /usr/bin/xsltproc -o man/elogind.8 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/elogind.xml +[374/516] /usr/bin/xsltproc -o man/elogind-inhibit.1 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/elogind-inhibit.xml +[375/516] /usr/bin/xsltproc -o man/busctl.1 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/busctl.xml +[376/516] /usr/bin/xsltproc -o man/elogind.journal-fields.7 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/elogind.journal-fields.xml +[377/516] /usr/bin/xsltproc -o man/elogind.time.7 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/elogind.time.xml +[378/516] /usr/bin/xsltproc -o man/elogind.syntax.7 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/elogind.syntax.xml +[379/516] /usr/bin/xsltproc -o man/logind.conf.5 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/logind.conf.xml +[380/516] /usr/bin/xsltproc -o man/pam_elogind.8 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/pam_elogind.xml +[381/516] /usr/bin/xsltproc -o man/loginctl.1 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/loginctl.xml +[382/516] /usr/bin/xsltproc -o man/sd-event.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd-event.xml +[383/516] /usr/bin/xsltproc -o man/sd-bus.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd-bus.xml +[384/516] /usr/bin/xsltproc -o man/sd-login.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd-login.xml +[385/516] /usr/bin/xsltproc -o man/sd_bus_add_match.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_add_match.xml +[386/516] /usr/bin/xsltproc -o man/sd_bus_add_node_enumerator.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_add_node_enumerator.xml +[387/516] /usr/bin/xsltproc -o man/sd_id128_get_machine.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_id128_get_machine.xml +[388/516] /usr/bin/xsltproc -o man/sd_bus_add_object_manager.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_add_object_manager.xml +[389/516] /usr/bin/xsltproc -o man/sd_bus_attach_event.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_attach_event.xml +[390/516] /usr/bin/xsltproc -o man/sd_bus_add_object.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_add_object.xml +[391/516] /usr/bin/xsltproc -o man/sd_bus_call.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_call.xml +[392/516] /usr/bin/xsltproc -o man/sd_bus_can_send.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_can_send.xml +[393/516] /usr/bin/xsltproc -o man/sd_bus_close.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_close.xml +[394/516] /usr/bin/xsltproc -o man/sd_bus_call_method.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_call_method.xml +[395/516] /usr/bin/xsltproc -o man/sd_bus_creds_get_pid.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_creds_get_pid.xml +[396/516] /usr/bin/xsltproc -o man/sd_bus_creds_new_from_pid.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_creds_new_from_pid.xml +[397/516] /usr/bin/xsltproc -o man/sd_bus_emit_signal.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_emit_signal.xml +[398/516] /usr/bin/xsltproc -o man/sd_bus_default.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_default.xml +[399/516] /usr/bin/xsltproc -o man/sd_bus_error.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_error.xml +[400/516] /usr/bin/xsltproc -o man/sd_bus_error_add_map.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_error_add_map.xml +[401/516] /usr/bin/xsltproc -o man/sd_bus_get_fd.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_get_fd.xml +[402/516] /usr/bin/xsltproc -o man/sd_bus_get_current_handler.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_get_current_handler.xml +[403/516] /usr/bin/xsltproc -o man/sd_bus_get_n_queued_read.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_get_n_queued_read.xml +[404/516] /usr/bin/xsltproc -o man/sd_bus_get_name_creds.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_get_name_creds.xml +[405/516] /usr/bin/xsltproc -o man/sd_bus_list_names.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_list_names.xml +[406/516] /usr/bin/xsltproc -o man/sd_bus_is_open.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_is_open.xml +[407/516] /usr/bin/xsltproc -o man/sd_bus_message_append.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_message_append.xml +[408/516] /usr/bin/xsltproc -o man/sd_bus_message_append_array.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_message_append_array.xml +[409/516] /usr/bin/xsltproc -o man/sd_bus_message_append_basic.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_message_append_basic.xml +[410/516] /usr/bin/xsltproc -o man/sd_bus_message_append_string_memfd.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_message_append_string_memfd.xml +[411/516] /usr/bin/xsltproc -o man/sd_bus_message_copy.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_message_copy.xml +[412/516] /usr/bin/xsltproc -o man/sd_bus_message_append_strv.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_message_append_strv.xml +[413/516] /usr/bin/xsltproc -o man/sd_bus_message_dump.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_message_dump.xml +[414/516] /usr/bin/xsltproc -o man/sd_bus_message_get_cookie.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_message_get_cookie.xml +[415/516] /usr/bin/xsltproc -o man/sd_bus_message_get_monotonic_usec.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_message_get_monotonic_usec.xml +[416/516] /usr/bin/xsltproc -o man/sd_bus_message_get_signature.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_message_get_signature.xml +[417/516] /usr/bin/xsltproc -o man/sd_bus_message_get_type.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_message_get_type.xml +[418/516] /usr/bin/xsltproc -o man/sd_bus_message_new.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_message_new.xml +[419/516] /usr/bin/xsltproc -o man/sd_bus_message_new_method_call.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_message_new_method_call.xml +[420/516] /usr/bin/xsltproc -o man/sd_bus_message_new_method_error.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_message_new_method_error.xml +[421/516] /usr/bin/xsltproc -o man/sd_bus_message_new_signal.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_message_new_signal.xml +[422/516] /usr/bin/xsltproc -o man/sd_bus_message_open_container.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_message_open_container.xml +[423/516] /usr/bin/xsltproc -o man/sd_bus_message_read_array.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_message_read_array.xml +[424/516] /usr/bin/xsltproc -o man/sd_bus_message_read.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_message_read.xml +[425/516] /usr/bin/xsltproc -o man/sd_bus_message_read_basic.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_message_read_basic.xml +[426/516] /usr/bin/xsltproc -o man/sd_bus_message_rewind.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_message_rewind.xml +[427/516] /usr/bin/xsltproc -o man/sd_bus_message_seal.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_message_seal.xml +[428/516] /usr/bin/xsltproc -o man/sd_bus_message_set_destination.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_message_set_destination.xml +[429/516] /usr/bin/xsltproc -o man/sd_bus_message_skip.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_message_skip.xml +[430/516] /usr/bin/xsltproc -o man/sd_bus_message_verify_type.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_message_verify_type.xml +[431/516] /usr/bin/xsltproc -o man/sd_bus_message_set_expect_reply.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_message_set_expect_reply.xml +[432/516] /usr/bin/xsltproc -o man/sd_bus_negotiate_fds.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_negotiate_fds.xml +[433/516] /usr/bin/xsltproc -o man/sd_bus_new.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_new.xml +[434/516] /usr/bin/xsltproc -o man/sd_bus_path_encode.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_path_encode.xml +[435/516] /usr/bin/xsltproc -o man/sd_bus_process.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_process.xml +[436/516] /usr/bin/xsltproc -o man/sd_bus_query_sender_creds.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_query_sender_creds.xml +[437/516] /usr/bin/xsltproc -o man/sd_bus_reply_method_error.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_reply_method_error.xml +[438/516] /usr/bin/xsltproc -o man/sd_bus_reply_method_return.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_reply_method_return.xml +[439/516] /usr/bin/xsltproc -o man/sd_bus_send.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_send.xml +[440/516] /usr/bin/xsltproc -o man/sd_bus_request_name.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_request_name.xml +[441/516] /usr/bin/xsltproc -o man/sd_bus_set_address.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_set_address.xml +[442/516] /usr/bin/xsltproc -o man/sd_bus_set_close_on_exit.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_set_close_on_exit.xml +[443/516] /usr/bin/xsltproc -o man/sd_bus_set_connected_signal.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_set_connected_signal.xml +[444/516] /usr/bin/xsltproc -o man/sd_bus_set_exit_on_disconnect.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_set_exit_on_disconnect.xml +[445/516] /usr/bin/xsltproc -o man/sd_bus_set_method_call_timeout.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_set_method_call_timeout.xml +[446/516] /usr/bin/xsltproc -o man/sd_bus_set_description.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_set_description.xml +[447/516] /usr/bin/xsltproc -o man/sd_bus_set_property.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_set_property.xml +[448/516] /usr/bin/xsltproc -o man/sd_bus_set_sender.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_set_sender.xml +[449/516] /usr/bin/xsltproc -o man/sd_bus_set_server.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_set_server.xml +[450/516] /usr/bin/xsltproc -o man/sd_bus_set_watch_bind.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_set_watch_bind.xml +[451/516] /usr/bin/xsltproc -o man/sd_bus_slot_ref.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_slot_ref.xml +[452/516] /usr/bin/xsltproc -o man/sd_bus_slot_get_bus.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_slot_get_bus.xml +[453/516] /usr/bin/xsltproc -o man/sd_bus_slot_set_description.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_slot_set_description.xml +[454/516] /usr/bin/xsltproc -o man/sd_bus_slot_set_destroy_callback.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_slot_set_destroy_callback.xml +[455/516] /usr/bin/xsltproc -o man/sd_bus_slot_set_floating.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_slot_set_floating.xml +[456/516] /usr/bin/xsltproc -o man/sd_bus_slot_set_userdata.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_slot_set_userdata.xml +[457/516] /usr/bin/xsltproc -o man/sd_bus_start.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_start.xml +[458/516] /usr/bin/xsltproc -o man/sd_bus_track_add_name.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_track_add_name.xml +[459/516] /usr/bin/xsltproc -o man/sd_bus_track_new.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_track_new.xml +[460/516] /usr/bin/xsltproc -o man/sd_bus_wait.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_bus_wait.xml +[461/516] /usr/bin/xsltproc -o man/sd_event_add_child.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_event_add_child.xml +[462/516] /usr/bin/xsltproc -o man/sd_event_add_defer.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_event_add_defer.xml +[463/516] /usr/bin/xsltproc -o man/sd_event_add_inotify.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_event_add_inotify.xml +[464/516] /usr/bin/xsltproc -o man/sd_event_add_io.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_event_add_io.xml +[465/516] /usr/bin/xsltproc -o man/sd_event_add_signal.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_event_add_signal.xml +[466/516] /usr/bin/xsltproc -o man/sd_event_add_time.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_event_add_time.xml +[467/516] /usr/bin/xsltproc -o man/sd_event_exit.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_event_exit.xml +[468/516] /usr/bin/xsltproc -o man/sd_event_get_fd.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_event_get_fd.xml +[469/516] /usr/bin/xsltproc -o man/sd_event_new.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_event_new.xml +[470/516] /usr/bin/xsltproc -o man/sd_event_now.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_event_now.xml +[471/516] /usr/bin/xsltproc -o man/sd_event_run.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_event_run.xml +[472/516] /usr/bin/xsltproc -o man/sd_event_set_watchdog.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_event_set_watchdog.xml +[473/516] /usr/bin/xsltproc -o man/sd_event_source_get_event.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_event_source_get_event.xml +[474/516] /usr/bin/xsltproc -o man/sd_event_source_get_pending.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_event_source_get_pending.xml +[475/516] /usr/bin/xsltproc -o man/sd_event_source_set_description.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_event_source_set_description.xml +[476/516] /usr/bin/xsltproc -o man/sd_event_source_set_destroy_callback.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_event_source_set_destroy_callback.xml +[477/516] /usr/bin/xsltproc -o man/sd_event_source_set_enabled.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_event_source_set_enabled.xml +[478/516] /usr/bin/xsltproc -o man/sd_event_source_set_floating.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_event_source_set_floating.xml +[479/516] /usr/bin/xsltproc -o man/sd_event_source_set_prepare.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_event_source_set_prepare.xml +[480/516] /usr/bin/xsltproc -o man/sd_event_source_set_priority.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_event_source_set_priority.xml +[481/516] /usr/bin/xsltproc -o man/sd_event_source_set_userdata.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_event_source_set_userdata.xml +[482/516] /usr/bin/xsltproc -o man/sd_event_wait.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_event_wait.xml +[483/516] /usr/bin/xsltproc -o man/sd_event_source_unref.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_event_source_unref.xml +[484/516] /usr/bin/xsltproc -o man/sd_get_seats.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_get_seats.xml +[485/516] /usr/bin/xsltproc -o man/sd_id128_randomize.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_id128_randomize.xml +[486/516] /usr/bin/xsltproc -o man/sd_id128_to_string.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_id128_to_string.xml +[487/516] /usr/bin/xsltproc -o man/sd_journal_add_match.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_journal_add_match.xml +[488/516] /usr/bin/xsltproc -o man/sd_journal_enumerate_fields.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_journal_enumerate_fields.xml +[489/516] /usr/bin/xsltproc -o man/sd_is_fifo.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_is_fifo.xml +[490/516] /usr/bin/xsltproc -o man/sd_journal_get_catalog.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_journal_get_catalog.xml +[491/516] /usr/bin/xsltproc -o man/sd_journal_get_cursor.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_journal_get_cursor.xml +[492/516] /usr/bin/xsltproc -o man/sd_journal_get_cutoff_realtime_usec.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_journal_get_cutoff_realtime_usec.xml +[493/516] /usr/bin/xsltproc -o man/sd_journal_get_data.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_journal_get_data.xml +[494/516] /usr/bin/xsltproc -o man/sd_journal_get_fd.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_journal_get_fd.xml +[495/516] /usr/bin/xsltproc -o man/sd_journal_get_realtime_usec.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_journal_get_realtime_usec.xml +[496/516] /usr/bin/xsltproc -o man/sd_journal_get_usage.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_journal_get_usage.xml +[497/516] /usr/bin/xsltproc -o man/sd_journal_next.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_journal_next.xml +[498/516] /usr/bin/xsltproc -o man/sd_journal_has_runtime_files.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_journal_has_runtime_files.xml +[499/516] /usr/bin/xsltproc -o man/sd_journal_open.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_journal_open.xml +[500/516] /usr/bin/xsltproc -o man/sd_journal_print.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_journal_print.xml +[501/516] /usr/bin/xsltproc -o man/sd_journal_query_unique.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_journal_query_unique.xml +[502/516] /usr/bin/xsltproc -o man/sd_journal_seek_head.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_journal_seek_head.xml +[503/516] /usr/bin/xsltproc -o man/sd_journal_stream_fd.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_journal_stream_fd.xml +[504/516] /usr/bin/xsltproc -o man/sd_listen_fds.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_listen_fds.xml +[505/516] /usr/bin/xsltproc -o man/sd_login_monitor_new.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_login_monitor_new.xml +[506/516] /usr/bin/xsltproc -o man/sd_machine_get_class.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_machine_get_class.xml +[507/516] /usr/bin/xsltproc -o man/sd_notify.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_notify.xml +[508/516] /usr/bin/xsltproc -o man/sd_pid_get_owner_uid.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_pid_get_owner_uid.xml +[509/516] /usr/bin/xsltproc -o man/sd_seat_get_active.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_seat_get_active.xml +[510/516] /usr/bin/xsltproc -o man/sd_session_is_active.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_session_is_active.xml +[511/516] /usr/bin/xsltproc -o man/sd_uid_get_state.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_uid_get_state.xml +[512/516] /usr/bin/xsltproc -o man/sd_watchdog_enabled.3 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl ../man/sd_watchdog_enabled.xml +[513/516] /home/sesostris/sources/elogind/elogind-246.10/tools/make-directive-index.py man/elogind.directives.xml ../man/directives-template.xml ../man/busctl.xml ../man/elogind-inhibit.xml ../man/elogind.xml ../man/elogind.journal-fields.xml ../man/elogind.syntax.xml ../man/elogind.time.xml ../man/loginctl.xml ../man/logind.conf.xml ../man/pam_elogind.xml ../man/sd-bus.xml ../man/sd-event.xml ../man/sd-login.xml ../man/sd_booted.xml ../man/sd_bus_add_match.xml ../man/sd_bus_add_node_enumerator.xml ../man/sd_bus_add_object.xml ../man/sd_bus_add_object_manager.xml ../man/sd_bus_attach_event.xml ../man/sd_bus_call.xml ../man/sd_bus_call_method.xml ../man/sd_bus_can_send.xml ../man/sd_bus_close.xml ../man/sd_bus_creds_get_pid.xml ../man/sd_bus_creds_new_from_pid.xml ../man/sd_bus_default.xml ../man/sd_bus_emit_signal.xml ../man/sd_bus_error.xml ../man/sd_bus_error_add_map.xml ../man/sd_bus_get_current_handler.xml ../man/sd_bus_get_fd.xml ../man/sd_bus_get_n_queued_read.xml ../man/sd_bus_get_name_creds.xml ../man/sd_bus_get_name_machine_id.xml ../man/sd_bus_interface_name_is_valid.xml ../man/sd_bus_is_open.xml ../man/sd_bus_list_names.xml ../man/sd_bus_message_append.xml ../man/sd_bus_message_append_array.xml ../man/sd_bus_message_append_basic.xml ../man/sd_bus_message_append_string_memfd.xml ../man/sd_bus_message_append_strv.xml ../man/sd_bus_message_copy.xml ../man/sd_bus_message_dump.xml ../man/sd_bus_message_get_cookie.xml ../man/sd_bus_message_get_monotonic_usec.xml ../man/sd_bus_message_get_signature.xml ../man/sd_bus_message_get_type.xml ../man/sd_bus_message_new.xml ../man/sd_bus_message_new_method_call.xml ../man/sd_bus_message_new_method_error.xml ../man/sd_bus_message_new_signal.xml ../man/sd_bus_message_open_container.xml ../man/sd_bus_message_read.xml ../man/sd_bus_message_read_array.xml ../man/sd_bus_message_read_basic.xml ../man/sd_bus_message_rewind.xml ../man/sd_bus_message_seal.xml ../man/sd_bus_message_set_destination.xml ../man/sd_bus_message_set_expect_reply.xml ../man/sd_bus_message_skip.xml ../man/sd_bus_message_verify_type.xml ../man/sd_bus_negotiate_fds.xml ../man/sd_bus_new.xml ../man/sd_bus_path_encode.xml ../man/sd_bus_process.xml ../man/sd_bus_query_sender_creds.xml ../man/sd_bus_reply_method_error.xml ../man/sd_bus_reply_method_return.xml ../man/sd_bus_request_name.xml ../man/sd_bus_send.xml ../man/sd_bus_set_address.xml ../man/sd_bus_set_close_on_exit.xml ../man/sd_bus_set_connected_signal.xml ../man/sd_bus_set_description.xml ../man/sd_bus_set_exit_on_disconnect.xml ../man/sd_bus_set_method_call_timeout.xml ../man/sd_bus_set_property.xml ../man/sd_bus_set_sender.xml ../man/sd_bus_set_server.xml ../man/sd_bus_set_watch_bind.xml ../man/sd_bus_slot_get_bus.xml ../man/sd_bus_slot_ref.xml ../man/sd_bus_slot_set_description.xml ../man/sd_bus_slot_set_destroy_callback.xml ../man/sd_bus_slot_set_floating.xml ../man/sd_bus_slot_set_userdata.xml ../man/sd_bus_start.xml ../man/sd_bus_track_add_name.xml ../man/sd_bus_track_new.xml ../man/sd_bus_wait.xml ../man/sd_event_add_child.xml ../man/sd_event_add_defer.xml ../man/sd_event_add_inotify.xml ../man/sd_event_add_io.xml ../man/sd_event_add_signal.xml ../man/sd_event_add_time.xml ../man/sd_event_exit.xml ../man/sd_event_get_fd.xml ../man/sd_event_new.xml ../man/sd_event_now.xml ../man/sd_event_run.xml ../man/sd_event_set_watchdog.xml ../man/sd_event_source_get_event.xml ../man/sd_event_source_get_pending.xml ../man/sd_event_source_set_description.xml ../man/sd_event_source_set_destroy_callback.xml ../man/sd_event_source_set_enabled.xml ../man/sd_event_source_set_floating.xml ../man/sd_event_source_set_prepare.xml ../man/sd_event_source_set_priority.xml ../man/sd_event_source_set_userdata.xml ../man/sd_event_source_unref.xml ../man/sd_event_wait.xml ../man/sd_get_seats.xml ../man/sd_id128_get_machine.xml ../man/sd_id128_randomize.xml ../man/sd_id128_to_string.xml ../man/sd_is_fifo.xml ../man/sd_journal_add_match.xml ../man/sd_journal_enumerate_fields.xml ../man/sd_journal_get_catalog.xml ../man/sd_journal_get_cursor.xml ../man/sd_journal_get_cutoff_realtime_usec.xml ../man/sd_journal_get_data.xml ../man/sd_journal_get_fd.xml ../man/sd_journal_get_realtime_usec.xml ../man/sd_journal_get_usage.xml ../man/sd_journal_has_runtime_files.xml ../man/sd_journal_next.xml ../man/sd_journal_open.xml ../man/sd_journal_print.xml ../man/sd_journal_query_unique.xml ../man/sd_journal_seek_head.xml ../man/sd_journal_stream_fd.xml ../man/sd_listen_fds.xml ../man/sd_login_monitor_new.xml ../man/sd_machine_get_class.xml ../man/sd_notify.xml ../man/sd_pid_get_owner_uid.xml ../man/sd_seat_get_active.xml ../man/sd_session_is_active.xml ../man/sd_uid_get_state.xml ../man/sd_watchdog_enabled.xml +[514/516] /usr/bin/xsltproc -o man/elogind.directives.7 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl man/elogind.directives.xml +[515/516] /home/sesostris/sources/elogind/elogind-246.10/tools/make-man-index.py man/elogind.index.xml ../man/busctl.xml ../man/elogind-inhibit.xml ../man/elogind.xml ../man/elogind.journal-fields.xml ../man/elogind.syntax.xml ../man/elogind.time.xml ../man/loginctl.xml ../man/logind.conf.xml ../man/pam_elogind.xml ../man/sd-bus.xml ../man/sd-event.xml ../man/sd-login.xml ../man/sd_booted.xml ../man/sd_bus_add_match.xml ../man/sd_bus_add_node_enumerator.xml ../man/sd_bus_add_object.xml ../man/sd_bus_add_object_manager.xml ../man/sd_bus_attach_event.xml ../man/sd_bus_call.xml ../man/sd_bus_call_method.xml ../man/sd_bus_can_send.xml ../man/sd_bus_close.xml ../man/sd_bus_creds_get_pid.xml ../man/sd_bus_creds_new_from_pid.xml ../man/sd_bus_default.xml ../man/sd_bus_emit_signal.xml ../man/sd_bus_error.xml ../man/sd_bus_error_add_map.xml ../man/sd_bus_get_current_handler.xml ../man/sd_bus_get_fd.xml ../man/sd_bus_get_n_queued_read.xml ../man/sd_bus_get_name_creds.xml ../man/sd_bus_get_name_machine_id.xml ../man/sd_bus_interface_name_is_valid.xml ../man/sd_bus_is_open.xml ../man/sd_bus_list_names.xml ../man/sd_bus_message_append.xml ../man/sd_bus_message_append_array.xml ../man/sd_bus_message_append_basic.xml ../man/sd_bus_message_append_string_memfd.xml ../man/sd_bus_message_append_strv.xml ../man/sd_bus_message_copy.xml ../man/sd_bus_message_dump.xml ../man/sd_bus_message_get_cookie.xml ../man/sd_bus_message_get_monotonic_usec.xml ../man/sd_bus_message_get_signature.xml ../man/sd_bus_message_get_type.xml ../man/sd_bus_message_new.xml ../man/sd_bus_message_new_method_call.xml ../man/sd_bus_message_new_method_error.xml ../man/sd_bus_message_new_signal.xml ../man/sd_bus_message_open_container.xml ../man/sd_bus_message_read.xml ../man/sd_bus_message_read_array.xml ../man/sd_bus_message_read_basic.xml ../man/sd_bus_message_rewind.xml ../man/sd_bus_message_seal.xml ../man/sd_bus_message_set_destination.xml ../man/sd_bus_message_set_expect_reply.xml ../man/sd_bus_message_skip.xml ../man/sd_bus_message_verify_type.xml ../man/sd_bus_negotiate_fds.xml ../man/sd_bus_new.xml ../man/sd_bus_path_encode.xml ../man/sd_bus_process.xml ../man/sd_bus_query_sender_creds.xml ../man/sd_bus_reply_method_error.xml ../man/sd_bus_reply_method_return.xml ../man/sd_bus_request_name.xml ../man/sd_bus_send.xml ../man/sd_bus_set_address.xml ../man/sd_bus_set_close_on_exit.xml ../man/sd_bus_set_connected_signal.xml ../man/sd_bus_set_description.xml ../man/sd_bus_set_exit_on_disconnect.xml ../man/sd_bus_set_method_call_timeout.xml ../man/sd_bus_set_property.xml ../man/sd_bus_set_sender.xml ../man/sd_bus_set_server.xml ../man/sd_bus_set_watch_bind.xml ../man/sd_bus_slot_get_bus.xml ../man/sd_bus_slot_ref.xml ../man/sd_bus_slot_set_description.xml ../man/sd_bus_slot_set_destroy_callback.xml ../man/sd_bus_slot_set_floating.xml ../man/sd_bus_slot_set_userdata.xml ../man/sd_bus_start.xml ../man/sd_bus_track_add_name.xml ../man/sd_bus_track_new.xml ../man/sd_bus_wait.xml ../man/sd_event_add_child.xml ../man/sd_event_add_defer.xml ../man/sd_event_add_inotify.xml ../man/sd_event_add_io.xml ../man/sd_event_add_signal.xml ../man/sd_event_add_time.xml ../man/sd_event_exit.xml ../man/sd_event_get_fd.xml ../man/sd_event_new.xml ../man/sd_event_now.xml ../man/sd_event_run.xml ../man/sd_event_set_watchdog.xml ../man/sd_event_source_get_event.xml ../man/sd_event_source_get_pending.xml ../man/sd_event_source_set_description.xml ../man/sd_event_source_set_destroy_callback.xml ../man/sd_event_source_set_enabled.xml ../man/sd_event_source_set_floating.xml ../man/sd_event_source_set_prepare.xml ../man/sd_event_source_set_priority.xml ../man/sd_event_source_set_userdata.xml ../man/sd_event_source_unref.xml ../man/sd_event_wait.xml ../man/sd_get_seats.xml ../man/sd_id128_get_machine.xml ../man/sd_id128_randomize.xml ../man/sd_id128_to_string.xml ../man/sd_is_fifo.xml ../man/sd_journal_add_match.xml ../man/sd_journal_enumerate_fields.xml ../man/sd_journal_get_catalog.xml ../man/sd_journal_get_cursor.xml ../man/sd_journal_get_cutoff_realtime_usec.xml ../man/sd_journal_get_data.xml ../man/sd_journal_get_fd.xml ../man/sd_journal_get_realtime_usec.xml ../man/sd_journal_get_usage.xml ../man/sd_journal_has_runtime_files.xml ../man/sd_journal_next.xml ../man/sd_journal_open.xml ../man/sd_journal_print.xml ../man/sd_journal_query_unique.xml ../man/sd_journal_seek_head.xml ../man/sd_journal_stream_fd.xml ../man/sd_listen_fds.xml ../man/sd_login_monitor_new.xml ../man/sd_machine_get_class.xml ../man/sd_notify.xml ../man/sd_pid_get_owner_uid.xml ../man/sd_seat_get_active.xml ../man/sd_session_is_active.xml ../man/sd_uid_get_state.xml ../man/sd_watchdog_enabled.xml man/elogind.directives.xml +[516/516] /usr/bin/xsltproc -o man/elogind.index.7 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam elogind.version 246.10 --path /home/sesostris/sources/elogind/elogind-246.10/build/man:/home/sesostris/sources/elogind/elogind-246.10/man ../man/custom-man.xsl man/elogind.index.xml + dh_auto_test -O--builddirectory=build -O--buildsystem=meson + cd build && LC_ALL=C.UTF-8 MESON_TESTTHREADS=4 ninja test +[1/86] Generating version.h with a custom command +[1/2] Running all tests. + 1/131 cc-sd-bus.h_c OK 0.06s + 2/131 cc-sd-bus.h_c-ansi OK 0.05s + 3/131 cc-sd-bus.h_c-std=iso9899_1990 OK 0.06s + 4/131 cc-sd-bus.h_c-std=iso9899_2011 OK 0.06s + 5/131 cc-sd-bus.h_c-std=iso9899_2017 OK 0.03s + 6/131 cc-sd-bus-protocol.h_c OK 0.04s + 7/131 cc-sd-bus-protocol.h_c-ansi OK 0.02s + 8/131 cc-sd-bus-protocol.h_c-std=iso9899_1990 OK 0.02s + 9/131 cc-sd-bus-protocol.h_c-std=iso9899_2011 OK 0.02s + 10/131 cc-sd-bus-protocol.h_c-std=iso9899_2017 OK 0.02s + 11/131 cc-sd-bus-vtable.h_c OK 0.04s + 12/131 cc-sd-bus-vtable.h_c-ansi OK 0.04s + 13/131 cc-sd-bus-vtable.h_c-std=iso9899_1990 OK 0.04s + 14/131 cc-sd-bus-vtable.h_c-std=iso9899_2011 OK 0.04s + 15/131 cc-sd-bus-vtable.h_c-std=iso9899_2017 OK 0.04s + 16/131 cc-sd-daemon.h_c OK 0.02s + 17/131 cc-sd-daemon.h_c-ansi OK 0.04s + 18/131 cc-sd-daemon.h_c-std=iso9899_1990 OK 0.04s + 19/131 cc-sd-daemon.h_c-std=iso9899_2011 OK 0.04s + 20/131 cc-sd-daemon.h_c-std=iso9899_2017 OK 0.03s + 21/131 cc-sd-device.h_c OK 0.04s + 22/131 cc-sd-device.h_c-ansi OK 0.04s + 23/131 cc-sd-device.h_c-std=iso9899_1990 OK 0.04s + 24/131 cc-sd-device.h_c-std=iso9899_2011 OK 0.02s + 25/131 cc-sd-device.h_c-std=iso9899_2017 OK 0.04s + 26/131 cc-sd-event.h_c OK 0.04s + 27/131 cc-sd-event.h_c-ansi OK 0.02s + 28/131 cc-sd-event.h_c-std=iso9899_1990 OK 0.04s + 29/131 cc-sd-event.h_c-std=iso9899_2011 OK 0.03s + 30/131 cc-sd-event.h_c-std=iso9899_2017 OK 0.02s + 31/131 cc-sd-hwdb.h_c OK 0.02s + 32/131 cc-sd-hwdb.h_c-ansi OK 0.02s + 33/131 cc-sd-hwdb.h_c-std=iso9899_1990 OK 0.02s + 34/131 cc-sd-hwdb.h_c-std=iso9899_2011 OK 0.02s + 35/131 cc-sd-hwdb.h_c-std=iso9899_2017 OK 0.02s + 36/131 cc-sd-id128.h_c OK 0.04s + 37/131 cc-sd-id128.h_c-ansi OK 0.02s + 38/131 cc-sd-id128.h_c-std=iso9899_1990 OK 0.04s + 39/131 cc-sd-id128.h_c-std=iso9899_2011 OK 0.04s + 40/131 cc-sd-id128.h_c-std=iso9899_2017 OK 0.02s + 41/131 cc-sd-journal.h_c OK 0.04s + 42/131 cc-sd-journal.h_c-ansi OK 0.02s + 43/131 cc-sd-journal.h_c-std=iso9899_1990 OK 0.04s + 44/131 cc-sd-journal.h_c-std=iso9899_2011 OK 0.02s + 45/131 cc-sd-journal.h_c-std=iso9899_2017 OK 0.04s + 46/131 cc-sd-login.h_c OK 0.02s + 47/131 cc-sd-login.h_c-ansi OK 0.02s + 48/131 cc-sd-login.h_c-std=iso9899_1990 OK 0.02s + 49/131 cc-sd-login.h_c-std=iso9899_2011 OK 0.04s + 50/131 cc-sd-login.h_c-std=iso9899_2017 OK 0.02s + 51/131 cc-sd-messages.h_c OK 0.04s + 52/131 cc-sd-messages.h_c-ansi OK 0.04s + 53/131 cc-sd-messages.h_c-std=iso9899_1990 OK 0.02s + 54/131 cc-sd-messages.h_c-std=iso9899_2011 OK 0.02s + 55/131 cc-sd-messages.h_c-std=iso9899_2017 OK 0.02s + 56/131 cc-sd-path.h_c OK 0.02s + 57/131 cc-sd-path.h_c-ansi OK 0.03s + 58/131 cc-sd-path.h_c-std=iso9899_1990 OK 0.02s + 59/131 cc-sd-path.h_c-std=iso9899_2011 OK 0.02s + 60/131 cc-sd-path.h_c-std=iso9899_2017 OK 0.03s + 61/131 dlopen-pam_elogind OK 0.00s + 62/131 test-utf8 OK 0.00s + 64/131 test-locale-util OK 0.01s + 65/131 test-copy OK 0.01s + 66/131 test-static-destruct OK 0.01s + 67/131 test-random-util OK 0.01s + 68/131 test-format-table OK 0.01s + 69/131 test-format-util OK 0.01s + 70/131 test-util OK 0.01s + 71/131 test-json OK 0.01s + 72/131 test-mountpoint-util OK 0.01s + 73/131 test-exec-util OK 1.08s + 74/131 test-hexdecoct OK 0.00s + 75/131 test-alloc-util OK 0.01s + 76/131 test-io-util OK 0.01s + 77/131 test-fs-util OK 0.01s + 78/131 test-umask-util OK 0.00s + 79/131 test-proc-cmdline OK 0.01s + 80/131 test-fd-util OK 3.08s + 81/131 test-stat-util OK 0.01s + 82/131 test-escape OK 0.01s + 83/131 test-string-util OK 0.00s + 84/131 test-extract-word OK 0.01s + 85/131 test-parse-util OK 0.00s + 86/131 test-user-util OK 0.01s + 87/131 test-process-util OK 1.12s + 88/131 test-pretty-print OK 0.00s + 89/131 test-verbs OK 0.00s + 90/131 test-signal-util OK 0.00s + 91/131 test-selinux OK 0.01s + 92/131 test-sizeof OK 0.00s + 93/131 test-hashmap OK 0.03s + 94/131 test-set OK 0.00s + 95/131 test-set-disable-mempool OK 0.01s + 96/131 test-list OK 0.00s + 97/131 test-procfs-util OK 0.00s + 98/131 test-unaligned OK 0.00s + 99/131 test-prioq OK 0.02s +100/131 test-log OK 0.01s +101/131 test-ellipsize OK 0.02s +102/131 test-strip-tab-ansi OK 0.00s +103/131 test-cgroup OK 0.00s +104/131 test-path-util OK 0.01s +105/131 test-siphash24 OK 0.00s +106/131 test-strxcpyx OK 0.00s +107/131 test-conf-files OK 0.01s +108/131 test-conf-parser OK 0.32s +109/131 test-id128 OK 0.01s +110/131 test-hash OK 0.01s +111/131 test-bus-util OK 0.01s +112/131 test-sd-path OK 0.01s +113/131 test-bus-address OK 0.00s +114/131 test-bus-signature OK 0.00s +115/131 test-bus-queue-ref-cycle OK 0.00s +116/131 test-bus-error OK 0.00s +117/131 test-bus-server OK 0.01s +118/131 test-bus-vtable OK 0.01s +119/131 test-bus-match OK 0.01s +120/131 test-bus-introspect OK 0.00s +121/131 test-event OK 1.47s +122/131 test-login OK 0.01s +123/131 test-sd-device OK 0.32s +124/131 test-sd-device-thread OK 0.01s +126/131 test-login-shared OK 0.01s +127/131 test-login-tables OK 0.01s +128/131 test-libelogind-sym OK 0.00s +129/131 check-help-loginctl OK 0.02s +130/131 check-help-elogind-inhibit OK 0.04s +131/131 check-help-busctl OK 0.02s + +Summary of Failures: + + 63/131 test-dev-setup SKIP 0.00s +125/131 test-sd-device-monitor SKIP 0.01s + +Ok: 129 +Expected Fail: 0 +Fail: 0 +Unexpected Pass: 0 +Skipped: 2 +Timeout: 0 + +Full log written to /home/sesostris/sources/elogind/elogind-246.10/build/meson-logs/testlog.txt + create-stamp debian/debhelper-build-stamp + dh_testroot -O--builddirectory=build -O--buildsystem=meson + dh_prep -O--builddirectory=build -O--buildsystem=meson + debian/rules override_dh_auto_install +make[1] : on entre dans le répertoire « /home/sesostris/sources/elogind/elogind-246.10 » +dh_auto_install --builddirectory=build + cd build && DESTDIR=/home/sesostris/sources/elogind/elogind-246.10/debian/tmp LC_ALL=C.UTF-8 ninja install +[1/86] Generating version.h with a custom command +[1/2] Installing files. +Installing subdir /home/sesostris/sources/elogind/elogind-246.10/factory/etc to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/factory/etc +Installing /home/sesostris/sources/elogind/elogind-246.10/factory/etc/pam.d/other to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/factory/etc/pam.d +Installing /home/sesostris/sources/elogind/elogind-246.10/factory/etc/pam.d/system-auth to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/factory/etc/pam.d +Installing src/login/70-uaccess.rules to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/lib/udev/rules.d +Installing src/login/73-seat-late.rules to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/lib/udev/rules.d +Installing src/login/elogind-user to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/etc/pam.d +Installing libelogind.so.0.29.0 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/lib/x86_64-linux-gnu +Installing src/shared/libelogind-shared-246.10.so to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/lib/elogind +Installing elogind to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/lib/elogind +Installing loginctl to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/bin +Installing elogind-inhibit to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/bin +Installing pam_elogind.so to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/lib/x86_64-linux-gnu/security +Installing elogind-cgroups-agent to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/lib/elogind +Installing busctl to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/bin +Installing elogind-uaccess-command to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/lib/elogind +Installing man/busctl.1 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man1 +Installing man/elogind-inhibit.1 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man1 +Installing man/elogind.8 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man8 +Installing man/elogind.journal-fields.7 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man7 +Installing man/elogind.syntax.7 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man7 +Installing man/elogind.time.7 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man7 +Installing man/loginctl.1 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man1 +Installing man/logind.conf.5 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man5 +Installing man/pam_elogind.8 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man8 +Installing man/sd-bus.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd-event.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd-login.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_booted.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_add_match.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_add_match_async.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_match_signal.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_match_signal_async.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_add_node_enumerator.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_add_object.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/SD_BUS_METHOD.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/SD_BUS_METHOD_WITH_NAMES.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/SD_BUS_METHOD_WITH_NAMES_OFFSET.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/SD_BUS_METHOD_WITH_OFFSET.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/SD_BUS_PARAM.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/SD_BUS_PROPERTY.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/SD_BUS_SIGNAL.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/SD_BUS_SIGNAL_WITH_NAMES.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/SD_BUS_VTABLE_END.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/SD_BUS_VTABLE_START.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/SD_BUS_WRITABLE_PROPERTY.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_add_fallback.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_add_fallback_vtable.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_add_filter.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_add_object_vtable.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_add_object_manager.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_attach_event.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_detach_event.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_get_event.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_call.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_call_async.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_call_method.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_call_method_async.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_call_method_asyncv.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_call_methodv.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_can_send.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_close.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_default_flush_close.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_flush.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_creds_get_pid.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_creds_get_audit_login_uid.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_creds_get_audit_session_id.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_creds_get_cgroup.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_creds_get_cmdline.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_creds_get_comm.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_creds_get_description.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_creds_get_egid.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_creds_get_euid.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_creds_get_exe.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_creds_get_fsgid.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_creds_get_fsuid.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_creds_get_gid.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_creds_get_owner_uid.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_creds_get_ppid.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_creds_get_selinux_context.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_creds_get_session.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_creds_get_sgid.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_creds_get_slice.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_creds_get_suid.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_creds_get_supplementary_gids.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_creds_get_tid.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_creds_get_tid_comm.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_creds_get_tty.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_creds_get_uid.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_creds_get_unique_name.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_creds_get_unit.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_creds_get_user_slice.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_creds_get_user_unit.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_creds_get_well_known_names.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_creds_has_bounding_cap.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_creds_has_effective_cap.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_creds_has_inheritable_cap.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_creds_has_permitted_cap.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_creds_new_from_pid.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_creds_get_augmented_mask.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_creds_get_mask.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_creds_ref.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_creds_unref.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_creds_unrefp.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_default.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_default_system.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_default_user.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_open.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_open_system.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_open_system_machine.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_open_system_remote.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_open_system_with_description.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_open_user.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_open_user_with_description.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_open_with_description.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_emit_signal.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_emit_interfaces_added.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_emit_interfaces_added_strv.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_emit_interfaces_removed.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_emit_interfaces_removed_strv.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_emit_object_added.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_emit_object_removed.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_emit_properties_changed.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_emit_properties_changed_strv.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_emit_signalv.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_error.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/SD_BUS_ERROR_MAKE_CONST.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/SD_BUS_ERROR_NULL.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_error_copy.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_error_free.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_error_get_errno.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_error_has_name.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_error_is_set.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_error_move.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_error_set.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_error_set_const.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_error_set_errno.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_error_set_errnof.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_error_set_errnofv.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_error_setf.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_error_add_map.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/SD_BUS_ERROR_END.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/SD_BUS_ERROR_MAP.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_error_map.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_get_current_handler.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_get_current_message.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_get_current_slot.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_get_current_userdata.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_get_fd.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_get_events.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_get_timeout.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_set_fd.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_get_n_queued_read.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_get_n_queued_write.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_get_name_creds.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_get_owner_creds.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_get_name_machine_id.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_interface_name_is_valid.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_member_name_is_valid.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_object_path_is_valid.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_service_name_is_valid.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_is_open.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_is_ready.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_list_names.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_append.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_appendv.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_append_array.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_append_array_iovec.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_append_array_memfd.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_append_array_space.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_append_basic.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_append_string_memfd.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_append_string_iovec.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_append_string_space.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_append_strv.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_copy.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_dump.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_get_cookie.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_get_reply_cookie.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_get_monotonic_usec.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_get_realtime_usec.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_get_seqnum.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_get_signature.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_has_signature.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_is_empty.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_get_type.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_get_creds.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_get_errno.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_get_error.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_is_method_call.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_is_method_error.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_is_signal.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_new.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/SD_BUS_MESSAGE_METHOD_CALL.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/SD_BUS_MESSAGE_METHOD_ERROR.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/SD_BUS_MESSAGE_METHOD_RETURN.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/SD_BUS_MESSAGE_SIGNAL.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_get_bus.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_ref.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_unref.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_unrefp.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_new_method_call.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_new_method_return.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_new_method_error.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_new_method_errno.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_new_method_errnof.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_new_method_errorf.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_new_signal.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_open_container.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_close_container.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_enter_container.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_exit_container.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_read.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_peek_type.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_readv.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_read_array.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_read_basic.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_rewind.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_seal.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_set_destination.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_get_destination.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_get_interface.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_get_member.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_get_path.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_get_sender.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_set_sender.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_set_expect_reply.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_get_allow_interactive_authorization.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_get_auto_start.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_get_expect_reply.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_set_allow_interactive_authorization.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_set_auto_start.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_skip.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_message_verify_type.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_negotiate_fds.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_get_creds_mask.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_negotiate_creds.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_negotiate_timestamp.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_new.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_close_unref.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_close_unrefp.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_flush_close_unref.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_flush_close_unrefp.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_ref.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_unref.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_unrefp.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_path_encode.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_path_decode.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_path_decode_many.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_path_encode_many.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_process.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_query_sender_creds.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_query_sender_privilege.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_reply_method_error.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_reply_method_errno.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_reply_method_errnof.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_reply_method_errnofv.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_reply_method_errorf.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_reply_method_errorfv.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_reply_method_return.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_reply_method_returnv.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_request_name.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_release_name.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_release_name_async.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_request_name_async.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_send.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_send_to.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_set_address.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_get_address.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_set_exec.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_set_close_on_exit.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_get_close_on_exit.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_set_connected_signal.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_get_connected_signal.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_set_description.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_get_allow_interactive_authorization.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_get_description.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_get_scope.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_get_tid.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_get_unique_name.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_is_anonymous.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_is_trusted.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_set_allow_interactive_authorization.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_set_anonymous.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_set_trusted.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_set_exit_on_disconnect.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_get_exit_on_disconnect.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_set_method_call_timeout.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_get_method_call_timeout.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_set_property.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_get_property.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_get_property_string.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_get_property_strv.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_get_property_trivial.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_set_propertyv.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_set_sender.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_get_sender.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_set_server.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_get_bus_id.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_is_bus_client.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_is_monitor.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_is_server.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_set_bus_client.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_set_monitor.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_set_watch_bind.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_get_watch_bind.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_slot_get_bus.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_slot_get_current_handler.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_slot_get_current_message.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_slot_get_current_userdata.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_slot_ref.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_slot_unref.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_slot_unrefp.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_slot_set_description.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_slot_get_description.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_slot_set_destroy_callback.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_destroy_t.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_slot_get_destroy_callback.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_track_get_destroy_callback.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_track_set_destroy_callback.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_slot_set_floating.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_slot_get_floating.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_slot_set_userdata.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_slot_get_userdata.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_start.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_track_add_name.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_track_add_sender.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_track_contains.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_track_count.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_track_count_name.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_track_count_sender.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_track_first.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_track_next.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_track_remove_name.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_track_remove_sender.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_track_new.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_track_get_bus.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_track_get_recursive.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_track_get_userdata.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_track_ref.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_track_set_recursive.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_track_set_userdata.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_track_unref.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_track_unrefp.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_bus_wait.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_add_child.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_add_child_pidfd.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_child_handler_t.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_source_get_child_pid.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_source_get_child_pidfd.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_source_get_child_pidfd_own.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_source_get_child_process_own.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_source_send_child_signal.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_source_set_child_pidfd_own.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_source_set_child_process_own.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_add_defer.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_add_exit.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_add_post.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_handler_t.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_add_inotify.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_inotify_handler_t.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_source_get_inotify_mask.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_add_io.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_io_handler_t.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_source.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_source_get_io_events.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_source_get_io_fd.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_source_get_io_fd_own.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_source_get_io_revents.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_source_set_io_events.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_source_set_io_fd.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_source_set_io_fd_own.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_add_signal.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_signal_handler_t.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_source_get_signal.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_add_time.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_source_get_time.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_source_get_time_accuracy.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_source_get_time_clock.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_source_set_time.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_source_set_time_accuracy.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_time_handler_t.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_exit.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_get_exit_code.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_get_fd.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_new.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_default.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_get_tid.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_ref.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_unref.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_unrefp.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_now.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_run.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_loop.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_set_watchdog.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_get_watchdog.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_source_get_event.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_source_get_pending.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_source_set_description.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_source_get_description.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_source_set_destroy_callback.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_destroy_t.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_source_get_destroy_callback.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_source_set_enabled.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/SD_EVENT_OFF.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/SD_EVENT_ON.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/SD_EVENT_ONESHOT.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_source_get_enabled.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_source_set_floating.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_source_get_floating.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_source_set_prepare.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_source_set_priority.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/SD_EVENT_PRIORITY_IDLE.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/SD_EVENT_PRIORITY_IMPORTANT.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/SD_EVENT_PRIORITY_NORMAL.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_source_get_priority.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_source_set_userdata.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_source_get_userdata.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_source_unref.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_source_disable_unref.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_source_disable_unrefp.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_source_ref.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_source_unrefp.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_wait.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/SD_EVENT_ARMED.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/SD_EVENT_EXITING.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/SD_EVENT_FINISHED.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/SD_EVENT_INITIAL.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/SD_EVENT_PENDING.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/SD_EVENT_PREPARING.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/SD_EVENT_RUNNING.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_dispatch.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_get_iteration.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_get_state.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_event_prepare.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_get_seats.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_get_machine_names.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_get_sessions.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_get_uids.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_id128_get_machine.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_id128_get_boot.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_id128_get_boot_app_specific.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_id128_get_invocation.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_id128_get_machine_app_specific.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_id128_randomize.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_id128_to_string.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_id128_from_string.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_is_fifo.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_is_mq.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_is_socket.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_is_socket_inet.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_is_socket_sockaddr.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_is_socket_unix.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_is_special.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_add_match.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_add_conjunction.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_add_disjunction.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_flush_matches.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_enumerate_fields.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/SD_JOURNAL_FOREACH_FIELD.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_restart_fields.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_get_catalog.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_get_catalog_for_message_id.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_get_cursor.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_test_cursor.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_get_cutoff_realtime_usec.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_get_cutoff_monotonic_usec.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_get_data.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/SD_JOURNAL_FOREACH_DATA.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_enumerate_available_data.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_enumerate_data.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_get_data_threshold.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_restart_data.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_set_data_threshold.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_get_fd.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_get_events.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_get_timeout.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_process.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_reliable_fd.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_wait.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_get_realtime_usec.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_get_monotonic_usec.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_get_usage.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_has_runtime_files.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_has_persistent_files.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_next.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_next_skip.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_previous.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_previous_skip.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_open.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/SD_JOURNAL_ALL_NAMESPACES.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/SD_JOURNAL_INCLUDE_DEFAULT_NAMESPACE.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_close.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_open_directory.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_open_directory_fd.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_open_files.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_open_files_fd.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_open_namespace.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_print.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/SD_JOURNAL_SUPPRESS_LOCATION.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_perror.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_perror_with_location.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_print_with_location.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_printv.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_printv_with_location.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_send.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_send_with_location.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_sendv.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_sendv_with_location.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_query_unique.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/SD_JOURNAL_FOREACH_UNIQUE.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_enumerate_available_unique.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_enumerate_unique.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_restart_unique.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_seek_head.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_seek_cursor.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_seek_monotonic_usec.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_seek_realtime_usec.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_seek_tail.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_journal_stream_fd.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_listen_fds.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/SD_LISTEN_FDS_START.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_listen_fds_with_names.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_login_monitor_new.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_login_monitor.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_login_monitor_flush.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_login_monitor_get_events.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_login_monitor_get_fd.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_login_monitor_get_timeout.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_login_monitor_unref.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_login_monitor_unrefp.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_machine_get_class.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_machine_get_ifindices.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_notify.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_notify_barrier.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_notifyf.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_pid_notify.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_pid_notify_with_fds.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_pid_notifyf.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_pid_get_owner_uid.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_peer_get_cgroup.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_peer_get_machine_name.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_peer_get_owner_uid.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_peer_get_session.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_peer_get_slice.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_peer_get_unit.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_peer_get_user_slice.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_peer_get_user_unit.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_pid_get_cgroup.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_pid_get_machine_name.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_pid_get_session.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_pid_get_slice.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_pid_get_unit.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_pid_get_user_slice.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_pid_get_user_unit.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_seat_get_active.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_seat_can_graphical.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_seat_can_tty.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_seat_get_sessions.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_session_is_active.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_session_get_class.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_session_get_desktop.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_session_get_display.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_session_get_remote_host.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_session_get_remote_user.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_session_get_seat.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_session_get_service.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_session_get_state.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_session_get_tty.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_session_get_type.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_session_get_uid.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_session_get_vt.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_session_is_remote.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_uid_get_state.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_uid_get_display.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_uid_get_seats.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_uid_get_sessions.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_uid_is_on_seat.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/sd_watchdog_enabled.3 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man3 +Installing man/elogind.directives.7 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man7 +Installing man/elogind.index.7 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/man/man7 +Installing /home/sesostris/sources/elogind/elogind-246.10/src/systemd/sd-bus.h to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/include/elogind/systemd +Installing /home/sesostris/sources/elogind/elogind-246.10/src/systemd/sd-bus-protocol.h to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/include/elogind/systemd +Installing /home/sesostris/sources/elogind/elogind-246.10/src/systemd/sd-bus-vtable.h to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/include/elogind/systemd +Installing /home/sesostris/sources/elogind/elogind-246.10/src/systemd/sd-daemon.h to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/include/elogind/systemd +Installing /home/sesostris/sources/elogind/elogind-246.10/src/systemd/sd-device.h to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/include/elogind/systemd +Installing /home/sesostris/sources/elogind/elogind-246.10/src/systemd/sd-event.h to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/include/elogind/systemd +Installing /home/sesostris/sources/elogind/elogind-246.10/src/systemd/sd-hwdb.h to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/include/elogind/systemd +Installing /home/sesostris/sources/elogind/elogind-246.10/src/systemd/sd-id128.h to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/include/elogind/systemd +Installing /home/sesostris/sources/elogind/elogind-246.10/src/systemd/sd-journal.h to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/include/elogind/systemd +Installing /home/sesostris/sources/elogind/elogind-246.10/src/systemd/sd-login.h to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/include/elogind/systemd +Installing /home/sesostris/sources/elogind/elogind-246.10/src/systemd/sd-messages.h to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/include/elogind/systemd +Installing /home/sesostris/sources/elogind/elogind-246.10/src/systemd/sd-path.h to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/include/elogind/systemd +Installing /home/sesostris/sources/elogind/elogind-246.10/src/systemd/_sd-common.h to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/include/elogind/systemd +Installing /home/sesostris/sources/elogind/elogind-246.10/build/src/libelogind/libelogind.pc to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/lib/x86_64-linux-gnu/pkgconfig +Installing /home/sesostris/sources/elogind/elogind-246.10/build/src/login/logind.conf to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/etc/elogind +Installing /home/sesostris/sources/elogind/elogind-246.10/src/login/org.freedesktop.login1.conf to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/dbus-1/system.d +Installing /home/sesostris/sources/elogind/elogind-246.10/build/src/login/org.freedesktop.login1.service to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/dbus-1/system-services +Installing /home/sesostris/sources/elogind/elogind-246.10/src/login/org.freedesktop.login1.policy to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/polkit-1/actions +Installing /home/sesostris/sources/elogind/elogind-246.10/src/login/70-power-switch.rules to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/lib/udev/rules.d +Installing /home/sesostris/sources/elogind/elogind-246.10/build/src/login/71-seat.rules to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/lib/udev/rules.d +Installing /home/sesostris/sources/elogind/elogind-246.10/shell-completion/bash/loginctl to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/bash-completion/completions +Installing /home/sesostris/sources/elogind/elogind-246.10/shell-completion/zsh/_loginctl to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/zsh/site-functions +Installing /home/sesostris/sources/elogind/elogind-246.10/LICENSE.GPL2 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/doc/elogind +Installing /home/sesostris/sources/elogind/elogind-246.10/LICENSE.LGPL2.1 to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/doc/elogind +Installing /home/sesostris/sources/elogind/elogind-246.10/README.md to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/doc/elogindInstalling /home/sesostris/sources/elogind/elogind-246.10/build/po/be.gmo to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/locale/be/LC_MESSAGES/elogind.mo +Installing /home/sesostris/sources/elogind/elogind-246.10/build/po/be@latin.gmo to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/locale/be@latin/LC_MESSAGES/elogind.mo +Installing /home/sesostris/sources/elogind/elogind-246.10/build/po/bg.gmo to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/locale/bg/LC_MESSAGES/elogind.mo +Installing /home/sesostris/sources/elogind/elogind-246.10/build/po/ca.gmo to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/locale/ca/LC_MESSAGES/elogind.mo +Installing /home/sesostris/sources/elogind/elogind-246.10/build/po/cs.gmo to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/locale/cs/LC_MESSAGES/elogind.mo +Installing /home/sesostris/sources/elogind/elogind-246.10/build/po/da.gmo to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/locale/da/LC_MESSAGES/elogind.mo +Installing /home/sesostris/sources/elogind/elogind-246.10/build/po/de.gmo to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/locale/de/LC_MESSAGES/elogind.mo +Installing /home/sesostris/sources/elogind/elogind-246.10/build/po/el.gmo to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/locale/el/LC_MESSAGES/elogind.mo +Installing /home/sesostris/sources/elogind/elogind-246.10/build/po/es.gmo to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/locale/es/LC_MESSAGES/elogind.mo +Installing /home/sesostris/sources/elogind/elogind-246.10/build/po/fr.gmo to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/locale/fr/LC_MESSAGES/elogind.mo +Installing /home/sesostris/sources/elogind/elogind-246.10/build/po/gl.gmo to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/locale/gl/LC_MESSAGES/elogind.mo +Installing /home/sesostris/sources/elogind/elogind-246.10/build/po/hr.gmo to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/locale/hr/LC_MESSAGES/elogind.mo +Installing /home/sesostris/sources/elogind/elogind-246.10/build/po/hu.gmo to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/locale/hu/LC_MESSAGES/elogind.mo +Installing /home/sesostris/sources/elogind/elogind-246.10/build/po/id.gmo to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/locale/id/LC_MESSAGES/elogind.mo +Installing /home/sesostris/sources/elogind/elogind-246.10/build/po/it.gmo to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/locale/it/LC_MESSAGES/elogind.mo +Installing /home/sesostris/sources/elogind/elogind-246.10/build/po/ja.gmo to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/locale/ja/LC_MESSAGES/elogind.mo +Installing /home/sesostris/sources/elogind/elogind-246.10/build/po/ko.gmo to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/locale/ko/LC_MESSAGES/elogind.mo +Installing /home/sesostris/sources/elogind/elogind-246.10/build/po/lt.gmo to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/locale/lt/LC_MESSAGES/elogind.mo +Installing /home/sesostris/sources/elogind/elogind-246.10/build/po/pl.gmo to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/locale/pl/LC_MESSAGES/elogind.mo +Installing /home/sesostris/sources/elogind/elogind-246.10/build/po/pt.gmo to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/locale/pt/LC_MESSAGES/elogind.mo +Installing /home/sesostris/sources/elogind/elogind-246.10/build/po/pt_BR.gmo to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/locale/pt_BR/LC_MESSAGES/elogind.mo +Installing /home/sesostris/sources/elogind/elogind-246.10/build/po/ro.gmo to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/locale/ro/LC_MESSAGES/elogind.mo +Installing /home/sesostris/sources/elogind/elogind-246.10/build/po/ru.gmo to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/locale/ru/LC_MESSAGES/elogind.mo +Installing /home/sesostris/sources/elogind/elogind-246.10/build/po/sk.gmo to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/locale/sk/LC_MESSAGES/elogind.mo +Installing /home/sesostris/sources/elogind/elogind-246.10/build/po/sr.gmo to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/locale/sr/LC_MESSAGES/elogind.mo +Installing /home/sesostris/sources/elogind/elogind-246.10/build/po/sv.gmo to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/locale/sv/LC_MESSAGES/elogind.mo +Installing /home/sesostris/sources/elogind/elogind-246.10/build/po/tr.gmo to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/locale/tr/LC_MESSAGES/elogind.mo +Installing /home/sesostris/sources/elogind/elogind-246.10/build/po/uk.gmo to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/locale/uk/LC_MESSAGES/elogind.mo +Installing /home/sesostris/sources/elogind/elogind-246.10/build/po/zh_CN.gmo to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/locale/zh_CN/LC_MESSAGES/elogind.mo +Installing /home/sesostris/sources/elogind/elogind-246.10/build/po/zh_TW.gmo to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/locale/zh_TW/LC_MESSAGES/elogind.mo +'/home/sesostris/sources/elogind/elogind-246.10/debian/tmp//usr/include/elogind/sd-bus.h' -> 'systemd/sd-bus.h' +'/home/sesostris/sources/elogind/elogind-246.10/debian/tmp//usr/include/elogind/sd-bus-protocol.h' -> 'systemd/sd-bus-protocol.h' +'/home/sesostris/sources/elogind/elogind-246.10/debian/tmp//usr/include/elogind/sd-bus-vtable.h' -> 'systemd/sd-bus-vtable.h' +'/home/sesostris/sources/elogind/elogind-246.10/debian/tmp//usr/include/elogind/sd-daemon.h' -> 'systemd/sd-daemon.h' +'/home/sesostris/sources/elogind/elogind-246.10/debian/tmp//usr/include/elogind/sd-device.h' -> 'systemd/sd-device.h' +'/home/sesostris/sources/elogind/elogind-246.10/debian/tmp//usr/include/elogind/sd-event.h' -> 'systemd/sd-event.h' +'/home/sesostris/sources/elogind/elogind-246.10/debian/tmp//usr/include/elogind/sd-hwdb.h' -> 'systemd/sd-hwdb.h' +'/home/sesostris/sources/elogind/elogind-246.10/debian/tmp//usr/include/elogind/sd-id128.h' -> 'systemd/sd-id128.h' +'/home/sesostris/sources/elogind/elogind-246.10/debian/tmp//usr/include/elogind/sd-journal.h' -> 'systemd/sd-journal.h' +'/home/sesostris/sources/elogind/elogind-246.10/debian/tmp//usr/include/elogind/sd-login.h' -> 'systemd/sd-login.h' +'/home/sesostris/sources/elogind/elogind-246.10/debian/tmp//usr/include/elogind/sd-messages.h' -> 'systemd/sd-messages.h' +'/home/sesostris/sources/elogind/elogind-246.10/debian/tmp//usr/include/elogind/sd-path.h' -> 'systemd/sd-path.h' +'/home/sesostris/sources/elogind/elogind-246.10/debian/tmp//usr/include/elogind/_sd-common.h' -> 'systemd/_sd-common.h' + +Installing /home/sesostris/sources/elogind/elogind-246.10/docs/CODING_STYLE.md to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/doc/elogind +Installing /home/sesostris/sources/elogind/elogind-246.10/src/libelogind/sd-bus/GVARIANT-SERIALIZATION to /home/sesostris/sources/elogind/elogind-246.10/debian/tmp/usr/share/doc/elogind +Running custom install script '/usr/bin/meson --internal gettext install --subdir=po --localedir=share/locale --pkgname=elogind' +Running custom install script '/home/sesostris/sources/elogind/elogind-246.10/tools/meson-symlink_headers.sh /usr/include sd-bus.h sd-bus-protocol.h sd-bus-vtable.h sd-daemon.h sd-device.h sd-event.h sd-hwdb.h sd-id128.h sd-journal.h sd-login.h sd-messages.h sd-path.h _sd-common.h' +Running custom install script '/bin/sh -c mkdir -p $DESTDIR//lib/elogind/system-shutdown' +Running custom install script '/bin/sh -c mkdir -p $DESTDIR//lib/elogind/system-sleep' +Running custom install script '/bin/sh -c touch $DESTDIR/lib/elogind/system-shutdown/.keep_dir' +Running custom install script '/bin/sh -c touch $DESTDIR/lib/elogind/system-sleep/.keep_dir' +Running custom install script '/bin/sh -c touch $DESTDIR/usr' +make[1] : on quitte le répertoire « /home/sesostris/sources/elogind/elogind-246.10 » + dh_install -O--builddirectory=build -O--buildsystem=meson + dh_installdocs -O--builddirectory=build -O--buildsystem=meson + dh_installchangelogs -O--builddirectory=build -O--buildsystem=meson + dh_installman -O--builddirectory=build -O--buildsystem=meson + dh_installinit -O--builddirectory=build -O--buildsystem=meson + dh_installsystemduser -O--builddirectory=build -O--buildsystem=meson + dh_lintian -O--builddirectory=build -O--buildsystem=meson + dh_perl -O--builddirectory=build -O--buildsystem=meson + dh_link -O--builddirectory=build -O--buildsystem=meson + dh_strip_nondeterminism -O--builddirectory=build -O--buildsystem=meson + Normalized debian/elogind/usr/share/locale/be@latin/LC_MESSAGES/elogind.mo + Normalized debian/elogind/usr/share/locale/zh_CN/LC_MESSAGES/elogind.mo + Normalized debian/elogind/usr/share/locale/sr/LC_MESSAGES/elogind.mo + Normalized debian/elogind/usr/share/locale/de/LC_MESSAGES/elogind.mo + Normalized debian/elogind/usr/share/locale/ja/LC_MESSAGES/elogind.mo + Normalized debian/elogind/usr/share/locale/pt_BR/LC_MESSAGES/elogind.mo + Normalized debian/elogind/usr/share/locale/tr/LC_MESSAGES/elogind.mo + Normalized debian/elogind/usr/share/locale/es/LC_MESSAGES/elogind.mo + Normalized debian/elogind/usr/share/locale/hr/LC_MESSAGES/elogind.mo + Normalized debian/elogind/usr/share/locale/cs/LC_MESSAGES/elogind.mo + Normalized debian/elogind/usr/share/locale/el/LC_MESSAGES/elogind.mo + Normalized debian/elogind/usr/share/locale/bg/LC_MESSAGES/elogind.mo + Normalized debian/elogind/usr/share/locale/pl/LC_MESSAGES/elogind.mo + Normalized debian/elogind/usr/share/locale/fr/LC_MESSAGES/elogind.mo + Normalized debian/elogind/usr/share/locale/ko/LC_MESSAGES/elogind.mo + Normalized debian/elogind/usr/share/locale/sv/LC_MESSAGES/elogind.mo + Normalized debian/elogind/usr/share/locale/hu/LC_MESSAGES/elogind.mo + Normalized debian/elogind/usr/share/locale/sk/LC_MESSAGES/elogind.mo + Normalized debian/elogind/usr/share/locale/lt/LC_MESSAGES/elogind.mo + Normalized debian/elogind/usr/share/locale/zh_TW/LC_MESSAGES/elogind.mo + Normalized debian/elogind/usr/share/locale/id/LC_MESSAGES/elogind.mo + Normalized debian/elogind/usr/share/locale/ru/LC_MESSAGES/elogind.mo + Normalized debian/elogind/usr/share/locale/ca/LC_MESSAGES/elogind.mo + Normalized debian/elogind/usr/share/locale/da/LC_MESSAGES/elogind.mo + Normalized debian/elogind/usr/share/locale/be/LC_MESSAGES/elogind.mo + Normalized debian/elogind/usr/share/locale/pt/LC_MESSAGES/elogind.mo + Normalized debian/elogind/usr/share/locale/gl/LC_MESSAGES/elogind.mo + Normalized debian/elogind/usr/share/locale/it/LC_MESSAGES/elogind.mo + Normalized debian/elogind/usr/share/locale/ro/LC_MESSAGES/elogind.mo + Normalized debian/elogind/usr/share/locale/uk/LC_MESSAGES/elogind.mo + dh_compress -O--builddirectory=build -O--buildsystem=meson + dh_fixperms -O--builddirectory=build -O--buildsystem=meson + debian/rules override_dh_missing +make[1] : on entre dans le répertoire « /home/sesostris/sources/elogind/elogind-246.10 » +dh_missing --list-missing +make[1] : on quitte le répertoire « /home/sesostris/sources/elogind/elogind-246.10 » + dh_dwz -O--builddirectory=build -O--buildsystem=meson + dh_strip -O--builddirectory=build -O--buildsystem=meson + debian/rules override_dh_makeshlibs +make[1] : on entre dans le répertoire « /home/sesostris/sources/elogind/elogind-246.10 » +dh_makeshlibs -pelogind -Xlibelogind-shared +dh_makeshlibs --remaining +make[1] : on quitte le répertoire « /home/sesostris/sources/elogind/elogind-246.10 » + debian/rules override_dh_shlibdeps +make[1] : on entre dans le répertoire « /home/sesostris/sources/elogind/elogind-246.10 » +dh_shlibdeps -- -xlibeudev1 +dpkg-shlibdeps: avertissement: la dépendance pourrait être évitée si « debian/libpam-elogind/lib/x86_64-linux-gnu/security/pam_elogind.so » n'y était pas lié avec libcap.so.2 sans nécessité (il n'utilise aucun des symboles de la bibliothèque) +dpkg-shlibdeps: avertissement: la dépendance pourrait être évitée si « debian/libelogind0/lib/x86_64-linux-gnu/libelogind.so.0.29.0 » n'y était pas lié avec libcap.so.2 sans nécessité (il n'utilise aucun des symboles de la bibliothèque) +make[1] : on quitte le répertoire « /home/sesostris/sources/elogind/elogind-246.10 » + dh_installdeb -O--builddirectory=build -O--buildsystem=meson + dh_gencontrol -O--builddirectory=build -O--buildsystem=meson +dpkg-gencontrol: avertissement: champ Depends du paquet libelogind-dev : substitution variable ${shlibs:Depends} used, but is not defined +dpkg-gencontrol: avertissement: champ Depends du paquet libelogind-dev-doc : substitution variable ${shlibs:Depends} used, but is not defined + dh_md5sums -O--builddirectory=build -O--buildsystem=meson + dh_builddeb -O--builddirectory=build -O--buildsystem=meson +dpkg-deb: building package 'libpam-elogind' in '../libpam-elogind_246.10-1debian2bu_amd64.deb'. +dpkg-deb: building package 'libelogind0' in '../libelogind0_246.10-1debian2bu_amd64.deb'. +dpkg-deb: building package 'elogind' in '../elogind_246.10-1debian2bu_amd64.deb'. +dpkg-deb: building package 'libelogind-dev' in '../libelogind-dev_246.10-1debian2bu_amd64.deb'. +dpkg-deb: building package 'libelogind-dev-doc' in '../libelogind-dev-doc_246.10-1debian2bu_all.deb'. +dpkg-deb: building package 'libpam-elogind-dbgsym' in '../libpam-elogind-dbgsym_246.10-1debian2bu_amd64.deb'. +dpkg-deb: building package 'libelogind0-dbgsym' in '../libelogind0-dbgsym_246.10-1debian2bu_amd64.deb'. +dpkg-deb: building package 'elogind-dbgsym' in '../elogind-dbgsym_246.10-1debian2bu_amd64.deb'. + dpkg-genbuildinfo + dpkg-genchanges >../elogind_246.10-1debian2bu_amd64.changes +dpkg-genchanges: info: pas d'inclusion du code source original dans l'envoi (« upload ») + dpkg-source --after-build . +dpkg-source: info: retrait de Runtime_polkit_support.patch +dpkg-source: info: retrait de RemoveIPC_default_false.patch +dpkg-buildpackage: info: envoi d'un binaire et du fichier de différences (aucune inclusion du code source d'origine) +Now running lintian elogind_246.10-1debian2bu_amd64.changes ... +E: elogind changes: bogus-mail-host Changed-By sesostris@tanis.zero.void.nul +E: elogind: bogus-mail-host-in-debian-changelog sesostris@tanis.zero.void.nul +E: libelogind-dev: bogus-mail-host-in-debian-changelog sesostris@tanis.zero.void.nul +E: libelogind-dev-doc: bogus-mail-host-in-debian-changelog sesostris@tanis.zero.void.nul +E: libelogind0: bogus-mail-host-in-debian-changelog sesostris@tanis.zero.void.nul +E: libpam-elogind: bogus-mail-host-in-debian-changelog sesostris@tanis.zero.void.nul +E: elogind: diversion-for-unknown-file usr/share/man/man1/bootctl.1.gz preinst:37 +W: libelogind-dev: breakout-link usr/lib/x86_64-linux-gnu/libelogind.so -> lib/x86_64-linux-gnu/libelogind.so.0 +W: libelogind-dev-doc: groff-message usr/share/man/man3/sd_bus_message_append.3.gz 235: warning [p 1, 8.0i, div '3tbd11,1', 0.0i]: can't break line +W: libelogind-dev-doc: groff-message usr/share/man/man3/sd_bus_message_append.3.gz 290: warning [p 1, 8.0i, div '3tbd16,1', 0.0i]: can't break line +W: libelogind-dev-doc: groff-message usr/share/man/man3/sd_bus_message_append.3.gz 308: warning [p 1, 8.0i, div '3tbd18,1', 0.0i]: can't break line +W: libelogind-dev-doc: groff-message usr/share/man/man3/sd_bus_message_append_basic.3.gz 193: warning [p 1, 3.0i, div '3tbd11,1', 0.0i]: can't break line +W: libelogind-dev-doc: groff-message usr/share/man/man3/sd_bus_message_read.3.gz 225: warning [p 1, 6.5i, div '3tbd11,1', 0.0i]: can't break line +W: libelogind-dev-doc: groff-message usr/share/man/man3/sd_bus_message_read.3.gz 280: warning [p 1, 6.5i, div '3tbd16,1', 0.0i]: can't break line +W: libelogind-dev-doc: groff-message usr/share/man/man3/sd_bus_message_read.3.gz 296: warning [p 1, 6.5i, div '3tbd18,1', 0.0i]: can't break line +W: elogind: mismatched-override missing-systemd-service-for-init.d-script elogind [etc/init.d/elogind] +W: elogind: missing-systemd-service-for-init.d-script elogind +W: elogind source: newer-standards-version 4.6.2 (current is 4.5.1) +W: elogind source: no-nmu-in-changelog +W: elogind source: source-nmu-has-incorrect-version-number 246.10-1debian2bu +N: 0 hints overridden; 1 unused override +Finished running lintian. diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/elogind_246.10-1debian2bu_amd64.buildinfo b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/elogind_246.10-1debian2bu_amd64.buildinfo new file mode 100644 index 0000000..ec8c879 --- /dev/null +++ b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/elogind_246.10-1debian2bu_amd64.buildinfo @@ -0,0 +1,269 @@ +Format: 1.0 +Source: elogind +Binary: elogind elogind-dbgsym libelogind-dev libelogind-dev-doc libelogind0 libelogind0-dbgsym libpam-elogind libpam-elogind-dbgsym +Architecture: all amd64 source +Version: 246.10-1debian2bu +Checksums-Md5: + d17c2c53a1b5243f506bcda18a0c98ef 1760 elogind_246.10-1debian2bu.dsc + 0768b9158d70fd4e1f81045159720d66 1886492 elogind-dbgsym_246.10-1debian2bu_amd64.deb + 5a84be70f6845f4bcf82ea51f894ff66 657492 elogind_246.10-1debian2bu_amd64.deb + 6a38a652302078ade0b04f15806df23f 271400 libelogind-dev-doc_246.10-1debian2bu_all.deb + c7fdfa6823a9cf99a11676ce572902a9 27452 libelogind-dev_246.10-1debian2bu_amd64.deb + 56af3ab085925b48058f04745c94963e 957408 libelogind0-dbgsym_246.10-1debian2bu_amd64.deb + 5c53fc52758b58cbf2828aa54b05de71 250660 libelogind0_246.10-1debian2bu_amd64.deb + a5efd03db9d285bd02b6ed41cc086374 949740 libpam-elogind-dbgsym_246.10-1debian2bu_amd64.deb + 501989a29dd17b216d6fa06061128f6a 208628 libpam-elogind_246.10-1debian2bu_amd64.deb +Checksums-Sha1: + 452b5d1c03b18aeea6c0ab1e017fbe1fae53c09a 1760 elogind_246.10-1debian2bu.dsc + de92b492aab3eca457b0e7f407d1c94313f78b4a 1886492 elogind-dbgsym_246.10-1debian2bu_amd64.deb + c025c74632a81b16c07edd95b7d2603c10110844 657492 elogind_246.10-1debian2bu_amd64.deb + 2452c35cbcc1e981b5fbfba47f2f26fbc5f2fae8 271400 libelogind-dev-doc_246.10-1debian2bu_all.deb + d2a9babcb29327983230dcdbc064f2acb3c26b15 27452 libelogind-dev_246.10-1debian2bu_amd64.deb + 403e6d810d4a0a1e7e6cc49296ba13b88dfe6bfb 957408 libelogind0-dbgsym_246.10-1debian2bu_amd64.deb + 1dd9116bad3e34e1438a6e86fcc7a54899235f47 250660 libelogind0_246.10-1debian2bu_amd64.deb + ed797861cd678ac043d6ac52894cb0ba8c81fee0 949740 libpam-elogind-dbgsym_246.10-1debian2bu_amd64.deb + 012d081b3b4542f09c5fda4ba4ce0cceac7aa529 208628 libpam-elogind_246.10-1debian2bu_amd64.deb +Checksums-Sha256: + a9ebb261b985e12bc2f1f8a8ee0ea27f1bf6ffade773c9c28186367e7ecd5ce1 1760 elogind_246.10-1debian2bu.dsc + aaaace56e24df8d3b21c1347d86a02112690d9dc74934bc9a50578c19ddeaf1c 1886492 elogind-dbgsym_246.10-1debian2bu_amd64.deb + 722c9eabd99936e0a8d91a843c3797f5d7729cfbecd3c83cb0d4baf34a0d711b 657492 elogind_246.10-1debian2bu_amd64.deb + c122adcd82072f00586bb233a0a921567c90fb76ecea18b61090ac4eed2d3de3 271400 libelogind-dev-doc_246.10-1debian2bu_all.deb + 83a94da340aeefc5445785bb305de5ed4a6595a2b47124d84659014486c34774 27452 libelogind-dev_246.10-1debian2bu_amd64.deb + 957b60dab93d134bdb9dfe73ec29caaa34345c0ba05d0366055346b3b34a0927 957408 libelogind0-dbgsym_246.10-1debian2bu_amd64.deb + 24fd021926ca534727fc72e7756f78a7516da94d4d8b904a42a6ae8934beace4 250660 libelogind0_246.10-1debian2bu_amd64.deb + fa355cb7cced827081de9dec0238cd642e990c80209d43162b813cf12f5678e5 949740 libpam-elogind-dbgsym_246.10-1debian2bu_amd64.deb + f550540fb3859ffbd69cda213ca5ce6f9f6deccf1f985e6a57daddfeff3461ad 208628 libpam-elogind_246.10-1debian2bu_amd64.deb +Build-Origin: Debian +Build-Architecture: amd64 +Build-Date: Tue, 15 Aug 2023 10:39:14 +0200 +Installed-Build-Depends: + adduser (= 3.118), + autoconf (= 2.69-14), + automake (= 1:1.16.3-2), + autopoint (= 0.21-4), + autotools-dev (= 20180224.1+nmu1), + base-files (= 11.1+deb11u4), + base-passwd (= 3.5.51), + bash (= 5.1-2+deb11u1), + binutils (= 2.35.2-2), + binutils-common (= 2.35.2-2), + binutils-x86-64-linux-gnu (= 2.35.2-2), + bsdextrautils (= 2.36.1-8+deb11u1), + bsdmainutils (= 12.1.7+nmu3), + bsdutils (= 1:2.36.1-8+deb11u1), + build-essential (= 12.9), + bzip2 (= 1.0.8-4), + coreutils (= 8.32-4+b1), + cpp (= 4:10.2.1-1), + cpp-10 (= 10.2.1-6), + dash (= 0.5.11+git20200708+dd9ef66-5), + dbus (= 1.12.20-2), + debconf (= 1.5.77), + debhelper (= 13.3.4), + debianutils (= 4.11.2), + dh-autoreconf (= 20), + dh-exec (= 0.23.2), + dh-strip-nondeterminism (= 1.12.0-1), + diffutils (= 1:3.7-5), + docbook (= 4.5-6), + docbook-to-man (= 1:2.0.0-45), + docbook-xml (= 4.5-9), + docbook-xsl (= 1.79.2+dfsg-1), + dpkg (= 1.20.11), + dpkg-dev (= 1.20.11), + dwz (= 0.13+20210201-1), + file (= 1:5.39-3), + findutils (= 4.8.0-1), + g++ (= 4:10.2.1-1), + g++-10 (= 10.2.1-6), + gawk (= 1:5.1.0-1), + gcc (= 4:10.2.1-1), + gcc-10 (= 10.2.1-6), + gcc-10-base (= 10.2.1-6), + gettext (= 0.21-4), + gettext-base (= 0.21-4), + gperf (= 3.1-1), + grep (= 3.6-1), + groff-base (= 1.22.4-6), + gtk-doc-tools (= 1.33.2-1), + gzip (= 1.10-4+deb11u1), + hostname (= 3.23), + init-system-helpers (= 1.60), + install-info (= 6.7.0.dfsg.2-6), + intltool-debian (= 0.35.0+20060710.5), + libacl1 (= 2.2.53-10), + libacl1-dev (= 2.2.53-10), + libapparmor1 (= 2.13.6-10), + libarchive-zip-perl (= 1.68-1), + libasan6 (= 10.2.1-6), + libatomic1 (= 10.2.1-6), + libattr1 (= 1:2.4.48-6), + libattr1-dev (= 1:2.4.48-6), + libaudit-common (= 1:3.0-2), + libaudit1 (= 1:3.0-2), + libbinutils (= 2.35.2-2), + libblkid-dev (= 2.36.1-8+deb11u1), + libblkid1 (= 2.36.1-8+deb11u1), + libbz2-1.0 (= 1.0.8-4), + libc-bin (= 2.31-13+deb11u3), + libc-dev-bin (= 2.31-13+deb11u5), + libc6 (= 2.31-13+deb11u5), + libc6-dev (= 2.31-13+deb11u5), + libcap-dev (= 1:2.44-1), + libcap-ng0 (= 0.7.9-2.2+b1), + libcap2 (= 1:2.44-1), + libcc1-0 (= 10.2.1-6), + libcom-err2 (= 1.46.2-2), + libcrypt-dev (= 1:4.4.18-4), + libcrypt1 (= 1:4.4.18-4), + libctf-nobfd0 (= 2.35.2-2), + libctf0 (= 2.35.2-2), + libdb5.3 (= 5.3.28+dfsg1-0.8), + libdbus-1-3 (= 1.12.20-2), + libdebconfclient0 (= 0.260), + libdebhelper-perl (= 13.3.4), + libdpkg-perl (= 1.20.11), + libelf1 (= 0.183-1), + libexpat1 (= 2.2.10-2+deb11u3), + libffi-dev (= 3.3-6), + libffi7 (= 3.3-6), + libfile-stripnondeterminism-perl (= 1.12.0-1), + libgcc-10-dev (= 10.2.1-6), + libgcc-s1 (= 10.2.1-6), + libgcrypt20 (= 1.8.7-6), + libgdbm-compat4 (= 1.19-2), + libgdbm6 (= 1.19-2), + libglib2.0-0 (= 2.66.8-1), + libglib2.0-bin (= 2.66.8-1), + libglib2.0-data (= 2.66.8-1), + libglib2.0-dev (= 2.66.8-1), + libglib2.0-dev-bin (= 2.66.8-1), + libgmp10 (= 2:6.2.1+dfsg-1+deb11u1), + libgomp1 (= 10.2.1-6), + libgpg-error0 (= 1.38-2), + libgssapi-krb5-2 (= 1.18.3-6+deb11u1), + libicu67 (= 67.1-7), + libisl23 (= 0.23-1), + libitm1 (= 10.2.1-6), + libk5crypto3 (= 1.18.3-6+deb11u1), + libkeyutils1 (= 1.6.1-2), + libkrb5-3 (= 1.18.3-6+deb11u1), + libkrb5support0 (= 1.18.3-6+deb11u1), + liblsan0 (= 10.2.1-6), + liblz4-1 (= 1.9.3-2), + liblzma5 (= 5.2.5-2.1~deb11u1), + libmagic-mgc (= 1:5.39-3), + libmagic1 (= 1:5.39-3), + libmount-dev (= 2.36.1-8+deb11u1), + libmount1 (= 2.36.1-8+deb11u1), + libmpc3 (= 1.2.0-1), + libmpdec3 (= 2.5.1-1), + libmpfr6 (= 4.1.0-3), + libncursesw6 (= 6.2+20201114-2), + libnsl-dev (= 1.3.0-2), + libnsl2 (= 1.3.0-2), + libosp5 (= 1.5.2-13+b2), + libpam-modules (= 1.4.0-9+deb11u1), + libpam-modules-bin (= 1.4.0-9+deb11u1), + libpam-runtime (= 1.4.0-9+deb11u1), + libpam0g (= 1.4.0-9+deb11u1), + libpam0g-dev (= 1.4.0-9+deb11u1), + libpcre16-3 (= 2:8.39-13), + libpcre2-16-0 (= 10.36-2), + libpcre2-32-0 (= 10.36-2), + libpcre2-8-0 (= 10.36-2), + libpcre2-dev (= 10.36-2), + libpcre2-posix2 (= 10.36-2), + libpcre3 (= 2:8.39-13), + libpcre3-dev (= 2:8.39-13), + libpcre32-3 (= 2:8.39-13), + libpcrecpp0v5 (= 2:8.39-13), + libperl5.32 (= 5.32.1-4+deb11u2), + libpipeline1 (= 1.5.3-1), + libpython3-stdlib (= 3.9.2-3), + libpython3.9-minimal (= 3.9.2-1), + libpython3.9-stdlib (= 3.9.2-1), + libquadmath0 (= 10.2.1-6), + libreadline8 (= 8.1-1), + libseccomp-dev (= 2.5.1-1+deb11u1), + libseccomp2 (= 2.5.1-1+deb11u1), + libselinux1 (= 3.1-3), + libselinux1-dev (= 3.1-3), + libsemanage-common (= 3.1-1), + libsemanage1 (= 3.1-1+b2), + libsepol1 (= 3.1-1), + libsepol1-dev (= 3.1-1), + libsigsegv2 (= 2.13-1), + libsmartcols1 (= 2.36.1-8+deb11u1), + libsqlite3-0 (= 3.34.1-3), + libssl1.1 (= 1.1.1n-0+deb11u4), + libstdc++-10-dev (= 10.2.1-6), + libstdc++6 (= 10.2.1-6), + libsub-override-perl (= 0.09-2), + libsystemd0 (= 247.3-7+deb11u4), + libtinfo6 (= 6.2+20201114-2), + libtirpc-common (= 1.3.1-1+deb11u1), + libtirpc-dev (= 1.3.1-1+deb11u1), + libtirpc3 (= 1.3.1-1+deb11u1), + libtool (= 2.4.6-15), + libtsan0 (= 10.2.1-6), + libubsan1 (= 10.2.1-6), + libuchardet0 (= 0.0.7-1), + libudev-dev (= 247.3-7), + libudev1 (= 247.3-7), + libunistring2 (= 0.9.10-4), + libuuid1 (= 2.36.1-8+deb11u1), + libxml2 (= 2.9.10+dfsg-6.7+deb11u2), + libxslt1.1 (= 1.1.34-4), + libzstd1 (= 1.4.8+dfsg-2.1), + linux-libc-dev (= 5.10.136-1), + login (= 1:4.8.1-1), + lsb-base (= 11.1.0), + m4 (= 1.4.18-5), + mailcap (= 3.69), + make (= 4.3-4.1), + man-db (= 2.9.4-2), + mawk (= 1.3.4.20200120-2), + media-types (= 4.0.0), + meson (= 0.56.2-1), + mime-support (= 3.66), + ncal (= 12.1.7+nmu3), + ncurses-base (= 6.2+20201114-2), + ncurses-bin (= 6.2+20201114-2), + ninja-build (= 1.10.1-1), + opensp (= 1.5.2-13+b2), + passwd (= 1:4.8.1-1), + patch (= 2.7.6-7), + perl (= 5.32.1-4+deb11u2), + perl-base (= 5.32.1-4+deb11u2), + perl-modules-5.32 (= 5.32.1-4+deb11u2), + pkg-config (= 0.29.2-1), + po-debconf (= 1.0.21+nmu1), + python3 (= 3.9.2-3), + python3-distutils (= 3.9.2-1), + python3-lib2to3 (= 3.9.2-1), + python3-lxml (= 4.6.3+dfsg-0.1+deb11u1), + python3-minimal (= 3.9.2-3), + python3-pkg-resources (= 52.0.0-4), + python3-pygments (= 2.7.1+dfsg-2.1), + python3.9 (= 3.9.2-1), + python3.9-minimal (= 3.9.2-1), + readline-common (= 8.1-1), + sed (= 4.7-1), + sensible-utils (= 0.0.14), + sgml-base (= 1.30), + sgml-data (= 2.0.11+nmu1), + sysvinit-utils (= 2.96-7+deb11u1), + tar (= 1.34+dfsg-1), + tzdata (= 2021a-1+deb11u5), + util-linux (= 2.36.1-8+deb11u1), + uuid-dev (= 2.36.1-8+deb11u1), + xml-core (= 0.18+nmu1), + xsltproc (= 1.1.34-4), + xz-utils (= 5.2.5-2.1~deb11u1), + zlib1g (= 1:1.2.11.dfsg-2+deb11u2), + zlib1g-dev (= 1:1.2.11.dfsg-2+deb11u2) +Environment: + DEB_BUILD_OPTIONS="parallel=4" + LANG="fr_FR.UTF-8" + SOURCE_DATE_EPOCH="1692018153" diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/elogind_246.10-1debian2bu_amd64.changes b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/elogind_246.10-1debian2bu_amd64.changes new file mode 100644 index 0000000..27f8490 --- /dev/null +++ b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/elogind_246.10-1debian2bu_amd64.changes @@ -0,0 +1,56 @@ +Format: 1.8 +Date: Mon, 14 Aug 2023 15:02:33 +0200 +Source: elogind +Binary: elogind elogind-dbgsym libelogind-dev libelogind-dev-doc libelogind0 libelogind0-dbgsym libpam-elogind libpam-elogind-dbgsym +Architecture: source amd64 all +Version: 246.10-1debian2bu +Distribution: unstable +Urgency: medium +Maintainer: Debian Ecosystem Init Diversity Team +Changed-By: sesostris +Description: + elogind - user, seat and session management daemon + libelogind-dev - user, seat and session management library (development files) + libelogind-dev-doc - user, seat and session management library (development documentat + libelogind0 - user, seat and session management library + libpam-elogind - elogind PAM module +Changes: + elogind (246.10-1debian2bu) unstable; urgency=medium + . + * Suppress conflicts with systemd and libsystemd0 (in case shepherd is used) +Checksums-Sha1: + 452b5d1c03b18aeea6c0ab1e017fbe1fae53c09a 1760 elogind_246.10-1debian2bu.dsc + 3cf5386eee7a725b6445025cb182a689d6c2ad84 9504 elogind_246.10-1debian2bu.debian.tar.xz + de92b492aab3eca457b0e7f407d1c94313f78b4a 1886492 elogind-dbgsym_246.10-1debian2bu_amd64.deb + 797a0b9bf2740b503abb33ecc28bddce87cf557e 9428 elogind_246.10-1debian2bu_amd64.buildinfo + c025c74632a81b16c07edd95b7d2603c10110844 657492 elogind_246.10-1debian2bu_amd64.deb + 2452c35cbcc1e981b5fbfba47f2f26fbc5f2fae8 271400 libelogind-dev-doc_246.10-1debian2bu_all.deb + d2a9babcb29327983230dcdbc064f2acb3c26b15 27452 libelogind-dev_246.10-1debian2bu_amd64.deb + 403e6d810d4a0a1e7e6cc49296ba13b88dfe6bfb 957408 libelogind0-dbgsym_246.10-1debian2bu_amd64.deb + 1dd9116bad3e34e1438a6e86fcc7a54899235f47 250660 libelogind0_246.10-1debian2bu_amd64.deb + ed797861cd678ac043d6ac52894cb0ba8c81fee0 949740 libpam-elogind-dbgsym_246.10-1debian2bu_amd64.deb + 012d081b3b4542f09c5fda4ba4ce0cceac7aa529 208628 libpam-elogind_246.10-1debian2bu_amd64.deb +Checksums-Sha256: + a9ebb261b985e12bc2f1f8a8ee0ea27f1bf6ffade773c9c28186367e7ecd5ce1 1760 elogind_246.10-1debian2bu.dsc + 59097bb8b070f9461da1b16466366afdbfe33f4134eb66d77046c4f35899b653 9504 elogind_246.10-1debian2bu.debian.tar.xz + aaaace56e24df8d3b21c1347d86a02112690d9dc74934bc9a50578c19ddeaf1c 1886492 elogind-dbgsym_246.10-1debian2bu_amd64.deb + e452319fbea19cb29669d16d5fb8a245ee73f557abae0433f8e8130912428af3 9428 elogind_246.10-1debian2bu_amd64.buildinfo + 722c9eabd99936e0a8d91a843c3797f5d7729cfbecd3c83cb0d4baf34a0d711b 657492 elogind_246.10-1debian2bu_amd64.deb + c122adcd82072f00586bb233a0a921567c90fb76ecea18b61090ac4eed2d3de3 271400 libelogind-dev-doc_246.10-1debian2bu_all.deb + 83a94da340aeefc5445785bb305de5ed4a6595a2b47124d84659014486c34774 27452 libelogind-dev_246.10-1debian2bu_amd64.deb + 957b60dab93d134bdb9dfe73ec29caaa34345c0ba05d0366055346b3b34a0927 957408 libelogind0-dbgsym_246.10-1debian2bu_amd64.deb + 24fd021926ca534727fc72e7756f78a7516da94d4d8b904a42a6ae8934beace4 250660 libelogind0_246.10-1debian2bu_amd64.deb + fa355cb7cced827081de9dec0238cd642e990c80209d43162b813cf12f5678e5 949740 libpam-elogind-dbgsym_246.10-1debian2bu_amd64.deb + f550540fb3859ffbd69cda213ca5ce6f9f6deccf1f985e6a57daddfeff3461ad 208628 libpam-elogind_246.10-1debian2bu_amd64.deb +Files: + d17c2c53a1b5243f506bcda18a0c98ef 1760 admin optional elogind_246.10-1debian2bu.dsc + 54e6cb8d2f01a318e1d880c574240d64 9504 admin optional elogind_246.10-1debian2bu.debian.tar.xz + 0768b9158d70fd4e1f81045159720d66 1886492 debug optional elogind-dbgsym_246.10-1debian2bu_amd64.deb + 7bb9805b49fd058e78d669f3a2d1619d 9428 admin optional elogind_246.10-1debian2bu_amd64.buildinfo + 5a84be70f6845f4bcf82ea51f894ff66 657492 admin optional elogind_246.10-1debian2bu_amd64.deb + 6a38a652302078ade0b04f15806df23f 271400 doc optional libelogind-dev-doc_246.10-1debian2bu_all.deb + c7fdfa6823a9cf99a11676ce572902a9 27452 libdevel optional libelogind-dev_246.10-1debian2bu_amd64.deb + 56af3ab085925b48058f04745c94963e 957408 debug optional libelogind0-dbgsym_246.10-1debian2bu_amd64.deb + 5c53fc52758b58cbf2828aa54b05de71 250660 libs optional libelogind0_246.10-1debian2bu_amd64.deb + a5efd03db9d285bd02b6ed41cc086374 949740 debug optional libpam-elogind-dbgsym_246.10-1debian2bu_amd64.deb + 501989a29dd17b216d6fa06061128f6a 208628 admin optional libpam-elogind_246.10-1debian2bu_amd64.deb diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/elogind_246.10-1debian2bu_amd64.deb b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/elogind_246.10-1debian2bu_amd64.deb new file mode 100644 index 0000000..3a650d4 Binary files /dev/null and b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/elogind_246.10-1debian2bu_amd64.deb differ diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/elogind_246.10.orig.tar.gz b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/elogind_246.10.orig.tar.gz new file mode 100644 index 0000000..a6eb5cb Binary files /dev/null and b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/elogind_246.10.orig.tar.gz differ diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/fibers_1.3.1-1bu.debian.tar.xz b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/fibers_1.3.1-1bu.debian.tar.xz new file mode 100644 index 0000000..8bf604b Binary files /dev/null and b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/fibers_1.3.1-1bu.debian.tar.xz differ diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/fibers_1.3.1-1bu.dsc b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/fibers_1.3.1-1bu.dsc new file mode 100644 index 0000000..c3a7f97 --- /dev/null +++ b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/fibers_1.3.1-1bu.dsc @@ -0,0 +1,19 @@ +Format: 3.0 (quilt) +Source: fibers +Binary: guile-fibers +Architecture: any +Version: 1.3.1-1bu +Maintainer: sesostris +Standards-Version: 4.5.1 +Build-Depends: debhelper (>= 9), devscripts, pkg-config, guile-3.0-dev +Package-List: + guile-fibers deb misc optional arch=any +Checksums-Sha1: + 08ab428bf76ec1e1df2c5f7e39cfb88e800e5d2b 580584 fibers_1.3.1.orig.tar.gz + 983540b062d850d12fa6a852ffb62b87cfd26ca7 864 fibers_1.3.1-1bu.debian.tar.xz +Checksums-Sha256: + a5e1a9c49c0efe7ac6f355662041430d4b64e59baa538d2b8fb5ef7528d81dbf 580584 fibers_1.3.1.orig.tar.gz + 2a6d2d4305dd6fa405f50cae8ae0006dc969829a620eaa5e862a9e38292d3b2e 864 fibers_1.3.1-1bu.debian.tar.xz +Files: + cdc8b4788328cddfc7234a46b6dccf29 580584 fibers_1.3.1.orig.tar.gz + 0cb9294d0c20f7296ce93922959b860e 864 fibers_1.3.1-1bu.debian.tar.xz diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/fibers_1.3.1-1bu_amd64.build b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/fibers_1.3.1-1bu_amd64.build new file mode 100644 index 0000000..7104360 --- /dev/null +++ b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/fibers_1.3.1-1bu_amd64.build @@ -0,0 +1,661 @@ + dpkg-buildpackage -us -uc -ui +dpkg-buildpackage: info: paquet source fibers +dpkg-buildpackage: info: version source 1.3.1-1bu +dpkg-buildpackage: info: distribution source UNRELEASED +dpkg-buildpackage: info: source changé par sesostris + dpkg-source --before-build . +dpkg-buildpackage: info: architecture hôte amd64 + fakeroot debian/rules clean +dh clean + dh_auto_clean + make -j4 distclean +make[1] : on entre dans le répertoire « /home/sesostris/sources/shepherd/fibers/fibers-1.3.1 » +test -z "fibers.dvi fibers.pdf fibers.ps fibers.html" \ +|| rm -rf fibers.dvi fibers.pdf fibers.ps fibers.html +test -z " fibers-epoll.la " || rm -f fibers-epoll.la +test -z "fibers.go fibers/affinity.go fibers/channels.go fibers/conditions.go fibers/config.go fibers/counter.go fibers/deque.go fibers/interrupts.go fibers/io-wakeup.go fibers/nameset.go fibers/operations.go fibers/psq.go fibers/repl.go fibers/scheduler.go fibers/stack.go fibers/timers.go fibers/timer-wheel.go fibers/web/server.go web/server/fibers.go fibers/config.scm override/fibers/events-impl.go override/fibers/posix-clocks.go override/fibers/events-impl.scm override/fibers/posix-clocks.scm" || rm -f fibers.go fibers/affinity.go fibers/channels.go fibers/conditions.go fibers/config.go fibers/counter.go fibers/deque.go fibers/interrupts.go fibers/io-wakeup.go fibers/nameset.go fibers/operations.go fibers/psq.go fibers/repl.go fibers/scheduler.go fibers/stack.go fibers/timers.go fibers/timer-wheel.go fibers/web/server.go web/server/fibers.go fibers/config.scm override/fibers/events-impl.go override/fibers/posix-clocks.go override/fibers/events-impl.scm override/fibers/posix-clocks.scm +rm -rf .libs _libs +rm -rf fibers.t2d fibers.t2p +rm -f *.o +rm -rf extensions/.libs extensions/_libs +rm -f *.lo +rm -f extensions/generic/*.o +rm -f ./so_locations +rm -rf extensions/generic/.libs extensions/generic/_libs +rm -f extensions/generic/*.lo +rm -f *.tab.c +test -z "env" || rm -f env +rm -f config.h stamp-h1 +rm -f extensions/*.o +test . = "." || test -z "" || rm -f +rm -f libtool config.lt +rm -f extensions/.deps/.dirstamp +rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags +rm -f extensions/*.lo +rm -f extensions/generic/.deps/.dirstamp +rm -f cscope.out cscope.in.out cscope.po.out cscope.files +rm -f extensions/generic/.dirstamp +rm -f extensions/.dirstamp +rm -f config.status config.cache config.log configure.lineno config.status.lineno +rm -f extensions/.deps/fibers_epoll_la-epoll.Plo +rm -f extensions/.deps/fibers_libevent_la-libevent.Plo +rm -f extensions/generic/.deps/fibers_clocks_la-clock-nanosleep.Plo +rm -f Makefile +make[1] : on quitte le répertoire « /home/sesostris/sources/shepherd/fibers/fibers-1.3.1 » + dh_autoreconf_clean + dh_clean + dpkg-source -b . +dpkg-source: info: utilisation du format source « 3.0 (quilt) » +dpkg-source: info: construction de fibers en utilisant le ./fibers_1.3.1.orig.tar.gz existant +dpkg-source: avertissement: suppression du fichier Makefile.in ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier aclocal.m4 ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier config.h.in ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier configure ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier build-aux/ltmain.sh ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier build-aux/texinfo.tex ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier build-aux/depcomp ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier build-aux/missing ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier build-aux/compile ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier fibers/config.scm ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: info: construction de fibers dans fibers_1.3.1-1bu.debian.tar.xz +dpkg-source: info: construction de fibers dans fibers_1.3.1-1bu.dsc + debian/rules build +dh build + dh_update_autotools_config + dh_autoreconf +libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. +libtoolize: copying file 'build-aux/ltmain.sh' +libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. +libtoolize: copying file 'm4/libtool.m4' +libtoolize: copying file 'm4/ltoptions.m4' +libtoolize: copying file 'm4/ltsugar.m4' +libtoolize: copying file 'm4/ltversion.m4' +libtoolize: copying file 'm4/lt~obsolete.m4' +configure.ac:32: installing 'build-aux/compile' +configure.ac:28: installing 'build-aux/missing' +Makefile.am: installing 'build-aux/depcomp' +Makefile.am:28: installing 'build-aux/texinfo.tex' + dh_auto_configure + ./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-option-checking --disable-silent-rules --libdir=\${prefix}/lib/x86_64-linux-gnu --libexecdir=\${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode --disable-dependency-tracking +checking for a BSD-compatible install... /usr/bin/install -c +checking whether build environment is sane... yes +checking for a thread-safe mkdir -p... /bin/mkdir -p +checking for gawk... gawk +checking whether make sets $(MAKE)... yes +checking whether make supports nested variables... yes +checking for gcc... gcc +checking whether the C compiler works... yes +checking for C compiler default output file name... a.out +checking for suffix of executables... +checking whether we are cross compiling... no +checking for suffix of object files... o +checking whether we are using the GNU C compiler... yes +checking whether gcc accepts -g... yes +checking for gcc option to accept ISO C89... none needed +checking whether gcc understands -c and -o together... yes +checking whether make supports the include directive... yes (GNU style) +checking dependency style of gcc... none +checking build system type... x86_64-pc-linux-gnu +checking host system type... x86_64-pc-linux-gnu +checking how to print strings... printf +checking for a sed that does not truncate output... /bin/sed +checking for grep that handles long lines and -e... /bin/grep +checking for egrep... /bin/grep -E +checking for fgrep... /bin/grep -F +checking for ld used by gcc... /usr/bin/ld +checking if the linker (/usr/bin/ld) is GNU ld... yes +checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B +checking the name lister (/usr/bin/nm -B) interface... BSD nm +checking whether ln -s works... yes +checking the maximum length of command line arguments... 1879296 +checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop +checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop +checking for /usr/bin/ld option to reload object files... -r +checking for objdump... objdump +checking how to recognize dependent libraries... pass_all +checking for dlltool... no +checking how to associate runtime and link libraries... printf %s\n +checking for ar... ar +checking for archiver @FILE support... @ +checking for strip... strip +checking for ranlib... ranlib +checking command to parse /usr/bin/nm -B output from gcc object... ok +checking for sysroot... no +checking for a working dd... /bin/dd +checking how to truncate binary pipes... /bin/dd bs=4096 count=1 +checking for mt... mt +checking if mt is a manifest tool... no +checking how to run the C preprocessor... gcc -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 for dlfcn.h... yes +checking for objdir... .libs +checking if gcc supports -fno-rtti -fno-exceptions... no +checking for gcc option to produce PIC... -fPIC -DPIC +checking if gcc PIC flag -fPIC -DPIC works... yes +checking if gcc static flag -static works... yes +checking if gcc supports -c -o file.o... yes +checking if gcc supports -c -o file.o... (cached) yes +checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) 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 for epoll_wait... yes +checking for clock_nanosleep... yes +checking for pkg-config... /usr/bin/pkg-config +checking pkg-config is at least version 0.9.0... yes +checking for pkg-config... (cached) /usr/bin/pkg-config +checking pkg-config is at least version 0.9.0... yes +configure: checking for guile 3.0 +configure: found guile 3.0 +checking for ld... /usr/bin/ld -m elf_x86_64 +checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes +checking for shared library run path origin... done +checking 32-bit host C ABI... no +checking for ELF binary format... yes +checking for the common suffixes of directories in the library search path... lib,lib,lib64 +checking for guile-3.0... yes +checking for guile-3.0... /usr/bin/guile-3.0 +checking for Guile version >= 3.0... 3.0.8 +checking for guild-3.0... /usr/bin/guild-3.0 +checking for guile-config-3.0... /usr/bin/guile-config-3.0 +checking that generated files are newer than configure... done +configure: creating ./config.status +config.status: creating env +config.status: creating Makefile +config.status: creating config.h +config.status: executing depfiles commands +config.status: executing libtool commands + dh_auto_build + make -j4 +make[1] : on entre dans le répertoire « /home/sesostris/sources/shepherd/fibers/fibers-1.3.1 » +mkdir -p fibers +mkdir -p /home/sesostris/sources/shepherd/fibers/fibers-1.3.1/override/fibers +mkdir -p /home/sesostris/sources/shepherd/fibers/fibers-1.3.1/override/fibers +cp -f /home/sesostris/sources/shepherd/fibers/fibers-1.3.1/fibers/epoll.scm /home/sesostris/sources/shepherd/fibers/fibers-1.3.1/override/fibers/events-impl.scm +sed -e "s|@extlibdir\@|/usr/lib/x86_64-linux-gnu/guile/3.0/extensions|" \ + ./fibers/config.scm.in > fibers/config.scm +cp -f /home/sesostris/sources/shepherd/fibers/fibers-1.3.1/fibers/posix-clocks-generic.scm /home/sesostris/sources/shepherd/fibers/fibers-1.3.1/override/fibers/posix-clocks.scm +make all-am +make[2] : on entre dans le répertoire « /home/sesostris/sources/shepherd/fibers/fibers-1.3.1 » +./env \ + /usr/bin/guild-3.0 compile -L "/home/sesostris/sources/shepherd/fibers/fibers-1.3.1" \ + -Wunbound-variable -Warity-mismatch -Wformat -o "override/fibers/events-impl.go" "override/fibers/events-impl.scm" +./env \ + /usr/bin/guild-3.0 compile -L "/home/sesostris/sources/shepherd/fibers/fibers-1.3.1" \ + -Wunbound-variable -Warity-mismatch -Wformat -o "override/fibers/posix-clocks.go" "override/fibers/posix-clocks.scm" +/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -I. -Wall -Werror -pthread -I/usr/include/guile/3.0 -I./extensions -g -O2 -ffile-prefix-map=/home/sesostris/sources/shepherd/fibers/fibers-1.3.1=. -fstack-protector-strong -Wformat -Werror=format-security -c -o extensions/fibers_epoll_la-epoll.lo `test -f 'extensions/epoll.c' || echo './'`extensions/epoll.c +libtool: compile: gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -I. -Wall -Werror -pthread -I/usr/include/guile/3.0 -I./extensions -g -O2 -ffile-prefix-map=/home/sesostris/sources/shepherd/fibers/fibers-1.3.1=. -fstack-protector-strong -Wformat -Werror=format-security -c extensions/epoll.c -fPIC -DPIC -o extensions/.libs/fibers_epoll_la-epoll.o +/bin/bash ./libtool --tag=CC --mode=link gcc -I. -Wall -Werror -pthread -I/usr/include/guile/3.0 -I./extensions -g -O2 -ffile-prefix-map=/home/sesostris/sources/shepherd/fibers/fibers-1.3.1=. -fstack-protector-strong -Wformat -Werror=format-security -export-dynamic -module -Wl,-z,relro -o fibers-epoll.la -rpath /usr/lib/x86_64-linux-gnu/guile/3.0/extensions extensions/fibers_epoll_la-epoll.lo -lguile-3.0 -lgc +libtool: link: gcc -shared -fPIC -DPIC extensions/.libs/fibers_epoll_la-epoll.o -lguile-3.0 -lgc -pthread -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,fibers-epoll.so.0 -o .libs/fibers-epoll.so.0.0.0 +libtool: link: (cd ".libs" && rm -f "fibers-epoll.so.0" && ln -s "fibers-epoll.so.0.0.0" "fibers-epoll.so.0") +libtool: link: (cd ".libs" && rm -f "fibers-epoll.so" && ln -s "fibers-epoll.so.0.0.0" "fibers-epoll.so") +libtool: link: ( cd ".libs" && rm -f "fibers-epoll.la" && ln -s "../fibers-epoll.la" "fibers-epoll.la" ) +wrote `override/fibers/posix-clocks.go' +./env \ + /usr/bin/guild-3.0 compile -L "/home/sesostris/sources/shepherd/fibers/fibers-1.3.1" \ + -Wunbound-variable -Warity-mismatch -Wformat -o "fibers.go" "fibers.scm" +./env \ + /usr/bin/guild-3.0 compile -L "/home/sesostris/sources/shepherd/fibers/fibers-1.3.1" \ + -Wunbound-variable -Warity-mismatch -Wformat -o "fibers/affinity.go" "fibers/affinity.scm" +./env \ + /usr/bin/guild-3.0 compile -L "/home/sesostris/sources/shepherd/fibers/fibers-1.3.1" \ + -Wunbound-variable -Warity-mismatch -Wformat -o "fibers/channels.go" "fibers/channels.scm" +wrote `fibers/affinity.go' +./env \ + /usr/bin/guild-3.0 compile -L "/home/sesostris/sources/shepherd/fibers/fibers-1.3.1" \ + -Wunbound-variable -Warity-mismatch -Wformat -o "fibers/conditions.go" "fibers/conditions.scm" +;;; note: source file /home/sesostris/sources/shepherd/fibers/fibers-1.3.1/fibers/scheduler.scm +;;; newer than compiled /usr/lib/x86_64-linux-gnu/guile/3.0/site-ccache/fibers/scheduler.go +;;; note: source file /home/sesostris/sources/shepherd/fibers/fibers-1.3.1/fibers/stack.scm +;;; newer than compiled /usr/lib/x86_64-linux-gnu/guile/3.0/site-ccache/fibers/stack.go +;;; note: source file /home/sesostris/sources/shepherd/fibers/fibers-1.3.1/fibers/repl.scm +;;; newer than compiled /usr/lib/x86_64-linux-gnu/guile/3.0/site-ccache/fibers/repl.go +;;; note: source file /home/sesostris/sources/shepherd/fibers/fibers-1.3.1/fibers/nameset.scm +;;; newer than compiled /usr/lib/x86_64-linux-gnu/guile/3.0/site-ccache/fibers/nameset.go +;;; note: source file /home/sesostris/sources/shepherd/fibers/fibers-1.3.1/fibers/timers.scm +;;; newer than compiled /usr/lib/x86_64-linux-gnu/guile/3.0/site-ccache/fibers/timers.go +;;; note: source file /home/sesostris/sources/shepherd/fibers/fibers-1.3.1/fibers/operations.scm +;;; newer than compiled /usr/lib/x86_64-linux-gnu/guile/3.0/site-ccache/fibers/operations.go +;;; note: source file /home/sesostris/sources/shepherd/fibers/fibers-1.3.1/fibers/interrupts.scm +;;; newer than compiled /usr/lib/x86_64-linux-gnu/guile/3.0/site-ccache/fibers/interrupts.go +wrote `fibers.go' +./env \ + /usr/bin/guild-3.0 compile -L "/home/sesostris/sources/shepherd/fibers/fibers-1.3.1" \ + -Wunbound-variable -Warity-mismatch -Wformat -o "fibers/config.go" "fibers/config.scm" +wrote `fibers/config.go' +./env \ + /usr/bin/guild-3.0 compile -L "/home/sesostris/sources/shepherd/fibers/fibers-1.3.1" \ + -Wunbound-variable -Warity-mismatch -Wformat -o "fibers/counter.go" "fibers/counter.scm" +;;; note: source file /home/sesostris/sources/shepherd/fibers/fibers-1.3.1/fibers/stack.scm +;;; newer than compiled /usr/lib/x86_64-linux-gnu/guile/3.0/site-ccache/fibers/stack.go +;;; note: source file /home/sesostris/sources/shepherd/fibers/fibers-1.3.1/fibers/counter.scm +;;; newer than compiled /usr/lib/x86_64-linux-gnu/guile/3.0/site-ccache/fibers/counter.go +;;; note: source file /home/sesostris/sources/shepherd/fibers/fibers-1.3.1/fibers/operations.scm +;;; newer than compiled /usr/lib/x86_64-linux-gnu/guile/3.0/site-ccache/fibers/operations.go +;;; note: source file /home/sesostris/sources/shepherd/fibers/fibers-1.3.1/fibers/scheduler.scm +;;; newer than compiled /usr/lib/x86_64-linux-gnu/guile/3.0/site-ccache/fibers/scheduler.go +wrote `fibers/conditions.go' +./env \ + /usr/bin/guild-3.0 compile -L "/home/sesostris/sources/shepherd/fibers/fibers-1.3.1" \ + -Wunbound-variable -Warity-mismatch -Wformat -o "fibers/deque.go" "fibers/deque.scm" +wrote `override/fibers/events-impl.go' +;;; note: source file /home/sesostris/sources/shepherd/fibers/fibers-1.3.1/fibers/config.scm +;;; newer than compiled /usr/lib/x86_64-linux-gnu/guile/3.0/site-ccache/fibers/config.go +: warning: possibly unbound variable `pipe2' +: warning: possibly unbound variable `primitive-epoll-create' +: warning: possibly unbound variable `EPOLLIN' +: warning: possibly unbound variable `primitive-epoll-ctl' +: warning: possibly unbound variable `EPOLL_CTL_ADD' +: warning: possibly unbound variable `EPOLL_CTL_MOD' +: warning: possibly unbound variable `EPOLL_CTL_DEL' +: warning: possibly unbound variable `primitive-epoll-wake' +: warning: possibly unbound variable `%sizeof-struct-epoll-event' +: warning: possibly unbound variable `primitive-epoll-wait' +: warning: possibly unbound variable `%offsetof-struct-epoll-event-fd' +: warning: possibly unbound variable `EPOLLRDHUP' +: warning: possibly unbound variable `EPOLLOUT' +: warning: possibly unbound variable `EPOLLHUP' +: warning: possibly unbound variable `EPOLLERR' +: warning: possibly unbound variable `EPOLLONESHOT' +./env \ + /usr/bin/guild-3.0 compile -L "/home/sesostris/sources/shepherd/fibers/fibers-1.3.1" \ + -Wunbound-variable -Warity-mismatch -Wformat -o "fibers/interrupts.go" "fibers/interrupts.scm" +;;; note: source file /home/sesostris/sources/shepherd/fibers/fibers-1.3.1/fibers/counter.scm +;;; newer than compiled /usr/lib/x86_64-linux-gnu/guile/3.0/site-ccache/fibers/counter.go +;;; note: source file /home/sesostris/sources/shepherd/fibers/fibers-1.3.1/fibers/deque.scm +;;; newer than compiled /usr/lib/x86_64-linux-gnu/guile/3.0/site-ccache/fibers/deque.go +;;; note: source file /home/sesostris/sources/shepherd/fibers/fibers-1.3.1/fibers/operations.scm +;;; newer than compiled /usr/lib/x86_64-linux-gnu/guile/3.0/site-ccache/fibers/operations.go +;;; note: source file /home/sesostris/sources/shepherd/fibers/fibers-1.3.1/fibers/scheduler.scm +;;; newer than compiled /usr/lib/x86_64-linux-gnu/guile/3.0/site-ccache/fibers/scheduler.go +;;; note: source file /home/sesostris/sources/shepherd/fibers/fibers-1.3.1/fibers/stack.scm +;;; newer than compiled /usr/lib/x86_64-linux-gnu/guile/3.0/site-ccache/fibers/stack.go +wrote `fibers/channels.go' +./env \ + /usr/bin/guild-3.0 compile -L "/home/sesostris/sources/shepherd/fibers/fibers-1.3.1" \ + -Wunbound-variable -Warity-mismatch -Wformat -o "fibers/io-wakeup.go" "fibers/io-wakeup.scm" +wrote `fibers/counter.go' +./env \ + /usr/bin/guild-3.0 compile -L "/home/sesostris/sources/shepherd/fibers/fibers-1.3.1" \ + -Wunbound-variable -Warity-mismatch -Wformat -o "fibers/nameset.go" "fibers/nameset.scm" +wrote `fibers/interrupts.go' +./env \ + /usr/bin/guild-3.0 compile -L "/home/sesostris/sources/shepherd/fibers/fibers-1.3.1" \ + -Wunbound-variable -Warity-mismatch -Wformat -o "fibers/operations.go" "fibers/operations.scm" +wrote `fibers/deque.go' +./env \ + /usr/bin/guild-3.0 compile -L "/home/sesostris/sources/shepherd/fibers/fibers-1.3.1" \ + -Wunbound-variable -Warity-mismatch -Wformat -o "fibers/psq.go" "fibers/psq.scm" +wrote `fibers/nameset.go' +./env \ + /usr/bin/guild-3.0 compile -L "/home/sesostris/sources/shepherd/fibers/fibers-1.3.1" \ + -Wunbound-variable -Warity-mismatch -Wformat -o "fibers/repl.go" "fibers/repl.scm" +;;; note: source file /home/sesostris/sources/shepherd/fibers/fibers-1.3.1/fibers/scheduler.scm +;;; newer than compiled /usr/lib/x86_64-linux-gnu/guile/3.0/site-ccache/fibers/scheduler.go +;;; note: source file /home/sesostris/sources/shepherd/fibers/fibers-1.3.1/fibers/stack.scm +;;; newer than compiled /usr/lib/x86_64-linux-gnu/guile/3.0/site-ccache/fibers/stack.go +;;; note: source file /home/sesostris/sources/shepherd/fibers/fibers-1.3.1/fibers/operations.scm +;;; newer than compiled /usr/lib/x86_64-linux-gnu/guile/3.0/site-ccache/fibers/operations.go +wrote `fibers/io-wakeup.go' +./env \ + /usr/bin/guild-3.0 compile -L "/home/sesostris/sources/shepherd/fibers/fibers-1.3.1" \ + -Wunbound-variable -Warity-mismatch -Wformat -o "fibers/scheduler.go" "fibers/scheduler.scm" +;;; note: source file /home/sesostris/sources/shepherd/fibers/fibers-1.3.1/fibers/scheduler.scm +;;; newer than compiled /usr/lib/x86_64-linux-gnu/guile/3.0/site-ccache/fibers/scheduler.go +;;; note: source file /home/sesostris/sources/shepherd/fibers/fibers-1.3.1/fibers/stack.scm +;;; newer than compiled /usr/lib/x86_64-linux-gnu/guile/3.0/site-ccache/fibers/stack.go +;;; note: source file /home/sesostris/sources/shepherd/fibers/fibers-1.3.1/fibers/timers.scm +;;; newer than compiled /usr/lib/x86_64-linux-gnu/guile/3.0/site-ccache/fibers/timers.go +;;; note: source file /home/sesostris/sources/shepherd/fibers/fibers-1.3.1/fibers/operations.scm +;;; newer than compiled /usr/lib/x86_64-linux-gnu/guile/3.0/site-ccache/fibers/operations.go +wrote `fibers/repl.go' +./env \ + /usr/bin/guild-3.0 compile -L "/home/sesostris/sources/shepherd/fibers/fibers-1.3.1" \ + -Wunbound-variable -Warity-mismatch -Wformat -o "fibers/stack.go" "fibers/stack.scm" +;;; note: source file /home/sesostris/sources/shepherd/fibers/fibers-1.3.1/fibers/scheduler.scm +;;; newer than compiled /usr/lib/x86_64-linux-gnu/guile/3.0/site-ccache/fibers/scheduler.go +;;; note: source file /home/sesostris/sources/shepherd/fibers/fibers-1.3.1/fibers/stack.scm +;;; newer than compiled /usr/lib/x86_64-linux-gnu/guile/3.0/site-ccache/fibers/stack.go +wrote `fibers/operations.go' +./env \ + /usr/bin/guild-3.0 compile -L "/home/sesostris/sources/shepherd/fibers/fibers-1.3.1" \ + -Wunbound-variable -Warity-mismatch -Wformat -o "fibers/timers.go" "fibers/timers.scm" +wrote `fibers/psq.go' +./env \ + /usr/bin/guild-3.0 compile -L "/home/sesostris/sources/shepherd/fibers/fibers-1.3.1" \ + -Wunbound-variable -Warity-mismatch -Wformat -o "fibers/timer-wheel.go" "fibers/timer-wheel.scm" +wrote `fibers/stack.go' +./env \ + /usr/bin/guild-3.0 compile -L "/home/sesostris/sources/shepherd/fibers/fibers-1.3.1" \ + -Wunbound-variable -Warity-mismatch -Wformat -o "fibers/web/server.go" "fibers/web/server.scm" +wrote `fibers/timers.go' +;;; note: source file /home/sesostris/sources/shepherd/fibers/fibers-1.3.1/fibers/scheduler.scm +;;; newer than compiled /usr/lib/x86_64-linux-gnu/guile/3.0/site-ccache/fibers/scheduler.go +;;; note: source file /home/sesostris/sources/shepherd/fibers/fibers-1.3.1/fibers/stack.scm +;;; newer than compiled /usr/lib/x86_64-linux-gnu/guile/3.0/site-ccache/fibers/stack.go +./env \ + /usr/bin/guild-3.0 compile -L "/home/sesostris/sources/shepherd/fibers/fibers-1.3.1" \ + -Wunbound-variable -Warity-mismatch -Wformat -o "web/server/fibers.go" "web/server/fibers.scm" +;;; note: source file /home/sesostris/sources/shepherd/fibers/fibers-1.3.1/fibers/scheduler.scm +;;; newer than compiled /usr/lib/x86_64-linux-gnu/guile/3.0/site-ccache/fibers/scheduler.go +wrote `fibers/web/server.go' +wrote `fibers/scheduler.go' +;;; note: source file /home/sesostris/sources/shepherd/fibers/fibers-1.3.1/fibers/stack.scm +;;; newer than compiled /usr/lib/x86_64-linux-gnu/guile/3.0/site-ccache/fibers/stack.go +wrote `web/server/fibers.go' +;;; note: source file /home/sesostris/sources/shepherd/fibers/fibers-1.3.1/fibers/scheduler.scm +;;; newer than compiled /usr/lib/x86_64-linux-gnu/guile/3.0/site-ccache/fibers/scheduler.go +wrote `fibers/timer-wheel.go' +make[2] : on quitte le répertoire « /home/sesostris/sources/shepherd/fibers/fibers-1.3.1 » +make[1] : on quitte le répertoire « /home/sesostris/sources/shepherd/fibers/fibers-1.3.1 » + dh_auto_test + make -j4 check VERBOSE=1 +make[1] : on entre dans le répertoire « /home/sesostris/sources/shepherd/fibers/fibers-1.3.1 » +make check-am +make[2] : on entre dans le répertoire « /home/sesostris/sources/shepherd/fibers/fibers-1.3.1 » +make check-TESTS +make[3] : on entre dans le répertoire « /home/sesostris/sources/shepherd/fibers/fibers-1.3.1 » +assert #f equal to #f: ok +assert #t terminates: ok +assert (false-if-exception (begin (run-fibers) #t)) equal to #f: ok +assert terminates: (run-fibers (lambda () (sleep 1)) #:drain? #t): ok (1.001947308 s) +assert terminates: (run-fibers (lambda () (do-times 1 (spawn-fiber (lambda () #t)))) #:drain? #t): ok (0.001175708 s) +assert terminates: (run-fibers (lambda () (do-times 10 (spawn-fiber (lambda () #t)))) #:drain? #t): ok (9.37339e-4 s) +assert terminates: (run-fibers (lambda () (do-times 100 (spawn-fiber (lambda () #t)))) #:drain? #t): ok (9.09193e-4 s) +assert terminates: (run-fibers (lambda () (do-times 1000 (spawn-fiber (lambda () #t)))) #:drain? #t): ok (0.030412092 s) +assert terminates: (run-fibers (lambda () (do-times 10000 (spawn-fiber (lambda () #t)))) #:drain? #t): ok (0.013931303 s) +assert terminates: (run-fibers (lambda () (do-times 100000 (spawn-fiber (lambda () #t)))) #:drain? #t): ok (0.133559515 s) +assert terminates: (run-fibers (lambda () (do-times 100000 (spawn-fiber (lambda () #t) #:parallel? #t))) #:drain? #t): ok (0.096558809 s) +assert terminates: (run-fibers (lambda () (do-times 100000 (spawn-fiber loop-to-1e4))) #:drain? #t): ok (2.369038892 s) +assert terminates: (run-fibers (lambda () (do-times 100000 (spawn-fiber loop-to-1e4 #:parallel? #t))) #:drain? #t): ok (0.65911693 s) +assert terminates: (run-fibers (lambda () (do-times 1 (spawn-fiber (lambda () (sleep 1))))) #:drain? #t): ok (1.002102617 s) +assert terminates: (run-fibers (lambda () (do-times 10 (spawn-fiber (lambda () (sleep 1))))) #:drain? #t): ok (1.002386657 s) +assert terminates: (run-fibers (lambda () (do-times 100 (spawn-fiber (lambda () (sleep 1))))) #:drain? #t): ok (1.003187872 s) +assert terminates: (run-fibers (lambda () (do-times 1000 (spawn-fiber (lambda () (sleep 1))))) #:drain? #t): ok (1.011369561 s) +assert terminates: (run-fibers (lambda () (do-times 10000 (spawn-fiber (lambda () (sleep 1))))) #:drain? #t): ok (1.09870387 s) +assert terminates: (run-fibers (lambda () (do-times 100000 (spawn-fiber (lambda () (sleep 1))))) #:drain? #t): ok (2.070291909 s) +assert terminates: (run-fibers (lambda () (do-times 1000000 (spawn-fiber (lambda () (sleep 1))))) #:drain? #t): ok (11.577656826 s) +assert terminates: (run-fibers (lambda () (spawn-fiber-tree 7 (lambda () (sleep 1)))) #:drain? #t): ok (1.056542185 s) +assert terminates: (run-fibers (lambda () (spawn-fiber-chain 5)) #:drain? #t): ok (5.96304e-4 s) +assert terminates: (run-fibers (lambda () (spawn-fiber-chain 50)) #:drain? #t): ok (0.001043009 s) +assert terminates: (run-fibers (lambda () (spawn-fiber-chain 500)) #:drain? #t): ok (0.004463344 s) +assert terminates: (run-fibers (lambda () (spawn-fiber-chain 5000)) #:drain? #t): ok (0.03613104 s) +assert terminates: (run-fibers (lambda () (spawn-fiber-chain 50000)) #:drain? #t): ok (0.350400567 s) +assert terminates: (run-fibers (lambda () (spawn-fiber-chain 500000)) #:drain? #t): ok (3.535915759 s) +assert terminates: (run-fibers (lambda () (spawn-fiber-chain 5000000)) #:drain? #t): ok (35.618428021 s) +assert terminates: (run-fibers (lambda () (test-run-order 10)) #:parallelism 1 #:drain? #t): ok (0.031105888 s) +assert terminates: (run-fibers (lambda () (test-wakeup-order 10)) #:parallelism 1 #:drain? #t): ok (2.63511e-4 s) +assert terminates: (run-fibers (lambda () 1) #:drain? #t): ok (7.47162e-4 s) +assert run-fiber-return-vals equal to (1): ok +assert terminates: (run-fibers (lambda () (do-times 20 (check-sleep (random 1.0)))) #:drain? #t): assert sleep 0.09918099350564608s < actual 0.099431216s: #t (diff: 0.2522887556472025%) +assert sleep 0.2577340037424255s < actual 0.258265263s: #t (diff: 0.20612695642033088%) +assert sleep 0.29384945688956443s < actual 0.294326177s: #t (diff: 0.16223276894289235%) +assert sleep 0.30256321869187097s < actual 0.302787512s: #t (diff: 0.07413105568440827%) +assert sleep 0.3931481839369759s < actual 0.393496675s: #t (diff: 0.08864114785786661%) +assert sleep 0.48830892193678826s < actual 0.488386255s: #t (diff: 0.015836913834176715%) +assert sleep 0.511889332645222s < actual 0.512025207s: #t (diff: 0.02654369726282063%) +assert sleep 0.5582642354574994s < actual 0.558730902s: #t (diff: 0.08359241249229761%) +assert sleep 0.5811086560514018s < actual 0.581618223s: #t (diff: 0.08768875550067312%) +assert sleep 0.6312311958917256s < actual 0.631434996s: #t (diff: 0.032286127428550485%) +assert sleep 0.6615772248771088s < actual 0.66213762s: #t (diff: 0.08470592726272956%) +assert sleep 0.6703800156545022s < actual 0.670811901s: #t (diff: 0.06442395886102094%) +assert sleep 0.7724624167236336s < actual 0.772957287s: #t (diff: 0.06406399400832749%) +assert sleep 0.7886898376882894s < actual 0.788762567s: #t (diff: 0.009221535289946944%) +assert sleep 0.8038551388119216s < actual 0.804035168s: #t (diff: 0.02239572522288474%) +assert sleep 0.8409877042508654s < actual 0.84129805s: #t (diff: 0.03690253110311844%) +assert sleep 0.8677312017555465s < actual 0.867912727s: #t (diff: 0.02091952485818433%) +assert sleep 0.9185738711169699s < actual 0.918753372s: #t (diff: 0.01954125723299996%) +assert sleep 0.960389913860531s < actual 0.960756517s: #t (diff: 0.03817232294697457%) +assert sleep 0.9798689657829996s < actual 0.980333853s: #t (diff: 0.04744381475831788%) +ok (0.982008087 s) +;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 +;;; or pass the --no-auto-compile argument to disable. +;;; compiling /home/sesostris/sources/shepherd/fibers/fibers-1.3.1/./tests/basic.scm +WARNING: (tests basic): imported module (fibers) overrides core binding `sleep' +;;; compiled /home/sesostris/.cache/guile/ccache/3.0-LE-8-4.6/home/sesostris/sources/shepherd/fibers/fibers-1.3.1/tests/basic.scm.go +WARNING: (tests basic): imported module (fibers) overrides core binding `sleep' +PASS: tests/basic.scm +assert (condition? cv) equal to #t: ok +assert run-fibers on (wait/timeout cv) terminates: ok (0.051899368 s) +assert run-fiber-return-vals equal to (#f): ok +assert run-fibers on (wait/timeout cv) terminates: ok (0.05188114 s) +assert run-fiber-return-vals equal to (#f): ok +assert (signal-condition! cv) equal to #t: ok +assert (signal-condition! cv) equal to #f: ok +assert run-fibers on (wait/timeout cv) terminates: ok (8.84819e-4 s) +assert run-fiber-return-vals equal to (#t): ok +assert run-fibers on (wait/timeout cv) terminates: ok (0.001005016 s) +assert run-fiber-return-vals equal to (#t): ok +assert run-fibers on (let ((cv (make-condition))) (spawn-fiber (lambda () (signal-condition! cv))) (wait cv) #t) terminates: ok (9.02209e-4 s) +assert run-fiber-return-vals equal to (#t): ok +assert (let ((cv (make-condition))) (run-fibers (lambda () (spawn-fiber (lambda () (wait cv))) (yield-current-task)) #:drain? #f #:hz 0 #:parallelism 1) (signal-condition! cv)) equal to #t: ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 +;;; or pass the --no-auto-compile argument to disable. +;;; compiling /home/sesostris/sources/shepherd/fibers/fibers-1.3.1/./tests/conditions.scm +;;; compiled /home/sesostris/.cache/guile/ccache/3.0-LE-8-4.6/home/sesostris/sources/shepherd/fibers/fibers-1.3.1/tests/conditions.scm.go +ok +PASS: tests/conditions.scm +assert run-fibers on (rpc 1) terminates: ok (0.002010519 s) +assert run-fiber-return-vals equal to (1): ok +assert run-fibers on (rpc-fib 24) terminates: ok (2.30842848 s) +assert run-fiber-return-vals equal to (75025): ok +assert run-fibers on (pingpong (current-processor-count) 1000) terminates: ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 +;;; or pass the --no-auto-compile argument to disable. +;;; compiling /home/sesostris/sources/shepherd/fibers/fibers-1.3.1/./tests/channels.scm +;;; compiled /home/sesostris/.cache/guile/ccache/3.0-LE-8-4.6/home/sesostris/sources/shepherd/fibers/fibers-1.3.1/tests/channels.scm.go +ok (0.046732234 s) +PASS: tests/channels.scm +assert #f equal to #f: ok +assert #t terminates: ok +assert (sleep 1) terminates: ok +assert (perform-operation (sleep-operation 1)) terminates: ok +assert (receive-from-fiber 42) equal to 42: ok +assert (send-to-fiber 42) equal to 42: ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 +;;; or pass the --no-auto-compile argument to disable. +;;; compiling /home/sesostris/sources/shepherd/fibers/fibers-1.3.1/./tests/foreign.scm +WARNING: (tests foreign): imported module (fibers) overrides core binding `sleep' +;;; compiled /home/sesostris/.cache/guile/ccache/3.0-LE-8-4.6/home/sesostris/sources/shepherd/fibers/fibers-1.3.1/tests/foreign.scm.go +WARNING: (tests foreign): imported module (fibers) overrides core binding `sleep' +ok +PASS: tests/foreign.scm +assert run-fibers on (readable/timeout? s) terminates: ok (0.051801799 s) +assert run-fiber-return-vals equal to (#t): ok +assert (readable/timeout? s) equal to #t: ok +assert run-fibers on (readable/timeout? A) terminates: ok (0.05201698 s) +assert run-fiber-return-vals equal to (#t): ok +assert (readable/timeout? A) equal to #t: ok +assert run-fibers on (writable/timeout? B) terminates: ok (0.002170177 s) +assert run-fiber-return-vals equal to (#f): ok +assert (writable/timeout? B) equal to #f: ok +assert run-fibers on (writable/timeout? B) terminates: ok (0.080789192 s) +assert run-fiber-return-vals equal to (#t): ok +assert run-fibers on (readable/timeout? A) terminates: ok (0.001318323 s) +assert run-fiber-return-vals equal to (#f): ok +;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 +;;; or pass the --no-auto-compile argument to disable. +;;; compiling /home/sesostris/sources/shepherd/fibers/fibers-1.3.1/./tests/io-wakeup.scm +;;; compiled /home/sesostris/.cache/guile/ccache/3.0-LE-8-4.6/home/sesostris/sources/shepherd/fibers/fibers-1.3.1/tests/io-wakeup.scm.go +PASS: tests/io-wakeup.scm +assert run-fibers on (my-param) terminates: ok (0.001177663 s) +assert run-fiber-return-vals equal to (#f): ok +assert run-fibers on (rpc (my-param)) terminates: ok (8.63238e-4 s) +assert run-fiber-return-vals equal to (#f): ok +assert run-fibers on (rpc (begin (my-param 42) (my-param))) terminates: ok (5.68228e-4 s) +assert run-fiber-return-vals equal to (42): ok +assert run-fibers on (my-param) terminates: ok (5.88342e-4 s) +assert run-fiber-return-vals equal to (#f): ok +assert run-fibers on (begin (my-param 100) (rpc (my-param))) terminates: ok (0.001311199 s) +assert run-fiber-return-vals equal to (100): ok +assert run-fibers on (my-param) terminates: ok (5.82057e-4 s) +assert run-fiber-return-vals equal to (#f): ok +assert (my-param) equal to #f: ok +assert (begin (my-param (quote foo)) (my-param)) equal to foo: ok +assert run-fibers on (my-param) terminates: ok (8.73714e-4 s) +assert run-fiber-return-vals equal to (foo): ok +assert run-fibers on (rpc (my-param)) terminates: ok (5.51816e-4 s) +assert run-fiber-return-vals equal to (foo): ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 +;;; or pass the --no-auto-compile argument to disable. +;;; compiling /home/sesostris/sources/shepherd/fibers/fibers-1.3.1/./tests/parameters.scm +;;; compiled /home/sesostris/.cache/guile/ccache/3.0-LE-8-4.6/home/sesostris/sources/shepherd/fibers/fibers-1.3.1/tests/parameters.scm.go +ok +PASS: tests/parameters.scm +assert run-fibers on (let lp ((n 0)) (when (< n 100000000) (lp (#{1+}# n)))) terminates: ok (0.237736823 s) +assert run-fibers on (race-until 100) terminates: ok (1.200264904 s) +assert run-fiber-return-vals equal to (100): ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 +;;; or pass the --no-auto-compile argument to disable. +;;; compiling /home/sesostris/sources/shepherd/fibers/fibers-1.3.1/./tests/preemption.scm +;;; compiled /home/sesostris/.cache/guile/ccache/3.0-LE-8-4.6/home/sesostris/sources/shepherd/fibers/fibers-1.3.1/tests/preemption.scm.go +ok +PASS: tests/preemption.scm +speedup for (do-times 100000 (spawn-fiber (lambda () #t) #:parallel? #t)): 0.11708051 s / 0.084732358 s = 1.3817685800742145x (4 cpus) +speedup for (do-times 40000 (spawn-fiber (lambda () (sleep 1)) #:parallel? #t)): 1.422589713 s / 1.097004913 s = 1.2967942952138813x (4 cpus) +speedup for (do-times 100000 (spawn-fiber (lambda () (loop-to 10000)) #:parallel? #t)): 2.459603361 s / 0.706145381 s = 3.4831401963103685x (4 cpus) +speedup for (do-times 10000 (spawn-fiber (lambda () (loop-to 100000)) #:parallel? #t)): 2.447285994 s / 0.651804987 s = 3.7546291341891807x (4 cpus) +speedup for (do-times 1000 (spawn-fiber (lambda () (loop-to 1000000)) #:parallel? #t)): 2.435991033 s / 0.634478558 s = 3.8393591119591473x (4 cpus) +speedup for (do-times 100000 (spawn-fiber (lambda () (alloc-to 4 1000)) #:parallel? #t)): 2.860878414 s / 1.413652892 s = 2.0237488496575016x (4 cpus) +speedup for (do-times 10000 (spawn-fiber (lambda () (alloc-to 4 10000)) #:parallel? #t)): 2.316590061 s / 1.31998727 s = 1.7550093956587929x (4 cpus) +speedup for (do-times 1000 (spawn-fiber (lambda () (alloc-to 4 100000)) #:parallel? #t)): 2.353571237 s / 1.27728158 s = 1.842640866237185x (4 cpus) +;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 +;;; or pass the --no-auto-compile argument to disable. +;;; compiling /home/sesostris/sources/shepherd/fibers/fibers-1.3.1/./tests/speedup.scm +WARNING: (tests speedup): imported module (fibers) overrides core binding `sleep' +;;; compiled /home/sesostris/.cache/guile/ccache/3.0-LE-8-4.6/home/sesostris/sources/shepherd/fibers/fibers-1.3.1/tests/speedup.scm.go +WARNING: (tests speedup): imported module (fibers) overrides core binding `sleep' +PASS: tests/speedup.scm +;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 +;;; or pass the --no-auto-compile argument to disable. +;;; compiling /home/sesostris/sources/shepherd/fibers/fibers-1.3.1/./tests/timer-wheel.scm +;;; compiled /home/sesostris/.cache/guile/ccache/3.0-LE-8-4.6/home/sesostris/sources/shepherd/fibers/fibers-1.3.1/tests/timer-wheel.scm.go +PASS: tests/timer-wheel.scm + +;;; (listening-socket #) + +;;; (listening-socket #) + +;;; (listening-socket #) + +;;; (listening-socket #) + +;;; (listening-socket #) + +;;; (listening-socket #) + +;;; (accepted-connection (# . #(2 2130706433 47664))) + +;;; (connected #(2 2130706433 5556)) + +;;; (received "hello!") + +;;; (echo "hello!") +;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 +;;; or pass the --no-auto-compile argument to disable. +;;; compiling /home/sesostris/sources/shepherd/fibers/fibers-1.3.1/./tests/ports.scm +WARNING: (tests ports): imported module (fibers) overrides core binding `sleep' +;;; compiled /home/sesostris/.cache/guile/ccache/3.0-LE-8-4.6/home/sesostris/sources/shepherd/fibers/fibers-1.3.1/tests/ports.scm.go +WARNING: (tests ports): imported module (fibers) overrides core binding `sleep' +success +PASS: tests/ports.scm +assert (length data) equal to 10000: ok +assert (length data) equal to 10000: ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 +;;; or pass the --no-auto-compile argument to disable. +;;; compiling /home/sesostris/sources/shepherd/fibers/fibers-1.3.1/./tests/concurrent-web-server.scm +;;; compiled /home/sesostris/.cache/guile/ccache/3.0-LE-8-4.6/home/sesostris/sources/shepherd/fibers/fibers-1.3.1/tests/concurrent-web-server.scm.go +ok +PASS: tests/concurrent-web-server.scm +=================== +All 11 tests passed +=================== +make[3] : on quitte le répertoire « /home/sesostris/sources/shepherd/fibers/fibers-1.3.1 » +make[2] : on quitte le répertoire « /home/sesostris/sources/shepherd/fibers/fibers-1.3.1 » +make[1] : on quitte le répertoire « /home/sesostris/sources/shepherd/fibers/fibers-1.3.1 » + create-stamp debian/debhelper-build-stamp + fakeroot debian/rules binary +dh binary + dh_testroot + dh_prep + dh_auto_install + make -j1 install DESTDIR=/home/sesostris/sources/shepherd/fibers/fibers-1.3.1/debian/guile-fibers AM_UPDATE_INFO_DIR=no +make[1] : on entre dans le répertoire « /home/sesostris/sources/shepherd/fibers/fibers-1.3.1 » +make install-am +make[2] : on entre dans le répertoire « /home/sesostris/sources/shepherd/fibers/fibers-1.3.1 » +make[3] : on entre dans le répertoire « /home/sesostris/sources/shepherd/fibers/fibers-1.3.1 » +make[3]: rien à faire pour « install-exec-am ». + /bin/mkdir -p '/home/sesostris/sources/shepherd/fibers/fibers-1.3.1/debian/guile-fibers/usr/lib/x86_64-linux-gnu/guile/3.0/extensions' + /bin/bash ./libtool --mode=install /usr/bin/install -c fibers-epoll.la '/home/sesostris/sources/shepherd/fibers/fibers-1.3.1/debian/guile-fibers/usr/lib/x86_64-linux-gnu/guile/3.0/extensions' +libtool: install: /usr/bin/install -c .libs/fibers-epoll.so.0.0.0 /home/sesostris/sources/shepherd/fibers/fibers-1.3.1/debian/guile-fibers/usr/lib/x86_64-linux-gnu/guile/3.0/extensions/fibers-epoll.so.0.0.0 +libtool: install: (cd /home/sesostris/sources/shepherd/fibers/fibers-1.3.1/debian/guile-fibers/usr/lib/x86_64-linux-gnu/guile/3.0/extensions && { ln -s -f fibers-epoll.so.0.0.0 fibers-epoll.so.0 || { rm -f fibers-epoll.so.0 && ln -s fibers-epoll.so.0.0.0 fibers-epoll.so.0; }; }) +libtool: install: (cd /home/sesostris/sources/shepherd/fibers/fibers-1.3.1/debian/guile-fibers/usr/lib/x86_64-linux-gnu/guile/3.0/extensions && { ln -s -f fibers-epoll.so.0.0.0 fibers-epoll.so || { rm -f fibers-epoll.so && ln -s fibers-epoll.so.0.0.0 fibers-epoll.so; }; }) +libtool: install: /usr/bin/install -c .libs/fibers-epoll.lai /home/sesostris/sources/shepherd/fibers/fibers-1.3.1/debian/guile-fibers/usr/lib/x86_64-linux-gnu/guile/3.0/extensions/fibers-epoll.la +libtool: warning: remember to run 'libtool --finish /usr/lib/x86_64-linux-gnu/guile/3.0/extensions' + /bin/mkdir -p '/home/sesostris/sources/shepherd/fibers/fibers-1.3.1/debian/guile-fibers/usr/share/info' + /usr/bin/install -c -m 644 ./fibers.info '/home/sesostris/sources/shepherd/fibers/fibers-1.3.1/debian/guile-fibers/usr/share/info' + /bin/mkdir -p '/home/sesostris/sources/shepherd/fibers/fibers-1.3.1/debian/guile-fibers/usr/share/guile/site/3.0' + /bin/mkdir -p '/home/sesostris/sources/shepherd/fibers/fibers-1.3.1/debian/guile-fibers/usr/share/guile/site/3.0/fibers/web' + /usr/bin/install -c -m 644 fibers/web/server.scm '/home/sesostris/sources/shepherd/fibers/fibers-1.3.1/debian/guile-fibers/usr/share/guile/site/3.0/fibers/web' + /bin/mkdir -p '/home/sesostris/sources/shepherd/fibers/fibers-1.3.1/debian/guile-fibers/usr/share/guile/site/3.0/web/server' + /usr/bin/install -c -m 644 web/server/fibers.scm '/home/sesostris/sources/shepherd/fibers/fibers-1.3.1/debian/guile-fibers/usr/share/guile/site/3.0/web/server' + /usr/bin/install -c -m 644 fibers.scm '/home/sesostris/sources/shepherd/fibers/fibers-1.3.1/debian/guile-fibers/usr/share/guile/site/3.0/.' + /bin/mkdir -p '/home/sesostris/sources/shepherd/fibers/fibers-1.3.1/debian/guile-fibers/usr/share/guile/site/3.0/fibers' + /usr/bin/install -c -m 644 fibers/affinity.scm fibers/channels.scm fibers/conditions.scm fibers/config.scm fibers/counter.scm fibers/deque.scm fibers/interrupts.scm fibers/io-wakeup.scm fibers/nameset.scm fibers/operations.scm fibers/psq.scm fibers/repl.scm fibers/scheduler.scm fibers/stack.scm fibers/timers.scm fibers/timer-wheel.scm '/home/sesostris/sources/shepherd/fibers/fibers-1.3.1/debian/guile-fibers/usr/share/guile/site/3.0/fibers' + /bin/mkdir -p '/home/sesostris/sources/shepherd/fibers/fibers-1.3.1/debian/guile-fibers/usr/lib/x86_64-linux-gnu/guile/3.0/site-ccache' + /bin/mkdir -p '/home/sesostris/sources/shepherd/fibers/fibers-1.3.1/debian/guile-fibers/usr/lib/x86_64-linux-gnu/guile/3.0/site-ccache/fibers/web' + /usr/bin/install -c -m 644 fibers/web/server.go '/home/sesostris/sources/shepherd/fibers/fibers-1.3.1/debian/guile-fibers/usr/lib/x86_64-linux-gnu/guile/3.0/site-ccache/fibers/web' + /bin/mkdir -p '/home/sesostris/sources/shepherd/fibers/fibers-1.3.1/debian/guile-fibers/usr/lib/x86_64-linux-gnu/guile/3.0/site-ccache/web/server' + /usr/bin/install -c -m 644 web/server/fibers.go '/home/sesostris/sources/shepherd/fibers/fibers-1.3.1/debian/guile-fibers/usr/lib/x86_64-linux-gnu/guile/3.0/site-ccache/web/server' + /usr/bin/install -c -m 644 fibers.go '/home/sesostris/sources/shepherd/fibers/fibers-1.3.1/debian/guile-fibers/usr/lib/x86_64-linux-gnu/guile/3.0/site-ccache/.' + /bin/mkdir -p '/home/sesostris/sources/shepherd/fibers/fibers-1.3.1/debian/guile-fibers/usr/lib/x86_64-linux-gnu/guile/3.0/site-ccache/fibers' + /usr/bin/install -c -m 644 fibers/affinity.go fibers/channels.go fibers/conditions.go fibers/config.go fibers/counter.go fibers/deque.go fibers/interrupts.go fibers/io-wakeup.go fibers/nameset.go fibers/operations.go fibers/psq.go fibers/repl.go fibers/scheduler.go fibers/stack.go fibers/timers.go fibers/timer-wheel.go '/home/sesostris/sources/shepherd/fibers/fibers-1.3.1/debian/guile-fibers/usr/lib/x86_64-linux-gnu/guile/3.0/site-ccache/fibers' + /bin/mkdir -p '/home/sesostris/sources/shepherd/fibers/fibers-1.3.1/debian/guile-fibers/usr/share/guile/site/3.0/fibers' + /usr/bin/install -c -m 644 override/fibers/events-impl.scm override/fibers/posix-clocks.scm '/home/sesostris/sources/shepherd/fibers/fibers-1.3.1/debian/guile-fibers/usr/share/guile/site/3.0/fibers' + /bin/mkdir -p '/home/sesostris/sources/shepherd/fibers/fibers-1.3.1/debian/guile-fibers/usr/lib/x86_64-linux-gnu/guile/3.0/site-ccache/fibers' + /usr/bin/install -c -m 644 override/fibers/events-impl.go override/fibers/posix-clocks.go '/home/sesostris/sources/shepherd/fibers/fibers-1.3.1/debian/guile-fibers/usr/lib/x86_64-linux-gnu/guile/3.0/site-ccache/fibers' +make[3] : on quitte le répertoire « /home/sesostris/sources/shepherd/fibers/fibers-1.3.1 » +make[2] : on quitte le répertoire « /home/sesostris/sources/shepherd/fibers/fibers-1.3.1 » +make[1] : on quitte le répertoire « /home/sesostris/sources/shepherd/fibers/fibers-1.3.1 » + dh_installdocs + dh_installchangelogs + dh_perl + dh_link + dh_strip_nondeterminism + dh_compress + dh_fixperms + dh_missing + dh_strip + dh_makeshlibs + dh_shlibdeps + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb +dpkg-deb: building package 'guile-fibers-dbgsym' in '../guile-fibers-dbgsym_1.3.1-1bu_amd64.deb'. +dpkg-deb: building package 'guile-fibers' in '../guile-fibers_1.3.1-1bu_amd64.deb'. + dpkg-genbuildinfo + dpkg-genchanges >../fibers_1.3.1-1bu_amd64.changes +dpkg-genchanges: info: inclusion du code source original dans l'envoi (« upload ») + dpkg-source --after-build . +dpkg-buildpackage: info: envoi complet (inclusion du code source d'origine) +Now running lintian fibers_1.3.1-1bu_amd64.changes ... +E: fibers source: bogus-mail-host Maintainer sesostris@tanis.zero.void.nul +E: guile-fibers: bogus-mail-host Maintainer sesostris@tanis.zero.void.nul +E: guile-fibers-dbgsym: bogus-mail-host Maintainer sesostris@tanis.zero.void.nul +E: fibers changes: bogus-mail-host Changed-By sesostris@tanis.zero.void.nul +E: fibers changes: bogus-mail-host Maintainer sesostris@tanis.zero.void.nul +E: guile-fibers: bogus-mail-host-in-debian-changelog sesostris@tanis.zero.void.nul +E: guile-fibers: bogus-mail-host-in-debian-changelog sesostris@tanis.zero.void.nul +E: guile-fibers: bogus-mail-host-in-debian-changelog sesostris@tanis.zero.void.nul +E: guile-fibers: non-empty-dependency_libs-in-la-file usr/lib/x86_64-linux-gnu/guile/3.0/extensions/fibers-epoll.la +W: fibers source: missing-license-paragraph-in-dep5-copyright lgpl-3.0-only (line 5) +W: guile-fibers: package-has-unnecessary-activation-of-ldconfig-trigger +Finished running lintian. diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/fibers_1.3.1-1bu_amd64.buildinfo b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/fibers_1.3.1-1bu_amd64.buildinfo new file mode 100644 index 0000000..e8004c1 --- /dev/null +++ b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/fibers_1.3.1-1bu_amd64.buildinfo @@ -0,0 +1,286 @@ +Format: 1.0 +Source: fibers +Binary: guile-fibers guile-fibers-dbgsym +Architecture: amd64 source +Version: 1.3.1-1bu +Checksums-Md5: + 8a0eb3a4c495ccaf90f5990fb2792316 824 fibers_1.3.1-1bu.dsc + a13d8b699f1d87e0754c11eb61744ce8 8340 guile-fibers-dbgsym_1.3.1-1bu_amd64.deb + 45dae2f4de38b344a05ef8f0cbb3393a 287980 guile-fibers_1.3.1-1bu_amd64.deb +Checksums-Sha1: + 4df53cbef1320d8dbb1d51ae2fcbb4d0de8b4a56 824 fibers_1.3.1-1bu.dsc + fbd0b60fdf83ccdbe5dee27e148f42eda8da230c 8340 guile-fibers-dbgsym_1.3.1-1bu_amd64.deb + 7cdd2774700d18760a257049e3e5e7ef6a8ba860 287980 guile-fibers_1.3.1-1bu_amd64.deb +Checksums-Sha256: + 34efe3cbacf976c47e7285f2e33969cde2b23dc12b1ea0e190f74fc4e6e59eaa 824 fibers_1.3.1-1bu.dsc + 535e38484c763af2e7a0ecdd154044a6e99cac65f1f2ebf2858800b7d0df22de 8340 guile-fibers-dbgsym_1.3.1-1bu_amd64.deb + 85d752d6f7dd7c683a601e228a072e801e50e6bc1926aae2996c0528bc08c6fe 287980 guile-fibers_1.3.1-1bu_amd64.deb +Build-Origin: Debian +Build-Architecture: amd64 +Build-Date: Mon, 26 Jun 2023 17:27:49 +0200 +Installed-Build-Depends: + adduser (= 3.118), + autoconf (= 2.69-14), + automake (= 1:1.16.3-2), + autopoint (= 0.21-4), + autotools-dev (= 20180224.1+nmu1), + base-files (= 11.1+deb11u4), + base-passwd (= 3.5.51), + bash (= 5.1-2+deb11u1), + binutils (= 2.35.2-2), + binutils-common (= 2.35.2-2), + binutils-x86-64-linux-gnu (= 2.35.2-2), + bsdextrautils (= 2.36.1-8+deb11u1), + bsdmainutils (= 12.1.7+nmu3), + bsdutils (= 1:2.36.1-8+deb11u1), + build-essential (= 12.9), + bzip2 (= 1.0.8-4), + ca-certificates (= 20210119), + coreutils (= 8.32-4+b1), + cpp (= 4:10.2.1-1), + cpp-10 (= 10.2.1-6), + dash (= 0.5.11+git20200708+dd9ef66-5), + debconf (= 1.5.77), + debhelper (= 13.3.4), + debianutils (= 4.11.2), + devscripts (= 2.21.3+deb11u1), + dh-autoreconf (= 20), + dh-strip-nondeterminism (= 1.12.0-1), + diffutils (= 1:3.7-5), + dirmngr (= 2.2.27-2+deb11u2), + dpkg (= 1.20.11), + dpkg-dev (= 1.20.11), + dwz (= 0.13+20210201-1), + fakeroot (= 1.25.3-1.1), + file (= 1:5.39-3), + findutils (= 4.8.0-1), + g++ (= 4:10.2.1-1), + g++-10 (= 10.2.1-6), + gawk (= 1:5.1.0-1), + gcc (= 4:10.2.1-1), + gcc-10 (= 10.2.1-6), + gcc-10-base (= 10.2.1-6), + gettext (= 0.21-4), + gettext-base (= 0.21-4), + gnupg (= 2.2.27-2+deb11u2), + gnupg-l10n (= 2.2.27-2+deb11u2), + gnupg-utils (= 2.2.27-2+deb11u2), + gnupg2 (= 2.2.27-2+deb11u2), + gpg (= 2.2.27-2+deb11u2), + gpg-agent (= 2.2.27-2+deb11u2), + gpg-wks-client (= 2.2.27-2+deb11u2), + gpg-wks-server (= 2.2.27-2+deb11u2), + gpgconf (= 2.2.27-2+deb11u2), + gpgsm (= 2.2.27-2+deb11u2), + gpgv (= 2.2.27-2+deb11u2), + grep (= 3.6-1), + groff-base (= 1.22.4-6), + guile-3.0 (= 3.0.8-2bu1), + guile-3.0-dev (= 3.0.8-2bu1), + guile-3.0-libs (= 3.0.8-2bu1), + gzip (= 1.10-4+deb11u1), + hostname (= 3.23), + init-system-helpers (= 1.60), + install-info (= 6.7.0.dfsg.2-6), + intltool-debian (= 0.35.0+20060710.5), + libacl1 (= 2.2.53-10), + libarchive-zip-perl (= 1.68-1), + libasan6 (= 10.2.1-6), + libassuan0 (= 2.5.3-7.1), + libatomic1 (= 10.2.1-6), + libattr1 (= 1:2.4.48-6), + libaudit-common (= 1:3.0-2), + libaudit1 (= 1:3.0-2), + libb-hooks-op-check-perl (= 0.22-1+b3), + libbinutils (= 2.35.2-2), + libblkid1 (= 2.36.1-8+deb11u1), + libbz2-1.0 (= 1.0.8-4), + libc-bin (= 2.31-13+deb11u3), + libc-dev-bin (= 2.31-13+deb11u5), + libc6 (= 2.31-13+deb11u5), + libc6-dev (= 2.31-13+deb11u5), + libcap-ng0 (= 0.7.9-2.2+b1), + libcc1-0 (= 10.2.1-6), + libclass-method-modifiers-perl (= 2.13-1), + libcom-err2 (= 1.46.2-2), + libcrypt-dev (= 1:4.4.18-4), + libcrypt1 (= 1:4.4.18-4), + libctf-nobfd0 (= 2.35.2-2), + libctf0 (= 2.35.2-2), + libdb5.3 (= 5.3.28+dfsg1-0.8), + libdebconfclient0 (= 0.260), + libdebhelper-perl (= 13.3.4), + libdevel-callchecker-perl (= 0.008-1+b2), + libdpkg-perl (= 1.20.11), + libdynaloader-functions-perl (= 0.003-1.1), + libelf1 (= 0.183-1), + libencode-locale-perl (= 1.05-1.1), + libexpat1 (= 2.2.10-2+deb11u3), + libfakeroot (= 1.25.3-1.1), + libffi7 (= 3.3-6), + libfile-dirlist-perl (= 0.05-2), + libfile-homedir-perl (= 1.006-1), + libfile-listing-perl (= 6.14-1), + libfile-stripnondeterminism-perl (= 1.12.0-1), + libfile-touch-perl (= 0.11-1), + libfile-which-perl (= 1.23-1), + libgc-dev (= 1:8.0.4-3), + libgc1 (= 1:8.0.4-3), + libgcc-10-dev (= 10.2.1-6), + libgcc-s1 (= 10.2.1-6), + libgcrypt20 (= 1.8.7-6), + libgdbm-compat4 (= 1.19-2), + libgdbm6 (= 1.19-2), + libglib2.0-0 (= 2.66.8-1), + libgmp-dev (= 2:6.2.1+dfsg-1+deb11u1), + libgmp10 (= 2:6.2.1+dfsg-1+deb11u1), + libgmpxx4ldbl (= 2:6.2.1+dfsg-1+deb11u1), + libgnutls30 (= 3.7.1-5+deb11u3), + libgomp1 (= 10.2.1-6), + libgpg-error0 (= 1.38-2), + libgssapi-krb5-2 (= 1.18.3-6+deb11u1), + libhogweed6 (= 3.7.3-1), + libhtml-parser-perl (= 3.75-1+b1), + libhtml-tagset-perl (= 3.20-4), + libhtml-tree-perl (= 5.07-2), + libhttp-cookies-perl (= 6.10-1), + libhttp-date-perl (= 6.05-1), + libhttp-message-perl (= 6.28-1), + libhttp-negotiate-perl (= 6.01-1), + libicu67 (= 67.1-7), + libidn2-0 (= 2.3.0-5), + libimport-into-perl (= 1.002005-1), + libio-html-perl (= 1.004-2), + libio-pty-perl (= 1:1.15-2), + libio-socket-ip-perl (= 0.41-1), + libio-socket-ssl-perl (= 2.069-1), + libipc-run-perl (= 20200505.0-1), + libisl23 (= 0.23-1), + libitm1 (= 10.2.1-6), + libk5crypto3 (= 1.18.3-6+deb11u1), + libkeyutils1 (= 1.6.1-2), + libkrb5-3 (= 1.18.3-6+deb11u1), + libkrb5support0 (= 1.18.3-6+deb11u1), + libksba8 (= 1.5.0-3), + libldap-2.4-2 (= 2.4.57+dfsg-3+deb11u1), + liblsan0 (= 10.2.1-6), + libltdl-dev (= 2.4.6-15), + libltdl7 (= 2.4.6-15), + liblwp-mediatypes-perl (= 6.04-1), + liblwp-protocol-https-perl (= 6.10-1), + liblz4-1 (= 1.9.3-2), + liblzma5 (= 5.2.5-2.1~deb11u1), + libmagic-mgc (= 1:5.39-3), + libmagic1 (= 1:5.39-3), + libmodule-runtime-perl (= 0.016-1), + libmoo-perl (= 2.004004-1), + libmount1 (= 2.36.1-8+deb11u1), + libmpc3 (= 1.2.0-1), + libmpdec3 (= 2.5.1-1), + libmpfr6 (= 4.1.0-3), + libncurses-dev (= 6.2+20201114-2), + libncurses5-dev (= 6.2+20201114-2), + libncurses6 (= 6.2+20201114-2), + libncursesw6 (= 6.2+20201114-2), + libnet-http-perl (= 6.20-1), + libnet-ssleay-perl (= 1.88-3+b1), + libnettle8 (= 3.7.3-1), + libnpth0 (= 1.6-3), + libnsl-dev (= 1.3.0-2), + libnsl2 (= 1.3.0-2), + libp11-kit0 (= 0.23.22-1), + libpam-modules (= 1.4.0-9+deb11u1), + libpam-modules-bin (= 1.4.0-9+deb11u1), + libpam-runtime (= 1.4.0-9+deb11u1), + libpam0g (= 1.4.0-9+deb11u1), + libparams-classify-perl (= 0.015-1+b3), + libpcre2-8-0 (= 10.36-2), + libpcre3 (= 2:8.39-13), + libperl5.32 (= 5.32.1-4+deb11u2), + libpipeline1 (= 1.5.3-1), + libpython3-stdlib (= 3.9.2-3), + libpython3.9-minimal (= 3.9.2-1), + libpython3.9-stdlib (= 3.9.2-1), + libquadmath0 (= 10.2.1-6), + libreadline-dev (= 8.1-1), + libreadline8 (= 8.1-1), + librole-tiny-perl (= 2.002004-1), + libsasl2-2 (= 2.1.27+dfsg-2.1+deb11u1), + libsasl2-modules-db (= 2.1.27+dfsg-2.1+deb11u1), + libseccomp2 (= 2.5.1-1+deb11u1), + libselinux1 (= 3.1-3), + libsemanage-common (= 3.1-1), + libsemanage1 (= 3.1-1+b2), + libsepol1 (= 3.1-1), + libsigsegv2 (= 2.13-1), + libsmartcols1 (= 2.36.1-8+deb11u1), + libsqlite3-0 (= 3.34.1-3), + libssl1.1 (= 1.1.1n-0+deb11u4), + libstdc++-10-dev (= 10.2.1-6), + libstdc++6 (= 10.2.1-6), + libstrictures-perl (= 2.000006-1), + libsub-override-perl (= 0.09-2), + libsub-quote-perl (= 2.006006-1), + libsystemd0 (= 247.3-7), + libtasn1-6 (= 4.16.0-2), + libtimedate-perl (= 2.3300-2), + libtinfo6 (= 6.2+20201114-2), + libtirpc-common (= 1.3.1-1+deb11u1), + libtirpc-dev (= 1.3.1-1+deb11u1), + libtirpc3 (= 1.3.1-1+deb11u1), + libtool (= 2.4.6-15), + libtry-tiny-perl (= 0.30-1), + libtsan0 (= 10.2.1-6), + libubsan1 (= 10.2.1-6), + libuchardet0 (= 0.0.7-1), + libudev1 (= 247.3-7), + libunistring2 (= 0.9.10-4), + liburi-perl (= 5.08-1), + libuuid1 (= 2.36.1-8+deb11u1), + libwww-perl (= 6.52-1), + libwww-robotrules-perl (= 6.02-1), + libxml2 (= 2.9.10+dfsg-6.7+deb11u2), + libzstd1 (= 1.4.8+dfsg-2.1), + linux-libc-dev (= 5.10.136-1), + login (= 1:4.8.1-1), + lsb-base (= 11.1.0), + m4 (= 1.4.18-5), + mailcap (= 3.69), + make (= 4.3-4.1), + man-db (= 2.9.4-2), + mawk (= 1.3.4.20200120-2), + media-types (= 4.0.0), + mime-support (= 3.66), + ncal (= 12.1.7+nmu3), + ncurses-base (= 6.2+20201114-2), + ncurses-bin (= 6.2+20201114-2), + netbase (= 6.3), + openssl (= 1.1.1n-0+deb11u4), + passwd (= 1:4.8.1-1), + patch (= 2.7.6-7), + patchutils (= 0.4.2-1), + perl (= 5.32.1-4+deb11u2), + perl-base (= 5.32.1-4+deb11u2), + perl-modules-5.32 (= 5.32.1-4+deb11u2), + perl-openssl-defaults (= 5), + pinentry-curses (= 1.1.0-4), + pkg-config (= 0.29.2-1), + po-debconf (= 1.0.21+nmu1), + python3 (= 3.9.2-3), + python3-minimal (= 3.9.2-3), + python3.9 (= 3.9.2-1), + python3.9-minimal (= 3.9.2-1), + readline-common (= 8.1-1), + sed (= 4.7-1), + sensible-utils (= 0.0.14), + sysvinit-utils (= 2.96-7+deb11u1), + tar (= 1.34+dfsg-1), + tzdata (= 2021a-1+deb11u5), + util-linux (= 2.36.1-8+deb11u1), + wdiff (= 1.2.2-2+b1), + xz-utils (= 5.2.5-2.1~deb11u1), + zlib1g (= 1:1.2.11.dfsg-2+deb11u2) +Environment: + DEB_BUILD_OPTIONS="parallel=4" + LANG="fr_FR.UTF-8" + SOURCE_DATE_EPOCH="1687689050" diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/fibers_1.3.1-1bu_amd64.changes b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/fibers_1.3.1-1bu_amd64.changes new file mode 100644 index 0000000..31c68b8 --- /dev/null +++ b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/fibers_1.3.1-1bu_amd64.changes @@ -0,0 +1,37 @@ +Format: 1.8 +Date: Sun, 25 Jun 2023 12:30:50 +0200 +Source: fibers +Binary: guile-fibers guile-fibers-dbgsym +Architecture: source amd64 +Version: 1.3.1-1bu +Distribution: UNRELEASED +Urgency: medium +Maintainer: sesostris +Changed-By: sesostris +Description: + guile-fibers - Threads without forking +Changes: + fibers (1.3.1-1bu) UNRELEASED; urgency=medium + . + * Initial release. +Checksums-Sha1: + 4df53cbef1320d8dbb1d51ae2fcbb4d0de8b4a56 824 fibers_1.3.1-1bu.dsc + 08ab428bf76ec1e1df2c5f7e39cfb88e800e5d2b 580584 fibers_1.3.1.orig.tar.gz + 983540b062d850d12fa6a852ffb62b87cfd26ca7 864 fibers_1.3.1-1bu.debian.tar.xz + 49de00d0ebafa9a059f3b04c100c62936b3ce72b 8791 fibers_1.3.1-1bu_amd64.buildinfo + fbd0b60fdf83ccdbe5dee27e148f42eda8da230c 8340 guile-fibers-dbgsym_1.3.1-1bu_amd64.deb + 7cdd2774700d18760a257049e3e5e7ef6a8ba860 287980 guile-fibers_1.3.1-1bu_amd64.deb +Checksums-Sha256: + 34efe3cbacf976c47e7285f2e33969cde2b23dc12b1ea0e190f74fc4e6e59eaa 824 fibers_1.3.1-1bu.dsc + a5e1a9c49c0efe7ac6f355662041430d4b64e59baa538d2b8fb5ef7528d81dbf 580584 fibers_1.3.1.orig.tar.gz + 2a6d2d4305dd6fa405f50cae8ae0006dc969829a620eaa5e862a9e38292d3b2e 864 fibers_1.3.1-1bu.debian.tar.xz + b1d9f8457cb478ac5ea184e68bc6045c540fbc49e6ba24b1775ce9e87d62f487 8791 fibers_1.3.1-1bu_amd64.buildinfo + 535e38484c763af2e7a0ecdd154044a6e99cac65f1f2ebf2858800b7d0df22de 8340 guile-fibers-dbgsym_1.3.1-1bu_amd64.deb + 85d752d6f7dd7c683a601e228a072e801e50e6bc1926aae2996c0528bc08c6fe 287980 guile-fibers_1.3.1-1bu_amd64.deb +Files: + 8a0eb3a4c495ccaf90f5990fb2792316 824 misc optional fibers_1.3.1-1bu.dsc + cdc8b4788328cddfc7234a46b6dccf29 580584 misc optional fibers_1.3.1.orig.tar.gz + 0cb9294d0c20f7296ce93922959b860e 864 misc optional fibers_1.3.1-1bu.debian.tar.xz + faa1905f564cd32e37044cf2b6dc3ec6 8791 misc optional fibers_1.3.1-1bu_amd64.buildinfo + a13d8b699f1d87e0754c11eb61744ce8 8340 debug optional guile-fibers-dbgsym_1.3.1-1bu_amd64.deb + 45dae2f4de38b344a05ef8f0cbb3393a 287980 misc optional guile-fibers_1.3.1-1bu_amd64.deb diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/fibers_1.3.1-2bu.debian.tar.xz b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/fibers_1.3.1-2bu.debian.tar.xz new file mode 100644 index 0000000..ada912d Binary files /dev/null and b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/fibers_1.3.1-2bu.debian.tar.xz differ diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/fibers_1.3.1-2bu.dsc b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/fibers_1.3.1-2bu.dsc new file mode 100644 index 0000000..7022d05 --- /dev/null +++ b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/fibers_1.3.1-2bu.dsc @@ -0,0 +1,19 @@ +Format: 3.0 (quilt) +Source: fibers +Binary: guile-fibers +Architecture: any +Version: 1.3.1-2bu +Maintainer: sesostris +Standards-Version: 4.5.1 +Build-Depends: debhelper (>= 9), devscripts, pkg-config, guile-3.0-dev +Package-List: + guile-fibers deb misc optional arch=any +Checksums-Sha1: + 08ab428bf76ec1e1df2c5f7e39cfb88e800e5d2b 580584 fibers_1.3.1.orig.tar.gz + c30adf647d05085c0cd885b45c912aefbf74fa42 1256 fibers_1.3.1-2bu.debian.tar.xz +Checksums-Sha256: + a5e1a9c49c0efe7ac6f355662041430d4b64e59baa538d2b8fb5ef7528d81dbf 580584 fibers_1.3.1.orig.tar.gz + ea0ff1cd66fc924c38d39152a67997f3077aa4b9ac66c33fb1ec179ff584c749 1256 fibers_1.3.1-2bu.debian.tar.xz +Files: + cdc8b4788328cddfc7234a46b6dccf29 580584 fibers_1.3.1.orig.tar.gz + d3ca2ccc34c80a960fc06811fd1e7ed6 1256 fibers_1.3.1-2bu.debian.tar.xz diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/fibers_1.3.1-2bu_armhf.build b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/fibers_1.3.1-2bu_armhf.build new file mode 100644 index 0000000..5502fc5 --- /dev/null +++ b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/fibers_1.3.1-2bu_armhf.build @@ -0,0 +1,598 @@ + dpkg-buildpackage -us -uc -ui +dpkg-buildpackage: info: source package fibers +dpkg-buildpackage: info: source version 1.3.1-2bu +dpkg-buildpackage: info: source distribution UNRELEASED +dpkg-buildpackage: info: source changed by sesostris + dpkg-source --before-build . +dpkg-buildpackage: info: host architecture armhf + fakeroot debian/rules clean +dh clean + dh_auto_clean + make -j4 distclean +make[1]: Entering directory '/home/user/sources/fibers/fibers-1.3.1' +test -z "fibers.dvi fibers.pdf fibers.ps fibers.html" \ +|| rm -rf fibers.dvi fibers.pdf fibers.ps fibers.html +test -z " fibers-epoll.la " || rm -f fibers-epoll.la +test -z "fibers.go fibers/affinity.go fibers/channels.go fibers/conditions.go fibers/config.go fibers/counter.go fibers/deque.go fibers/interrupts.go fibers/io-wakeup.go fibers/nameset.go fibers/operations.go fibers/psq.go fibers/repl.go fibers/scheduler.go fibers/stack.go fibers/timers.go fibers/timer-wheel.go fibers/web/server.go web/server/fibers.go fibers/config.scm override/fibers/events-impl.go override/fibers/posix-clocks.go override/fibers/events-impl.scm override/fibers/posix-clocks.scm" || rm -f fibers.go fibers/affinity.go fibers/channels.go fibers/conditions.go fibers/config.go fibers/counter.go fibers/deque.go fibers/interrupts.go fibers/io-wakeup.go fibers/nameset.go fibers/operations.go fibers/psq.go fibers/repl.go fibers/scheduler.go fibers/stack.go fibers/timers.go fibers/timer-wheel.go fibers/web/server.go web/server/fibers.go fibers/config.scm override/fibers/events-impl.go override/fibers/posix-clocks.go override/fibers/events-impl.scm override/fibers/posix-clocks.scm +rm -rf .libs _libs +rm -rf fibers.t2d fibers.t2p +rm -rf extensions/.libs extensions/_libs +rm -f *.o +rm -f *.lo +rm -rf extensions/generic/.libs extensions/generic/_libs +rm -f extensions/generic/*.o +rm -f ./so_locations +rm -f *.tab.c +test -z "env" || rm -f env +rm -f config.h stamp-h1 +rm -f extensions/generic/*.lo +rm -f libtool config.lt +test . = "." || test -z "" || rm -f +rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags +rm -f extensions/*.o +rm -f extensions/.deps/.dirstamp +rm -f cscope.out cscope.in.out cscope.po.out cscope.files +rm -f extensions/*.lo +rm -f extensions/generic/.deps/.dirstamp +rm -f extensions/generic/.dirstamp +rm -f extensions/.dirstamp +rm -f config.status config.cache config.log configure.lineno config.status.lineno +rm -f extensions/.deps/fibers_epoll_la-epoll.Plo +rm -f extensions/.deps/fibers_libevent_la-libevent.Plo +rm -f extensions/generic/.deps/fibers_clocks_la-clock-nanosleep.Plo +rm -f Makefile +make[1]: Leaving directory '/home/user/sources/fibers/fibers-1.3.1' + dh_autoreconf_clean + dh_clean + dpkg-source -b . +dpkg-source: info: using source format '3.0 (quilt)' +dpkg-source: info: building fibers using existing ./fibers_1.3.1.orig.tar.gz +dpkg-source: info: using patch list from debian/patches/series +dpkg-source: warning: ignoring deletion of file aclocal.m4, use --include-removal to override +dpkg-source: warning: ignoring deletion of file configure, use --include-removal to override +dpkg-source: warning: ignoring deletion of file config.h.in, use --include-removal to override +dpkg-source: warning: ignoring deletion of file Makefile.in, use --include-removal to override +dpkg-source: warning: ignoring deletion of file build-aux/missing, use --include-removal to override +dpkg-source: warning: ignoring deletion of file build-aux/texinfo.tex, use --include-removal to override +dpkg-source: warning: ignoring deletion of file build-aux/compile, use --include-removal to override +dpkg-source: warning: ignoring deletion of file build-aux/depcomp, use --include-removal to override +dpkg-source: warning: ignoring deletion of file build-aux/ltmain.sh, use --include-removal to override +dpkg-source: warning: ignoring deletion of file fibers/config.scm, use --include-removal to override +dpkg-source: info: building fibers in fibers_1.3.1-2bu.debian.tar.xz +dpkg-source: info: building fibers in fibers_1.3.1-2bu.dsc + debian/rules build +dh build + dh_update_autotools_config + dh_autoreconf +libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. +libtoolize: copying file 'build-aux/ltmain.sh' +libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. +libtoolize: copying file 'm4/libtool.m4' +libtoolize: copying file 'm4/ltoptions.m4' +libtoolize: copying file 'm4/ltsugar.m4' +libtoolize: copying file 'm4/ltversion.m4' +libtoolize: copying file 'm4/lt~obsolete.m4' +configure.ac:32: installing 'build-aux/compile' +configure.ac:28: installing 'build-aux/missing' +Makefile.am: installing 'build-aux/depcomp' +Makefile.am:28: installing 'build-aux/texinfo.tex' + dh_auto_configure + ./configure --build=arm-linux-gnueabihf --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-option-checking --disable-silent-rules --libdir=\${prefix}/lib/arm-linux-gnueabihf --libexecdir=\${prefix}/lib/arm-linux-gnueabihf --disable-maintainer-mode --disable-dependency-tracking +checking for a BSD-compatible install... /usr/bin/install -c +checking whether build environment is sane... yes +checking for a thread-safe mkdir -p... /usr/bin/mkdir -p +checking for gawk... gawk +checking whether make sets $(MAKE)... yes +checking whether make supports nested variables... yes +checking for gcc... gcc +checking whether the C compiler works... yes +checking for C compiler default output file name... a.out +checking for suffix of executables... +checking whether we are cross compiling... no +checking for suffix of object files... o +checking whether we are using the GNU C compiler... yes +checking whether gcc accepts -g... yes +checking for gcc option to accept ISO C89... none needed +checking whether gcc understands -c and -o together... yes +checking whether make supports the include directive... yes (GNU style) +checking dependency style of gcc... none +checking build system type... arm-unknown-linux-gnueabihf +checking host system type... arm-unknown-linux-gnueabihf +checking how to print strings... printf +checking for a sed that does not truncate output... /usr/bin/sed +checking for grep that handles long lines and -e... /usr/bin/grep +checking for egrep... /usr/bin/grep -E +checking for fgrep... /usr/bin/grep -F +checking for ld used by gcc... /usr/bin/ld +checking if the linker (/usr/bin/ld) is GNU ld... yes +checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B +checking the name lister (/usr/bin/nm -B) interface... BSD nm +checking whether ln -s works... yes +checking the maximum length of command line arguments... 1572864 +checking how to convert arm-unknown-linux-gnueabihf file names to arm-unknown-linux-gnueabihf format... func_convert_file_noop +checking how to convert arm-unknown-linux-gnueabihf file names to toolchain format... func_convert_file_noop +checking for /usr/bin/ld option to reload object files... -r +checking for objdump... objdump +checking how to recognize dependent libraries... pass_all +checking for dlltool... no +checking how to associate runtime and link libraries... printf %s\n +checking for ar... ar +checking for archiver @FILE support... @ +checking for strip... strip +checking for ranlib... ranlib +checking command to parse /usr/bin/nm -B output from gcc object... ok +checking for sysroot... no +checking for a working dd... /usr/bin/dd +checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 +checking for mt... mt +checking if mt is a manifest tool... no +checking how to run the C preprocessor... gcc -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 for dlfcn.h... yes +checking for objdir... .libs +checking if gcc supports -fno-rtti -fno-exceptions... no +checking for gcc option to produce PIC... -fPIC -DPIC +checking if gcc PIC flag -fPIC -DPIC works... yes +checking if gcc static flag -static works... yes +checking if gcc supports -c -o file.o... yes +checking if gcc supports -c -o file.o... (cached) yes +checking whether the gcc linker (/usr/bin/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 for epoll_wait... yes +checking for clock_nanosleep... yes +checking for pkg-config... /usr/bin/pkg-config +checking pkg-config is at least version 0.9.0... yes +checking for pkg-config... (cached) /usr/bin/pkg-config +checking pkg-config is at least version 0.9.0... yes +configure: checking for guile 3.0 +configure: found guile 3.0 +checking for ld... /usr/bin/ld +checking if the linker (/usr/bin/ld) is GNU ld... yes +checking for shared library run path origin... done +checking 32-bit host C ABI... yes +checking for ELF binary format... yes +checking for the common suffixes of directories in the library search path... lib,lib,lib +checking for guile-3.0... yes +checking for guile-3.0... /usr/bin/guile-3.0 +checking for Guile version >= 3.0... 3.0.9 +checking for guild-3.0... /usr/bin/guild-3.0 +checking for guile-config-3.0... /usr/bin/guile-config-3.0 +checking that generated files are newer than configure... done +configure: creating ./config.status +config.status: creating env +config.status: creating Makefile +config.status: creating config.h +config.status: executing depfiles commands +config.status: executing libtool commands + dh_auto_build + make -j4 +make[1]: Entering directory '/home/user/sources/fibers/fibers-1.3.1' +mkdir -p fibers +mkdir -p /home/user/sources/fibers/fibers-1.3.1/override/fibers +mkdir -p /home/user/sources/fibers/fibers-1.3.1/override/fibers +sed -e "s|@extlibdir\@|/usr/lib/arm-linux-gnueabihf/guile/3.0/extensions|" \ + ./fibers/config.scm.in > fibers/config.scm +cp -f /home/user/sources/fibers/fibers-1.3.1/fibers/epoll.scm /home/user/sources/fibers/fibers-1.3.1/override/fibers/events-impl.scm +cp -f /home/user/sources/fibers/fibers-1.3.1/fibers/posix-clocks-generic.scm /home/user/sources/fibers/fibers-1.3.1/override/fibers/posix-clocks.scm +make all-am +make[2]: Entering directory '/home/user/sources/fibers/fibers-1.3.1' +./env \ + /usr/bin/guild-3.0 compile -L "/home/user/sources/fibers/fibers-1.3.1" \ + -Wunbound-variable -Warity-mismatch -Wformat -o "override/fibers/events-impl.go" "override/fibers/events-impl.scm" +./env \ + /usr/bin/guild-3.0 compile -L "/home/user/sources/fibers/fibers-1.3.1" \ + -Wunbound-variable -Warity-mismatch -Wformat -o "override/fibers/posix-clocks.go" "override/fibers/posix-clocks.scm" +/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -I. -Wall -Werror -pthread -I/usr/include/guile/3.0 -I./extensions -g -O2 -ffile-prefix-map=/home/user/sources/fibers/fibers-1.3.1=. -fstack-protector-strong -Wformat -Werror=format-security -c -o extensions/fibers_epoll_la-epoll.lo `test -f 'extensions/epoll.c' || echo './'`extensions/epoll.c +libtool: compile: gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -I. -Wall -Werror -pthread -I/usr/include/guile/3.0 -I./extensions -g -O2 -ffile-prefix-map=/home/user/sources/fibers/fibers-1.3.1=. -fstack-protector-strong -Wformat -Werror=format-security -c extensions/epoll.c -fPIC -DPIC -o extensions/.libs/fibers_epoll_la-epoll.o +/bin/bash ./libtool --tag=CC --mode=link gcc -I. -Wall -Werror -pthread -I/usr/include/guile/3.0 -I./extensions -g -O2 -ffile-prefix-map=/home/user/sources/fibers/fibers-1.3.1=. -fstack-protector-strong -Wformat -Werror=format-security -export-dynamic -module -Wl,-z,relro -o fibers-epoll.la -rpath /usr/lib/arm-linux-gnueabihf/guile/3.0/extensions extensions/fibers_epoll_la-epoll.lo -lguile-3.0 -lgc +libtool: link: gcc -shared -fPIC -DPIC extensions/.libs/fibers_epoll_la-epoll.o -lguile-3.0 -lgc -pthread -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,fibers-epoll.so.0 -o .libs/fibers-epoll.so.0.0.0 +libtool: link: (cd ".libs" && rm -f "fibers-epoll.so.0" && ln -s "fibers-epoll.so.0.0.0" "fibers-epoll.so.0") +libtool: link: (cd ".libs" && rm -f "fibers-epoll.so" && ln -s "fibers-epoll.so.0.0.0" "fibers-epoll.so") +libtool: link: ( cd ".libs" && rm -f "fibers-epoll.la" && ln -s "../fibers-epoll.la" "fibers-epoll.la" ) +./env \ + /usr/bin/guild-3.0 compile -L "/home/user/sources/fibers/fibers-1.3.1" \ + -Wunbound-variable -Warity-mismatch -Wformat -o "fibers.go" "fibers.scm" +./env \ + /usr/bin/guild-3.0 compile -L "/home/user/sources/fibers/fibers-1.3.1" \ + -Wunbound-variable -Warity-mismatch -Wformat -o "fibers/affinity.go" "fibers/affinity.scm" +wrote `fibers/affinity.go' +./env \ + /usr/bin/guild-3.0 compile -L "/home/user/sources/fibers/fibers-1.3.1" \ + -Wunbound-variable -Warity-mismatch -Wformat -o "fibers/channels.go" "fibers/channels.scm" +wrote `override/fibers/posix-clocks.go' +./env \ + /usr/bin/guild-3.0 compile -L "/home/user/sources/fibers/fibers-1.3.1" \ + -Wunbound-variable -Warity-mismatch -Wformat -o "fibers/conditions.go" "fibers/conditions.scm" +;;; note: source file /home/user/sources/fibers/fibers-1.3.1/fibers/scheduler.scm +;;; newer than compiled /usr/lib/arm-linux-gnueabihf/guile/3.0/site-ccache/fibers/scheduler.go +;;; note: source file /home/user/sources/fibers/fibers-1.3.1/fibers/stack.scm +;;; newer than compiled /usr/lib/arm-linux-gnueabihf/guile/3.0/site-ccache/fibers/stack.go +;;; note: source file /home/user/sources/fibers/fibers-1.3.1/fibers/repl.scm +;;; newer than compiled /usr/lib/arm-linux-gnueabihf/guile/3.0/site-ccache/fibers/repl.go +;;; note: source file /home/user/sources/fibers/fibers-1.3.1/fibers/nameset.scm +;;; newer than compiled /usr/lib/arm-linux-gnueabihf/guile/3.0/site-ccache/fibers/nameset.go +;;; note: source file /home/user/sources/fibers/fibers-1.3.1/fibers/timers.scm +;;; newer than compiled /usr/lib/arm-linux-gnueabihf/guile/3.0/site-ccache/fibers/timers.go +;;; note: source file /home/user/sources/fibers/fibers-1.3.1/fibers/operations.scm +;;; newer than compiled /usr/lib/arm-linux-gnueabihf/guile/3.0/site-ccache/fibers/operations.go +;;; note: source file /home/user/sources/fibers/fibers-1.3.1/fibers/interrupts.scm +;;; newer than compiled /usr/lib/arm-linux-gnueabihf/guile/3.0/site-ccache/fibers/interrupts.go +wrote `fibers.go' +./env \ + /usr/bin/guild-3.0 compile -L "/home/user/sources/fibers/fibers-1.3.1" \ + -Wunbound-variable -Warity-mismatch -Wformat -o "fibers/config.go" "fibers/config.scm" +wrote `fibers/config.go' +./env \ + /usr/bin/guild-3.0 compile -L "/home/user/sources/fibers/fibers-1.3.1" \ + -Wunbound-variable -Warity-mismatch -Wformat -o "fibers/counter.go" "fibers/counter.scm" +;;; note: source file /home/user/sources/fibers/fibers-1.3.1/fibers/stack.scm +;;; newer than compiled /usr/lib/arm-linux-gnueabihf/guile/3.0/site-ccache/fibers/stack.go +;;; note: source file /home/user/sources/fibers/fibers-1.3.1/fibers/counter.scm +;;; newer than compiled /usr/lib/arm-linux-gnueabihf/guile/3.0/site-ccache/fibers/counter.go +;;; note: source file /home/user/sources/fibers/fibers-1.3.1/fibers/operations.scm +;;; newer than compiled /usr/lib/arm-linux-gnueabihf/guile/3.0/site-ccache/fibers/operations.go +;;; note: source file /home/user/sources/fibers/fibers-1.3.1/fibers/scheduler.scm +;;; newer than compiled /usr/lib/arm-linux-gnueabihf/guile/3.0/site-ccache/fibers/scheduler.go +wrote `fibers/conditions.go' +./env \ + /usr/bin/guild-3.0 compile -L "/home/user/sources/fibers/fibers-1.3.1" \ + -Wunbound-variable -Warity-mismatch -Wformat -o "fibers/deque.go" "fibers/deque.scm" +wrote `fibers/counter.go' +./env \ + /usr/bin/guild-3.0 compile -L "/home/user/sources/fibers/fibers-1.3.1" \ + -Wunbound-variable -Warity-mismatch -Wformat -o "fibers/interrupts.go" "fibers/interrupts.scm" +wrote `fibers/interrupts.go' +./env \ + /usr/bin/guild-3.0 compile -L "/home/user/sources/fibers/fibers-1.3.1" \ + -Wunbound-variable -Warity-mismatch -Wformat -o "fibers/io-wakeup.go" "fibers/io-wakeup.scm" +wrote `fibers/channels.go' +;;; note: source file /home/user/sources/fibers/fibers-1.3.1/fibers/counter.scm +;;; newer than compiled /usr/lib/arm-linux-gnueabihf/guile/3.0/site-ccache/fibers/counter.go +;;; note: source file /home/user/sources/fibers/fibers-1.3.1/fibers/deque.scm +;;; newer than compiled /usr/lib/arm-linux-gnueabihf/guile/3.0/site-ccache/fibers/deque.go +;;; note: source file /home/user/sources/fibers/fibers-1.3.1/fibers/operations.scm +;;; newer than compiled /usr/lib/arm-linux-gnueabihf/guile/3.0/site-ccache/fibers/operations.go +;;; note: source file /home/user/sources/fibers/fibers-1.3.1/fibers/scheduler.scm +;;; newer than compiled /usr/lib/arm-linux-gnueabihf/guile/3.0/site-ccache/fibers/scheduler.go +;;; note: source file /home/user/sources/fibers/fibers-1.3.1/fibers/stack.scm +;;; newer than compiled /usr/lib/arm-linux-gnueabihf/guile/3.0/site-ccache/fibers/stack.go +./env \ + /usr/bin/guild-3.0 compile -L "/home/user/sources/fibers/fibers-1.3.1" \ + -Wunbound-variable -Warity-mismatch -Wformat -o "fibers/nameset.go" "fibers/nameset.scm" +;;; note: source file /home/user/sources/fibers/fibers-1.3.1/fibers/config.scm +;;; newer than compiled /usr/lib/arm-linux-gnueabihf/guile/3.0/site-ccache/fibers/config.go +override/fibers/events-impl.scm:49:15: warning: possibly unbound variable `pipe2' +override/fibers/events-impl.scm:91:33: warning: possibly unbound variable `primitive-epoll-create' +override/fibers/events-impl.scm:94:45: warning: possibly unbound variable `EPOLLIN' +override/fibers/events-impl.scm:110:3: warning: possibly unbound variable `primitive-epoll-ctl' +override/fibers/events-impl.scm:110:40: warning: possibly unbound variable `EPOLL_CTL_ADD' +override/fibers/events-impl.scm:113:40: warning: possibly unbound variable `EPOLL_CTL_MOD' +override/fibers/events-impl.scm:122:40: warning: possibly unbound variable `EPOLL_CTL_DEL' +override/fibers/events-impl.scm:133:6: warning: possibly unbound variable `primitive-epoll-wake' +override/fibers/events-impl.scm:70:14: warning: possibly unbound variable `%sizeof-struct-epoll-event' +override/fibers/events-impl.scm:174:15: warning: possibly unbound variable `primitive-epoll-wait' +override/fibers/events-impl.scm:77:12: warning: possibly unbound variable `%offsetof-struct-epoll-event-fd' +override/fibers/events-impl.scm:190:41: warning: possibly unbound variable `EPOLLRDHUP' +override/fibers/events-impl.scm:191:26: warning: possibly unbound variable `EPOLLOUT' +override/fibers/events-impl.scm:192:44: warning: possibly unbound variable `EPOLLHUP' +override/fibers/events-impl.scm:192:53: warning: possibly unbound variable `EPOLLERR' +override/fibers/events-impl.scm:202:38: warning: possibly unbound variable `EPOLLONESHOT' +wrote `override/fibers/events-impl.go' +./env \ + /usr/bin/guild-3.0 compile -L "/home/user/sources/fibers/fibers-1.3.1" \ + -Wunbound-variable -Warity-mismatch -Wformat -o "fibers/operations.go" "fibers/operations.scm" +wrote `fibers/deque.go' +./env \ + /usr/bin/guild-3.0 compile -L "/home/user/sources/fibers/fibers-1.3.1" \ + -Wunbound-variable -Warity-mismatch -Wformat -o "fibers/psq.go" "fibers/psq.scm" +wrote `fibers/nameset.go' +./env \ + /usr/bin/guild-3.0 compile -L "/home/user/sources/fibers/fibers-1.3.1" \ + -Wunbound-variable -Warity-mismatch -Wformat -o "fibers/repl.go" "fibers/repl.scm" +;;; note: source file /home/user/sources/fibers/fibers-1.3.1/fibers/scheduler.scm +;;; newer than compiled /usr/lib/arm-linux-gnueabihf/guile/3.0/site-ccache/fibers/scheduler.go +;;; note: source file /home/user/sources/fibers/fibers-1.3.1/fibers/stack.scm +;;; newer than compiled /usr/lib/arm-linux-gnueabihf/guile/3.0/site-ccache/fibers/stack.go +;;; note: source file /home/user/sources/fibers/fibers-1.3.1/fibers/operations.scm +;;; newer than compiled /usr/lib/arm-linux-gnueabihf/guile/3.0/site-ccache/fibers/operations.go +wrote `fibers/io-wakeup.go' +./env \ + /usr/bin/guild-3.0 compile -L "/home/user/sources/fibers/fibers-1.3.1" \ + -Wunbound-variable -Warity-mismatch -Wformat -o "fibers/scheduler.go" "fibers/scheduler.scm" +wrote `fibers/repl.go' +;;; note: source file /home/user/sources/fibers/fibers-1.3.1/fibers/scheduler.scm +;;; newer than compiled /usr/lib/arm-linux-gnueabihf/guile/3.0/site-ccache/fibers/scheduler.go +;;; note: source file /home/user/sources/fibers/fibers-1.3.1/fibers/stack.scm +;;; newer than compiled /usr/lib/arm-linux-gnueabihf/guile/3.0/site-ccache/fibers/stack.go +;;; note: source file /home/user/sources/fibers/fibers-1.3.1/fibers/timers.scm +;;; newer than compiled /usr/lib/arm-linux-gnueabihf/guile/3.0/site-ccache/fibers/timers.go +;;; note: source file /home/user/sources/fibers/fibers-1.3.1/fibers/operations.scm +;;; newer than compiled /usr/lib/arm-linux-gnueabihf/guile/3.0/site-ccache/fibers/operations.go +./env \ + /usr/bin/guild-3.0 compile -L "/home/user/sources/fibers/fibers-1.3.1" \ + -Wunbound-variable -Warity-mismatch -Wformat -o "fibers/stack.go" "fibers/stack.scm" +wrote `fibers/operations.go' +;;; note: source file /home/user/sources/fibers/fibers-1.3.1/fibers/scheduler.scm +;;; newer than compiled /usr/lib/arm-linux-gnueabihf/guile/3.0/site-ccache/fibers/scheduler.go +;;; note: source file /home/user/sources/fibers/fibers-1.3.1/fibers/stack.scm +;;; newer than compiled /usr/lib/arm-linux-gnueabihf/guile/3.0/site-ccache/fibers/stack.go +./env \ + /usr/bin/guild-3.0 compile -L "/home/user/sources/fibers/fibers-1.3.1" \ + -Wunbound-variable -Warity-mismatch -Wformat -o "fibers/timers.go" "fibers/timers.scm" +wrote `fibers/stack.go' +./env \ + /usr/bin/guild-3.0 compile -L "/home/user/sources/fibers/fibers-1.3.1" \ + -Wunbound-variable -Warity-mismatch -Wformat -o "fibers/timer-wheel.go" "fibers/timer-wheel.scm" +wrote `fibers/psq.go' +./env \ + /usr/bin/guild-3.0 compile -L "/home/user/sources/fibers/fibers-1.3.1" \ + -Wunbound-variable -Warity-mismatch -Wformat -o "fibers/web/server.go" "fibers/web/server.scm" +wrote `fibers/timers.go' +;;; note: source file /home/user/sources/fibers/fibers-1.3.1/fibers/scheduler.scm +;;; newer than compiled /usr/lib/arm-linux-gnueabihf/guile/3.0/site-ccache/fibers/scheduler.go +;;; note: source file /home/user/sources/fibers/fibers-1.3.1/fibers/stack.scm +;;; newer than compiled /usr/lib/arm-linux-gnueabihf/guile/3.0/site-ccache/fibers/stack.go +./env \ + /usr/bin/guild-3.0 compile -L "/home/user/sources/fibers/fibers-1.3.1" \ + -Wunbound-variable -Warity-mismatch -Wformat -o "web/server/fibers.go" "web/server/fibers.scm" +wrote `fibers/web/server.go' +;;; note: source file /home/user/sources/fibers/fibers-1.3.1/fibers/scheduler.scm +;;; newer than compiled /usr/lib/arm-linux-gnueabihf/guile/3.0/site-ccache/fibers/scheduler.go +wrote `web/server/fibers.go' +;;; note: source file /home/user/sources/fibers/fibers-1.3.1/fibers/scheduler.scm +;;; newer than compiled /usr/lib/arm-linux-gnueabihf/guile/3.0/site-ccache/fibers/scheduler.go +;;; note: source file /home/user/sources/fibers/fibers-1.3.1/fibers/stack.scm +;;; newer than compiled /usr/lib/arm-linux-gnueabihf/guile/3.0/site-ccache/fibers/stack.go +wrote `fibers/scheduler.go' +wrote `fibers/timer-wheel.go' +make[2]: Leaving directory '/home/user/sources/fibers/fibers-1.3.1' +make[1]: Leaving directory '/home/user/sources/fibers/fibers-1.3.1' + dh_auto_test + make -j4 check VERBOSE=1 +make[1]: Entering directory '/home/user/sources/fibers/fibers-1.3.1' +make check-am +make[2]: Entering directory '/home/user/sources/fibers/fibers-1.3.1' +make check-TESTS +make[3]: Entering directory '/home/user/sources/fibers/fibers-1.3.1' +assert #f equal to #f: ok +assert #t terminates: ok +assert (false-if-exception (begin (run-fibers) #t)) equal to #f: ok +assert terminates: (run-fibers (lambda () (sleep 1)) #:drain? #t): ok (1.032 s) +assert terminates: (run-fibers (lambda () (do-times 1 (spawn-fiber (lambda () #t)))) #:drain? #t): ok (0.028 s) +assert terminates: (run-fibers (lambda () (do-times 10 (spawn-fiber (lambda () #t)))) #:drain? #t): ok (0.005 s) +assert terminates: (run-fibers (lambda () (do-times 100 (spawn-fiber (lambda () #t)))) #:drain? #t): ok (0.007 s) +assert terminates: (run-fibers (lambda () (do-times 1000 (spawn-fiber (lambda () #t)))) #:drain? #t): ok (0.021 s) +assert terminates: (run-fibers (lambda () (do-times 10000 (spawn-fiber (lambda () #t)))) #:drain? #t): ok (0.172 s) +assert terminates: (run-fibers (lambda () (do-times 100000 (spawn-fiber (lambda () #t)))) #:drain? #t): ok (1.52 s) +assert terminates: (run-fibers (lambda () (do-times 100000 (spawn-fiber (lambda () #t) #:parallel? #t))) #:drain? #t): ok (1.675 s) +assert terminates: (run-fibers (lambda () (do-times 100000 (spawn-fiber loop-to-1e4))) #:drain? #t): ok (114.473 s) +assert terminates: (run-fibers (lambda () (do-times 100000 (spawn-fiber loop-to-1e4 #:parallel? #t))) #:drain? #t): ok (29.501 s) +assert terminates: (run-fibers (lambda () (do-times 1 (spawn-fiber (lambda () (sleep 1))))) #:drain? #t): ok (1.009 s) +assert terminates: (run-fibers (lambda () (do-times 10 (spawn-fiber (lambda () (sleep 1))))) #:drain? #t): ok (1.012 s) +assert terminates: (run-fibers (lambda () (do-times 100 (spawn-fiber (lambda () (sleep 1))))) #:drain? #t): ok (1.03 s) +assert terminates: (run-fibers (lambda () (do-times 1000 (spawn-fiber (lambda () (sleep 1))))) #:drain? #t): ok (1.074 s) +assert terminates: (run-fibers (lambda () (do-times 10000 (spawn-fiber (lambda () (sleep 1))))) #:drain? #t): ok (1.471 s) +assert terminates: (run-fibers (lambda () (do-times 100000 (spawn-fiber (lambda () (sleep 1))))) #:drain? #t): ok (7.977 s) +assert terminates: (run-fibers (lambda () (spawn-fiber-tree 7 (lambda () (sleep 1)))) #:drain? #t): ok (1.404 s) +assert terminates: (run-fibers (lambda () (spawn-fiber-chain 5)) #:drain? #t): ok (0.005 s) +assert terminates: (run-fibers (lambda () (spawn-fiber-chain 50)) #:drain? #t): ok (0.008 s) +assert terminates: (run-fibers (lambda () (spawn-fiber-chain 500)) #:drain? #t): ok (0.029 s) +assert terminates: (run-fibers (lambda () (spawn-fiber-chain 5000)) #:drain? #t): ok (0.245 s) +assert terminates: (run-fibers (lambda () (spawn-fiber-chain 50000)) #:drain? #t): ok (2.403 s) +assert terminates: (run-fibers (lambda () (spawn-fiber-chain 500000)) #:drain? #t): ok (23.956 s) +assert terminates: (run-fibers (lambda () (spawn-fiber-chain 5000000)) #:drain? #t): ok (240.953 s) +assert terminates: (run-fibers (lambda () (test-run-order 10)) #:parallelism 1 #:drain? #t): ok (0.024 s) +assert terminates: (run-fibers (lambda () (test-wakeup-order 10)) #:parallelism 1 #:drain? #t): ok (0.002 s) +assert terminates: (run-fibers (lambda () 1) #:drain? #t): ok (0.004 s) +assert run-fiber-return-vals equal to (1): ok +assert terminates: (run-fibers (lambda () (do-times 20 (check-sleep (random 1.0)))) #:drain? #t): assert sleep 0.0208412723756638s < actual 0.022s: #t (diff: 5.559773911353113%) +assert sleep 0.034999724127635974s < actual 0.036s: #t (diff: 2.8579535904804456%) +assert sleep 0.06240018655798732s < actual 0.063s: #t (diff: 0.9612366165849292%) +assert sleep 0.21285033319371316s < actual 0.214s: #t (diff: 0.5401292020720189%) +assert sleep 0.2960894183736567s < actual 0.297s: #t (diff: 0.30753602453774537%) +assert sleep 0.36308940753118163s < actual 0.364s: #t (diff: 0.25079014973472075%) +assert sleep 0.39196606399846906s < actual 0.393s: #t (diff: 0.26378202005135665%) +assert sleep 0.4224948603092679s < actual 0.423s: #t (diff: 0.1195611445692632%) +assert sleep 0.5111475662682122s < actual 0.512s: #t (diff: 0.16676861791815495%) +assert sleep 0.5278458008167474s < actual 0.529s: #t (diff: 0.21866218912166016%) +assert sleep 0.5666737875167382s < actual 0.569s: #t (diff: 0.41050292681713135%) +assert sleep 0.594673548397833s < actual 0.596s: #t (diff: 0.22305542355812763%) +assert sleep 0.6251780989721204s < actual 0.627s: #t (diff: 0.291421121577205%) +assert sleep 0.7042261473627278s < actual 0.706s: #t (diff: 0.25188679004820885%) +assert sleep 0.769103289057598s < actual 0.77s: #t (diff: 0.11659174458879652%) +assert sleep 0.7940135277383791s < actual 0.795s: #t (diff: 0.12423872228358276%) +assert sleep 0.8199196392667567s < actual 0.822s: #t (diff: 0.2537273939557889%) +assert sleep 0.8667280875380831s < actual 0.868s: #t (diff: 0.14674873010401301%) +assert sleep 0.8891085699384363s < actual 0.89s: #t (diff: 0.1002611032784662%) +assert sleep 0.9689743186232308s < actual 0.972s: #t (diff: 0.31225609581358355%) +ok (0.98 s) +WARNING: (tests basic): imported module (fibers) overrides core binding `sleep' +PASS: tests/basic.scm +assert (condition? cv) equal to #t: ok +assert run-fibers on (wait/timeout cv) terminates: ok (0.074 s) +assert run-fiber-return-vals equal to (#f): ok +assert run-fibers on (wait/timeout cv) terminates: ok (0.06 s) +assert run-fiber-return-vals equal to (#f): ok +assert (signal-condition! cv) equal to #t: ok +assert (signal-condition! cv) equal to #f: ok +assert run-fibers on (wait/timeout cv) terminates: ok (0.04 s) +assert run-fiber-return-vals equal to (#t): ok +assert run-fibers on (wait/timeout cv) terminates: ok (0.007 s) +assert run-fiber-return-vals equal to (#t): ok +assert run-fibers on (let ((cv (make-condition))) (spawn-fiber (lambda () (signal-condition! cv))) (wait cv) #t) terminates: ok (0.008 s) +assert run-fiber-return-vals equal to (#t): ok +assert (let ((cv (make-condition))) (run-fibers (lambda () (spawn-fiber (lambda () (wait cv))) (yield-current-task)) #:drain? #f #:hz 0 #:parallelism 1) (signal-condition! cv)) equal to #t: ok +PASS: tests/conditions.scm +assert run-fibers on (rpc 1) terminates: ok (0.012 s) +assert run-fiber-return-vals equal to (1): ok +assert run-fibers on (rpc-fib 24) terminates: ok (18.305 s) +assert run-fiber-return-vals equal to (75025): ok +assert run-fibers on (pingpong (current-processor-count) 1000) terminates: ok (0.163 s) +PASS: tests/channels.scm +assert #f equal to #f: ok +assert #t terminates: ok +assert (sleep 1) terminates: ok +assert (perform-operation (sleep-operation 1)) terminates: ok +assert (receive-from-fiber 42) equal to 42: ok +assert (send-to-fiber 42) equal to 42: ok +WARNING: (tests foreign): imported module (fibers) overrides core binding `sleep' +PASS: tests/foreign.scm +assert run-fibers on (readable/timeout? s) terminates: ok (0.063 s) +assert run-fiber-return-vals equal to (#t): ok +assert (readable/timeout? s) equal to #t: ok +assert run-fibers on (readable/timeout? A) terminates: ok (0.078 s) +assert run-fiber-return-vals equal to (#t): ok +assert (readable/timeout? A) equal to #t: ok +assert run-fibers on (writable/timeout? B) terminates: ok (0.011 s) +assert run-fiber-return-vals equal to (#f): ok +assert (writable/timeout? B) equal to #f: ok +assert run-fibers on (writable/timeout? B) terminates: ok (0.059 s) +assert run-fiber-return-vals equal to (#t): ok +assert run-fibers on (readable/timeout? A) terminates: ok (0.008 s) +assert run-fiber-return-vals equal to (#f): ok +PASS: tests/io-wakeup.scm +assert run-fibers on (my-param) terminates: ok (0.023 s) +assert run-fiber-return-vals equal to (#f): ok +assert run-fibers on (rpc (my-param)) terminates: ok (0.007 s) +assert run-fiber-return-vals equal to (#f): ok +assert run-fibers on (rpc (begin (my-param 42) (my-param))) terminates: ok (0.025 s) +assert run-fiber-return-vals equal to (42): ok +assert run-fibers on (my-param) terminates: ok (0.005 s) +assert run-fiber-return-vals equal to (#f): ok +assert run-fibers on (begin (my-param 100) (rpc (my-param))) terminates: ok (0.006 s) +assert run-fiber-return-vals equal to (100): ok +assert run-fibers on (my-param) terminates: ok (0.006 s) +assert run-fiber-return-vals equal to (#f): ok +assert (my-param) equal to #f: ok +assert (begin (my-param (quote foo)) (my-param)) equal to foo: ok +assert run-fibers on (my-param) terminates: ok (0.006 s) +assert run-fiber-return-vals equal to (foo): ok +assert run-fibers on (rpc (my-param)) terminates: ok (0.006 s) +assert run-fiber-return-vals equal to (foo): ok +PASS: tests/parameters.scm +assert run-fibers on (let lp ((n 0)) (when (< n 100000000) (lp (#{1+}# n)))) terminates: ok (11.523 s) +assert run-fibers on (race-until 100) terminates: ok (1.209 s) +assert run-fiber-return-vals equal to (100): ok +PASS: tests/preemption.scm +speedup for (do-times 100000 (spawn-fiber (lambda () #t) #:parallel? #t)): 1.641 s / 1.666 s = 0.9849939975990397x (4 cpus) +speedup for (do-times 40000 (spawn-fiber (lambda () (sleep 1)) #:parallel? #t)): 3.634 s / 1.878 s = 1.9350372736954207x (4 cpus) +speedup for (do-times 100000 (spawn-fiber (lambda () (loop-to 10000)) #:parallel? #t)): 121.504 s / 31.332 s = 3.877952253287374x (4 cpus) +speedup for (do-times 100000 (spawn-fiber (lambda () (alloc-to 4 1000)) #:parallel? #t)): 62.662 s / 19.115 s = 3.27815851425582x (4 cpus) +speedup for (do-times 10000 (spawn-fiber (lambda () (alloc-to 4 10000)) #:parallel? #t)): 60.755 s / 17.909 s = 3.3924283879613606x (4 cpus) +speedup for (do-times 1000 (spawn-fiber (lambda () (alloc-to 4 100000)) #:parallel? #t)): WARNING: (tests speedup): imported module (fibers) overrides core binding `sleep' +60.313 s / 17.883 s = 3.3726444108930274x (4 cpus) +PASS: tests/speedup.scm +PASS: tests/timer-wheel.scm +WARNING: (tests ports): imported module (fibers) overrides core binding `sleep' +success + +;;; (listening-socket #) + +;;; (listening-socket #) + +;;; (listening-socket #) + +;;; (listening-socket #) + +;;; (listening-socket #) + +;;; (listening-socket #) + +;;; (accepted-connection (# . #(2 2130706433 36516))) + +;;; (connected #(2 2130706433 5556)) + +;;; (received "hello!") + +;;; (echo "hello!") +PASS: tests/ports.scm +assert (length data) equal to 10000: ok +assert (length data) equal to 10000: ok +PASS: tests/concurrent-web-server.scm +=================== +All 11 tests passed +=================== +make[3]: Leaving directory '/home/user/sources/fibers/fibers-1.3.1' +make[2]: Leaving directory '/home/user/sources/fibers/fibers-1.3.1' +make[1]: Leaving directory '/home/user/sources/fibers/fibers-1.3.1' + create-stamp debian/debhelper-build-stamp + fakeroot debian/rules binary +dh binary + dh_testroot + dh_prep + dh_auto_install + make -j1 install DESTDIR=/home/user/sources/fibers/fibers-1.3.1/debian/guile-fibers AM_UPDATE_INFO_DIR=no +make[1]: Entering directory '/home/user/sources/fibers/fibers-1.3.1' +make install-am +make[2]: Entering directory '/home/user/sources/fibers/fibers-1.3.1' +make[3]: Entering directory '/home/user/sources/fibers/fibers-1.3.1' +make[3]: Nothing to be done for 'install-exec-am'. + /usr/bin/mkdir -p '/home/user/sources/fibers/fibers-1.3.1/debian/guile-fibers/usr/lib/arm-linux-gnueabihf/guile/3.0/extensions' + /bin/bash ./libtool --mode=install /usr/bin/install -c fibers-epoll.la '/home/user/sources/fibers/fibers-1.3.1/debian/guile-fibers/usr/lib/arm-linux-gnueabihf/guile/3.0/extensions' +libtool: install: /usr/bin/install -c .libs/fibers-epoll.so.0.0.0 /home/user/sources/fibers/fibers-1.3.1/debian/guile-fibers/usr/lib/arm-linux-gnueabihf/guile/3.0/extensions/fibers-epoll.so.0.0.0 +libtool: install: (cd /home/user/sources/fibers/fibers-1.3.1/debian/guile-fibers/usr/lib/arm-linux-gnueabihf/guile/3.0/extensions && { ln -s -f fibers-epoll.so.0.0.0 fibers-epoll.so.0 || { rm -f fibers-epoll.so.0 && ln -s fibers-epoll.so.0.0.0 fibers-epoll.so.0; }; }) +libtool: install: (cd /home/user/sources/fibers/fibers-1.3.1/debian/guile-fibers/usr/lib/arm-linux-gnueabihf/guile/3.0/extensions && { ln -s -f fibers-epoll.so.0.0.0 fibers-epoll.so || { rm -f fibers-epoll.so && ln -s fibers-epoll.so.0.0.0 fibers-epoll.so; }; }) +libtool: install: /usr/bin/install -c .libs/fibers-epoll.lai /home/user/sources/fibers/fibers-1.3.1/debian/guile-fibers/usr/lib/arm-linux-gnueabihf/guile/3.0/extensions/fibers-epoll.la +libtool: warning: remember to run 'libtool --finish /usr/lib/arm-linux-gnueabihf/guile/3.0/extensions' + /usr/bin/mkdir -p '/home/user/sources/fibers/fibers-1.3.1/debian/guile-fibers/usr/share/info' + /usr/bin/install -c -m 644 ./fibers.info '/home/user/sources/fibers/fibers-1.3.1/debian/guile-fibers/usr/share/info' + /usr/bin/mkdir -p '/home/user/sources/fibers/fibers-1.3.1/debian/guile-fibers/usr/share/guile/site/3.0' + /usr/bin/mkdir -p '/home/user/sources/fibers/fibers-1.3.1/debian/guile-fibers/usr/share/guile/site/3.0/fibers/web' + /usr/bin/install -c -m 644 fibers/web/server.scm '/home/user/sources/fibers/fibers-1.3.1/debian/guile-fibers/usr/share/guile/site/3.0/fibers/web' + /usr/bin/mkdir -p '/home/user/sources/fibers/fibers-1.3.1/debian/guile-fibers/usr/share/guile/site/3.0/web/server' + /usr/bin/install -c -m 644 web/server/fibers.scm '/home/user/sources/fibers/fibers-1.3.1/debian/guile-fibers/usr/share/guile/site/3.0/web/server' + /usr/bin/install -c -m 644 fibers.scm '/home/user/sources/fibers/fibers-1.3.1/debian/guile-fibers/usr/share/guile/site/3.0/.' + /usr/bin/mkdir -p '/home/user/sources/fibers/fibers-1.3.1/debian/guile-fibers/usr/share/guile/site/3.0/fibers' + /usr/bin/install -c -m 644 fibers/affinity.scm fibers/channels.scm fibers/conditions.scm fibers/config.scm fibers/counter.scm fibers/deque.scm fibers/interrupts.scm fibers/io-wakeup.scm fibers/nameset.scm fibers/operations.scm fibers/psq.scm fibers/repl.scm fibers/scheduler.scm fibers/stack.scm fibers/timers.scm fibers/timer-wheel.scm '/home/user/sources/fibers/fibers-1.3.1/debian/guile-fibers/usr/share/guile/site/3.0/fibers' + /usr/bin/mkdir -p '/home/user/sources/fibers/fibers-1.3.1/debian/guile-fibers/usr/lib/arm-linux-gnueabihf/guile/3.0/site-ccache' + /usr/bin/mkdir -p '/home/user/sources/fibers/fibers-1.3.1/debian/guile-fibers/usr/lib/arm-linux-gnueabihf/guile/3.0/site-ccache/fibers/web' + /usr/bin/install -c -m 644 fibers/web/server.go '/home/user/sources/fibers/fibers-1.3.1/debian/guile-fibers/usr/lib/arm-linux-gnueabihf/guile/3.0/site-ccache/fibers/web' + /usr/bin/mkdir -p '/home/user/sources/fibers/fibers-1.3.1/debian/guile-fibers/usr/lib/arm-linux-gnueabihf/guile/3.0/site-ccache/web/server' + /usr/bin/install -c -m 644 web/server/fibers.go '/home/user/sources/fibers/fibers-1.3.1/debian/guile-fibers/usr/lib/arm-linux-gnueabihf/guile/3.0/site-ccache/web/server' + /usr/bin/install -c -m 644 fibers.go '/home/user/sources/fibers/fibers-1.3.1/debian/guile-fibers/usr/lib/arm-linux-gnueabihf/guile/3.0/site-ccache/.' + /usr/bin/mkdir -p '/home/user/sources/fibers/fibers-1.3.1/debian/guile-fibers/usr/lib/arm-linux-gnueabihf/guile/3.0/site-ccache/fibers' + /usr/bin/install -c -m 644 fibers/affinity.go fibers/channels.go fibers/conditions.go fibers/config.go fibers/counter.go fibers/deque.go fibers/interrupts.go fibers/io-wakeup.go fibers/nameset.go fibers/operations.go fibers/psq.go fibers/repl.go fibers/scheduler.go fibers/stack.go fibers/timers.go fibers/timer-wheel.go '/home/user/sources/fibers/fibers-1.3.1/debian/guile-fibers/usr/lib/arm-linux-gnueabihf/guile/3.0/site-ccache/fibers' + /usr/bin/mkdir -p '/home/user/sources/fibers/fibers-1.3.1/debian/guile-fibers/usr/share/guile/site/3.0/fibers' + /usr/bin/install -c -m 644 override/fibers/events-impl.scm override/fibers/posix-clocks.scm '/home/user/sources/fibers/fibers-1.3.1/debian/guile-fibers/usr/share/guile/site/3.0/fibers' + /usr/bin/mkdir -p '/home/user/sources/fibers/fibers-1.3.1/debian/guile-fibers/usr/lib/arm-linux-gnueabihf/guile/3.0/site-ccache/fibers' + /usr/bin/install -c -m 644 override/fibers/events-impl.go override/fibers/posix-clocks.go '/home/user/sources/fibers/fibers-1.3.1/debian/guile-fibers/usr/lib/arm-linux-gnueabihf/guile/3.0/site-ccache/fibers' +make[3]: Leaving directory '/home/user/sources/fibers/fibers-1.3.1' +make[2]: Leaving directory '/home/user/sources/fibers/fibers-1.3.1' +make[1]: Leaving directory '/home/user/sources/fibers/fibers-1.3.1' + dh_installdocs + dh_installchangelogs + dh_perl + dh_link + dh_strip_nondeterminism + dh_compress + dh_fixperms + dh_missing + dh_strip + dh_makeshlibs + dh_shlibdeps + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb +dpkg-deb: building package 'guile-fibers-dbgsym' in '../guile-fibers-dbgsym_1.3.1-2bu_armhf.deb'. +dpkg-deb: building package 'guile-fibers' in '../guile-fibers_1.3.1-2bu_armhf.deb'. + dpkg-genbuildinfo + dpkg-genchanges >../fibers_1.3.1-2bu_armhf.changes +dpkg-genchanges: info: not including original source code in upload + dpkg-source --after-build . +dpkg-buildpackage: info: binary and diff upload (original source NOT included) diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/fibers_1.3.1-2bu_armhf.buildinfo b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/fibers_1.3.1-2bu_armhf.buildinfo new file mode 100644 index 0000000..e422023 --- /dev/null +++ b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/fibers_1.3.1-2bu_armhf.buildinfo @@ -0,0 +1,280 @@ +Format: 1.0 +Source: fibers +Binary: guile-fibers guile-fibers-dbgsym +Architecture: armhf source +Version: 1.3.1-2bu +Checksums-Md5: + 7d541344f8d76b32c3e31abf62c6ff5d 827 fibers_1.3.1-2bu.dsc + b49e8ab70c7f394ee22693a234221e15 8512 guile-fibers-dbgsym_1.3.1-2bu_armhf.deb + 20d7bd2b468f50711de85e072fbb7105 279628 guile-fibers_1.3.1-2bu_armhf.deb +Checksums-Sha1: + 32754fecc3ab87cec2e7de351e40487c9df4029b 827 fibers_1.3.1-2bu.dsc + e36584d94f5ea2b47c4557cfcb3072c6ea5c44f7 8512 guile-fibers-dbgsym_1.3.1-2bu_armhf.deb + 0079b20c32222cb832f135eee10c1b6de2c4e3ff 279628 guile-fibers_1.3.1-2bu_armhf.deb +Checksums-Sha256: + d78f53587d172fd57e6bc63877bf383e8a2185f24c3dc45004002530ba65c344 827 fibers_1.3.1-2bu.dsc + 474b0f622b812bd9d0d7da274929924058ca7cb22c1f8553da2da8fe99b1ffa4 8512 guile-fibers-dbgsym_1.3.1-2bu_armhf.deb + 108be350e8dcab2d8799bf6b1bda10e0fa5af487f860a4c2c66541a017527e9b 279628 guile-fibers_1.3.1-2bu_armhf.deb +Build-Origin: Debian +Build-Architecture: armhf +Build-Date: Tue, 01 Aug 2023 10:35:00 +0200 +Build-Tainted-By: + merged-usr-via-aliased-dirs +Installed-Build-Depends: + adduser (= 3.118), + autoconf (= 2.69-14), + automake (= 1:1.16.3-2), + autopoint (= 0.21-4), + autotools-dev (= 20180224.1+nmu1), + base-files (= 11.1+deb11u4), + base-passwd (= 3.5.51), + bash (= 5.1-2+deb11u1), + binutils (= 2.35.2-2), + binutils-arm-linux-gnueabihf (= 2.35.2-2), + binutils-common (= 2.35.2-2), + bsdextrautils (= 2.36.1-8+deb11u1), + bsdutils (= 1:2.36.1-8+deb11u1), + build-essential (= 12.9), + bzip2 (= 1.0.8-4), + ca-certificates (= 20210119), + coreutils (= 8.32-4), + cpp (= 4:10.2.1-1), + cpp-10 (= 10.2.1-6), + dash (= 0.5.11+git20200708+dd9ef66-5), + debconf (= 1.5.77), + debhelper (= 13.3.4), + debianutils (= 4.11.2), + devscripts (= 2.21.3+deb11u1), + dh-autoreconf (= 20), + dh-strip-nondeterminism (= 1.12.0-1), + diffutils (= 1:3.7-5), + dirmngr (= 2.2.27-2+deb11u2), + dpkg (= 1.20.11), + dpkg-dev (= 1.20.11), + dwz (= 0.13+20210201-1), + fakeroot (= 1.25.3-1.1), + file (= 1:5.39-3), + findutils (= 4.8.0-1), + g++ (= 4:10.2.1-1), + g++-10 (= 10.2.1-6), + gawk (= 1:5.1.0-1), + gcc (= 4:10.2.1-1), + gcc-10 (= 10.2.1-6), + gcc-10-base (= 10.2.1-6), + gettext (= 0.21-4), + gettext-base (= 0.21-4), + gnupg (= 2.2.27-2+deb11u2), + gnupg-l10n (= 2.2.27-2+deb11u2), + gnupg-utils (= 2.2.27-2+deb11u2), + gpg (= 2.2.27-2+deb11u2), + gpg-agent (= 2.2.27-2+deb11u2), + gpg-wks-client (= 2.2.27-2+deb11u2), + gpg-wks-server (= 2.2.27-2+deb11u2), + gpgconf (= 2.2.27-2+deb11u2), + gpgsm (= 2.2.27-2+deb11u2), + gpgv (= 2.2.27-2+deb11u2), + grep (= 3.6-1), + groff-base (= 1.22.4-6), + guile-3.0 (= 3.0.9-0bu1), + guile-3.0-dev (= 3.0.9-0bu1), + guile-3.0-libs (= 3.0.9-0bu1), + gzip (= 1.10-4+deb11u1), + hostname (= 3.23), + init-system-helpers (= 1.60), + install-info (= 6.7.0.dfsg.2-6), + intltool-debian (= 0.35.0+20060710.5), + libacl1 (= 2.2.53-10), + libarchive-zip-perl (= 1.68-1), + libasan6 (= 10.2.1-6), + libassuan0 (= 2.5.3-7.1), + libatomic1 (= 10.2.1-6), + libattr1 (= 1:2.4.48-6), + libaudit-common (= 1:3.0-2), + libaudit1 (= 1:3.0-2), + libb-hooks-op-check-perl (= 0.22-1+b3), + libbinutils (= 2.35.2-2), + libblkid1 (= 2.36.1-8+deb11u1), + libbz2-1.0 (= 1.0.8-4), + libc-bin (= 2.31-13+deb11u3), + libc-dev-bin (= 2.31-13+deb11u3), + libc6 (= 2.31-13+deb11u3), + libc6-dev (= 2.31-13+deb11u3), + libcap-ng0 (= 0.7.9-2.2+b1), + libcc1-0 (= 10.2.1-6), + libclass-method-modifiers-perl (= 2.13-1), + libcom-err2 (= 1.46.2-2), + libcrypt-dev (= 1:4.4.18-4), + libcrypt1 (= 1:4.4.18-4), + libctf-nobfd0 (= 2.35.2-2), + libctf0 (= 2.35.2-2), + libdb5.3 (= 5.3.28+dfsg1-0.8), + libdebconfclient0 (= 0.260), + libdebhelper-perl (= 13.3.4), + libdevel-callchecker-perl (= 0.008-1+b2), + libdpkg-perl (= 1.20.11), + libdynaloader-functions-perl (= 0.003-1.1), + libelf1 (= 0.183-1), + libencode-locale-perl (= 1.05-1.1), + libexpat1 (= 2.2.10-2+deb11u4), + libfakeroot (= 1.25.3-1.1), + libffi7 (= 3.3-6), + libfile-dirlist-perl (= 0.05-2), + libfile-homedir-perl (= 1.006-1), + libfile-listing-perl (= 6.14-1), + libfile-stripnondeterminism-perl (= 1.12.0-1), + libfile-touch-perl (= 0.11-1), + libfile-which-perl (= 1.23-1), + libgc-dev (= 1:8.0.4-3), + libgc1 (= 1:8.0.4-3), + libgcc-10-dev (= 10.2.1-6), + libgcc-s1 (= 10.2.1-6), + libgcrypt20 (= 1.8.7-6), + libgdbm-compat4 (= 1.19-2), + libgdbm6 (= 1.19-2), + libglib2.0-0 (= 2.66.8-1), + libgmp-dev (= 2:6.2.1+dfsg-1+deb11u1), + libgmp10 (= 2:6.2.1+dfsg-1+deb11u1), + libgmpxx4ldbl (= 2:6.2.1+dfsg-1+deb11u1), + libgnutls30 (= 3.7.1-5+deb11u2), + libgomp1 (= 10.2.1-6), + libgpg-error0 (= 1.38-2), + libgssapi-krb5-2 (= 1.18.3-6+deb11u1), + libhogweed6 (= 3.7.3-1), + libhtml-parser-perl (= 3.75-1+b1), + libhtml-tagset-perl (= 3.20-4), + libhtml-tree-perl (= 5.07-2), + libhttp-cookies-perl (= 6.10-1), + libhttp-date-perl (= 6.05-1), + libhttp-message-perl (= 6.28-1), + libhttp-negotiate-perl (= 6.01-1), + libicu67 (= 67.1-7), + libidn2-0 (= 2.3.0-5), + libimport-into-perl (= 1.002005-1), + libio-html-perl (= 1.004-2), + libio-pty-perl (= 1:1.15-2), + libio-socket-ssl-perl (= 2.069-1), + libipc-run-perl (= 20200505.0-1), + libisl23 (= 0.23-1), + libk5crypto3 (= 1.18.3-6+deb11u1), + libkeyutils1 (= 1.6.1-2), + libkrb5-3 (= 1.18.3-6+deb11u1), + libkrb5support0 (= 1.18.3-6+deb11u1), + libksba8 (= 1.5.0-3+deb11u1), + libldap-2.4-2 (= 2.4.57+dfsg-3+deb11u1), + libltdl-dev (= 2.4.6-15), + libltdl7 (= 2.4.6-15), + liblwp-mediatypes-perl (= 6.04-1), + liblwp-protocol-https-perl (= 6.10-1), + liblz4-1 (= 1.9.3-2), + liblzma5 (= 5.2.5-2.1~deb11u1), + libmagic-mgc (= 1:5.39-3), + libmagic1 (= 1:5.39-3), + libmodule-runtime-perl (= 0.016-1), + libmoo-perl (= 2.004004-1), + libmount1 (= 2.36.1-8+deb11u1), + libmpc3 (= 1.2.0-1), + libmpdec3 (= 2.5.1-1), + libmpfr6 (= 4.1.0-3), + libncurses-dev (= 6.2+20201114-2), + libncurses5-dev (= 6.2+20201114-2), + libncurses6 (= 6.2+20201114-2), + libncursesw6 (= 6.2+20201114-2), + libnet-http-perl (= 6.20-1), + libnet-ssleay-perl (= 1.88-3+b1), + libnettle8 (= 3.7.3-1), + libnpth0 (= 1.6-3), + libnsl-dev (= 1.3.0-2), + libnsl2 (= 1.3.0-2), + libp11-kit0 (= 0.23.22-1), + libpam-modules (= 1.4.0-9+deb11u1), + libpam-modules-bin (= 1.4.0-9+deb11u1), + libpam-runtime (= 1.4.0-9+deb11u1), + libpam0g (= 1.4.0-9+deb11u1), + libparams-classify-perl (= 0.015-1+b3), + libpcre2-8-0 (= 10.36-2), + libpcre3 (= 2:8.39-13), + libperl5.32 (= 5.32.1-4+deb11u2), + libpipeline1 (= 1.5.3-1), + libpython3-stdlib (= 3.9.2-3), + libpython3.9-minimal (= 3.9.2-1), + libpython3.9-stdlib (= 3.9.2-1), + libreadline-dev (= 8.1-1), + libreadline8 (= 8.1-1), + librole-tiny-perl (= 2.002004-1), + libsasl2-2 (= 2.1.27+dfsg-2.1+deb11u1), + libsasl2-modules-db (= 2.1.27+dfsg-2.1+deb11u1), + libseccomp2 (= 2.5.1-1+deb11u1), + libselinux1 (= 3.1-3), + libsemanage-common (= 3.1-1), + libsemanage1 (= 3.1-1+b2), + libsepol1 (= 3.1-1), + libsigsegv2 (= 2.13-1), + libsmartcols1 (= 2.36.1-8+deb11u1), + libsqlite3-0 (= 3.34.1-3), + libssl1.1 (= 1.1.1n-0+deb11u3), + libstdc++-10-dev (= 10.2.1-6), + libstdc++6 (= 10.2.1-6), + libstrictures-perl (= 2.000006-1), + libsub-override-perl (= 0.09-2), + libsub-quote-perl (= 2.006006-1), + libsystemd0 (= 247.3-7), + libtasn1-6 (= 4.16.0-2), + libtimedate-perl (= 2.3300-2), + libtinfo6 (= 6.2+20201114-2), + libtirpc-common (= 1.3.1-1+deb11u1), + libtirpc-dev (= 1.3.1-1+deb11u1), + libtirpc3 (= 1.3.1-1+deb11u1), + libtool (= 2.4.6-15), + libtry-tiny-perl (= 0.30-1), + libubsan1 (= 10.2.1-6), + libuchardet0 (= 0.0.7-1), + libudev1 (= 247.3-7), + libunistring2 (= 0.9.10-4), + liburi-perl (= 5.08-1), + libuuid1 (= 2.36.1-8+deb11u1), + libwww-perl (= 6.52-1), + libwww-robotrules-perl (= 6.02-1), + libxml2 (= 2.9.10+dfsg-6.7+deb11u2), + libzstd1 (= 1.4.8+dfsg-2.1), + linux-libc-dev (= 5.10.136-1), + login (= 1:4.8.1-1), + lsb-base (= 11.1.0), + m4 (= 1.4.18-5), + mailcap (= 3.69), + make (= 4.3-4.1), + man-db (= 2.9.4-2), + mawk (= 1.3.4.20200120-2), + media-types (= 4.0.0), + mime-support (= 3.66), + ncurses-base (= 6.2+20201114-2), + ncurses-bin (= 6.2+20201114-2), + netbase (= 6.3), + openssl (= 1.1.1n-0+deb11u3), + passwd (= 1:4.8.1-1), + patch (= 2.7.6-7), + patchutils (= 0.4.2-1), + perl (= 5.32.1-4+deb11u2), + perl-base (= 5.32.1-4+deb11u2), + perl-modules-5.32 (= 5.32.1-4+deb11u2), + perl-openssl-defaults (= 5), + pinentry-curses (= 1.1.0-4), + pkg-config (= 0.29.2-1), + po-debconf (= 1.0.21+nmu1), + python3 (= 3.9.2-3), + python3-minimal (= 3.9.2-3), + python3.9 (= 3.9.2-1), + python3.9-minimal (= 3.9.2-1), + readline-common (= 8.1-1), + sed (= 4.7-1), + sensible-utils (= 0.0.14), + sysvinit-utils (= 2.96-7+deb11u1), + tar (= 1.34+dfsg-1), + tzdata (= 2021a-1+deb11u5), + util-linux (= 2.36.1-8+deb11u1), + wdiff (= 1.2.2-2+b1), + xz-utils (= 5.2.5-2.1~deb11u1), + zlib1g (= 1:1.2.11.dfsg-2+deb11u2) +Environment: + DEB_BUILD_OPTIONS="parallel=4" + LANG="C.UTF-8" + SOURCE_DATE_EPOCH="1690713050" diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/fibers_1.3.1-2bu_armhf.changes b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/fibers_1.3.1-2bu_armhf.changes new file mode 100644 index 0000000..60d561f --- /dev/null +++ b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/fibers_1.3.1-2bu_armhf.changes @@ -0,0 +1,34 @@ +Format: 1.8 +Date: Sun, 30 Jul 2023 12:30:50 +0200 +Source: fibers +Binary: guile-fibers guile-fibers-dbgsym +Architecture: source armhf +Version: 1.3.1-2bu +Distribution: UNRELEASED +Urgency: medium +Maintainer: sesostris +Changed-By: sesostris +Description: + guile-fibers - Threads without forking +Changes: + fibers (1.3.1-2bu) UNRELEASED; urgency=medium + . + * Suppress some too memory hungry tests on low specs hosts. +Checksums-Sha1: + 32754fecc3ab87cec2e7de351e40487c9df4029b 827 fibers_1.3.1-2bu.dsc + c30adf647d05085c0cd885b45c912aefbf74fa42 1256 fibers_1.3.1-2bu.debian.tar.xz + 2198a98c1cd580f76008ff10540b35de6f0e6be8 8625 fibers_1.3.1-2bu_armhf.buildinfo + e36584d94f5ea2b47c4557cfcb3072c6ea5c44f7 8512 guile-fibers-dbgsym_1.3.1-2bu_armhf.deb + 0079b20c32222cb832f135eee10c1b6de2c4e3ff 279628 guile-fibers_1.3.1-2bu_armhf.deb +Checksums-Sha256: + d78f53587d172fd57e6bc63877bf383e8a2185f24c3dc45004002530ba65c344 827 fibers_1.3.1-2bu.dsc + ea0ff1cd66fc924c38d39152a67997f3077aa4b9ac66c33fb1ec179ff584c749 1256 fibers_1.3.1-2bu.debian.tar.xz + 0bce75442fe2c5f0680580466f4c18c0ed1fbeb4d52ca8518102e0e6b1a09b41 8625 fibers_1.3.1-2bu_armhf.buildinfo + 474b0f622b812bd9d0d7da274929924058ca7cb22c1f8553da2da8fe99b1ffa4 8512 guile-fibers-dbgsym_1.3.1-2bu_armhf.deb + 108be350e8dcab2d8799bf6b1bda10e0fa5af487f860a4c2c66541a017527e9b 279628 guile-fibers_1.3.1-2bu_armhf.deb +Files: + 7d541344f8d76b32c3e31abf62c6ff5d 827 misc optional fibers_1.3.1-2bu.dsc + d3ca2ccc34c80a960fc06811fd1e7ed6 1256 misc optional fibers_1.3.1-2bu.debian.tar.xz + 2945ac8fcb8ee9e4cad2c2f17b988d2c 8625 misc optional fibers_1.3.1-2bu_armhf.buildinfo + b49e8ab70c7f394ee22693a234221e15 8512 debug optional guile-fibers-dbgsym_1.3.1-2bu_armhf.deb + 20d7bd2b468f50711de85e072fbb7105 279628 misc optional guile-fibers_1.3.1-2bu_armhf.deb diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/fibers_1.3.1.orig.tar.gz b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/fibers_1.3.1.orig.tar.gz new file mode 100644 index 0000000..ae8156a Binary files /dev/null and b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/fibers_1.3.1.orig.tar.gz differ diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/guile-3.0-dev_3.0.9-0bu1_amd64.deb b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/guile-3.0-dev_3.0.9-0bu1_amd64.deb new file mode 100644 index 0000000..1f48759 Binary files /dev/null and b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/guile-3.0-dev_3.0.9-0bu1_amd64.deb differ diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/guile-3.0-dev_3.0.9-0bu1_armhf.deb b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/guile-3.0-dev_3.0.9-0bu1_armhf.deb new file mode 100644 index 0000000..ece4aea Binary files /dev/null and b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/guile-3.0-dev_3.0.9-0bu1_armhf.deb differ diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/guile-3.0-libs_3.0.9-0bu1_amd64.deb b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/guile-3.0-libs_3.0.9-0bu1_amd64.deb new file mode 100644 index 0000000..9712c8e Binary files /dev/null and b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/guile-3.0-libs_3.0.9-0bu1_amd64.deb differ diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/guile-3.0-libs_3.0.9-0bu1_armhf.deb b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/guile-3.0-libs_3.0.9-0bu1_armhf.deb new file mode 100644 index 0000000..51fe3d0 Binary files /dev/null and b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/guile-3.0-libs_3.0.9-0bu1_armhf.deb differ diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/guile-3.0_3.0.9-0bu1.debian.tar.xz b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/guile-3.0_3.0.9-0bu1.debian.tar.xz new file mode 100644 index 0000000..2b3eeb5 Binary files /dev/null and b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/guile-3.0_3.0.9-0bu1.debian.tar.xz differ diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/guile-3.0_3.0.9-0bu1.dsc b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/guile-3.0_3.0.9-0bu1.dsc new file mode 100644 index 0000000..6f53cb5 --- /dev/null +++ b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/guile-3.0_3.0.9-0bu1.dsc @@ -0,0 +1,23 @@ +Format: 3.0 (quilt) +Source: guile-3.0 +Binary: guile-3.0, guile-3.0-dev, guile-3.0-doc, guile-3.0-libs +Architecture: any all +Version: 3.0.9-0bu1 +Maintainer: Rob Browning +Homepage: http://www.gnu.org/software/guile/ +Standards-Version: 3.7.2 +Build-Depends: libtool, debhelper (>= 9), autoconf, automake, dh-autoreconf, gperf, guile-3.0:native , libncurses5-dev, libreadline-dev, libltdl-dev, libgmp-dev, texinfo, flex, libunistring-dev, libgc-dev, libffi-dev, pkg-config +Package-List: + guile-3.0 deb lisp optional arch=any + guile-3.0-dev deb lisp optional arch=any + guile-3.0-doc deb doc optional arch=all + guile-3.0-libs deb lisp optional arch=any +Checksums-Sha1: + 6ce38ec3fefc19aa08d4662e9b054f7018a72004 9734735 guile-3.0_3.0.9.orig.tar.gz + bfdfd5b760241696798075fd4b597f2446a322b2 27036 guile-3.0_3.0.9-0bu1.debian.tar.xz +Checksums-Sha256: + 18525079ad29a0d46d15c76581b5d91c8702301bfd821666d2e1d13726162811 9734735 guile-3.0_3.0.9.orig.tar.gz + 20366c6ba209d5a8c502f34723104050f5ee5b174962484909edf1dffa007bde 27036 guile-3.0_3.0.9-0bu1.debian.tar.xz +Files: + 23ce0a86cc4116c23d4593683c788736 9734735 guile-3.0_3.0.9.orig.tar.gz + eb71c5bc4099bcc3942fa67287e4163d 27036 guile-3.0_3.0.9-0bu1.debian.tar.xz diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/guile-3.0_3.0.9-0bu1_amd64.build b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/guile-3.0_3.0.9-0bu1_amd64.build new file mode 100644 index 0000000..f7f590d --- /dev/null +++ b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/guile-3.0_3.0.9-0bu1_amd64.build @@ -0,0 +1,7639 @@ + dpkg-buildpackage -us -uc -ui +dpkg-buildpackage: info: paquet source guile-3.0 +dpkg-buildpackage: info: version source 3.0.9-0bu1 +dpkg-buildpackage: info: distribution source UNRELEASED +dpkg-buildpackage: info: source changé par sesostris + dpkg-source --before-build . +dpkg-buildpackage: info: architecture hôte amd64 + fakeroot debian/rules clean +dh clean --parallel --with autoreconf +dh: warning: Compatibility levels before 10 are deprecated (level 9 in use) + debian/rules override_dh_testdir +make[1] : on entre dans le répertoire « /home/sesostris/sources/guile/guile-3.0.9 » +dh_testdir debian/guile.postinst +make[1] : on quitte le répertoire « /home/sesostris/sources/guile/guile-3.0.9 » + debian/rules override_dh_auto_clean +make[1] : on entre dans le répertoire « /home/sesostris/sources/guile/guile-3.0.9 » +if test -e Makefile; then make distclean; fi +make[1] : on quitte le répertoire « /home/sesostris/sources/guile/guile-3.0.9 » + dh_autoreconf_clean -O--parallel + debian/rules override_dh_clean +make[1] : on entre dans le répertoire « /home/sesostris/sources/guile/guile-3.0.9 » +/usr/bin/make -C prebuilt clean +make[2] : on entre dans le répertoire « /home/sesostris/sources/guile/guile-3.0.9/prebuilt » +make[2]: *** Aucune règle pour fabriquer la cible « clean ». Arrêt. +make[2] : on quitte le répertoire « /home/sesostris/sources/guile/guile-3.0.9/prebuilt » +make[1]: [debian/rules:205 : override_dh_clean] Erreur 2 (ignorée) +dh_clean debian/guile-3.0.install debian/guile-3.0.links debian/guile-3.0.menu debian/guile-3.0.undocumented debian/guile-3.0-dev.install debian/guile-3.0-doc.README.Debian debian/guile-3.0-doc.install debian/guile-3.0-libs.install debian/guile-3.0-libs.lintian-overrides debian/guile-3.0.postinst debian/guile-3.0.prerm debian/guile-3.0-dev.postinst debian/guile-3.0-dev.prerm debian/guile-3.0-doc.postinst debian/guile-3.0-doc.prerm debian/guile-3.0-libs.postinst debian/guile-3.0-libs.prerm debian/guile-3.0-libs.triggers \ + .tarball-version \ + .version \ + blarg-clean \ + bootstrap/ice-9/ \ + bootstrap/language/ \ + bootstrap/srfi/ \ + bootstrap/system/ \ + debian/autogen.sed \ + doc/r5rs/r5rs.info \ + doc/ref/autoconf-macros.texi \ + doc/ref/effective-version.texi \ + doc/ref/guile.info \ + doc/ref/guile.info-1 \ + doc/ref/guile.info-10 \ + doc/ref/guile.info-11 \ + doc/ref/guile.info-2 \ + doc/ref/guile.info-3 \ + doc/ref/guile.info-4 \ + doc/ref/guile.info-5 \ + doc/ref/guile.info-6 \ + doc/ref/guile.info-7 \ + doc/ref/guile.info-8 \ + doc/ref/guile.info-9 \ + doc/ref/stamp-vti \ + doc/ref/version.texi \ + filesys-test-link.tmp \ + guile-procedures.txt \ + libguile/c-tokenize.c \ + libguile/cpp-E.c \ + libguile/cpp-SIG.c \ + libguile/vm-operations.h +dh_clean: warning: Compatibility levels before 10 are deprecated (level 9 in use) +make[1] : on quitte le répertoire « /home/sesostris/sources/guile/guile-3.0.9 » + dpkg-source -b . +dpkg-source: info: utilisation du format source « 3.0 (quilt) » +dpkg-source: info: construction de guile-3.0 en utilisant le ./guile-3.0_3.0.9.orig.tar.gz existant +dpkg-source: info: using patch list from debian/patches/series +dpkg-source: avertissement: suppression du fichier Makefile.in ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier aclocal.m4 ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier .version ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier config.h.in ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier .tarball-version ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier INSTALL ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier configure ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier libguile/Makefile.in ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier libguile/vm-operations.h ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier libguile/c-tokenize.c ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier libguile/cpp-SIG.c ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier libguile/cpp-E.c ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier meta/Makefile.in ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier lib/Makefile.in ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier stage0/Makefile.in ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier examples/Makefile.in ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier am/Makefile.in ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier m4/ltsugar.m4 ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier m4/libtool.m4 ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier m4/progtest.m4 ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier m4/nls.m4 ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier m4/intlmacosx.m4 ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier m4/po.m4 ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier m4/ltoptions.m4 ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier m4/ltversion.m4 ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier m4/lt~obsolete.m4 ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier m4/gettext.m4 ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier benchmark-suite/Makefile.in ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier prebuilt/Makefile.in ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier prebuilt/x86_64-unknown-linux-gnu/Makefile.in ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier prebuilt/mips-unknown-linux-gnu/Makefile.in ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier prebuilt/i686-pc-linux-gnu/Makefile.in ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier test-suite/Makefile.in ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier test-suite/standalone/Makefile.in ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier emacs/Makefile.in ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier doc/Makefile.in ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier doc/r5rs/r5rs.info ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier doc/r5rs/Makefile.in ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier doc/ref/guile.info-3 ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier doc/ref/Makefile.in ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier doc/ref/guile.info-2 ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier doc/ref/guile.info-8 ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier doc/ref/guile.info-6 ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier doc/ref/guile.info-10 ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier doc/ref/stamp-vti ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier doc/ref/effective-version.texi ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier doc/ref/guile.info-1 ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier doc/ref/guile.info ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier doc/ref/guile.info-11 ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier doc/ref/version.texi ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier doc/ref/guile.info-9 ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier doc/ref/guile.info-5 ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier doc/ref/guile.info-7 ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier doc/ref/autoconf-macros.texi ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier doc/ref/guile.info-4 ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier build-aux/ar-lib ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier build-aux/config.guess ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier build-aux/ltmain.sh ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier build-aux/install-sh ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier build-aux/mdate-sh ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier build-aux/texinfo.tex ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier build-aux/config.sub ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier build-aux/depcomp ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier build-aux/config.rpath ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier build-aux/missing ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier stage2/Makefile.in ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier module/Makefile.in ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier stage1/Makefile.in ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier gc-benchmarks/Makefile.in ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: avertissement: suppression du fichier guile-readline/Makefile.in ignorée, utilisez --include-removal pour la prendre en compte +dpkg-source: info: construction de guile-3.0 dans guile-3.0_3.0.9-0bu1.debian.tar.xz +dpkg-source: info: construction de guile-3.0 dans guile-3.0_3.0.9-0bu1.dsc + debian/rules build +dh build --parallel --with autoreconf +dh: warning: Compatibility levels before 10 are deprecated (level 9 in use) + debian/rules override_dh_testdir +make[1] : on entre dans le répertoire « /home/sesostris/sources/guile/guile-3.0.9 » +dh_testdir debian/guile.postinst +make[1] : on quitte le répertoire « /home/sesostris/sources/guile/guile-3.0.9 » + dh_update_autotools_config -O--parallel + debian/rules override_dh_autoreconf +make[1] : on entre dans le répertoire « /home/sesostris/sources/guile/guile-3.0.9 » +echo '3.0.9' > .version +cp -a .version .tarball-version +dh_autoreconf ./autogen.sh +dh_autoreconf: warning: Compatibility levels before 10 are deprecated (level 9 in use) + +autoconf (GNU Autoconf) 2.69 +Copyright (C) 2012 Free Software Foundation, Inc. +License GPLv3+/Autoconf: GNU GPL version 3 or later +, +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. + +Written by David J. MacKenzie and Akim Demaille. + +automake (GNU automake) 1.16.3 +Copyright (C) 2020 Free Software Foundation, Inc. +License GPLv2+: GNU GPL version 2 or later +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. + +Written by Tom Tromey + and Alexandre Duret-Lutz . + +libtoolize (GNU libtool) 2.4.6 +Written by Gary V. Vaughan , 2003 + +Copyright (C) 2015 Free Software Foundation, Inc. +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + +m4 (GNU M4) 1.4.18 +Copyright (C) 2016 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. + +Written by Rene' Seindal. + +flex 2.6.4 + +autoreconf: Entering directory `.' +autoreconf: running: autopoint --force +Copying file build-aux/config.rpath +Copying file m4/gettext.m4 +Copying file m4/glibc2.m4 +Copying file m4/glibc21.m4 +Copying file m4/intdiv0.m4 +Copying file m4/intl.m4 +Copying file m4/intldir.m4 +Copying file m4/intlmacosx.m4 +Copying file m4/intmax.m4 +Copying file m4/inttypes-pri.m4 +Copying file m4/lcmessage.m4 +Copying file m4/lock.m4 +Copying file m4/longlong.m4 +Copying file m4/nls.m4 +Copying file m4/po.m4 +Copying file m4/printf-posix.m4 +Copying file m4/progtest.m4 +Copying file m4/uintmax_t.m4 +Creating directory po +Copying file po/Makefile.in.in +Copying file po/Makevars.template +Copying file po/Rules-quot +Copying file po/boldquot.sed +Copying file po/en@boldquot.header +Copying file po/en@quot.header +Copying file po/insert-header.sin +Copying file po/quot.sed +Copying file po/remove-potcdate.sin +autoreconf: running: aclocal --force -I m4 +autoreconf: configure.ac: tracing +autoreconf: running: libtoolize --copy --force +libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. +libtoolize: copying file 'build-aux/ltmain.sh' +libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. +libtoolize: copying file 'm4/libtool.m4' +libtoolize: copying file 'm4/ltoptions.m4' +libtoolize: copying file 'm4/ltsugar.m4' +libtoolize: copying file 'm4/ltversion.m4' +libtoolize: copying file 'm4/lt~obsolete.m4' +autoreconf: running: /usr/bin/autoconf --force +autoreconf: running: /usr/bin/autoheader --force +autoreconf: running: automake --add-missing --copy --force-missing +configure.ac:751: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and its use is discouraged. +configure.ac:751: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead, +configure.ac:751: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files. +configure.ac:65: installing 'build-aux/ar-lib' +configure.ac:64: installing 'build-aux/compile' +configure.ac:34: installing 'build-aux/config.guess' +configure.ac:34: installing 'build-aux/config.sub' +configure.ac:39: installing 'build-aux/install-sh' +configure.ac:39: installing 'build-aux/missing' +Makefile.am: installing './INSTALL' +Makefile.am:29: warning: AM_GNU_GETTEXT used but 'po' not in SUBDIRS +doc/r5rs/Makefile.am:24: installing 'build-aux/texinfo.tex' +doc/ref/Makefile.am:25: installing 'build-aux/mdate-sh' +am/snarf:5: warning: AM_V_SNARF_$(V: non-POSIX recursive variable expansion +guile-readline/Makefile.am:23: 'am/snarf' included from here +am/snarf:6: warning: AM_V_SNARF_$(AM_DEFAULT_VERBOSITY: non-POSIX recursive variable expansion +guile-readline/Makefile.am:23: 'am/snarf' included from here +am/guilec:24: warning: AM_V_GUILEC_$(V: non-POSIX recursive variable expansion +guile-readline/Makefile.am:24: 'am/guilec' included from here +am/guilec:25: warning: AM_V_GUILEC_$(AM_DEFAULT_VERBOSITY: non-POSIX recursive variable expansion +guile-readline/Makefile.am:24: 'am/guilec' included from here +guile-readline/Makefile.am: installing 'build-aux/depcomp' +am/snarf:5: warning: AM_V_SNARF_$(V: non-POSIX recursive variable expansion +libguile/Makefile.am:23: 'am/snarf' included from here +am/snarf:6: warning: AM_V_SNARF_$(AM_DEFAULT_VERBOSITY: non-POSIX recursive variable expansion +libguile/Makefile.am:23: 'am/snarf' included from here +libguile/lightening/lightening.am:18: warning: source file '$(lightening)/lightening/lightening.c' is in a subdirectory, +libguile/lightening/lightening.am:18: but option 'subdir-objects' is disabled +libguile/Makefile.am:24: 'libguile/lightening/lightening.am' included from here +automake: warning: possible forward-incompatibility. +automake: At least a source file is in a subdirectory, but the 'subdir-objects' +automake: automake option hasn't been enabled. For now, the corresponding output +automake: object file(s) will be placed in the top-level directory. However, +automake: this behaviour will change in future Automake versions: they will +automake: unconditionally cause object files to be placed in the same subdirectory +automake: of the corresponding sources. +automake: You are advised to start using 'subdir-objects' option throughout your +automake: project, to avoid future incompatibilities. +am/bootstrap.am:33: warning: AM_V_GUILEC_$(V: non-POSIX recursive variable expansion +module/Makefile.am:22: 'am/bootstrap.am' included from here +am/bootstrap.am:34: warning: AM_V_GUILEC_$(AM_DEFAULT_VERBOSITY: non-POSIX recursive variable expansion +module/Makefile.am:22: 'am/bootstrap.am' included from here +module/Makefile.am:30: warning: nobase_noinst_DATA multiply defined in condition TRUE ... +am/bootstrap.am:27: ... 'nobase_noinst_DATA' previously defined here +module/Makefile.am:22: 'am/bootstrap.am' included from here +prebuilt/i686-pc-linux-gnu/Makefile.am:22: warning: shell basename $(subdir: non-POSIX variable name +prebuilt/i686-pc-linux-gnu/Makefile.am:22: (probably a GNU make extension) +am/bootstrap.am:33: warning: AM_V_GUILEC_$(V: non-POSIX recursive variable expansion +prebuilt/i686-pc-linux-gnu/Makefile.am:25: 'am/bootstrap.am' included from here +am/bootstrap.am:34: warning: AM_V_GUILEC_$(AM_DEFAULT_VERBOSITY: non-POSIX recursive variable expansion +prebuilt/i686-pc-linux-gnu/Makefile.am:25: 'am/bootstrap.am' included from here +prebuilt/i686-pc-linux-gnu/Makefile.am:27: warning: GOBJECTS multiply defined in condition TRUE ... +am/bootstrap.am:26: ... 'GOBJECTS' previously defined here +prebuilt/i686-pc-linux-gnu/Makefile.am:25: 'am/bootstrap.am' included from here +am/bootstrap.am:421: warning: variable 'ELISP_SOURCES' is defined but no program or +am/bootstrap.am:421: library has 'ELISP' as canonical name (possible typo) +prebuilt/i686-pc-linux-gnu/Makefile.am:25: 'am/bootstrap.am' included from here +am/bootstrap.am:424: warning: variable 'NOCOMP_SOURCES' is defined but no program or +am/bootstrap.am:424: library has 'NOCOMP' as canonical name (possible typo) +prebuilt/i686-pc-linux-gnu/Makefile.am:25: 'am/bootstrap.am' included from here +prebuilt/mips-unknown-linux-gnu/Makefile.am:22: warning: shell basename $(subdir: non-POSIX variable name +prebuilt/mips-unknown-linux-gnu/Makefile.am:22: (probably a GNU make extension) +am/bootstrap.am:33: warning: AM_V_GUILEC_$(V: non-POSIX recursive variable expansion +prebuilt/mips-unknown-linux-gnu/Makefile.am:25: 'am/bootstrap.am' included from here +am/bootstrap.am:34: warning: AM_V_GUILEC_$(AM_DEFAULT_VERBOSITY: non-POSIX recursive variable expansion +prebuilt/mips-unknown-linux-gnu/Makefile.am:25: 'am/bootstrap.am' included from here +prebuilt/mips-unknown-linux-gnu/Makefile.am:27: warning: GOBJECTS multiply defined in condition TRUE ... +am/bootstrap.am:26: ... 'GOBJECTS' previously defined here +prebuilt/mips-unknown-linux-gnu/Makefile.am:25: 'am/bootstrap.am' included from here +am/bootstrap.am:421: warning: variable 'ELISP_SOURCES' is defined but no program or +am/bootstrap.am:421: library has 'ELISP' as canonical name (possible typo) +prebuilt/mips-unknown-linux-gnu/Makefile.am:25: 'am/bootstrap.am' included from here +am/bootstrap.am:424: warning: variable 'NOCOMP_SOURCES' is defined but no program or +am/bootstrap.am:424: library has 'NOCOMP' as canonical name (possible typo) +prebuilt/mips-unknown-linux-gnu/Makefile.am:25: 'am/bootstrap.am' included from here +prebuilt/x86_64-unknown-linux-gnu/Makefile.am:22: warning: shell basename $(subdir: non-POSIX variable name +prebuilt/x86_64-unknown-linux-gnu/Makefile.am:22: (probably a GNU make extension) +am/bootstrap.am:33: warning: AM_V_GUILEC_$(V: non-POSIX recursive variable expansion +prebuilt/x86_64-unknown-linux-gnu/Makefile.am:25: 'am/bootstrap.am' included from here +am/bootstrap.am:34: warning: AM_V_GUILEC_$(AM_DEFAULT_VERBOSITY: non-POSIX recursive variable expansion +prebuilt/x86_64-unknown-linux-gnu/Makefile.am:25: 'am/bootstrap.am' included from here +prebuilt/x86_64-unknown-linux-gnu/Makefile.am:27: warning: GOBJECTS multiply defined in condition TRUE ... +am/bootstrap.am:26: ... 'GOBJECTS' previously defined here +prebuilt/x86_64-unknown-linux-gnu/Makefile.am:25: 'am/bootstrap.am' included from here +am/bootstrap.am:421: warning: variable 'ELISP_SOURCES' is defined but no program or +am/bootstrap.am:421: library has 'ELISP' as canonical name (possible typo) +prebuilt/x86_64-unknown-linux-gnu/Makefile.am:25: 'am/bootstrap.am' included from here +am/bootstrap.am:424: warning: variable 'NOCOMP_SOURCES' is defined but no program or +am/bootstrap.am:424: library has 'NOCOMP' as canonical name (possible typo) +prebuilt/x86_64-unknown-linux-gnu/Makefile.am:25: 'am/bootstrap.am' included from here +stage0/Makefile.am:27: warning: info Note: not adjusting GUILE_OPTIMIZATIONS for 32-bit big-endian architecture: non-POSIX variable name +stage0/Makefile.am:27: (probably a GNU make extension) +stage0/Makefile.am:30: warning: info Note: adjusting GUILE_OPTIMIZATIONS for 32-bit big-endian architecture: non-POSIX variable name +stage0/Makefile.am:30: (probably a GNU make extension) +am/bootstrap.am:33: warning: AM_V_GUILEC_$(V: non-POSIX recursive variable expansion +stage0/Makefile.am:36: 'am/bootstrap.am' included from here +am/bootstrap.am:34: warning: AM_V_GUILEC_$(AM_DEFAULT_VERBOSITY: non-POSIX recursive variable expansion +stage0/Makefile.am:36: 'am/bootstrap.am' included from here +stage0/Makefile.am:43: warning: filter-out ice-9/eval.go ice-9/psyntax-pp.go, $(GOBJECTS: non-POSIX variable name +stage0/Makefile.am:43: (probably a GNU make extension) +am/bootstrap.am:424: warning: variable 'NOCOMP_SOURCES' is defined but no program or +am/bootstrap.am:424: library has 'NOCOMP' as canonical name (possible typo) +stage0/Makefile.am:36: 'am/bootstrap.am' included from here +am/bootstrap.am:33: warning: AM_V_GUILEC_$(V: non-POSIX recursive variable expansion +stage1/Makefile.am:28: 'am/bootstrap.am' included from here +am/bootstrap.am:34: warning: AM_V_GUILEC_$(AM_DEFAULT_VERBOSITY: non-POSIX recursive variable expansion +stage1/Makefile.am:28: 'am/bootstrap.am' included from here +am/bootstrap.am:424: warning: variable 'NOCOMP_SOURCES' is defined but no program or +am/bootstrap.am:424: library has 'NOCOMP' as canonical name (possible typo) +stage1/Makefile.am:28: 'am/bootstrap.am' included from here +am/bootstrap.am:33: warning: AM_V_GUILEC_$(V: non-POSIX recursive variable expansion +stage2/Makefile.am:28: 'am/bootstrap.am' included from here +am/bootstrap.am:34: warning: AM_V_GUILEC_$(AM_DEFAULT_VERBOSITY: non-POSIX recursive variable expansion +stage2/Makefile.am:28: 'am/bootstrap.am' included from here +am/bootstrap.am:424: warning: variable 'NOCOMP_SOURCES' is defined but no program or +am/bootstrap.am:424: library has 'NOCOMP' as canonical name (possible typo) +stage2/Makefile.am:28: 'am/bootstrap.am' included from here +am/snarf:5: warning: AM_V_SNARF_$(V: non-POSIX recursive variable expansion +test-suite/standalone/Makefile.am:23: 'am/snarf' included from here +am/snarf:6: warning: AM_V_SNARF_$(AM_DEFAULT_VERBOSITY: non-POSIX recursive variable expansion +test-suite/standalone/Makefile.am:23: 'am/snarf' included from here +autoreconf: Leaving directory `.' +Now run configure and make. +make[1] : on quitte le répertoire « /home/sesostris/sources/guile/guile-3.0.9 » + debian/rules override_dh_auto_configure +make[1] : on entre dans le répertoire « /home/sesostris/sources/guile/guile-3.0.9 » +dh_auto_configure -- --disable-error-on-warning --disable-rpath \ + --program-suffix "-3.0" +dh_auto_configure: warning: Compatibility levels before 10 are deprecated (level 9 in use) + ./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-option-checking --disable-silent-rules --libdir=\${prefix}/lib/x86_64-linux-gnu --libexecdir=\${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode --disable-dependency-tracking --disable-error-on-warning --disable-rpath --program-suffix -3.0 +checking build system type... x86_64-pc-linux-gnu +checking host system type... x86_64-pc-linux-gnu +checking target system type... x86_64-pc-linux-gnu +checking for a BSD-compatible install... /usr/bin/install -c +checking whether build environment is sane... yes +checking for a thread-safe mkdir -p... /bin/mkdir -p +checking for gawk... gawk +checking whether make sets $(MAKE)... yes +checking whether make supports nested variables... yes +checking whether make supports nested variables... (cached) yes +checking for gcc... gcc +checking whether the C compiler works... yes +checking for C compiler default output file name... a.out +checking for suffix of executables... +checking whether we are cross compiling... no +checking for suffix of object files... o +checking whether we are using the GNU C compiler... yes +checking whether gcc accepts -g... yes +checking for gcc option to accept ISO C89... none needed +checking whether gcc understands -c and -o together... yes +checking whether the compiler is clang... no +checking for compiler option needed when checking for declarations... none +checking whether make supports the include directive... yes (GNU style) +checking dependency style of gcc... none +checking how to run the C preprocessor... gcc -E +checking for grep that handles long lines and -e... /bin/grep +checking for egrep... /bin/grep -E +checking for 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 for wchar.h... yes +checking for minix/config.h... no +checking for sys/socket.h... yes +checking for arpa/inet.h... yes +checking for features.h... yes +checking for sys/param.h... yes +checking for dirent.h... yes +checking for threads.h... yes +checking for xlocale.h... no +checking for unistd.h... (cached) yes +checking for sys/stat.h... (cached) yes +checking for netdb.h... yes +checking for netinet/in.h... yes +checking for iconv.h... yes +checking for limits.h... yes +checking for inttypes.h... (cached) yes +checking for sys/types.h... (cached) yes +checking for stdint.h... (cached) yes +checking for langinfo.h... yes +checking for math.h... yes +checking for poll.h... yes +checking for sys/ioctl.h... yes +checking for sys/filio.h... no +checking for malloc.h... yes +checking for sys/cdefs.h... yes +checking for sys/select.h... yes +checking for spawn.h... yes +checking for sys/time.h... yes +checking for stdbool.h... yes +checking for stdckdint.h... no +checking for sys/file.h... yes +checking for sys/times.h... yes +checking for sys/uio.h... yes +checking for crtdefs.h... no +checking for sys/mman.h... yes +checking for sys/random.h... yes +checking for wctype.h... yes +checking whether it is safe to define __EXTENSIONS__... yes +checking whether _XOPEN_SOURCE should be defined... no +checking for Minix Amsterdam compiler... no +checking for ar... ar +checking the archiver (ar) interface... ar +checking for ar... (cached) ar +checking for ranlib... ranlib +checking for gcc option to enable large file support... none needed +configure: autobuild project... GNU Guile +configure: autobuild revision... 3.0.9 +configure: autobuild hostname... tanis +configure: autobuild timestamp... 20230627T120522Z +checking whether the compiler supports -flto... yes +checking for lto-specific prefix for ar, nm, objcopy, ranlib... gcc +checking for gcc-nm... gcc-nm +checking for gcc-objcopy... no +checking for objcopy... objcopy +checking compiler's C standard... +checking how to run the C preprocessor... gcc -E +checking for a sed that does not truncate output... /bin/sed +checking for gawk... (cached) gawk +checking whether ln -s works... yes +checking the archiver (ar) interface... (cached) ar +checking whether the preprocessor supports include_next... yes +checking whether source code line length is unlimited... yes +checking for C/C++ restrict keyword... __restrict__ +checking whether is self-contained... yes +checking for shutdown... yes +checking whether defines the SHUT_* macros... yes +checking for struct sockaddr_storage... yes +checking for sa_family_t... yes +checking for struct sockaddr_storage.ss_family... yes +checking for size_t... yes +checking for working alloca.h... yes +checking for alloca... yes +checking whether lstat correctly handles trailing slash... yes +checking for canonicalize_file_name... yes +checking for faccessat... yes +checking for realpath... yes +checking for lstat... yes +checking for _set_invalid_parameter_handler... no +checking for duplocale... yes +checking for snprintf_l... no +checking for nl_langinfo_l... yes +checking for symlink... yes +checking for flock... yes +checking for fcntl... yes +checking for fsync... yes +checking for getlogin... yes +checking for link... yes +checking for mkostemp... yes +checking for nl_langinfo... yes +checking for pipe... yes +checking for pipe2... yes +checking for readlink... yes +checking for isblank... yes +checking for iswctype... yes +checking for setenv... yes +checking for times... yes +checking for snprintf... yes +checking for btowc... yes +checking for getdtablesize... yes +checking for mbsinit... yes +checking for mbrtowc... yes +checking for mprotect... yes +checking for localtime_r... yes +checking for timegm... yes +checking for vasnprintf... no +checking for wcrtomb... yes +checking for iswcntrl... yes +checking whether // is distinct from /... no +checking whether realpath works... yes +checking for getcwd... yes +checking pthread.h usability... yes +checking pthread.h presence... yes +checking for pthread.h... yes +checking whether POSIX threads API is available... yes +checking whether setlocale (LC_ALL, NULL) is multithread-safe... yes +checking whether setlocale (category, NULL) is multithread-safe... yes +checking for wchar_t... yes +checking for good max_align_t... yes +checking whether NULL can be used in arbitrary expressions... yes +checking whether locale.h defines locale_t... yes +checking whether locale.h conforms to POSIX:2001... yes +checking whether struct lconv is properly defined... yes +checking if environ is properly declared... yes +checking for complete errno.h... yes +checking whether ctype.h defines __header_inline... no +checking for working fcntl.h... yes +checking for pid_t... yes +checking for mode_t... yes +checking whether frexp() can be used without linking with libm... yes +checking whether alarm is declared... yes +checking whether frexp works... yes +checking whether stat file-mode macros are broken... no +checking for nlink_t... yes +checking for library containing gethostbyname... none required +checking for gethostbyname... yes +checking for library containing getservbyname... none required +checking for getservbyname... yes +checking for library containing inet_ntop... none required +checking whether inet_ntop is declared... yes +checking for IPv4 sockets... yes +checking for IPv6 sockets... yes +checking whether getlogin is declared... yes +checking for ld used by gcc... /usr/bin/ld +checking if the linker (/usr/bin/ld) is GNU ld... yes +checking for shared library run path origin... done +checking 32-bit host C ABI... no +checking for ELF binary format... yes +checking for the common suffixes of directories in the library search path... lib,lib,lib64 +checking for iconv... yes +checking for working iconv... yes +checking whether iconv is compatible with its POSIX signature... yes +checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no +checking for wint_t... yes +checking whether wint_t is large enough... yes +checking whether the compiler produces multi-arch binaries... no +checking whether stdint.h conforms to C99... yes +checking whether stdint.h works without ISO C predefines... yes +checking whether stdint.h has UINTMAX_WIDTH etc.... yes +checking whether byte ordering is bigendian... no +checking whether long double and double are the same... no +checking where to find the exponent in a 'float'... word 0 bit 23 +checking whether isnan(float) can be used without linking with libm... yes +checking whether isnan(float) works... yes +checking whether isnan(double) can be used without linking with libm... yes +checking whether isnan(long double) can be used without linking with libm... yes +checking whether isnanl works... yes +checking where to find the exponent in a 'double'... word 1 bit 20 +checking whether langinfo.h defines CODESET... yes +checking whether langinfo.h defines T_FMT_AMPM... yes +checking whether langinfo.h defines ALTMON_1... yes +checking whether langinfo.h defines ERA... yes +checking whether langinfo.h defines YESEXPR... yes +checking whether ldexp() can be used without linking with libm... yes +checking for libunistring... yes +checking how to link with libunistring... /usr/lib/x86_64-linux-gnu/libunistring.so +checking for libunistring version... 0.9.10 +checking for nl_langinfo and CODESET... yes +checking whether pow can be used without linking with libm... no +checking whether pow can be used with libm... yes +checking whether log works... yes +checking whether round is declared... yes +checking whether round works... yes +checking whether malloc is ptrdiff_t safe... yes +checking whether malloc, realloc, calloc set errno on failure... yes +checking whether malloc (0) returns nonnull... yes +checking whether NAN macro works... yes +checking whether HUGE_VAL works... yes +checking whether defines MIN and MAX... no +checking whether defines MIN and MAX... 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 for O_CLOEXEC... yes +checking for promoted mode_t type... mode_t +checking for inline... inline +checking for library containing setsockopt... none needed +checking for library containing posix_spawn... none required +checking whether posix_spawn is declared... yes +checking for posix_spawn... yes +checking whether posix_spawn is declared... (cached) yes +checking whether posix_spawn works... yes +checking whether posix_spawn rejects scripts without shebang... yes +checking whether posix_spawnp rejects scripts without shebang... yes +checking whether posix_spawnattr_setschedpolicy is supported... yes +checking whether posix_spawnattr_setschedparam is supported... yes +checking for mbstate_t... yes +checking for ssize_t... yes +checking for sched.h... yes +checking for struct sched_param... yes +checking whether is self-contained... yes +checking whether setenv is declared... yes +checking search.h usability... yes +checking search.h presence... yes +checking for search.h... yes +checking for tsearch... yes +checking for sigset_t... yes +checking for uid_t in sys/types.h... yes +checking for volatile sig_atomic_t... yes +checking for sighandler_t... yes +checking for posix_spawnattr_t... yes +checking for posix_spawn_file_actions_t... yes +checking whether fcloseall is declared... yes +checking whether getw is declared... yes +checking whether putw is declared... yes +checking which flavor of printf attribute matches inttypes macros... system +checking whether ecvt is declared... yes +checking whether fcvt is declared... yes +checking whether gcvt is declared... yes +checking for struct timeval... yes +checking for wide-enough struct timeval.tv_sec member... yes +checking for struct tms... yes +checking for struct timespec in ... yes +checking for TIME_UTC in ... yes +checking whether execvpe is declared... yes +checking whether snprintf returns a byte count as in C99... yes +checking whether vsnprintf is declared... yes +checking whether uses 'inline' correctly... yes +checking whether wcsdup is declared... yes +checking for a traditional french locale... none +checking for eaccess... yes +checking whether getdtablesize is declared... yes +checking for a traditional japanese locale... none +checking for a french Unicode locale... fr_FR.UTF-8 +checking for a transitional chinese locale... none +checking for mmap... yes +checking for MAP_ANONYMOUS... yes +checking whether memchr works... yes +checking whether time_t is signed... yes +checking for working mktime... no +checking whether snprintf is declared... yes +checking whether strdup is declared... yes +checking whether unsetenv is declared... yes +checking for inttypes.h... yes +checking for stdint.h... yes +checking for intmax_t... yes +checking whether snprintf truncates the result as in C99... yes +checking for snprintf... (cached) yes +checking for strnlen... yes +checking for wcslen... yes +checking for wcsnlen... yes +checking for mbrtowc... (cached) yes +checking for wcrtomb... (cached) yes +checking whether _snprintf is declared... no +checking whether iswcntrl works... yes +checking for towlower... yes +checking for wctype_t... yes +checking for wctrans_t... yes +checking for C compiler option to allow warnings... -Wno-error +checking whether accept4 is declared... yes +checking for alignas and alignof... yes, macros +checking for alloca as a compiler built-in... yes +checking for static_assert... yes, an macro +checking byteswap.h usability... yes +checking byteswap.h presence... yes +checking for byteswap.h... yes +checking for library containing clock_gettime... none required +checking for library containing clock_getcpuclockid... none required +checking for clock_getres... yes +checking for clock_gettime... yes +checking for clock_settime... yes +checking for clock_getcpuclockid... yes +checking whether copysign can be used without linking with libm... yes +checking for dirfd... yes +checking whether dirfd is declared... yes +checking whether dirfd is a macro... no +checking whether // is distinct from /... (cached) no +checking whether duplocale(LC_GLOBAL_LOCALE) works... yes +checking for flexible array member... yes +checking whether conversion from 'int' to 'long double' works... yes +checking whether free is known to preserve errno... no +checking whether __func__ is available... yes +checking for library containing getaddrinfo... none required +checking for getaddrinfo... yes +checking whether gai_strerror is declared... yes +checking whether gai_strerrorA is declared... no +checking for gai_strerror with POSIX signature... yes +checking for struct sockaddr.sa_len... no +checking whether getaddrinfo is declared... yes +checking whether freeaddrinfo is declared... yes +checking whether getnameinfo is declared... yes +checking for struct addrinfo... yes +checking for gethostname... yes +checking for HOST_NAME_MAX... yes +checking whether iconv supports conversion between UTF-8 and UTF-{16,32}{BE,LE}... yes +checking for library containing inet_ntop... (cached) none required +checking whether inet_ntop is declared... (cached) yes +checking for library containing inet_pton... none required +checking whether inet_pton is declared... yes +checking whether isfinite is declared... yes +checking whether isfinite(long double) works... yes +checking whether isinf is declared... yes +checking whether isinf(long double) works... yes +checking whether isnan macro works... yes +checking whether isnan(double) can be used without linking with libm... (cached) yes +checking whether isnan(float) can be used without linking with libm... (cached) yes +checking whether isnan(float) works... (cached) yes +checking whether isnan(long double) can be used without linking with libm... (cached) yes +checking whether isnanl works... (cached) yes +checking if LD -Wl,--version-script works... yes +checking whether the -Werror option is usable... yes +checking for simple visibility declarations... yes +checking whether the compiler supports the __inline keyword... yes +checking whether link obeys POSIX... yes +checking for log1p... yes +checking whether malloc (0) returns nonnull... (cached) yes +checking whether mkdir handles trailing slash... yes +checking whether mkdir handles trailing dot... yes +checking whether YESEXPR works... yes +checking for sys/pstat.h... no +checking for sys/sysmp.h... no +checking for sys/param.h... (cached) yes +checking for sys/sysctl.h... yes +checking for sched_getaffinity... yes +checking for sched_getaffinity_np... no +checking for pstat_getdynamic... no +checking for sysmp... no +checking for sysctl... yes +checking for glibc compatible sched_getaffinity... yes +checking whether open recognizes a trailing slash... yes +checking for poll... yes +checking whether posix_spawn_file_actions_addclose works... yes +checking whether posix_spawn_file_actions_adddup2 works... yes +checking whether posix_spawn_file_actions_addopen works... yes +checking for putenv compatible with GNU and SVID... yes +checking whether readlink signature is correct... yes +checking whether readlink handles trailing slash correctly... yes +checking whether readlink truncates results correctly... yes +checking for working re_compile_pattern... no +checking libintl.h usability... yes +checking libintl.h presence... yes +checking for libintl.h... yes +checking whether isblank is declared... yes +checking whether rename honors trailing slash on destination... yes +checking whether rename honors trailing slash on source... yes +checking whether rename manages hard links correctly... yes +checking whether rename manages existing destinations correctly... yes +checking whether rmdir works... yes +checking whether select supports a 0 argument... yes +checking whether select detects invalid fds... yes +checking whether setenv validates arguments... yes +checking for socklen_t... yes +checking for ssize_t... (cached) yes +checking for struct stat.st_atim.tv_nsec... yes +checking whether struct stat.st_atim is of type struct timespec... yes +checking for struct stat.st_birthtimespec.tv_nsec... no +checking for struct stat.st_birthtimensec... no +checking for struct stat.st_birthtim.tv_nsec... no +checking for bool, true, false... no +checking whether localtime works even near extrema... yes +checking for timezone_t... no +checking whether trunc is declared... yes +checking for variable-length arrays... yes +checking for vsnprintf... yes +checking whether snprintf respects a size of 1... yes +checking whether printf supports POSIX/XSI format strings with positions... yes +checking whether btowc(0) is correct... yes +checking whether btowc(EOF) is correct... guessing yes +checking for __builtin_expect... yes +checking whether mbrtowc handles incomplete characters... yes +checking whether mbrtowc works as well as mbtowc... guessing yes +checking whether mbrtowc handles a NULL pwc argument... yes +checking whether mbrtowc handles a NULL string argument... yes +checking whether mbrtowc has a correct return value... yes +checking whether mbrtowc returns 0 when parsing a NUL character... guessing yes +checking whether mbrtowc stores incomplete characters... no +checking whether mbrtowc works on empty input... yes +checking whether the C locale is free of encoding errors... no +checking whether setlocale (LC_ALL, NULL) is multithread-safe... (cached) yes +checking whether setlocale (category, NULL) is multithread-safe... (cached) yes +checking whether mbrtowc handles incomplete characters... (cached) yes +checking whether mbrtowc works as well as mbtowc... (cached) guessing yes +checking whether mbrtowc handles incomplete characters... (cached) yes +checking whether mbrtowc works as well as mbtowc... (cached) guessing yes +checking whether wcrtomb works in the C locale... yes +checking whether wcrtomb return value is correct... yes +checking whether localtime_r is declared... yes +checking whether localtime_r is compatible with its POSIX signature... yes +checking for __mktime_internal... no +checking for unsetenv... yes +checking for unsetenv() return type... int +checking whether unsetenv obeys POSIX... yes +checking how to print strings... printf +checking for a sed that does not truncate output... (cached) /bin/sed +checking for fgrep... /bin/grep -F +checking for ld used by gcc... /usr/bin/ld +checking if the linker (/usr/bin/ld) is GNU ld... yes +checking for BSD- or MS-compatible name lister (nm)... gcc-nm +checking the name lister (gcc-nm) interface... BSD nm +checking the maximum length of command line arguments... 1879296 +checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop +checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop +checking for /usr/bin/ld option to reload object files... -r +checking for objdump... objdump +checking how to recognize dependent libraries... pass_all +checking for dlltool... no +checking how to associate runtime and link libraries... printf %s\n +checking for archiver @FILE support... @ +checking for strip... strip +checking for ranlib... (cached) ranlib +checking command to parse gcc-nm output from gcc object... ok +checking for sysroot... no +checking for a working dd... /bin/dd +checking how to truncate binary pipes... /bin/dd bs=4096 count=1 +checking for mt... mt +checking if mt is a manifest tool... no +checking for dlfcn.h... yes +checking for objdir... .libs +checking if gcc supports -fno-rtti -fno-exceptions... no +checking for gcc option to produce PIC... -fPIC -DPIC +checking if gcc PIC flag -fPIC -DPIC works... yes +checking if gcc static flag -static works... yes +checking if gcc supports -c -o file.o... yes +checking if gcc supports -c -o file.o... (cached) yes +checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) 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... no +checking for dlopen... no +checking for dlopen in -ldl... yes +checking whether a program can dlopen itself... yes +checking whether a statically linked program can dlopen itself... no +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... yes +checking for library containing dlopen... -ldl +checking for makeinfo... yes +checking for emacs... emacs +checking where .elc files should go... ${datadir}/emacs/site-lisp +checking if JIT code generation supported for target CPU... yes +checking whether to enable JIT code generation... yes +checking for mremap... yes +checking for ffsl... yes +checking for isnan... yes +checking for isinf... yes +checking whether to use system and library "64" calls... yes +checking for __uc_get_ar_bsp in -luca... no +checking for working volatile... yes +checking for inline... (cached) inline +checking for __uc_get_ar_bsp in -luca... (cached) no +checking whether byte ordering is bigendian... (cached) no +checking labels as values... yes +checking size of char... 1 +checking size of unsigned char... 1 +checking size of short... 2 +checking size of unsigned short... 2 +checking size of int... 4 +checking size of unsigned int... 4 +checking size of long... 8 +checking size of unsigned long... 8 +checking size of size_t... 8 +checking size of long long... 8 +checking size of unsigned long long... 8 +checking size of __int64... 0 +checking size of unsigned __int64... 0 +checking size of void *... 8 +checking size of intptr_t... 8 +checking size of uintptr_t... 8 +checking size of ptrdiff_t... 8 +checking size of size_t... (cached) 8 +checking size of off_t... 8 +checking size of intmax_t... 8 +checking stdatomic.h usability... yes +checking stdatomic.h presence... yes +checking for stdatomic.h... yes +checking for which prebuilt binary set to use during bootstrap... 64-bit-little-endian +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 for memory.h... (cached) yes +checking process.h usability... no +checking process.h presence... no +checking for process.h... no +checking sys/dir.h usability... yes +checking sys/dir.h presence... yes +checking for sys/dir.h... yes +checking for sys/ioctl.h... (cached) yes +checking for sys/select.h... (cached) yes +checking for sys/time.h... (cached) yes +checking sys/timeb.h usability... yes +checking sys/timeb.h presence... yes +checking for sys/timeb.h... yes +checking for sys/times.h... (cached) 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 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 machine/fpu.h usability... no +checking machine/fpu.h presence... no +checking for machine/fpu.h... no +checking for sched.h... (cached) yes +checking sys/sendfile.h usability... yes +checking sys/sendfile.h presence... yes +checking for sys/sendfile.h... yes +checking for complex double... yes +checking for socklen_t... (cached) yes +checking for struct ip_mreq... yes +checking type of array argument to getgroups... gid_t +checking for mode_t... (cached) yes +checking for cos in -lm... yes +checking for gethostbyname... (cached) yes +checking for connect... 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 fchownat... yes +checking for fchmod... yes +checking for fchdir... yes +checking for readlinkat... yes +checking for fchmodat... yes +checking for symlinkat... yes +checking for mkdirat... yes +checking for renameat... yes +checking for unlinkat... yes +checking for getcwd... (cached) yes +checking for geteuid... yes +checking for getsid... yes +checking for gettimeofday... yes +checking for getuid... yes +checking for getgid... yes +checking for gmtime_r... yes +checking for ioctl... yes +checking for lstat... (cached) yes +checking for mkdir... yes +checking for mkdtemp... yes +checking for mknod... yes +checking for nice... yes +checking for readlink... (cached) yes +checking for rmdir... yes +checking for setegid... yes +checking for seteuid... yes +checking for setuid... yes +checking for setgid... yes +checking for setpgid... yes +checking for setsid... yes +checking for sigaction... yes +checking for siginterrupt... yes +checking for stat64... yes +checking for strptime... yes +checking for symlink... (cached) yes +checking for sync... yes +checking for sysconf... yes +checking for tcgetpgrp... yes +checking for tcsetpgrp... yes +checking for uname... yes +checking for waitpid... yes +checking for strdup... yes +checking for usleep... yes +checking for on_exit... yes +checking for chown... yes +checking for link... (cached) yes +checking for fcntl... (cached) 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 rindex... yes +checking for truncate... yes +checking for isblank... (cached) yes +checking for _NSGetEnviron... no +checking for strcoll_l... yes +checking for strtod_l... yes +checking for strtol_l... yes +checking for newlocale... yes +checking for uselocale... yes +checking for utimensat... yes +checking for fstatat... yes +checking for futimens... yes +checking for openat... yes +checking for sched_getaffinity... (cached) yes +checking for sched_setaffinity... yes +checking for sendfile... yes +checking for pipe2... (cached) yes +checking whether _NL_NUMERIC_GROUPING is declared... no +checking crypt.h usability... yes +checking crypt.h presence... yes +checking for crypt.h... yes +checking for netdb.h... (cached) yes +checking for pthread.h... (cached) yes +checking pthread_np.h usability... no +checking pthread_np.h presence... no +checking for pthread_np.h... no +checking for sys/param.h... (cached) yes +checking sys/resource.h usability... yes +checking sys/resource.h presence... yes +checking for sys/resource.h... yes +checking for sys/file.h... (cached) yes +checking for sys/mman.h... (cached) yes +checking for chroot... yes +checking for flock... (cached) yes +checking for getlogin... (cached) yes +checking for cuserid... yes +checking for getpriority... yes +checking for setpriority... yes +checking for getpass... yes +checking for sethostname... yes +checking for gethostname... (cached) yes +checking whether sethostname is declared... yes +checking whether hstrerror is declared... no +checking whether cuserid is declared... yes +checking for library containing crypt... -lcrypt +checking for i... _Complex_I +checking whether csqrt is usable... yes +checking whether getitimer(ITIMER_PROF) is usable... yes +checking whether getitimer(ITIMER_VIRTUAL) is usable... yes +checking for libgmp... yes +checking how to link with libgmp... /usr/lib/x86_64-linux-gnu/libgmp.so +checking whether mpz_inits is declared... yes +checking whether libunistring was built with iconv support... yes +checking for pkg-config... /usr/bin/pkg-config +checking pkg-config is at least version 0.9.0... yes +checking for libffi... yes +checking size of size_t... (cached) 8 +checking size of ssize_t... 8 +checking whether NLS is requested... yes +checking for msgfmt... /usr/bin/msgfmt +checking for gmsgfmt... /usr/bin/msgfmt +checking for xgettext... /usr/bin/xgettext +checking for msgmerge... /usr/bin/msgmerge +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 getlogin is declared... (cached) yes +checking whether alarm is declared... (cached) 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 getrlimit... yes +checking for setrlimit... 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 struct sockaddr_in.sin_len... no +checking for __libc_stack_end... yes +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... no +checking for strerror... yes +checking for memmove... yes +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 __sincos... no +checking for trunc... yes +checking for isinf... yes +checking for isnan... yes +checking for struct stat.st_rdev... yes +checking for struct stat.st_blksize... yes +checking for struct stat.st_blocks... yes +checking for struct stat.st_atim... yes +checking for struct stat.st_mtim... yes +checking for struct stat.st_ctim... yes +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... no +checking the value of `iconveh_error'... 0 +checking the value of `iconveh_question_mark'... 1 +checking the value of `iconveh_escape_sequence'... 2 +checking for which bdw-gc pkg-config file to use... bdw-gc +checking for bdw-gc >= 7.2... yes +checking for GC_pthread_exit... yes +checking for GC_pthread_cancel... yes +checking for GC_pthread_sigmask... yes +checking for GC_move_disappearing_link... yes +checking for GC_is_heap_ptr... yes +checking for struct GC_stack_base.reg_base... no +checking size of float... 4 +checking for struct linger... yes +checking for struct timespec... yes +checking for the pthreads library -lpthreads... no +checking whether pthreads work without any flags... no +checking whether pthreads work with -Kthread... no +checking whether pthreads work with -kthread... no +checking for the pthreads library -llthread... no +checking whether pthreads work with -pthread... yes +checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE +checking if more special flags are required for pthreads... no +checking for pthread_attr_getstack... yes +checking for pthread_getattr_np... yes +checking for pthread_get_stackaddr_np... no +checking for pthread_attr_get_np... no +checking for pthread_sigmask... yes +checking for pthread_cancel... yes +checking for pthread_jit_write_protect_np... no +checking whether PTHREAD_ONCE_INIT needs braces... no +checking whether PTHREAD_MUTEX_INITIALIZER needs braces... no +checking for library containing sched_yield... none required +checking what kind of threads to support... pthreads +checking whether pthread_attr_getstack works for the main thread... yes +checking whether the `__thread' storage class is available... yes +checking whether C compiler handles -Werror -Wunknown-warning-option... no +checking whether C compiler handles -Wall... yes +checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no +checking whether C compiler handles -Wmissing-prototypes... yes +checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no +checking whether C compiler handles -Wpointer-arith... yes +checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no +checking whether C compiler handles -fno-strict-aliasing... yes +checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no +checking whether C compiler handles -fwrapv... yes +checking whether the linker understands `-z relro'... yes +checking for tgoto in -lncurses... yes +checking how to link with libreadline... /usr/lib/x86_64-linux-gnu/libreadline.so +checking for siginterrupt... (cached) yes +checking for rl_clear_signals... yes +checking for rl_cleanup_after_signal... yes +checking for rl_filename_completion_function... yes +checking whether rl_catch_signals is declared... yes +checking whether rl_catch_sigwinch is declared... yes +checking for rl_get_keymap_name... yes +checking for rl_getc_function pointer in readline... yes +checking for strdup... (cached) yes +checking that generated files are newer than configure... done +configure: creating ./config.status +config.status: creating libguile/gen-scmconfig.h +config.status: creating Makefile +config.status: creating am/Makefile +config.status: creating lib/Makefile +config.status: creating benchmark-suite/Makefile +config.status: creating gc-benchmarks/Makefile +config.status: creating doc/Makefile +config.status: creating doc/r5rs/Makefile +config.status: creating doc/ref/Makefile +config.status: creating emacs/Makefile +config.status: creating examples/Makefile +config.status: creating libguile/Makefile +config.status: creating libguile/version.h +config.status: creating guile-readline/Makefile +config.status: creating test-suite/Makefile +config.status: creating test-suite/standalone/Makefile +config.status: creating meta/Makefile +config.status: creating module/Makefile +config.status: creating stage0/Makefile +config.status: creating stage1/Makefile +config.status: creating stage2/Makefile +config.status: creating prebuilt/Makefile +config.status: creating prebuilt/x86_64-unknown-linux-gnu/Makefile +config.status: creating prebuilt/i686-pc-linux-gnu/Makefile +config.status: creating prebuilt/mips-unknown-linux-gnu/Makefile +config.status: creating check-guile +config.status: creating benchmark-guile +config.status: creating meta/guile +config.status: creating meta/build-env +config.status: creating meta/uninstalled-env +config.status: creating meta/gdb-uninstalled-guile +config.status: creating libguile/guile-snarf +config.status: creating libguile/guile-snarf-docs +config.status: creating test-suite/standalone/test-use-srfi +config.status: creating test-suite/standalone/test-fast-slot-ref +config.status: creating config.h +config.status: executing depfiles commands +config.status: executing libtool commands +config.status: executing po-directories commands +make[1] : on quitte le répertoire « /home/sesostris/sources/guile/guile-3.0.9 » + debian/rules override_dh_auto_build +make[1] : on entre dans le répertoire « /home/sesostris/sources/guile/guile-3.0.9 » +timeout 10h bash \ + -c 'while true; do echo "still going" 1>&2; sleep 600; done' & \ +trap "kill $!" EXIT \ +&& /usr/bin/make -j "4" +still going +make[2] : on entre dans le répertoire « /home/sesostris/sources/guile/guile-3.0.9 » +/usr/bin/make -C libguile scmconfig.h +make[3]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/libguile' +\ +if [ "no" = "yes" ]; then \ + gcc -DHAVE_CONFIG_H -I.. \ + -c -o gen-scmconfig.o gen-scmconfig.c; \ +else \ + gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o gen-scmconfig.o gen-scmconfig.c; \ +fi +\ +rm -f gen-scmconfig; \ +if [ "no" = "yes" ]; then \ + gcc -o gen-scmconfig gen-scmconfig.o; \ +else \ + /bin/bash ../libtool --tag=CC --mode=link gcc -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -Wl,-z,relro -o gen-scmconfig gen-scmconfig.o -lcrypt -ldl -lm; \ +fi +libtool: link: gcc -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -Wl,-z -Wl,relro -o gen-scmconfig gen-scmconfig.o -lcrypt -ldl -lm +(rm -f scmconfig.h.tmp; \ +cat ./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) +make[3]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/libguile' +/usr/bin/make all-recursive +make[3]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9' +Making all in lib +make[4]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/lib' +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|@''HAVE_ALLOCA_H''@|1|g' \ + ./alloca.in.h > alloca.h-t +/bin/mkdir -p 'arpa' +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|@''GUARD_PREFIX''@|GL|g' \ + -e 's|@''HAVE_DIRENT_H''@|1|g' \ + -e 's|@''INCLUDE_NEXT''@|include_next|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ + -e 's|@''PRAGMA_COLUMNS''@||g' \ + -e 's|@''NEXT_DIRENT_H''@||g' \ + -e 's/@''GNULIB_OPENDIR''@/0/g' \ + -e 's/@''GNULIB_READDIR''@/0/g' \ + -e 's/@''GNULIB_REWINDDIR''@/0/g' \ + -e 's/@''GNULIB_CLOSEDIR''@/0/g' \ + -e 's/@''GNULIB_DIRFD''@/1/g' \ + -e 's/@''GNULIB_FDOPENDIR''@/0/g' \ + -e 's/@''GNULIB_SCANDIR''@/0/g' \ + -e 's/@''GNULIB_ALPHASORT''@/0/g' \ + -e 's/@''HAVE_OPENDIR''@/1/g' \ + -e 's/@''HAVE_READDIR''@/1/g' \ + -e 's/@''HAVE_REWINDDIR''@/1/g' \ + -e 's/@''HAVE_CLOSEDIR''@/1/g' \ + -e 's|@''HAVE_DECL_DIRFD''@|1|g' \ + -e 's|@''HAVE_DECL_FDOPENDIR''@|1|g' \ + -e 's|@''HAVE_FDOPENDIR''@|1|g' \ + -e 's|@''HAVE_SCANDIR''@|1|g' \ + -e 's|@''HAVE_ALPHASORT''@|1|g' \ + -e 's|@''REPLACE_OPENDIR''@|0|g' \ + -e 's|@''REPLACE_CLOSEDIR''@|0|g' \ + -e 's|@''REPLACE_DIRFD''@|0|g' \ + -e 's|@''REPLACE_FDOPENDIR''@|0|g' \ + -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ + -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ + -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ + ./dirent.in.h > dirent.h-t +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|@''GUARD_PREFIX''@|GL|g' \ + -e 's|@''INCLUDE_NEXT''@|include_next|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ + -e 's|@''PRAGMA_COLUMNS''@||g' \ + -e 's|@''NEXT_FCNTL_H''@||g' \ + -e 's/@''GNULIB_CREAT''@/0/g' \ + -e 's/@''GNULIB_FCNTL''@/0/g' \ + -e 's/@''GNULIB_NONBLOCKING''@/0/g' \ + -e 's/@''GNULIB_OPEN''@/1/g' \ + -e 's/@''GNULIB_OPENAT''@/0/g' \ + -e 's/@''GNULIB_MDA_CREAT''@/1/g' \ + -e 's/@''GNULIB_MDA_OPEN''@/1/g' \ + -e 's|@''HAVE_FCNTL''@|1|g' \ + -e 's|@''HAVE_OPENAT''@|1|g' \ + -e 's|@''REPLACE_CREAT''@|0|g' \ + -e 's|@''REPLACE_FCNTL''@|0|g' \ + -e 's|@''REPLACE_OPEN''@|0|g' \ + -e 's|@''REPLACE_OPENAT''@|0|g' \ + -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ + -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ + -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ + ./fcntl.in.h > fcntl.h-t +mv alloca.h-t alloca.h +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|@''GUARD_PREFIX''@|GL|g' \ + -e 's|@''INCLUDE_NEXT''@|include_next|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ + -e 's|@''PRAGMA_COLUMNS''@||g' \ + -e 's|@''HAVE_FEATURES_H''@|1|g' \ + -e 's|@''NEXT_ARPA_INET_H''@||g' \ + -e 's|@''HAVE_ARPA_INET_H''@|1|g' \ + -e 's/@''GNULIB_INET_NTOP''@/1/g' \ + -e 's/@''GNULIB_INET_PTON''@/1/g' \ + -e 's|@''HAVE_WS2TCPIP_H''@|0|g' \ + -e 's|@''HAVE_DECL_INET_NTOP''@|1|g' \ + -e 's|@''HAVE_DECL_INET_PTON''@|1|g' \ + -e 's|@''REPLACE_INET_NTOP''@|0|g' \ + -e 's|@''REPLACE_INET_PTON''@|0|g' \ + -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ + -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ + -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ + ./arpa_inet.in.h > arpa/inet.h-t +/bin/mkdir -p 'malloc' +mv dirent.h-t dirent.h +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e '/libc_hidden_proto/d' \ + ./malloc/dynarray.h > malloc/dynarray.gl.h-t +mv fcntl.h-t fcntl.h +mv arpa/inet.h-t arpa/inet.h +/bin/mkdir -p 'malloc' +mv malloc/dynarray.gl.h-t malloc/dynarray.gl.h +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|@''GUARD_PREFIX''@|GL|g' \ + -e 's|@''INCLUDE_NEXT''@|include_next|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ + -e 's|@''PRAGMA_COLUMNS''@||g' \ + -e 's|@''NEXT_ICONV_H''@||g' \ + -e 's/@''GNULIB_ICONV''@/1/g' \ + -e 's|@''ICONV_CONST''@||g' \ + -e 's|@''REPLACE_ICONV''@|0|g' \ + -e 's|@''REPLACE_ICONV_OPEN''@|0|g' \ + -e 's|@''REPLACE_ICONV_UTF''@|0|g' \ + -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ + -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ + -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ + ./iconv.in.h > iconv.h-t +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|||g' \ + -e 's|__attribute_maybe_unused__|_GL_ATTRIBUTE_MAYBE_UNUSED|g' \ + -e 's|__attribute_nonnull__|_GL_ATTRIBUTE_NONNULL|g' \ + -e 's|__attribute_warn_unused_result__|_GL_ATTRIBUTE_NODISCARD|g' \ + -e 's|__glibc_likely|_GL_LIKELY|g' \ + -e 's|__glibc_unlikely|_GL_UNLIKELY|g' \ + ./malloc/dynarray-skeleton.c > malloc/dynarray-skeleton.gl.h-t +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's/@''HAVE_INTTYPES_H''@/1/g' \ + -e 's|@''INCLUDE_NEXT''@|include_next|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ + -e 's|@''PRAGMA_COLUMNS''@||g' \ + -e 's|@''NEXT_INTTYPES_H''@||g' \ + -e 's/@''APPLE_UNIVERSAL_BUILD''@/0/g' \ + -e 's/@''PRIPTR_PREFIX''@/__PRIPTR_PREFIX/g' \ + -e 's/@''GNULIB_IMAXABS''@/0/g' \ + -e 's/@''GNULIB_IMAXDIV''@/0/g' \ + -e 's/@''GNULIB_STRTOIMAX''@/0/g' \ + -e 's/@''GNULIB_STRTOUMAX''@/0/g' \ + -e 's/@''HAVE_DECL_IMAXABS''@/1/g' \ + -e 's/@''HAVE_DECL_IMAXDIV''@/1/g' \ + -e 's/@''HAVE_DECL_STRTOIMAX''@/1/g' \ + -e 's/@''HAVE_DECL_STRTOUMAX''@/1/g' \ + -e 's/@''HAVE_IMAXDIV_T''@/1/g' \ + -e 's/@''REPLACE_STRTOIMAX''@/0/g' \ + -e 's/@''REPLACE_STRTOUMAX''@/0/g' \ + -e 's/@''INT32_MAX_LT_INTMAX_MAX''@/1/g' \ + -e 's/@''INT64_MAX_EQ_LONG_MAX''@/defined _LP64/g' \ + -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/1/g' \ + -e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/defined _LP64/g' \ + -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ + -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ + -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ + ./inttypes.in.h > inttypes.h-t +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|@''GUARD_PREFIX''@|GL|g' \ + -e 's|@''HAVE_LANGINFO_H''@|1|g' \ + -e 's|@''INCLUDE_NEXT''@|include_next|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ + -e 's|@''PRAGMA_COLUMNS''@||g' \ + -e 's|@''NEXT_LANGINFO_H''@||g' \ + -e 's/@''GNULIB_NL_LANGINFO''@/1/g' \ + -e 's|@''HAVE_LANGINFO_CODESET''@|1|g' \ + -e 's|@''HAVE_LANGINFO_T_FMT_AMPM''@|1|g' \ + -e 's|@''HAVE_LANGINFO_ALTMON''@|1|g' \ + -e 's|@''HAVE_LANGINFO_ERA''@|1|g' \ + -e 's|@''HAVE_LANGINFO_YESEXPR''@|1|g' \ + -e 's|@''HAVE_NL_LANGINFO''@|1|g' \ + -e 's|@''REPLACE_NL_LANGINFO''@|0|g' \ + -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ + -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ + ./langinfo.in.h > langinfo.h-t +mv iconv.h-t iconv.h +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|@''GUARD_PREFIX''@|GL|g' \ + -e 's|@''INCLUDE_NEXT''@|include_next|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ + -e 's|@''PRAGMA_COLUMNS''@||g' \ + -e 's|@''NEXT_LIMITS_H''@||g' \ + ./limits.in.h > limits.h-t +mv malloc/dynarray-skeleton.gl.h-t malloc/dynarray-skeleton.gl.h +mv inttypes.h-t inttypes.h +mv langinfo.h-t langinfo.h +mv limits.h-t limits.h +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|@''GUARD_PREFIX''@|GL|g' \ + -e 's|@''INCLUDE_NEXT''@|include_next|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ + -e 's|@''PRAGMA_COLUMNS''@||g' \ + -e 's|@''NEXT_LOCALE_H''@||g' \ + -e 's/@''GNULIB_LOCALECONV''@/0/g' \ + -e 's/@''GNULIB_SETLOCALE''@/0/g' \ + -e 's/@''GNULIB_SETLOCALE_NULL''@/1/g' \ + -e 's/@''GNULIB_DUPLOCALE''@/1/g' \ + -e 's/@''GNULIB_LOCALENAME''@/0/g' \ + -e 's|@''HAVE_NEWLOCALE''@|1|g' \ + -e 's|@''HAVE_DUPLOCALE''@|1|g' \ + -e 's|@''HAVE_FREELOCALE''@|1|g' \ + -e 's|@''HAVE_XLOCALE_H''@|0|g' \ + -e 's|@''REPLACE_LOCALECONV''@|0|g' \ + -e 's|@''REPLACE_SETLOCALE''@|0|g' \ + -e 's|@''REPLACE_NEWLOCALE''@|0|g' \ + -e 's|@''REPLACE_DUPLOCALE''@|0|g' \ + -e 's|@''REPLACE_FREELOCALE''@|0|g' \ + -e 's|@''REPLACE_STRUCT_LCONV''@|0|g' \ + -e 's|@''LOCALENAME_ENHANCE_LOCALE_FUNCS''@|0|g' \ + -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ + -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ + -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ + ./locale.in.h > locale.h-t +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|@''GUARD_PREFIX''@|GL|g' \ + -e 's|@''INCLUDE_NEXT_AS_FIRST_DIRECTIVE''@|include_next|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ + -e 's|@''PRAGMA_COLUMNS''@||g' \ + -e 's|@''NEXT_AS_FIRST_DIRECTIVE_MATH_H''@||g' \ + -e 's/@''GNULIB_ACOSF''@/0/g' \ + -e 's/@''GNULIB_ACOSL''@/0/g' \ + -e 's/@''GNULIB_ASINF''@/0/g' \ + -e 's/@''GNULIB_ASINL''@/0/g' \ + -e 's/@''GNULIB_ATANF''@/0/g' \ + -e 's/@''GNULIB_ATANL''@/0/g' \ + -e 's/@''GNULIB_ATAN2F''@/0/g' \ + -e 's/@''GNULIB_CBRT''@/0/g' \ + -e 's/@''GNULIB_CBRTF''@/0/g' \ + -e 's/@''GNULIB_CBRTL''@/0/g' \ + -e 's/@''GNULIB_CEIL''@/1/g' \ + -e 's/@''GNULIB_CEILF''@/0/g' \ + -e 's/@''GNULIB_CEILL''@/0/g' \ + -e 's/@''GNULIB_COPYSIGN''@/1/g' \ + -e 's/@''GNULIB_COPYSIGNF''@/0/g' \ + -e 's/@''GNULIB_COPYSIGNL''@/0/g' \ + -e 's/@''GNULIB_COSF''@/0/g' \ + -e 's/@''GNULIB_COSL''@/0/g' \ + -e 's/@''GNULIB_COSHF''@/0/g' \ + -e 's/@''GNULIB_EXPF''@/0/g' \ + -e 's/@''GNULIB_EXPL''@/0/g' \ + -e 's/@''GNULIB_EXP2''@/0/g' \ + -e 's/@''GNULIB_EXP2F''@/0/g' \ + -e 's/@''GNULIB_EXP2L''@/0/g' \ + -e 's/@''GNULIB_EXPM1''@/0/g' \ + -e 's/@''GNULIB_EXPM1F''@/0/g' \ + -e 's/@''GNULIB_EXPM1L''@/0/g' \ + -e 's/@''GNULIB_FABSF''@/0/g' \ + -e 's/@''GNULIB_FABSL''@/0/g' \ + -e 's/@''GNULIB_FLOOR''@/1/g' \ + -e 's/@''GNULIB_FLOORF''@/0/g' \ + -e 's/@''GNULIB_FLOORL''@/0/g' \ + -e 's/@''GNULIB_FMA''@/0/g' \ + -e 's/@''GNULIB_FMAF''@/0/g' \ + -e 's/@''GNULIB_FMAL''@/0/g' \ + -e 's/@''GNULIB_FMOD''@/0/g' \ + -e 's/@''GNULIB_FMODF''@/0/g' \ + -e 's/@''GNULIB_FMODL''@/0/g' \ + -e 's/@''GNULIB_FREXPF''@/0/g' \ + -e 's/@''GNULIB_FREXP''@/1/g' \ + -e 's/@''GNULIB_FREXPL''@/0/g' \ + -e 's/@''GNULIB_HYPOT''@/0/g' \ + -e 's/@''GNULIB_HYPOTF''@/0/g' \ + -e 's/@''GNULIB_HYPOTL''@/0/g' \ + < ./math.in.h | \ + sed -e 's/@''GNULIB_ILOGB''@/0/g' \ + -e 's/@''GNULIB_ILOGBF''@/0/g' \ + -e 's/@''GNULIB_ILOGBL''@/0/g' \ + -e 's/@''GNULIB_ISFINITE''@/1/g' \ + -e 's/@''GNULIB_ISINF''@/1/g' \ + -e 's/@''GNULIB_ISNAN''@/1/g' \ + -e 's/@''GNULIB_ISNANF''@/1/g' \ + -e 's/@''GNULIB_ISNAND''@/1/g' \ + -e 's/@''GNULIB_ISNANL''@/1/g' \ + -e 's/@''GNULIB_LDEXPF''@/0/g' \ + -e 's/@''GNULIB_LDEXPL''@/0/g' \ + -e 's/@''GNULIB_LOG''@/0/g' \ + -e 's/@''GNULIB_LOGF''@/0/g' \ + -e 's/@''GNULIB_LOGL''@/0/g' \ + -e 's/@''GNULIB_LOG10''@/0/g' \ + -e 's/@''GNULIB_LOG10F''@/0/g' \ + -e 's/@''GNULIB_LOG10L''@/0/g' \ + -e 's/@''GNULIB_LOG1P''@/1/g' \ + -e 's/@''GNULIB_LOG1PF''@/0/g' \ + -e 's/@''GNULIB_LOG1PL''@/0/g' \ + -e 's/@''GNULIB_LOG2''@/0/g' \ + -e 's/@''GNULIB_LOG2F''@/0/g' \ + -e 's/@''GNULIB_LOG2L''@/0/g' \ + -e 's/@''GNULIB_LOGB''@/0/g' \ + -e 's/@''GNULIB_LOGBF''@/0/g' \ + -e 's/@''GNULIB_LOGBL''@/0/g' \ + -e 's/@''GNULIB_MODF''@/0/g' \ + -e 's/@''GNULIB_MODFF''@/0/g' \ + -e 's/@''GNULIB_MODFL''@/0/g' \ + -e 's/@''GNULIB_POWF''@/0/g' \ + -e 's/@''GNULIB_REMAINDER''@/0/g' \ + -e 's/@''GNULIB_REMAINDERF''@/0/g' \ + -e 's/@''GNULIB_REMAINDERL''@/0/g' \ + -e 's/@''GNULIB_RINT''@/0/g' \ + -e 's/@''GNULIB_RINTF''@/0/g' \ + -e 's/@''GNULIB_RINTL''@/0/g' \ + -e 's/@''GNULIB_ROUND''@/0/g' \ + -e 's/@''GNULIB_ROUNDF''@/0/g' \ + -e 's/@''GNULIB_ROUNDL''@/0/g' \ + -e 's/@''GNULIB_SIGNBIT''@/0/g' \ + -e 's/@''GNULIB_SINF''@/0/g' \ + -e 's/@''GNULIB_SINL''@/0/g' \ + -e 's/@''GNULIB_SINHF''@/0/g' \ + -e 's/@''GNULIB_SQRTF''@/0/g' \ + -e 's/@''GNULIB_SQRTL''@/0/g' \ + -e 's/@''GNULIB_TANF''@/0/g' \ + -e 's/@''GNULIB_TANL''@/0/g' \ + -e 's/@''GNULIB_TANHF''@/0/g' \ + -e 's/@''GNULIB_TRUNC''@/1/g' \ + -e 's/@''GNULIB_TRUNCF''@/0/g' \ + -e 's/@''GNULIB_TRUNCL''@/0/g' \ + -e 's/@''GNULIB_MDA_J0''@/1/g' \ + -e 's/@''GNULIB_MDA_J1''@/1/g' \ + -e 's/@''GNULIB_MDA_JN''@/1/g' \ + -e 's/@''GNULIB_MDA_Y0''@/1/g' \ + -e 's/@''GNULIB_MDA_Y1''@/1/g' \ + -e 's/@''GNULIB_MDA_YN''@/1/g' \ + | \ + sed -e 's|@''HAVE_ACOSF''@|1|g' \ + -e 's|@''HAVE_ACOSL''@|1|g' \ + -e 's|@''HAVE_ASINF''@|1|g' \ + -e 's|@''HAVE_ASINL''@|1|g' \ + -e 's|@''HAVE_ATANF''@|1|g' \ + -e 's|@''HAVE_ATANL''@|1|g' \ + -e 's|@''HAVE_ATAN2F''@|1|g' \ + -e 's|@''HAVE_CBRT''@|1|g' \ + -e 's|@''HAVE_CBRTF''@|1|g' \ + -e 's|@''HAVE_CBRTL''@|1|g' \ + -e 's|@''HAVE_COPYSIGN''@|1|g' \ + -e 's|@''HAVE_COPYSIGNL''@|1|g' \ + -e 's|@''HAVE_COSF''@|1|g' \ + -e 's|@''HAVE_COSL''@|1|g' \ + -e 's|@''HAVE_COSHF''@|1|g' \ + -e 's|@''HAVE_EXPF''@|1|g' \ + -e 's|@''HAVE_EXPL''@|1|g' \ + -e 's|@''HAVE_EXPM1''@|1|g' \ + -e 's|@''HAVE_EXPM1F''@|1|g' \ + -e 's|@''HAVE_FABSF''@|1|g' \ + -e 's|@''HAVE_FABSL''@|1|g' \ + -e 's|@''HAVE_FMA''@|1|g' \ + -e 's|@''HAVE_FMAF''@|1|g' \ + -e 's|@''HAVE_FMAL''@|1|g' \ + -e 's|@''HAVE_FMODF''@|1|g' \ + -e 's|@''HAVE_FMODL''@|1|g' \ + -e 's|@''HAVE_FREXPF''@|1|g' \ + -e 's|@''HAVE_HYPOTF''@|1|g' \ + -e 's|@''HAVE_HYPOTL''@|1|g' \ + -e 's|@''HAVE_ILOGB''@|1|g' \ + -e 's|@''HAVE_ILOGBF''@|1|g' \ + -e 's|@''HAVE_ILOGBL''@|1|g' \ + -e 's|@''HAVE_ISNANF''@|1|g' \ + -e 's|@''HAVE_ISNAND''@|1|g' \ + -e 's|@''HAVE_ISNANL''@|1|g' \ + -e 's|@''HAVE_LDEXPF''@|1|g' \ + -e 's|@''HAVE_LOGF''@|1|g' \ + -e 's|@''HAVE_LOGL''@|1|g' \ + -e 's|@''HAVE_LOG10F''@|1|g' \ + -e 's|@''HAVE_LOG10L''@|1|g' \ + -e 's|@''HAVE_LOG1P''@|1|g' \ + -e 's|@''HAVE_LOG1PF''@|1|g' \ + -e 's|@''HAVE_LOG1PL''@|1|g' \ + -e 's|@''HAVE_LOGBF''@|1|g' \ + -e 's|@''HAVE_LOGBL''@|1|g' \ + -e 's|@''HAVE_MODFF''@|1|g' \ + -e 's|@''HAVE_MODFL''@|1|g' \ + -e 's|@''HAVE_POWF''@|1|g' \ + -e 's|@''HAVE_REMAINDER''@|1|g' \ + -e 's|@''HAVE_REMAINDERF''@|1|g' \ + -e 's|@''HAVE_RINT''@|1|g' \ + -e 's|@''HAVE_RINTL''@|1|g' \ + -e 's|@''HAVE_SINF''@|1|g' \ + -e 's|@''HAVE_SINL''@|1|g' \ + -e 's|@''HAVE_SINHF''@|1|g' \ + -e 's|@''HAVE_SQRTF''@|1|g' \ + -e 's|@''HAVE_SQRTL''@|1|g' \ + -e 's|@''HAVE_TANF''@|1|g' \ + -e 's|@''HAVE_TANL''@|1|g' \ + -e 's|@''HAVE_TANHF''@|1|g' \ + -e 's|@''HAVE_DECL_ACOSL''@|1|g' \ + -e 's|@''HAVE_DECL_ASINL''@|1|g' \ + -e 's|@''HAVE_DECL_ATANL''@|1|g' \ + -e 's|@''HAVE_DECL_CBRTF''@|1|g' \ + -e 's|@''HAVE_DECL_CBRTL''@|1|g' \ + -e 's|@''HAVE_DECL_CEILF''@|1|g' \ + -e 's|@''HAVE_DECL_CEILL''@|1|g' \ + -e 's|@''HAVE_DECL_COPYSIGNF''@|1|g' \ + -e 's|@''HAVE_DECL_COSL''@|1|g' \ + -e 's|@''HAVE_DECL_EXPL''@|1|g' \ + -e 's|@''HAVE_DECL_EXP2''@|1|g' \ + -e 's|@''HAVE_DECL_EXP2F''@|1|g' \ + -e 's|@''HAVE_DECL_EXP2L''@|1|g' \ + -e 's|@''HAVE_DECL_EXPM1L''@|1|g' \ + -e 's|@''HAVE_DECL_FLOORF''@|1|g' \ + -e 's|@''HAVE_DECL_FLOORL''@|1|g' \ + -e 's|@''HAVE_DECL_FREXPL''@|1|g' \ + -e 's|@''HAVE_DECL_LDEXPL''@|1|g' \ + -e 's|@''HAVE_DECL_LOGL''@|1|g' \ + -e 's|@''HAVE_DECL_LOG10L''@|1|g' \ + -e 's|@''HAVE_DECL_LOG2''@|1|g' \ + -e 's|@''HAVE_DECL_LOG2F''@|1|g' \ + -e 's|@''HAVE_DECL_LOG2L''@|1|g' \ + -e 's|@''HAVE_DECL_LOGB''@|1|g' \ + -e 's|@''HAVE_DECL_REMAINDER''@|1|g' \ + -e 's|@''HAVE_DECL_REMAINDERL''@|1|g' \ + -e 's|@''HAVE_DECL_RINTF''@|1|g' \ + -e 's|@''HAVE_DECL_ROUND''@|1|g' \ + -e 's|@''HAVE_DECL_ROUNDF''@|1|g' \ + -e 's|@''HAVE_DECL_ROUNDL''@|1|g' \ + -e 's|@''HAVE_DECL_SINL''@|1|g' \ + -e 's|@''HAVE_DECL_SQRTL''@|1|g' \ + -e 's|@''HAVE_DECL_TANL''@|1|g' \ + -e 's|@''HAVE_DECL_TRUNC''@|1|g' \ + -e 's|@''HAVE_DECL_TRUNCF''@|1|g' \ + -e 's|@''HAVE_DECL_TRUNCL''@|1|g' \ + | \ + sed -e 's|@''REPLACE_ACOSF''@|0|g' \ + -e 's|@''REPLACE_ASINF''@|0|g' \ + -e 's|@''REPLACE_ATANF''@|0|g' \ + -e 's|@''REPLACE_ATAN2F''@|0|g' \ + -e 's|@''REPLACE_CBRTF''@|0|g' \ + -e 's|@''REPLACE_CBRTL''@|0|g' \ + -e 's|@''REPLACE_CEIL''@|0|g' \ + -e 's|@''REPLACE_CEILF''@|0|g' \ + -e 's|@''REPLACE_CEILL''@|0|g' \ + -e 's|@''REPLACE_COSF''@|0|g' \ + -e 's|@''REPLACE_COSHF''@|0|g' \ + -e 's|@''REPLACE_EXPF''@|0|g' \ + -e 's|@''REPLACE_EXPL''@|0|g' \ + -e 's|@''REPLACE_EXPM1''@|0|g' \ + -e 's|@''REPLACE_EXPM1F''@|0|g' \ + -e 's|@''REPLACE_EXPM1L''@|0|g' \ + -e 's|@''REPLACE_EXP2''@|0|g' \ + -e 's|@''REPLACE_EXP2L''@|0|g' \ + -e 's|@''REPLACE_FABSL''@|0|g' \ + -e 's|@''REPLACE_FLOOR''@|0|g' \ + -e 's|@''REPLACE_FLOORF''@|0|g' \ + -e 's|@''REPLACE_FLOORL''@|0|g' \ + -e 's|@''REPLACE_FMA''@|0|g' \ + -e 's|@''REPLACE_FMAF''@|0|g' \ + -e 's|@''REPLACE_FMAL''@|0|g' \ + -e 's|@''REPLACE_FMOD''@|0|g' \ + -e 's|@''REPLACE_FMODF''@|0|g' \ + -e 's|@''REPLACE_FMODL''@|0|g' \ + -e 's|@''REPLACE_FREXPF''@|0|g' \ + -e 's|@''REPLACE_FREXP''@|0|g' \ + -e 's|@''REPLACE_FREXPL''@|0|g' \ + -e 's|@''REPLACE_HUGE_VAL''@|0|g' \ + -e 's|@''REPLACE_HYPOT''@|0|g' \ + -e 's|@''REPLACE_HYPOTF''@|0|g' \ + -e 's|@''REPLACE_HYPOTL''@|0|g' \ + -e 's|@''REPLACE_ILOGB''@|0|g' \ + -e 's|@''REPLACE_ILOGBF''@|0|g' \ + -e 's|@''REPLACE_ILOGBL''@|0|g' \ + -e 's|@''REPLACE_ISFINITE''@|0|g' \ + -e 's|@''REPLACE_ISINF''@|0|g' \ + -e 's|@''REPLACE_ISNAN''@|0|g' \ + -e 's|@''REPLACE_ITOLD''@|0|g' \ + -e 's|@''REPLACE_LDEXPL''@|0|g' \ + -e 's|@''REPLACE_LOG''@|0|g' \ + -e 's|@''REPLACE_LOGF''@|0|g' \ + -e 's|@''REPLACE_LOGL''@|0|g' \ + -e 's|@''REPLACE_LOG10''@|0|g' \ + -e 's|@''REPLACE_LOG10F''@|0|g' \ + -e 's|@''REPLACE_LOG10L''@|0|g' \ + -e 's|@''REPLACE_LOG1P''@|0|g' \ + -e 's|@''REPLACE_LOG1PF''@|0|g' \ + -e 's|@''REPLACE_LOG1PL''@|0|g' \ + -e 's|@''REPLACE_LOG2''@|0|g' \ + -e 's|@''REPLACE_LOG2F''@|0|g' \ + -e 's|@''REPLACE_LOG2L''@|0|g' \ + -e 's|@''REPLACE_LOGB''@|0|g' \ + -e 's|@''REPLACE_LOGBF''@|0|g' \ + -e 's|@''REPLACE_LOGBL''@|0|g' \ + -e 's|@''REPLACE_MODF''@|0|g' \ + -e 's|@''REPLACE_MODFF''@|0|g' \ + -e 's|@''REPLACE_MODFL''@|0|g' \ + -e 's|@''REPLACE_NAN''@|0|g' \ + -e 's|@''REPLACE_REMAINDER''@|0|g' \ + -e 's|@''REPLACE_REMAINDERF''@|0|g' \ + -e 's|@''REPLACE_REMAINDERL''@|0|g' \ + -e 's|@''REPLACE_RINTL''@|0|g' \ + -e 's|@''REPLACE_ROUND''@|0|g' \ + -e 's|@''REPLACE_ROUNDF''@|0|g' \ + -e 's|@''REPLACE_ROUNDL''@|0|g' \ + -e 's|@''REPLACE_SIGNBIT''@|0|g' \ + -e 's|@''REPLACE_SIGNBIT_USING_BUILTINS''@|0|g' \ + -e 's|@''REPLACE_SINF''@|0|g' \ + -e 's|@''REPLACE_SINHF''@|0|g' \ + -e 's|@''REPLACE_SQRTF''@|0|g' \ + -e 's|@''REPLACE_SQRTL''@|0|g' \ + -e 's|@''REPLACE_TANF''@|0|g' \ + -e 's|@''REPLACE_TANHF''@|0|g' \ + -e 's|@''REPLACE_TRUNC''@|0|g' \ + -e 's|@''REPLACE_TRUNCF''@|0|g' \ + -e 's|@''REPLACE_TRUNCL''@|0|g' \ + -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ + -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ + -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ + > math.h-t +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|@''GUARD_PREFIX''@|GL|g' \ + -e 's|@''INCLUDE_NEXT''@|include_next|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ + -e 's|@''PRAGMA_COLUMNS''@||g' \ + -e 's|@''NEXT_NETDB_H''@||g' \ + -e 's|@''HAVE_NETDB_H''@|1|g' \ + -e 's/@''GNULIB_GETADDRINFO''@/1/g' \ + -e 's|@''HAVE_STRUCT_ADDRINFO''@|1|g' \ + -e 's|@''HAVE_DECL_FREEADDRINFO''@|1|g' \ + -e 's|@''HAVE_DECL_GAI_STRERROR''@|1|g' \ + -e 's|@''HAVE_DECL_GETADDRINFO''@|1|g' \ + -e 's|@''HAVE_DECL_GETNAMEINFO''@|1|g' \ + -e 's|@''REPLACE_GAI_STRERROR''@|0|g' \ + -e 's|@''REPLACE_GETADDRINFO''@|0|g' \ + -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ + -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ + -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ + ./netdb.in.h > netdb.h-t +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|@''GUARD_PREFIX''@|GL|g' \ + -e 's|@''HAVE_POLL_H''@|1|g' \ + -e 's|@''INCLUDE_NEXT''@|include_next|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ + -e 's|@''PRAGMA_COLUMNS''@||g' \ + -e 's|@''NEXT_POLL_H''@||g' \ + -e 's/@''GNULIB_POLL''@/1/g' \ + -e 's|@''HAVE_WINSOCK2_H''@|0|g' \ + -e 's|@''HAVE_POLL''@|1|g' \ + -e 's|@''REPLACE_POLL''@|0|g' \ + -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ + -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ + ./poll.in.h > poll.h-t +mv locale.h-t locale.h +mv poll.h-t poll.h +mv netdb.h-t netdb.h +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|@''GUARD_PREFIX''@|GL|g' \ + -e 's|@''HAVE_SCHED_H''@|1|g' \ + -e 's|@''HAVE_SYS_CDEFS_H''@|1|g' \ + -e 's|@''INCLUDE_NEXT''@|include_next|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ + -e 's|@''PRAGMA_COLUMNS''@||g' \ + -e 's|@''NEXT_SCHED_H''@||g' \ + -e 's|@''HAVE_STRUCT_SCHED_PARAM''@|1|g' \ + -e 's/@''GNULIB_SCHED_YIELD''@/0/g' \ + -e 's|@''HAVE_SCHED_YIELD''@|1|g' \ + -e 's|@''REPLACE_SCHED_YIELD''@|0|g' \ + -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ + -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ + ./sched.in.h > sched.h-t +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|@''GUARD_PREFIX''@|GL|g' \ + -e 's|@''INCLUDE_NEXT''@|include_next|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ + -e 's|@''PRAGMA_COLUMNS''@||g' \ + -e 's|@''NEXT_SIGNAL_H''@||g' \ + -e 's/@''GNULIB_PTHREAD_SIGMASK''@/0/g' \ + -e 's/@''GNULIB_RAISE''@/0/g' \ + -e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/0/g' \ + -e 's/@''GNULIB_SIGPROCMASK''@/0/g' \ + -e 's/@''GNULIB_SIGACTION''@/0/g' \ + -e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|1|g' \ + -e 's|@''HAVE_PTHREAD_SIGMASK''@|1|g' \ + -e 's|@''HAVE_RAISE''@|1|g' \ + -e 's|@''HAVE_SIGSET_T''@|1|g' \ + -e 's|@''HAVE_SIGINFO_T''@|1|g' \ + -e 's|@''HAVE_SIGACTION''@|1|g' \ + -e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|1|g' \ + -e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|1|g' \ + -e 's|@''HAVE_SIGHANDLER_T''@|1|g' \ + -e 's|@''REPLACE_PTHREAD_SIGMASK''@|0|g' \ + -e 's|@''REPLACE_RAISE''@|0|g' \ + -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ + -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ + -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ + ./signal.in.h > signal.h-t +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|@''GUARD_PREFIX''@|GL|g' \ + -e 's|@''HAVE_SPAWN_H''@|1|g' \ + -e 's|@''INCLUDE_NEXT''@|include_next|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ + -e 's|@''PRAGMA_COLUMNS''@||g' \ + -e 's|@''NEXT_SPAWN_H''@||g' \ + -e 's/@''GNULIB_POSIX_SPAWN''@/1/g' \ + -e 's/@''GNULIB_POSIX_SPAWNP''@/1/g' \ + -e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_INIT''@/1/g' \ + -e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR''@/0/g' \ + -e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE''@/1/g' \ + -e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2''@/1/g' \ + -e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDFCHDIR''@/0/g' \ + -e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN''@/1/g' \ + -e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_DESTROY''@/0/g' \ + -e 's/@''GNULIB_POSIX_SPAWNATTR_INIT''@/0/g' \ + -e 's/@''GNULIB_POSIX_SPAWNATTR_GETFLAGS''@/0/g' \ + -e 's/@''GNULIB_POSIX_SPAWNATTR_SETFLAGS''@/0/g' \ + -e 's/@''GNULIB_POSIX_SPAWNATTR_GETPGROUP''@/0/g' \ + -e 's/@''GNULIB_POSIX_SPAWNATTR_SETPGROUP''@/0/g' \ + -e 's/@''GNULIB_POSIX_SPAWNATTR_GETSCHEDPARAM''@/0/g' \ + -e 's/@''GNULIB_POSIX_SPAWNATTR_SETSCHEDPARAM''@/0/g' \ + -e 's/@''GNULIB_POSIX_SPAWNATTR_GETSCHEDPOLICY''@/0/g' \ + -e 's/@''GNULIB_POSIX_SPAWNATTR_SETSCHEDPOLICY''@/0/g' \ + -e 's/@''GNULIB_POSIX_SPAWNATTR_GETSIGDEFAULT''@/0/g' \ + -e 's/@''GNULIB_POSIX_SPAWNATTR_SETSIGDEFAULT''@/0/g' \ + -e 's/@''GNULIB_POSIX_SPAWNATTR_GETSIGMASK''@/0/g' \ + -e 's/@''GNULIB_POSIX_SPAWNATTR_SETSIGMASK''@/0/g' \ + -e 's/@''GNULIB_POSIX_SPAWNATTR_DESTROY''@/0/g' \ + -e 's|@''HAVE_POSIX_SPAWN''@|1|g' \ + -e 's|@''HAVE_POSIX_SPAWNATTR_T''@|1|g' \ + -e 's|@''HAVE_POSIX_SPAWN_FILE_ACTIONS_T''@|1|g' \ + -e 's|@''HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR''@|1|g' \ + -e 's|@''HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDFCHDIR''@|1|g' \ + -e 's|@''REPLACE_POSIX_SPAWN''@|0|g' \ + -e 's|@''REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR''@|0|g' \ + -e 's|@''REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE''@|0|g' \ + -e 's|@''REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2''@|0|g' \ + -e 's|@''REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDFCHDIR''@|0|g' \ + -e 's|@''REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN''@|0|g' \ + -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ + -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ + -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ + ./spawn.in.h > spawn.h-t +mv sched.h-t sched.h +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + ./stdckdint.in.h > stdckdint.h-t +mv stdckdint.h-t stdckdint.h +mv signal.h-t signal.h +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|@''GUARD_PREFIX''@|GL|g' \ + -e 's|@''INCLUDE_NEXT''@|include_next|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ + -e 's|@''PRAGMA_COLUMNS''@||g' \ + -e 's|@''NEXT_STDIO_H''@||g' \ + -e 's/@''GNULIB_DPRINTF''@/0/g' \ + -e 's/@''GNULIB_FCLOSE''@/0/g' \ + -e 's/@''GNULIB_FDOPEN''@/0/g' \ + -e 's/@''GNULIB_FFLUSH''@/0/g' \ + -e 's/@''GNULIB_FGETC''@/1/g' \ + -e 's/@''GNULIB_FGETS''@/1/g' \ + -e 's/@''GNULIB_FOPEN''@/0/g' \ + -e 's/@''GNULIB_FOPEN_GNU''@/0/g' \ + -e 's/@''GNULIB_FPRINTF''@/1/g' \ + -e 's/@''GNULIB_FPRINTF_POSIX''@/0/g' \ + -e 's/@''GNULIB_FPURGE''@/0/g' \ + -e 's/@''GNULIB_FPUTC''@/1/g' \ + -e 's/@''GNULIB_FPUTS''@/1/g' \ + -e 's/@''GNULIB_FREAD''@/1/g' \ + -e 's/@''GNULIB_FREOPEN''@/0/g' \ + -e 's/@''GNULIB_FSCANF''@/1/g' \ + -e 's/@''GNULIB_FSEEK''@/0/g' \ + -e 's/@''GNULIB_FSEEKO''@/0/g' \ + -e 's/@''GNULIB_FTELL''@/0/g' \ + -e 's/@''GNULIB_FTELLO''@/0/g' \ + -e 's/@''GNULIB_FWRITE''@/1/g' \ + -e 's/@''GNULIB_GETC''@/1/g' \ + -e 's/@''GNULIB_GETCHAR''@/1/g' \ + -e 's/@''GNULIB_GETDELIM''@/0/g' \ + -e 's/@''GNULIB_GETLINE''@/0/g' \ + -e 's/@''GNULIB_OBSTACK_PRINTF''@/0/g' \ + -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/0/g' \ + -e 's/@''GNULIB_PCLOSE''@/0/g' \ + -e 's/@''GNULIB_PERROR''@/0/g' \ + -e 's/@''GNULIB_POPEN''@/0/g' \ + -e 's/@''GNULIB_PRINTF''@/1/g' \ + -e 's/@''GNULIB_PRINTF_POSIX''@/0/g' \ + -e 's/@''GNULIB_PUTC''@/1/g' \ + -e 's/@''GNULIB_PUTCHAR''@/1/g' \ + -e 's/@''GNULIB_PUTS''@/1/g' \ + -e 's/@''GNULIB_REMOVE''@/0/g' \ + -e 's/@''GNULIB_RENAME''@/1/g' \ + -e 's/@''GNULIB_RENAMEAT''@/0/g' \ + -e 's/@''GNULIB_SCANF''@/1/g' \ + -e 's/@''GNULIB_SNPRINTF''@/0/g' \ + -e 's/@''GNULIB_SPRINTF_POSIX''@/0/g' \ + -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/0/g' \ + -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/0/g' \ + -e 's/@''GNULIB_TMPFILE''@/0/g' \ + -e 's/@''GNULIB_VASPRINTF''@/0/g' \ + -e 's/@''GNULIB_VDPRINTF''@/0/g' \ + -e 's/@''GNULIB_VFPRINTF''@/1/g' \ + -e 's/@''GNULIB_VFPRINTF_POSIX''@/0/g' \ + -e 's/@''GNULIB_VFSCANF''@/0/g' \ + -e 's/@''GNULIB_VSCANF''@/0/g' \ + -e 's/@''GNULIB_VPRINTF''@/1/g' \ + -e 's/@''GNULIB_VPRINTF_POSIX''@/0/g' \ + -e 's/@''GNULIB_VSNPRINTF''@/1/g' \ + -e 's/@''GNULIB_VSPRINTF_POSIX''@/0/g' \ + -e 's/@''GNULIB_MDA_FCLOSEALL''@/1/g' \ + -e 's/@''GNULIB_MDA_FDOPEN''@/1/g' \ + -e 's/@''GNULIB_MDA_FILENO''@/1/g' \ + -e 's/@''GNULIB_MDA_GETW''@/1/g' \ + -e 's/@''GNULIB_MDA_PUTW''@/1/g' \ + -e 's/@''GNULIB_MDA_TEMPNAM''@/1/g' \ + < ./stdio.in.h | \ + sed -e 's|@''HAVE_DECL_FCLOSEALL''@|1|g' \ + -e 's|@''HAVE_DECL_FPURGE''@|1|g' \ + -e 's|@''HAVE_DECL_FSEEKO''@|1|g' \ + -e 's|@''HAVE_DECL_FTELLO''@|1|g' \ + -e 's|@''HAVE_DECL_GETDELIM''@|1|g' \ + -e 's|@''HAVE_DECL_GETLINE''@|1|g' \ + -e 's|@''HAVE_DECL_GETW''@|1|g' \ + -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|1|g' \ + -e 's|@''HAVE_DECL_PUTW''@|1|g' \ + -e 's|@''HAVE_DECL_SNPRINTF''@|1|g' \ + -e 's|@''HAVE_DECL_VSNPRINTF''@|1|g' \ + -e 's|@''HAVE_DPRINTF''@|1|g' \ + -e 's|@''HAVE_FSEEKO''@|1|g' \ + -e 's|@''HAVE_FTELLO''@|1|g' \ + -e 's|@''HAVE_PCLOSE''@|1|g' \ + -e 's|@''HAVE_POPEN''@|1|g' \ + -e 's|@''HAVE_RENAMEAT''@|1|g' \ + -e 's|@''HAVE_VASPRINTF''@|1|g' \ + -e 's|@''HAVE_VDPRINTF''@|1|g' \ + -e 's|@''REPLACE_DPRINTF''@|0|g' \ + -e 's|@''REPLACE_FCLOSE''@|0|g' \ + -e 's|@''REPLACE_FDOPEN''@|0|g' \ + -e 's|@''REPLACE_FFLUSH''@|0|g' \ + -e 's|@''REPLACE_FOPEN''@|0|g' \ + -e 's|@''REPLACE_FOPEN_FOR_FOPEN_GNU''@|0|g' \ + -e 's|@''REPLACE_FPRINTF''@|0|g' \ + -e 's|@''REPLACE_FPURGE''@|0|g' \ + -e 's|@''REPLACE_FREOPEN''@|0|g' \ + -e 's|@''REPLACE_FSEEK''@|0|g' \ + -e 's|@''REPLACE_FSEEKO''@|0|g' \ + -e 's|@''REPLACE_FTELL''@|0|g' \ + -e 's|@''REPLACE_FTELLO''@|0|g' \ + -e 's|@''REPLACE_GETDELIM''@|0|g' \ + -e 's|@''REPLACE_GETLINE''@|0|g' \ + -e 's|@''REPLACE_OBSTACK_PRINTF''@|0|g' \ + -e 's|@''REPLACE_PERROR''@|0|g' \ + -e 's|@''REPLACE_POPEN''@|0|g' \ + -e 's|@''REPLACE_PRINTF''@|0|g' \ + -e 's|@''REPLACE_REMOVE''@|0|g' \ + -e 's|@''REPLACE_RENAME''@|0|g' \ + -e 's|@''REPLACE_RENAMEAT''@|0|g' \ + -e 's|@''REPLACE_SNPRINTF''@|0|g' \ + -e 's|@''REPLACE_SPRINTF''@|0|g' \ + -e 's|@''REPLACE_STDIO_READ_FUNCS''@|0|g' \ + -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|0|g' \ + -e 's|@''REPLACE_TMPFILE''@|0|g' \ + -e 's|@''REPLACE_VASPRINTF''@|0|g' \ + -e 's|@''REPLACE_VDPRINTF''@|0|g' \ + -e 's|@''REPLACE_VFPRINTF''@|0|g' \ + -e 's|@''REPLACE_VPRINTF''@|0|g' \ + -e 's|@''REPLACE_VSNPRINTF''@|0|g' \ + -e 's|@''REPLACE_VSPRINTF''@|0|g' \ + -e 's|@''ASM_SYMBOL_PREFIX''@||g' \ + -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ + -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ + -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ + > stdio.h-t +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|@''GUARD_PREFIX''@|GL|g' \ + -e 's|@''INCLUDE_NEXT''@|include_next|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ + -e 's|@''PRAGMA_COLUMNS''@||g' \ + -e 's|@''NEXT_STDLIB_H''@||g' \ + -e 's/@''GNULIB__EXIT''@/0/g' \ + -e 's/@''GNULIB_ALIGNED_ALLOC''@/0/g' \ + -e 's/@''GNULIB_ATOLL''@/0/g' \ + -e 's/@''GNULIB_CALLOC_GNU''@/0/g' \ + -e 's/@''GNULIB_CALLOC_POSIX''@/0/g' \ + -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/1/g' \ + -e 's/@''GNULIB_FREE_POSIX''@/1/g' \ + -e 's/@''GNULIB_GETLOADAVG''@/0/g' \ + -e 's/@''GNULIB_GETSUBOPT''@/0/g' \ + -e 's/@''GNULIB_GRANTPT''@/0/g' \ + -e 's/@''GNULIB_MALLOC_GNU''@/1/g' \ + -e 's/@''GNULIB_MALLOC_POSIX''@/1/g' \ + -e 's/@''GNULIB_MBTOWC''@/0/g' \ + -e 's/@''GNULIB_MKDTEMP''@/0/g' \ + -e 's/@''GNULIB_MKOSTEMP''@/1/g' \ + -e 's/@''GNULIB_MKOSTEMPS''@/0/g' \ + -e 's/@''GNULIB_MKSTEMP''@/0/g' \ + -e 's/@''GNULIB_MKSTEMPS''@/0/g' \ + -e 's/@''GNULIB_POSIX_MEMALIGN''@/0/g' \ + -e 's/@''GNULIB_POSIX_OPENPT''@/0/g' \ + -e 's/@''GNULIB_PTSNAME''@/0/g' \ + -e 's/@''GNULIB_PTSNAME_R''@/0/g' \ + -e 's/@''GNULIB_PUTENV''@/1/g' \ + -e 's/@''GNULIB_QSORT_R''@/0/g' \ + -e 's/@''GNULIB_RANDOM''@/0/g' \ + -e 's/@''GNULIB_RANDOM_R''@/0/g' \ + -e 's/@''GNULIB_REALLOC_GNU''@/0/g' \ + -e 's/@''GNULIB_REALLOC_POSIX''@/0/g' \ + -e 's/@''GNULIB_REALLOCARRAY''@/0/g' \ + -e 's/@''GNULIB_REALPATH''@/1/g' \ + -e 's/@''GNULIB_RPMATCH''@/0/g' \ + -e 's/@''GNULIB_SECURE_GETENV''@/0/g' \ + -e 's/@''GNULIB_SETENV''@/1/g' \ + -e 's/@''GNULIB_STRTOD''@/0/g' \ + -e 's/@''GNULIB_STRTOL''@/0/g' \ + -e 's/@''GNULIB_STRTOLD''@/0/g' \ + -e 's/@''GNULIB_STRTOLL''@/0/g' \ + -e 's/@''GNULIB_STRTOUL''@/0/g' \ + -e 's/@''GNULIB_STRTOULL''@/0/g' \ + -e 's/@''GNULIB_SYSTEM_POSIX''@/0/g' \ + -e 's/@''GNULIB_UNLOCKPT''@/0/g' \ + -e 's/@''GNULIB_UNSETENV''@/1/g' \ + -e 's/@''GNULIB_WCTOMB''@/0/g' \ + -e 's/@''GNULIB_MDA_ECVT''@/1/g' \ + -e 's/@''GNULIB_MDA_FCVT''@/1/g' \ + -e 's/@''GNULIB_MDA_GCVT''@/1/g' \ + -e 's/@''GNULIB_MDA_MKTEMP''@/1/g' \ + -e 's/@''GNULIB_MDA_PUTENV''@/1/g' \ + < ./stdlib.in.h | \ + sed -e 's|@''HAVE__EXIT''@|1|g' \ + -e 's|@''HAVE_ALIGNED_ALLOC''@|1|g' \ + -e 's|@''HAVE_ATOLL''@|1|g' \ + -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|1|g' \ + -e 's|@''HAVE_DECL_ECVT''@|1|g' \ + -e 's|@''HAVE_DECL_FCVT''@|1|g' \ + -e 's|@''HAVE_DECL_GCVT''@|1|g' \ + -e 's|@''HAVE_DECL_GETLOADAVG''@|1|g' \ + -e 's|@''HAVE_GETSUBOPT''@|1|g' \ + -e 's|@''HAVE_GRANTPT''@|1|g' \ + -e 's|@''HAVE_INITSTATE''@|1|g' \ + -e 's|@''HAVE_DECL_INITSTATE''@|1|g' \ + -e 's|@''HAVE_MBTOWC''@|1|g' \ + -e 's|@''HAVE_MKDTEMP''@|1|g' \ + -e 's|@''HAVE_MKOSTEMP''@|1|g' \ + -e 's|@''HAVE_MKOSTEMPS''@|1|g' \ + -e 's|@''HAVE_MKSTEMP''@|1|g' \ + -e 's|@''HAVE_MKSTEMPS''@|1|g' \ + -e 's|@''HAVE_POSIX_MEMALIGN''@|1|g' \ + -e 's|@''HAVE_POSIX_OPENPT''@|1|g' \ + -e 's|@''HAVE_PTSNAME''@|1|g' \ + -e 's|@''HAVE_PTSNAME_R''@|1|g' \ + -e 's|@''HAVE_QSORT_R''@|1|g' \ + -e 's|@''HAVE_RANDOM''@|1|g' \ + -e 's|@''HAVE_RANDOM_H''@|1|g' \ + -e 's|@''HAVE_RANDOM_R''@|1|g' \ + -e 's|@''HAVE_REALLOCARRAY''@|1|g' \ + -e 's|@''HAVE_REALPATH''@|1|g' \ + -e 's|@''HAVE_RPMATCH''@|1|g' \ + -e 's|@''HAVE_SECURE_GETENV''@|1|g' \ + -e 's|@''HAVE_DECL_SETENV''@|1|g' \ + -e 's|@''HAVE_SETSTATE''@|1|g' \ + -e 's|@''HAVE_DECL_SETSTATE''@|1|g' \ + -e 's|@''HAVE_STRTOD''@|1|g' \ + -e 's|@''HAVE_STRTOL''@|1|g' \ + -e 's|@''HAVE_STRTOLD''@|1|g' \ + -e 's|@''HAVE_STRTOLL''@|1|g' \ + -e 's|@''HAVE_STRTOUL''@|1|g' \ + -e 's|@''HAVE_STRTOULL''@|1|g' \ + -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|1|g' \ + -e 's|@''HAVE_SYS_LOADAVG_H''@|0|g' \ + -e 's|@''HAVE_UNLOCKPT''@|1|g' \ + -e 's|@''HAVE_DECL_UNSETENV''@|1|g' \ + -e 's|@''REPLACE_ALIGNED_ALLOC''@|0|g' \ + -e 's|@''REPLACE_CALLOC_FOR_CALLOC_GNU''@|0|g' \ + -e 's|@''REPLACE_CALLOC_FOR_CALLOC_POSIX''@|0|g' \ + -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g' \ + -e 's|@''REPLACE_FREE''@|1|g' \ + -e 's|@''REPLACE_INITSTATE''@|0|g' \ + -e 's|@''REPLACE_MALLOC_FOR_MALLOC_GNU''@|0|g' \ + -e 's|@''REPLACE_MALLOC_FOR_MALLOC_POSIX''@|0|g' \ + -e 's|@''REPLACE_MBTOWC''@|0|g' \ + -e 's|@''REPLACE_MKSTEMP''@|0|g' \ + -e 's|@''REPLACE_POSIX_MEMALIGN''@|0|g' \ + -e 's|@''REPLACE_PTSNAME''@|0|g' \ + -e 's|@''REPLACE_PTSNAME_R''@|0|g' \ + -e 's|@''REPLACE_PUTENV''@|0|g' \ + -e 's|@''REPLACE_QSORT_R''@|0|g' \ + -e 's|@''REPLACE_RANDOM''@|0|g' \ + -e 's|@''REPLACE_RANDOM_R''@|0|g' \ + -e 's|@''REPLACE_REALLOC_FOR_REALLOC_GNU''@|0|g' \ + -e 's|@''REPLACE_REALLOC_FOR_REALLOC_POSIX''@|0|g' \ + -e 's|@''REPLACE_REALLOCARRAY''@|0|g' \ + -e 's|@''REPLACE_REALPATH''@|0|g' \ + -e 's|@''REPLACE_SETENV''@|0|g' \ + -e 's|@''REPLACE_SETSTATE''@|0|g' \ + -e 's|@''REPLACE_STRTOD''@|0|g' \ + -e 's|@''REPLACE_STRTOL''@|0|g' \ + -e 's|@''REPLACE_STRTOLD''@|0|g' \ + -e 's|@''REPLACE_STRTOLL''@|0|g' \ + -e 's|@''REPLACE_STRTOUL''@|0|g' \ + -e 's|@''REPLACE_STRTOULL''@|0|g' \ + -e 's|@''REPLACE_UNSETENV''@|0|g' \ + -e 's|@''REPLACE_WCTOMB''@|0|g' \ + -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ + -e '/definition of _Noreturn/r ./_Noreturn.h' \ + -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ + -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ + > stdlib.h-t +mv math.h-t math.h +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|@''GUARD_PREFIX''@|GL|g' \ + -e 's|@''INCLUDE_NEXT''@|include_next|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ + -e 's|@''PRAGMA_COLUMNS''@||g' \ + -e 's|@''NEXT_STRING_H''@||g' \ + -e 's/@''GNULIB_EXPLICIT_BZERO''@/0/g' \ + -e 's/@''GNULIB_FFSL''@/0/g' \ + -e 's/@''GNULIB_FFSLL''@/0/g' \ + -e 's/@''GNULIB_MBSLEN''@/0/g' \ + -e 's/@''GNULIB_MBSNLEN''@/0/g' \ + -e 's/@''GNULIB_MBSCHR''@/0/g' \ + -e 's/@''GNULIB_MBSRCHR''@/0/g' \ + -e 's/@''GNULIB_MBSSTR''@/0/g' \ + -e 's/@''GNULIB_MBSCASECMP''@/0/g' \ + -e 's/@''GNULIB_MBSNCASECMP''@/0/g' \ + -e 's/@''GNULIB_MBSPCASECMP''@/0/g' \ + -e 's/@''GNULIB_MBSCASESTR''@/0/g' \ + -e 's/@''GNULIB_MBSCSPN''@/0/g' \ + -e 's/@''GNULIB_MBSPBRK''@/0/g' \ + -e 's/@''GNULIB_MBSSPN''@/0/g' \ + -e 's/@''GNULIB_MBSSEP''@/0/g' \ + -e 's/@''GNULIB_MBSTOK_R''@/0/g' \ + -e 's/@''GNULIB_MEMCHR''@/0/g' \ + -e 's/@''GNULIB_MEMMEM''@/0/g' \ + -e 's/@''GNULIB_MEMPCPY''@/0/g' \ + -e 's/@''GNULIB_MEMRCHR''@/0/g' \ + -e 's/@''GNULIB_MEMSET_EXPLICIT''@/0/g' \ + -e 's/@''GNULIB_RAWMEMCHR''@/0/g' \ + -e 's/@''GNULIB_STPCPY''@/0/g' \ + -e 's/@''GNULIB_STPNCPY''@/0/g' \ + -e 's/@''GNULIB_STRCHRNUL''@/0/g' \ + -e 's/@''GNULIB_STRDUP''@/0/g' \ + -e 's/@''GNULIB_STRNCAT''@/0/g' \ + -e 's/@''GNULIB_STRNDUP''@/0/g' \ + -e 's/@''GNULIB_STRNLEN''@/0/g' \ + -e 's/@''GNULIB_STRPBRK''@/0/g' \ + -e 's/@''GNULIB_STRSEP''@/0/g' \ + -e 's/@''GNULIB_STRSTR''@/0/g' \ + -e 's/@''GNULIB_STRCASESTR''@/0/g' \ + -e 's/@''GNULIB_STRTOK_R''@/0/g' \ + -e 's/@''GNULIB_STRERROR''@/0/g' \ + -e 's/@''GNULIB_STRERROR_R''@/0/g' \ + -e 's/@''GNULIB_STRERRORNAME_NP''@/0/g' \ + -e 's/@''GNULIB_SIGABBREV_NP''@/0/g' \ + -e 's/@''GNULIB_SIGDESCR_NP''@/0/g' \ + -e 's/@''GNULIB_STRSIGNAL''@/0/g' \ + -e 's/@''GNULIB_STRVERSCMP''@/0/g' \ + -e 's/@''GNULIB_MDA_MEMCCPY''@/1/g' \ + -e 's/@''GNULIB_MDA_STRDUP''@/1/g' \ + -e 's/@''GNULIB_FREE_POSIX''@/1/g' \ + < ./string.in.h | \ + sed -e 's|@''HAVE_EXPLICIT_BZERO''@|1|g' \ + -e 's|@''HAVE_FFSL''@|1|g' \ + -e 's|@''HAVE_FFSLL''@|1|g' \ + -e 's|@''HAVE_MBSLEN''@|0|g' \ + -e 's|@''HAVE_DECL_MEMMEM''@|1|g' \ + -e 's|@''HAVE_MEMPCPY''@|1|g' \ + -e 's|@''HAVE_DECL_MEMRCHR''@|1|g' \ + -e 's|@''HAVE_MEMSET_EXPLICIT''@|1|g' \ + -e 's|@''HAVE_RAWMEMCHR''@|1|g' \ + -e 's|@''HAVE_STPCPY''@|1|g' \ + -e 's|@''HAVE_STPNCPY''@|1|g' \ + -e 's|@''HAVE_STRCHRNUL''@|1|g' \ + -e 's|@''HAVE_DECL_STRDUP''@|1|g' \ + -e 's|@''HAVE_DECL_STRNDUP''@|1|g' \ + -e 's|@''HAVE_DECL_STRNLEN''@|1|g' \ + -e 's|@''HAVE_STRPBRK''@|1|g' \ + -e 's|@''HAVE_STRSEP''@|1|g' \ + -e 's|@''HAVE_STRCASESTR''@|1|g' \ + -e 's|@''HAVE_DECL_STRTOK_R''@|1|g' \ + -e 's|@''HAVE_DECL_STRERROR_R''@|1|g' \ + -e 's|@''HAVE_STRERRORNAME_NP''@|1|g' \ + -e 's|@''HAVE_SIGABBREV_NP''@|1|g' \ + -e 's|@''HAVE_SIGDESCR_NP''@|1|g' \ + -e 's|@''HAVE_DECL_STRSIGNAL''@|1|g' \ + -e 's|@''HAVE_STRVERSCMP''@|1|g' \ + -e 's|@''REPLACE_FFSLL''@|0|g' \ + -e 's|@''REPLACE_MEMCHR''@|0|g' \ + -e 's|@''REPLACE_MEMMEM''@|0|g' \ + -e 's|@''REPLACE_FREE''@|1|g' \ + -e 's|@''REPLACE_STPNCPY''@|0|g' \ + -e 's|@''REPLACE_STRCHRNUL''@|0|g' \ + -e 's|@''REPLACE_STRDUP''@|0|g' \ + -e 's|@''REPLACE_STRNCAT''@|0|g' \ + -e 's|@''REPLACE_STRNDUP''@|0|g' \ + -e 's|@''REPLACE_STRNLEN''@|0|g' \ + -e 's|@''REPLACE_STRSTR''@|0|g' \ + -e 's|@''REPLACE_STRCASESTR''@|0|g' \ + -e 's|@''REPLACE_STRTOK_R''@|0|g' \ + -e 's|@''REPLACE_STRERROR''@|0|g' \ + -e 's|@''REPLACE_STRERROR_R''@|0|g' \ + -e 's|@''REPLACE_STRERRORNAME_NP''@|0|g' \ + -e 's|@''REPLACE_STRSIGNAL''@|0|g' \ + -e 's|@''UNDEFINE_STRTOK_R''@|0|g' \ + -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ + -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ + -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ + > string.h-t +mv spawn.h-t spawn.h +mv string.h-t string.h +/bin/mkdir -p 'sys' +/bin/mkdir -p 'sys' +mv stdio.h-t stdio.h +mv stdlib.h-t stdlib.h +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|@''GUARD_PREFIX''@|GL|g' \ + -e 's/@''HAVE_SYS_FILE_H''@/1/g' \ + -e 's|@''INCLUDE_NEXT''@|include_next|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ + -e 's|@''PRAGMA_COLUMNS''@||g' \ + -e 's|@''NEXT_SYS_FILE_H''@||g' \ + -e 's/@''HAVE_FLOCK''@/1/g' \ + -e 's/@''GNULIB_FLOCK''@/1/g' \ + -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ + ./sys_file.in.h > sys/file.h-t +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|@''GUARD_PREFIX''@|GL|g' \ + -e 's|@''INCLUDE_NEXT''@|include_next|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ + -e 's|@''PRAGMA_COLUMNS''@||g' \ + -e 's|@''NEXT_SYS_SELECT_H''@||g' \ + -e 's|@''HAVE_SYS_SELECT_H''@|1|g' \ + -e 's/@''GNULIB_PSELECT''@/0/g' \ + -e 's/@''GNULIB_SELECT''@/1/g' \ + -e 's|@''HAVE_WINSOCK2_H''@|0|g' \ + -e 's|@''HAVE_PSELECT''@|1|g' \ + -e 's|@''REPLACE_PSELECT''@|0|g' \ + -e 's|@''REPLACE_SELECT''@|0|g' \ + -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ + -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ + ./sys_select.in.h > sys/select.h-t +/bin/mkdir -p 'sys' +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|@''GUARD_PREFIX''@|GL|g' \ + -e 's|@''INCLUDE_NEXT''@|include_next|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ + -e 's|@''PRAGMA_COLUMNS''@||g' \ + -e 's|@''NEXT_SYS_SOCKET_H''@||g' \ + -e 's|@''HAVE_SYS_SOCKET_H''@|1|g' \ + -e 's/@''GNULIB_CLOSE''@/1/g' \ + -e 's/@''GNULIB_SOCKET''@/1/g' \ + -e 's/@''GNULIB_CONNECT''@/1/g' \ + -e 's/@''GNULIB_ACCEPT''@/1/g' \ + -e 's/@''GNULIB_BIND''@/1/g' \ + -e 's/@''GNULIB_GETPEERNAME''@/1/g' \ + -e 's/@''GNULIB_GETSOCKNAME''@/1/g' \ + -e 's/@''GNULIB_GETSOCKOPT''@/1/g' \ + -e 's/@''GNULIB_LISTEN''@/1/g' \ + -e 's/@''GNULIB_RECV''@/1/g' \ + -e 's/@''GNULIB_SEND''@/1/g' \ + -e 's/@''GNULIB_RECVFROM''@/1/g' \ + -e 's/@''GNULIB_SENDTO''@/1/g' \ + -e 's/@''GNULIB_SETSOCKOPT''@/1/g' \ + -e 's/@''GNULIB_SHUTDOWN''@/1/g' \ + -e 's/@''GNULIB_ACCEPT4''@/1/g' \ + -e 's|@''HAVE_WINSOCK2_H''@|0|g' \ + -e 's|@''HAVE_WS2TCPIP_H''@|0|g' \ + -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE''@|1|g' \ + -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY''@|1|g' \ + -e 's|@''HAVE_SA_FAMILY_T''@|1|g' \ + -e 's|@''HAVE_ACCEPT4''@|1|g' \ + -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ + -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ + -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ + ./sys_socket.in.h > sys/socket.h-t +/bin/mkdir -p 'sys' +mv sys/file.h-t sys/file.h +mv sys/select.h-t sys/select.h +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|@''GUARD_PREFIX''@|GL|g' \ + -e 's|@''INCLUDE_NEXT''@|include_next|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ + -e 's|@''PRAGMA_COLUMNS''@||g' \ + -e 's|@''NEXT_SYS_STAT_H''@||g' \ + -e 's|@''WINDOWS_64_BIT_ST_SIZE''@|0|g' \ + -e 's|@''WINDOWS_STAT_TIMESPEC''@|0|g' \ + -e 's/@''GNULIB_CHMOD''@/0/g' \ + -e 's/@''GNULIB_FCHMODAT''@/0/g' \ + -e 's/@''GNULIB_FSTAT''@/1/g' \ + -e 's/@''GNULIB_FSTATAT''@/0/g' \ + -e 's/@''GNULIB_FUTIMENS''@/0/g' \ + -e 's/@''GNULIB_GETUMASK''@/0/g' \ + -e 's/@''GNULIB_LCHMOD''@/0/g' \ + -e 's/@''GNULIB_LSTAT''@/1/g' \ + -e 's/@''GNULIB_MKDIR''@/1/g' \ + -e 's/@''GNULIB_MKDIRAT''@/0/g' \ + -e 's/@''GNULIB_MKFIFO''@/0/g' \ + -e 's/@''GNULIB_MKFIFOAT''@/0/g' \ + -e 's/@''GNULIB_MKNOD''@/0/g' \ + -e 's/@''GNULIB_MKNODAT''@/0/g' \ + -e 's/@''GNULIB_STAT''@/0/g' \ + -e 's/@''GNULIB_UTIMENSAT''@/0/g' \ + -e 's/@''GNULIB_OVERRIDES_STRUCT_STAT''@/0/g' \ + -e 's/@''GNULIB_MDA_CHMOD''@/1/g' \ + -e 's/@''GNULIB_MDA_MKDIR''@/1/g' \ + -e 's/@''GNULIB_MDA_UMASK''@/1/g' \ + -e 's|@''HAVE_FCHMODAT''@|1|g' \ + -e 's|@''HAVE_FSTATAT''@|1|g' \ + -e 's|@''HAVE_FUTIMENS''@|1|g' \ + -e 's|@''HAVE_GETUMASK''@|1|g' \ + -e 's|@''HAVE_LCHMOD''@|1|g' \ + -e 's|@''HAVE_LSTAT''@|1|g' \ + -e 's|@''HAVE_MKDIRAT''@|1|g' \ + -e 's|@''HAVE_MKFIFO''@|1|g' \ + -e 's|@''HAVE_MKFIFOAT''@|1|g' \ + -e 's|@''HAVE_MKNOD''@|1|g' \ + -e 's|@''HAVE_MKNODAT''@|1|g' \ + -e 's|@''HAVE_UTIMENSAT''@|1|g' \ + -e 's|@''REPLACE_CHMOD''@|0|g' \ + -e 's|@''REPLACE_FCHMODAT''@|0|g' \ + -e 's|@''REPLACE_FSTAT''@|0|g' \ + -e 's|@''REPLACE_FSTATAT''@|0|g' \ + -e 's|@''REPLACE_FUTIMENS''@|0|g' \ + -e 's|@''REPLACE_LSTAT''@|0|g' \ + -e 's|@''REPLACE_MKDIR''@|0|g' \ + -e 's|@''REPLACE_MKFIFO''@|0|g' \ + -e 's|@''REPLACE_MKFIFOAT''@|0|g' \ + -e 's|@''REPLACE_MKNOD''@|0|g' \ + -e 's|@''REPLACE_MKNODAT''@|0|g' \ + -e 's|@''REPLACE_STAT''@|0|g' \ + -e 's|@''REPLACE_UTIMENSAT''@|0|g' \ + -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ + -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ + -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ + ./sys_stat.in.h > sys/stat.h-t +/bin/mkdir -p 'sys' +/bin/mkdir -p 'sys' +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|@''GUARD_PREFIX''@|GL|g' \ + -e 's/@''HAVE_SYS_TIME_H''@/1/g' \ + -e 's|@''INCLUDE_NEXT''@|include_next|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ + -e 's|@''PRAGMA_COLUMNS''@||g' \ + -e 's|@''NEXT_SYS_TIME_H''@||g' \ + -e 's/@''GNULIB_GETTIMEOFDAY''@/0/g' \ + -e 's|@''HAVE_WINSOCK2_H''@|0|g' \ + -e 's/@''HAVE_GETTIMEOFDAY''@/1/g' \ + -e 's/@''HAVE_STRUCT_TIMEVAL''@/1/g' \ + -e 's/@''REPLACE_GETTIMEOFDAY''@/0/g' \ + -e 's/@''REPLACE_STRUCT_TIMEVAL''@/0/g' \ + -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ + -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ + -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ + ./sys_time.in.h > sys/time.h-t +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|@''GUARD_PREFIX''@|GL|g' \ + -e 's/@''HAVE_SYS_TIMES_H''@/1/g' \ + -e 's|@''INCLUDE_NEXT''@|include_next|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ + -e 's|@''PRAGMA_COLUMNS''@||g' \ + -e 's|@''NEXT_SYS_TIMES_H''@||g' \ + -e 's/@''GNULIB_TIMES''@/1/g' \ + -e 's|@''HAVE_STRUCT_TMS''@|1|g' \ + -e 's|@''HAVE_TIMES''@|1|g' \ + -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ + -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ + ./sys_times.in.h > sys/times.h-t +mv sys/socket.h-t sys/socket.h +/bin/mkdir -p 'sys' +mv sys/time.h-t sys/time.h +mv sys/times.h-t sys/times.h +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|@''GUARD_PREFIX''@|GL|g' \ + -e 's|@''INCLUDE_NEXT''@|include_next|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ + -e 's|@''PRAGMA_COLUMNS''@||g' \ + -e 's|@''NEXT_SYS_TYPES_H''@||g' \ + -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \ + -e 's|@''WINDOWS_STAT_INODES''@|0|g' \ + ./sys_types.in.h > sys/types.h-t +/bin/mkdir -p 'sys' +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|@''GUARD_PREFIX''@|GL|g' \ + -e 's|@''INCLUDE_NEXT''@|include_next|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ + -e 's|@''PRAGMA_COLUMNS''@||g' \ + -e 's|@''NEXT_TIME_H''@||g' \ + -e 's/@''GNULIB_CTIME''@/0/g' \ + -e 's/@''GNULIB_LOCALTIME''@/0/g' \ + -e 's/@''GNULIB_MKTIME''@/1/g' \ + -e 's/@''GNULIB_NANOSLEEP''@/0/g' \ + -e 's/@''GNULIB_STRFTIME''@/0/g' \ + -e 's/@''GNULIB_STRPTIME''@/0/g' \ + -e 's/@''GNULIB_TIMEGM''@/1/g' \ + -e 's/@''GNULIB_TIMESPEC_GET''@/0/g' \ + -e 's/@''GNULIB_TIMESPEC_GETRES''@/0/g' \ + -e 's/@''GNULIB_TIME_R''@/1/g' \ + -e 's/@''GNULIB_TIME_RZ''@/1/g' \ + -e 's/@''GNULIB_TZSET''@/1/g' \ + -e 's/@''GNULIB_MDA_TZSET''@/1/g' \ + -e 's|@''HAVE_DECL_LOCALTIME_R''@|1|g' \ + -e 's|@''HAVE_NANOSLEEP''@|1|g' \ + -e 's|@''HAVE_STRPTIME''@|1|g' \ + -e 's|@''HAVE_TIMEGM''@|1|g' \ + -e 's|@''HAVE_TIMESPEC_GET''@|1|g' \ + -e 's|@''HAVE_TIMESPEC_GETRES''@|1|g' \ + -e 's|@''HAVE_TIMEZONE_T''@|0|g' \ + -e 's|@''REPLACE_CTIME''@|GNULIB_PORTCHECK|g' \ + -e 's|@''REPLACE_GMTIME''@|0|g' \ + -e 's|@''REPLACE_LOCALTIME''@|0|g' \ + -e 's|@''REPLACE_LOCALTIME_R''@|0|g' \ + -e 's|@''REPLACE_MKTIME''@|1|g' \ + -e 's|@''REPLACE_NANOSLEEP''@|GNULIB_PORTCHECK|g' \ + -e 's|@''REPLACE_STRFTIME''@|GNULIB_PORTCHECK|g' \ + -e 's|@''REPLACE_TIMEGM''@|1|g' \ + -e 's|@''REPLACE_TZSET''@|0|g' \ + -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \ + -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \ + -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|1|g' \ + -e 's|@''UNISTD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \ + -e 's|@''TIME_H_DEFINES_TIME_UTC''@|1|g' \ + -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ + -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ + -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ + ./time.in.h > time.h-t +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|@''GUARD_PREFIX''@|GL|g' \ + -e 's|@''INCLUDE_NEXT''@|include_next|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ + -e 's|@''PRAGMA_COLUMNS''@||g' \ + -e 's|@''NEXT_SYS_UIO_H''@||g' \ + -e 's|@''HAVE_SYS_UIO_H''@|1|g' \ + ./sys_uio.in.h > sys/uio.h-t +mv sys/stat.h-t sys/stat.h +mv sys/types.h-t sys/types.h +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|@''GUARD_PREFIX''@|GL|g' \ + -e 's|@''HAVE_UNISTD_H''@|1|g' \ + -e 's|@''INCLUDE_NEXT''@|include_next|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ + -e 's|@''PRAGMA_COLUMNS''@||g' \ + -e 's|@''NEXT_UNISTD_H''@||g' \ + -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \ + -e 's/@''GNULIB_ACCESS''@/0/g' \ + -e 's/@''GNULIB_CHDIR''@/0/g' \ + -e 's/@''GNULIB_CHOWN''@/0/g' \ + -e 's/@''GNULIB_CLOSE''@/1/g' \ + -e 's/@''GNULIB_COPY_FILE_RANGE''@/0/g' \ + -e 's/@''GNULIB_DUP''@/0/g' \ + -e 's/@''GNULIB_DUP2''@/0/g' \ + -e 's/@''GNULIB_DUP3''@/0/g' \ + -e 's/@''GNULIB_ENVIRON''@/1/g' \ + -e 's/@''GNULIB_EUIDACCESS''@/0/g' \ + -e 's/@''GNULIB_EXECL''@/0/g' \ + -e 's/@''GNULIB_EXECLE''@/0/g' \ + -e 's/@''GNULIB_EXECLP''@/0/g' \ + -e 's/@''GNULIB_EXECV''@/0/g' \ + -e 's/@''GNULIB_EXECVE''@/0/g' \ + -e 's/@''GNULIB_EXECVP''@/0/g' \ + -e 's/@''GNULIB_EXECVPE''@/0/g' \ + -e 's/@''GNULIB_FACCESSAT''@/0/g' \ + -e 's/@''GNULIB_FCHDIR''@/0/g' \ + -e 's/@''GNULIB_FCHOWNAT''@/0/g' \ + -e 's/@''GNULIB_FDATASYNC''@/0/g' \ + -e 's/@''GNULIB_FSYNC''@/1/g' \ + -e 's/@''GNULIB_FTRUNCATE''@/0/g' \ + -e 's/@''GNULIB_GETCWD''@/0/g' \ + -e 's/@''GNULIB_GETDOMAINNAME''@/0/g' \ + -e 's/@''GNULIB_GETDTABLESIZE''@/0/g' \ + -e 's/@''GNULIB_GETENTROPY''@/0/g' \ + -e 's/@''GNULIB_GETGROUPS''@/0/g' \ + -e 's/@''GNULIB_GETHOSTNAME''@/1/g' \ + -e 's/@''GNULIB_GETLOGIN''@/1/g' \ + -e 's/@''GNULIB_GETLOGIN_R''@/0/g' \ + -e 's/@''GNULIB_GETOPT_POSIX''@/0/g' \ + -e 's/@''GNULIB_GETPAGESIZE''@/0/g' \ + -e 's/@''GNULIB_GETPASS''@/0/g' \ + -e 's/@''GNULIB_GETPASS_GNU''@/0/g' \ + -e 's/@''GNULIB_GETUSERSHELL''@/0/g' \ + -e 's/@''GNULIB_GROUP_MEMBER''@/0/g' \ + -e 's/@''GNULIB_ISATTY''@/0/g' \ + -e 's/@''GNULIB_LCHOWN''@/0/g' \ + -e 's/@''GNULIB_LINK''@/1/g' \ + -e 's/@''GNULIB_LINKAT''@/0/g' \ + -e 's/@''GNULIB_LSEEK''@/0/g' \ + -e 's/@''GNULIB_PIPE''@/1/g' \ + -e 's/@''GNULIB_PIPE2''@/1/g' \ + -e 's/@''GNULIB_PREAD''@/0/g' \ + -e 's/@''GNULIB_PWRITE''@/0/g' \ + -e 's/@''GNULIB_READ''@/1/g' \ + -e 's/@''GNULIB_READLINK''@/1/g' \ + -e 's/@''GNULIB_READLINKAT''@/0/g' \ + -e 's/@''GNULIB_RMDIR''@/1/g' \ + -e 's/@''GNULIB_SETHOSTNAME''@/0/g' \ + -e 's/@''GNULIB_SLEEP''@/0/g' \ + -e 's/@''GNULIB_SYMLINK''@/0/g' \ + -e 's/@''GNULIB_SYMLINKAT''@/0/g' \ + -e 's/@''GNULIB_TRUNCATE''@/0/g' \ + -e 's/@''GNULIB_TTYNAME_R''@/0/g' \ + -e 's/@''GNULIB_UNISTD_H_GETOPT''@/00/g' \ + -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/0/g' \ + -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/0/g' \ + -e 's/@''GNULIB_UNLINK''@/0/g' \ + -e 's/@''GNULIB_UNLINKAT''@/0/g' \ + -e 's/@''GNULIB_USLEEP''@/0/g' \ + -e 's/@''GNULIB_WRITE''@/1/g' \ + -e 's/@''GNULIB_MDA_ACCESS''@/1/g' \ + -e 's/@''GNULIB_MDA_CHDIR''@/1/g' \ + -e 's/@''GNULIB_MDA_CLOSE''@/1/g' \ + -e 's/@''GNULIB_MDA_DUP''@/1/g' \ + -e 's/@''GNULIB_MDA_DUP2''@/1/g' \ + -e 's/@''GNULIB_MDA_EXECL''@/1/g' \ + -e 's/@''GNULIB_MDA_EXECLE''@/1/g' \ + -e 's/@''GNULIB_MDA_EXECLP''@/1/g' \ + -e 's/@''GNULIB_MDA_EXECV''@/1/g' \ + -e 's/@''GNULIB_MDA_EXECVE''@/1/g' \ + -e 's/@''GNULIB_MDA_EXECVP''@/1/g' \ + -e 's/@''GNULIB_MDA_EXECVPE''@/1/g' \ + -e 's/@''GNULIB_MDA_GETCWD''@/1/g' \ + -e 's/@''GNULIB_MDA_GETPID''@/1/g' \ + -e 's/@''GNULIB_MDA_ISATTY''@/1/g' \ + -e 's/@''GNULIB_MDA_LSEEK''@/1/g' \ + -e 's/@''GNULIB_MDA_READ''@/1/g' \ + -e 's/@''GNULIB_MDA_RMDIR''@/1/g' \ + -e 's/@''GNULIB_MDA_SWAB''@/1/g' \ + -e 's/@''GNULIB_MDA_UNLINK''@/1/g' \ + -e 's/@''GNULIB_MDA_WRITE''@/1/g' \ + < ./unistd.in.h | \ + sed -e 's|@''HAVE_CHOWN''@|1|g' \ + -e 's|@''HAVE_COPY_FILE_RANGE''@|1|g' \ + -e 's|@''HAVE_DUP3''@|1|g' \ + -e 's|@''HAVE_EUIDACCESS''@|1|g' \ + -e 's|@''HAVE_EXECVPE''@|1|g' \ + -e 's|@''HAVE_FACCESSAT''@|1|g' \ + -e 's|@''HAVE_FCHDIR''@|1|g' \ + -e 's|@''HAVE_FCHOWNAT''@|1|g' \ + -e 's|@''HAVE_FDATASYNC''@|1|g' \ + -e 's|@''HAVE_FSYNC''@|1|g' \ + -e 's|@''HAVE_FTRUNCATE''@|1|g' \ + -e 's|@''HAVE_GETDTABLESIZE''@|1|g' \ + -e 's|@''HAVE_GETENTROPY''@|1|g' \ + -e 's|@''HAVE_GETGROUPS''@|1|g' \ + -e 's|@''HAVE_GETHOSTNAME''@|1|g' \ + -e 's|@''HAVE_GETPAGESIZE''@|1|g' \ + -e 's|@''HAVE_GETPASS''@|1|g' \ + -e 's|@''HAVE_GROUP_MEMBER''@|1|g' \ + -e 's|@''HAVE_LCHOWN''@|1|g' \ + -e 's|@''HAVE_LINK''@|1|g' \ + -e 's|@''HAVE_LINKAT''@|1|g' \ + -e 's|@''HAVE_PIPE''@|1|g' \ + -e 's|@''HAVE_PIPE2''@|1|g' \ + -e 's|@''HAVE_PREAD''@|1|g' \ + -e 's|@''HAVE_PWRITE''@|1|g' \ + -e 's|@''HAVE_READLINK''@|1|g' \ + -e 's|@''HAVE_READLINKAT''@|1|g' \ + -e 's|@''HAVE_SETHOSTNAME''@|1|g' \ + -e 's|@''HAVE_SLEEP''@|1|g' \ + -e 's|@''HAVE_SYMLINK''@|1|g' \ + -e 's|@''HAVE_SYMLINKAT''@|1|g' \ + -e 's|@''HAVE_UNLINKAT''@|1|g' \ + -e 's|@''HAVE_USLEEP''@|1|g' \ + -e 's|@''HAVE_DECL_ENVIRON''@|1|g' \ + -e 's|@''HAVE_DECL_EXECVPE''@|1|g' \ + -e 's|@''HAVE_DECL_FCHDIR''@|1|g' \ + -e 's|@''HAVE_DECL_FDATASYNC''@|1|g' \ + -e 's|@''HAVE_DECL_GETDOMAINNAME''@|1|g' \ + -e 's|@''HAVE_DECL_GETLOGIN''@|1|g' \ + -e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \ + -e 's|@''HAVE_DECL_GETPAGESIZE''@|1|g' \ + -e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g' \ + -e 's|@''HAVE_DECL_SETHOSTNAME''@|1|g' \ + -e 's|@''HAVE_DECL_TRUNCATE''@|1|g' \ + -e 's|@''HAVE_DECL_TTYNAME_R''@|1|g' \ + -e 's|@''HAVE_OS_H''@|0|g' \ + -e 's|@''HAVE_SYS_PARAM_H''@|0|g' \ + | \ + sed -e 's|@''REPLACE_ACCESS''@|0|g' \ + -e 's|@''REPLACE_CHOWN''@|0|g' \ + -e 's|@''REPLACE_CLOSE''@|0|g' \ + -e 's|@''REPLACE_COPY_FILE_RANGE''@|0|g' \ + -e 's|@''REPLACE_DUP''@|0|g' \ + -e 's|@''REPLACE_DUP2''@|0|g' \ + -e 's|@''REPLACE_EXECL''@|0|g' \ + -e 's|@''REPLACE_EXECLE''@|0|g' \ + -e 's|@''REPLACE_EXECLP''@|0|g' \ + -e 's|@''REPLACE_EXECV''@|0|g' \ + -e 's|@''REPLACE_EXECVE''@|0|g' \ + -e 's|@''REPLACE_EXECVP''@|0|g' \ + -e 's|@''REPLACE_EXECVPE''@|0|g' \ + -e 's|@''REPLACE_FACCESSAT''@|0|g' \ + -e 's|@''REPLACE_FCHOWNAT''@|0|g' \ + -e 's|@''REPLACE_FTRUNCATE''@|0|g' \ + -e 's|@''REPLACE_GETCWD''@|0|g' \ + -e 's|@''REPLACE_GETDOMAINNAME''@|0|g' \ + -e 's|@''REPLACE_GETDTABLESIZE''@|0|g' \ + -e 's|@''REPLACE_GETLOGIN_R''@|0|g' \ + -e 's|@''REPLACE_GETGROUPS''@|0|g' \ + -e 's|@''REPLACE_GETPAGESIZE''@|0|g' \ + -e 's|@''REPLACE_GETPASS''@|0|g' \ + -e 's|@''REPLACE_GETPASS_FOR_GETPASS_GNU''@|0|g' \ + -e 's|@''REPLACE_ISATTY''@|0|g' \ + -e 's|@''REPLACE_LCHOWN''@|0|g' \ + -e 's|@''REPLACE_LINK''@|0|g' \ + -e 's|@''REPLACE_LINKAT''@|0|g' \ + -e 's|@''REPLACE_LSEEK''@|0|g' \ + -e 's|@''REPLACE_PREAD''@|0|g' \ + -e 's|@''REPLACE_PWRITE''@|0|g' \ + -e 's|@''REPLACE_READ''@|0|g' \ + -e 's|@''REPLACE_READLINK''@|0|g' \ + -e 's|@''REPLACE_READLINKAT''@|0|g' \ + -e 's|@''REPLACE_RMDIR''@|0|g' \ + -e 's|@''REPLACE_SLEEP''@|0|g' \ + -e 's|@''REPLACE_SYMLINK''@|0|g' \ + -e 's|@''REPLACE_SYMLINKAT''@|0|g' \ + -e 's|@''REPLACE_TRUNCATE''@|0|g' \ + -e 's|@''REPLACE_TTYNAME_R''@|0|g' \ + -e 's|@''REPLACE_UNLINK''@|0|g' \ + -e 's|@''REPLACE_UNLINKAT''@|0|g' \ + -e 's|@''REPLACE_USLEEP''@|0|g' \ + -e 's|@''REPLACE_WRITE''@|0|g' \ + -e 's|@''UNISTD_H_HAVE_SYS_RANDOM_H''@|1|g' \ + -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g' \ + -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \ + -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ + -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ + -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ + > unistd.h-t +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|@''GUARD_PREFIX''@|GL|g' \ + -e 's|@''INCLUDE_NEXT''@|include_next|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ + -e 's|@''PRAGMA_COLUMNS''@||g' \ + -e 's|@''HAVE_FEATURES_H''@|1|g' \ + -e 's|@''NEXT_WCHAR_H''@||g' \ + -e 's|@''HAVE_WCHAR_H''@|1|g' \ + -e 's/@''HAVE_CRTDEFS_H''@/0/g' \ + -e 's/@''GNULIBHEADERS_OVERRIDE_WINT_T''@/0/g' \ + -e 's/@''GNULIB_BTOWC''@/1/g' \ + -e 's/@''GNULIB_WCTOB''@/0/g' \ + -e 's/@''GNULIB_MBSINIT''@/1/g' \ + -e 's/@''GNULIB_MBRTOWC''@/1/g' \ + -e 's/@''GNULIB_MBRLEN''@/0/g' \ + -e 's/@''GNULIB_MBSRTOWCS''@/0/g' \ + -e 's/@''GNULIB_MBSNRTOWCS''@/0/g' \ + -e 's/@''GNULIB_WCRTOMB''@/1/g' \ + -e 's/@''GNULIB_WCSRTOMBS''@/0/g' \ + -e 's/@''GNULIB_WCSNRTOMBS''@/0/g' \ + -e 's/@''GNULIB_WCWIDTH''@/0/g' \ + -e 's/@''GNULIB_WMEMCHR''@/0/g' \ + -e 's/@''GNULIB_WMEMCMP''@/0/g' \ + -e 's/@''GNULIB_WMEMCPY''@/0/g' \ + -e 's/@''GNULIB_WMEMMOVE''@/0/g' \ + -e 's/@''GNULIB_WMEMPCPY''@/0/g' \ + -e 's/@''GNULIB_WMEMSET''@/0/g' \ + -e 's/@''GNULIB_WCSLEN''@/0/g' \ + -e 's/@''GNULIB_WCSNLEN''@/0/g' \ + -e 's/@''GNULIB_WCSCPY''@/0/g' \ + -e 's/@''GNULIB_WCPCPY''@/0/g' \ + -e 's/@''GNULIB_WCSNCPY''@/0/g' \ + -e 's/@''GNULIB_WCPNCPY''@/0/g' \ + -e 's/@''GNULIB_WCSCAT''@/0/g' \ + -e 's/@''GNULIB_WCSNCAT''@/0/g' \ + -e 's/@''GNULIB_WCSCMP''@/0/g' \ + -e 's/@''GNULIB_WCSNCMP''@/0/g' \ + -e 's/@''GNULIB_WCSCASECMP''@/0/g' \ + -e 's/@''GNULIB_WCSNCASECMP''@/0/g' \ + -e 's/@''GNULIB_WCSCOLL''@/0/g' \ + -e 's/@''GNULIB_WCSXFRM''@/0/g' \ + -e 's/@''GNULIB_WCSDUP''@/0/g' \ + -e 's/@''GNULIB_WCSCHR''@/0/g' \ + -e 's/@''GNULIB_WCSRCHR''@/0/g' \ + -e 's/@''GNULIB_WCSCSPN''@/0/g' \ + -e 's/@''GNULIB_WCSSPN''@/0/g' \ + -e 's/@''GNULIB_WCSPBRK''@/0/g' \ + -e 's/@''GNULIB_WCSSTR''@/0/g' \ + -e 's/@''GNULIB_WCSTOK''@/0/g' \ + -e 's/@''GNULIB_WCSWIDTH''@/0/g' \ + -e 's/@''GNULIB_WCSFTIME''@/0/g' \ + -e 's/@''GNULIB_MDA_WCSDUP''@/1/g' \ + -e 's/@''GNULIB_FREE_POSIX''@/1/g' \ + < ./wchar.in.h | \ + sed -e 's|@''HAVE_WINT_T''@|1|g' \ + -e 's|@''HAVE_BTOWC''@|1|g' \ + -e 's|@''HAVE_MBSINIT''@|1|g' \ + -e 's|@''HAVE_MBRTOWC''@|1|g' \ + -e 's|@''HAVE_MBRLEN''@|1|g' \ + -e 's|@''HAVE_MBSRTOWCS''@|1|g' \ + -e 's|@''HAVE_MBSNRTOWCS''@|1|g' \ + -e 's|@''HAVE_WCRTOMB''@|1|g' \ + -e 's|@''HAVE_WCSRTOMBS''@|1|g' \ + -e 's|@''HAVE_WCSNRTOMBS''@|1|g' \ + -e 's|@''HAVE_WMEMCHR''@|1|g' \ + -e 's|@''HAVE_WMEMCMP''@|1|g' \ + -e 's|@''HAVE_WMEMCPY''@|1|g' \ + -e 's|@''HAVE_WMEMMOVE''@|1|g' \ + -e 's|@''HAVE_WMEMPCPY''@|1|g' \ + -e 's|@''HAVE_WMEMSET''@|1|g' \ + -e 's|@''HAVE_WCSLEN''@|1|g' \ + -e 's|@''HAVE_WCSNLEN''@|1|g' \ + -e 's|@''HAVE_WCSCPY''@|1|g' \ + -e 's|@''HAVE_WCPCPY''@|1|g' \ + -e 's|@''HAVE_WCSNCPY''@|1|g' \ + -e 's|@''HAVE_WCPNCPY''@|1|g' \ + -e 's|@''HAVE_WCSCAT''@|1|g' \ + -e 's|@''HAVE_WCSNCAT''@|1|g' \ + -e 's|@''HAVE_WCSCMP''@|1|g' \ + -e 's|@''HAVE_WCSNCMP''@|1|g' \ + -e 's|@''HAVE_WCSCASECMP''@|1|g' \ + -e 's|@''HAVE_WCSNCASECMP''@|1|g' \ + -e 's|@''HAVE_WCSCOLL''@|1|g' \ + -e 's|@''HAVE_WCSXFRM''@|1|g' \ + -e 's|@''HAVE_WCSDUP''@|1|g' \ + -e 's|@''HAVE_WCSCHR''@|1|g' \ + -e 's|@''HAVE_WCSRCHR''@|1|g' \ + -e 's|@''HAVE_WCSCSPN''@|1|g' \ + -e 's|@''HAVE_WCSSPN''@|1|g' \ + -e 's|@''HAVE_WCSPBRK''@|1|g' \ + -e 's|@''HAVE_WCSSTR''@|1|g' \ + -e 's|@''HAVE_WCSTOK''@|1|g' \ + -e 's|@''HAVE_WCSWIDTH''@|1|g' \ + -e 's|@''HAVE_WCSFTIME''@|1|g' \ + -e 's|@''HAVE_DECL_WCTOB''@|1|g' \ + -e 's|@''HAVE_DECL_WCSDUP''@|1|g' \ + -e 's|@''HAVE_DECL_WCWIDTH''@|1|g' \ + | \ + sed -e 's|@''REPLACE_MBSTATE_T''@|0|g' \ + -e 's|@''REPLACE_BTOWC''@|0|g' \ + -e 's|@''REPLACE_WCTOB''@|0|g' \ + -e 's|@''REPLACE_FREE''@|1|g' \ + -e 's|@''REPLACE_MBSINIT''@|0|g' \ + -e 's|@''REPLACE_MBRTOWC''@|1|g' \ + -e 's|@''REPLACE_MBRLEN''@|0|g' \ + -e 's|@''REPLACE_MBSRTOWCS''@|0|g' \ + -e 's|@''REPLACE_MBSNRTOWCS''@|0|g' \ + -e 's|@''REPLACE_WCRTOMB''@|0|g' \ + -e 's|@''REPLACE_WCSRTOMBS''@|0|g' \ + -e 's|@''REPLACE_WCSNRTOMBS''@|0|g' \ + -e 's|@''REPLACE_WCWIDTH''@|0|g' \ + -e 's|@''REPLACE_WCSWIDTH''@|0|g' \ + -e 's|@''REPLACE_WCSFTIME''@|0|g' \ + -e 's|@''REPLACE_WCSTOK''@|0|g' \ + -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ + -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ + -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ + > wchar.h-t +mv sys/uio.h-t sys/uio.h +mv time.h-t time.h +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|@''GUARD_PREFIX''@|GL|g' \ + -e 's/@''HAVE_WCTYPE_H''@/1/g' \ + -e 's|@''INCLUDE_NEXT''@|include_next|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ + -e 's|@''PRAGMA_COLUMNS''@||g' \ + -e 's|@''NEXT_WCTYPE_H''@||g' \ + -e 's/@''HAVE_CRTDEFS_H''@/0/g' \ + -e 's/@''GNULIBHEADERS_OVERRIDE_WINT_T''@/0/g' \ + -e 's/@''GNULIB_ISWBLANK''@/0/g' \ + -e 's/@''GNULIB_ISWDIGIT''@/0/g' \ + -e 's/@''GNULIB_ISWXDIGIT''@/0/g' \ + -e 's/@''GNULIB_WCTYPE''@/0/g' \ + -e 's/@''GNULIB_ISWCTYPE''@/0/g' \ + -e 's/@''GNULIB_WCTRANS''@/0/g' \ + -e 's/@''GNULIB_TOWCTRANS''@/0/g' \ + -e 's/@''HAVE_ISWBLANK''@/1/g' \ + -e 's/@''HAVE_ISWCNTRL''@/1/g' \ + -e 's/@''HAVE_WCTYPE_T''@/1/g' \ + -e 's/@''HAVE_WCTRANS_T''@/1/g' \ + -e 's/@''HAVE_WINT_T''@/1/g' \ + -e 's/@''REPLACE_ISWBLANK''@/0/g' \ + -e 's/@''REPLACE_ISWDIGIT''@/0/g' \ + -e 's/@''REPLACE_ISWXDIGIT''@/0/g' \ + -e 's/@''REPLACE_ISWCNTRL''@/0/g' \ + -e 's/@''REPLACE_TOWLOWER''@/0/g' \ + -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ + -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ + ./wctype.in.h > wctype.h-t +mv wctype.h-t wctype.h +mv wchar.h-t wchar.h +mv unistd.h-t unistd.h +/usr/bin/make all-recursive +make[5]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/lib' +make[6]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/lib' +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-accept4.lo `test -f 'accept4.c' || echo './'`accept4.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-basename-lgpl.lo `test -f 'basename-lgpl.c' || echo './'`basename-lgpl.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-binary-io.lo `test -f 'binary-io.c' || echo './'`binary-io.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-c-ctype.lo `test -f 'c-ctype.c' || echo './'`c-ctype.c +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c accept4.c -fPIC -DPIC -o .libs/libgnu_la-accept4.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c basename-lgpl.c -fPIC -DPIC -o .libs/libgnu_la-basename-lgpl.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c c-ctype.c -fPIC -DPIC -o .libs/libgnu_la-c-ctype.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c basename-lgpl.c -o libgnu_la-basename-lgpl.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c accept4.c -o libgnu_la-accept4.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c binary-io.c -fPIC -DPIC -o .libs/libgnu_la-binary-io.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c c-ctype.c -o libgnu_la-c-ctype.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-c-strcasecmp.lo `test -f 'c-strcasecmp.c' || echo './'`c-strcasecmp.c +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c binary-io.c -o libgnu_la-binary-io.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-c-strncasecmp.lo `test -f 'c-strncasecmp.c' || echo './'`c-strncasecmp.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-dirname-lgpl.lo `test -f 'dirname-lgpl.c' || echo './'`dirname-lgpl.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-stripslash.lo `test -f 'stripslash.c' || echo './'`stripslash.c +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c c-strncasecmp.c -fPIC -DPIC -o .libs/libgnu_la-c-strncasecmp.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c c-strcasecmp.c -fPIC -DPIC -o .libs/libgnu_la-c-strcasecmp.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c c-strncasecmp.c -o libgnu_la-c-strncasecmp.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c dirname-lgpl.c -fPIC -DPIC -o .libs/libgnu_la-dirname-lgpl.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-free.lo `test -f 'free.c' || echo './'`free.c +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c stripslash.c -fPIC -DPIC -o .libs/libgnu_la-stripslash.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c c-strcasecmp.c -o libgnu_la-c-strcasecmp.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c dirname-lgpl.c -o libgnu_la-dirname-lgpl.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-full-read.lo `test -f 'full-read.c' || echo './'`full-read.c +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c stripslash.c -o libgnu_la-stripslash.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-full-write.lo `test -f 'full-write.c' || echo './'`full-write.c +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c free.c -fPIC -DPIC -o .libs/libgnu_la-free.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-hard-locale.lo `test -f 'hard-locale.c' || echo './'`hard-locale.c +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c free.c -o libgnu_la-free.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c full-write.c -fPIC -DPIC -o .libs/libgnu_la-full-write.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c full-read.c -fPIC -DPIC -o .libs/libgnu_la-full-read.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c full-write.c -o libgnu_la-full-write.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-localcharset.lo `test -f 'localcharset.c' || echo './'`localcharset.c +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c full-read.c -o libgnu_la-full-read.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-malloca.lo `test -f 'malloca.c' || echo './'`malloca.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-math.lo `test -f 'math.c' || echo './'`math.c +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c hard-locale.c -fPIC -DPIC -o .libs/libgnu_la-hard-locale.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c hard-locale.c -o libgnu_la-hard-locale.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c localcharset.c -fPIC -DPIC -o .libs/libgnu_la-localcharset.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-mbrtowc.lo `test -f 'mbrtowc.c' || echo './'`mbrtowc.c +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c malloca.c -fPIC -DPIC -o .libs/libgnu_la-malloca.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c math.c -fPIC -DPIC -o .libs/libgnu_la-math.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c localcharset.c -o libgnu_la-localcharset.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c malloca.c -o libgnu_la-malloca.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-nproc.lo `test -f 'nproc.c' || echo './'`nproc.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-nstrftime.lo `test -f 'nstrftime.c' || echo './'`nstrftime.c +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c math.c -o libgnu_la-math.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c mbrtowc.c -fPIC -DPIC -o .libs/libgnu_la-mbrtowc.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-pipe2.lo `test -f 'pipe2.c' || echo './'`pipe2.c +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c mbrtowc.c -o libgnu_la-mbrtowc.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-regex.lo `test -f 'regex.c' || echo './'`regex.c +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c nstrftime.c -fPIC -DPIC -o .libs/libgnu_la-nstrftime.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c nproc.c -fPIC -DPIC -o .libs/libgnu_la-nproc.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c pipe2.c -fPIC -DPIC -o .libs/libgnu_la-pipe2.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c nproc.c -o libgnu_la-nproc.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c nstrftime.c -o libgnu_la-nstrftime.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c pipe2.c -o libgnu_la-pipe2.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c regex.c -fPIC -DPIC -o .libs/libgnu_la-regex.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-safe-read.lo `test -f 'safe-read.c' || echo './'`safe-read.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-safe-write.lo `test -f 'safe-write.c' || echo './'`safe-write.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-setlocale_null.lo `test -f 'setlocale_null.c' || echo './'`setlocale_null.c +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c setlocale_null.c -fPIC -DPIC -o .libs/libgnu_la-setlocale_null.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c safe-read.c -fPIC -DPIC -o .libs/libgnu_la-safe-read.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c safe-write.c -fPIC -DPIC -o .libs/libgnu_la-safe-write.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c setlocale_null.c -o libgnu_la-setlocale_null.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c safe-write.c -o libgnu_la-safe-write.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c safe-read.c -o libgnu_la-safe-read.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-stat-time.lo `test -f 'stat-time.c' || echo './'`stat-time.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-striconveh.lo `test -f 'striconveh.c' || echo './'`striconveh.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-sys_socket.lo `test -f 'sys_socket.c' || echo './'`sys_socket.c +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c stat-time.c -fPIC -DPIC -o .libs/libgnu_la-stat-time.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c striconveh.c -fPIC -DPIC -o .libs/libgnu_la-striconveh.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c sys_socket.c -fPIC -DPIC -o .libs/libgnu_la-sys_socket.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c regex.c -o libgnu_la-regex.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c stat-time.c -o libgnu_la-stat-time.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c sys_socket.c -o libgnu_la-sys_socket.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-time_rz.lo `test -f 'time_rz.c' || echo './'`time_rz.c +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c striconveh.c -o libgnu_la-striconveh.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-timegm.lo `test -f 'timegm.c' || echo './'`timegm.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-unistd.lo `test -f 'unistd.c' || echo './'`unistd.c +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c timegm.c -fPIC -DPIC -o .libs/libgnu_la-timegm.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c time_rz.c -fPIC -DPIC -o .libs/libgnu_la-time_rz.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c timegm.c -o libgnu_la-timegm.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c time_rz.c -o libgnu_la-time_rz.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-wctype-h.lo `test -f 'wctype-h.c' || echo './'`wctype-h.c +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c unistd.c -fPIC -DPIC -o .libs/libgnu_la-unistd.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c unistd.c -o libgnu_la-unistd.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o mktime.lo mktime.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o malloc/libgnu_la-dynarray_at_failure.lo `test -f 'malloc/dynarray_at_failure.c' || echo './'`malloc/dynarray_at_failure.c +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c mktime.c -fPIC -DPIC -o .libs/mktime.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o malloc/libgnu_la-dynarray_emplace_enlarge.lo `test -f 'malloc/dynarray_emplace_enlarge.c' || echo './'`malloc/dynarray_emplace_enlarge.c +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c wctype-h.c -fPIC -DPIC -o .libs/libgnu_la-wctype-h.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c mktime.c -o mktime.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c wctype-h.c -o libgnu_la-wctype-h.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o malloc/libgnu_la-dynarray_finalize.lo `test -f 'malloc/dynarray_finalize.c' || echo './'`malloc/dynarray_finalize.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o malloc/libgnu_la-dynarray_resize.lo `test -f 'malloc/dynarray_resize.c' || echo './'`malloc/dynarray_resize.c +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c malloc/dynarray_at_failure.c -fPIC -DPIC -o malloc/.libs/libgnu_la-dynarray_at_failure.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c malloc/dynarray_emplace_enlarge.c -fPIC -DPIC -o malloc/.libs/libgnu_la-dynarray_emplace_enlarge.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c malloc/dynarray_at_failure.c -o malloc/libgnu_la-dynarray_at_failure.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o malloc/libgnu_la-dynarray_resize_clear.lo `test -f 'malloc/dynarray_resize_clear.c' || echo './'`malloc/dynarray_resize_clear.c +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c malloc/dynarray_emplace_enlarge.c -o malloc/libgnu_la-dynarray_emplace_enlarge.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c malloc/dynarray_finalize.c -fPIC -DPIC -o malloc/.libs/libgnu_la-dynarray_finalize.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c malloc/dynarray_resize.c -fPIC -DPIC -o malloc/.libs/libgnu_la-dynarray_resize.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c malloc/dynarray_finalize.c -o malloc/libgnu_la-dynarray_finalize.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c malloc/dynarray_resize.c -o malloc/libgnu_la-dynarray_resize.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c malloc/dynarray_resize_clear.c -fPIC -DPIC -o malloc/.libs/libgnu_la-dynarray_resize_clear.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c malloc/dynarray_resize_clear.c -o malloc/libgnu_la-dynarray_resize_clear.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=link gcc -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -no-undefined -lm -lm -L/usr/lib/x86_64-linux-gnu -lunistring -lm -Wl,-z,relro -o libgnu.la libgnu_la-accept4.lo libgnu_la-basename-lgpl.lo libgnu_la-binary-io.lo libgnu_la-c-ctype.lo libgnu_la-c-strcasecmp.lo libgnu_la-c-strncasecmp.lo libgnu_la-dirname-lgpl.lo libgnu_la-stripslash.lo libgnu_la-free.lo libgnu_la-full-read.lo libgnu_la-full-write.lo malloc/libgnu_la-dynarray_at_failure.lo malloc/libgnu_la-dynarray_emplace_enlarge.lo malloc/libgnu_la-dynarray_finalize.lo malloc/libgnu_la-dynarray_resize.lo malloc/libgnu_la-dynarray_resize_clear.lo libgnu_la-hard-locale.lo libgnu_la-localcharset.lo libgnu_la-malloca.lo libgnu_la-math.lo libgnu_la-mbrtowc.lo libgnu_la-nproc.lo libgnu_la-nstrftime.lo libgnu_la-pipe2.lo libgnu_la-regex.lo libgnu_la-safe-read.lo libgnu_la-safe-write.lo libgnu_la-setlocale_null.lo libgnu_la-stat-time.lo libgnu_la-striconveh.lo libgnu_la-sys_socket.lo libgnu_la-time_rz.lo libgnu_la-timegm.lo libgnu_la-unistd.lo libgnu_la-wctype-h.lo mktime.lo -lcrypt -ldl -lm +libtool: link: ar cr .libs/libgnu.a .libs/libgnu_la-accept4.o .libs/libgnu_la-basename-lgpl.o .libs/libgnu_la-binary-io.o .libs/libgnu_la-c-ctype.o .libs/libgnu_la-c-strcasecmp.o .libs/libgnu_la-c-strncasecmp.o .libs/libgnu_la-dirname-lgpl.o .libs/libgnu_la-stripslash.o .libs/libgnu_la-free.o .libs/libgnu_la-full-read.o .libs/libgnu_la-full-write.o malloc/.libs/libgnu_la-dynarray_at_failure.o malloc/.libs/libgnu_la-dynarray_emplace_enlarge.o malloc/.libs/libgnu_la-dynarray_finalize.o malloc/.libs/libgnu_la-dynarray_resize.o malloc/.libs/libgnu_la-dynarray_resize_clear.o .libs/libgnu_la-hard-locale.o .libs/libgnu_la-localcharset.o .libs/libgnu_la-malloca.o .libs/libgnu_la-math.o .libs/libgnu_la-mbrtowc.o .libs/libgnu_la-nproc.o .libs/libgnu_la-nstrftime.o .libs/libgnu_la-pipe2.o .libs/libgnu_la-regex.o .libs/libgnu_la-safe-read.o .libs/libgnu_la-safe-write.o .libs/libgnu_la-setlocale_null.o .libs/libgnu_la-stat-time.o .libs/libgnu_la-striconveh.o .libs/libgnu_la-sys_socket.o .libs/libgnu_la-time_rz.o .libs/libgnu_la-timegm.o .libs/libgnu_la-unistd.o .libs/libgnu_la-wctype-h.o .libs/mktime.o +libtool: link: ranlib .libs/libgnu.a +libtool: link: ( cd ".libs" && rm -f "libgnu.la" && ln -s "../libgnu.la" "libgnu.la" ) +make[6]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/lib' +make[5]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/lib' +make[4]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/lib' +Making all in meta +make[4]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/meta' +guile="`echo guile | /bin/sed -e 's&$&-3.0&'`" ; guild="`echo guild | /bin/sed -e 's&$&-3.0&'`" ; installed_guile="/usr/bin/$guile" ; /bin/sed -e "s|[@]PACKAGE_NAME[@]|GNU Guile|g" -e "s|[@]PACKAGE_BUGREPORT[@]|bug-guile@gnu.org|g" -e "s|[@]GUILE_EFFECTIVE_VERSION[@]|3.0|g" -e "s|[@]GUILE_VERSION[@]|3.0.9|g" -e "s|[@]GUILE_CFLAGS[@]|-pthread|g" -e "s|[@]GUILE_LIBS[@]|-lcrypt -ldl -lm|g" -e "s|[@]LIBGUILE_INTERFACE[@]|7:0:6|g" -e "s|[@]BDW_GC_CFLAGS[@]||g" -e "s|[@]BDW_GC_LIBS[@]|-lgc|g" -e "s|[@]LIB_CLOCK_GETTIME[@]||g" -e "s|[@]LIBGMP[@]|/usr/lib/x86_64-linux-gnu/libgmp.so|g" -e "s|[@]LIBLTDL[@]||g" -e "s|[@]LIBFFI_LIBS[@]|-lffi|g" -e "s|[@]LIBUNISTRING[@]|/usr/lib/x86_64-linux-gnu/libunistring.so|g" -e "s|[@]LIBICONV[@]||g" -e "s|[@]LIBINTL[@]||g" -e "s|[@]LIBSOCKET[@]||g" -e "s|[@]SERVENT_LIB[@]||g" -e "s|[@]HOSTENT_LIB[@]||g" -e "s|[@]GETADDRINFO_LIB[@]||g" -e "s|[@]INET_NTOP_LIB[@]||g" -e "s|[@]INET_PTON_LIB[@]||g" -e "s|[@]PKG_CONFIG[@]|/usr/bin/pkg-config|g" -e "s|[@]pkgconfigdir[@]|/usr/lib/x86_64-linux-gnu/pkgconfig|g" -e "s|[@]prefix[@]|/usr|g" -e "s|[@]exec_prefix[@]|/usr|g" -e "s|[@]bindir[@]|/usr/bin|g" -e "s|[@]libdir[@]|/usr/lib/x86_64-linux-gnu|g" -e "s|[@]includedir[@]|/usr/include|g" -e "s|[@]datarootdir[@]|/usr/share|g" -e "s|[@]datadir[@]|/usr/share|g" -e "s|[@]sitedir[@]|/usr/share/guile/site/3.0|g" -e "s|[@]guile[@]|$guile|g" -e "s|[@]guild[@]|$guild|g" -e "s|[@]installed_guile[@]|$installed_guile|g" < "guile-config.in" > "guile-config.out" +guile="`echo guile | /bin/sed -e 's&$&-3.0&'`" ; guild="`echo guild | /bin/sed -e 's&$&-3.0&'`" ; installed_guile="/usr/bin/$guile" ; /bin/sed -e "s|[@]PACKAGE_NAME[@]|GNU Guile|g" -e "s|[@]PACKAGE_BUGREPORT[@]|bug-guile@gnu.org|g" -e "s|[@]GUILE_EFFECTIVE_VERSION[@]|3.0|g" -e "s|[@]GUILE_VERSION[@]|3.0.9|g" -e "s|[@]GUILE_CFLAGS[@]|-pthread|g" -e "s|[@]GUILE_LIBS[@]|-lcrypt -ldl -lm|g" -e "s|[@]LIBGUILE_INTERFACE[@]|7:0:6|g" -e "s|[@]BDW_GC_CFLAGS[@]||g" -e "s|[@]BDW_GC_LIBS[@]|-lgc|g" -e "s|[@]LIB_CLOCK_GETTIME[@]||g" -e "s|[@]LIBGMP[@]|/usr/lib/x86_64-linux-gnu/libgmp.so|g" -e "s|[@]LIBLTDL[@]||g" -e "s|[@]LIBFFI_LIBS[@]|-lffi|g" -e "s|[@]LIBUNISTRING[@]|/usr/lib/x86_64-linux-gnu/libunistring.so|g" -e "s|[@]LIBICONV[@]||g" -e "s|[@]LIBINTL[@]||g" -e "s|[@]LIBSOCKET[@]||g" -e "s|[@]SERVENT_LIB[@]||g" -e "s|[@]HOSTENT_LIB[@]||g" -e "s|[@]GETADDRINFO_LIB[@]||g" -e "s|[@]INET_NTOP_LIB[@]||g" -e "s|[@]INET_PTON_LIB[@]||g" -e "s|[@]PKG_CONFIG[@]|/usr/bin/pkg-config|g" -e "s|[@]pkgconfigdir[@]|/usr/lib/x86_64-linux-gnu/pkgconfig|g" -e "s|[@]prefix[@]|/usr|g" -e "s|[@]exec_prefix[@]|/usr|g" -e "s|[@]bindir[@]|/usr/bin|g" -e "s|[@]libdir[@]|/usr/lib/x86_64-linux-gnu|g" -e "s|[@]includedir[@]|/usr/include|g" -e "s|[@]datarootdir[@]|/usr/share|g" -e "s|[@]datadir[@]|/usr/share|g" -e "s|[@]sitedir[@]|/usr/share/guile/site/3.0|g" -e "s|[@]guile[@]|$guile|g" -e "s|[@]guild[@]|$guild|g" -e "s|[@]installed_guile[@]|$installed_guile|g" < "guild.in" > "guild.out" +guile="`echo guile | /bin/sed -e 's&$&-3.0&'`" ; guild="`echo guild | /bin/sed -e 's&$&-3.0&'`" ; installed_guile="/usr/bin/$guile" ; /bin/sed -e "s|[@]PACKAGE_NAME[@]|GNU Guile|g" -e "s|[@]PACKAGE_BUGREPORT[@]|bug-guile@gnu.org|g" -e "s|[@]GUILE_EFFECTIVE_VERSION[@]|3.0|g" -e "s|[@]GUILE_VERSION[@]|3.0.9|g" -e "s|[@]GUILE_CFLAGS[@]|-pthread|g" -e "s|[@]GUILE_LIBS[@]|-lcrypt -ldl -lm|g" -e "s|[@]LIBGUILE_INTERFACE[@]|7:0:6|g" -e "s|[@]BDW_GC_CFLAGS[@]||g" -e "s|[@]BDW_GC_LIBS[@]|-lgc|g" -e "s|[@]LIB_CLOCK_GETTIME[@]||g" -e "s|[@]LIBGMP[@]|/usr/lib/x86_64-linux-gnu/libgmp.so|g" -e "s|[@]LIBLTDL[@]||g" -e "s|[@]LIBFFI_LIBS[@]|-lffi|g" -e "s|[@]LIBUNISTRING[@]|/usr/lib/x86_64-linux-gnu/libunistring.so|g" -e "s|[@]LIBICONV[@]||g" -e "s|[@]LIBINTL[@]||g" -e "s|[@]LIBSOCKET[@]||g" -e "s|[@]SERVENT_LIB[@]||g" -e "s|[@]HOSTENT_LIB[@]||g" -e "s|[@]GETADDRINFO_LIB[@]||g" -e "s|[@]INET_NTOP_LIB[@]||g" -e "s|[@]INET_PTON_LIB[@]||g" -e "s|[@]PKG_CONFIG[@]|/usr/bin/pkg-config|g" -e "s|[@]pkgconfigdir[@]|/usr/lib/x86_64-linux-gnu/pkgconfig|g" -e "s|[@]prefix[@]|/usr|g" -e "s|[@]exec_prefix[@]|/usr|g" -e "s|[@]bindir[@]|/usr/bin|g" -e "s|[@]libdir[@]|/usr/lib/x86_64-linux-gnu|g" -e "s|[@]includedir[@]|/usr/include|g" -e "s|[@]datarootdir[@]|/usr/share|g" -e "s|[@]datadir[@]|/usr/share|g" -e "s|[@]sitedir[@]|/usr/share/guile/site/3.0|g" -e "s|[@]guile[@]|$guile|g" -e "s|[@]guild[@]|$guild|g" -e "s|[@]installed_guile[@]|$installed_guile|g" < "guile-3.0.pc.in" > "guile-3.0.pc.out" +mv "guile-3.0.pc.out" "guile-3.0.pc" +chmod +x "guild.out" +mv "guild.out" "guild" +chmod +x "guile-config.out" +mv "guile-config.out" "guile-config" +make[4]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/meta' +Making all in libguile +make[4]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/libguile' +\ +cat cpp-E.syms | while read sym ; do \ + echo "#ifdef $sym" ; \ + echo "scm_c_define (\"$sym\", scm_from_int ($sym));" ; \ + echo "#endif" ; \ +done > cpp-E.cT +\ +cat cpp-SIG.syms | while read sym ; do \ + echo "#ifdef $sym" ; \ + echo "scm_c_define (\"$sym\", scm_from_int ($sym));" ; \ + echo "#endif" ; \ +done > cpp-SIG.cT +gawk -f ./unidata_to_charset.awk < "UnicodeData.txt" > "srfi-14.i.c" +/bin/grep '^ *VM_DEFINE_OP' vm-engine.c \ +| sed -e 's,VM_DEFINE_OP (\(.*\)).*, M (\1) \\,' >> vm-operations.h +mv libpath.tmp libpath.h +../libguile/guile-snarf -o alist.x alist.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o array-handle.x array-handle.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o array-map.x array-map.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o arrays.x arrays.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o async.x async.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o atomic.x atomic.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o backtrace.x backtrace.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o boolean.x boolean.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o bitvectors.x bitvectors.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o bytevectors.x bytevectors.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o chars.x chars.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o control.x control.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o continuations.x continuations.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o debug.x debug.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o deprecated.x deprecated.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o deprecation.x deprecation.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o dynl.x dynl.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o dynwind.x dynwind.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o eq.x eq.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o error.x error.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o eval.x eval.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o evalext.x evalext.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o exceptions.x exceptions.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o expand.x expand.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o extensions.x extensions.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o fdes-finalizers.x fdes-finalizers.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o feature.x feature.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o filesys.x filesys.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o fluids.x fluids.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o foreign.x foreign.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o fports.x fports.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o frames.x frames.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o gc-malloc.x gc-malloc.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o gc.x gc.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o gettext.x gettext.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o generalized-vectors.x generalized-vectors.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o goops.x goops.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o gsubr.x gsubr.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o guardians.x guardians.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o hash.x hash.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o hashtab.x hashtab.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o hooks.x hooks.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o i18n.x i18n.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o init.x init.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o instructions.x instructions.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o intrinsics.x intrinsics.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o ioext.x ioext.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o keywords.x keywords.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o list.x list.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o load.x load.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o loader.x loader.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o macros.x macros.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o mallocs.x mallocs.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o memoize.x memoize.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o modules.x modules.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o numbers.x numbers.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o objprop.x objprop.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o options.x options.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o pairs.x pairs.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o ports.x ports.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o print.x print.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o procprop.x procprop.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o procs.x procs.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o programs.x programs.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o promises.x promises.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o r6rs-ports.x r6rs-ports.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o random.x random.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o rdelim.x rdelim.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o read.x read.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o rw.x rw.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o scmsigs.x scmsigs.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o script.x script.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o simpos.x simpos.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o smob.x smob.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o sort.x sort.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o srcprop.x srcprop.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o srfi-1.x srfi-1.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o srfi-4.x srfi-4.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o srfi-13.x srfi-13.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o srfi-14.x srfi-14.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o srfi-60.x srfi-60.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o stackchk.x stackchk.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o stacks.x stacks.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o stime.x stime.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o strings.x strings.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o strorder.x strorder.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o strports.x strports.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o struct.x struct.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o symbols.x symbols.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o syntax.x syntax.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o threads.x threads.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o throw.x throw.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o unicode.x unicode.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o uniform.x uniform.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o values.x values.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o variable.x variable.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o vectors.x vectors.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o version.x version.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o vm.x vm.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o vports.x vports.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o weak-set.x weak-set.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o weak-table.x weak-table.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o weak-vector.x weak-vector.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o posix.x posix.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o net_db.x net_db.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o socket.x socket.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o regex-posix.x regex-posix.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +/usr/bin/make all-am +make[5]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/libguile' +gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o guile-guile.o `test -f 'guile.c' || echo './'`guile.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-alist.lo `test -f 'alist.c' || echo './'`alist.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-array-handle.lo `test -f 'array-handle.c' || echo './'`array-handle.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-array-map.lo `test -f 'array-map.c' || echo './'`array-map.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-arrays.lo `test -f 'arrays.c' || echo './'`arrays.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c alist.c -fPIC -DPIC -o .libs/libguile_3.0_la-alist.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c array-handle.c -fPIC -DPIC -o .libs/libguile_3.0_la-array-handle.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c array-map.c -fPIC -DPIC -o .libs/libguile_3.0_la-array-map.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c alist.c -o libguile_3.0_la-alist.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c arrays.c -fPIC -DPIC -o .libs/libguile_3.0_la-arrays.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c array-handle.c -o libguile_3.0_la-array-handle.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-async.lo `test -f 'async.c' || echo './'`async.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-atomic.lo `test -f 'atomic.c' || echo './'`atomic.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c array-map.c -o libguile_3.0_la-array-map.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c arrays.c -o libguile_3.0_la-arrays.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c async.c -fPIC -DPIC -o .libs/libguile_3.0_la-async.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c atomic.c -fPIC -DPIC -o .libs/libguile_3.0_la-atomic.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c async.c -o libguile_3.0_la-async.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-backtrace.lo `test -f 'backtrace.c' || echo './'`backtrace.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-boolean.lo `test -f 'boolean.c' || echo './'`boolean.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c atomic.c -o libguile_3.0_la-atomic.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-bitvectors.lo `test -f 'bitvectors.c' || echo './'`bitvectors.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-bytevectors.lo `test -f 'bytevectors.c' || echo './'`bytevectors.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c boolean.c -fPIC -DPIC -o .libs/libguile_3.0_la-boolean.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c backtrace.c -fPIC -DPIC -o .libs/libguile_3.0_la-backtrace.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c boolean.c -o libguile_3.0_la-boolean.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-chars.lo `test -f 'chars.c' || echo './'`chars.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c bitvectors.c -fPIC -DPIC -o .libs/libguile_3.0_la-bitvectors.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c backtrace.c -o libguile_3.0_la-backtrace.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c bytevectors.c -fPIC -DPIC -o .libs/libguile_3.0_la-bytevectors.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-chooks.lo `test -f 'chooks.c' || echo './'`chooks.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c bitvectors.c -o libguile_3.0_la-bitvectors.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c chars.c -fPIC -DPIC -o .libs/libguile_3.0_la-chars.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c chooks.c -fPIC -DPIC -o .libs/libguile_3.0_la-chooks.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c chars.c -o libguile_3.0_la-chars.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-control.lo `test -f 'control.c' || echo './'`control.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c bytevectors.c -o libguile_3.0_la-bytevectors.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c chooks.c -o libguile_3.0_la-chooks.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c control.c -fPIC -DPIC -o .libs/libguile_3.0_la-control.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-continuations.lo `test -f 'continuations.c' || echo './'`continuations.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-debug.lo `test -f 'debug.c' || echo './'`debug.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c control.c -o libguile_3.0_la-control.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c continuations.c -fPIC -DPIC -o .libs/libguile_3.0_la-continuations.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-deprecated.lo `test -f 'deprecated.c' || echo './'`deprecated.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-deprecation.lo `test -f 'deprecation.c' || echo './'`deprecation.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c debug.c -fPIC -DPIC -o .libs/libguile_3.0_la-debug.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c debug.c -o libguile_3.0_la-debug.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c continuations.c -o libguile_3.0_la-continuations.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c deprecation.c -fPIC -DPIC -o .libs/libguile_3.0_la-deprecation.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c deprecated.c -fPIC -DPIC -o .libs/libguile_3.0_la-deprecated.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-dynstack.lo `test -f 'dynstack.c' || echo './'`dynstack.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-dynwind.lo `test -f 'dynwind.c' || echo './'`dynwind.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c deprecation.c -o libguile_3.0_la-deprecation.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-eq.lo `test -f 'eq.c' || echo './'`eq.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c dynstack.c -fPIC -DPIC -o .libs/libguile_3.0_la-dynstack.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c deprecated.c -o libguile_3.0_la-deprecated.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c dynwind.c -fPIC -DPIC -o .libs/libguile_3.0_la-dynwind.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c dynstack.c -o libguile_3.0_la-dynstack.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c dynwind.c -o libguile_3.0_la-dynwind.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-error.lo `test -f 'error.c' || echo './'`error.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-eval.lo `test -f 'eval.c' || echo './'`eval.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-evalext.lo `test -f 'evalext.c' || echo './'`evalext.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c eq.c -fPIC -DPIC -o .libs/libguile_3.0_la-eq.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c error.c -fPIC -DPIC -o .libs/libguile_3.0_la-error.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c eval.c -fPIC -DPIC -o .libs/libguile_3.0_la-eval.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c eq.c -o libguile_3.0_la-eq.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c evalext.c -fPIC -DPIC -o .libs/libguile_3.0_la-evalext.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c error.c -o libguile_3.0_la-error.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c evalext.c -o libguile_3.0_la-evalext.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-exceptions.lo `test -f 'exceptions.c' || echo './'`exceptions.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c eval.c -o libguile_3.0_la-eval.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-expand.lo `test -f 'expand.c' || echo './'`expand.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-extensions.lo `test -f 'extensions.c' || echo './'`extensions.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c exceptions.c -fPIC -DPIC -o .libs/libguile_3.0_la-exceptions.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c expand.c -fPIC -DPIC -o .libs/libguile_3.0_la-expand.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-fdes-finalizers.lo `test -f 'fdes-finalizers.c' || echo './'`fdes-finalizers.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c extensions.c -fPIC -DPIC -o .libs/libguile_3.0_la-extensions.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c exceptions.c -o libguile_3.0_la-exceptions.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c extensions.c -o libguile_3.0_la-extensions.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c fdes-finalizers.c -fPIC -DPIC -o .libs/libguile_3.0_la-fdes-finalizers.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c expand.c -o libguile_3.0_la-expand.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-feature.lo `test -f 'feature.c' || echo './'`feature.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-filesys.lo `test -f 'filesys.c' || echo './'`filesys.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c fdes-finalizers.c -o libguile_3.0_la-fdes-finalizers.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-finalizers.lo `test -f 'finalizers.c' || echo './'`finalizers.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c feature.c -fPIC -DPIC -o .libs/libguile_3.0_la-feature.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c filesys.c -fPIC -DPIC -o .libs/libguile_3.0_la-filesys.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c feature.c -o libguile_3.0_la-feature.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-fluids.lo `test -f 'fluids.c' || echo './'`fluids.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c finalizers.c -fPIC -DPIC -o .libs/libguile_3.0_la-finalizers.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-foreign.lo `test -f 'foreign.c' || echo './'`foreign.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c finalizers.c -o libguile_3.0_la-finalizers.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c fluids.c -fPIC -DPIC -o .libs/libguile_3.0_la-fluids.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-foreign-object.lo `test -f 'foreign-object.c' || echo './'`foreign-object.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c foreign.c -fPIC -DPIC -o .libs/libguile_3.0_la-foreign.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c filesys.c -o libguile_3.0_la-filesys.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c fluids.c -o libguile_3.0_la-fluids.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c foreign-object.c -fPIC -DPIC -o .libs/libguile_3.0_la-foreign-object.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c foreign.c -o libguile_3.0_la-foreign.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-fports.lo `test -f 'fports.c' || echo './'`fports.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c foreign-object.c -o libguile_3.0_la-foreign-object.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-frames.lo `test -f 'frames.c' || echo './'`frames.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-gc-malloc.lo `test -f 'gc-malloc.c' || echo './'`gc-malloc.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-gc.lo `test -f 'gc.c' || echo './'`gc.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c fports.c -fPIC -DPIC -o .libs/libguile_3.0_la-fports.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c frames.c -fPIC -DPIC -o .libs/libguile_3.0_la-frames.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c gc.c -fPIC -DPIC -o .libs/libguile_3.0_la-gc.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c gc-malloc.c -fPIC -DPIC -o .libs/libguile_3.0_la-gc-malloc.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c fports.c -o libguile_3.0_la-fports.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c frames.c -o libguile_3.0_la-frames.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c gc-malloc.c -o libguile_3.0_la-gc-malloc.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c gc.c -o libguile_3.0_la-gc.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-gettext.lo `test -f 'gettext.c' || echo './'`gettext.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-generalized-vectors.lo `test -f 'generalized-vectors.c' || echo './'`generalized-vectors.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-goops.lo `test -f 'goops.c' || echo './'`goops.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c gettext.c -fPIC -DPIC -o .libs/libguile_3.0_la-gettext.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c generalized-vectors.c -fPIC -DPIC -o .libs/libguile_3.0_la-generalized-vectors.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-gsubr.lo `test -f 'gsubr.c' || echo './'`gsubr.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c gettext.c -o libguile_3.0_la-gettext.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c goops.c -fPIC -DPIC -o .libs/libguile_3.0_la-goops.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c generalized-vectors.c -o libguile_3.0_la-generalized-vectors.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-guardians.lo `test -f 'guardians.c' || echo './'`guardians.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-hash.lo `test -f 'hash.c' || echo './'`hash.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c gsubr.c -fPIC -DPIC -o .libs/libguile_3.0_la-gsubr.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c goops.c -o libguile_3.0_la-goops.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c guardians.c -fPIC -DPIC -o .libs/libguile_3.0_la-guardians.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c hash.c -fPIC -DPIC -o .libs/libguile_3.0_la-hash.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c gsubr.c -o libguile_3.0_la-gsubr.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c guardians.c -o libguile_3.0_la-guardians.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-hashtab.lo `test -f 'hashtab.c' || echo './'`hashtab.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-hooks.lo `test -f 'hooks.c' || echo './'`hooks.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c hash.c -o libguile_3.0_la-hash.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-i18n.lo `test -f 'i18n.c' || echo './'`i18n.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c hashtab.c -fPIC -DPIC -o .libs/libguile_3.0_la-hashtab.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-init.lo `test -f 'init.c' || echo './'`init.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c i18n.c -fPIC -DPIC -o .libs/libguile_3.0_la-i18n.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c hooks.c -fPIC -DPIC -o .libs/libguile_3.0_la-hooks.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c hashtab.c -o libguile_3.0_la-hashtab.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c hooks.c -o libguile_3.0_la-hooks.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c init.c -fPIC -DPIC -o .libs/libguile_3.0_la-init.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c i18n.c -o libguile_3.0_la-i18n.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-inline.lo `test -f 'inline.c' || echo './'`inline.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-instructions.lo `test -f 'instructions.c' || echo './'`instructions.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c init.c -o libguile_3.0_la-init.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c inline.c -fPIC -DPIC -o .libs/libguile_3.0_la-inline.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-integers.lo `test -f 'integers.c' || echo './'`integers.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c inline.c -o libguile_3.0_la-inline.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c instructions.c -fPIC -DPIC -o .libs/libguile_3.0_la-instructions.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-intrinsics.lo `test -f 'intrinsics.c' || echo './'`intrinsics.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c integers.c -fPIC -DPIC -o .libs/libguile_3.0_la-integers.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-ioext.lo `test -f 'ioext.c' || echo './'`ioext.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c instructions.c -o libguile_3.0_la-instructions.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c ioext.c -fPIC -DPIC -o .libs/libguile_3.0_la-ioext.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c intrinsics.c -fPIC -DPIC -o .libs/libguile_3.0_la-intrinsics.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-jit.lo `test -f 'jit.c' || echo './'`jit.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c integers.c -o libguile_3.0_la-integers.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c ioext.c -o libguile_3.0_la-ioext.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c intrinsics.c -o libguile_3.0_la-intrinsics.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c jit.c -fPIC -DPIC -o .libs/libguile_3.0_la-jit.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-keywords.lo `test -f 'keywords.c' || echo './'`keywords.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-list.lo `test -f 'list.c' || echo './'`list.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c keywords.c -fPIC -DPIC -o .libs/libguile_3.0_la-keywords.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c list.c -fPIC -DPIC -o .libs/libguile_3.0_la-list.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-load.lo `test -f 'load.c' || echo './'`load.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c keywords.c -o libguile_3.0_la-keywords.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-loader.lo `test -f 'loader.c' || echo './'`loader.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c list.c -o libguile_3.0_la-list.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c jit.c -o libguile_3.0_la-jit.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c load.c -fPIC -DPIC -o .libs/libguile_3.0_la-load.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c loader.c -fPIC -DPIC -o .libs/libguile_3.0_la-loader.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-macros.lo `test -f 'macros.c' || echo './'`macros.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c macros.c -fPIC -DPIC -o .libs/libguile_3.0_la-macros.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c loader.c -o libguile_3.0_la-loader.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c macros.c -o libguile_3.0_la-macros.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c load.c -o libguile_3.0_la-load.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-mallocs.lo `test -f 'mallocs.c' || echo './'`mallocs.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-memoize.lo `test -f 'memoize.c' || echo './'`memoize.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c memoize.c -fPIC -DPIC -o .libs/libguile_3.0_la-memoize.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-modules.lo `test -f 'modules.c' || echo './'`modules.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c mallocs.c -fPIC -DPIC -o .libs/libguile_3.0_la-mallocs.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-null-threads.lo `test -f 'null-threads.c' || echo './'`null-threads.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c mallocs.c -o libguile_3.0_la-mallocs.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c modules.c -fPIC -DPIC -o .libs/libguile_3.0_la-modules.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-numbers.lo `test -f 'numbers.c' || echo './'`numbers.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c null-threads.c -fPIC -DPIC -o .libs/libguile_3.0_la-null-threads.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c memoize.c -o libguile_3.0_la-memoize.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c null-threads.c -o libguile_3.0_la-null-threads.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-objprop.lo `test -f 'objprop.c' || echo './'`objprop.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c numbers.c -fPIC -DPIC -o .libs/libguile_3.0_la-numbers.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c modules.c -o libguile_3.0_la-modules.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-options.lo `test -f 'options.c' || echo './'`options.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c objprop.c -fPIC -DPIC -o .libs/libguile_3.0_la-objprop.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c options.c -fPIC -DPIC -o .libs/libguile_3.0_la-options.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-pairs.lo `test -f 'pairs.c' || echo './'`pairs.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c objprop.c -o libguile_3.0_la-objprop.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-poll.lo `test -f 'poll.c' || echo './'`poll.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c options.c -o libguile_3.0_la-options.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-ports.lo `test -f 'ports.c' || echo './'`ports.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c pairs.c -fPIC -DPIC -o .libs/libguile_3.0_la-pairs.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c poll.c -fPIC -DPIC -o .libs/libguile_3.0_la-poll.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c pairs.c -o libguile_3.0_la-pairs.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c poll.c -o libguile_3.0_la-poll.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c ports.c -fPIC -DPIC -o .libs/libguile_3.0_la-ports.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-print.lo `test -f 'print.c' || echo './'`print.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c numbers.c -o libguile_3.0_la-numbers.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-procprop.lo `test -f 'procprop.c' || echo './'`procprop.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c print.c -fPIC -DPIC -o .libs/libguile_3.0_la-print.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c procprop.c -fPIC -DPIC -o .libs/libguile_3.0_la-procprop.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c print.c -o libguile_3.0_la-print.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c procprop.c -o libguile_3.0_la-procprop.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c ports.c -o libguile_3.0_la-ports.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-procs.lo `test -f 'procs.c' || echo './'`procs.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-programs.lo `test -f 'programs.c' || echo './'`programs.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c procs.c -fPIC -DPIC -o .libs/libguile_3.0_la-procs.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c procs.c -o libguile_3.0_la-procs.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c programs.c -fPIC -DPIC -o .libs/libguile_3.0_la-programs.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-promises.lo `test -f 'promises.c' || echo './'`promises.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-r6rs-ports.lo `test -f 'r6rs-ports.c' || echo './'`r6rs-ports.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-random.lo `test -f 'random.c' || echo './'`random.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c r6rs-ports.c -fPIC -DPIC -o .libs/libguile_3.0_la-r6rs-ports.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c programs.c -o libguile_3.0_la-programs.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c promises.c -fPIC -DPIC -o .libs/libguile_3.0_la-promises.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c random.c -fPIC -DPIC -o .libs/libguile_3.0_la-random.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-rdelim.lo `test -f 'rdelim.c' || echo './'`rdelim.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c r6rs-ports.c -o libguile_3.0_la-r6rs-ports.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c promises.c -o libguile_3.0_la-promises.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c rdelim.c -fPIC -DPIC -o .libs/libguile_3.0_la-rdelim.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c random.c -o libguile_3.0_la-random.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-read.lo `test -f 'read.c' || echo './'`read.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c rdelim.c -o libguile_3.0_la-rdelim.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-rw.lo `test -f 'rw.c' || echo './'`rw.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c read.c -fPIC -DPIC -o .libs/libguile_3.0_la-read.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-scmsigs.lo `test -f 'scmsigs.c' || echo './'`scmsigs.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-script.lo `test -f 'script.c' || echo './'`script.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c rw.c -fPIC -DPIC -o .libs/libguile_3.0_la-rw.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c rw.c -o libguile_3.0_la-rw.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c read.c -o libguile_3.0_la-read.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c script.c -fPIC -DPIC -o .libs/libguile_3.0_la-script.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c scmsigs.c -fPIC -DPIC -o .libs/libguile_3.0_la-scmsigs.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-simpos.lo `test -f 'simpos.c' || echo './'`simpos.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c script.c -o libguile_3.0_la-script.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c scmsigs.c -o libguile_3.0_la-scmsigs.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-smob.lo `test -f 'smob.c' || echo './'`smob.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-sort.lo `test -f 'sort.c' || echo './'`sort.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c simpos.c -fPIC -DPIC -o .libs/libguile_3.0_la-simpos.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-srcprop.lo `test -f 'srcprop.c' || echo './'`srcprop.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c simpos.c -o libguile_3.0_la-simpos.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c sort.c -fPIC -DPIC -o .libs/libguile_3.0_la-sort.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c smob.c -fPIC -DPIC -o .libs/libguile_3.0_la-smob.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-srfi-1.lo `test -f 'srfi-1.c' || echo './'`srfi-1.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c srcprop.c -fPIC -DPIC -o .libs/libguile_3.0_la-srcprop.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c smob.c -o libguile_3.0_la-smob.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c sort.c -o libguile_3.0_la-sort.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c srfi-1.c -fPIC -DPIC -o .libs/libguile_3.0_la-srfi-1.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c srcprop.c -o libguile_3.0_la-srcprop.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-srfi-4.lo `test -f 'srfi-4.c' || echo './'`srfi-4.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-srfi-13.lo `test -f 'srfi-13.c' || echo './'`srfi-13.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-srfi-14.lo `test -f 'srfi-14.c' || echo './'`srfi-14.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c srfi-1.c -o libguile_3.0_la-srfi-1.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c srfi-4.c -fPIC -DPIC -o .libs/libguile_3.0_la-srfi-4.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c srfi-13.c -fPIC -DPIC -o .libs/libguile_3.0_la-srfi-13.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c srfi-14.c -fPIC -DPIC -o .libs/libguile_3.0_la-srfi-14.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-srfi-60.lo `test -f 'srfi-60.c' || echo './'`srfi-60.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c srfi-4.c -o libguile_3.0_la-srfi-4.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c srfi-60.c -fPIC -DPIC -o .libs/libguile_3.0_la-srfi-60.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c srfi-13.c -o libguile_3.0_la-srfi-13.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c srfi-60.c -o libguile_3.0_la-srfi-60.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-stackchk.lo `test -f 'stackchk.c' || echo './'`stackchk.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c srfi-14.c -o libguile_3.0_la-srfi-14.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-stacks.lo `test -f 'stacks.c' || echo './'`stacks.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c stackchk.c -fPIC -DPIC -o .libs/libguile_3.0_la-stackchk.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c stackchk.c -o libguile_3.0_la-stackchk.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c stacks.c -fPIC -DPIC -o .libs/libguile_3.0_la-stacks.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-stime.lo `test -f 'stime.c' || echo './'`stime.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-strings.lo `test -f 'strings.c' || echo './'`strings.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-strorder.lo `test -f 'strorder.c' || echo './'`strorder.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c stacks.c -o libguile_3.0_la-stacks.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c stime.c -fPIC -DPIC -o .libs/libguile_3.0_la-stime.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-strports.lo `test -f 'strports.c' || echo './'`strports.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c strorder.c -fPIC -DPIC -o .libs/libguile_3.0_la-strorder.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c strings.c -fPIC -DPIC -o .libs/libguile_3.0_la-strings.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c stime.c -o libguile_3.0_la-stime.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c strorder.c -o libguile_3.0_la-strorder.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-struct.lo `test -f 'struct.c' || echo './'`struct.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c strports.c -fPIC -DPIC -o .libs/libguile_3.0_la-strports.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-symbols.lo `test -f 'symbols.c' || echo './'`symbols.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c struct.c -fPIC -DPIC -o .libs/libguile_3.0_la-struct.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c strports.c -o libguile_3.0_la-strports.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c strings.c -o libguile_3.0_la-strings.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c symbols.c -fPIC -DPIC -o .libs/libguile_3.0_la-symbols.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-syntax.lo `test -f 'syntax.c' || echo './'`syntax.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c struct.c -o libguile_3.0_la-struct.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c symbols.c -o libguile_3.0_la-symbols.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c syntax.c -fPIC -DPIC -o .libs/libguile_3.0_la-syntax.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-threads.lo `test -f 'threads.c' || echo './'`threads.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c syntax.c -o libguile_3.0_la-syntax.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-throw.lo `test -f 'throw.c' || echo './'`throw.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-unicode.lo `test -f 'unicode.c' || echo './'`unicode.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c threads.c -fPIC -DPIC -o .libs/libguile_3.0_la-threads.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-uniform.lo `test -f 'uniform.c' || echo './'`uniform.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c throw.c -fPIC -DPIC -o .libs/libguile_3.0_la-throw.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c unicode.c -fPIC -DPIC -o .libs/libguile_3.0_la-unicode.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c unicode.c -o libguile_3.0_la-unicode.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c uniform.c -fPIC -DPIC -o .libs/libguile_3.0_la-uniform.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c threads.c -o libguile_3.0_la-threads.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c throw.c -o libguile_3.0_la-throw.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c uniform.c -o libguile_3.0_la-uniform.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-values.lo `test -f 'values.c' || echo './'`values.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-variable.lo `test -f 'variable.c' || echo './'`variable.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-vectors.lo `test -f 'vectors.c' || echo './'`vectors.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-version.lo `test -f 'version.c' || echo './'`version.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c values.c -fPIC -DPIC -o .libs/libguile_3.0_la-values.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c variable.c -fPIC -DPIC -o .libs/libguile_3.0_la-variable.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c vectors.c -fPIC -DPIC -o .libs/libguile_3.0_la-vectors.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c values.c -o libguile_3.0_la-values.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c version.c -fPIC -DPIC -o .libs/libguile_3.0_la-version.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c variable.c -o libguile_3.0_la-variable.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-vm.lo `test -f 'vm.c' || echo './'`vm.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c vectors.c -o libguile_3.0_la-vectors.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c version.c -o libguile_3.0_la-version.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-vports.lo `test -f 'vports.c' || echo './'`vports.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-weak-set.lo `test -f 'weak-set.c' || echo './'`weak-set.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-weak-table.lo `test -f 'weak-table.c' || echo './'`weak-table.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c vm.c -fPIC -DPIC -o .libs/libguile_3.0_la-vm.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c vports.c -fPIC -DPIC -o .libs/libguile_3.0_la-vports.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c weak-set.c -fPIC -DPIC -o .libs/libguile_3.0_la-weak-set.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c vports.c -o libguile_3.0_la-vports.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c weak-table.c -fPIC -DPIC -o .libs/libguile_3.0_la-weak-table.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c weak-set.c -o libguile_3.0_la-weak-set.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-weak-vector.lo `test -f 'weak-vector.c' || echo './'`weak-vector.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c weak-table.c -o libguile_3.0_la-weak-table.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-lightening.lo `test -f './lightening/lightening/lightening.c' || echo './'`./lightening/lightening/lightening.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c weak-vector.c -fPIC -DPIC -o .libs/libguile_3.0_la-weak-vector.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-dynl.lo `test -f 'dynl.c' || echo './'`dynl.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c ./lightening/lightening/lightening.c -fPIC -DPIC -o .libs/libguile_3.0_la-lightening.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c weak-vector.c -o libguile_3.0_la-weak-vector.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c dynl.c -fPIC -DPIC -o .libs/libguile_3.0_la-dynl.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c vm.c -o libguile_3.0_la-vm.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c dynl.c -o libguile_3.0_la-dynl.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-posix.lo `test -f 'posix.c' || echo './'`posix.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-net_db.lo `test -f 'net_db.c' || echo './'`net_db.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c posix.c -fPIC -DPIC -o .libs/libguile_3.0_la-posix.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c net_db.c -fPIC -DPIC -o .libs/libguile_3.0_la-net_db.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c net_db.c -o libguile_3.0_la-net_db.o >/dev/null 2>&1 +posix.c: In function 'scm_nice': +posix.c:2091:3: warning: ignoring return value of 'nice' declared with attribute 'warn_unused_result' [-Wunused-result] + 2091 | nice (scm_to_int (incr)); + | ^~~~~~~~~~~~~~~~~~~~~~~~ +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c posix.c -o libguile_3.0_la-posix.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-socket.lo `test -f 'socket.c' || echo './'`socket.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c ./lightening/lightening/lightening.c -o libguile_3.0_la-lightening.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-regex-posix.lo `test -f 'regex-posix.c' || echo './'`regex-posix.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c socket.c -fPIC -DPIC -o .libs/libguile_3.0_la-socket.o +flex -t ./c-tokenize.lex > c-tokenize.c || { rm c-tokenize.c; false; } +\ +if [ "no" = "yes" ]; then \ + gcc -DCROSS_COMPILING=1 -I.. \ + -c -o "c-tokenize.o" "c-tokenize.c"; \ +else \ + gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o "c-tokenize.o" "c-tokenize.c"; \ +fi +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c regex-posix.c -fPIC -DPIC -o .libs/libguile_3.0_la-regex-posix.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c socket.c -o libguile_3.0_la-socket.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c regex-posix.c -o libguile_3.0_la-regex-posix.o >/dev/null 2>&1 +\ +rm -f guile_filter_doc_snarfage; \ +if [ "no" = "yes" ]; then \ + gcc -o guile_filter_doc_snarfage c-tokenize.o; \ +else \ + /bin/bash ../libtool --tag=CC --mode=link gcc -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -Wl,-z,relro -o guile_filter_doc_snarfage c-tokenize.o ../lib/libgnu.la -lcrypt -ldl -lm; \ +fi +/bin/bash ../libtool --tag=CC --mode=link gcc -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -lgc -lffi -lm -lm -L/usr/lib/x86_64-linux-gnu -lunistring -lm -version-info 7:0:6 -export-dynamic -no-undefined -Wl,-z -Wl,relro -Wl,--version-script="./libguile.map" -Wl,-z,relro -o libguile-3.0.la -rpath /usr/lib/x86_64-linux-gnu libguile_3.0_la-alist.lo libguile_3.0_la-array-handle.lo libguile_3.0_la-array-map.lo libguile_3.0_la-arrays.lo libguile_3.0_la-async.lo libguile_3.0_la-atomic.lo libguile_3.0_la-backtrace.lo libguile_3.0_la-boolean.lo libguile_3.0_la-bitvectors.lo libguile_3.0_la-bytevectors.lo libguile_3.0_la-chars.lo libguile_3.0_la-chooks.lo libguile_3.0_la-control.lo libguile_3.0_la-continuations.lo libguile_3.0_la-debug.lo libguile_3.0_la-deprecated.lo libguile_3.0_la-deprecation.lo libguile_3.0_la-dynstack.lo libguile_3.0_la-dynwind.lo libguile_3.0_la-eq.lo libguile_3.0_la-error.lo libguile_3.0_la-eval.lo libguile_3.0_la-evalext.lo libguile_3.0_la-exceptions.lo libguile_3.0_la-expand.lo libguile_3.0_la-extensions.lo libguile_3.0_la-fdes-finalizers.lo libguile_3.0_la-feature.lo libguile_3.0_la-filesys.lo libguile_3.0_la-finalizers.lo libguile_3.0_la-fluids.lo libguile_3.0_la-foreign.lo libguile_3.0_la-foreign-object.lo libguile_3.0_la-fports.lo libguile_3.0_la-frames.lo libguile_3.0_la-gc-malloc.lo libguile_3.0_la-gc.lo libguile_3.0_la-gettext.lo libguile_3.0_la-generalized-vectors.lo libguile_3.0_la-goops.lo libguile_3.0_la-gsubr.lo libguile_3.0_la-guardians.lo libguile_3.0_la-hash.lo libguile_3.0_la-hashtab.lo libguile_3.0_la-hooks.lo libguile_3.0_la-i18n.lo libguile_3.0_la-init.lo libguile_3.0_la-inline.lo libguile_3.0_la-instructions.lo libguile_3.0_la-integers.lo libguile_3.0_la-intrinsics.lo libguile_3.0_la-ioext.lo libguile_3.0_la-jit.lo libguile_3.0_la-keywords.lo libguile_3.0_la-list.lo libguile_3.0_la-load.lo libguile_3.0_la-loader.lo libguile_3.0_la-macros.lo libguile_3.0_la-mallocs.lo libguile_3.0_la-memoize.lo libguile_3.0_la-modules.lo libguile_3.0_la-null-threads.lo libguile_3.0_la-numbers.lo libguile_3.0_la-objprop.lo libguile_3.0_la-options.lo libguile_3.0_la-pairs.lo libguile_3.0_la-poll.lo libguile_3.0_la-ports.lo libguile_3.0_la-print.lo libguile_3.0_la-procprop.lo libguile_3.0_la-procs.lo libguile_3.0_la-programs.lo libguile_3.0_la-promises.lo libguile_3.0_la-r6rs-ports.lo libguile_3.0_la-random.lo libguile_3.0_la-rdelim.lo libguile_3.0_la-read.lo libguile_3.0_la-rw.lo libguile_3.0_la-scmsigs.lo libguile_3.0_la-script.lo libguile_3.0_la-simpos.lo libguile_3.0_la-smob.lo libguile_3.0_la-sort.lo libguile_3.0_la-srcprop.lo libguile_3.0_la-srfi-1.lo libguile_3.0_la-srfi-4.lo libguile_3.0_la-srfi-13.lo libguile_3.0_la-srfi-14.lo libguile_3.0_la-srfi-60.lo libguile_3.0_la-stackchk.lo libguile_3.0_la-stacks.lo libguile_3.0_la-stime.lo libguile_3.0_la-strings.lo libguile_3.0_la-strorder.lo libguile_3.0_la-strports.lo libguile_3.0_la-struct.lo libguile_3.0_la-symbols.lo libguile_3.0_la-syntax.lo libguile_3.0_la-threads.lo libguile_3.0_la-throw.lo libguile_3.0_la-unicode.lo libguile_3.0_la-uniform.lo libguile_3.0_la-values.lo libguile_3.0_la-variable.lo libguile_3.0_la-vectors.lo libguile_3.0_la-version.lo libguile_3.0_la-vm.lo libguile_3.0_la-vports.lo libguile_3.0_la-weak-set.lo libguile_3.0_la-weak-table.lo libguile_3.0_la-weak-vector.lo libguile_3.0_la-lightening.lo libguile_3.0_la-dynl.lo libguile_3.0_la-posix.lo libguile_3.0_la-net_db.lo libguile_3.0_la-socket.lo libguile_3.0_la-regex-posix.lo ../lib/libgnu.la -L/usr/lib/x86_64-linux-gnu -lgmp -lcrypt -ldl -lm +libtool: link: gcc -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -Wl,-z -Wl,relro -o guile_filter_doc_snarfage c-tokenize.o ../lib/.libs/libgnu.a -L/usr/lib/x86_64-linux-gnu -lunistring -lcrypt -ldl -lm +libtool: link: gcc -shared -fPIC -DPIC .libs/libguile_3.0_la-alist.o .libs/libguile_3.0_la-array-handle.o .libs/libguile_3.0_la-array-map.o .libs/libguile_3.0_la-arrays.o .libs/libguile_3.0_la-async.o .libs/libguile_3.0_la-atomic.o .libs/libguile_3.0_la-backtrace.o .libs/libguile_3.0_la-boolean.o .libs/libguile_3.0_la-bitvectors.o .libs/libguile_3.0_la-bytevectors.o .libs/libguile_3.0_la-chars.o .libs/libguile_3.0_la-chooks.o .libs/libguile_3.0_la-control.o .libs/libguile_3.0_la-continuations.o .libs/libguile_3.0_la-debug.o .libs/libguile_3.0_la-deprecated.o .libs/libguile_3.0_la-deprecation.o .libs/libguile_3.0_la-dynstack.o .libs/libguile_3.0_la-dynwind.o .libs/libguile_3.0_la-eq.o .libs/libguile_3.0_la-error.o .libs/libguile_3.0_la-eval.o .libs/libguile_3.0_la-evalext.o .libs/libguile_3.0_la-exceptions.o .libs/libguile_3.0_la-expand.o .libs/libguile_3.0_la-extensions.o .libs/libguile_3.0_la-fdes-finalizers.o .libs/libguile_3.0_la-feature.o .libs/libguile_3.0_la-filesys.o .libs/libguile_3.0_la-finalizers.o .libs/libguile_3.0_la-fluids.o .libs/libguile_3.0_la-foreign.o .libs/libguile_3.0_la-foreign-object.o .libs/libguile_3.0_la-fports.o .libs/libguile_3.0_la-frames.o .libs/libguile_3.0_la-gc-malloc.o .libs/libguile_3.0_la-gc.o .libs/libguile_3.0_la-gettext.o .libs/libguile_3.0_la-generalized-vectors.o .libs/libguile_3.0_la-goops.o .libs/libguile_3.0_la-gsubr.o .libs/libguile_3.0_la-guardians.o .libs/libguile_3.0_la-hash.o .libs/libguile_3.0_la-hashtab.o .libs/libguile_3.0_la-hooks.o .libs/libguile_3.0_la-i18n.o .libs/libguile_3.0_la-init.o .libs/libguile_3.0_la-inline.o .libs/libguile_3.0_la-instructions.o .libs/libguile_3.0_la-integers.o .libs/libguile_3.0_la-intrinsics.o .libs/libguile_3.0_la-ioext.o .libs/libguile_3.0_la-jit.o .libs/libguile_3.0_la-keywords.o .libs/libguile_3.0_la-list.o .libs/libguile_3.0_la-load.o .libs/libguile_3.0_la-loader.o .libs/libguile_3.0_la-macros.o .libs/libguile_3.0_la-mallocs.o .libs/libguile_3.0_la-memoize.o .libs/libguile_3.0_la-modules.o .libs/libguile_3.0_la-null-threads.o .libs/libguile_3.0_la-numbers.o .libs/libguile_3.0_la-objprop.o .libs/libguile_3.0_la-options.o .libs/libguile_3.0_la-pairs.o .libs/libguile_3.0_la-poll.o .libs/libguile_3.0_la-ports.o .libs/libguile_3.0_la-print.o .libs/libguile_3.0_la-procprop.o .libs/libguile_3.0_la-procs.o .libs/libguile_3.0_la-programs.o .libs/libguile_3.0_la-promises.o .libs/libguile_3.0_la-r6rs-ports.o .libs/libguile_3.0_la-random.o .libs/libguile_3.0_la-rdelim.o .libs/libguile_3.0_la-read.o .libs/libguile_3.0_la-rw.o .libs/libguile_3.0_la-scmsigs.o .libs/libguile_3.0_la-script.o .libs/libguile_3.0_la-simpos.o .libs/libguile_3.0_la-smob.o .libs/libguile_3.0_la-sort.o .libs/libguile_3.0_la-srcprop.o .libs/libguile_3.0_la-srfi-1.o .libs/libguile_3.0_la-srfi-4.o .libs/libguile_3.0_la-srfi-13.o .libs/libguile_3.0_la-srfi-14.o .libs/libguile_3.0_la-srfi-60.o .libs/libguile_3.0_la-stackchk.o .libs/libguile_3.0_la-stacks.o .libs/libguile_3.0_la-stime.o .libs/libguile_3.0_la-strings.o .libs/libguile_3.0_la-strorder.o .libs/libguile_3.0_la-strports.o .libs/libguile_3.0_la-struct.o .libs/libguile_3.0_la-symbols.o .libs/libguile_3.0_la-syntax.o .libs/libguile_3.0_la-threads.o .libs/libguile_3.0_la-throw.o .libs/libguile_3.0_la-unicode.o .libs/libguile_3.0_la-uniform.o .libs/libguile_3.0_la-values.o .libs/libguile_3.0_la-variable.o .libs/libguile_3.0_la-vectors.o .libs/libguile_3.0_la-version.o .libs/libguile_3.0_la-vm.o .libs/libguile_3.0_la-vports.o .libs/libguile_3.0_la-weak-set.o .libs/libguile_3.0_la-weak-table.o .libs/libguile_3.0_la-weak-vector.o .libs/libguile_3.0_la-lightening.o .libs/libguile_3.0_la-dynl.o .libs/libguile_3.0_la-posix.o .libs/libguile_3.0_la-net_db.o .libs/libguile_3.0_la-socket.o .libs/libguile_3.0_la-regex-posix.o -Wl,--whole-archive ../lib/.libs/libgnu.a -Wl,--no-whole-archive -lgc -lffi -L/usr/lib/x86_64-linux-gnu -lunistring -lgmp -lcrypt -ldl -lm -pthread -g -O2 -fstack-protector-strong -flto -Wl,-z -Wl,relro -Wl,--version-script=./libguile.map -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libguile-3.0.so.1 -o .libs/libguile-3.0.so.1.6.0 +./guile-snarf-docs -o alist.doc alist.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o array-handle.doc array-handle.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o array-map.doc array-map.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o arrays.doc arrays.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o async.doc async.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o atomic.doc atomic.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o backtrace.doc backtrace.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o boolean.doc boolean.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o bitvectors.doc bitvectors.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o bytevectors.doc bytevectors.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o chars.doc chars.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o control.doc control.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o continuations.doc continuations.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o debug.doc debug.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o deprecated.doc deprecated.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o deprecation.doc deprecation.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o dynl.doc dynl.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o dynwind.doc dynwind.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o eq.doc eq.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o error.doc error.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o eval.doc eval.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o evalext.doc evalext.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o exceptions.doc exceptions.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o expand.doc expand.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o extensions.doc extensions.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o fdes-finalizers.doc fdes-finalizers.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o feature.doc feature.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o filesys.doc filesys.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o fluids.doc fluids.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o foreign.doc foreign.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o fports.doc fports.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o gc-malloc.doc gc-malloc.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o gc.doc gc.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o gettext.doc gettext.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o generalized-vectors.doc generalized-vectors.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o goops.doc goops.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o gsubr.doc gsubr.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o guardians.doc guardians.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o hash.doc hash.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o hashtab.doc hashtab.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o hooks.doc hooks.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o i18n.doc i18n.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o init.doc init.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o ioext.doc ioext.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o keywords.doc keywords.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o list.doc list.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o load.doc load.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o macros.doc macros.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o mallocs.doc mallocs.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o memoize.doc memoize.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o modules.doc modules.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o numbers.doc numbers.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o objprop.doc objprop.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o options.doc options.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o pairs.doc pairs.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o ports.doc ports.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o print.doc print.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o procprop.doc procprop.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o procs.doc procs.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o promises.doc promises.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o r6rs-ports.doc r6rs-ports.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o random.doc random.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o rdelim.doc rdelim.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o read.doc read.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o rw.doc rw.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o scmsigs.doc scmsigs.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o script.doc script.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o simpos.doc simpos.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o smob.doc smob.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o sort.doc sort.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o srcprop.doc srcprop.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o srfi-1.doc srfi-1.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o srfi-4.doc srfi-4.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o srfi-13.doc srfi-13.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o srfi-14.doc srfi-14.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o srfi-60.doc srfi-60.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o stackchk.doc stackchk.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o stacks.doc stacks.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o stime.doc stime.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o strings.doc strings.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o strorder.doc strorder.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o strports.doc strports.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o struct.doc struct.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o symbols.doc symbols.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o syntax.doc syntax.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o threads.doc threads.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o throw.doc throw.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o unicode.doc unicode.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o uniform.doc uniform.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o values.doc values.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o variable.doc variable.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o vectors.doc vectors.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o version.doc version.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o vports.doc vports.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o weak-set.doc weak-set.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o weak-table.doc weak-table.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o weak-vector.doc weak-vector.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o posix.doc posix.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o net_db.doc net_db.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o socket.doc socket.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o regex-posix.doc regex-posix.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +/usr/bin/ld: /tmp/libguile-3.0.so.1.6.0.goIODK.ltrans18.ltrans.o: in function `scm_tmpnam': +/home/sesostris/sources/guile/guile-3.0.9/libguile/posix.c:1757: warning: the use of `tmpnam' is dangerous, better use `mkstemp' +libtool: link: (cd ".libs" && rm -f "libguile-3.0.so.1" && ln -s "libguile-3.0.so.1.6.0" "libguile-3.0.so.1") +libtool: link: (cd ".libs" && rm -f "libguile-3.0.so" && ln -s "libguile-3.0.so.1.6.0" "libguile-3.0.so") +libtool: link: (cd .libs/libguile-3.0.lax/libgnu.a && ar x "/home/sesostris/sources/guile/guile-3.0.9/libguile/../lib/.libs/libgnu.a") +libtool: link: ar cr .libs/libguile-3.0.a libguile_3.0_la-alist.o libguile_3.0_la-array-handle.o libguile_3.0_la-array-map.o libguile_3.0_la-arrays.o libguile_3.0_la-async.o libguile_3.0_la-atomic.o libguile_3.0_la-backtrace.o libguile_3.0_la-boolean.o libguile_3.0_la-bitvectors.o libguile_3.0_la-bytevectors.o libguile_3.0_la-chars.o libguile_3.0_la-chooks.o libguile_3.0_la-control.o libguile_3.0_la-continuations.o libguile_3.0_la-debug.o libguile_3.0_la-deprecated.o libguile_3.0_la-deprecation.o libguile_3.0_la-dynstack.o libguile_3.0_la-dynwind.o libguile_3.0_la-eq.o libguile_3.0_la-error.o libguile_3.0_la-eval.o libguile_3.0_la-evalext.o libguile_3.0_la-exceptions.o libguile_3.0_la-expand.o libguile_3.0_la-extensions.o libguile_3.0_la-fdes-finalizers.o libguile_3.0_la-feature.o libguile_3.0_la-filesys.o libguile_3.0_la-finalizers.o libguile_3.0_la-fluids.o libguile_3.0_la-foreign.o libguile_3.0_la-foreign-object.o libguile_3.0_la-fports.o libguile_3.0_la-frames.o libguile_3.0_la-gc-malloc.o libguile_3.0_la-gc.o libguile_3.0_la-gettext.o libguile_3.0_la-generalized-vectors.o libguile_3.0_la-goops.o libguile_3.0_la-gsubr.o libguile_3.0_la-guardians.o libguile_3.0_la-hash.o libguile_3.0_la-hashtab.o libguile_3.0_la-hooks.o libguile_3.0_la-i18n.o libguile_3.0_la-init.o libguile_3.0_la-inline.o libguile_3.0_la-instructions.o libguile_3.0_la-integers.o libguile_3.0_la-intrinsics.o libguile_3.0_la-ioext.o libguile_3.0_la-jit.o libguile_3.0_la-keywords.o libguile_3.0_la-list.o libguile_3.0_la-load.o libguile_3.0_la-loader.o libguile_3.0_la-macros.o libguile_3.0_la-mallocs.o libguile_3.0_la-memoize.o libguile_3.0_la-modules.o libguile_3.0_la-null-threads.o libguile_3.0_la-numbers.o libguile_3.0_la-objprop.o libguile_3.0_la-options.o libguile_3.0_la-pairs.o libguile_3.0_la-poll.o libguile_3.0_la-ports.o libguile_3.0_la-print.o libguile_3.0_la-procprop.o libguile_3.0_la-procs.o libguile_3.0_la-programs.o libguile_3.0_la-promises.o libguile_3.0_la-r6rs-ports.o libguile_3.0_la-random.o libguile_3.0_la-rdelim.o libguile_3.0_la-read.o libguile_3.0_la-rw.o libguile_3.0_la-scmsigs.o libguile_3.0_la-script.o libguile_3.0_la-simpos.o libguile_3.0_la-smob.o libguile_3.0_la-sort.o libguile_3.0_la-srcprop.o libguile_3.0_la-srfi-1.o libguile_3.0_la-srfi-4.o libguile_3.0_la-srfi-13.o libguile_3.0_la-srfi-14.o libguile_3.0_la-srfi-60.o libguile_3.0_la-stackchk.o libguile_3.0_la-stacks.o libguile_3.0_la-stime.o libguile_3.0_la-strings.o libguile_3.0_la-strorder.o libguile_3.0_la-strports.o libguile_3.0_la-struct.o libguile_3.0_la-symbols.o libguile_3.0_la-syntax.o libguile_3.0_la-threads.o libguile_3.0_la-throw.o libguile_3.0_la-unicode.o libguile_3.0_la-uniform.o libguile_3.0_la-values.o libguile_3.0_la-variable.o libguile_3.0_la-vectors.o libguile_3.0_la-version.o libguile_3.0_la-vm.o libguile_3.0_la-vports.o libguile_3.0_la-weak-set.o libguile_3.0_la-weak-table.o libguile_3.0_la-weak-vector.o libguile_3.0_la-lightening.o libguile_3.0_la-dynl.o libguile_3.0_la-posix.o libguile_3.0_la-net_db.o libguile_3.0_la-socket.o libguile_3.0_la-regex-posix.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-accept4.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-basename-lgpl.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-binary-io.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-c-ctype.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-c-strcasecmp.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-c-strncasecmp.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-dirname-lgpl.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-dynarray_at_failure.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-dynarray_emplace_enlarge.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-dynarray_finalize.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-dynarray_resize.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-dynarray_resize_clear.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-free.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-full-read.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-full-write.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-hard-locale.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-localcharset.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-malloca.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-math.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-mbrtowc.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-nproc.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-nstrftime.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-pipe2.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-regex.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-safe-read.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-safe-write.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-setlocale_null.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-stat-time.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-striconveh.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-stripslash.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-sys_socket.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-time_rz.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-timegm.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-unistd.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-wctype-h.o .libs/libguile-3.0.lax/libgnu.a/mktime.o +libtool: link: ranlib .libs/libguile-3.0.a +libtool: link: rm -fr .libs/libguile-3.0.lax +libtool: link: ( cd ".libs" && rm -f "libguile-3.0.la" && ln -s "../libguile-3.0.la" "libguile-3.0.la" ) +/bin/bash ../libtool --tag=CC --mode=link gcc -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -pthread -Wl,-z,relro -o guile guile-guile.o libguile-3.0.la -lcrypt -ldl -lm +libtool: link: gcc -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -pthread -Wl,-z -Wl,relro -o .libs/guile guile-guile.o ./.libs/libguile-3.0.so -lcrypt -ldl -lm -pthread +cat alist.doc array-handle.doc array-map.doc arrays.doc async.doc atomic.doc backtrace.doc boolean.doc bitvectors.doc bytevectors.doc chars.doc control.doc continuations.doc debug.doc deprecated.doc deprecation.doc dynl.doc dynwind.doc eq.doc error.doc eval.doc evalext.doc exceptions.doc expand.doc extensions.doc fdes-finalizers.doc feature.doc filesys.doc fluids.doc foreign.doc fports.doc gc-malloc.doc gc.doc gettext.doc generalized-vectors.doc goops.doc gsubr.doc guardians.doc hash.doc hashtab.doc hooks.doc i18n.doc init.doc ioext.doc keywords.doc list.doc load.doc macros.doc mallocs.doc memoize.doc modules.doc numbers.doc objprop.doc options.doc pairs.doc ports.doc print.doc procprop.doc procs.doc promises.doc r6rs-ports.doc random.doc rdelim.doc read.doc rw.doc scmsigs.doc script.doc simpos.doc smob.doc sort.doc srcprop.doc srfi-1.doc srfi-4.doc srfi-13.doc srfi-14.doc srfi-60.doc stackchk.doc stacks.doc stime.doc strings.doc strorder.doc strports.doc struct.doc symbols.doc syntax.doc threads.doc throw.doc unicode.doc uniform.doc values.doc variable.doc vectors.doc version.doc vports.doc weak-set.doc weak-table.doc weak-vector.doc dynl.doc posix.doc net_db.doc socket.doc regex-posix.doc | GUILE_AUTO_COMPILE=0 ../meta/build-env guild snarf-check-and-output-texi > guile-procedures.texi || { rm guile-procedures.texi; false; } +make[5]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/libguile' +make[4]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/libguile' +Making all in module +make[4]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/module' +make[4]: Nothing to be done for 'all'. +make[4]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/module' +Making all in stage0 +make[4]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/stage0' +Note: not adjusting GUILE_OPTIMIZATIONS for 32-bit big-endian architecture +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/eval.go" "../module/ice-9/eval.scm" +wrote `ice-9/eval.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/psyntax-pp.go" "../module/ice-9/psyntax.scm" +wrote `ice-9/psyntax-pp.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/boot-9.go" "../module/ice-9/boot-9.scm" +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/tree-il.go" "../module/language/tree-il.scm" +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/tree-il/analyze.go" "../module/language/tree-il/analyze.scm" +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/tree-il/compile-bytecode.go" "../module/language/tree-il/compile-bytecode.scm" +wrote `language/tree-il/analyze.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/tree-il/compile-cps.go" "../module/language/tree-il/compile-cps.scm" +wrote `language/tree-il.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/tree-il/cps-primitives.go" "../module/language/tree-il/cps-primitives.scm" +wrote `language/tree-il/compile-bytecode.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/tree-il/debug.go" "../module/language/tree-il/debug.scm" +wrote `language/tree-il/cps-primitives.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/tree-il/effects.go" "../module/language/tree-il/effects.scm" +wrote `language/tree-il/debug.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/tree-il/eta-expand.go" "../module/language/tree-il/eta-expand.scm" +wrote `ice-9/boot-9.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/tree-il/fix-letrec.go" "../module/language/tree-il/fix-letrec.scm" +wrote `language/tree-il/effects.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/tree-il/inlinable-exports.go" "../module/language/tree-il/inlinable-exports.scm" +wrote `language/tree-il/eta-expand.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/tree-il/letrectify.go" "../module/language/tree-il/letrectify.scm" +wrote `language/tree-il/compile-cps.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/tree-il/optimize.go" "../module/language/tree-il/optimize.scm" +wrote `language/tree-il/letrectify.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/tree-il/peval.go" "../module/language/tree-il/peval.scm" +wrote `language/tree-il/fix-letrec.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/tree-il/primitives.go" "../module/language/tree-il/primitives.scm" +wrote `language/tree-il/optimize.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/tree-il/resolve-free-vars.go" "../module/language/tree-il/resolve-free-vars.scm" +wrote `language/tree-il/inlinable-exports.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/tree-il/spec.go" "../module/language/tree-il/spec.scm" +wrote `language/tree-il/resolve-free-vars.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps.go" "../module/language/cps.scm" +wrote `language/tree-il/primitives.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/closure-conversion.go" "../module/language/cps/closure-conversion.scm" +wrote `language/tree-il/spec.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/compile-bytecode.go" "../module/language/cps/compile-bytecode.scm" +wrote `language/tree-il/peval.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/contification.go" "../module/language/cps/contification.scm" +wrote `language/cps/closure-conversion.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/cse.go" "../module/language/cps/cse.scm" +wrote `language/cps/contification.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/dce.go" "../module/language/cps/dce.scm" +wrote `language/cps/cse.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/devirtualize-integers.go" "../module/language/cps/devirtualize-integers.scm" +wrote `language/cps/compile-bytecode.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/dump.go" "../module/language/cps/dump.scm" +wrote `language/cps.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/elide-arity-checks.go" "../module/language/cps/elide-arity-checks.scm" +wrote `language/cps/dce.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/effects-analysis.go" "../module/language/cps/effects-analysis.scm" +wrote `language/cps/devirtualize-integers.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/graphs.go" "../module/language/cps/graphs.scm" +wrote `language/cps/dump.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/intmap.go" "../module/language/cps/intmap.scm" +wrote `language/cps/elide-arity-checks.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/intset.go" "../module/language/cps/intset.scm" +wrote `language/cps/graphs.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/licm.go" "../module/language/cps/licm.scm" +wrote `language/cps/effects-analysis.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/loop-instrumentation.go" "../module/language/cps/loop-instrumentation.scm" +wrote `language/cps/intmap.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/optimize.go" "../module/language/cps/optimize.scm" +wrote `language/cps/intset.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/peel-loops.go" "../module/language/cps/peel-loops.scm" +wrote `language/cps/licm.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/prune-top-level-scopes.go" "../module/language/cps/prune-top-level-scopes.scm" +wrote `language/cps/loop-instrumentation.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/reify-primitives.go" "../module/language/cps/reify-primitives.scm" +wrote `language/cps/peel-loops.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/renumber.go" "../module/language/cps/renumber.scm" +wrote `language/cps/prune-top-level-scopes.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/return-types.go" "../module/language/cps/return-types.scm" +wrote `language/cps/optimize.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/rotate-loops.go" "../module/language/cps/rotate-loops.scm" +wrote `language/cps/renumber.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/self-references.go" "../module/language/cps/self-references.scm" +wrote `language/cps/reify-primitives.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/simplify.go" "../module/language/cps/simplify.scm" +wrote `language/cps/return-types.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/slot-allocation.go" "../module/language/cps/slot-allocation.scm" +wrote `language/cps/rotate-loops.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/spec.go" "../module/language/cps/spec.scm" +wrote `language/cps/self-references.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/specialize-primcalls.go" "../module/language/cps/specialize-primcalls.scm" +wrote `language/cps/simplify.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/specialize-numbers.go" "../module/language/cps/specialize-numbers.scm" +wrote `language/cps/specialize-primcalls.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/split-rec.go" "../module/language/cps/split-rec.scm" +wrote `language/cps/slot-allocation.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/switch.go" "../module/language/cps/switch.scm" +wrote `language/cps/spec.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/type-checks.go" "../module/language/cps/type-checks.scm" +wrote `language/cps/split-rec.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/type-fold.go" "../module/language/cps/type-fold.scm" +wrote `language/cps/specialize-numbers.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/types.go" "../module/language/cps/types.scm" +wrote `language/cps/switch.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/utils.go" "../module/language/cps/utils.scm" +wrote `language/cps/type-checks.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/verify.go" "../module/language/cps/verify.scm" +wrote `language/cps/utils.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/with-cps.go" "../module/language/cps/with-cps.scm" +wrote `language/cps/type-fold.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/and-let-star.go" "../module/ice-9/and-let-star.scm" +wrote `language/cps/verify.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/arrays.go" "../module/ice-9/arrays.scm" +wrote `language/cps/with-cps.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/atomic.go" "../module/ice-9/atomic.scm" +wrote `ice-9/and-let-star.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/binary-ports.go" "../module/ice-9/binary-ports.scm" +wrote `ice-9/arrays.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/buffered-input.go" "../module/ice-9/buffered-input.scm" +wrote `ice-9/atomic.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/calling.go" "../module/ice-9/calling.scm" +wrote `ice-9/binary-ports.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/command-line.go" "../module/ice-9/command-line.scm" +wrote `ice-9/buffered-input.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/common-list.go" "../module/ice-9/common-list.scm" +wrote `ice-9/calling.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/control.go" "../module/ice-9/control.scm" +wrote `language/cps/types.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/copy-tree.go" "../module/ice-9/copy-tree.scm" +wrote `ice-9/command-line.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/curried-definitions.go" "../module/ice-9/curried-definitions.scm" +wrote `ice-9/common-list.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/deprecated.go" "../module/ice-9/deprecated.scm" +wrote `ice-9/control.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/documentation.go" "../module/ice-9/documentation.scm" +wrote `ice-9/copy-tree.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/eval-string.go" "../module/ice-9/eval-string.scm" +wrote `ice-9/deprecated.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/exceptions.go" "../module/ice-9/exceptions.scm" +wrote `ice-9/curried-definitions.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/expect.go" "../module/ice-9/expect.scm" +wrote `ice-9/eval-string.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/fdes-finalizers.go" "../module/ice-9/fdes-finalizers.scm" +wrote `ice-9/documentation.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/format.go" "../module/ice-9/format.scm" +wrote `ice-9/expect.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/ftw.go" "../module/ice-9/ftw.scm" +wrote `ice-9/exceptions.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/futures.go" "../module/ice-9/futures.scm" +wrote `ice-9/fdes-finalizers.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/gap-buffer.go" "../module/ice-9/gap-buffer.scm" +wrote `ice-9/ftw.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/getopt-long.go" "../module/ice-9/getopt-long.scm" +wrote `ice-9/format.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/hash-table.go" "../module/ice-9/hash-table.scm" +wrote `ice-9/futures.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/hcons.go" "../module/ice-9/hcons.scm" +wrote `ice-9/gap-buffer.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/history.go" "../module/ice-9/history.scm" +wrote `ice-9/hash-table.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/i18n.go" "../module/ice-9/i18n.scm" +wrote `ice-9/hcons.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/iconv.go" "../module/ice-9/iconv.scm" +wrote `ice-9/getopt-long.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/lineio.go" "../module/ice-9/lineio.scm" +wrote `ice-9/history.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/list.go" "../module/ice-9/list.scm" +wrote `ice-9/iconv.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/local-eval.go" "../module/ice-9/local-eval.scm" +wrote `ice-9/i18n.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/ls.go" "../module/ice-9/ls.scm" +wrote `ice-9/lineio.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/match.go" "../module/ice-9/match.scm" +wrote `ice-9/list.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/networking.go" "../module/ice-9/networking.scm" +wrote `ice-9/ls.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/null.go" "../module/ice-9/null.scm" +wrote `ice-9/local-eval.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/occam-channel.go" "../module/ice-9/occam-channel.scm" +wrote `ice-9/networking.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/optargs.go" "../module/ice-9/optargs.scm" +wrote `ice-9/null.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/peg.go" "../module/ice-9/peg.scm" +wrote `ice-9/match.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/peg/cache.go" "../module/ice-9/peg/cache.scm" +wrote `ice-9/optargs.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/peg/codegen.go" "../module/ice-9/peg/codegen.scm" +wrote `ice-9/occam-channel.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/peg/simplify-tree.go" "../module/ice-9/peg/simplify-tree.scm" +wrote `ice-9/peg.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/peg/string-peg.go" "../module/ice-9/peg/string-peg.scm" +wrote `ice-9/peg/cache.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/peg/using-parsers.go" "../module/ice-9/peg/using-parsers.scm" +wrote `ice-9/peg/simplify-tree.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/poe.go" "../module/ice-9/poe.scm" +wrote `ice-9/peg/codegen.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/poll.go" "../module/ice-9/poll.scm" +wrote `ice-9/peg/using-parsers.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/popen.go" "../module/ice-9/popen.scm" +wrote `ice-9/peg/string-peg.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/ports.go" "../module/ice-9/ports.scm" +wrote `ice-9/poe.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/posix.go" "../module/ice-9/posix.scm" +wrote `ice-9/poll.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/pretty-print.go" "../module/ice-9/pretty-print.scm" +wrote `ice-9/posix.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/q.go" "../module/ice-9/q.scm" +wrote `ice-9/popen.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/r5rs.go" "../module/ice-9/r5rs.scm" +wrote `ice-9/ports.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/rdelim.go" "../module/ice-9/rdelim.scm" +wrote `ice-9/q.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/receive.go" "../module/ice-9/receive.scm" +wrote `ice-9/r5rs.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/regex.go" "../module/ice-9/regex.scm" +wrote `ice-9/rdelim.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/runq.go" "../module/ice-9/runq.scm" +wrote `ice-9/pretty-print.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/rw.go" "../module/ice-9/rw.scm" +wrote `ice-9/receive.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/safe-r5rs.go" "../module/ice-9/safe-r5rs.scm" +wrote `ice-9/regex.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/safe.go" "../module/ice-9/safe.scm" +wrote `ice-9/runq.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/sandbox.go" "../module/ice-9/sandbox.scm" +wrote `ice-9/rw.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/save-stack.go" "../module/ice-9/save-stack.scm" +wrote `ice-9/safe.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/scm-style-repl.go" "../module/ice-9/scm-style-repl.scm" +wrote `ice-9/save-stack.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/serialize.go" "../module/ice-9/serialize.scm" +wrote `ice-9/safe-r5rs.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/session.go" "../module/ice-9/session.scm" +wrote `ice-9/sandbox.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/slib.go" "../module/ice-9/slib.scm" +wrote `ice-9/serialize.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/stack-catch.go" "../module/ice-9/stack-catch.scm" +wrote `ice-9/scm-style-repl.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/streams.go" "../module/ice-9/streams.scm" +wrote `ice-9/session.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/string-fun.go" "../module/ice-9/string-fun.scm" +wrote `ice-9/slib.go' +WARNING: Use of `load' in declarative module (#{ g342}#). Add #:declarative? #f to your define-module invocation. +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/suspendable-ports.go" "../module/ice-9/suspendable-ports.scm" +wrote `ice-9/stack-catch.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/textual-ports.go" "../module/ice-9/textual-ports.scm" +wrote `ice-9/streams.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/threads.go" "../module/ice-9/threads.scm" +wrote `ice-9/string-fun.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/time.go" "../module/ice-9/time.scm" +wrote `ice-9/suspendable-ports.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/top-repl.go" "../module/ice-9/top-repl.scm" +wrote `ice-9/textual-ports.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/unicode.go" "../module/ice-9/unicode.scm" +wrote `ice-9/threads.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/vlist.go" "../module/ice-9/vlist.scm" +wrote `ice-9/time.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/weak-vector.go" "../module/ice-9/weak-vector.scm" +wrote `ice-9/unicode.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/brainfuck/parse.go" "../module/language/brainfuck/parse.scm" +wrote `ice-9/weak-vector.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/brainfuck/compile-scheme.go" "../module/language/brainfuck/compile-scheme.scm" +wrote `ice-9/top-repl.go' +WARNING: Use of `load' in declarative module (system repl command). Add #:declarative? #f to your define-module invocation. +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/brainfuck/compile-tree-il.go" "../module/language/brainfuck/compile-tree-il.scm" +wrote `language/brainfuck/parse.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/brainfuck/spec.go" "../module/language/brainfuck/spec.scm" +wrote `language/brainfuck/compile-scheme.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/bytecode.go" "../module/language/bytecode.scm" +wrote `ice-9/vlist.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/bytecode/spec.go" "../module/language/bytecode/spec.scm" +wrote `language/brainfuck/compile-tree-il.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/ecmascript/tokenize.go" "../module/language/ecmascript/tokenize.scm" +wrote `language/brainfuck/spec.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/ecmascript/parse.go" "../module/language/ecmascript/parse.scm" +wrote `language/bytecode.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/ecmascript/impl.go" "../module/language/ecmascript/impl.scm" +wrote `language/bytecode/spec.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/ecmascript/base.go" "../module/language/ecmascript/base.scm" +still going +wrote `language/ecmascript/tokenize.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/ecmascript/function.go" "../module/language/ecmascript/function.scm" +wrote `language/ecmascript/base.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/ecmascript/array.go" "../module/language/ecmascript/array.scm" +wrote `language/ecmascript/impl.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/ecmascript/compile-tree-il.go" "../module/language/ecmascript/compile-tree-il.scm" +wrote `language/ecmascript/function.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/ecmascript/spec.go" "../module/language/ecmascript/spec.scm" +wrote `language/ecmascript/array.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/elisp/falias.go" "../module/language/elisp/falias.scm" +wrote `language/ecmascript/compile-tree-il.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/elisp/lexer.go" "../module/language/elisp/lexer.scm" +%% Reduce/Reduce conflict (reduce 11, reduce 7) on '--' in state 422 +%% Reduce/Reduce conflict (reduce 11, reduce 7) on '++' in state 422 +%% Reduce/Reduce conflict (reduce 11, reduce 7) on '-' in state 422 +%% Reduce/Reduce conflict (reduce 11, reduce 7) on '+' in state 422 +%% Reduce/Reduce conflict (reduce 11, reduce 7) on 'semicolon' in state 422 +%% Reduce/Reduce conflict (reduce 11, reduce 7) on 'dot' in state 422 +%% Reduce/Reduce conflict (reduce 11, reduce 7) on 'lbracket' in state 422 +%% Reduce/Reduce conflict (reduce 11, reduce 7) on 'lparen' in state 422 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on '--' in state 397 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on '++' in state 397 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on '-' in state 397 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on '+' in state 397 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on 'semicolon' in state 397 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on 'dot' in state 397 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on 'lbracket' in state 397 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on 'lparen' in state 397 +%% Shift/Reduce conflict (shift 367, reduce 49) on 'else' in state 319 +%% Shift/Reduce conflict (shift 144, reduce 177) on 'in' in state 242 +%% Shift/Reduce conflict (shift 144, reduce 178) on 'in' in state 241 +%% Shift/Reduce conflict (shift 144, reduce 179) on 'in' in state 240 +%% Shift/Reduce conflict (shift 144, reduce 180) on 'in' in state 239 +%% Shift/Reduce conflict (shift 80, reduce 119) on 'colon' in state 125 +%% Shift/Reduce conflict (shift 170, reduce 139) on '++' in state 85 +%% Shift/Reduce conflict (shift 169, reduce 139) on '--' in state 85 +%% Shift/Reduce conflict (shift 153, reduce 159) on '+' in state 49 +%% Shift/Reduce conflict (shift 152, reduce 159) on '-' in state 49 +%% Shift/Reduce conflict (shift 144, reduce 176) on 'in' in state 47 +wrote `language/ecmascript/parse.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/elisp/parser.go" "../module/language/elisp/parser.scm" +%% Reduce/Reduce conflict (reduce 11, reduce 7) on '--' in state 422 +%% Reduce/Reduce conflict (reduce 11, reduce 7) on '++' in state 422 +%% Reduce/Reduce conflict (reduce 11, reduce 7) on '-' in state 422 +%% Reduce/Reduce conflict (reduce 11, reduce 7) on '+' in state 422 +%% Reduce/Reduce conflict (reduce 11, reduce 7) on 'semicolon' in state 422 +%% Reduce/Reduce conflict (reduce 11, reduce 7) on 'dot' in state 422 +%% Reduce/Reduce conflict (reduce 11, reduce 7) on 'lbracket' in state 422 +%% Reduce/Reduce conflict (reduce 11, reduce 7) on 'lparen' in state 422 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on '--' in state 397 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on '++' in state 397 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on '-' in state 397 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on '+' in state 397 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on 'semicolon' in state 397 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on 'dot' in state 397 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on 'lbracket' in state 397 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on 'lparen' in state 397 +%% Shift/Reduce conflict (shift 367, reduce 49) on 'else' in state 319 +%% Shift/Reduce conflict (shift 144, reduce 177) on 'in' in state 242 +%% Shift/Reduce conflict (shift 144, reduce 178) on 'in' in state 241 +%% Shift/Reduce conflict (shift 144, reduce 179) on 'in' in state 240 +%% Shift/Reduce conflict (shift 144, reduce 180) on 'in' in state 239 +%% Shift/Reduce conflict (shift 80, reduce 119) on 'colon' in state 125 +%% Shift/Reduce conflict (shift 170, reduce 139) on '++' in state 85 +%% Shift/Reduce conflict (shift 169, reduce 139) on '--' in state 85 +%% Shift/Reduce conflict (shift 153, reduce 159) on '+' in state 49 +%% Shift/Reduce conflict (shift 152, reduce 159) on '-' in state 49 +%% Shift/Reduce conflict (shift 144, reduce 176) on 'in' in state 47 +wrote `language/ecmascript/spec.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/elisp/bindings.go" "../module/language/elisp/bindings.scm" +wrote `language/elisp/falias.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/elisp/compile-tree-il.go" "../module/language/elisp/compile-tree-il.scm" +wrote `language/elisp/lexer.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/elisp/runtime.go" "../module/language/elisp/runtime.scm" +wrote `language/elisp/parser.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/elisp/runtime/function-slot.go" "../module/language/elisp/runtime/function-slot.scm" +wrote `language/elisp/bindings.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/elisp/runtime/value-slot.go" "../module/language/elisp/runtime/value-slot.scm" +wrote `language/elisp/runtime.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/elisp/spec.go" "../module/language/elisp/spec.scm" +wrote `language/elisp/compile-tree-il.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/scheme/compile-tree-il.go" "../module/language/scheme/compile-tree-il.scm" +wrote `language/elisp/runtime/function-slot.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/scheme/decompile-tree-il.go" "../module/language/scheme/decompile-tree-il.scm" +wrote `language/elisp/runtime/value-slot.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/scheme/spec.go" "../module/language/scheme/spec.scm" +wrote `language/elisp/spec.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/value/spec.go" "../module/language/value/spec.scm" +wrote `language/scheme/compile-tree-il.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/base.go" "../module/rnrs/base.scm" +wrote `language/scheme/spec.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/conditions.go" "../module/rnrs/conditions.scm" +wrote `language/scheme/decompile-tree-il.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/control.go" "../module/rnrs/control.scm" +wrote `language/value/spec.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/enums.go" "../module/rnrs/enums.scm" +wrote `rnrs/base.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/eval.go" "../module/rnrs/eval.scm" +wrote `rnrs/conditions.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/exceptions.go" "../module/rnrs/exceptions.scm" +wrote `rnrs/control.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/files.go" "../module/rnrs/files.scm" +wrote `rnrs/enums.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/hashtables.go" "../module/rnrs/hashtables.scm" +wrote `rnrs/eval.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/lists.go" "../module/rnrs/lists.scm" +wrote `rnrs/exceptions.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/mutable-pairs.go" "../module/rnrs/mutable-pairs.scm" +wrote `rnrs/files.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/mutable-strings.go" "../module/rnrs/mutable-strings.scm" +wrote `rnrs/hashtables.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/programs.go" "../module/rnrs/programs.scm" +wrote `rnrs/lists.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/r5rs.go" "../module/rnrs/r5rs.scm" +wrote `rnrs/mutable-pairs.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/sorting.go" "../module/rnrs/sorting.scm" +wrote `rnrs/mutable-strings.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/syntax-case.go" "../module/rnrs/syntax-case.scm" +wrote `rnrs/programs.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/unicode.go" "../module/rnrs/unicode.scm" +wrote `rnrs/r5rs.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/arithmetic/bitwise.go" "../module/rnrs/arithmetic/bitwise.scm" +wrote `rnrs/sorting.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/arithmetic/fixnums.go" "../module/rnrs/arithmetic/fixnums.scm" +wrote `rnrs/syntax-case.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/arithmetic/flonums.go" "../module/rnrs/arithmetic/flonums.scm" +wrote `rnrs/unicode.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/bytevectors.go" "../module/rnrs/bytevectors.scm" +wrote `rnrs/arithmetic/bitwise.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/bytevectors/gnu.go" "../module/rnrs/bytevectors/gnu.scm" +wrote `rnrs/arithmetic/fixnums.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/io/simple.go" "../module/rnrs/io/simple.scm" +wrote `rnrs/arithmetic/flonums.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/io/ports.go" "../module/rnrs/io/ports.scm" +wrote `rnrs/bytevectors.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/records/inspection.go" "../module/rnrs/records/inspection.scm" +wrote `rnrs/bytevectors/gnu.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/records/procedural.go" "../module/rnrs/records/procedural.scm" +wrote `rnrs/io/simple.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/records/syntactic.go" "../module/rnrs/records/syntactic.scm" +wrote `rnrs/records/inspection.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs.go" "../module/rnrs.scm" +wrote `rnrs/io/ports.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "oop/goops.go" "../module/oop/goops.scm" +wrote `rnrs/records/procedural.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "oop/goops/active-slot.go" "../module/oop/goops/active-slot.scm" +wrote `rnrs/records/syntactic.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "oop/goops/composite-slot.go" "../module/oop/goops/composite-slot.scm" +wrote `rnrs.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "oop/goops/describe.go" "../module/oop/goops/describe.scm" +wrote `oop/goops/active-slot.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "oop/goops/internal.go" "../module/oop/goops/internal.scm" +wrote `oop/goops/composite-slot.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "oop/goops/save.go" "../module/oop/goops/save.scm" +wrote `oop/goops/describe.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "oop/goops/stklos.go" "../module/oop/goops/stklos.scm" +wrote `oop/goops/internal.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "oop/goops/accessors.go" "../module/oop/goops/accessors.scm" +wrote `oop/goops.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "oop/goops/simple.go" "../module/oop/goops/simple.scm" +wrote `oop/goops/stklos.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scheme/base.go" "../module/scheme/base.scm" +wrote `oop/goops/save.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scheme/case-lambda.go" "../module/scheme/case-lambda.scm" +wrote `oop/goops/accessors.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scheme/char.go" "../module/scheme/char.scm" +wrote `oop/goops/simple.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scheme/complex.go" "../module/scheme/complex.scm" +wrote `scheme/case-lambda.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scheme/cxr.go" "../module/scheme/cxr.scm" +wrote `scheme/char.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scheme/eval.go" "../module/scheme/eval.scm" +wrote `scheme/base.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scheme/file.go" "../module/scheme/file.scm" +wrote `scheme/complex.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scheme/inexact.go" "../module/scheme/inexact.scm" +wrote `scheme/cxr.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scheme/lazy.go" "../module/scheme/lazy.scm" +wrote `scheme/eval.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scheme/load.go" "../module/scheme/load.scm" +wrote `scheme/file.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scheme/process-context.go" "../module/scheme/process-context.scm" +wrote `scheme/inexact.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scheme/r5rs.go" "../module/scheme/r5rs.scm" +wrote `scheme/lazy.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scheme/read.go" "../module/scheme/read.scm" +wrote `scheme/load.go' +WARNING: Use of `load' in declarative module (scheme load). Add #:declarative? #f to your define-module invocation. +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scheme/repl.go" "../module/scheme/repl.scm" +wrote `scheme/process-context.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scheme/time.go" "../module/scheme/time.scm" +wrote `scheme/r5rs.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scheme/write.go" "../module/scheme/write.scm" +wrote `scheme/read.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/compile.go" "../module/scripts/compile.scm" +wrote `scheme/repl.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/disassemble.go" "../module/scripts/disassemble.scm" +wrote `scheme/time.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/display-commentary.go" "../module/scripts/display-commentary.scm" +wrote `scheme/write.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/doc-snarf.go" "../module/scripts/doc-snarf.scm" +wrote `scripts/compile.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/frisk.go" "../module/scripts/frisk.scm" +wrote `scripts/display-commentary.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/generate-autoload.go" "../module/scripts/generate-autoload.scm" +wrote `scripts/disassemble.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/help.go" "../module/scripts/help.scm" +wrote `scripts/doc-snarf.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/lint.go" "../module/scripts/lint.scm" +wrote `scripts/frisk.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/list.go" "../module/scripts/list.scm" +wrote `scripts/generate-autoload.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/punify.go" "../module/scripts/punify.scm" +wrote `scripts/help.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/read-scheme-source.go" "../module/scripts/read-scheme-source.scm" +wrote `scripts/list.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/read-text-outline.go" "../module/scripts/read-text-outline.scm" +wrote `scripts/lint.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/use2dot.go" "../module/scripts/use2dot.scm" +wrote `scripts/punify.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/snarf-check-and-output-texi.go" "../module/scripts/snarf-check-and-output-texi.scm" +wrote `scripts/read-scheme-source.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/summarize-guile-TODO.go" "../module/scripts/summarize-guile-TODO.scm" +wrote `scripts/use2dot.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/api-diff.go" "../module/scripts/api-diff.scm" +wrote `scripts/read-text-outline.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/read-rfc822.go" "../module/scripts/read-rfc822.scm" +wrote `scripts/snarf-check-and-output-texi.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/snarf-guile-m4-docs.go" "../module/scripts/snarf-guile-m4-docs.scm" +wrote `scripts/summarize-guile-TODO.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/autofrisk.go" "../module/scripts/autofrisk.scm" +wrote `scripts/api-diff.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/scan-api.go" "../module/scripts/scan-api.scm" +wrote `scripts/read-rfc822.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-1.go" "../module/srfi/srfi-1.scm" +wrote `scripts/autofrisk.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-2.go" "../module/srfi/srfi-2.scm" +wrote `scripts/snarf-guile-m4-docs.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-4.go" "../module/srfi/srfi-4.scm" +wrote `scripts/scan-api.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-4/gnu.go" "../module/srfi/srfi-4/gnu.scm" +wrote `srfi/srfi-1.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-6.go" "../module/srfi/srfi-6.scm" +wrote `srfi/srfi-2.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-8.go" "../module/srfi/srfi-8.scm" +wrote `srfi/srfi-4.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-9.go" "../module/srfi/srfi-9.scm" +wrote `srfi/srfi-4/gnu.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-9/gnu.go" "../module/srfi/srfi-9/gnu.scm" +wrote `srfi/srfi-6.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-10.go" "../module/srfi/srfi-10.scm" +wrote `srfi/srfi-8.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-11.go" "../module/srfi/srfi-11.scm" +wrote `srfi/srfi-9.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-13.go" "../module/srfi/srfi-13.scm" +wrote `srfi/srfi-10.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-14.go" "../module/srfi/srfi-14.scm" +wrote `srfi/srfi-9/gnu.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-16.go" "../module/srfi/srfi-16.scm" +wrote `srfi/srfi-11.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-17.go" "../module/srfi/srfi-17.scm" +wrote `srfi/srfi-13.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-18.go" "../module/srfi/srfi-18.scm" +wrote `srfi/srfi-14.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-19.go" "../module/srfi/srfi-19.scm" +wrote `srfi/srfi-16.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-26.go" "../module/srfi/srfi-26.scm" +wrote `srfi/srfi-17.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-27.go" "../module/srfi/srfi-27.scm" +wrote `srfi/srfi-26.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-28.go" "../module/srfi/srfi-28.scm" +wrote `srfi/srfi-18.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-31.go" "../module/srfi/srfi-31.scm" +wrote `srfi/srfi-27.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-34.go" "../module/srfi/srfi-34.scm" +wrote `srfi/srfi-19.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-35.go" "../module/srfi/srfi-35.scm" +wrote `srfi/srfi-28.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-37.go" "../module/srfi/srfi-37.scm" +wrote `srfi/srfi-31.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-38.go" "../module/srfi/srfi-38.scm" +wrote `srfi/srfi-34.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-41.go" "../module/srfi/srfi-41.scm" +wrote `srfi/srfi-35.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-42.go" "../module/srfi/srfi-42.scm" +wrote `srfi/srfi-37.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-43.go" "../module/srfi/srfi-43.scm" +wrote `srfi/srfi-38.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-39.go" "../module/srfi/srfi-39.scm" +wrote `srfi/srfi-41.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-45.go" "../module/srfi/srfi-45.scm" +wrote `srfi/srfi-39.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-60.go" "../module/srfi/srfi-60.scm" +wrote `srfi/srfi-42.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-64.go" "../module/srfi/srfi-64.scm" +wrote `srfi/srfi-43.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-67.go" "../module/srfi/srfi-67.scm" +wrote `srfi/srfi-45.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-69.go" "../module/srfi/srfi-69.scm" +wrote `srfi/srfi-60.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-71.go" "../module/srfi/srfi-71.scm" +wrote `srfi/srfi-67.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-88.go" "../module/srfi/srfi-88.scm" +wrote `srfi/srfi-69.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-98.go" "../module/srfi/srfi-98.scm" +wrote `srfi/srfi-71.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-111.go" "../module/srfi/srfi-111.scm" +wrote `srfi/srfi-64.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-171.go" "../module/srfi/srfi-171.scm" +wrote `srfi/srfi-88.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-171/gnu.go" "../module/srfi/srfi-171/gnu.scm" +wrote `srfi/srfi-98.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-171/meta.go" "../module/srfi/srfi-171/meta.scm" +wrote `srfi/srfi-171.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "statprof.go" "../module/statprof.scm" +wrote `srfi/srfi-111.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/base/pmatch.go" "../module/system/base/pmatch.scm" +wrote `srfi/srfi-171/gnu.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/base/syntax.go" "../module/system/base/syntax.scm" +wrote `srfi/srfi-171/meta.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/base/compile.go" "../module/system/base/compile.scm" +wrote `system/base/pmatch.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/base/optimize.go" "../module/system/base/optimize.scm" +wrote `system/base/syntax.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/base/language.go" "../module/system/base/language.scm" +wrote `system/base/compile.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/base/lalr.go" "../module/system/base/lalr.scm" +wrote `system/base/optimize.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/base/message.go" "../module/system/base/message.scm" +wrote `statprof.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/base/target.go" "../module/system/base/target.scm" +wrote `system/base/language.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/base/types.go" "../module/system/base/types.scm" +wrote `system/base/message.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/base/types/internal.go" "../module/system/base/types/internal.scm" +wrote `system/base/target.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/base/ck.go" "../module/system/base/ck.scm" +wrote `system/base/lalr.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/foreign.go" "../module/system/foreign.scm" +wrote `system/base/types.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/foreign-library.go" "../module/system/foreign-library.scm" +wrote `system/base/types/internal.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/foreign-object.go" "../module/system/foreign-object.scm" +wrote `system/base/ck.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/repl/debug.go" "../module/system/repl/debug.scm" +wrote `system/foreign.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/repl/error-handling.go" "../module/system/repl/error-handling.scm" +wrote `system/foreign-library.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/repl/common.go" "../module/system/repl/common.scm" +wrote `system/foreign-object.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/repl/command.go" "../module/system/repl/command.scm" +wrote `system/repl/debug.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/repl/repl.go" "../module/system/repl/repl.scm" +WARNING: Use of `load' in declarative module (system repl command). Add #:declarative? #f to your define-module invocation. +wrote `system/repl/error-handling.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/repl/server.go" "../module/system/repl/server.scm" +wrote `system/repl/common.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/repl/coop-server.go" "../module/system/repl/coop-server.scm" +wrote `system/repl/repl.go' +WARNING: Use of `load' in declarative module (system repl command). Add #:declarative? #f to your define-module invocation. +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/vm/assembler.go" "../module/system/vm/assembler.scm" +WARNING: Use of `load' in declarative module (system repl command). Add #:declarative? #f to your define-module invocation. +wrote `system/repl/command.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/vm/coverage.go" "../module/system/vm/coverage.scm" +wrote `system/repl/server.go' +WARNING: Use of `load' in declarative module (system repl command). Add #:declarative? #f to your define-module invocation. +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/vm/debug.go" "../module/system/vm/debug.scm" +wrote `system/repl/coop-server.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/vm/disassembler.go" "../module/system/vm/disassembler.scm" +wrote `system/vm/coverage.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/vm/dwarf.go" "../module/system/vm/dwarf.scm" +wrote `system/vm/debug.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/vm/elf.go" "../module/system/vm/elf.scm" +wrote `system/vm/disassembler.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/vm/frame.go" "../module/system/vm/frame.scm" +wrote `system/vm/frame.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/vm/inspect.go" "../module/system/vm/inspect.scm" +wrote `system/vm/elf.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/vm/linker.go" "../module/system/vm/linker.scm" +wrote `system/vm/inspect.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/vm/loader.go" "../module/system/vm/loader.scm" +wrote `system/vm/assembler.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/vm/program.go" "../module/system/vm/program.scm" +wrote `system/vm/loader.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/vm/trace.go" "../module/system/vm/trace.scm" +wrote `system/vm/dwarf.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/vm/trap-state.go" "../module/system/vm/trap-state.scm" +wrote `system/vm/program.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/vm/traps.go" "../module/system/vm/traps.scm" +wrote `system/vm/trace.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/vm/vm.go" "../module/system/vm/vm.scm" +wrote `system/vm/trap-state.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/syntax.go" "../module/system/syntax.scm" +wrote `system/vm/vm.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/xref.go" "../module/system/xref.scm" +wrote `system/vm/traps.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "sxml/apply-templates.go" "../module/sxml/apply-templates.scm" +wrote `system/syntax.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "sxml/fold.go" "../module/sxml/fold.scm" +wrote `sxml/fold.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "sxml/match.go" "../module/sxml/match.scm" +wrote `system/xref.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "sxml/simple.go" "../module/sxml/simple.scm" +wrote `sxml/apply-templates.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "sxml/ssax/input-parse.go" "../module/sxml/ssax/input-parse.scm" +wrote `sxml/ssax/input-parse.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "sxml/ssax.go" "../module/sxml/ssax.scm" +wrote `system/vm/linker.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "sxml/transform.go" "../module/sxml/transform.scm" +wrote `sxml/transform.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "sxml/xpath.go" "../module/sxml/xpath.scm" +wrote `sxml/simple.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "texinfo.go" "../module/texinfo.scm" +wrote `sxml/xpath.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "texinfo/docbook.go" "../module/texinfo/docbook.scm" +wrote `texinfo/docbook.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "texinfo/html.go" "../module/texinfo/html.scm" +wrote `sxml/match.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "texinfo/indexing.go" "../module/texinfo/indexing.scm" +wrote `sxml/ssax.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "texinfo/string-utils.go" "../module/texinfo/string-utils.scm" +wrote `texinfo.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "texinfo/plain-text.go" "../module/texinfo/plain-text.scm" +wrote `texinfo/string-utils.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "texinfo/reflection.go" "../module/texinfo/reflection.scm" +wrote `texinfo/indexing.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "texinfo/serialize.go" "../module/texinfo/serialize.scm" +wrote `texinfo/html.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "web/client.go" "../module/web/client.scm" +wrote `texinfo/serialize.go' +wrote `texinfo/plain-text.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "web/http.go" "../module/web/http.scm" +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "web/request.go" "../module/web/request.scm" +wrote `texinfo/reflection.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "web/response.go" "../module/web/response.scm" +wrote `web/request.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "web/server.go" "../module/web/server.scm" +wrote `web/client.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "web/server/http.go" "../module/web/server/http.scm" +wrote `web/response.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "web/uri.go" "../module/web/uri.scm" +wrote `web/http.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W0 -O1 -L "/home/sesostris/sources/guile/guile-3.0.9/module" --from=elisp -o "language/elisp/boot.go" "../module/language/elisp/boot.el" +wrote `web/uri.go' +wrote `web/server.go' +wrote `web/server/http.go' +wrote `language/elisp/boot.go' +make[4]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/stage0' +Making all in stage1 +make[4]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/stage1' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/eval.go" "../module/ice-9/eval.scm" +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/psyntax-pp.go" "../module/ice-9/psyntax.scm" +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/boot-9.go" "../module/ice-9/boot-9.scm" +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/tree-il.go" "../module/language/tree-il.scm" +wrote `ice-9/eval.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/tree-il/analyze.go" "../module/language/tree-il/analyze.scm" +wrote `language/tree-il.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/tree-il/compile-bytecode.go" "../module/language/tree-il/compile-bytecode.scm" +wrote `language/tree-il/analyze.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/tree-il/compile-cps.go" "../module/language/tree-il/compile-cps.scm" +wrote `ice-9/psyntax-pp.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/tree-il/cps-primitives.go" "../module/language/tree-il/cps-primitives.scm" +wrote `language/tree-il/cps-primitives.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/tree-il/debug.go" "../module/language/tree-il/debug.scm" +wrote `language/tree-il/debug.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/tree-il/effects.go" "../module/language/tree-il/effects.scm" +wrote `ice-9/boot-9.go' +ice-9/boot-9.scm:4669:35: warning: possibly unbound variable `syntax?' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/tree-il/eta-expand.go" "../module/language/tree-il/eta-expand.scm" +wrote `language/tree-il/effects.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/tree-il/fix-letrec.go" "../module/language/tree-il/fix-letrec.scm" +wrote `language/tree-il/eta-expand.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/tree-il/inlinable-exports.go" "../module/language/tree-il/inlinable-exports.scm" +wrote `language/tree-il/compile-bytecode.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/tree-il/letrectify.go" "../module/language/tree-il/letrectify.scm" +wrote `language/tree-il/fix-letrec.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/tree-il/optimize.go" "../module/language/tree-il/optimize.scm" +wrote `language/tree-il/letrectify.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/tree-il/peval.go" "../module/language/tree-il/peval.scm" +wrote `language/tree-il/optimize.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/tree-il/primitives.go" "../module/language/tree-il/primitives.scm" +wrote `language/tree-il/primitives.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/tree-il/resolve-free-vars.go" "../module/language/tree-il/resolve-free-vars.scm" +wrote `language/tree-il/inlinable-exports.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/tree-il/spec.go" "../module/language/tree-il/spec.scm" +wrote `language/tree-il/spec.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps.go" "../module/language/cps.scm" +wrote `language/tree-il/resolve-free-vars.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/closure-conversion.go" "../module/language/cps/closure-conversion.scm" +wrote `language/tree-il/compile-cps.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/compile-bytecode.go" "../module/language/cps/compile-bytecode.scm" +wrote `language/cps/closure-conversion.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/contification.go" "../module/language/cps/contification.scm" +wrote `language/tree-il/peval.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/cse.go" "../module/language/cps/cse.scm" +wrote `language/cps/contification.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/dce.go" "../module/language/cps/dce.scm" +wrote `language/cps/dce.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/devirtualize-integers.go" "../module/language/cps/devirtualize-integers.scm" +wrote `language/cps.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/dump.go" "../module/language/cps/dump.scm" +wrote `language/cps/devirtualize-integers.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/elide-arity-checks.go" "../module/language/cps/elide-arity-checks.scm" +wrote `language/cps/elide-arity-checks.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/effects-analysis.go" "../module/language/cps/effects-analysis.scm" +wrote `language/cps/cse.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/graphs.go" "../module/language/cps/graphs.scm" +wrote `language/cps/dump.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/intmap.go" "../module/language/cps/intmap.scm" +wrote `language/cps/graphs.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/intset.go" "../module/language/cps/intset.scm" +wrote `language/cps/effects-analysis.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/licm.go" "../module/language/cps/licm.scm" +wrote `language/cps/intmap.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/loop-instrumentation.go" "../module/language/cps/loop-instrumentation.scm" +wrote `language/cps/loop-instrumentation.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/optimize.go" "../module/language/cps/optimize.scm" +wrote `language/cps/licm.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/peel-loops.go" "../module/language/cps/peel-loops.scm" +wrote `language/cps/optimize.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/prune-top-level-scopes.go" "../module/language/cps/prune-top-level-scopes.scm" +wrote `language/cps/prune-top-level-scopes.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/reify-primitives.go" "../module/language/cps/reify-primitives.scm" +wrote `language/cps/peel-loops.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/renumber.go" "../module/language/cps/renumber.scm" +wrote `language/cps/intset.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/return-types.go" "../module/language/cps/return-types.scm" +wrote `language/cps/return-types.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/rotate-loops.go" "../module/language/cps/rotate-loops.scm" +wrote `language/cps/rotate-loops.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/self-references.go" "../module/language/cps/self-references.scm" +wrote `language/cps/renumber.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/simplify.go" "../module/language/cps/simplify.scm" +wrote `language/cps/self-references.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/slot-allocation.go" "../module/language/cps/slot-allocation.scm" +wrote `language/cps/compile-bytecode.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/spec.go" "../module/language/cps/spec.scm" +wrote `language/cps/spec.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/specialize-primcalls.go" "../module/language/cps/specialize-primcalls.scm" +wrote `language/cps/simplify.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/specialize-numbers.go" "../module/language/cps/specialize-numbers.scm" +wrote `language/cps/specialize-primcalls.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/split-rec.go" "../module/language/cps/split-rec.scm" +wrote `language/cps/split-rec.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/switch.go" "../module/language/cps/switch.scm" +wrote `language/cps/slot-allocation.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/type-checks.go" "../module/language/cps/type-checks.scm" +wrote `language/cps/reify-primitives.go' +wrote `language/cps/type-checks.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/type-fold.go" "../module/language/cps/type-fold.scm" +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/types.go" "../module/language/cps/types.scm" +wrote `language/cps/switch.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/utils.go" "../module/language/cps/utils.scm" +wrote `language/cps/specialize-numbers.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/verify.go" "../module/language/cps/verify.scm" +wrote `language/cps/type-fold.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/with-cps.go" "../module/language/cps/with-cps.scm" +wrote `language/cps/with-cps.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/and-let-star.go" "../module/ice-9/and-let-star.scm" +wrote `language/cps/utils.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/arrays.go" "../module/ice-9/arrays.scm" +wrote `ice-9/and-let-star.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/atomic.go" "../module/ice-9/atomic.scm" +wrote `ice-9/atomic.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/binary-ports.go" "../module/ice-9/binary-ports.scm" +wrote `ice-9/arrays.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/buffered-input.go" "../module/ice-9/buffered-input.scm" +wrote `ice-9/binary-ports.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/calling.go" "../module/ice-9/calling.scm" +wrote `ice-9/buffered-input.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/command-line.go" "../module/ice-9/command-line.scm" +wrote `language/cps/verify.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/common-list.go" "../module/ice-9/common-list.scm" +wrote `ice-9/calling.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/control.go" "../module/ice-9/control.scm" +wrote `ice-9/command-line.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/copy-tree.go" "../module/ice-9/copy-tree.scm" +wrote `ice-9/copy-tree.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/curried-definitions.go" "../module/ice-9/curried-definitions.scm" +wrote `ice-9/common-list.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/deprecated.go" "../module/ice-9/deprecated.scm" +wrote `ice-9/control.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/documentation.go" "../module/ice-9/documentation.scm" +wrote `ice-9/deprecated.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/eval-string.go" "../module/ice-9/eval-string.scm" +wrote `ice-9/curried-definitions.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/exceptions.go" "../module/ice-9/exceptions.scm" +wrote `ice-9/eval-string.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/expect.go" "../module/ice-9/expect.scm" +wrote `ice-9/documentation.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/fdes-finalizers.go" "../module/ice-9/fdes-finalizers.scm" +wrote `ice-9/fdes-finalizers.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/format.go" "../module/ice-9/format.scm" +wrote `ice-9/expect.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/ftw.go" "../module/ice-9/ftw.scm" +wrote `ice-9/exceptions.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/futures.go" "../module/ice-9/futures.scm" +wrote `ice-9/ftw.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/gap-buffer.go" "../module/ice-9/gap-buffer.scm" +wrote `ice-9/futures.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/getopt-long.go" "../module/ice-9/getopt-long.scm" +wrote `ice-9/gap-buffer.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/hash-table.go" "../module/ice-9/hash-table.scm" +wrote `ice-9/hash-table.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/hcons.go" "../module/ice-9/hcons.scm" +wrote `ice-9/getopt-long.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/history.go" "../module/ice-9/history.scm" +wrote `ice-9/hcons.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/i18n.go" "../module/ice-9/i18n.scm" +wrote `ice-9/history.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/iconv.go" "../module/ice-9/iconv.scm" +wrote `ice-9/iconv.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/lineio.go" "../module/ice-9/lineio.scm" +wrote `ice-9/lineio.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/list.go" "../module/ice-9/list.scm" +wrote `ice-9/list.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/local-eval.go" "../module/ice-9/local-eval.scm" +wrote `ice-9/i18n.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/ls.go" "../module/ice-9/ls.scm" +wrote `ice-9/ls.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/match.go" "../module/ice-9/match.scm" +wrote `ice-9/local-eval.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/networking.go" "../module/ice-9/networking.scm" +wrote `ice-9/networking.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/null.go" "../module/ice-9/null.scm" +wrote `ice-9/null.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/occam-channel.go" "../module/ice-9/occam-channel.scm" +wrote `ice-9/occam-channel.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/optargs.go" "../module/ice-9/optargs.scm" +wrote `ice-9/format.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/peg.go" "../module/ice-9/peg.scm" +wrote `ice-9/peg.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/peg/cache.go" "../module/ice-9/peg/cache.scm" +wrote `ice-9/peg/cache.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/peg/codegen.go" "../module/ice-9/peg/codegen.scm" +wrote `ice-9/optargs.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/peg/simplify-tree.go" "../module/ice-9/peg/simplify-tree.scm" +wrote `ice-9/match.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/peg/string-peg.go" "../module/ice-9/peg/string-peg.scm" +wrote `ice-9/peg/simplify-tree.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/peg/using-parsers.go" "../module/ice-9/peg/using-parsers.scm" +wrote `ice-9/peg/codegen.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/poe.go" "../module/ice-9/poe.scm" +wrote `ice-9/peg/using-parsers.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/poll.go" "../module/ice-9/poll.scm" +wrote `ice-9/poe.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/popen.go" "../module/ice-9/popen.scm" +wrote `ice-9/popen.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/ports.go" "../module/ice-9/ports.scm" +wrote `ice-9/poll.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/posix.go" "../module/ice-9/posix.scm" +wrote `ice-9/posix.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/pretty-print.go" "../module/ice-9/pretty-print.scm" +wrote `ice-9/ports.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/q.go" "../module/ice-9/q.scm" +wrote `ice-9/q.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/r5rs.go" "../module/ice-9/r5rs.scm" +wrote `ice-9/r5rs.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/rdelim.go" "../module/ice-9/rdelim.scm" +wrote `ice-9/pretty-print.go' +ice-9/pretty-print.scm:439:39: warning: non-literal format string +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/receive.go" "../module/ice-9/receive.scm" +wrote `ice-9/receive.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/regex.go" "../module/ice-9/regex.scm" +wrote `ice-9/rdelim.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/runq.go" "../module/ice-9/runq.scm" +wrote `language/cps/types.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/rw.go" "../module/ice-9/rw.scm" +wrote `ice-9/rw.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/safe-r5rs.go" "../module/ice-9/safe-r5rs.scm" +wrote `ice-9/peg/string-peg.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/safe.go" "../module/ice-9/safe.scm" +wrote `ice-9/safe.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/sandbox.go" "../module/ice-9/sandbox.scm" +ice-9/runq.scm:93:9: warning: possibly unbound variable `apply-to-args' +wrote `ice-9/runq.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/save-stack.go" "../module/ice-9/save-stack.scm" +wrote `ice-9/safe-r5rs.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/scm-style-repl.go" "../module/ice-9/scm-style-repl.scm" +wrote `ice-9/regex.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/serialize.go" "../module/ice-9/serialize.scm" +wrote `ice-9/save-stack.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/session.go" "../module/ice-9/session.scm" +wrote `ice-9/serialize.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/slib.go" "../module/ice-9/slib.scm" +WARNING: Use of `load' in declarative module (#{ g106}#). Add #:declarative? #f to your define-module invocation. +wrote `ice-9/slib.go' +wrote `ice-9/sandbox.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/stack-catch.go" "../module/ice-9/stack-catch.scm" +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/streams.go" "../module/ice-9/streams.scm" +wrote `ice-9/scm-style-repl.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/string-fun.go" "../module/ice-9/string-fun.scm" +wrote `ice-9/stack-catch.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/suspendable-ports.go" "../module/ice-9/suspendable-ports.scm" +wrote `ice-9/streams.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/textual-ports.go" "../module/ice-9/textual-ports.scm" +wrote `ice-9/session.go' +ice-9/session.scm:241:11: warning: non-literal format string +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/threads.go" "../module/ice-9/threads.scm" +wrote `ice-9/textual-ports.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/time.go" "../module/ice-9/time.scm" +wrote `ice-9/time.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/top-repl.go" "../module/ice-9/top-repl.scm" +wrote `ice-9/top-repl.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/unicode.go" "../module/ice-9/unicode.scm" +wrote `ice-9/string-fun.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/vlist.go" "../module/ice-9/vlist.scm" +wrote `ice-9/unicode.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/weak-vector.go" "../module/ice-9/weak-vector.scm" +wrote `ice-9/threads.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/brainfuck/parse.go" "../module/language/brainfuck/parse.scm" +wrote `ice-9/weak-vector.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/brainfuck/compile-scheme.go" "../module/language/brainfuck/compile-scheme.scm" +wrote `language/brainfuck/parse.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/brainfuck/compile-tree-il.go" "../module/language/brainfuck/compile-tree-il.scm" +wrote `language/brainfuck/compile-scheme.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/brainfuck/spec.go" "../module/language/brainfuck/spec.scm" +wrote `language/brainfuck/compile-tree-il.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/bytecode.go" "../module/language/bytecode.scm" +wrote `language/brainfuck/spec.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/bytecode/spec.go" "../module/language/bytecode/spec.scm" +wrote `language/bytecode/spec.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/ecmascript/tokenize.go" "../module/language/ecmascript/tokenize.scm" +wrote `language/bytecode.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/ecmascript/parse.go" "../module/language/ecmascript/parse.scm" +wrote `ice-9/suspendable-ports.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/ecmascript/impl.go" "../module/language/ecmascript/impl.scm" +wrote `language/ecmascript/tokenize.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/ecmascript/base.go" "../module/language/ecmascript/base.scm" +wrote `ice-9/vlist.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/ecmascript/function.go" "../module/language/ecmascript/function.scm" +wrote `language/ecmascript/impl.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/ecmascript/array.go" "../module/language/ecmascript/array.scm" +wrote `language/ecmascript/function.go' +language/ecmascript/function.scm:37:0: warning: possibly unbound variable `' +language/ecmascript/function.scm:37:0: warning: possibly unbound variable `js-array-vector' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/ecmascript/compile-tree-il.go" "../module/language/ecmascript/compile-tree-il.scm" +wrote `language/ecmascript/base.go' +language/ecmascript/base.scm:229:52: warning: possibly unbound variable `Boolean' +language/ecmascript/base.scm:230:51: warning: possibly unbound variable `String' +language/ecmascript/base.scm:231:51: warning: possibly unbound variable `Number' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/ecmascript/spec.go" "../module/language/ecmascript/spec.scm" +wrote `language/ecmascript/array.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/elisp/falias.go" "../module/language/elisp/falias.scm" +wrote `language/ecmascript/spec.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/elisp/lexer.go" "../module/language/elisp/lexer.scm" +wrote `language/elisp/falias.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/elisp/parser.go" "../module/language/elisp/parser.scm" +wrote `language/elisp/parser.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/elisp/bindings.go" "../module/language/elisp/bindings.scm" +wrote `language/elisp/lexer.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/elisp/compile-tree-il.go" "../module/language/elisp/compile-tree-il.scm" +wrote `language/elisp/bindings.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/elisp/runtime.go" "../module/language/elisp/runtime.scm" +wrote `language/elisp/runtime.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/elisp/runtime/function-slot.go" "../module/language/elisp/runtime/function-slot.scm" +wrote `language/elisp/runtime/function-slot.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/elisp/runtime/value-slot.go" "../module/language/elisp/runtime/value-slot.scm" +wrote `language/elisp/runtime/value-slot.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/elisp/spec.go" "../module/language/elisp/spec.scm" +wrote `language/elisp/spec.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/scheme/compile-tree-il.go" "../module/language/scheme/compile-tree-il.scm" +wrote `language/scheme/compile-tree-il.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/scheme/decompile-tree-il.go" "../module/language/scheme/decompile-tree-il.scm" +wrote `language/elisp/compile-tree-il.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/scheme/spec.go" "../module/language/scheme/spec.scm" +wrote `language/scheme/spec.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/value/spec.go" "../module/language/value/spec.scm" +wrote `language/value/spec.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/base.go" "../module/rnrs/base.scm" +wrote `rnrs/base.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/conditions.go" "../module/rnrs/conditions.scm" +wrote `rnrs/conditions.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/control.go" "../module/rnrs/control.scm" +wrote `rnrs/control.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/enums.go" "../module/rnrs/enums.scm" +wrote `rnrs/enums.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/eval.go" "../module/rnrs/eval.scm" +wrote `rnrs/eval.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/exceptions.go" "../module/rnrs/exceptions.scm" +wrote `rnrs/exceptions.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/files.go" "../module/rnrs/files.scm" +wrote `rnrs/files.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/hashtables.go" "../module/rnrs/hashtables.scm" +wrote `language/scheme/decompile-tree-il.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/lists.go" "../module/rnrs/lists.scm" +wrote `rnrs/hashtables.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/mutable-pairs.go" "../module/rnrs/mutable-pairs.scm" +wrote `rnrs/mutable-pairs.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/mutable-strings.go" "../module/rnrs/mutable-strings.scm" +wrote `rnrs/lists.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/programs.go" "../module/rnrs/programs.scm" +wrote `rnrs/mutable-strings.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/r5rs.go" "../module/rnrs/r5rs.scm" +wrote `rnrs/programs.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/sorting.go" "../module/rnrs/sorting.scm" +wrote `rnrs/r5rs.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/syntax-case.go" "../module/rnrs/syntax-case.scm" +wrote `rnrs/sorting.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/unicode.go" "../module/rnrs/unicode.scm" +wrote `rnrs/unicode.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/arithmetic/bitwise.go" "../module/rnrs/arithmetic/bitwise.scm" +wrote `rnrs/syntax-case.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/arithmetic/fixnums.go" "../module/rnrs/arithmetic/fixnums.scm" +wrote `rnrs/arithmetic/bitwise.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/arithmetic/flonums.go" "../module/rnrs/arithmetic/flonums.scm" +wrote `rnrs/arithmetic/fixnums.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/bytevectors.go" "../module/rnrs/bytevectors.scm" +wrote `rnrs/arithmetic/flonums.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/bytevectors/gnu.go" "../module/rnrs/bytevectors/gnu.scm" +wrote `rnrs/bytevectors.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/io/simple.go" "../module/rnrs/io/simple.scm" +wrote `rnrs/bytevectors/gnu.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/io/ports.go" "../module/rnrs/io/ports.scm" +wrote `rnrs/io/simple.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/records/inspection.go" "../module/rnrs/records/inspection.scm" +wrote `language/ecmascript/compile-tree-il.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/records/procedural.go" "../module/rnrs/records/procedural.scm" +wrote `rnrs/records/inspection.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/records/syntactic.go" "../module/rnrs/records/syntactic.scm" +wrote `rnrs/records/procedural.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs.go" "../module/rnrs.scm" +wrote `rnrs/io/ports.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "oop/goops.go" "../module/oop/goops.scm" +wrote `rnrs/records/syntactic.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "oop/goops/active-slot.go" "../module/oop/goops/active-slot.scm" +wrote `rnrs.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "oop/goops/composite-slot.go" "../module/oop/goops/composite-slot.scm" +wrote `oop/goops/active-slot.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "oop/goops/describe.go" "../module/oop/goops/describe.scm" +wrote `oop/goops/composite-slot.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "oop/goops/internal.go" "../module/oop/goops/internal.scm" +wrote `oop/goops/internal.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "oop/goops/save.go" "../module/oop/goops/save.scm" +wrote `oop/goops/describe.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "oop/goops/stklos.go" "../module/oop/goops/stklos.scm" +wrote `oop/goops/stklos.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "oop/goops/accessors.go" "../module/oop/goops/accessors.scm" +wrote `oop/goops/accessors.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "oop/goops/simple.go" "../module/oop/goops/simple.scm" +wrote `oop/goops/simple.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scheme/base.go" "../module/scheme/base.scm" +%% Reduce/Reduce conflict (reduce 11, reduce 7) on '--' in state 422 +%% Reduce/Reduce conflict (reduce 11, reduce 7) on '++' in state 422 +%% Reduce/Reduce conflict (reduce 11, reduce 7) on '-' in state 422 +%% Reduce/Reduce conflict (reduce 11, reduce 7) on '+' in state 422 +%% Reduce/Reduce conflict (reduce 11, reduce 7) on 'semicolon' in state 422 +%% Reduce/Reduce conflict (reduce 11, reduce 7) on 'dot' in state 422 +%% Reduce/Reduce conflict (reduce 11, reduce 7) on 'lbracket' in state 422 +%% Reduce/Reduce conflict (reduce 11, reduce 7) on 'lparen' in state 422 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on '--' in state 397 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on '++' in state 397 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on '-' in state 397 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on '+' in state 397 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on 'semicolon' in state 397 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on 'dot' in state 397 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on 'lbracket' in state 397 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on 'lparen' in state 397 +%% Shift/Reduce conflict (shift 367, reduce 49) on 'else' in state 319 +%% Shift/Reduce conflict (shift 144, reduce 177) on 'in' in state 242 +%% Shift/Reduce conflict (shift 144, reduce 178) on 'in' in state 241 +%% Shift/Reduce conflict (shift 144, reduce 179) on 'in' in state 240 +%% Shift/Reduce conflict (shift 144, reduce 180) on 'in' in state 239 +%% Shift/Reduce conflict (shift 80, reduce 119) on 'colon' in state 125 +%% Shift/Reduce conflict (shift 170, reduce 139) on '++' in state 85 +%% Shift/Reduce conflict (shift 169, reduce 139) on '--' in state 85 +%% Shift/Reduce conflict (shift 153, reduce 159) on '+' in state 49 +%% Shift/Reduce conflict (shift 152, reduce 159) on '-' in state 49 +%% Shift/Reduce conflict (shift 144, reduce 176) on 'in' in state 47 +wrote `language/ecmascript/parse.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scheme/case-lambda.go" "../module/scheme/case-lambda.scm" +wrote `scheme/case-lambda.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scheme/char.go" "../module/scheme/char.scm" +wrote `scheme/char.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scheme/complex.go" "../module/scheme/complex.scm" +wrote `scheme/complex.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scheme/cxr.go" "../module/scheme/cxr.scm" +wrote `scheme/base.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scheme/eval.go" "../module/scheme/eval.scm" +wrote `scheme/cxr.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scheme/file.go" "../module/scheme/file.scm" +wrote `scheme/file.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scheme/inexact.go" "../module/scheme/inexact.scm" +wrote `oop/goops/save.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scheme/lazy.go" "../module/scheme/lazy.scm" +wrote `scheme/eval.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scheme/load.go" "../module/scheme/load.scm" +wrote `scheme/lazy.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scheme/process-context.go" "../module/scheme/process-context.scm" +wrote `scheme/inexact.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scheme/r5rs.go" "../module/scheme/r5rs.scm" +WARNING: Use of `load' in declarative module (scheme load). Add #:declarative? #f to your define-module invocation. +wrote `scheme/load.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scheme/read.go" "../module/scheme/read.scm" +wrote `scheme/read.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scheme/repl.go" "../module/scheme/repl.scm" +wrote `scheme/r5rs.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scheme/time.go" "../module/scheme/time.scm" +wrote `scheme/process-context.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scheme/write.go" "../module/scheme/write.scm" +wrote `scheme/repl.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/compile.go" "../module/scripts/compile.scm" +wrote `scheme/write.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/disassemble.go" "../module/scripts/disassemble.scm" +wrote `scheme/time.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/display-commentary.go" "../module/scripts/display-commentary.scm" +wrote `scripts/disassemble.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/doc-snarf.go" "../module/scripts/doc-snarf.scm" +wrote `scripts/display-commentary.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/frisk.go" "../module/scripts/frisk.scm" +wrote `scripts/compile.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/generate-autoload.go" "../module/scripts/generate-autoload.scm" +wrote `scripts/generate-autoload.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/help.go" "../module/scripts/help.scm" +wrote `scripts/frisk.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/lint.go" "../module/scripts/lint.scm" +wrote `scripts/doc-snarf.go' +scripts/doc-snarf.scm:98:34: warning: possibly unbound variable `doc-snarf-version' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/list.go" "../module/scripts/list.scm" +wrote `scripts/list.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/punify.go" "../module/scripts/punify.scm" +wrote `scripts/help.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/read-scheme-source.go" "../module/scripts/read-scheme-source.scm" +wrote `scripts/lint.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/read-text-outline.go" "../module/scripts/read-text-outline.scm" +wrote `scripts/punify.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/use2dot.go" "../module/scripts/use2dot.scm" +wrote `scripts/read-scheme-source.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/snarf-check-and-output-texi.go" "../module/scripts/snarf-check-and-output-texi.scm" +wrote `scripts/use2dot.go' +wrote `scripts/read-text-outline.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/summarize-guile-TODO.go" "../module/scripts/summarize-guile-TODO.scm" +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/api-diff.go" "../module/scripts/api-diff.scm" +wrote `scripts/summarize-guile-TODO.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/read-rfc822.go" "../module/scripts/read-rfc822.scm" +wrote `scripts/api-diff.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/snarf-guile-m4-docs.go" "../module/scripts/snarf-guile-m4-docs.scm" +wrote `scripts/snarf-guile-m4-docs.go' +wrote `scripts/read-rfc822.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/autofrisk.go" "../module/scripts/autofrisk.scm" +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/scan-api.go" "../module/scripts/scan-api.scm" +wrote `scripts/snarf-check-and-output-texi.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-1.go" "../module/srfi/srfi-1.scm" +scripts/autofrisk.scm:185:2: warning: non-literal format string +wrote `scripts/autofrisk.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-2.go" "../module/srfi/srfi-2.scm" +wrote `scripts/scan-api.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-4.go" "../module/srfi/srfi-4.scm" +wrote `srfi/srfi-2.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-4/gnu.go" "../module/srfi/srfi-4/gnu.scm" +wrote `srfi/srfi-4.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-6.go" "../module/srfi/srfi-6.scm" +wrote `srfi/srfi-6.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-8.go" "../module/srfi/srfi-8.scm" +wrote `srfi/srfi-8.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-9.go" "../module/srfi/srfi-9.scm" +wrote `srfi/srfi-4/gnu.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-9/gnu.go" "../module/srfi/srfi-9/gnu.scm" +wrote `srfi/srfi-1.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-10.go" "../module/srfi/srfi-10.scm" +wrote `srfi/srfi-9/gnu.go' +wrote `srfi/srfi-10.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-11.go" "../module/srfi/srfi-11.scm" +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-13.go" "../module/srfi/srfi-13.scm" +wrote `srfi/srfi-9.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-14.go" "../module/srfi/srfi-14.scm" +wrote `srfi/srfi-13.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-16.go" "../module/srfi/srfi-16.scm" +wrote `srfi/srfi-14.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-17.go" "../module/srfi/srfi-17.scm" +wrote `srfi/srfi-11.go' +wrote `srfi/srfi-16.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-18.go" "../module/srfi/srfi-18.scm" +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-19.go" "../module/srfi/srfi-19.scm" +wrote `srfi/srfi-17.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-26.go" "../module/srfi/srfi-26.scm" +wrote `srfi/srfi-26.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-27.go" "../module/srfi/srfi-27.scm" +wrote `srfi/srfi-27.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-28.go" "../module/srfi/srfi-28.scm" +wrote `srfi/srfi-28.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-31.go" "../module/srfi/srfi-31.scm" +wrote `srfi/srfi-31.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-34.go" "../module/srfi/srfi-34.scm" +wrote `srfi/srfi-34.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-35.go" "../module/srfi/srfi-35.scm" +wrote `srfi/srfi-35.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-37.go" "../module/srfi/srfi-37.scm" +wrote `srfi/srfi-18.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-38.go" "../module/srfi/srfi-38.scm" +wrote `srfi/srfi-37.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-41.go" "../module/srfi/srfi-41.scm" +wrote `srfi/srfi-38.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-42.go" "../module/srfi/srfi-42.scm" +wrote `srfi/srfi-42.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-43.go" "../module/srfi/srfi-43.scm" +wrote `srfi/srfi-19.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-39.go" "../module/srfi/srfi-39.scm" +wrote `oop/goops.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-45.go" "../module/srfi/srfi-45.scm" +wrote `srfi/srfi-39.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-60.go" "../module/srfi/srfi-60.scm" +wrote `srfi/srfi-60.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-64.go" "../module/srfi/srfi-64.scm" +wrote `srfi/srfi-45.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-67.go" "../module/srfi/srfi-67.scm" +wrote `srfi/srfi-41.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-69.go" "../module/srfi/srfi-69.scm" +wrote `srfi/srfi-43.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-71.go" "../module/srfi/srfi-71.scm" +wrote `srfi/srfi-69.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-88.go" "../module/srfi/srfi-88.scm" +wrote `srfi/srfi-71.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-98.go" "../module/srfi/srfi-98.scm" +wrote `srfi/srfi-88.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-111.go" "../module/srfi/srfi-111.scm" +wrote `srfi/srfi-98.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-171.go" "../module/srfi/srfi-171.scm" +wrote `srfi/srfi-111.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-171/gnu.go" "../module/srfi/srfi-171/gnu.scm" +wrote `srfi/srfi-171/gnu.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-171/meta.go" "../module/srfi/srfi-171/meta.scm" +wrote `srfi/srfi-67.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "statprof.go" "../module/statprof.scm" +wrote `srfi/srfi-171/meta.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/base/pmatch.go" "../module/system/base/pmatch.scm" +wrote `srfi/srfi-171.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/base/syntax.go" "../module/system/base/syntax.scm" +wrote `system/base/pmatch.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/base/compile.go" "../module/system/base/compile.scm" +wrote `srfi/srfi-64.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/base/optimize.go" "../module/system/base/optimize.scm" +wrote `system/base/optimize.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/base/language.go" "../module/system/base/language.scm" +wrote `system/base/language.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/base/lalr.go" "../module/system/base/lalr.scm" +wrote `system/base/syntax.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/base/message.go" "../module/system/base/message.scm" +wrote `system/base/compile.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/base/target.go" "../module/system/base/target.scm" +wrote `system/base/target.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/base/types.go" "../module/system/base/types.scm" +wrote `system/base/message.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/base/types/internal.go" "../module/system/base/types/internal.scm" +wrote `system/base/types/internal.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/base/ck.go" "../module/system/base/ck.scm" +wrote `system/base/ck.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/foreign.go" "../module/system/foreign.scm" +wrote `system/base/types.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/foreign-library.go" "../module/system/foreign-library.scm" +wrote `system/foreign.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/foreign-object.go" "../module/system/foreign-object.scm" +wrote `system/foreign-object.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/repl/debug.go" "../module/system/repl/debug.scm" +wrote `statprof.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/repl/error-handling.go" "../module/system/repl/error-handling.scm" +wrote `system/foreign-library.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/repl/common.go" "../module/system/repl/common.scm" +wrote `system/repl/error-handling.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/repl/command.go" "../module/system/repl/command.scm" +wrote `system/repl/debug.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/repl/repl.go" "../module/system/repl/repl.scm" +wrote `system/repl/repl.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/repl/server.go" "../module/system/repl/server.scm" +wrote `system/repl/common.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/repl/coop-server.go" "../module/system/repl/coop-server.scm" +wrote `system/repl/server.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/vm/assembler.go" "../module/system/vm/assembler.scm" +wrote `system/repl/coop-server.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/vm/coverage.go" "../module/system/vm/coverage.scm" +wrote `system/base/lalr.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/vm/debug.go" "../module/system/vm/debug.scm" +wrote `system/vm/coverage.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/vm/disassembler.go" "../module/system/vm/disassembler.scm" +wrote `system/repl/command.go' +WARNING: Use of `load' in declarative module (system repl command). Add #:declarative? #f to your define-module invocation. +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/vm/dwarf.go" "../module/system/vm/dwarf.scm" +wrote `system/vm/debug.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/vm/elf.go" "../module/system/vm/elf.scm" +wrote `system/vm/disassembler.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/vm/frame.go" "../module/system/vm/frame.scm" +wrote `system/vm/elf.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/vm/inspect.go" "../module/system/vm/inspect.scm" +wrote `system/vm/frame.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/vm/linker.go" "../module/system/vm/linker.scm" +wrote `system/vm/inspect.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/vm/loader.go" "../module/system/vm/loader.scm" +wrote `system/vm/loader.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/vm/program.go" "../module/system/vm/program.scm" +wrote `system/vm/program.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/vm/trace.go" "../module/system/vm/trace.scm" +wrote `system/vm/trace.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/vm/trap-state.go" "../module/system/vm/trap-state.scm" +wrote `system/vm/dwarf.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/vm/traps.go" "../module/system/vm/traps.scm" +wrote `system/vm/trap-state.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/vm/vm.go" "../module/system/vm/vm.scm" +wrote `system/vm/vm.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/syntax.go" "../module/system/syntax.scm" +wrote `system/syntax.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/xref.go" "../module/system/xref.scm" +wrote `system/vm/linker.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "sxml/apply-templates.go" "../module/sxml/apply-templates.scm" +wrote `sxml/apply-templates.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "sxml/fold.go" "../module/sxml/fold.scm" +wrote `system/vm/traps.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "sxml/match.go" "../module/sxml/match.scm" +wrote `system/xref.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "sxml/simple.go" "../module/sxml/simple.scm" +wrote `sxml/fold.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "sxml/ssax/input-parse.go" "../module/sxml/ssax/input-parse.scm" +wrote `sxml/ssax/input-parse.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "sxml/ssax.go" "../module/sxml/ssax.scm" +wrote `sxml/simple.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "sxml/transform.go" "../module/sxml/transform.scm" +wrote `sxml/transform.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "sxml/xpath.go" "../module/sxml/xpath.scm" +wrote `sxml/xpath.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "texinfo.go" "../module/texinfo.scm" +wrote `sxml/match.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "texinfo/docbook.go" "../module/texinfo/docbook.scm" +wrote `texinfo/docbook.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "texinfo/html.go" "../module/texinfo/html.scm" +wrote `sxml/ssax.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "texinfo/indexing.go" "../module/texinfo/indexing.scm" +wrote `texinfo/indexing.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "texinfo/string-utils.go" "../module/texinfo/string-utils.scm" +wrote `texinfo/html.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "texinfo/plain-text.go" "../module/texinfo/plain-text.scm" +wrote `texinfo.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "texinfo/reflection.go" "../module/texinfo/reflection.scm" +wrote `texinfo/string-utils.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "texinfo/serialize.go" "../module/texinfo/serialize.scm" +wrote `texinfo/serialize.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "web/client.go" "../module/web/client.scm" +wrote `texinfo/plain-text.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "web/http.go" "../module/web/http.scm" +wrote `texinfo/reflection.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "web/request.go" "../module/web/request.scm" +web/client.scm:108:5: warning: possibly unbound variable `set-certificate-credentials-x509-trust-data!' +web/client.scm:114:16: warning: possibly unbound variable `make-certificate-credentials' +web/client.scm:128:21: warning: possibly unbound variable `x509-certificate-format/pem' +web/client.scm:134:10: warning: possibly unbound variable `session-peer-certificate-chain' +web/client.scm:136:6: warning: possibly unbound variable `import-x509-certificate' +web/client.scm:136:36: warning: possibly unbound variable `x509-certificate-format/der' +web/client.scm:145:11: warning: possibly unbound variable `x509-certificate-matches-hostname?' +web/client.scm:150:10: warning: possibly unbound variable `peer-certificate-status' +web/client.scm:169:31: warning: possibly unbound variable `certificate-status->string' +web/client.scm:164:21: warning: possibly unbound variable `x509-certificate-dn' +web/client.scm:192:23: warning: possibly unbound variable `error/premature-termination' +web/client.scm:204:5: warning: possibly unbound variable `port-position' +web/client.scm:206:5: warning: possibly unbound variable `set-port-position!' +web/client.scm:231:19: warning: possibly unbound variable `make-session' +web/client.scm:231:32: warning: possibly unbound variable `connection-end/client' +web/client.scm:239:9: warning: possibly unbound variable `set-session-server-name!' +web/client.scm:239:42: warning: possibly unbound variable `server-name-type/dns' +web/client.scm:243:5: warning: possibly unbound variable `set-session-transport-fd!' +web/client.scm:244:5: warning: possibly unbound variable `set-session-default-priority!' +web/client.scm:250:5: warning: possibly unbound variable `set-session-priorities!' +web/client.scm:252:5: warning: possibly unbound variable `set-session-credentials!' +web/client.scm:265:11: warning: possibly unbound variable `handshake' +web/client.scm:267:26: warning: possibly unbound variable `error/warning-alert-received' +web/client.scm:272:26: warning: possibly unbound variable `alert-description->string' +web/client.scm:272:53: warning: possibly unbound variable `alert-get' +web/client.scm:275:26: warning: possibly unbound variable `fatal-error?' +web/client.scm:281:32: warning: possibly unbound variable `error->string' +web/client.scm:293:19: warning: possibly unbound variable `session-record-port' +web/client.scm:298:13: warning: possibly unbound variable `set-session-record-port-close!' +wrote `web/client.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "web/response.go" "../module/web/response.scm" +wrote `web/request.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "web/server.go" "../module/web/server.scm" +wrote `web/server.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "web/server/http.go" "../module/web/server/http.scm" +wrote `web/response.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "web/uri.go" "../module/web/uri.scm" +wrote `web/server/http.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -Ono-cross-module-inlining -L "/home/sesostris/sources/guile/guile-3.0.9/module" --from=elisp -o "language/elisp/boot.go" "../module/language/elisp/boot.el" +wrote `web/uri.go' +wrote `web/http.go' +wrote `language/elisp/boot.go' +wrote `system/vm/assembler.go' +make[4]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/stage1' +Making all in stage2 +make[4]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/stage2' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/eval.go" "../module/ice-9/eval.scm" +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/psyntax-pp.go" "../module/ice-9/psyntax.scm" +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/boot-9.go" "../module/ice-9/boot-9.scm" +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/tree-il.go" "../module/language/tree-il.scm" +wrote `ice-9/eval.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/tree-il/analyze.go" "../module/language/tree-il/analyze.scm" +wrote `language/tree-il/analyze.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/tree-il/compile-bytecode.go" "../module/language/tree-il/compile-bytecode.scm" +wrote `language/tree-il.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/tree-il/compile-cps.go" "../module/language/tree-il/compile-cps.scm" +wrote `ice-9/psyntax-pp.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/tree-il/cps-primitives.go" "../module/language/tree-il/cps-primitives.scm" +wrote `language/tree-il/cps-primitives.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/tree-il/debug.go" "../module/language/tree-il/debug.scm" +wrote `language/tree-il/debug.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/tree-il/effects.go" "../module/language/tree-il/effects.scm" +wrote `ice-9/boot-9.go' +ice-9/boot-9.scm:4669:35: warning: possibly unbound variable `syntax?' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/tree-il/eta-expand.go" "../module/language/tree-il/eta-expand.scm" +wrote `language/tree-il/effects.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/tree-il/fix-letrec.go" "../module/language/tree-il/fix-letrec.scm" +wrote `language/tree-il/eta-expand.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/tree-il/inlinable-exports.go" "../module/language/tree-il/inlinable-exports.scm" +wrote `language/tree-il/compile-bytecode.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/tree-il/letrectify.go" "../module/language/tree-il/letrectify.scm" +wrote `language/tree-il/fix-letrec.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/tree-il/optimize.go" "../module/language/tree-il/optimize.scm" +wrote `language/tree-il/letrectify.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/tree-il/peval.go" "../module/language/tree-il/peval.scm" +wrote `language/tree-il/optimize.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/tree-il/primitives.go" "../module/language/tree-il/primitives.scm" +wrote `language/tree-il/inlinable-exports.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/tree-il/resolve-free-vars.go" "../module/language/tree-il/resolve-free-vars.scm" +wrote `language/tree-il/primitives.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/tree-il/spec.go" "../module/language/tree-il/spec.scm" +wrote `language/tree-il/spec.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps.go" "../module/language/cps.scm" +wrote `language/tree-il/resolve-free-vars.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/closure-conversion.go" "../module/language/cps/closure-conversion.scm" +wrote `language/tree-il/compile-cps.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/compile-bytecode.go" "../module/language/cps/compile-bytecode.scm" +wrote `language/cps/closure-conversion.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/contification.go" "../module/language/cps/contification.scm" +wrote `language/tree-il/peval.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/cse.go" "../module/language/cps/cse.scm" +wrote `language/cps/contification.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/dce.go" "../module/language/cps/dce.scm" +wrote `language/cps/dce.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/devirtualize-integers.go" "../module/language/cps/devirtualize-integers.scm" +wrote `language/cps.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/dump.go" "../module/language/cps/dump.scm" +wrote `language/cps/devirtualize-integers.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/elide-arity-checks.go" "../module/language/cps/elide-arity-checks.scm" +wrote `language/cps/dump.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/effects-analysis.go" "../module/language/cps/effects-analysis.scm" +wrote `language/cps/elide-arity-checks.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/graphs.go" "../module/language/cps/graphs.scm" +wrote `language/cps/cse.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/intmap.go" "../module/language/cps/intmap.scm" +wrote `language/cps/graphs.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/intset.go" "../module/language/cps/intset.scm" +wrote `language/cps/effects-analysis.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/licm.go" "../module/language/cps/licm.scm" +wrote `language/cps/compile-bytecode.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/loop-instrumentation.go" "../module/language/cps/loop-instrumentation.scm" +wrote `language/cps/loop-instrumentation.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/optimize.go" "../module/language/cps/optimize.scm" +wrote `language/cps/intmap.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/peel-loops.go" "../module/language/cps/peel-loops.scm" +wrote `language/cps/optimize.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/prune-top-level-scopes.go" "../module/language/cps/prune-top-level-scopes.scm" +wrote `language/cps/licm.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/reify-primitives.go" "../module/language/cps/reify-primitives.scm" +wrote `language/cps/prune-top-level-scopes.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/renumber.go" "../module/language/cps/renumber.scm" +wrote `language/cps/peel-loops.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/return-types.go" "../module/language/cps/return-types.scm" +wrote `language/cps/intset.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/rotate-loops.go" "../module/language/cps/rotate-loops.scm" +wrote `language/cps/return-types.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/self-references.go" "../module/language/cps/self-references.scm" +wrote `language/cps/renumber.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/simplify.go" "../module/language/cps/simplify.scm" +wrote `language/cps/self-references.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/slot-allocation.go" "../module/language/cps/slot-allocation.scm" +wrote `language/cps/rotate-loops.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/spec.go" "../module/language/cps/spec.scm" +wrote `language/cps/spec.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/specialize-primcalls.go" "../module/language/cps/specialize-primcalls.scm" +wrote `language/cps/specialize-primcalls.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/specialize-numbers.go" "../module/language/cps/specialize-numbers.scm" +wrote `language/cps/simplify.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/split-rec.go" "../module/language/cps/split-rec.scm" +wrote `language/cps/reify-primitives.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/switch.go" "../module/language/cps/switch.scm" +wrote `language/cps/split-rec.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/type-checks.go" "../module/language/cps/type-checks.scm" +wrote `language/cps/type-checks.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/type-fold.go" "../module/language/cps/type-fold.scm" +wrote `language/cps/slot-allocation.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/types.go" "../module/language/cps/types.scm" +wrote `language/cps/switch.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/utils.go" "../module/language/cps/utils.scm" +wrote `language/cps/type-fold.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/verify.go" "../module/language/cps/verify.scm" +wrote `language/cps/specialize-numbers.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/cps/with-cps.go" "../module/language/cps/with-cps.scm" +wrote `language/cps/with-cps.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/and-let-star.go" "../module/ice-9/and-let-star.scm" +wrote `ice-9/and-let-star.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/arrays.go" "../module/ice-9/arrays.scm" +wrote `ice-9/arrays.go' +wrote `language/cps/utils.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/atomic.go" "../module/ice-9/atomic.scm" +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/binary-ports.go" "../module/ice-9/binary-ports.scm" +wrote `ice-9/binary-ports.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/buffered-input.go" "../module/ice-9/buffered-input.scm" +wrote `ice-9/atomic.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/calling.go" "../module/ice-9/calling.scm" +wrote `ice-9/buffered-input.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/command-line.go" "../module/ice-9/command-line.scm" +wrote `language/cps/verify.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/common-list.go" "../module/ice-9/common-list.scm" +wrote `ice-9/calling.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/control.go" "../module/ice-9/control.scm" +wrote `ice-9/command-line.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/copy-tree.go" "../module/ice-9/copy-tree.scm" +wrote `ice-9/copy-tree.go' +wrote `ice-9/common-list.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/curried-definitions.go" "../module/ice-9/curried-definitions.scm" +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/deprecated.go" "../module/ice-9/deprecated.scm" +wrote `ice-9/control.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/documentation.go" "../module/ice-9/documentation.scm" +wrote `ice-9/deprecated.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/eval-string.go" "../module/ice-9/eval-string.scm" +wrote `ice-9/curried-definitions.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/exceptions.go" "../module/ice-9/exceptions.scm" +wrote `ice-9/eval-string.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/expect.go" "../module/ice-9/expect.scm" +wrote `ice-9/documentation.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/fdes-finalizers.go" "../module/ice-9/fdes-finalizers.scm" +wrote `ice-9/fdes-finalizers.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/format.go" "../module/ice-9/format.scm" +wrote `ice-9/expect.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/ftw.go" "../module/ice-9/ftw.scm" +wrote `ice-9/exceptions.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/futures.go" "../module/ice-9/futures.scm" +wrote `ice-9/ftw.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/gap-buffer.go" "../module/ice-9/gap-buffer.scm" +wrote `ice-9/futures.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/getopt-long.go" "../module/ice-9/getopt-long.scm" +wrote `ice-9/gap-buffer.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/hash-table.go" "../module/ice-9/hash-table.scm" +wrote `ice-9/hash-table.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/hcons.go" "../module/ice-9/hcons.scm" +wrote `ice-9/getopt-long.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/history.go" "../module/ice-9/history.scm" +wrote `ice-9/hcons.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/i18n.go" "../module/ice-9/i18n.scm" +wrote `ice-9/history.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/iconv.go" "../module/ice-9/iconv.scm" +wrote `ice-9/iconv.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/lineio.go" "../module/ice-9/lineio.scm" +wrote `ice-9/lineio.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/list.go" "../module/ice-9/list.scm" +wrote `ice-9/list.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/local-eval.go" "../module/ice-9/local-eval.scm" +wrote `ice-9/i18n.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/ls.go" "../module/ice-9/ls.scm" +wrote `ice-9/ls.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/match.go" "../module/ice-9/match.scm" +wrote `ice-9/local-eval.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/networking.go" "../module/ice-9/networking.scm" +wrote `ice-9/networking.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/null.go" "../module/ice-9/null.scm" +wrote `ice-9/null.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/occam-channel.go" "../module/ice-9/occam-channel.scm" +wrote `ice-9/format.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/optargs.go" "../module/ice-9/optargs.scm" +wrote `ice-9/occam-channel.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/peg.go" "../module/ice-9/peg.scm" +wrote `ice-9/peg.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/peg/cache.go" "../module/ice-9/peg/cache.scm" +wrote `ice-9/match.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/peg/codegen.go" "../module/ice-9/peg/codegen.scm" +wrote `ice-9/peg/cache.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/peg/simplify-tree.go" "../module/ice-9/peg/simplify-tree.scm" +wrote `ice-9/peg/simplify-tree.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/peg/string-peg.go" "../module/ice-9/peg/string-peg.scm" +wrote `ice-9/optargs.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/peg/using-parsers.go" "../module/ice-9/peg/using-parsers.scm" +wrote `ice-9/peg/codegen.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/poe.go" "../module/ice-9/poe.scm" +wrote `ice-9/peg/using-parsers.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/poll.go" "../module/ice-9/poll.scm" +wrote `ice-9/poe.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/popen.go" "../module/ice-9/popen.scm" +wrote `ice-9/popen.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/ports.go" "../module/ice-9/ports.scm" +wrote `ice-9/poll.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/posix.go" "../module/ice-9/posix.scm" +wrote `ice-9/posix.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/pretty-print.go" "../module/ice-9/pretty-print.scm" +wrote `language/cps/types.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/q.go" "../module/ice-9/q.scm" +wrote `ice-9/ports.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/r5rs.go" "../module/ice-9/r5rs.scm" +wrote `ice-9/r5rs.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/rdelim.go" "../module/ice-9/rdelim.scm" +wrote `ice-9/q.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/receive.go" "../module/ice-9/receive.scm" +wrote `ice-9/peg/string-peg.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/regex.go" "../module/ice-9/regex.scm" +wrote `ice-9/receive.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/runq.go" "../module/ice-9/runq.scm" +wrote `ice-9/rdelim.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/rw.go" "../module/ice-9/rw.scm" +wrote `ice-9/rw.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/safe-r5rs.go" "../module/ice-9/safe-r5rs.scm" +wrote `ice-9/pretty-print.go' +ice-9/pretty-print.scm:439:39: warning: non-literal format string +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/safe.go" "../module/ice-9/safe.scm" +wrote `ice-9/safe.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/sandbox.go" "../module/ice-9/sandbox.scm" +wrote `ice-9/safe-r5rs.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/save-stack.go" "../module/ice-9/save-stack.scm" +ice-9/runq.scm:93:9: warning: possibly unbound variable `apply-to-args' +wrote `ice-9/runq.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/scm-style-repl.go" "../module/ice-9/scm-style-repl.scm" +wrote `ice-9/save-stack.go' +wrote `ice-9/regex.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/serialize.go" "../module/ice-9/serialize.scm" +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/session.go" "../module/ice-9/session.scm" +wrote `ice-9/sandbox.go' +wrote `ice-9/serialize.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/slib.go" "../module/ice-9/slib.scm" +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/stack-catch.go" "../module/ice-9/stack-catch.scm" +wrote `ice-9/scm-style-repl.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/streams.go" "../module/ice-9/streams.scm" +wrote `ice-9/slib.go' +WARNING: Use of `load' in declarative module (#{ g106}#). Add #:declarative? #f to your define-module invocation. +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/string-fun.go" "../module/ice-9/string-fun.scm" +wrote `ice-9/stack-catch.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/suspendable-ports.go" "../module/ice-9/suspendable-ports.scm" +wrote `ice-9/streams.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/textual-ports.go" "../module/ice-9/textual-ports.scm" +wrote `ice-9/session.go' +ice-9/session.scm:241:11: warning: non-literal format string +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/threads.go" "../module/ice-9/threads.scm" +wrote `ice-9/textual-ports.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/time.go" "../module/ice-9/time.scm" +wrote `ice-9/string-fun.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/top-repl.go" "../module/ice-9/top-repl.scm" +wrote `ice-9/time.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/unicode.go" "../module/ice-9/unicode.scm" +wrote `ice-9/unicode.go' +wrote `ice-9/top-repl.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/vlist.go" "../module/ice-9/vlist.scm" +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "ice-9/weak-vector.go" "../module/ice-9/weak-vector.scm" +wrote `ice-9/weak-vector.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/brainfuck/parse.go" "../module/language/brainfuck/parse.scm" +wrote `ice-9/threads.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/brainfuck/compile-scheme.go" "../module/language/brainfuck/compile-scheme.scm" +wrote `language/brainfuck/parse.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/brainfuck/compile-tree-il.go" "../module/language/brainfuck/compile-tree-il.scm" +wrote `language/brainfuck/compile-scheme.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/brainfuck/spec.go" "../module/language/brainfuck/spec.scm" +wrote `language/brainfuck/spec.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/bytecode.go" "../module/language/bytecode.scm" +wrote `language/brainfuck/compile-tree-il.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/bytecode/spec.go" "../module/language/bytecode/spec.scm" +wrote `language/bytecode/spec.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/ecmascript/tokenize.go" "../module/language/ecmascript/tokenize.scm" +wrote `language/bytecode.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/ecmascript/parse.go" "../module/language/ecmascript/parse.scm" +wrote `ice-9/suspendable-ports.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/ecmascript/impl.go" "../module/language/ecmascript/impl.scm" +wrote `language/ecmascript/tokenize.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/ecmascript/base.go" "../module/language/ecmascript/base.scm" +wrote `language/ecmascript/impl.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/ecmascript/function.go" "../module/language/ecmascript/function.scm" +wrote `ice-9/vlist.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/ecmascript/array.go" "../module/language/ecmascript/array.scm" +wrote `language/ecmascript/function.go' +language/ecmascript/function.scm:37:0: warning: possibly unbound variable `' +language/ecmascript/function.scm:37:0: warning: possibly unbound variable `js-array-vector' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/ecmascript/compile-tree-il.go" "../module/language/ecmascript/compile-tree-il.scm" +wrote `language/ecmascript/array.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/ecmascript/spec.go" "../module/language/ecmascript/spec.scm" +wrote `language/ecmascript/spec.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/elisp/falias.go" "../module/language/elisp/falias.scm" +language/ecmascript/base.scm:229:52: warning: possibly unbound variable `Boolean' +language/ecmascript/base.scm:230:51: warning: possibly unbound variable `String' +language/ecmascript/base.scm:231:51: warning: possibly unbound variable `Number' +wrote `language/ecmascript/base.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/elisp/lexer.go" "../module/language/elisp/lexer.scm" +wrote `language/elisp/falias.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/elisp/parser.go" "../module/language/elisp/parser.scm" +wrote `language/elisp/parser.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/elisp/bindings.go" "../module/language/elisp/bindings.scm" +wrote `language/elisp/lexer.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/elisp/compile-tree-il.go" "../module/language/elisp/compile-tree-il.scm" +wrote `language/elisp/bindings.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/elisp/runtime.go" "../module/language/elisp/runtime.scm" +wrote `language/elisp/runtime.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/elisp/runtime/function-slot.go" "../module/language/elisp/runtime/function-slot.scm" +wrote `language/elisp/runtime/function-slot.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/elisp/runtime/value-slot.go" "../module/language/elisp/runtime/value-slot.scm" +wrote `language/elisp/runtime/value-slot.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/elisp/spec.go" "../module/language/elisp/spec.scm" +wrote `language/elisp/spec.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/scheme/compile-tree-il.go" "../module/language/scheme/compile-tree-il.scm" +wrote `language/elisp/compile-tree-il.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/scheme/decompile-tree-il.go" "../module/language/scheme/decompile-tree-il.scm" +wrote `language/scheme/compile-tree-il.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/scheme/spec.go" "../module/language/scheme/spec.scm" +wrote `language/scheme/spec.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "language/value/spec.go" "../module/language/value/spec.scm" +wrote `language/value/spec.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/base.go" "../module/rnrs/base.scm" +wrote `rnrs/base.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/conditions.go" "../module/rnrs/conditions.scm" +wrote `rnrs/conditions.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/control.go" "../module/rnrs/control.scm" +wrote `rnrs/control.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/enums.go" "../module/rnrs/enums.scm" +wrote `rnrs/enums.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/eval.go" "../module/rnrs/eval.scm" +wrote `rnrs/eval.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/exceptions.go" "../module/rnrs/exceptions.scm" +wrote `rnrs/exceptions.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/files.go" "../module/rnrs/files.scm" +wrote `rnrs/files.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/hashtables.go" "../module/rnrs/hashtables.scm" +wrote `rnrs/hashtables.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/lists.go" "../module/rnrs/lists.scm" +wrote `rnrs/lists.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/mutable-pairs.go" "../module/rnrs/mutable-pairs.scm" +wrote `language/scheme/decompile-tree-il.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/mutable-strings.go" "../module/rnrs/mutable-strings.scm" +wrote `rnrs/mutable-pairs.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/programs.go" "../module/rnrs/programs.scm" +wrote `rnrs/mutable-strings.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/r5rs.go" "../module/rnrs/r5rs.scm" +wrote `rnrs/programs.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/sorting.go" "../module/rnrs/sorting.scm" +wrote `rnrs/r5rs.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/syntax-case.go" "../module/rnrs/syntax-case.scm" +wrote `rnrs/sorting.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/unicode.go" "../module/rnrs/unicode.scm" +wrote `rnrs/syntax-case.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/arithmetic/bitwise.go" "../module/rnrs/arithmetic/bitwise.scm" +wrote `rnrs/unicode.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/arithmetic/fixnums.go" "../module/rnrs/arithmetic/fixnums.scm" +wrote `rnrs/arithmetic/bitwise.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/arithmetic/flonums.go" "../module/rnrs/arithmetic/flonums.scm" +wrote `rnrs/arithmetic/flonums.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/bytevectors.go" "../module/rnrs/bytevectors.scm" +wrote `rnrs/arithmetic/fixnums.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/bytevectors/gnu.go" "../module/rnrs/bytevectors/gnu.scm" +wrote `rnrs/bytevectors.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/io/simple.go" "../module/rnrs/io/simple.scm" +wrote `rnrs/bytevectors/gnu.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/io/ports.go" "../module/rnrs/io/ports.scm" +wrote `rnrs/io/simple.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/records/inspection.go" "../module/rnrs/records/inspection.scm" +wrote `rnrs/records/inspection.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/records/procedural.go" "../module/rnrs/records/procedural.scm" +wrote `rnrs/records/procedural.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs/records/syntactic.go" "../module/rnrs/records/syntactic.scm" +wrote `language/ecmascript/compile-tree-il.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "rnrs.go" "../module/rnrs.scm" +wrote `rnrs.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "oop/goops.go" "../module/oop/goops.scm" +wrote `rnrs/io/ports.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "oop/goops/active-slot.go" "../module/oop/goops/active-slot.scm" +wrote `rnrs/records/syntactic.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "oop/goops/composite-slot.go" "../module/oop/goops/composite-slot.scm" +wrote `oop/goops/active-slot.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "oop/goops/describe.go" "../module/oop/goops/describe.scm" +wrote `oop/goops/composite-slot.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "oop/goops/internal.go" "../module/oop/goops/internal.scm" +%% Reduce/Reduce conflict (reduce 11, reduce 7) on '--' in state 422 +%% Reduce/Reduce conflict (reduce 11, reduce 7) on '++' in state 422 +%% Reduce/Reduce conflict (reduce 11, reduce 7) on '-' in state 422 +%% Reduce/Reduce conflict (reduce 11, reduce 7) on '+' in state 422 +%% Reduce/Reduce conflict (reduce 11, reduce 7) on 'semicolon' in state 422 +%% Reduce/Reduce conflict (reduce 11, reduce 7) on 'dot' in state 422 +%% Reduce/Reduce conflict (reduce 11, reduce 7) on 'lbracket' in state 422 +%% Reduce/Reduce conflict (reduce 11, reduce 7) on 'lparen' in state 422 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on '--' in state 397 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on '++' in state 397 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on '-' in state 397 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on '+' in state 397 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on 'semicolon' in state 397 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on 'dot' in state 397 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on 'lbracket' in state 397 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on 'lparen' in state 397 +%% Shift/Reduce conflict (shift 367, reduce 49) on 'else' in state 319 +%% Shift/Reduce conflict (shift 144, reduce 177) on 'in' in state 242 +%% Shift/Reduce conflict (shift 144, reduce 178) on 'in' in state 241 +%% Shift/Reduce conflict (shift 144, reduce 179) on 'in' in state 240 +%% Shift/Reduce conflict (shift 144, reduce 180) on 'in' in state 239 +%% Shift/Reduce conflict (shift 80, reduce 119) on 'colon' in state 125 +%% Shift/Reduce conflict (shift 170, reduce 139) on '++' in state 85 +%% Shift/Reduce conflict (shift 169, reduce 139) on '--' in state 85 +%% Shift/Reduce conflict (shift 153, reduce 159) on '+' in state 49 +%% Shift/Reduce conflict (shift 152, reduce 159) on '-' in state 49 +%% Shift/Reduce conflict (shift 144, reduce 176) on 'in' in state 47 +wrote `language/ecmascript/parse.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "oop/goops/save.go" "../module/oop/goops/save.scm" +wrote `oop/goops/internal.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "oop/goops/stklos.go" "../module/oop/goops/stklos.scm" +wrote `oop/goops/describe.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "oop/goops/accessors.go" "../module/oop/goops/accessors.scm" +wrote `oop/goops/stklos.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "oop/goops/simple.go" "../module/oop/goops/simple.scm" +wrote `oop/goops/accessors.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scheme/base.go" "../module/scheme/base.scm" +wrote `oop/goops/simple.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scheme/case-lambda.go" "../module/scheme/case-lambda.scm" +wrote `scheme/case-lambda.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scheme/char.go" "../module/scheme/char.scm" +wrote `scheme/char.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scheme/complex.go" "../module/scheme/complex.scm" +wrote `scheme/complex.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scheme/cxr.go" "../module/scheme/cxr.scm" +wrote `scheme/cxr.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scheme/eval.go" "../module/scheme/eval.scm" +wrote `scheme/eval.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scheme/file.go" "../module/scheme/file.scm" +wrote `scheme/file.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scheme/inexact.go" "../module/scheme/inexact.scm" +wrote `scheme/base.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scheme/lazy.go" "../module/scheme/lazy.scm" +wrote `scheme/inexact.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scheme/load.go" "../module/scheme/load.scm" +wrote `scheme/lazy.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scheme/process-context.go" "../module/scheme/process-context.scm" +WARNING: Use of `load' in declarative module (scheme load). Add #:declarative? #f to your define-module invocation. +wrote `scheme/load.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scheme/r5rs.go" "../module/scheme/r5rs.scm" +wrote `scheme/process-context.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scheme/read.go" "../module/scheme/read.scm" +wrote `scheme/r5rs.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scheme/repl.go" "../module/scheme/repl.scm" +wrote `scheme/read.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scheme/time.go" "../module/scheme/time.scm" +wrote `scheme/repl.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scheme/write.go" "../module/scheme/write.scm" +wrote `oop/goops/save.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/compile.go" "../module/scripts/compile.scm" +wrote `scheme/write.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/disassemble.go" "../module/scripts/disassemble.scm" +wrote `scheme/time.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/display-commentary.go" "../module/scripts/display-commentary.scm" +wrote `scripts/disassemble.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/doc-snarf.go" "../module/scripts/doc-snarf.scm" +wrote `scripts/display-commentary.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/frisk.go" "../module/scripts/frisk.scm" +wrote `scripts/compile.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/generate-autoload.go" "../module/scripts/generate-autoload.scm" +wrote `scripts/generate-autoload.go' +wrote `scripts/frisk.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/help.go" "../module/scripts/help.scm" +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/lint.go" "../module/scripts/lint.scm" +scripts/doc-snarf.scm:98:34: warning: possibly unbound variable `doc-snarf-version' +wrote `scripts/doc-snarf.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/list.go" "../module/scripts/list.scm" +wrote `scripts/list.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/punify.go" "../module/scripts/punify.scm" +wrote `scripts/help.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/read-scheme-source.go" "../module/scripts/read-scheme-source.scm" +wrote `scripts/lint.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/read-text-outline.go" "../module/scripts/read-text-outline.scm" +wrote `scripts/punify.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/use2dot.go" "../module/scripts/use2dot.scm" +wrote `scripts/use2dot.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/snarf-check-and-output-texi.go" "../module/scripts/snarf-check-and-output-texi.scm" +wrote `scripts/read-scheme-source.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/summarize-guile-TODO.go" "../module/scripts/summarize-guile-TODO.scm" +wrote `scripts/read-text-outline.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/api-diff.go" "../module/scripts/api-diff.scm" +wrote `scripts/summarize-guile-TODO.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/read-rfc822.go" "../module/scripts/read-rfc822.scm" +wrote `scripts/api-diff.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/snarf-guile-m4-docs.go" "../module/scripts/snarf-guile-m4-docs.scm" +wrote `scripts/snarf-check-and-output-texi.go' +wrote `scripts/read-rfc822.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/autofrisk.go" "../module/scripts/autofrisk.scm" +wrote `scripts/snarf-guile-m4-docs.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "scripts/scan-api.go" "../module/scripts/scan-api.scm" +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-1.go" "../module/srfi/srfi-1.scm" +wrote `scripts/scan-api.go' +scripts/autofrisk.scm:185:2: warning: non-literal format string +wrote `scripts/autofrisk.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-2.go" "../module/srfi/srfi-2.scm" +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-4.go" "../module/srfi/srfi-4.scm" +wrote `srfi/srfi-2.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-4/gnu.go" "../module/srfi/srfi-4/gnu.scm" +wrote `srfi/srfi-4.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-6.go" "../module/srfi/srfi-6.scm" +wrote `srfi/srfi-6.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-8.go" "../module/srfi/srfi-8.scm" +wrote `srfi/srfi-4/gnu.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-9.go" "../module/srfi/srfi-9.scm" +wrote `srfi/srfi-8.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-9/gnu.go" "../module/srfi/srfi-9/gnu.scm" +wrote `srfi/srfi-1.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-10.go" "../module/srfi/srfi-10.scm" +wrote `srfi/srfi-10.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-11.go" "../module/srfi/srfi-11.scm" +wrote `srfi/srfi-11.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-13.go" "../module/srfi/srfi-13.scm" +wrote `srfi/srfi-9/gnu.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-14.go" "../module/srfi/srfi-14.scm" +wrote `srfi/srfi-13.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-16.go" "../module/srfi/srfi-16.scm" +wrote `srfi/srfi-14.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-17.go" "../module/srfi/srfi-17.scm" +wrote `srfi/srfi-16.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-18.go" "../module/srfi/srfi-18.scm" +wrote `srfi/srfi-9.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-19.go" "../module/srfi/srfi-19.scm" +wrote `srfi/srfi-17.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-26.go" "../module/srfi/srfi-26.scm" +wrote `srfi/srfi-26.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-27.go" "../module/srfi/srfi-27.scm" +wrote `srfi/srfi-27.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-28.go" "../module/srfi/srfi-28.scm" +wrote `srfi/srfi-28.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-31.go" "../module/srfi/srfi-31.scm" +wrote `srfi/srfi-31.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-34.go" "../module/srfi/srfi-34.scm" +wrote `srfi/srfi-34.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-35.go" "../module/srfi/srfi-35.scm" +wrote `srfi/srfi-35.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-37.go" "../module/srfi/srfi-37.scm" +wrote `srfi/srfi-18.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-38.go" "../module/srfi/srfi-38.scm" +wrote `srfi/srfi-38.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-41.go" "../module/srfi/srfi-41.scm" +wrote `srfi/srfi-37.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-42.go" "../module/srfi/srfi-42.scm" +wrote `oop/goops.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-43.go" "../module/srfi/srfi-43.scm" +wrote `srfi/srfi-42.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-39.go" "../module/srfi/srfi-39.scm" +wrote `srfi/srfi-39.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-45.go" "../module/srfi/srfi-45.scm" +wrote `srfi/srfi-19.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-60.go" "../module/srfi/srfi-60.scm" +wrote `srfi/srfi-60.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-64.go" "../module/srfi/srfi-64.scm" +wrote `srfi/srfi-45.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-67.go" "../module/srfi/srfi-67.scm" +wrote `srfi/srfi-41.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-69.go" "../module/srfi/srfi-69.scm" +wrote `srfi/srfi-43.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-71.go" "../module/srfi/srfi-71.scm" +wrote `srfi/srfi-69.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-88.go" "../module/srfi/srfi-88.scm" +wrote `srfi/srfi-88.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-98.go" "../module/srfi/srfi-98.scm" +wrote `srfi/srfi-98.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-111.go" "../module/srfi/srfi-111.scm" +wrote `srfi/srfi-71.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-171.go" "../module/srfi/srfi-171.scm" +wrote `srfi/srfi-111.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-171/gnu.go" "../module/srfi/srfi-171/gnu.scm" +wrote `srfi/srfi-171/gnu.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "srfi/srfi-171/meta.go" "../module/srfi/srfi-171/meta.scm" +wrote `srfi/srfi-67.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "statprof.go" "../module/statprof.scm" +wrote `srfi/srfi-171/meta.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/base/pmatch.go" "../module/system/base/pmatch.scm" +wrote `srfi/srfi-64.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/base/syntax.go" "../module/system/base/syntax.scm" +wrote `srfi/srfi-171.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/base/compile.go" "../module/system/base/compile.scm" +wrote `system/base/pmatch.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/base/optimize.go" "../module/system/base/optimize.scm" +wrote `system/base/optimize.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/base/language.go" "../module/system/base/language.scm" +wrote `system/base/language.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/base/lalr.go" "../module/system/base/lalr.scm" +wrote `system/base/compile.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/base/message.go" "../module/system/base/message.scm" +wrote `system/base/syntax.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/base/target.go" "../module/system/base/target.scm" +wrote `system/base/target.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/base/types.go" "../module/system/base/types.scm" +wrote `system/base/message.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/base/types/internal.go" "../module/system/base/types/internal.scm" +wrote `system/base/types/internal.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/base/ck.go" "../module/system/base/ck.scm" +wrote `system/base/ck.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/foreign.go" "../module/system/foreign.scm" +wrote `system/base/types.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/foreign-library.go" "../module/system/foreign-library.scm" +wrote `system/foreign.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/foreign-object.go" "../module/system/foreign-object.scm" +wrote `statprof.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/repl/debug.go" "../module/system/repl/debug.scm" +wrote `system/foreign-object.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/repl/error-handling.go" "../module/system/repl/error-handling.scm" +wrote `system/foreign-library.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/repl/common.go" "../module/system/repl/common.scm" +wrote `system/repl/debug.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/repl/command.go" "../module/system/repl/command.scm" +wrote `system/repl/error-handling.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/repl/repl.go" "../module/system/repl/repl.scm" +wrote `system/repl/repl.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/repl/server.go" "../module/system/repl/server.scm" +wrote `system/repl/common.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/repl/coop-server.go" "../module/system/repl/coop-server.scm" +wrote `system/repl/server.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/vm/assembler.go" "../module/system/vm/assembler.scm" +wrote `system/repl/coop-server.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/vm/coverage.go" "../module/system/vm/coverage.scm" +wrote `system/base/lalr.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/vm/debug.go" "../module/system/vm/debug.scm" +wrote `system/vm/coverage.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/vm/disassembler.go" "../module/system/vm/disassembler.scm" +wrote `system/repl/command.go' +WARNING: Use of `load' in declarative module (system repl command). Add #:declarative? #f to your define-module invocation. +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/vm/dwarf.go" "../module/system/vm/dwarf.scm" +wrote `system/vm/debug.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/vm/elf.go" "../module/system/vm/elf.scm" +wrote `system/vm/disassembler.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/vm/frame.go" "../module/system/vm/frame.scm" +wrote `system/vm/frame.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/vm/inspect.go" "../module/system/vm/inspect.scm" +wrote `system/vm/elf.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/vm/linker.go" "../module/system/vm/linker.scm" +wrote `system/vm/inspect.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/vm/loader.go" "../module/system/vm/loader.scm" +wrote `system/vm/loader.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/vm/program.go" "../module/system/vm/program.scm" +wrote `system/vm/program.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/vm/trace.go" "../module/system/vm/trace.scm" +wrote `system/vm/trace.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/vm/trap-state.go" "../module/system/vm/trap-state.scm" +wrote `system/vm/dwarf.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/vm/traps.go" "../module/system/vm/traps.scm" +wrote `system/vm/trap-state.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/vm/vm.go" "../module/system/vm/vm.scm" +wrote `system/vm/vm.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/syntax.go" "../module/system/syntax.scm" +wrote `system/vm/linker.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "system/xref.go" "../module/system/xref.scm" +wrote `system/syntax.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "sxml/apply-templates.go" "../module/sxml/apply-templates.scm" +wrote `sxml/apply-templates.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "sxml/fold.go" "../module/sxml/fold.scm" +wrote `system/vm/traps.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "sxml/match.go" "../module/sxml/match.scm" +wrote `sxml/fold.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "sxml/simple.go" "../module/sxml/simple.scm" +wrote `system/xref.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "sxml/ssax/input-parse.go" "../module/sxml/ssax/input-parse.scm" +wrote `sxml/simple.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "sxml/ssax.go" "../module/sxml/ssax.scm" +wrote `sxml/ssax/input-parse.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "sxml/transform.go" "../module/sxml/transform.scm" +wrote `sxml/transform.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "sxml/xpath.go" "../module/sxml/xpath.scm" +wrote `sxml/xpath.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "texinfo.go" "../module/texinfo.scm" +wrote `sxml/match.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "texinfo/docbook.go" "../module/texinfo/docbook.scm" +wrote `texinfo/docbook.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "texinfo/html.go" "../module/texinfo/html.scm" +wrote `sxml/ssax.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "texinfo/indexing.go" "../module/texinfo/indexing.scm" +wrote `texinfo/indexing.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "texinfo/string-utils.go" "../module/texinfo/string-utils.scm" +wrote `texinfo/html.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "texinfo/plain-text.go" "../module/texinfo/plain-text.scm" +wrote `texinfo.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "texinfo/reflection.go" "../module/texinfo/reflection.scm" +wrote `texinfo/string-utils.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "texinfo/serialize.go" "../module/texinfo/serialize.scm" +wrote `texinfo/serialize.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "web/client.go" "../module/web/client.scm" +wrote `texinfo/plain-text.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "web/http.go" "../module/web/http.scm" +wrote `texinfo/reflection.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "web/request.go" "../module/web/request.scm" +wrote `web/client.go' +web/client.scm:108:5: warning: possibly unbound variable `set-certificate-credentials-x509-trust-data!' +web/client.scm:114:16: warning: possibly unbound variable `make-certificate-credentials' +web/client.scm:128:21: warning: possibly unbound variable `x509-certificate-format/pem' +web/client.scm:134:10: warning: possibly unbound variable `session-peer-certificate-chain' +web/client.scm:136:6: warning: possibly unbound variable `import-x509-certificate' +web/client.scm:136:36: warning: possibly unbound variable `x509-certificate-format/der' +web/client.scm:145:11: warning: possibly unbound variable `x509-certificate-matches-hostname?' +web/client.scm:150:10: warning: possibly unbound variable `peer-certificate-status' +web/client.scm:169:31: warning: possibly unbound variable `certificate-status->string' +web/client.scm:164:21: warning: possibly unbound variable `x509-certificate-dn' +web/client.scm:192:23: warning: possibly unbound variable `error/premature-termination' +web/client.scm:204:5: warning: possibly unbound variable `port-position' +web/client.scm:206:5: warning: possibly unbound variable `set-port-position!' +web/client.scm:231:19: warning: possibly unbound variable `make-session' +web/client.scm:231:32: warning: possibly unbound variable `connection-end/client' +web/client.scm:239:9: warning: possibly unbound variable `set-session-server-name!' +web/client.scm:239:42: warning: possibly unbound variable `server-name-type/dns' +web/client.scm:243:5: warning: possibly unbound variable `set-session-transport-fd!' +web/client.scm:244:5: warning: possibly unbound variable `set-session-default-priority!' +web/client.scm:250:5: warning: possibly unbound variable `set-session-priorities!' +web/client.scm:252:5: warning: possibly unbound variable `set-session-credentials!' +web/client.scm:265:11: warning: possibly unbound variable `handshake' +web/client.scm:267:26: warning: possibly unbound variable `error/warning-alert-received' +web/client.scm:272:26: warning: possibly unbound variable `alert-description->string' +web/client.scm:272:53: warning: possibly unbound variable `alert-get' +web/client.scm:275:26: warning: possibly unbound variable `fatal-error?' +web/client.scm:281:32: warning: possibly unbound variable `error->string' +web/client.scm:293:19: warning: possibly unbound variable `session-record-port' +web/client.scm:298:13: warning: possibly unbound variable `set-session-record-port-close!' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "web/response.go" "../module/web/response.scm" +wrote `web/request.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "web/server.go" "../module/web/server.scm" +wrote `web/server.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "web/server/http.go" "../module/web/server/http.scm" +wrote `web/response.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" -o "web/uri.go" "../module/web/uri.scm" +wrote `web/server/http.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 -L "/home/sesostris/sources/guile/guile-3.0.9/module" --from=elisp -o "language/elisp/boot.go" "../module/language/elisp/boot.el" +wrote `web/uri.go' +wrote `web/http.go' +wrote `language/elisp/boot.go' +wrote `system/vm/assembler.go' +make[4]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/stage2' +Making all in guile-readline +make[4]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/guile-readline' +../libguile/guile-snarf -o readline.x readline.c -DHAVE_CONFIG_H -I. -I.. -I./.. -I../lib -I../lib -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +/usr/bin/make all-am +make[5]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/guile-readline' +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I./.. -I../lib -I../lib -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o readline.lo readline.c +GUILE_AUTO_COMPILE=0 \ +../meta/build-env \ +guild compile --target="x86_64-pc-linux-gnu" -W1 -O2 \ + -L "/home/sesostris/sources/guile/guile-3.0.9/guile-readline" -L "/home/sesostris/sources/guile/guile-3.0.9/guile-readline" \ + -L "/home/sesostris/sources/guile/guile-3.0.9/guile-readline" \ + -o "ice-9/readline.go" "ice-9/readline.scm" +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I./.. -I../lib -I../lib -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c readline.c -fPIC -DPIC -o .libs/readline.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I./.. -I../lib -I../lib -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c readline.c -o readline.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=link gcc -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -export-dynamic -no-undefined -module -Wl,-z,relro -o guile-readline.la -rpath /usr/lib/x86_64-linux-gnu/guile/3.0/extensions readline.lo -L/usr/lib/x86_64-linux-gnu -lreadline -lncurses ../libguile/libguile-3.0.la ../lib/libgnu.la -lcrypt -ldl -lm +libtool: link: gcc -shared -fPIC -DPIC .libs/readline.o -Wl,--whole-archive ../lib/.libs/libgnu.a -Wl,--no-whole-archive -Wl,-rpath -Wl,/home/sesostris/sources/guile/guile-3.0.9/libguile/.libs -L/usr/lib/x86_64-linux-gnu -lreadline -lncurses ../libguile/.libs/libguile-3.0.so -lunistring -lcrypt -ldl -lm -g -O2 -fstack-protector-strong -flto -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,guile-readline.so.0 -o .libs/guile-readline.so.0.0.0 +wrote `ice-9/readline.go' +ice-9/readline.scm:65:3: warning: possibly unbound variable `readline-options-interface' +ice-9/readline.scm:98:50: warning: possibly unbound variable `%readline' +ice-9/readline.scm:208:4: warning: possibly unbound variable `*readline-completion-function*' +libtool: link: (cd ".libs" && rm -f "guile-readline.so.0" && ln -s "guile-readline.so.0.0.0" "guile-readline.so.0") +libtool: link: (cd ".libs" && rm -f "guile-readline.so" && ln -s "guile-readline.so.0.0.0" "guile-readline.so") +libtool: link: (cd .libs/guile-readline.lax/libgnu.a && ar x "/home/sesostris/sources/guile/guile-3.0.9/guile-readline/../lib/.libs/libgnu.a") +libtool: link: ar cr .libs/guile-readline.a readline.o .libs/guile-readline.lax/libgnu.a/libgnu_la-accept4.o .libs/guile-readline.lax/libgnu.a/libgnu_la-basename-lgpl.o .libs/guile-readline.lax/libgnu.a/libgnu_la-binary-io.o .libs/guile-readline.lax/libgnu.a/libgnu_la-c-ctype.o .libs/guile-readline.lax/libgnu.a/libgnu_la-c-strcasecmp.o .libs/guile-readline.lax/libgnu.a/libgnu_la-c-strncasecmp.o .libs/guile-readline.lax/libgnu.a/libgnu_la-dirname-lgpl.o .libs/guile-readline.lax/libgnu.a/libgnu_la-dynarray_at_failure.o .libs/guile-readline.lax/libgnu.a/libgnu_la-dynarray_emplace_enlarge.o .libs/guile-readline.lax/libgnu.a/libgnu_la-dynarray_finalize.o .libs/guile-readline.lax/libgnu.a/libgnu_la-dynarray_resize.o .libs/guile-readline.lax/libgnu.a/libgnu_la-dynarray_resize_clear.o .libs/guile-readline.lax/libgnu.a/libgnu_la-free.o .libs/guile-readline.lax/libgnu.a/libgnu_la-full-read.o .libs/guile-readline.lax/libgnu.a/libgnu_la-full-write.o .libs/guile-readline.lax/libgnu.a/libgnu_la-hard-locale.o .libs/guile-readline.lax/libgnu.a/libgnu_la-localcharset.o .libs/guile-readline.lax/libgnu.a/libgnu_la-malloca.o .libs/guile-readline.lax/libgnu.a/libgnu_la-math.o .libs/guile-readline.lax/libgnu.a/libgnu_la-mbrtowc.o .libs/guile-readline.lax/libgnu.a/libgnu_la-nproc.o .libs/guile-readline.lax/libgnu.a/libgnu_la-nstrftime.o .libs/guile-readline.lax/libgnu.a/libgnu_la-pipe2.o .libs/guile-readline.lax/libgnu.a/libgnu_la-regex.o .libs/guile-readline.lax/libgnu.a/libgnu_la-safe-read.o .libs/guile-readline.lax/libgnu.a/libgnu_la-safe-write.o .libs/guile-readline.lax/libgnu.a/libgnu_la-setlocale_null.o .libs/guile-readline.lax/libgnu.a/libgnu_la-stat-time.o .libs/guile-readline.lax/libgnu.a/libgnu_la-striconveh.o .libs/guile-readline.lax/libgnu.a/libgnu_la-stripslash.o .libs/guile-readline.lax/libgnu.a/libgnu_la-sys_socket.o .libs/guile-readline.lax/libgnu.a/libgnu_la-time_rz.o .libs/guile-readline.lax/libgnu.a/libgnu_la-timegm.o .libs/guile-readline.lax/libgnu.a/libgnu_la-unistd.o .libs/guile-readline.lax/libgnu.a/libgnu_la-wctype-h.o .libs/guile-readline.lax/libgnu.a/mktime.o +libtool: link: ranlib .libs/guile-readline.a +libtool: link: rm -fr .libs/guile-readline.lax +libtool: link: ( cd ".libs" && rm -f "guile-readline.la" && ln -s "../guile-readline.la" "guile-readline.la" ) +make[5]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/guile-readline' +make[4]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/guile-readline' +Making all in examples +make[4]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/examples' +make[4]: Nothing to be done for 'all'. +make[4]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/examples' +Making all in emacs +make[4]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/emacs' +make[4]: Nothing to be done for 'all'. +make[4]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/emacs' +Making all in test-suite +make[4]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/test-suite' +Making all in standalone +make[5]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/test-suite/standalone' +../../libguile/guile-snarf -o test-asmobs-lib.x test-asmobs-lib.c -I../.. -I../../lib -I../../lib -I../.. -I. -DHAVE_CONFIG_H -I. -I../.. -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +/usr/bin/make all-am +make[6]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/test-suite/standalone' +/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libtest_asmobs_la-test-asmobs-lib.lo `test -f 'test-asmobs-lib.c' || echo './'`test-asmobs-lib.c +/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libtest_ffi_la-test-ffi-lib.lo `test -f 'test-ffi-lib.c' || echo './'`test-ffi-lib.c +/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libtest_extensions_la-test-extensions-lib.lo `test -f 'test-extensions-lib.c' || echo './'`test-extensions-lib.c +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c test-extensions-lib.c -fPIC -DPIC -o .libs/libtest_extensions_la-test-extensions-lib.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c test-ffi-lib.c -fPIC -DPIC -o .libs/libtest_ffi_la-test-ffi-lib.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c test-asmobs-lib.c -fPIC -DPIC -o .libs/libtest_asmobs_la-test-asmobs-lib.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c test-extensions-lib.c -o libtest_extensions_la-test-extensions-lib.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c test-ffi-lib.c -o libtest_ffi_la-test-ffi-lib.o >/dev/null 2>&1 +/bin/bash ../../libtool --tag=CC --mode=link gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -module -avoid-version -no-undefined -rpath `pwd` -Wl,-z,relro -o libtest-extensions.la libtest_extensions_la-test-extensions-lib.lo ../../libguile/libguile-3.0.la -lgc ../../lib/libgnu.la -lcrypt -ldl -lm +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c test-asmobs-lib.c -o libtest_asmobs_la-test-asmobs-lib.o >/dev/null 2>&1 +/bin/bash ../../libtool --tag=CC --mode=link gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -module -avoid-version -no-undefined -rpath `pwd` -Wl,-z,relro -o libtest-ffi.la libtest_ffi_la-test-ffi-lib.lo ../../libguile/libguile-3.0.la -lgc -lcrypt -ldl -lm +/bin/bash ../../libtool --tag=CC --mode=link gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -module -avoid-version -no-undefined -rpath `pwd` -Wl,-z,relro -o libtest-asmobs.la libtest_asmobs_la-test-asmobs-lib.lo ../../libguile/libguile-3.0.la -lgc -lcrypt -ldl -lm +libtool: link: gcc -shared -fPIC -DPIC .libs/libtest_extensions_la-test-extensions-lib.o -Wl,--whole-archive ../../lib/.libs/libgnu.a -Wl,--no-whole-archive -Wl,-rpath -Wl,/home/sesostris/sources/guile/guile-3.0.9/libguile/.libs ../../libguile/.libs/libguile-3.0.so -lgc -L/usr/lib/x86_64-linux-gnu -lunistring -lcrypt -ldl -lm -pthread -g -O2 -fstack-protector-strong -flto -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libtest-extensions.so -o .libs/libtest-extensions.so +libtool: link: gcc -shared -fPIC -DPIC .libs/libtest_ffi_la-test-ffi-lib.o -Wl,-rpath -Wl,/home/sesostris/sources/guile/guile-3.0.9/libguile/.libs ../../libguile/.libs/libguile-3.0.so -lgc -lcrypt -ldl -lm -pthread -g -O2 -fstack-protector-strong -flto -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libtest-ffi.so -o .libs/libtest-ffi.so +libtool: link: gcc -shared -fPIC -DPIC .libs/libtest_asmobs_la-test-asmobs-lib.o -Wl,-rpath -Wl,/home/sesostris/sources/guile/guile-3.0.9/libguile/.libs ../../libguile/.libs/libguile-3.0.so -lgc -lcrypt -ldl -lm -pthread -g -O2 -fstack-protector-strong -flto -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libtest-asmobs.so -o .libs/libtest-asmobs.so +libtool: link: (cd .libs/libtest-extensions.lax/libgnu.a && ar x "/home/sesostris/sources/guile/guile-3.0.9/test-suite/standalone/../../lib/.libs/libgnu.a") +libtool: link: ar cr .libs/libtest-extensions.a libtest_extensions_la-test-extensions-lib.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-accept4.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-basename-lgpl.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-binary-io.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-c-ctype.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-c-strcasecmp.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-c-strncasecmp.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-dirname-lgpl.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-dynarray_at_failure.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-dynarray_emplace_enlarge.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-dynarray_finalize.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-dynarray_resize.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-dynarray_resize_clear.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-free.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-full-read.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-full-write.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-hard-locale.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-localcharset.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-malloca.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-math.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-mbrtowc.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-nproc.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-nstrftime.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-pipe2.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-regex.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-safe-read.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-safe-write.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-setlocale_null.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-stat-time.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-striconveh.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-stripslash.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-sys_socket.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-time_rz.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-timegm.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-unistd.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-wctype-h.o .libs/libtest-extensions.lax/libgnu.a/mktime.o +libtool: link: ranlib .libs/libtest-extensions.a +libtool: link: rm -fr .libs/libtest-extensions.lax +libtool: link: ar cr .libs/libtest-ffi.a libtest_ffi_la-test-ffi-lib.o +libtool: link: ( cd ".libs" && rm -f "libtest-extensions.la" && ln -s "../libtest-extensions.la" "libtest-extensions.la" ) +libtool: link: ranlib .libs/libtest-ffi.a +libtool: link: ( cd ".libs" && rm -f "libtest-ffi.la" && ln -s "../libtest-ffi.la" "libtest-ffi.la" ) +libtool: link: ar cr .libs/libtest-asmobs.a libtest_asmobs_la-test-asmobs-lib.o +libtool: link: ranlib .libs/libtest-asmobs.a +libtool: link: ( cd ".libs" && rm -f "libtest-asmobs.la" && ln -s "../libtest-asmobs.la" "libtest-asmobs.la" ) +make[6]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/test-suite/standalone' +make[5]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/test-suite/standalone' +make[5]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/test-suite' +make[5]: Nothing to be done for 'all-am'. +make[5]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/test-suite' +make[4]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/test-suite' +Making all in benchmark-suite +make[4]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/benchmark-suite' +make[4]: Nothing to be done for 'all'. +make[4]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/benchmark-suite' +Making all in gc-benchmarks +make[4]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/gc-benchmarks' +make[4]: Nothing to be done for 'all'. +make[4]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/gc-benchmarks' +Making all in am +make[4]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/am' +make[4]: Nothing to be done for 'all'. +make[4]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/am' +Making all in doc +make[4]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/doc' +Making all in ref +make[5]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/doc/ref' +GUILE_AUTO_COMPILE=0 ../../meta/build-env guild \ + snarf-guile-m4-docs ../../meta/guile.m4 \ + > ./autoconf-macros.texi +echo "@set EFFECTIVE-VERSION 3.0" > effective-version.texi +Updating ./version.texi +restore=: && backupdir=".am$$" && \ +am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \ +rm -rf $backupdir && mkdir $backupdir && \ +if (/bin/bash '/home/sesostris/sources/guile/guile-3.0.9/build-aux/missing' makeinfo --version) >/dev/null 2>&1; then \ + for f in guile.info guile.info-[0-9] guile.info-[0-9][0-9] guile.i[0-9] guile.i[0-9][0-9]; do \ + if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ + done; \ +else :; fi && \ +cd "$am__cwd"; \ +if /bin/bash '/home/sesostris/sources/guile/guile-3.0.9/build-aux/missing' makeinfo -I . \ + -o guile.info guile.texi; \ +then \ + rc=0; \ + CDPATH="${ZSH_VERSION+.}:" && cd .; \ +else \ + rc=$?; \ + CDPATH="${ZSH_VERSION+.}:" && cd . && \ + $restore $backupdir/* `echo "./guile.info" | sed 's|[^/]*$||'`; \ +fi; \ +rm -rf $backupdir; exit $rc +still going +make[5]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/doc/ref' +Making all in r5rs +make[5]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/doc/r5rs' +restore=: && backupdir=".am$$" && \ +am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \ +rm -rf $backupdir && mkdir $backupdir && \ +if (/bin/bash '/home/sesostris/sources/guile/guile-3.0.9/build-aux/missing' makeinfo --version) >/dev/null 2>&1; then \ + for f in r5rs.info r5rs.info-[0-9] r5rs.info-[0-9][0-9] r5rs.i[0-9] r5rs.i[0-9][0-9]; do \ + if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ + done; \ +else :; fi && \ +cd "$am__cwd"; \ +if /bin/bash '/home/sesostris/sources/guile/guile-3.0.9/build-aux/missing' makeinfo -I . \ + -o r5rs.info r5rs.texi; \ +then \ + rc=0; \ + CDPATH="${ZSH_VERSION+.}:" && cd .; \ +else \ + rc=$?; \ + CDPATH="${ZSH_VERSION+.}:" && cd . && \ + $restore $backupdir/* `echo "./r5rs.info" | sed 's|[^/]*$||'`; \ +fi; \ +rm -rf $backupdir; exit $rc +r5rs.texi:762: warning: @center missing argument +r5rs.texi:781: warning: @item missing argument +r5rs.texi:5568: warning: @center missing argument +r5rs.texi:5583: warning: @item missing argument +r5rs.texi:7276: warning: @cindex should not appear in @t +r5rs.texi:7283: warning: @cindex should not appear in @t +r5rs.texi:7312: warning: @cindex should not appear in @t +r5rs.texi:7313: warning: @cindex should not appear in @t +r5rs.texi:7322: warning: @cindex should not appear in @t +r5rs.texi:7393: warning: @vindex should not appear in @t +r5rs.texi:7394: warning: @vindex should not appear in @t +r5rs.texi:7396: warning: @vindex should not appear in @t +r5rs.texi:7398: warning: @vindex should not appear in @t +r5rs.texi:7401: warning: @vindex should not appear in @t +r5rs.texi:8059: warning: @center missing argument +r5rs.texi:8061: warning: @center missing argument +make[5]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/doc/r5rs' +make[5]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/doc' +make[5]: Nothing to be done for 'all-am'. +make[5]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/doc' +make[4]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/doc' +make[4]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9' +\ +./meta/guile --no-auto-compile \ + "./libguile/texi-fragments-to-docstrings" \ + "./libguile/guile-procedures.texi" \ + > libguile/guile-procedures.txt.tmp +make[4]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9' +make[3]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9' +make[2] : on quitte le répertoire « /home/sesostris/sources/guile/guile-3.0.9 » +make[1] : on quitte le répertoire « /home/sesostris/sources/guile/guile-3.0.9 » + dh_auto_test -O--parallel +dh_auto_test: warning: Compatibility levels before 10 are deprecated (level 9 in use) + make -j4 check VERBOSE=1 +make[1] : on entre dans le répertoire « /home/sesostris/sources/guile/guile-3.0.9 » +if test -d ./.git \ + && git --version >/dev/null 2>&1; then \ + cd . && \ + git submodule --quiet foreach \ + 'test "$(git rev-parse "$sha1")" \ + = "$(git merge-base origin "$sha1")"' \ + || { echo 'maint.mk: found non-public submodule commit' >&2; \ + exit 1; }; \ +else \ + : ; \ +fi +make check-recursive +make[2]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9' +Making check in lib +make[3]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/lib' +make check-recursive +make[4]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/lib' +make[5]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/lib' +make[5]: Nothing to be done for 'check-am'. +make[5]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/lib' +make[4]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/lib' +make[3]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/lib' +Making check in meta +make[3]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/meta' +make[3]: Nothing to be done for 'check'. +make[3]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/meta' +Making check in libguile +make[3]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/libguile' +make check-am +make[4]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/libguile' +make[4]: Nothing to be done for 'check-am'. +make[4]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/libguile' +make[3]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/libguile' +Making check in module +make[3]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/module' +make[3]: Nothing to be done for 'check'. +make[3]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/module' +Making check in stage0 +make[3]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/stage0' +Note: not adjusting GUILE_OPTIMIZATIONS for 32-bit big-endian architecture +make[3]: Nothing to be done for 'check'. +make[3]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/stage0' +Making check in stage1 +make[3]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/stage1' +make[3]: Nothing to be done for 'check'. +make[3]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/stage1' +Making check in stage2 +make[3]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/stage2' +make[3]: Nothing to be done for 'check'. +make[3]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/stage2' +Making check in guile-readline +make[3]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/guile-readline' +make check-am +make[4]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/guile-readline' +make[4]: Nothing to be done for 'check-am'. +make[4]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/guile-readline' +make[3]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/guile-readline' +Making check in examples +make[3]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/examples' +make[3]: Nothing to be done for 'check'. +make[3]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/examples' +Making check in emacs +make[3]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/emacs' +make[3]: Nothing to be done for 'check'. +make[3]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/emacs' +Making check in test-suite +make[3]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/test-suite' +Making check in standalone +make[4]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/test-suite/standalone' +make check-am +make[5]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/test-suite/standalone' +make test-num2integral test-round test-foreign-object-c test-list test-unwind test-conversion test-loose-ends test-scm-c-read test-scm-take-locale-symbol test-scm-take-u8vector test-scm-to-latin1-string test-scm-values test-scm-c-bind-keyword-arguments test-srfi-4 test-with-guile-module test-scm-with-guile test-scm-spawn-thread test-pthread-create test-pthread-create-secondary test-smob-mark test-smob-mark-race test-system-cmds test-bad-identifiers test-require-extension test-guile-snarf test-import-order test-command-line-encoding test-command-line-encoding2 test-language test-guild-compile test-signal-fork test-asmobs test-ffi test-foreign-object-scm test-fast-slot-ref test-mb-regexp test-use-srfi test-extensions test-stack-overflow test-out-of-memory test-close-on-exec +make[6]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/test-suite/standalone' +gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o test_num2integral-test-num2integral.o `test -f 'test-num2integral.c' || echo './'`test-num2integral.c +gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o test_round-test-round.o `test -f 'test-round.c' || echo './'`test-round.c +gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o test_foreign_object_c-test-foreign-object-c.o `test -f 'test-foreign-object-c.c' || echo './'`test-foreign-object-c.c +gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o test_list-test-list.o `test -f 'test-list.c' || echo './'`test-list.c +gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o test_unwind-test-unwind.o `test -f 'test-unwind.c' || echo './'`test-unwind.c +gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o test_conversion-test-conversion.o `test -f 'test-conversion.c' || echo './'`test-conversion.c +gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o test_loose_ends-test-loose-ends.o `test -f 'test-loose-ends.c' || echo './'`test-loose-ends.c +gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o test_scm_c_read-test-scm-c-read.o `test -f 'test-scm-c-read.c' || echo './'`test-scm-c-read.c +gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o test_scm_take_locale_symbol-test-scm-take-locale-symbol.o `test -f 'test-scm-take-locale-symbol.c' || echo './'`test-scm-take-locale-symbol.c +gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o test_scm_take_u8vector-test-scm-take-u8vector.o `test -f 'test-scm-take-u8vector.c' || echo './'`test-scm-take-u8vector.c +gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o test_scm_to_latin1_string-test-scm-to-latin1-string.o `test -f 'test-scm-to-latin1-string.c' || echo './'`test-scm-to-latin1-string.c +gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o test_scm_values-test-scm-values.o `test -f 'test-scm-values.c' || echo './'`test-scm-values.c +gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o test_scm_c_bind_keyword_arguments-test-scm-c-bind-keyword-arguments.o `test -f 'test-scm-c-bind-keyword-arguments.c' || echo './'`test-scm-c-bind-keyword-arguments.c +gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o test_srfi_4-test-srfi-4.o `test -f 'test-srfi-4.c' || echo './'`test-srfi-4.c +gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o test_with_guile_module-test-with-guile-module.o `test -f 'test-with-guile-module.c' || echo './'`test-with-guile-module.c +gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o test_scm_with_guile-test-scm-with-guile.o `test -f 'test-scm-with-guile.c' || echo './'`test-scm-with-guile.c +gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o test_scm_spawn_thread-test-scm-spawn-thread.o `test -f 'test-scm-spawn-thread.c' || echo './'`test-scm-spawn-thread.c +gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o test_pthread_create-test-pthread-create.o `test -f 'test-pthread-create.c' || echo './'`test-pthread-create.c +gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o test_pthread_create_secondary-test-pthread-create-secondary.o `test -f 'test-pthread-create-secondary.c' || echo './'`test-pthread-create-secondary.c +gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o test_smob_mark-test-smob-mark.o `test -f 'test-smob-mark.c' || echo './'`test-smob-mark.c +gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/sesostris/sources/guile/guile-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o test_smob_mark_race-test-smob-mark-race.o `test -f 'test-smob-mark-race.c' || echo './'`test-smob-mark-race.c +make[6]: Nothing to be done for 'test-system-cmds'. +make[6]: Nothing to be done for 'test-bad-identifiers'. +make[6]: Nothing to be done for 'test-require-extension'. +make[6]: Nothing to be done for 'test-guile-snarf'. +make[6]: Nothing to be done for 'test-import-order'. +make[6]: Nothing to be done for 'test-command-line-encoding'. +make[6]: Nothing to be done for 'test-command-line-encoding2'. +make[6]: Nothing to be done for 'test-language'. +make[6]: Nothing to be done for 'test-guild-compile'. +make[6]: Nothing to be done for 'test-signal-fork'. +make[6]: Nothing to be done for 'test-asmobs'. +make[6]: Nothing to be done for 'test-ffi'. +make[6]: Nothing to be done for 'test-foreign-object-scm'. +make[6]: 'test-fast-slot-ref' is up to date. +make[6]: Nothing to be done for 'test-mb-regexp'. +make[6]: 'test-use-srfi' is up to date. +make[6]: Nothing to be done for 'test-extensions'. +make[6]: Nothing to be done for 'test-stack-overflow'. +make[6]: Nothing to be done for 'test-out-of-memory'. +make[6]: Nothing to be done for 'test-close-on-exec'. +/bin/bash ../../libtool --tag=CC --mode=link gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -pthread -Wl,-z,relro -o test-num2integral test_num2integral-test-num2integral.o ../../libguile/libguile-3.0.la -lgc -lcrypt -ldl -lm +/bin/bash ../../libtool --tag=CC --mode=link gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -pthread -Wl,-z,relro -o test-round test_round-test-round.o ../../libguile/libguile-3.0.la -lgc -lcrypt -ldl -lm +/bin/bash ../../libtool --tag=CC --mode=link gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -pthread -Wl,-z,relro -o test-foreign-object-c test_foreign_object_c-test-foreign-object-c.o ../../libguile/libguile-3.0.la -lgc ../../lib/libgnu.la -lcrypt -ldl -lm +/bin/bash ../../libtool --tag=CC --mode=link gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -pthread -Wl,-z,relro -o test-list test_list-test-list.o ../../libguile/libguile-3.0.la -lgc -lcrypt -ldl -lm +libtool: link: gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -pthread -Wl,-z -Wl,relro -o .libs/test-round test_round-test-round.o ../../libguile/.libs/libguile-3.0.so -lgc -lcrypt -ldl -lm -pthread +libtool: link: gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -pthread -Wl,-z -Wl,relro -o .libs/test-foreign-object-c test_foreign_object_c-test-foreign-object-c.o ../../libguile/.libs/libguile-3.0.so -lgc ../../lib/.libs/libgnu.a -L/usr/lib/x86_64-linux-gnu -lunistring -lcrypt -ldl -lm -pthread +libtool: link: gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -pthread -Wl,-z -Wl,relro -o .libs/test-num2integral test_num2integral-test-num2integral.o ../../libguile/.libs/libguile-3.0.so -lgc -lcrypt -ldl -lm -pthread +libtool: link: gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -pthread -Wl,-z -Wl,relro -o .libs/test-list test_list-test-list.o ../../libguile/.libs/libguile-3.0.so -lgc -lcrypt -ldl -lm -pthread +/bin/bash ../../libtool --tag=CC --mode=link gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -pthread -Wl,-z,relro -o test-unwind test_unwind-test-unwind.o ../../libguile/libguile-3.0.la -lgc ../../lib/libgnu.la -lcrypt -ldl -lm +/bin/bash ../../libtool --tag=CC --mode=link gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -pthread -Wl,-z,relro -o test-conversion test_conversion-test-conversion.o ../../libguile/libguile-3.0.la -lgc ../../lib/libgnu.la -lcrypt -ldl -lm +/bin/bash ../../libtool --tag=CC --mode=link gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -pthread -Wl,-z,relro -o test-loose-ends test_loose_ends-test-loose-ends.o ../../libguile/libguile-3.0.la -lgc -lcrypt -ldl -lm +/bin/bash ../../libtool --tag=CC --mode=link gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -pthread -Wl,-z,relro -o test-scm-c-read test_scm_c_read-test-scm-c-read.o ../../libguile/libguile-3.0.la -lgc -lcrypt -ldl -lm +libtool: link: gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -pthread -Wl,-z -Wl,relro -o .libs/test-unwind test_unwind-test-unwind.o ../../libguile/.libs/libguile-3.0.so -lgc ../../lib/.libs/libgnu.a -L/usr/lib/x86_64-linux-gnu -lunistring -lcrypt -ldl -lm -pthread +libtool: link: gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -pthread -Wl,-z -Wl,relro -o .libs/test-loose-ends test_loose_ends-test-loose-ends.o ../../libguile/.libs/libguile-3.0.so -lgc -lcrypt -ldl -lm -pthread +libtool: link: gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -pthread -Wl,-z -Wl,relro -o .libs/test-conversion test_conversion-test-conversion.o ../../libguile/.libs/libguile-3.0.so -lgc ../../lib/.libs/libgnu.a -L/usr/lib/x86_64-linux-gnu -lunistring -lcrypt -ldl -lm -pthread +libtool: link: gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -pthread -Wl,-z -Wl,relro -o .libs/test-scm-c-read test_scm_c_read-test-scm-c-read.o ../../libguile/.libs/libguile-3.0.so -lgc -lcrypt -ldl -lm -pthread +/bin/bash ../../libtool --tag=CC --mode=link gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -pthread -Wl,-z,relro -o test-scm-take-locale-symbol test_scm_take_locale_symbol-test-scm-take-locale-symbol.o ../../libguile/libguile-3.0.la -lgc ../../lib/libgnu.la -lcrypt -ldl -lm +/bin/bash ../../libtool --tag=CC --mode=link gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -pthread -Wl,-z,relro -o test-scm-take-u8vector test_scm_take_u8vector-test-scm-take-u8vector.o ../../libguile/libguile-3.0.la -lgc -lcrypt -ldl -lm +/bin/bash ../../libtool --tag=CC --mode=link gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -pthread -Wl,-z,relro -o test-scm-to-latin1-string test_scm_to_latin1_string-test-scm-to-latin1-string.o ../../libguile/libguile-3.0.la -lgc ../../lib/libgnu.la -lcrypt -ldl -lm +/bin/bash ../../libtool --tag=CC --mode=link gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -pthread -Wl,-z,relro -o test-scm-values test_scm_values-test-scm-values.o ../../libguile/libguile-3.0.la -lgc ../../lib/libgnu.la -lcrypt -ldl -lm +libtool: link: gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -pthread -Wl,-z -Wl,relro -o .libs/test-scm-take-u8vector test_scm_take_u8vector-test-scm-take-u8vector.o ../../libguile/.libs/libguile-3.0.so -lgc -lcrypt -ldl -lm -pthread +libtool: link: gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -pthread -Wl,-z -Wl,relro -o .libs/test-scm-take-locale-symbol test_scm_take_locale_symbol-test-scm-take-locale-symbol.o ../../libguile/.libs/libguile-3.0.so -lgc ../../lib/.libs/libgnu.a -L/usr/lib/x86_64-linux-gnu -lunistring -lcrypt -ldl -lm -pthread +libtool: link: gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -pthread -Wl,-z -Wl,relro -o .libs/test-scm-to-latin1-string test_scm_to_latin1_string-test-scm-to-latin1-string.o ../../libguile/.libs/libguile-3.0.so -lgc ../../lib/.libs/libgnu.a -L/usr/lib/x86_64-linux-gnu -lunistring -lcrypt -ldl -lm -pthread +/bin/bash ../../libtool --tag=CC --mode=link gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -pthread -Wl,-z,relro -o test-scm-c-bind-keyword-arguments test_scm_c_bind_keyword_arguments-test-scm-c-bind-keyword-arguments.o ../../libguile/libguile-3.0.la -lgc ../../lib/libgnu.la -lcrypt -ldl -lm +/bin/bash ../../libtool --tag=CC --mode=link gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -pthread -Wl,-z,relro -o test-srfi-4 test_srfi_4-test-srfi-4.o ../../libguile/libguile-3.0.la -lgc ../../lib/libgnu.la -lcrypt -ldl -lm +libtool: link: gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -pthread -Wl,-z -Wl,relro -o .libs/test-scm-values test_scm_values-test-scm-values.o ../../libguile/.libs/libguile-3.0.so -lgc ../../lib/.libs/libgnu.a -L/usr/lib/x86_64-linux-gnu -lunistring -lcrypt -ldl -lm -pthread +/bin/bash ../../libtool --tag=CC --mode=link gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -pthread -Wl,-z,relro -o test-with-guile-module test_with_guile_module-test-with-guile-module.o ../../libguile/libguile-3.0.la -lgc ../../lib/libgnu.la -lcrypt -ldl -lm +/bin/bash ../../libtool --tag=CC --mode=link gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -pthread -Wl,-z,relro -o test-scm-with-guile test_scm_with_guile-test-scm-with-guile.o ../../libguile/libguile-3.0.la -lgc ../../lib/libgnu.la -lcrypt -ldl -lm +libtool: link: gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -pthread -Wl,-z -Wl,relro -o .libs/test-scm-c-bind-keyword-arguments test_scm_c_bind_keyword_arguments-test-scm-c-bind-keyword-arguments.o ../../libguile/.libs/libguile-3.0.so -lgc ../../lib/.libs/libgnu.a -L/usr/lib/x86_64-linux-gnu -lunistring -lcrypt -ldl -lm -pthread +libtool: link: gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -pthread -Wl,-z -Wl,relro -o .libs/test-srfi-4 test_srfi_4-test-srfi-4.o ../../libguile/.libs/libguile-3.0.so -lgc ../../lib/.libs/libgnu.a -L/usr/lib/x86_64-linux-gnu -lunistring -lcrypt -ldl -lm -pthread +libtool: link: gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -pthread -Wl,-z -Wl,relro -o .libs/test-with-guile-module test_with_guile_module-test-with-guile-module.o ../../libguile/.libs/libguile-3.0.so -lgc ../../lib/.libs/libgnu.a -L/usr/lib/x86_64-linux-gnu -lunistring -lcrypt -ldl -lm -pthread +/bin/bash ../../libtool --tag=CC --mode=link gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -pthread -Wl,-z,relro -o test-scm-spawn-thread test_scm_spawn_thread-test-scm-spawn-thread.o ../../libguile/libguile-3.0.la -lgc ../../lib/libgnu.la -lcrypt -ldl -lm +/bin/bash ../../libtool --tag=CC --mode=link gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -pthread -Wl,-z,relro -o test-pthread-create test_pthread_create-test-pthread-create.o ../../libguile/libguile-3.0.la -lgc ../../lib/libgnu.la -lcrypt -ldl -lm +libtool: link: gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -pthread -Wl,-z -Wl,relro -o .libs/test-scm-with-guile test_scm_with_guile-test-scm-with-guile.o ../../libguile/.libs/libguile-3.0.so -lgc ../../lib/.libs/libgnu.a -L/usr/lib/x86_64-linux-gnu -lunistring -lcrypt -ldl -lm -pthread +/bin/bash ../../libtool --tag=CC --mode=link gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -pthread -Wl,-z,relro -o test-pthread-create-secondary test_pthread_create_secondary-test-pthread-create-secondary.o ../../libguile/libguile-3.0.la -lgc ../../lib/libgnu.la -lcrypt -ldl -lm +libtool: link: gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -pthread -Wl,-z -Wl,relro -o .libs/test-pthread-create test_pthread_create-test-pthread-create.o ../../libguile/.libs/libguile-3.0.so -lgc ../../lib/.libs/libgnu.a -L/usr/lib/x86_64-linux-gnu -lunistring -lcrypt -ldl -lm -pthread +/bin/bash ../../libtool --tag=CC --mode=link gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -pthread -Wl,-z,relro -o test-smob-mark test_smob_mark-test-smob-mark.o ../../libguile/libguile-3.0.la -lgc ../../lib/libgnu.la -lcrypt -ldl -lm +libtool: link: gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -pthread -Wl,-z -Wl,relro -o .libs/test-scm-spawn-thread test_scm_spawn_thread-test-scm-spawn-thread.o ../../libguile/.libs/libguile-3.0.so -lgc ../../lib/.libs/libgnu.a -L/usr/lib/x86_64-linux-gnu -lunistring -lcrypt -ldl -lm -pthread +libtool: link: gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -pthread -Wl,-z -Wl,relro -o .libs/test-pthread-create-secondary test_pthread_create_secondary-test-pthread-create-secondary.o ../../libguile/.libs/libguile-3.0.so -lgc ../../lib/.libs/libgnu.a -L/usr/lib/x86_64-linux-gnu -lunistring -lcrypt -ldl -lm -pthread +/bin/bash ../../libtool --tag=CC --mode=link gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -pthread -Wl,-z,relro -o test-smob-mark-race test_smob_mark_race-test-smob-mark-race.o ../../libguile/libguile-3.0.la -lgc ../../lib/libgnu.la -lcrypt -ldl -lm +libtool: link: gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -pthread -Wl,-z -Wl,relro -o .libs/test-smob-mark test_smob_mark-test-smob-mark.o ../../libguile/.libs/libguile-3.0.so -lgc ../../lib/.libs/libgnu.a -L/usr/lib/x86_64-linux-gnu -lunistring -lcrypt -ldl -lm -pthread +libtool: link: gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -pthread -Wl,-z -Wl,relro -o .libs/test-smob-mark-race test_smob_mark_race-test-smob-mark-race.o ../../libguile/.libs/libguile-3.0.so -lgc ../../lib/.libs/libgnu.a -L/usr/lib/x86_64-linux-gnu -lunistring -lcrypt -ldl -lm -pthread +make[6]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/test-suite/standalone' +make check-TESTS +make[6]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/test-suite/standalone' +PASS: test-system-cmds +PASS: test-bad-identifiers +PASS: test-require-extension +PASS: test-guile-snarf +PASS: test-import-order +/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) +guile: warning: failed to install locale +SKIP: test-command-line-encoding +/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US) +guile: warning: failed to install locale +PASS: test-command-line-encoding2 +PASS: test-language +error: interrupted by the user +PASS: test-guild-compile +wrote `/home/sesostris/sources/guile/guile-3.0.9/cache/guile/ccache/3.0-LE-8-4.6/home/sesostris/sources/guile/guile-3.0.9/test-suite/standalone/test-signal-fork.go' +parent: 165710 +child: 165766 +................................................... +completed +PASS: test-signal-fork +PASS: test-num2integral +PASS: test-round +PASS: test-asmobs +PASS: test-ffi +PASS: test-foreign-object-scm +PASS: test-foreign-object-c +PASS: test-list +PASS: test-unwind +PASS: test-conversion +PASS: test-loose-ends +PASS: test-fast-slot-ref +PASS: test-mb-regexp +PASS: test-use-srfi +PASS: test-scm-c-read +PASS: test-scm-take-locale-symbol +PASS: test-scm-take-u8vector +PASS: test-scm-to-latin1-string +PASS: test-scm-values +PASS: test-scm-c-bind-keyword-arguments +PASS: test-srfi-4 +PASS: test-extensions +PASS: test-with-guile-module +PASS: test-scm-with-guile +PASS: test-scm-spawn-thread +PASS: test-pthread-create +PASS: test-pthread-create-secondary +PASS: test-smob-mark +PASS: test-smob-mark-race +wrote `/home/sesostris/sources/guile/guile-3.0.9/cache/guile/ccache/3.0-LE-8-4.6/home/sesostris/sources/guile/guile-3.0.9/test-suite/standalone/test-stack-overflow.go' +allocate_stack failed: Cannot allocate memory +allocate_stack failed: Cannot allocate memory +allocate_stack failed: Cannot allocate memory +allocate_stack failed: Cannot allocate memory +allocate_stack failed: Cannot allocate memory +PASS: test-stack-overflow + +;;; (child-exception ("scm_fdes_to_port" "~A" ("Bad file descriptor") (9))) + +;;; (child-status 256) +PASS: test-close-on-exec +==================== +All 39 tests passed +(1 test was not run) +==================== +make[6]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/test-suite/standalone' +make[5]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/test-suite/standalone' +make[4]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/test-suite/standalone' +make[4]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/test-suite' +make check-TESTS +make[5]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/test-suite' +PASS: lalr/test-glr-associativity.scm +PASS: lalr/test-glr-basics-01.scm +%% Shift/Reduce conflict (shift 1, reduce 3) on 'A' in state 0 +PASS: lalr/test-glr-basics-02.scm +%% Shift/Reduce conflict (shift 1, reduce 5) on 'A' in state 0 +PASS: lalr/test-glr-basics-03.scm +%% Shift/Reduce conflict (shift 1, reduce 4) on 'A' in state 0 +PASS: lalr/test-glr-basics-04.scm +%% Shift/Reduce conflict (shift 1, reduce 4) on 'A' in state 0 +PASS: lalr/test-glr-basics-05.scm +%% Shift/Reduce conflict (shift 5, reduce 2) on 'error' in state 8 +%% Shift/Reduce conflict (shift 4, reduce 2) on 'N' in state 8 +%% Shift/Reduce conflict (shift 3, reduce 2) on 'O' in state 8 +%% Shift/Reduce conflict (shift 2, reduce 2) on 'T' in state 8 +PASS: lalr/test-glr-script-expression.scm +PASS: lalr/test-glr-single-expressions.scm +%% Reduce/Reduce conflict (reduce 5, reduce 4) on 'M' in state 11 +%% Reduce/Reduce conflict (reduce 5, reduce 4) on 'A' in state 11 +%% Reduce/Reduce conflict (reduce 5, reduce 4) on '*eoi*' in state 11 +PASS: lalr/test-lr-associativity-01.scm +PASS: lalr/test-lr-basics-01.scm +PASS: lalr/test-lr-basics-02.scm +PASS: lalr/test-lr-basics-03.scm +PASS: lalr/test-lr-basics-04.scm +PASS: lalr/test-lr-basics-05.scm +PASS: lalr/test-lr-error-recovery-01.scm +PASS: lalr/test-lr-error-recovery-02.scm +PASS: lalr/test-lr-no-clause.scm +PASS: lalr/test-lr-script-expression.scm +PASS: lalr/test-lr-single-expressions.scm +=================== +All 19 tests passed +=================== +make[5]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/test-suite' +make[4]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/test-suite' +make[3]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/test-suite' +Making check in benchmark-suite +make[3]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/benchmark-suite' +make[3]: Nothing to be done for 'check'. +make[3]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/benchmark-suite' +Making check in gc-benchmarks +make[3]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/gc-benchmarks' +make[3]: Nothing to be done for 'check'. +make[3]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/gc-benchmarks' +Making check in am +make[3]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/am' +make[3]: Nothing to be done for 'check'. +make[3]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/am' +Making check in doc +make[3]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/doc' +Making check in ref +make[4]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/doc/ref' +make[4]: Nothing to be done for 'check'. +make[4]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/doc/ref' +Making check in r5rs +make[4]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/doc/r5rs' +make[4]: Nothing to be done for 'check'. +make[4]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/doc/r5rs' +make[4]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/doc' +make[4]: Nothing to be done for 'check-am'. +make[4]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/doc' +make[3]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/doc' +make[3]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9' +make check-TESTS +make[4]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9' +Testing /home/sesostris/sources/guile/guile-3.0.9/meta/guile ... +with GUILE_LOAD_PATH=/home/sesostris/sources/guile/guile-3.0.9/test-suite +Running 00-initial-env.test +Running 00-repl-server.test +Running 00-socket.test +WARNING: Use of `load' in declarative module (test-suite guile-test). Add #:declarative? #f to your define-module invocation. +connect abstract +Running alist.test +Running and-let-star.test +Running array-map.test +Running arrays.test +Running bit-operations.test +Running bitvectors.test +Running brainfuck.test +Running bytevectors.test +Running c-api.test +Running chars.test +Running coding.test +Running common-list.test +Running compiler.test +Running continuations.test +Running control.test +Running copy-tree.test +Running coverage.test +Running cross-compilation.test +Running curried-definitions.test +Running dwarf.test +Running ecmascript.test +Running elisp-compiler.test +Running elisp-reader.test +Running elisp.test +Running encoding-escapes.test +UNRESOLVED: encoding-escapes.test: input escapes: \xfaltima +UNRESOLVED: encoding-escapes.test: input escapes: \u7f85\u751f\u9580 +Running encoding-iso88591.test +Running encoding-iso88597.test +Running encoding-utf8.test +Running eval-string.test +Running eval.test +Running exceptions.test +Running fdes-finalizers.test +Running filesys.test +fchmodat doesn't support AT_SYMLINK_NOFOLLOW +UNRESOLVED: filesys.test: chmodat: regular file, AT_SYMLINK_NOFOLLOW +Running fluids.test +Running foreign.test +UNRESOLVED: foreign.test: pointer<->string: bijection [latin1] +Running format.test +Running fractions.test +Running ftw.test +Running future.test +Running gc.test +Running getopt-long.test +Running goops.test +Running guardians.test +UNRESOLVED: guardians.test: g2-garbage saved +UNRESOLVED: guardians.test: standard guardian functionality: guarding independent objects: re-guarding non-immediates +Running hash.test +Running hooks.test +Running i18n.test +UNRESOLVED: i18n.test: text collation (French): string-locale? +UNRESOLVED: i18n.test: text collation (French): char-locale-ci<>? +UNRESOLVED: i18n.test: text collation (German): string-locale-ci=? +UNRESOLVED: i18n.test: text collation (Greek): string-locale-ci=? +UNRESOLVED: i18n.test: text collation (Czech): string-localeinexact (French) +UNRESOLVED: i18n.test: nl-langinfo et al.: locale-day (French) +UNRESOLVED: i18n.test: nl-langinfo et al.: locale-day (French, using `%global-locale') +UNRESOLVED: i18n.test: nl-langinfo et al.: default locale +UNRESOLVED: i18n.test: nl-langinfo et al.: locale-am-string (greek) +UNRESOLVED: i18n.test: nl-langinfo et al.: locale-pm-string (Greek) +UNRESOLVED: i18n.test: nl-langinfo et al.: locale-digit-grouping (French) +UNRESOLVED: i18n.test: number->locale-string: French: integer +UNRESOLVED: i18n.test: number->locale-string: French: negative integer +UNRESOLVED: i18n.test: number->locale-string: French: fraction +UNRESOLVED: i18n.test: number->locale-string: French: fraction, 1 digit +UNRESOLVED: i18n.test: format ~h: French: 12345.678 +UNRESOLVED: i18n.test: format ~h: English: 12345.678 +UNRESOLVED: i18n.test: monetary-amount->locale-string: French: integer +UNRESOLVED: i18n.test: monetary-amount->locale-string: French: fraction +UNRESOLVED: i18n.test: monetary-amount->locale-string: French: positive inexact zero +UNRESOLVED: i18n.test: monetary-amount->locale-string: French: one cent +UNRESOLVED: i18n.test: monetary-amount->locale-string: French: very little money +Running iconv.test +Running import.test +Running interp.test +Running keywords.test +Running list.test +Running load.test +Running match.test +In execvp of something-that-does-not-exist: No such file or directory +In execvp of something-that-does-not-exist: No such file or directory +In execvp of something-that-does-not-exist: No such file or directory +Running modules.test +Running net-db.test +Running numbers.test +Running optargs.test +Running options.test +Running pairs.test +Running parameters.test +Running peg.test +Running peval.test +Running poe.test +Running popen.test +Running ports.test +Running posix.test +Running print.test +Running procprop.test +Running procs.test +Running q.test +Running r4rs.test +Running r5rs_pitfall.test +Running r6rs-arithmetic-bitwise.test +Running r6rs-arithmetic-fixnums.test +UNRESOLVED: r6rs-arithmetic-fixnums.test: fx+/carry: simple +UNRESOLVED: r6rs-arithmetic-fixnums.test: fx-/carry: simple +UNRESOLVED: r6rs-arithmetic-fixnums.test: fx*/carry: simple +Running r6rs-arithmetic-flonums.test +Running r6rs-base.test +Running r6rs-conditions.test +Running r6rs-control.test +Running r6rs-enums.test +Running r6rs-eval.test +Running r6rs-exceptions.test +Running r6rs-files.test +Running r6rs-hashtables.test +Running r6rs-lists.test +Running r6rs-ports.test +Running r6rs-records-inspection.test +Running r6rs-records-procedural.test +Running r6rs-records-syntactic.test +Running r6rs-unicode.test +UNRESOLVED: r6rs-unicode.test: string-foldcase: case folding expands string +Running random.test +Running rdelim.test +Running reader.test +Running receive.test +Running records.test +UNRESOLVED: records.test: records: printer: f\u014f\u014f +Running regexp.test +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 128 #\200 "\x80") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 129 #\201 "\x81") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 130 #\202 "\x82") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 131 #\203 "\x83") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 132 #\204 "\x84") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 133 #\205 "\x85") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 134 #\206 "\x86") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 135 #\207 "\x87") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 136 #\210 "\x88") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 137 #\211 "\x89") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 138 #\212 "\x8a") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 139 #\213 "\x8b") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 140 #\214 "\x8c") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 141 #\215 "\x8d") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 142 #\216 "\x8e") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 143 #\217 "\x8f") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 144 #\220 "\x90") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 145 #\221 "\x91") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 146 #\222 "\x92") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 147 #\223 "\x93") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 148 #\224 "\x94") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 149 #\225 "\x95") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 150 #\226 "\x96") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 151 #\227 "\x97") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 152 #\230 "\x98") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 153 #\231 "\x99") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 154 #\232 "\x9a") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 155 #\233 "\x9b") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 156 #\234 "\x9c") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 157 #\235 "\x9d") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 158 #\236 "\x9e") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 159 #\237 "\x9f") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 160 #\240 "\xa0") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 161 #\\xa1 "\xa1") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 162 #\\xa2 "\xa2") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 163 #\\xa3 "\xa3") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 164 #\\xa4 "\xa4") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 165 #\\xa5 "\xa5") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 166 #\\xa6 "\xa6") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 167 #\\xa7 "\xa7") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 168 #\\xa8 "\xa8") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 169 #\\xa9 "\xa9") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 170 #\\xaa "\xaa") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 171 #\\xab "\xab") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 172 #\\xac "\xac") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 173 #\255 "\xad") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 174 #\\xae "\xae") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 175 #\\xaf "\xaf") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 176 #\\xb0 "\xb0") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 177 #\\xb1 "\xb1") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 178 #\\xb2 "\xb2") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 179 #\\xb3 "\xb3") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 180 #\\xb4 "\xb4") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 181 #\\xb5 "\xb5") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 182 #\\xb6 "\xb6") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 183 #\\xb7 "\xb7") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 184 #\\xb8 "\xb8") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 185 #\\xb9 "\xb9") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 186 #\\xba "\xba") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 187 #\\xbb "\xbb") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 188 #\\xbc "\xbc") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 189 #\\xbd "\xbd") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 190 #\\xbe "\xbe") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 191 #\\xbf "\xbf") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 192 #\\xc0 "\xc0") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 193 #\\xc1 "\xc1") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 194 #\\xc2 "\xc2") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 195 #\\xc3 "\xc3") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 196 #\\xc4 "\xc4") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 197 #\\xc5 "\xc5") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 198 #\\xc6 "\xc6") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 199 #\\xc7 "\xc7") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 200 #\\xc8 "\xc8") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 201 #\\xc9 "\xc9") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 202 #\\xca "\xca") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 203 #\\xcb "\xcb") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 204 #\\xcc "\xcc") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 205 #\\xcd "\xcd") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 206 #\\xce "\xce") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 207 #\\xcf "\xcf") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 208 #\\xd0 "\xd0") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 209 #\\xd1 "\xd1") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 210 #\\xd2 "\xd2") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 211 #\\xd3 "\xd3") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 212 #\\xd4 "\xd4") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 213 #\\xd5 "\xd5") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 214 #\\xd6 "\xd6") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 215 #\\xd7 "\xd7") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 216 #\\xd8 "\xd8") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 217 #\\xd9 "\xd9") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 218 #\\xda "\xda") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 219 #\\xdb "\xdb") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 220 #\\xdc "\xdc") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 221 #\\xdd "\xdd") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 222 #\\xde "\xde") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 223 #\\xdf "\xdf") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 224 #\\xe0 "\xe0") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 225 #\\xe1 "\xe1") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 226 #\\xe2 "\xe2") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 227 #\\xe3 "\xe3") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 228 #\\xe4 "\xe4") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 229 #\\xe5 "\xe5") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 230 #\\xe6 "\xe6") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 231 #\\xe7 "\xe7") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 232 #\\xe8 "\xe8") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 233 #\\xe9 "\xe9") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 234 #\\xea "\xea") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 235 #\\xeb "\xeb") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 236 #\\xec "\xec") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 237 #\\xed "\xed") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 238 #\\xee "\xee") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 239 #\\xef "\xef") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 240 #\\xf0 "\xf0") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 241 #\\xf1 "\xf1") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 242 #\\xf2 "\xf2") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 243 #\\xf3 "\xf3") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 244 #\\xf4 "\xf4") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 245 #\\xf5 "\xf5") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 246 #\\xf6 "\xf6") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 247 #\\xf7 "\xf7") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 248 #\\xf8 "\xf8") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 249 #\\xf9 "\xf9") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 250 #\\xfa "\xfa") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 251 #\\xfb "\xfb") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 252 #\\xfc "\xfc") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 253 #\\xfd "\xfd") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 254 #\\xfe "\xfe") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 255 #\\xff "\xff") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 128 #\200 "a\x80" "a\x80") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 129 #\201 "a\x81" "a\x81") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 130 #\202 "a\x82" "a\x82") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 131 #\203 "a\x83" "a\x83") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 132 #\204 "a\x84" "a\x84") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 133 #\205 "a\x85" "a\x85") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 134 #\206 "a\x86" "a\x86") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 135 #\207 "a\x87" "a\x87") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 136 #\210 "a\x88" "a\x88") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 137 #\211 "a\x89" "a\x89") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 138 #\212 "a\x8a" "a\x8a") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 139 #\213 "a\x8b" "a\x8b") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 140 #\214 "a\x8c" "a\x8c") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 141 #\215 "a\x8d" "a\x8d") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 142 #\216 "a\x8e" "a\x8e") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 143 #\217 "a\x8f" "a\x8f") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 144 #\220 "a\x90" "a\x90") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 145 #\221 "a\x91" "a\x91") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 146 #\222 "a\x92" "a\x92") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 147 #\223 "a\x93" "a\x93") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 148 #\224 "a\x94" "a\x94") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 149 #\225 "a\x95" "a\x95") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 150 #\226 "a\x96" "a\x96") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 151 #\227 "a\x97" "a\x97") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 152 #\230 "a\x98" "a\x98") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 153 #\231 "a\x99" "a\x99") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 154 #\232 "a\x9a" "a\x9a") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 155 #\233 "a\x9b" "a\x9b") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 156 #\234 "a\x9c" "a\x9c") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 157 #\235 "a\x9d" "a\x9d") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 158 #\236 "a\x9e" "a\x9e") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 159 #\237 "a\x9f" "a\x9f") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 160 #\240 "a\xa0" "a\xa0") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 161 #\\xa1 "a\xa1" "a\xa1") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 162 #\\xa2 "a\xa2" "a\xa2") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 163 #\\xa3 "a\xa3" "a\xa3") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 164 #\\xa4 "a\xa4" "a\xa4") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 165 #\\xa5 "a\xa5" "a\xa5") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 166 #\\xa6 "a\xa6" "a\xa6") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 167 #\\xa7 "a\xa7" "a\xa7") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 168 #\\xa8 "a\xa8" "a\xa8") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 169 #\\xa9 "a\xa9" "a\xa9") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 170 #\\xaa "a\xaa" "a\xaa") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 171 #\\xab "a\xab" "a\xab") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 172 #\\xac "a\xac" "a\xac") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 173 #\255 "a\xad" "a\xad") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 174 #\\xae "a\xae" "a\xae") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 175 #\\xaf "a\xaf" "a\xaf") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 176 #\\xb0 "a\xb0" "a\xb0") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 177 #\\xb1 "a\xb1" "a\xb1") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 178 #\\xb2 "a\xb2" "a\xb2") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 179 #\\xb3 "a\xb3" "a\xb3") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 180 #\\xb4 "a\xb4" "a\xb4") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 181 #\\xb5 "a\xb5" "a\xb5") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 182 #\\xb6 "a\xb6" "a\xb6") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 183 #\\xb7 "a\xb7" "a\xb7") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 184 #\\xb8 "a\xb8" "a\xb8") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 185 #\\xb9 "a\xb9" "a\xb9") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 186 #\\xba "a\xba" "a\xba") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 187 #\\xbb "a\xbb" "a\xbb") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 188 #\\xbc "a\xbc" "a\xbc") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 189 #\\xbd "a\xbd" "a\xbd") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 190 #\\xbe "a\xbe" "a\xbe") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 191 #\\xbf "a\xbf" "a\xbf") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 192 #\\xc0 "a\xc0" "a\xc0") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 193 #\\xc1 "a\xc1" "a\xc1") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 194 #\\xc2 "a\xc2" "a\xc2") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 195 #\\xc3 "a\xc3" "a\xc3") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 196 #\\xc4 "a\xc4" "a\xc4") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 197 #\\xc5 "a\xc5" "a\xc5") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 198 #\\xc6 "a\xc6" "a\xc6") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 199 #\\xc7 "a\xc7" "a\xc7") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 200 #\\xc8 "a\xc8" "a\xc8") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 201 #\\xc9 "a\xc9" "a\xc9") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 202 #\\xca "a\xca" "a\xca") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 203 #\\xcb "a\xcb" "a\xcb") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 204 #\\xcc "a\xcc" "a\xcc") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 205 #\\xcd "a\xcd" "a\xcd") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 206 #\\xce "a\xce" "a\xce") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 207 #\\xcf "a\xcf" "a\xcf") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 208 #\\xd0 "a\xd0" "a\xd0") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 209 #\\xd1 "a\xd1" "a\xd1") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 210 #\\xd2 "a\xd2" "a\xd2") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 211 #\\xd3 "a\xd3" "a\xd3") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 212 #\\xd4 "a\xd4" "a\xd4") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 213 #\\xd5 "a\xd5" "a\xd5") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 214 #\\xd6 "a\xd6" "a\xd6") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 215 #\\xd7 "a\xd7" "a\xd7") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 216 #\\xd8 "a\xd8" "a\xd8") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 217 #\\xd9 "a\xd9" "a\xd9") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 218 #\\xda "a\xda" "a\xda") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 219 #\\xdb "a\xdb" "a\xdb") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 220 #\\xdc "a\xdc" "a\xdc") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 221 #\\xdd "a\xdd" "a\xdd") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 222 #\\xde "a\xde" "a\xde") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 223 #\\xdf "a\xdf" "a\xdf") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 224 #\\xe0 "a\xe0" "a\xe0") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 225 #\\xe1 "a\xe1" "a\xe1") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 226 #\\xe2 "a\xe2" "a\xe2") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 227 #\\xe3 "a\xe3" "a\xe3") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 228 #\\xe4 "a\xe4" "a\xe4") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 229 #\\xe5 "a\xe5" "a\xe5") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 230 #\\xe6 "a\xe6" "a\xe6") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 231 #\\xe7 "a\xe7" "a\xe7") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 232 #\\xe8 "a\xe8" "a\xe8") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 233 #\\xe9 "a\xe9" "a\xe9") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 234 #\\xea "a\xea" "a\xea") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 235 #\\xeb "a\xeb" "a\xeb") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 236 #\\xec "a\xec" "a\xec") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 237 #\\xed "a\xed" "a\xed") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 238 #\\xee "a\xee" "a\xee") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 239 #\\xef "a\xef" "a\xef") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 240 #\\xf0 "a\xf0" "a\xf0") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 241 #\\xf1 "a\xf1" "a\xf1") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 242 #\\xf2 "a\xf2" "a\xf2") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 243 #\\xf3 "a\xf3" "a\xf3") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 244 #\\xf4 "a\xf4" "a\xf4") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 245 #\\xf5 "a\xf5" "a\xf5") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 246 #\\xf6 "a\xf6" "a\xf6") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 247 #\\xf7 "a\xf7" "a\xf7") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 248 #\\xf8 "a\xf8" "a\xf8") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 249 #\\xf9 "a\xf9" "a\xf9") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 250 #\\xfa "a\xfa" "a\xfa") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 251 #\\xfb "a\xfb" "a\xfb") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 252 #\\xfc "a\xfc" "a\xfc") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 253 #\\xfd "a\xfd" "a\xfd") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 254 #\\xfe "a\xfe" "a\xfe") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 255 #\\xff "a\xff" "a\xff") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: string of all chars +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 128 #\200 "\x80") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 129 #\201 "\x81") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 130 #\202 "\x82") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 131 #\203 "\x83") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 132 #\204 "\x84") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 133 #\205 "\x85") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 134 #\206 "\x86") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 135 #\207 "\x87") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 136 #\210 "\x88") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 137 #\211 "\x89") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 138 #\212 "\x8a") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 139 #\213 "\x8b") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 140 #\214 "\x8c") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 141 #\215 "\x8d") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 142 #\216 "\x8e") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 143 #\217 "\x8f") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 144 #\220 "\x90") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 145 #\221 "\x91") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 146 #\222 "\x92") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 147 #\223 "\x93") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 148 #\224 "\x94") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 149 #\225 "\x95") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 150 #\226 "\x96") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 151 #\227 "\x97") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 152 #\230 "\x98") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 153 #\231 "\x99") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 154 #\232 "\x9a") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 155 #\233 "\x9b") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 156 #\234 "\x9c") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 157 #\235 "\x9d") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 158 #\236 "\x9e") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 159 #\237 "\x9f") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 160 #\240 "\xa0") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 161 #\\xa1 "\xa1") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 162 #\\xa2 "\xa2") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 163 #\\xa3 "\xa3") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 164 #\\xa4 "\xa4") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 165 #\\xa5 "\xa5") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 166 #\\xa6 "\xa6") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 167 #\\xa7 "\xa7") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 168 #\\xa8 "\xa8") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 169 #\\xa9 "\xa9") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 170 #\\xaa "\xaa") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 171 #\\xab "\xab") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 172 #\\xac "\xac") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 173 #\255 "\xad") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 174 #\\xae "\xae") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 175 #\\xaf "\xaf") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 176 #\\xb0 "\xb0") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 177 #\\xb1 "\xb1") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 178 #\\xb2 "\xb2") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 179 #\\xb3 "\xb3") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 180 #\\xb4 "\xb4") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 181 #\\xb5 "\xb5") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 182 #\\xb6 "\xb6") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 183 #\\xb7 "\xb7") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 184 #\\xb8 "\xb8") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 185 #\\xb9 "\xb9") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 186 #\\xba "\xba") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 187 #\\xbb "\xbb") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 188 #\\xbc "\xbc") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 189 #\\xbd "\xbd") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 190 #\\xbe "\xbe") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 191 #\\xbf "\xbf") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 192 #\\xc0 "\xc0") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 193 #\\xc1 "\xc1") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 194 #\\xc2 "\xc2") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 195 #\\xc3 "\xc3") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 196 #\\xc4 "\xc4") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 197 #\\xc5 "\xc5") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 198 #\\xc6 "\xc6") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 199 #\\xc7 "\xc7") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 200 #\\xc8 "\xc8") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 201 #\\xc9 "\xc9") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 202 #\\xca "\xca") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 203 #\\xcb "\xcb") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 204 #\\xcc "\xcc") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 205 #\\xcd "\xcd") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 206 #\\xce "\xce") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 207 #\\xcf "\xcf") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 208 #\\xd0 "\xd0") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 209 #\\xd1 "\xd1") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 210 #\\xd2 "\xd2") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 211 #\\xd3 "\xd3") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 212 #\\xd4 "\xd4") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 213 #\\xd5 "\xd5") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 214 #\\xd6 "\xd6") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 215 #\\xd7 "\xd7") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 216 #\\xd8 "\xd8") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 217 #\\xd9 "\xd9") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 218 #\\xda "\xda") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 219 #\\xdb "\xdb") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 220 #\\xdc "\xdc") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 221 #\\xdd "\xdd") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 222 #\\xde "\xde") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 223 #\\xdf "\xdf") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 224 #\\xe0 "\xe0") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 225 #\\xe1 "\xe1") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 226 #\\xe2 "\xe2") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 227 #\\xe3 "\xe3") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 228 #\\xe4 "\xe4") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 229 #\\xe5 "\xe5") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 230 #\\xe6 "\xe6") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 231 #\\xe7 "\xe7") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 232 #\\xe8 "\xe8") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 233 #\\xe9 "\xe9") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 234 #\\xea "\xea") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 235 #\\xeb "\xeb") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 236 #\\xec "\xec") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 237 #\\xed "\xed") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 238 #\\xee "\xee") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 239 #\\xef "\xef") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 240 #\\xf0 "\xf0") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 241 #\\xf1 "\xf1") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 242 #\\xf2 "\xf2") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 243 #\\xf3 "\xf3") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 244 #\\xf4 "\xf4") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 245 #\\xf5 "\xf5") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 246 #\\xf6 "\xf6") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 247 #\\xf7 "\xf7") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 248 #\\xf8 "\xf8") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 249 #\\xf9 "\xf9") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 250 #\\xfa "\xfa") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 251 #\\xfb "\xfb") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 252 #\\xfc "\xfc") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 253 #\\xfd "\xfd") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 254 #\\xfe "\xfe") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 255 #\\xff "\xff") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 128 #\200 "a\x80" "a\x80") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 129 #\201 "a\x81" "a\x81") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 130 #\202 "a\x82" "a\x82") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 131 #\203 "a\x83" "a\x83") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 132 #\204 "a\x84" "a\x84") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 133 #\205 "a\x85" "a\x85") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 134 #\206 "a\x86" "a\x86") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 135 #\207 "a\x87" "a\x87") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 136 #\210 "a\x88" "a\x88") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 137 #\211 "a\x89" "a\x89") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 138 #\212 "a\x8a" "a\x8a") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 139 #\213 "a\x8b" "a\x8b") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 140 #\214 "a\x8c" "a\x8c") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 141 #\215 "a\x8d" "a\x8d") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 142 #\216 "a\x8e" "a\x8e") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 143 #\217 "a\x8f" "a\x8f") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 144 #\220 "a\x90" "a\x90") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 145 #\221 "a\x91" "a\x91") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 146 #\222 "a\x92" "a\x92") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 147 #\223 "a\x93" "a\x93") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 148 #\224 "a\x94" "a\x94") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 149 #\225 "a\x95" "a\x95") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 150 #\226 "a\x96" "a\x96") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 151 #\227 "a\x97" "a\x97") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 152 #\230 "a\x98" "a\x98") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 153 #\231 "a\x99" "a\x99") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 154 #\232 "a\x9a" "a\x9a") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 155 #\233 "a\x9b" "a\x9b") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 156 #\234 "a\x9c" "a\x9c") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 157 #\235 "a\x9d" "a\x9d") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 158 #\236 "a\x9e" "a\x9e") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 159 #\237 "a\x9f" "a\x9f") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 160 #\240 "a\xa0" "a\xa0") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 161 #\\xa1 "a\xa1" "a\xa1") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 162 #\\xa2 "a\xa2" "a\xa2") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 163 #\\xa3 "a\xa3" "a\xa3") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 164 #\\xa4 "a\xa4" "a\xa4") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 165 #\\xa5 "a\xa5" "a\xa5") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 166 #\\xa6 "a\xa6" "a\xa6") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 167 #\\xa7 "a\xa7" "a\xa7") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 168 #\\xa8 "a\xa8" "a\xa8") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 169 #\\xa9 "a\xa9" "a\xa9") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 170 #\\xaa "a\xaa" "a\xaa") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 171 #\\xab "a\xab" "a\xab") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 172 #\\xac "a\xac" "a\xac") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 173 #\255 "a\xad" "a\xad") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 174 #\\xae "a\xae" "a\xae") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 175 #\\xaf "a\xaf" "a\xaf") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 176 #\\xb0 "a\xb0" "a\xb0") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 177 #\\xb1 "a\xb1" "a\xb1") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 178 #\\xb2 "a\xb2" "a\xb2") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 179 #\\xb3 "a\xb3" "a\xb3") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 180 #\\xb4 "a\xb4" "a\xb4") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 181 #\\xb5 "a\xb5" "a\xb5") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 182 #\\xb6 "a\xb6" "a\xb6") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 183 #\\xb7 "a\xb7" "a\xb7") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 184 #\\xb8 "a\xb8" "a\xb8") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 185 #\\xb9 "a\xb9" "a\xb9") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 186 #\\xba "a\xba" "a\xba") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 187 #\\xbb "a\xbb" "a\xbb") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 188 #\\xbc "a\xbc" "a\xbc") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 189 #\\xbd "a\xbd" "a\xbd") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 190 #\\xbe "a\xbe" "a\xbe") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 191 #\\xbf "a\xbf" "a\xbf") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 192 #\\xc0 "a\xc0" "a\xc0") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 193 #\\xc1 "a\xc1" "a\xc1") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 194 #\\xc2 "a\xc2" "a\xc2") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 195 #\\xc3 "a\xc3" "a\xc3") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 196 #\\xc4 "a\xc4" "a\xc4") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 197 #\\xc5 "a\xc5" "a\xc5") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 198 #\\xc6 "a\xc6" "a\xc6") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 199 #\\xc7 "a\xc7" "a\xc7") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 200 #\\xc8 "a\xc8" "a\xc8") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 201 #\\xc9 "a\xc9" "a\xc9") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 202 #\\xca "a\xca" "a\xca") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 203 #\\xcb "a\xcb" "a\xcb") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 204 #\\xcc "a\xcc" "a\xcc") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 205 #\\xcd "a\xcd" "a\xcd") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 206 #\\xce "a\xce" "a\xce") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 207 #\\xcf "a\xcf" "a\xcf") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 208 #\\xd0 "a\xd0" "a\xd0") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 209 #\\xd1 "a\xd1" "a\xd1") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 210 #\\xd2 "a\xd2" "a\xd2") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 211 #\\xd3 "a\xd3" "a\xd3") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 212 #\\xd4 "a\xd4" "a\xd4") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 213 #\\xd5 "a\xd5" "a\xd5") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 214 #\\xd6 "a\xd6" "a\xd6") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 215 #\\xd7 "a\xd7" "a\xd7") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 216 #\\xd8 "a\xd8" "a\xd8") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 217 #\\xd9 "a\xd9" "a\xd9") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 218 #\\xda "a\xda" "a\xda") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 219 #\\xdb "a\xdb" "a\xdb") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 220 #\\xdc "a\xdc" "a\xdc") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 221 #\\xdd "a\xdd" "a\xdd") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 222 #\\xde "a\xde" "a\xde") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 223 #\\xdf "a\xdf" "a\xdf") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 224 #\\xe0 "a\xe0" "a\xe0") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 225 #\\xe1 "a\xe1" "a\xe1") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 226 #\\xe2 "a\xe2" "a\xe2") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 227 #\\xe3 "a\xe3" "a\xe3") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 228 #\\xe4 "a\xe4" "a\xe4") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 229 #\\xe5 "a\xe5" "a\xe5") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 230 #\\xe6 "a\xe6" "a\xe6") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 231 #\\xe7 "a\xe7" "a\xe7") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 232 #\\xe8 "a\xe8" "a\xe8") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 233 #\\xe9 "a\xe9" "a\xe9") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 234 #\\xea "a\xea" "a\xea") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 235 #\\xeb "a\xeb" "a\xeb") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 236 #\\xec "a\xec" "a\xec") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 237 #\\xed "a\xed" "a\xed") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 238 #\\xee "a\xee" "a\xee") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 239 #\\xef "a\xef" "a\xef") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 240 #\\xf0 "a\xf0" "a\xf0") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 241 #\\xf1 "a\xf1" "a\xf1") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 242 #\\xf2 "a\xf2" "a\xf2") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 243 #\\xf3 "a\xf3" "a\xf3") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 244 #\\xf4 "a\xf4" "a\xf4") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 245 #\\xf5 "a\xf5" "a\xf5") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 246 #\\xf6 "a\xf6" "a\xf6") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 247 #\\xf7 "a\xf7" "a\xf7") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 248 #\\xf8 "a\xf8" "a\xf8") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 249 #\\xf9 "a\xf9" "a\xf9") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 250 #\\xfa "a\xfa" "a\xfa") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 251 #\\xfb "a\xfb" "a\xfb") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 252 #\\xfc "a\xfc" "a\xfc") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 253 #\\xfd "a\xfd" "a\xfd") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 254 #\\xfe "a\xfe" "a\xfe") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 255 #\\xff "a\xff" "a\xff") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: string of all chars +UNRESOLVED: regexp.test: nonascii locales: match structures refer to char offsets +UNRESOLVED: regexp.test: nonascii locales: match structures refer to char offsets, non-ASCII pattern +Running rnrs-libraries.test +Running rtl-compilation.test +Running rtl.test +Running sandbox.test +Running session.test +Running signals.test +Running sort.test +Running srcprop.test +UNRESOLVED: srcprop.test: set-source-property!: setting the breakpoint property works +UNRESOLVED: srcprop.test: set-source-properties!: setting the breakpoint property works +Running srfi-1.test +Running srfi-10.test +Running srfi-105.test +UNRESOLVED: srfi-105.test: curly-infix: positions: singleton curly-infix list +UNRESOLVED: srfi-105.test: curly-infix: positions: neoteric expression +Running srfi-11.test +Running srfi-111.test +Running srfi-13.test +Running srfi-14.test +Running srfi-17.test +Running srfi-171.test +Running srfi-18.test +Running srfi-19.test +Running srfi-2.test +Running srfi-26.test +Running srfi-27.test +Running srfi-31.test +Running srfi-34.test +Running srfi-35.test +Running srfi-37.test +Running srfi-38.test +Running srfi-39.test +Running srfi-4.test +Running srfi-41.test +Running srfi-42.test +Running srfi-43.test +Running srfi-45.test +Running srfi-6.test +Running srfi-60.test +Running srfi-64.test +Running srfi-67.test +Running srfi-69.test +Running srfi-71.test +Running srfi-88.test +Running srfi-9.test +Running srfi-98.test +Running statprof.test +Running streams.test +Running strings.test +Running structs.test +Running suspendable-ports.test +Running sxml.fold.test +Running sxml.match.test +Running sxml.simple.test +Running sxml.ssax.test +Running sxml.transform.test +Running sxml.xpath.test +Running symbols.test +Running syncase.test +Running syntax.test +Running texinfo.docbook.test +Running texinfo.html.test +Running texinfo.plain-text.test +Running texinfo.serialize.test +Running texinfo.string-utils.test +Running texinfo.test +Running threads.test +Running time.test +UNRESOLVED: time.test: strftime: strftime passes wide characters +UNRESOLVED: time.test: strftime: C99 %z format: strftime fr_FR.iso88591 +UNRESOLVED: time.test: strptime: GNU %s format: strftime fr_FR.iso88591 +Running tree-il.test +UNRESOLVED: tree-il.test: warnings: unused-toplevel: used by macro +Running types.test +Running unicode.test +Running vectors.test +Running version.test +UNRESOLVED: version.test: version reporting works +Running vlist.test +Running vm.test +Running weaks.test +Running web-client.test +Running web-http.test +Running web-request.test +Running web-response.test +Running web-server.test +Running web-uri.test +UNRESOLVED: web-uri.test: build-uri: http://ill\xe9gal.com +UNRESOLVED: web-uri.test: string->uri: http://www.example.com (sv_SE) + +Totals for this test run: +passes: 42595 +failures: 0 +unexpected passes: 0 +expected failures: 10 +unresolved test cases: 573 +untested test cases: 1 +unsupported test cases: 1 +errors: 0 + +warning: call to primitive-fork while multiple threads are running; + further behavior unspecified. See "Processes" in the + manual, for more information. +WARNING: Use of `load' in declarative module (test-suite test-r4rs). Add #:declarative? #f to your define-module invocation. +WARNING: (test-suite test-rnrs-exceptions): imported module (rnrs exceptions) overrides core binding `raise' +warning: call to primitive-fork while multiple threads are running; + further behavior unspecified. See "Processes" in the + manual, for more information. +;;; SSAX warning: Skipping PI: xml + +;;; SSAX warning: Skipping PI: PI + +;;; SSAX warning: Skipping PI: PI1 + +;;; SSAX warning: ( + Warning: DOCTYPE DECL T system1 found and skipped) +;;; SSAX warning: ( + Warning: Internal DTD subset is not currently handled ) +;;; SSAX warning: ( + Warning: DOCTYPE DECL T system1 found and skipped) +;;; SSAX warning: Skipping PI: pi + +;;; SSAX warning: DOCTYPE DECL T system1 found and skipped +WARNING: (test-suite sxml-xpath): imported module (sxml xpath) overrides core binding `filter' +connecting to the server, attempt #1 + +Some deprecated features have been used. Set the environment +variable GUILE_WARN_DEPRECATED to "detailed" and rerun the +program to get more information. Set it to "no" to suppress +this message. +PASS: check-guile +============= +1 test passed +============= +make[4]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9' +make[3]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9' +make[2]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9' +make[1] : on quitte le répertoire « /home/sesostris/sources/guile/guile-3.0.9 » + fakeroot debian/rules binary +dh binary --parallel --with autoreconf +dh: warning: Compatibility levels before 10 are deprecated (level 9 in use) + dh_testroot -O--parallel + dh_prep -O--parallel + debian/rules override_dh_auto_install +make[1] : on entre dans le répertoire « /home/sesostris/sources/guile/guile-3.0.9 » +echo "s|@UPSTREAM_VER@|3.0.9|g" > "debian/autogen.sed.tmp" +echo "s|@DEB_SRC_VER@|3.0.9|g" >> "debian/autogen.sed.tmp" +echo "s|@DEB_SRC_MAJ_VER@|3|g" >> "debian/autogen.sed.tmp" +echo "s|@DEB_SRC_MIN_VER@|0|g" >> "debian/autogen.sed.tmp" +echo "s|@DEB_SRC_MIC_VER@|9|g" >> "debian/autogen.sed.tmp" +echo "s|@DEB_SRC_EFF_VER@|3.0|g" >> "debian/autogen.sed.tmp" +echo "s|@DEB_PKG_BASENAME@|guile-3.0|g" >> "debian/autogen.sed.tmp" +echo "s|@DEB_ALT_PRIORITY@|3000|g" >> "debian/autogen.sed.tmp" +echo "s|@MARCH@|x86_64-linux-gnu/|g" >> "debian/autogen.sed.tmp" +mv "debian/autogen.sed.tmp" "debian/autogen.sed" +sed -f debian/autogen.sed "debian/guile.install" > "debian/guile-3.0.install.tmp" +mv "debian/guile-3.0.install.tmp" "debian/guile-3.0.install" +sed -f debian/autogen.sed "debian/guile.links" > "debian/guile-3.0.links.tmp" +mv "debian/guile-3.0.links.tmp" "debian/guile-3.0.links" +sed -f debian/autogen.sed "debian/guile.menu" > "debian/guile-3.0.menu.tmp" +mv "debian/guile-3.0.menu.tmp" "debian/guile-3.0.menu" +sed -f debian/autogen.sed "debian/guile.undocumented" > "debian/guile-3.0.undocumented.tmp" +mv "debian/guile-3.0.undocumented.tmp" "debian/guile-3.0.undocumented" +sed -f debian/autogen.sed "debian/guile-dev.install" > "debian/guile-3.0-dev.install.tmp" +mv "debian/guile-3.0-dev.install.tmp" "debian/guile-3.0-dev.install" +sed -f debian/autogen.sed "debian/guile-doc.README.Debian" > "debian/guile-3.0-doc.README.Debian.tmp" +mv "debian/guile-3.0-doc.README.Debian.tmp" "debian/guile-3.0-doc.README.Debian" +sed -f debian/autogen.sed "debian/guile-doc.install" > "debian/guile-3.0-doc.install.tmp" +mv "debian/guile-3.0-doc.install.tmp" "debian/guile-3.0-doc.install" +sed -f debian/autogen.sed "debian/guile-libs.install" > "debian/guile-3.0-libs.install.tmp" +mv "debian/guile-3.0-libs.install.tmp" "debian/guile-3.0-libs.install" +sed -f debian/autogen.sed "debian/guile-libs.lintian-overrides" > "debian/guile-3.0-libs.lintian-overrides.tmp" +mv "debian/guile-3.0-libs.lintian-overrides.tmp" "debian/guile-3.0-libs.lintian-overrides" +make DESTDIR="$(pwd)/debian/tmp" INSTALL='install -p' install +make[2] : on entre dans le répertoire « /home/sesostris/sources/guile/guile-3.0.9 » +make install-recursive +make[3]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9' +Making install in lib +make[4]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/lib' +make install-recursive +make[5]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/lib' +make[6]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/lib' +make[7]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/lib' +make[7]: Nothing to be done for 'install-exec-am'. +make[7]: Nothing to be done for 'install-data-am'. +make[7]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/lib' +make[6]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/lib' +make[5]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/lib' +make[4]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/lib' +Making install in meta +make[4]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/meta' +make[5]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/meta' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/bin' + install -p guile-config '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/bin/./guile-config-3.0' + install -p guild '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/bin/./guild-3.0' +make install-exec-hook +make[6]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/meta' +guild="`echo -n guild \ + | /bin/sed -e 's&$&-3.0&'`" ; \ +guile_tools="`echo -n guile-tools \ + | /bin/sed -e 's&$&-3.0&'`" ; \ +cd /home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/bin && rm -f "$guile_tools" && \ +ln -s "$guild" "$guile_tools" +make[6]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/meta' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/aclocal' + install -p -m 644 guile.m4 '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/aclocal' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/pkgconfig' + install -p -m 644 guile-3.0.pc '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/pkgconfig' +make[5]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/meta' +make[4]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/meta' +Making install in libguile +make[4]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/libguile' +make install-am +make[5]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/libguile' +make[6]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/libguile' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu' + /bin/bash ../libtool --mode=install install -p libguile-3.0.la '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu' +libtool: install: install -p .libs/libguile-3.0.so.1.6.0 /home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/libguile-3.0.so.1.6.0 +libtool: install: (cd /home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu && { ln -s -f libguile-3.0.so.1.6.0 libguile-3.0.so.1 || { rm -f libguile-3.0.so.1 && ln -s libguile-3.0.so.1.6.0 libguile-3.0.so.1; }; }) +libtool: install: (cd /home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu && { ln -s -f libguile-3.0.so.1.6.0 libguile-3.0.so || { rm -f libguile-3.0.so && ln -s libguile-3.0.so.1.6.0 libguile-3.0.so; }; }) +libtool: install: install -p .libs/libguile-3.0.lai /home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/libguile-3.0.la +libtool: install: install -p .libs/libguile-3.0.a /home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/libguile-3.0.a +libtool: install: chmod 644 /home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/libguile-3.0.a +libtool: install: ranlib /home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/libguile-3.0.a +libtool: warning: remember to run 'libtool --finish /usr/lib/x86_64-linux-gnu' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/bin' + /bin/bash ../libtool --mode=install install -p guile '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/bin/./guile-3.0' +libtool: warning: 'libguile-3.0.la' has not been installed in '/usr/lib/x86_64-linux-gnu' +libtool: install: install -p .libs/guile /home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/bin/./guile-3.0 + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/bin' + install -p guile-snarf '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/bin/./guile-snarf-3.0' +make install-exec-hook +make[7]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/libguile' +rm -f /home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/bin/guile-snarf.awk +make[7]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/libguile' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/include/guile/3.0/libguile' + install -p -m 644 scm.h __scm.h alist.h array-handle.h array-map.h arrays.h async.h atomic.h backtrace.h bdw-gc.h boolean.h bitvectors.h bytevectors.h chars.h chooks.h control.h continuations.h debug-malloc.h debug.h deprecated.h deprecation.h dynl.h dynstack.h dynwind.h eq.h error.h eval.h evalext.h exceptions.h expand.h extensions.h fdes-finalizers.h feature.h finalizers.h filesys.h fluids.h foreign.h foreign-object.h fports.h frames.h '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/include/guile/3.0/libguile' + install -p -m 644 gc.h gc-inline.h gettext.h generalized-vectors.h goops.h gsubr.h guardians.h hash.h hashtab.h hooks.h i18n.h init.h inline.h instructions.h ioext.h iselect.h jit.h keywords.h list.h load.h loader.h macros.h mallocs.h memoize.h modules.h net_db.h null-threads.h numbers.h objprop.h options.h pairs.h poll.h ports.h posix.h print.h procprop.h procs.h programs.h promises.h pthread-threads.h '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/include/guile/3.0/libguile' + install -p -m 644 r6rs-ports.h random.h rdelim.h read.h regex-posix.h rw.h scmsigs.h script.h simpos.h smob.h snarf.h socket.h sort.h srcprop.h srfi-1.h srfi-4.h srfi-13.h srfi-14.h srfi-60.h stackchk.h stacks.h stime.h strings.h strorder.h strports.h struct.h symbols.h tags.h threads.h throw.h validate.h unicode.h uniform.h values.h variable.h vectors.h vm-builtins.h vm-expand.h vm.h vports.h '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/include/guile/3.0/libguile' + install -p -m 644 weak-set.h weak-table.h weak-vector.h '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/include/guile/3.0/libguile' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/include/guile/3.0/libguile' + install -p -m 644 version.h scmconfig.h '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/include/guile/3.0/libguile' +make install-data-hook +make[7]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/libguile' + install -p -m 644 libguile-3.0-gdb.scm /home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/libguile-3.0.so.1.6.0-gdb.scm +make[7]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/libguile' +make[6]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/libguile' +make[5]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/libguile' +make[4]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/libguile' +Making install in module +make[4]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/module' +make[5]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/module' +make[5]: Nothing to be done for 'install-exec-am'. + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/ice-9' + install -p -m 644 ice-9/eval.scm ice-9/psyntax-pp.scm ice-9/boot-9.scm ice-9/and-let-star.scm ice-9/arrays.scm ice-9/atomic.scm ice-9/binary-ports.scm ice-9/buffered-input.scm ice-9/calling.scm ice-9/command-line.scm ice-9/common-list.scm ice-9/control.scm ice-9/copy-tree.scm ice-9/curried-definitions.scm ice-9/deprecated.scm ice-9/documentation.scm ice-9/eval-string.scm ice-9/exceptions.scm ice-9/expect.scm ice-9/fdes-finalizers.scm ice-9/format.scm ice-9/ftw.scm ice-9/futures.scm ice-9/gap-buffer.scm ice-9/getopt-long.scm ice-9/hash-table.scm ice-9/hcons.scm ice-9/history.scm ice-9/i18n.scm ice-9/iconv.scm ice-9/lineio.scm ice-9/list.scm ice-9/local-eval.scm ice-9/ls.scm ice-9/match.scm ice-9/networking.scm ice-9/null.scm ice-9/occam-channel.scm ice-9/optargs.scm ice-9/peg.scm '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/ice-9' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/sxml/upstream' + install -p -m 644 sxml/upstream/SSAX.scm sxml/upstream/SXML-tree-trans.scm sxml/upstream/SXPath-old.scm sxml/upstream/assert.scm sxml/upstream/input-parse.scm '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/sxml/upstream' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/scheme' + install -p -m 644 scheme/base.scm scheme/case-lambda.scm scheme/char.scm scheme/complex.scm scheme/cxr.scm scheme/eval.scm scheme/file.scm scheme/inexact.scm scheme/lazy.scm scheme/load.scm scheme/process-context.scm scheme/r5rs.scm scheme/read.scm scheme/repl.scm scheme/time.scm scheme/write.scm '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/scheme' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/rnrs/bytevectors' + install -p -m 644 rnrs/bytevectors/gnu.scm '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/rnrs/bytevectors' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/ice-9' + install -p -m 644 ice-9/poe.scm ice-9/poll.scm ice-9/popen.scm ice-9/ports.scm ice-9/posix.scm ice-9/pretty-print.scm ice-9/q.scm ice-9/r5rs.scm ice-9/rdelim.scm ice-9/receive.scm ice-9/regex.scm ice-9/runq.scm ice-9/rw.scm ice-9/safe-r5rs.scm ice-9/safe.scm ice-9/sandbox.scm ice-9/save-stack.scm ice-9/scm-style-repl.scm ice-9/serialize.scm ice-9/session.scm ice-9/slib.scm ice-9/stack-catch.scm ice-9/streams.scm ice-9/string-fun.scm ice-9/suspendable-ports.scm ice-9/textual-ports.scm ice-9/threads.scm ice-9/time.scm ice-9/top-repl.scm ice-9/unicode.scm ice-9/vlist.scm ice-9/weak-vector.scm ice-9/match.upstream.scm ice-9/psyntax.scm ice-9/read.scm ice-9/r6rs-libraries.scm ice-9/r7rs-libraries.scm ice-9/quasisyntax.scm '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/ice-9' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/system/base/types' + install -p -m 644 system/base/types/internal.scm '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/system/base/types' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/rnrs' + install -p -m 644 rnrs/base.scm rnrs/conditions.scm rnrs/control.scm rnrs/enums.scm rnrs/eval.scm rnrs/exceptions.scm rnrs/files.scm rnrs/hashtables.scm rnrs/lists.scm rnrs/mutable-pairs.scm rnrs/mutable-strings.scm rnrs/programs.scm rnrs/r5rs.scm rnrs/sorting.scm rnrs/syntax-case.scm rnrs/unicode.scm rnrs/bytevectors.scm '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/rnrs' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/language' + install -p -m 644 language/tree-il.scm language/cps.scm language/bytecode.scm '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/language' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/rnrs/io' + install -p -m 644 rnrs/io/simple.scm rnrs/io/ports.scm '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/rnrs/io' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/web' + install -p -m 644 web/client.scm web/http.scm web/request.scm web/response.scm web/server.scm web/uri.scm '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/web' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/language/elisp' + install -p -m 644 language/elisp/falias.scm language/elisp/lexer.scm language/elisp/parser.scm language/elisp/bindings.scm language/elisp/compile-tree-il.scm language/elisp/runtime.scm language/elisp/spec.scm language/elisp/boot.el '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/language/elisp' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/language/cps' + install -p -m 644 language/cps/closure-conversion.scm language/cps/compile-bytecode.scm language/cps/contification.scm language/cps/cse.scm language/cps/dce.scm language/cps/devirtualize-integers.scm language/cps/dump.scm language/cps/elide-arity-checks.scm language/cps/effects-analysis.scm language/cps/graphs.scm language/cps/intmap.scm language/cps/intset.scm language/cps/licm.scm language/cps/loop-instrumentation.scm language/cps/optimize.scm language/cps/peel-loops.scm language/cps/prune-top-level-scopes.scm language/cps/reify-primitives.scm language/cps/renumber.scm language/cps/return-types.scm language/cps/rotate-loops.scm language/cps/self-references.scm language/cps/simplify.scm language/cps/slot-allocation.scm language/cps/spec.scm language/cps/specialize-primcalls.scm language/cps/specialize-numbers.scm language/cps/split-rec.scm language/cps/switch.scm language/cps/type-checks.scm language/cps/type-fold.scm language/cps/types.scm language/cps/utils.scm language/cps/verify.scm language/cps/with-cps.scm '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/language/cps' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/system/vm' + install -p -m 644 system/vm/assembler.scm system/vm/coverage.scm system/vm/debug.scm system/vm/disassembler.scm system/vm/dwarf.scm system/vm/elf.scm system/vm/frame.scm system/vm/inspect.scm system/vm/linker.scm system/vm/loader.scm system/vm/program.scm system/vm/trace.scm system/vm/trap-state.scm system/vm/traps.scm system/vm/vm.scm '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/system/vm' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/rnrs/records' + install -p -m 644 rnrs/records/inspection.scm rnrs/records/procedural.scm rnrs/records/syntactic.scm '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/rnrs/records' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/srfi' + install -p -m 644 srfi/srfi-1.scm srfi/srfi-2.scm srfi/srfi-4.scm srfi/srfi-6.scm srfi/srfi-8.scm srfi/srfi-9.scm srfi/srfi-10.scm srfi/srfi-11.scm srfi/srfi-13.scm srfi/srfi-14.scm srfi/srfi-16.scm srfi/srfi-17.scm srfi/srfi-18.scm srfi/srfi-19.scm srfi/srfi-26.scm srfi/srfi-27.scm srfi/srfi-28.scm srfi/srfi-31.scm srfi/srfi-34.scm srfi/srfi-35.scm srfi/srfi-37.scm srfi/srfi-38.scm srfi/srfi-41.scm srfi/srfi-42.scm srfi/srfi-43.scm srfi/srfi-39.scm srfi/srfi-45.scm srfi/srfi-60.scm srfi/srfi-64.scm srfi/srfi-67.scm srfi/srfi-69.scm srfi/srfi-71.scm srfi/srfi-88.scm srfi/srfi-98.scm srfi/srfi-111.scm srfi/srfi-171.scm '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/srfi' + install -p -m 644 rnrs.scm statprof.scm texinfo.scm '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/.' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/language/value' + install -p -m 644 language/value/spec.scm '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/language/value' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/srfi/srfi-171' + install -p -m 644 srfi/srfi-171/gnu.scm srfi/srfi-171/meta.scm '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/srfi/srfi-171' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/sxml' + install -p -m 644 sxml/apply-templates.scm sxml/fold.scm sxml/match.scm sxml/simple.scm sxml/ssax.scm sxml/transform.scm sxml/xpath.scm sxml/sxml-match.ss '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/sxml' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/system/repl' + install -p -m 644 system/repl/debug.scm system/repl/error-handling.scm system/repl/common.scm system/repl/command.scm system/repl/repl.scm system/repl/server.scm system/repl/coop-server.scm system/repl/describe.scm '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/system/repl' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/language/bytecode' + install -p -m 644 language/bytecode/spec.scm '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/language/bytecode' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/texinfo' + install -p -m 644 texinfo/docbook.scm texinfo/html.scm texinfo/indexing.scm texinfo/string-utils.scm texinfo/plain-text.scm texinfo/reflection.scm texinfo/serialize.scm '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/texinfo' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/system' + install -p -m 644 system/foreign.scm system/foreign-library.scm system/foreign-object.scm system/syntax.scm system/xref.scm '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/system' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/language/elisp/runtime' + install -p -m 644 language/elisp/runtime/function-slot.scm language/elisp/runtime/value-slot.scm '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/language/elisp/runtime' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/rnrs/arithmetic' + install -p -m 644 rnrs/arithmetic/bitwise.scm rnrs/arithmetic/fixnums.scm rnrs/arithmetic/flonums.scm '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/rnrs/arithmetic' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/web/server' + install -p -m 644 web/server/http.scm '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/web/server' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/scripts' + install -p -m 644 scripts/compile.scm scripts/disassemble.scm scripts/display-commentary.scm scripts/doc-snarf.scm scripts/frisk.scm scripts/generate-autoload.scm scripts/help.scm scripts/lint.scm scripts/list.scm scripts/punify.scm scripts/read-scheme-source.scm scripts/read-text-outline.scm scripts/use2dot.scm scripts/snarf-check-and-output-texi.scm scripts/summarize-guile-TODO.scm scripts/api-diff.scm scripts/read-rfc822.scm scripts/snarf-guile-m4-docs.scm scripts/autofrisk.scm scripts/scan-api.scm '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/scripts' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/srfi/srfi-42' + install -p -m 644 srfi/srfi-42/ec.scm '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/srfi/srfi-42' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/srfi/srfi-64' + install -p -m 644 srfi/srfi-64/testing.scm '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/srfi/srfi-64' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/srfi/srfi-67' + install -p -m 644 srfi/srfi-67/compare.scm '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/srfi/srfi-67' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/language/tree-il' + install -p -m 644 language/tree-il/analyze.scm language/tree-il/compile-bytecode.scm language/tree-il/compile-cps.scm language/tree-il/cps-primitives.scm language/tree-il/debug.scm language/tree-il/effects.scm language/tree-il/eta-expand.scm language/tree-il/fix-letrec.scm language/tree-il/inlinable-exports.scm language/tree-il/letrectify.scm language/tree-il/optimize.scm language/tree-il/peval.scm language/tree-il/primitives.scm language/tree-il/resolve-free-vars.scm language/tree-il/spec.scm '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/language/tree-il' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/ice-9/peg' + install -p -m 644 ice-9/peg/cache.scm ice-9/peg/codegen.scm ice-9/peg/simplify-tree.scm ice-9/peg/string-peg.scm ice-9/peg/using-parsers.scm '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/ice-9/peg' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/oop/goops' + install -p -m 644 oop/goops/active-slot.scm oop/goops/composite-slot.scm oop/goops/describe.scm oop/goops/internal.scm oop/goops/save.scm oop/goops/stklos.scm oop/goops/accessors.scm oop/goops/simple.scm '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/oop/goops' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/sxml/ssax' + install -p -m 644 sxml/ssax/input-parse.scm '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/sxml/ssax' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/language/brainfuck' + install -p -m 644 language/brainfuck/parse.scm language/brainfuck/compile-scheme.scm language/brainfuck/compile-tree-il.scm language/brainfuck/spec.scm '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/language/brainfuck' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/language/ecmascript' + install -p -m 644 language/ecmascript/tokenize.scm language/ecmascript/parse.scm language/ecmascript/impl.scm language/ecmascript/base.scm language/ecmascript/function.scm language/ecmascript/array.scm language/ecmascript/compile-tree-il.scm language/ecmascript/spec.scm '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/language/ecmascript' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/oop' + install -p -m 644 oop/goops.scm '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/oop' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/srfi/srfi-4' + install -p -m 644 srfi/srfi-4/gnu.scm '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/srfi/srfi-4' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/system/base' + install -p -m 644 system/base/pmatch.scm system/base/syntax.scm system/base/compile.scm system/base/optimize.scm system/base/language.scm system/base/lalr.scm system/base/message.scm system/base/target.scm system/base/types.scm system/base/ck.scm system/base/lalr.upstream.scm '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/system/base' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/srfi/srfi-9' + install -p -m 644 srfi/srfi-9/gnu.scm '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/srfi/srfi-9' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/language/scheme' + install -p -m 644 language/scheme/compile-tree-il.scm language/scheme/decompile-tree-il.scm language/scheme/spec.scm '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/language/scheme' +make[5]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/module' +make[4]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/module' +Making install in stage0 +make[4]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/stage0' +Note: not adjusting GUILE_OPTIMIZATIONS for 32-bit big-endian architecture +make[5]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/stage0' +Note: not adjusting GUILE_OPTIMIZATIONS for 32-bit big-endian architecture +make[5]: Nothing to be done for 'install-exec-am'. +make[5]: Nothing to be done for 'install-data-am'. +make[5]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/stage0' +make[4]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/stage0' +Making install in stage1 +make[4]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/stage1' +make[5]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/stage1' +make[5]: Nothing to be done for 'install-exec-am'. +make[5]: Nothing to be done for 'install-data-am'. +make[5]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/stage1' +make[4]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/stage1' +Making install in stage2 +make[4]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/stage2' +make[5]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/stage2' +make[5]: Nothing to be done for 'install-exec-am'. + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/ice-9' + install -p -m 644 ice-9/eval.go ice-9/psyntax-pp.go ice-9/boot-9.go ice-9/and-let-star.go ice-9/arrays.go ice-9/atomic.go ice-9/binary-ports.go ice-9/buffered-input.go ice-9/calling.go ice-9/command-line.go ice-9/common-list.go ice-9/control.go ice-9/copy-tree.go ice-9/curried-definitions.go ice-9/deprecated.go ice-9/documentation.go ice-9/eval-string.go ice-9/exceptions.go ice-9/expect.go ice-9/fdes-finalizers.go ice-9/format.go ice-9/ftw.go ice-9/futures.go ice-9/gap-buffer.go ice-9/getopt-long.go ice-9/hash-table.go ice-9/hcons.go ice-9/history.go ice-9/i18n.go ice-9/iconv.go ice-9/lineio.go ice-9/list.go ice-9/local-eval.go ice-9/ls.go ice-9/match.go ice-9/networking.go ice-9/null.go ice-9/occam-channel.go ice-9/optargs.go ice-9/peg.go '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/ice-9' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/sxml' + install -p -m 644 sxml/apply-templates.go sxml/fold.go sxml/match.go sxml/simple.go sxml/ssax.go sxml/transform.go sxml/xpath.go '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/sxml' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/system' + install -p -m 644 system/foreign.go system/foreign-library.go system/foreign-object.go system/syntax.go system/xref.go '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/system' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/web' + install -p -m 644 web/client.go web/http.go web/request.go web/response.go web/server.go web/uri.go '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/web' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/scripts' + install -p -m 644 scripts/compile.go scripts/disassemble.go scripts/display-commentary.go scripts/doc-snarf.go scripts/frisk.go scripts/generate-autoload.go scripts/help.go scripts/lint.go scripts/list.go scripts/punify.go scripts/read-scheme-source.go scripts/read-text-outline.go scripts/use2dot.go scripts/snarf-check-and-output-texi.go scripts/summarize-guile-TODO.go scripts/api-diff.go scripts/read-rfc822.go scripts/snarf-guile-m4-docs.go scripts/autofrisk.go scripts/scan-api.go '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/scripts' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/language/scheme' + install -p -m 644 language/scheme/compile-tree-il.go language/scheme/decompile-tree-il.go language/scheme/spec.go '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/language/scheme' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/language/tree-il' + install -p -m 644 language/tree-il/analyze.go language/tree-il/compile-bytecode.go language/tree-il/compile-cps.go language/tree-il/cps-primitives.go language/tree-il/debug.go language/tree-il/effects.go language/tree-il/eta-expand.go language/tree-il/fix-letrec.go language/tree-il/inlinable-exports.go language/tree-il/letrectify.go language/tree-il/optimize.go language/tree-il/peval.go language/tree-il/primitives.go language/tree-il/resolve-free-vars.go language/tree-il/spec.go '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/language/tree-il' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/language/value' + install -p -m 644 language/value/spec.go '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/language/value' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/ice-9/peg' + install -p -m 644 ice-9/peg/cache.go ice-9/peg/codegen.go ice-9/peg/simplify-tree.go ice-9/peg/string-peg.go ice-9/peg/using-parsers.go '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/ice-9/peg' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/web/server' + install -p -m 644 web/server/http.go '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/web/server' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/srfi/srfi-4' + install -p -m 644 srfi/srfi-4/gnu.go '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/srfi/srfi-4' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/system/repl' + install -p -m 644 system/repl/debug.go system/repl/error-handling.go system/repl/common.go system/repl/command.go system/repl/repl.go system/repl/server.go system/repl/coop-server.go '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/system/repl' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/rnrs/records' + install -p -m 644 rnrs/records/inspection.go rnrs/records/procedural.go rnrs/records/syntactic.go '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/rnrs/records' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/rnrs/arithmetic' + install -p -m 644 rnrs/arithmetic/bitwise.go rnrs/arithmetic/fixnums.go rnrs/arithmetic/flonums.go '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/rnrs/arithmetic' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/language/brainfuck' + install -p -m 644 language/brainfuck/parse.go language/brainfuck/compile-scheme.go language/brainfuck/compile-tree-il.go language/brainfuck/spec.go '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/language/brainfuck' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/language' + install -p -m 644 language/tree-il.go language/cps.go language/bytecode.go '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/language' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/system/base' + install -p -m 644 system/base/pmatch.go system/base/syntax.go system/base/compile.go system/base/optimize.go system/base/language.go system/base/lalr.go system/base/message.go system/base/target.go system/base/types.go system/base/ck.go '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/system/base' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/rnrs/io' + install -p -m 644 rnrs/io/simple.go rnrs/io/ports.go '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/rnrs/io' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/ice-9' + install -p -m 644 ice-9/poe.go ice-9/poll.go ice-9/popen.go ice-9/ports.go ice-9/posix.go ice-9/pretty-print.go ice-9/q.go ice-9/r5rs.go ice-9/rdelim.go ice-9/receive.go ice-9/regex.go ice-9/runq.go ice-9/rw.go ice-9/safe-r5rs.go ice-9/safe.go ice-9/sandbox.go ice-9/save-stack.go ice-9/scm-style-repl.go ice-9/serialize.go ice-9/session.go ice-9/slib.go ice-9/stack-catch.go ice-9/streams.go ice-9/string-fun.go ice-9/suspendable-ports.go ice-9/textual-ports.go ice-9/threads.go ice-9/time.go ice-9/top-repl.go ice-9/unicode.go ice-9/vlist.go ice-9/weak-vector.go '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/ice-9' + install -p -m 644 rnrs.go statprof.go texinfo.go '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/.' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/sxml/ssax' + install -p -m 644 sxml/ssax/input-parse.go '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/sxml/ssax' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/system/vm' + install -p -m 644 system/vm/assembler.go system/vm/coverage.go system/vm/debug.go system/vm/disassembler.go system/vm/dwarf.go system/vm/elf.go system/vm/frame.go system/vm/inspect.go system/vm/linker.go system/vm/loader.go system/vm/program.go system/vm/trace.go system/vm/trap-state.go system/vm/traps.go system/vm/vm.go '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/system/vm' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/srfi/srfi-171' + install -p -m 644 srfi/srfi-171/gnu.go srfi/srfi-171/meta.go '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/srfi/srfi-171' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/rnrs' + install -p -m 644 rnrs/base.go rnrs/conditions.go rnrs/control.go rnrs/enums.go rnrs/eval.go rnrs/exceptions.go rnrs/files.go rnrs/hashtables.go rnrs/lists.go rnrs/mutable-pairs.go rnrs/mutable-strings.go rnrs/programs.go rnrs/r5rs.go rnrs/sorting.go rnrs/syntax-case.go rnrs/unicode.go rnrs/bytevectors.go '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/rnrs' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/system/base/types' + install -p -m 644 system/base/types/internal.go '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/system/base/types' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/rnrs/bytevectors' + install -p -m 644 rnrs/bytevectors/gnu.go '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/rnrs/bytevectors' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/srfi/srfi-9' + install -p -m 644 srfi/srfi-9/gnu.go '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/srfi/srfi-9' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/language/elisp/runtime' + install -p -m 644 language/elisp/runtime/function-slot.go language/elisp/runtime/value-slot.go '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/language/elisp/runtime' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/language/elisp' + install -p -m 644 language/elisp/falias.go language/elisp/lexer.go language/elisp/parser.go language/elisp/bindings.go language/elisp/compile-tree-il.go language/elisp/runtime.go language/elisp/spec.go language/elisp/boot.go '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/language/elisp' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/language/ecmascript' + install -p -m 644 language/ecmascript/tokenize.go language/ecmascript/parse.go language/ecmascript/impl.go language/ecmascript/base.go language/ecmascript/function.go language/ecmascript/array.go language/ecmascript/compile-tree-il.go language/ecmascript/spec.go '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/language/ecmascript' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/texinfo' + install -p -m 644 texinfo/docbook.go texinfo/html.go texinfo/indexing.go texinfo/string-utils.go texinfo/plain-text.go texinfo/reflection.go texinfo/serialize.go '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/texinfo' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/oop' + install -p -m 644 oop/goops.go '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/oop' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/srfi' + install -p -m 644 srfi/srfi-1.go srfi/srfi-2.go srfi/srfi-4.go srfi/srfi-6.go srfi/srfi-8.go srfi/srfi-9.go srfi/srfi-10.go srfi/srfi-11.go srfi/srfi-13.go srfi/srfi-14.go srfi/srfi-16.go srfi/srfi-17.go srfi/srfi-18.go srfi/srfi-19.go srfi/srfi-26.go srfi/srfi-27.go srfi/srfi-28.go srfi/srfi-31.go srfi/srfi-34.go srfi/srfi-35.go srfi/srfi-37.go srfi/srfi-38.go srfi/srfi-41.go srfi/srfi-42.go srfi/srfi-43.go srfi/srfi-39.go srfi/srfi-45.go srfi/srfi-60.go srfi/srfi-64.go srfi/srfi-67.go srfi/srfi-69.go srfi/srfi-71.go srfi/srfi-88.go srfi/srfi-98.go srfi/srfi-111.go srfi/srfi-171.go '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/srfi' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/scheme' + install -p -m 644 scheme/base.go scheme/case-lambda.go scheme/char.go scheme/complex.go scheme/cxr.go scheme/eval.go scheme/file.go scheme/inexact.go scheme/lazy.go scheme/load.go scheme/process-context.go scheme/r5rs.go scheme/read.go scheme/repl.go scheme/time.go scheme/write.go '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/scheme' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/oop/goops' + install -p -m 644 oop/goops/active-slot.go oop/goops/composite-slot.go oop/goops/describe.go oop/goops/internal.go oop/goops/save.go oop/goops/stklos.go oop/goops/accessors.go oop/goops/simple.go '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/oop/goops' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/language/bytecode' + install -p -m 644 language/bytecode/spec.go '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/language/bytecode' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/language/cps' + install -p -m 644 language/cps/closure-conversion.go language/cps/compile-bytecode.go language/cps/contification.go language/cps/cse.go language/cps/dce.go language/cps/devirtualize-integers.go language/cps/dump.go language/cps/elide-arity-checks.go language/cps/effects-analysis.go language/cps/graphs.go language/cps/intmap.go language/cps/intset.go language/cps/licm.go language/cps/loop-instrumentation.go language/cps/optimize.go language/cps/peel-loops.go language/cps/prune-top-level-scopes.go language/cps/reify-primitives.go language/cps/renumber.go language/cps/return-types.go language/cps/rotate-loops.go language/cps/self-references.go language/cps/simplify.go language/cps/slot-allocation.go language/cps/spec.go language/cps/specialize-primcalls.go language/cps/specialize-numbers.go language/cps/split-rec.go language/cps/switch.go language/cps/type-checks.go language/cps/type-fold.go language/cps/types.go language/cps/utils.go language/cps/verify.go language/cps/with-cps.go '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/language/cps' +make[5]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/stage2' +make[4]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/stage2' +Making install in guile-readline +make[4]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/guile-readline' +make install-am +make[5]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/guile-readline' +make[6]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/guile-readline' +make[6]: Nothing to be done for 'install-exec-am'. + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/extensions' + /bin/bash ../libtool --mode=install install -p guile-readline.la '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/extensions' +libtool: warning: relinking 'guile-readline.la' +libtool: install: (cd /home/sesostris/sources/guile/guile-3.0.9/guile-readline; /bin/bash "/home/sesostris/sources/guile/guile-3.0.9/libtool" --tag CC --mode=relink gcc -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/sesostris/sources/guile/guile-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -export-dynamic -no-undefined -module -Wl,-z,relro -o guile-readline.la -rpath /usr/lib/x86_64-linux-gnu/guile/3.0/extensions readline.lo -L/usr/lib/x86_64-linux-gnu -lreadline -lncurses ../libguile/libguile-3.0.la ../lib/libgnu.la -lcrypt -ldl -lm -inst-prefix-dir /home/sesostris/sources/guile/guile-3.0.9/debian/tmp) +libtool: relink: gcc -shared -fPIC -DPIC .libs/readline.o -Wl,--whole-archive ../lib/.libs/libgnu.a -Wl,--no-whole-archive -L/usr/lib/x86_64-linux-gnu -lreadline -lncurses -L/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu -lguile-3.0 -lunistring -lcrypt -ldl -lm -g -O2 -fstack-protector-strong -flto -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,guile-readline.so.0 -o .libs/guile-readline.so.0.0.0 +libtool: install: install -p .libs/guile-readline.so.0.0.0T /home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/extensions/guile-readline.so.0.0.0 +libtool: install: (cd /home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/extensions && { ln -s -f guile-readline.so.0.0.0 guile-readline.so.0 || { rm -f guile-readline.so.0 && ln -s guile-readline.so.0.0.0 guile-readline.so.0; }; }) +libtool: install: (cd /home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/extensions && { ln -s -f guile-readline.so.0.0.0 guile-readline.so || { rm -f guile-readline.so && ln -s guile-readline.so.0.0.0 guile-readline.so; }; }) +libtool: install: install -p .libs/guile-readline.lai /home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/extensions/guile-readline.la +libtool: install: install -p .libs/guile-readline.a /home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/extensions/guile-readline.a +libtool: install: chmod 644 /home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/extensions/guile-readline.a +libtool: install: ranlib /home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/extensions/guile-readline.a +libtool: warning: remember to run 'libtool --finish /usr/lib/x86_64-linux-gnu/guile/3.0/extensions' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/include/guile/3.0' + install -p -m 644 readline.h '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/include/guile/3.0' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0/' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0//ice-9' + install -p -m 644 ice-9/readline.scm '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0//ice-9' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache/' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache//ice-9' + install -p -m 644 ice-9/readline.go '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/lib/x86_64-linux-gnu/guile/3.0/ccache//ice-9' +make[6]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/guile-readline' +make[5]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/guile-readline' +make[4]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/guile-readline' +Making install in examples +make[4]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/examples' +make[5]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/examples' +make[5]: Nothing to be done for 'install-exec-am'. +make[5]: Nothing to be done for 'install-data-am'. +make[5]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/examples' +make[4]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/examples' +Making install in emacs +make[4]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/emacs' +make[5]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/emacs' +make[5]: Nothing to be done for 'install-exec-am'. +make[5]: Nothing to be done for 'install-data-am'. +make[5]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/emacs' +make[4]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/emacs' +Making install in test-suite +make[4]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/test-suite' +Making install in standalone +make[5]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/test-suite/standalone' +make install-am +make[6]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/test-suite/standalone' +make[7]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/test-suite/standalone' +make[7]: Nothing to be done for 'install-exec-am'. +make[7]: Nothing to be done for 'install-data-am'. +make[7]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/test-suite/standalone' +make[6]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/test-suite/standalone' +make[5]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/test-suite/standalone' +make[5]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/test-suite' +make[6]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/test-suite' +make[6]: Nothing to be done for 'install-exec-am'. +make[6]: Nothing to be done for 'install-data-am'. +make[6]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/test-suite' +make[5]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/test-suite' +make[4]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/test-suite' +Making install in benchmark-suite +make[4]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/benchmark-suite' +make[5]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/benchmark-suite' +make[5]: Nothing to be done for 'install-exec-am'. +make[5]: Nothing to be done for 'install-data-am'. +make[5]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/benchmark-suite' +make[4]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/benchmark-suite' +Making install in gc-benchmarks +make[4]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/gc-benchmarks' +make[5]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/gc-benchmarks' +make[5]: Nothing to be done for 'install-exec-am'. +make[5]: Nothing to be done for 'install-data-am'. +make[5]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/gc-benchmarks' +make[4]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/gc-benchmarks' +Making install in am +make[4]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/am' +make[5]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/am' +make[5]: Nothing to be done for 'install-exec-am'. +make[5]: Nothing to be done for 'install-data-am'. +make[5]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/am' +make[4]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/am' +Making install in doc +make[4]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/doc' +Making install in ref +make[5]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/doc/ref' +make[6]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/doc/ref' +make[6]: Nothing to be done for 'install-exec-am'. + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/info' + install -p -m 644 ./guile.info ./guile.info-1 ./guile.info-2 ./guile.info-3 ./guile.info-4 ./guile.info-5 ./guile.info-6 ./guile.info-7 ./guile.info-8 ./guile.info-9 ./guile.info-10 ./guile.info-11 '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/info' + install-info --info-dir='/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/info' '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/info/guile.info' +make[6]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/doc/ref' +make[5]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/doc/ref' +Making install in r5rs +make[5]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/doc/r5rs' +make[6]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/doc/r5rs' +make[6]: Nothing to be done for 'install-exec-am'. + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/info' + install -p -m 644 ./r5rs.info '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/info' + install-info --info-dir='/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/info' '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/info/r5rs.info' +make[6]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/doc/r5rs' +make[5]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/doc/r5rs' +make[5]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/doc' +make[6]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9/doc' +make[6]: Nothing to be done for 'install-exec-am'. + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/man/man1' + install -p -m 644 'guile.1' '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/man/man1/guile-3.0.1' +make[6]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/doc' +make[5]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/doc' +make[4]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9/doc' +make[4]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9' +make[5]: Entering directory '/home/sesostris/sources/guile/guile-3.0.9' +make[5]: Nothing to be done for 'install-exec-am'. + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/include/guile/3.0' + install -p -m 644 libguile.h '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/include/guile/3.0' + /bin/mkdir -p '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0' + install -p -m 644 libguile/guile-procedures.txt '/home/sesostris/sources/guile/guile-3.0.9/debian/tmp/usr/share/guile/3.0' +make[5]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9' +make[4]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9' +make[3]: Leaving directory '/home/sesostris/sources/guile/guile-3.0.9' +make[2] : on quitte le répertoire « /home/sesostris/sources/guile/guile-3.0.9 » +rm -f debian/tmp/usr/lib/x86_64-linux-gnu/libguile*.la +mkdir -p debian/tmp/usr/share/doc/guile-3.0-dev +cp -a examples debian/tmp/usr/share/doc/guile-3.0-dev +cd debian/tmp/usr/share/doc/guile-3.0-dev/examples \ + && rm Makefile Makefile.in +make[1] : on quitte le répertoire « /home/sesostris/sources/guile/guile-3.0.9 » + debian/rules override_dh_install-arch +make[1] : on entre dans le répertoire « /home/sesostris/sources/guile/guile-3.0.9 » +cd debian/tmp/usr/bin && mv -i guile-3.0 guile +cd debian/tmp/usr/share/aclocal && mv -i guile.m4 guile-3.0.m4 +dh_install -a +dh_install: warning: Compatibility levels before 10 are deprecated (level 9 in use) +dh_missing -a --fail-missing \ + -Xusr/lib/x86_64-linux-gnu/guile/3.0/extensions/guile-readline.a \ + -Xusr/lib/x86_64-linux-gnu/guile/3.0/extensions/guile-readline.la +dh_missing: warning: Compatibility levels before 10 are deprecated (level 9 in use) +test -e debian/guile-3.0-libs/usr/lib/x86_64-linux-gnu/libguile-3.0.so*-gdb.scm +mkdir -p debian/guile-3.0-dev/usr/share/gdb/auto-load +mv debian/guile-3.0-libs/usr/lib/x86_64-linux-gnu/libguile-3.0.so*-gdb.scm debian/guile-3.0-dev/usr/share/gdb/auto-load +make[1] : on quitte le répertoire « /home/sesostris/sources/guile/guile-3.0.9 » + debian/rules override_dh_install-indep +make[1] : on entre dans le répertoire « /home/sesostris/sources/guile/guile-3.0.9 » +test "guile.info guile.info-1 guile.info-10 guile.info-11 guile.info-2 guile.info-3 guile.info-4 guile.info-5 guile.info-6 guile.info-7 guile.info-8 guile.info-9" = \ + "guile.info guile.info-1 guile.info-10 guile.info-11 guile.info-2 guile.info-3 guile.info-4 guile.info-5 guile.info-6 guile.info-7 guile.info-8 guile.info-9" +dh_install -i +dh_install: warning: Compatibility levels before 10 are deprecated (level 9 in use) +dh_missing -i --fail-missing \ + -Xusr/bin/guile-3.0 \ + -Xusr/share/info/dir \ + -Xusr/share/info/r5rs.info \ + -Xusr/lib/x86_64-linux-gnu/guile/3.0/extensions/guile-readline.a \ + -Xusr/lib/x86_64-linux-gnu/guile/3.0/extensions/guile-readline.la \ + -Xusr/share/aclocal/guile.m4 +dh_missing: warning: Compatibility levels before 10 are deprecated (level 9 in use) +test ! -e debian/guile-3.0-doc/usr/share/info/dir +make[1] : on quitte le répertoire « /home/sesostris/sources/guile/guile-3.0.9 » + dh_installdocs -O--parallel +dh_installdocs: warning: Compatibility levels before 10 are deprecated (level 9 in use) + dh_installchangelogs -O--parallel +dh_installchangelogs: warning: Compatibility levels before 10 are deprecated (level 9 in use) + dh_installman -O--parallel +dh_installman: warning: Compatibility levels before 10 are deprecated (level 9 in use) + debian/rules override_dh_installinfo +make[1] : on entre dans le répertoire « /home/sesostris/sources/guile/guile-3.0.9 » +true +make[1] : on quitte le répertoire « /home/sesostris/sources/guile/guile-3.0.9 » + dh_installinit -O--parallel +dh_installinit: warning: Compatibility levels before 10 are deprecated (level 9 in use) + dh_installmenu -O--parallel + dh_lintian -O--parallel +dh_lintian: warning: Compatibility levels before 10 are deprecated (level 9 in use) + dh_perl -O--parallel + dh_link -O--parallel +dh_link: warning: Compatibility levels before 10 are deprecated (level 9 in use) + dh_strip_nondeterminism -O--parallel + dh_compress -O--parallel +dh_compress: warning: Compatibility levels before 10 are deprecated (level 9 in use) +dh_compress: warning: Compatibility levels before 10 are deprecated (level 9 in use) +dh_compress: warning: Compatibility levels before 10 are deprecated (level 9 in use) +dh_compress: warning: Compatibility levels before 10 are deprecated (level 9 in use) + dh_fixperms -O--parallel + dh_missing -O--parallel +dh_missing: warning: Compatibility levels before 10 are deprecated (level 9 in use) + dh_strip -O--parallel +dh_strip: warning: Compatibility levels before 10 are deprecated (level 9 in use) +dh_strip: warning: Compatibility levels before 10 are deprecated (level 9 in use) +dh_strip: warning: Compatibility levels before 10 are deprecated (level 9 in use) +dh_strip: warning: Compatibility levels before 10 are deprecated (level 9 in use) + dh_makeshlibs -O--parallel +dh_makeshlibs: warning: Compatibility levels before 10 are deprecated (level 9 in use) + dh_shlibdeps -O--parallel +dh_shlibdeps: warning: Compatibility levels before 10 are deprecated (level 9 in use) +dh_shlibdeps: warning: Compatibility levels before 10 are deprecated (level 9 in use) +dh_shlibdeps: warning: Compatibility levels before 10 are deprecated (level 9 in use) +dh_shlibdeps: warning: Compatibility levels before 10 are deprecated (level 9 in use) + debian/rules override_dh_installdeb +make[1] : on entre dans le répertoire « /home/sesostris/sources/guile/guile-3.0.9 » +sed -f debian/autogen.sed "debian/guile.postinst" > "debian/guile-3.0.postinst.tmp" +mv "debian/guile-3.0.postinst.tmp" "debian/guile-3.0.postinst" +sed -f debian/autogen.sed "debian/guile.prerm" > "debian/guile-3.0.prerm.tmp" +mv "debian/guile-3.0.prerm.tmp" "debian/guile-3.0.prerm" +sed -f debian/autogen.sed "debian/guile-dev.postinst" > "debian/guile-3.0-dev.postinst.tmp" +mv "debian/guile-3.0-dev.postinst.tmp" "debian/guile-3.0-dev.postinst" +sed -f debian/autogen.sed "debian/guile-dev.prerm" > "debian/guile-3.0-dev.prerm.tmp" +mv "debian/guile-3.0-dev.prerm.tmp" "debian/guile-3.0-dev.prerm" +DEB_PKG_BASENAME="guile-3.0" \ +DEB_INFO_SUBDIR="guile-3.0" \ +DEB_ALT_PRIORITY="3000" \ + debian/guile-doc.postinst.gen doc/ref/guile.info doc/ref/guile.info-1 doc/ref/guile.info-2 doc/ref/guile.info-3 doc/ref/guile.info-4 doc/ref/guile.info-5 doc/ref/guile.info-6 doc/ref/guile.info-7 doc/ref/guile.info-8 doc/ref/guile.info-9 doc/ref/guile.info-10 doc/ref/guile.info-11 \ + > "debian/guile-3.0-doc.postinst".tmp +mv "debian/guile-3.0-doc.postinst.tmp" "debian/guile-3.0-doc.postinst" +sed -f debian/autogen.sed "debian/guile-doc.prerm" > "debian/guile-3.0-doc.prerm.tmp" +mv "debian/guile-3.0-doc.prerm.tmp" "debian/guile-3.0-doc.prerm" +sed -f debian/autogen.sed "debian/guile-libs.postinst" > "debian/guile-3.0-libs.postinst.tmp" +mv "debian/guile-3.0-libs.postinst.tmp" "debian/guile-3.0-libs.postinst" +sed -f debian/autogen.sed "debian/guile-libs.prerm" > "debian/guile-3.0-libs.prerm.tmp" +mv "debian/guile-3.0-libs.prerm.tmp" "debian/guile-3.0-libs.prerm" +sed -f debian/autogen.sed "debian/guile-libs.triggers" > "debian/guile-3.0-libs.triggers.tmp" +mv "debian/guile-3.0-libs.triggers.tmp" "debian/guile-3.0-libs.triggers" +dh_installdeb +dh_installdeb: warning: Compatibility levels before 10 are deprecated (level 9 in use) +make[1] : on quitte le répertoire « /home/sesostris/sources/guile/guile-3.0.9 » + dh_gencontrol -O--parallel +dpkg-gencontrol: avertissement: champ Depends du paquet guile-3.0 : substitution variable ${shlibs:Depends} used, but is not defined +dpkg-gencontrol: avertissement: champ Depends du paquet guile-3.0-dev : substitution variable ${shlibs:Depends} used, but is not defined + dh_md5sums -O--parallel + dh_builddeb -O--parallel +dpkg-deb: building package 'guile-3.0' in '../guile-3.0_3.0.9-0bu1_amd64.deb'. +dpkg-deb: building package 'guile-3.0-libs-dbgsym' in '../guile-3.0-libs-dbgsym_3.0.9-0bu1_amd64.deb'. +dpkg-deb: building package 'guile-3.0-doc' in '../guile-3.0-doc_3.0.9-0bu1_all.deb'. +dpkg-deb: building package 'guile-3.0-dev' in '../guile-3.0-dev_3.0.9-0bu1_amd64.deb'. +dpkg-deb: building package 'guile-3.0-libs' in '../guile-3.0-libs_3.0.9-0bu1_amd64.deb'. + dpkg-genbuildinfo + dpkg-genchanges >../guile-3.0_3.0.9-0bu1_amd64.changes +dpkg-genchanges: info: inclusion du code source original dans l'envoi (« upload ») + dpkg-source --after-build . +dpkg-source: info: retrait de 0010-autogen.patch +dpkg-source: info: retrait de 0009-Fix-32-bit-big-endian-builds-via-Oresolve-primitives.patch +dpkg-source: info: retrait de 0006-numbers.test-disable-unresolved-mixed-type-division-.patch +dpkg-source: info: retrait de 0005-Mark-test-out-of-memory-as-an-expected-failure-for-n.patch +dpkg-source: info: retrait de 0004-gc.test-after-gc-hook-mark-unresolved-on-failure-eve.patch +dpkg-source: info: retrait de 0003-Disable-sandbox.test-1e6-alloc-loop-allocation-limit.patch +dpkg-source: info: retrait de 0002-Look-for-guile-procedures.txt-in-pkglibdir.patch +dpkg-source: info: retrait de 0001-Mark-mutex-with-owner-not-retained-threads-test-as-u.patch +dpkg-buildpackage: info: envoi complet (inclusion du code source d'origine) +Now running lintian guile-3.0_3.0.9-0bu1_amd64.changes ... +E: guile-3.0 changes: bogus-mail-host Changed-By sesostris@tanis.zero.void.nul +E: guile-3.0: bogus-mail-host-in-debian-changelog sesostris@tanis.zero.void.nul +E: guile-3.0: bogus-mail-host-in-debian-changelog sesostris@tanis.zero.void.nul +E: guile-3.0-dev: bogus-mail-host-in-debian-changelog sesostris@tanis.zero.void.nul +E: guile-3.0-dev: bogus-mail-host-in-debian-changelog sesostris@tanis.zero.void.nul +E: guile-3.0-doc: bogus-mail-host-in-debian-changelog sesostris@tanis.zero.void.nul +E: guile-3.0-doc: bogus-mail-host-in-debian-changelog sesostris@tanis.zero.void.nul +E: guile-3.0-libs: bogus-mail-host-in-debian-changelog sesostris@tanis.zero.void.nul +E: guile-3.0-libs: bogus-mail-host-in-debian-changelog sesostris@tanis.zero.void.nul +E: guile-3.0 source: source-is-missing prebuilt/32-bit-big-endian/ice-9/boot-9.go +E: guile-3.0 source: source-is-missing prebuilt/32-bit-big-endian/ice-9/eval.go +E: guile-3.0 source: source-is-missing prebuilt/32-bit-big-endian/ice-9/psyntax-pp.go +E: guile-3.0 source: source-is-missing prebuilt/32-bit-little-endian/ice-9/boot-9.go +E: guile-3.0 source: source-is-missing prebuilt/32-bit-little-endian/ice-9/eval.go +E: guile-3.0 source: source-is-missing prebuilt/32-bit-little-endian/ice-9/psyntax-pp.go +E: guile-3.0 source: source-is-missing prebuilt/64-bit-little-endian/ice-9/boot-9.go +E: guile-3.0 source: source-is-missing prebuilt/64-bit-little-endian/ice-9/eval.go +E: guile-3.0 source: source-is-missing prebuilt/64-bit-little-endian/ice-9/psyntax-pp.go +E: guile-3.0 source: source-is-missing prebuilt/i686-pc-linux-gnu/ice-9/boot-9.go +E: guile-3.0 source: source-is-missing prebuilt/i686-pc-linux-gnu/ice-9/eval.go +E: guile-3.0 source: source-is-missing prebuilt/i686-pc-linux-gnu/ice-9/psyntax-pp.go +E: guile-3.0 source: source-is-missing prebuilt/mips-unknown-linux-gnu/ice-9/boot-9.go +E: guile-3.0 source: source-is-missing prebuilt/mips-unknown-linux-gnu/ice-9/eval.go +E: guile-3.0 source: source-is-missing prebuilt/mips-unknown-linux-gnu/ice-9/psyntax-pp.go +E: guile-3.0 source: source-is-missing prebuilt/x86_64-unknown-linux-gnu/ice-9/boot-9.go +E: guile-3.0 source: source-is-missing prebuilt/x86_64-unknown-linux-gnu/ice-9/eval.go +E: guile-3.0 source: source-is-missing prebuilt/x86_64-unknown-linux-gnu/ice-9/psyntax-pp.go +W: guile-3.0 source: ancient-standards-version 3.7.2 (released 2006-05-03) (current is 4.5.1) +W: guile-3.0 source: debian-rules-ignores-make-clean-error line 205 +W: guile-3.0-dev: national-encoding usr/share/guile/3.0/scripts/compile.scm +W: guile-3.0-dev: no-manual-page usr/bin/guild-3.0 +W: guile-3.0-dev: no-manual-page usr/bin/guile-config-3.0 +W: guile-3.0-dev: no-manual-page usr/bin/guile-snarf-3.0 +W: guile-3.0-dev: no-manual-page usr/bin/guile-tools-3.0 +W: guile-3.0 source: no-nmu-in-changelog +W: guile-3.0 source: package-uses-deprecated-debhelper-compat-version 9 +W: guile-3.0 source: patch-file-present-but-not-mentioned-in-series 0007-Fix-non-revealed-port-is-closed-ports.test.patch +W: guile-3.0 source: patch-file-present-but-not-mentioned-in-series 0008-Mark-preemption-via-sigprof-test-as-an-expected-fail.patch +W: guile-3.0 source: source-nmu-has-incorrect-version-number 3.0.9-0bu1 +N: 1 hint overridden (1 warning); 3 unused overrides +Finished running lintian. diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/guile-3.0_3.0.9-0bu1_amd64.buildinfo b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/guile-3.0_3.0.9-0bu1_amd64.buildinfo new file mode 100644 index 0000000..7af0450 --- /dev/null +++ b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/guile-3.0_3.0.9-0bu1_amd64.buildinfo @@ -0,0 +1,213 @@ +Format: 1.0 +Source: guile-3.0 +Binary: guile-3.0 guile-3.0-dev guile-3.0-doc guile-3.0-libs guile-3.0-libs-dbgsym +Architecture: all amd64 source +Version: 3.0.9-0bu1 +Checksums-Md5: + 001be20d1076f30277fe1e35718d575f 1232 guile-3.0_3.0.9-0bu1.dsc + b075c0d0c56f0489793dd5c29eaaa8bc 151060 guile-3.0-dev_3.0.9-0bu1_amd64.deb + ee1c73741e8a9068e3f8d70988d80aaf 990196 guile-3.0-doc_3.0.9-0bu1_all.deb + 1098807b6495f1aa12b89c29f266e0db 2000796 guile-3.0-libs-dbgsym_3.0.9-0bu1_amd64.deb + 2251a2d08725fe1a61af181075ba3708 6670076 guile-3.0-libs_3.0.9-0bu1_amd64.deb + c918bba18e81bb402ca32c63ffcada1e 23608 guile-3.0_3.0.9-0bu1_amd64.deb +Checksums-Sha1: + 3e9e6ad5a53a156b05be38f92b065409bd059ff8 1232 guile-3.0_3.0.9-0bu1.dsc + 25492c3275d736ab268174c72f81d85a39d3c6a1 151060 guile-3.0-dev_3.0.9-0bu1_amd64.deb + 37cd47f2855163ace7c76176a017794075d71f94 990196 guile-3.0-doc_3.0.9-0bu1_all.deb + 046ab893d42d2891e21f7c4d594a0773063c9111 2000796 guile-3.0-libs-dbgsym_3.0.9-0bu1_amd64.deb + 532351a9dcd14e0a205448df610a7310c465926d 6670076 guile-3.0-libs_3.0.9-0bu1_amd64.deb + ab60f0ebdfd250902eb6a89bcb6f02a40601ffca 23608 guile-3.0_3.0.9-0bu1_amd64.deb +Checksums-Sha256: + b98cc115ebba13bd1f99f1e21583f17cd7c93e1fe51b4bbc154b57a0bf894162 1232 guile-3.0_3.0.9-0bu1.dsc + 6ab3f91b3f67ceb03983ba856765a30ecbe2d81f142fb3a1632e587359007c73 151060 guile-3.0-dev_3.0.9-0bu1_amd64.deb + 845854764a0693711c2f4689dd85c34b0418db7184bc074c316cebb1e7319c21 990196 guile-3.0-doc_3.0.9-0bu1_all.deb + 6fd151200a1c3924fc03352d32a260f659f064d06fe821978ade35adb57791b6 2000796 guile-3.0-libs-dbgsym_3.0.9-0bu1_amd64.deb + 5affb2dd6364dbbf555690c72c7d7db34af224bde79cd60f78730ee0b0165add 6670076 guile-3.0-libs_3.0.9-0bu1_amd64.deb + cfe13a106b7cbbe60efdeea26d26bf90b12c33fd0156a0a2917c2bc6da57305a 23608 guile-3.0_3.0.9-0bu1_amd64.deb +Build-Origin: Debian +Build-Architecture: amd64 +Build-Date: Tue, 27 Jun 2023 14:27:26 +0200 +Installed-Build-Depends: + autoconf (= 2.69-14), + automake (= 1:1.16.3-2), + autopoint (= 0.21-4), + autotools-dev (= 20180224.1+nmu1), + base-files (= 11.1+deb11u4), + base-passwd (= 3.5.51), + bash (= 5.1-2+deb11u1), + binutils (= 2.35.2-2), + binutils-common (= 2.35.2-2), + binutils-x86-64-linux-gnu (= 2.35.2-2), + bsdextrautils (= 2.36.1-8+deb11u1), + bsdmainutils (= 12.1.7+nmu3), + bsdutils (= 1:2.36.1-8+deb11u1), + build-essential (= 12.9), + bzip2 (= 1.0.8-4), + coreutils (= 8.32-4+b1), + cpp (= 4:10.2.1-1), + cpp-10 (= 10.2.1-6), + dash (= 0.5.11+git20200708+dd9ef66-5), + debconf (= 1.5.77), + debhelper (= 13.3.4), + debianutils (= 4.11.2), + dh-autoreconf (= 20), + dh-strip-nondeterminism (= 1.12.0-1), + diffutils (= 1:3.7-5), + dpkg (= 1.20.11), + dpkg-dev (= 1.20.11), + dwz (= 0.13+20210201-1), + file (= 1:5.39-3), + findutils (= 4.8.0-1), + flex (= 2.6.4-8), + g++ (= 4:10.2.1-1), + g++-10 (= 10.2.1-6), + gawk (= 1:5.1.0-1), + gcc (= 4:10.2.1-1), + gcc-10 (= 10.2.1-6), + gcc-10-base (= 10.2.1-6), + gettext (= 0.21-4), + gettext-base (= 0.21-4), + gperf (= 3.1-1), + grep (= 3.6-1), + groff-base (= 1.22.4-6), + gzip (= 1.10-4+deb11u1), + hostname (= 3.23), + init-system-helpers (= 1.60), + install-info (= 6.7.0.dfsg.2-6), + intltool-debian (= 0.35.0+20060710.5), + libacl1 (= 2.2.53-10), + libarchive-zip-perl (= 1.68-1), + libasan6 (= 10.2.1-6), + libatomic1 (= 10.2.1-6), + libattr1 (= 1:2.4.48-6), + libaudit-common (= 1:3.0-2), + libaudit1 (= 1:3.0-2), + libbinutils (= 2.35.2-2), + libblkid1 (= 2.36.1-8+deb11u1), + libbz2-1.0 (= 1.0.8-4), + libc-bin (= 2.31-13+deb11u3), + libc-dev-bin (= 2.31-13+deb11u5), + libc6 (= 2.31-13+deb11u5), + libc6-dev (= 2.31-13+deb11u5), + libcap-ng0 (= 0.7.9-2.2+b1), + libcc1-0 (= 10.2.1-6), + libcom-err2 (= 1.46.2-2), + libcrypt-dev (= 1:4.4.18-4), + libcrypt1 (= 1:4.4.18-4), + libctf-nobfd0 (= 2.35.2-2), + libctf0 (= 2.35.2-2), + libdb5.3 (= 5.3.28+dfsg1-0.8), + libdebconfclient0 (= 0.260), + libdebhelper-perl (= 13.3.4), + libdpkg-perl (= 1.20.11), + libelf1 (= 0.183-1), + libffi-dev (= 3.3-6), + libffi7 (= 3.3-6), + libfile-stripnondeterminism-perl (= 1.12.0-1), + libgc-dev (= 1:8.0.4-3), + libgc1 (= 1:8.0.4-3), + libgcc-10-dev (= 10.2.1-6), + libgcc-s1 (= 10.2.1-6), + libgcrypt20 (= 1.8.7-6), + libgdbm-compat4 (= 1.19-2), + libgdbm6 (= 1.19-2), + libglib2.0-0 (= 2.66.8-1), + libgmp-dev (= 2:6.2.1+dfsg-1+deb11u1), + libgmp10 (= 2:6.2.1+dfsg-1+deb11u1), + libgmpxx4ldbl (= 2:6.2.1+dfsg-1+deb11u1), + libgomp1 (= 10.2.1-6), + libgpg-error0 (= 1.38-2), + libgssapi-krb5-2 (= 1.18.3-6+deb11u1), + libicu67 (= 67.1-7), + libisl23 (= 0.23-1), + libitm1 (= 10.2.1-6), + libk5crypto3 (= 1.18.3-6+deb11u1), + libkeyutils1 (= 1.6.1-2), + libkrb5-3 (= 1.18.3-6+deb11u1), + libkrb5support0 (= 1.18.3-6+deb11u1), + liblsan0 (= 10.2.1-6), + libltdl-dev (= 2.4.6-15), + libltdl7 (= 2.4.6-15), + liblz4-1 (= 1.9.3-2), + liblzma5 (= 5.2.5-2.1~deb11u1), + libmagic-mgc (= 1:5.39-3), + libmagic1 (= 1:5.39-3), + libmount1 (= 2.36.1-8+deb11u1), + libmpc3 (= 1.2.0-1), + libmpfr6 (= 4.1.0-3), + libncurses-dev (= 6.2+20201114-2), + libncurses5-dev (= 6.2+20201114-2), + libncurses6 (= 6.2+20201114-2), + libncursesw6 (= 6.2+20201114-2), + libnsl-dev (= 1.3.0-2), + libnsl2 (= 1.3.0-2), + libpam-modules (= 1.4.0-9+deb11u1), + libpam-modules-bin (= 1.4.0-9+deb11u1), + libpam-runtime (= 1.4.0-9+deb11u1), + libpam0g (= 1.4.0-9+deb11u1), + libpcre2-8-0 (= 10.36-2), + libpcre3 (= 2:8.39-13), + libperl5.32 (= 5.32.1-4+deb11u2), + libpipeline1 (= 1.5.3-1), + libquadmath0 (= 10.2.1-6), + libreadline-dev (= 8.1-1), + libreadline8 (= 8.1-1), + libseccomp2 (= 2.5.1-1+deb11u1), + libselinux1 (= 3.1-3), + libsigsegv2 (= 2.13-1), + libsmartcols1 (= 2.36.1-8+deb11u1), + libssl1.1 (= 1.1.1n-0+deb11u4), + libstdc++-10-dev (= 10.2.1-6), + libstdc++6 (= 10.2.1-6), + libsub-override-perl (= 0.09-2), + libsystemd0 (= 247.3-7), + libtext-unidecode-perl (= 1.30-1), + libtinfo6 (= 6.2+20201114-2), + libtirpc-common (= 1.3.1-1+deb11u1), + libtirpc-dev (= 1.3.1-1+deb11u1), + libtirpc3 (= 1.3.1-1+deb11u1), + libtool (= 2.4.6-15), + libtsan0 (= 10.2.1-6), + libubsan1 (= 10.2.1-6), + libuchardet0 (= 0.0.7-1), + libudev1 (= 247.3-7), + libunistring-dev (= 0.9.10-4), + libunistring2 (= 0.9.10-4), + libuuid1 (= 2.36.1-8+deb11u1), + libxml-libxml-perl (= 2.0134+dfsg-2+b1), + libxml-namespacesupport-perl (= 1.12-1.1), + libxml-sax-base-perl (= 1.09-1.1), + libxml-sax-perl (= 1.02+dfsg-1), + libxml2 (= 2.9.10+dfsg-6.7+deb11u2), + libzstd1 (= 1.4.8+dfsg-2.1), + linux-libc-dev (= 5.10.136-1), + login (= 1:4.8.1-1), + lsb-base (= 11.1.0), + m4 (= 1.4.18-5), + make (= 4.3-4.1), + man-db (= 2.9.4-2), + mawk (= 1.3.4.20200120-2), + ncal (= 12.1.7+nmu3), + ncurses-base (= 6.2+20201114-2), + ncurses-bin (= 6.2+20201114-2), + patch (= 2.7.6-7), + perl (= 5.32.1-4+deb11u2), + perl-base (= 5.32.1-4+deb11u2), + perl-modules-5.32 (= 5.32.1-4+deb11u2), + pkg-config (= 0.29.2-1), + po-debconf (= 1.0.21+nmu1), + readline-common (= 8.1-1), + sed (= 4.7-1), + sensible-utils (= 0.0.14), + sysvinit-utils (= 2.96-7+deb11u1), + tar (= 1.34+dfsg-1), + tex-common (= 6.16), + texinfo (= 6.7.0.dfsg.2-6), + ucf (= 3.0043), + util-linux (= 2.36.1-8+deb11u1), + xz-utils (= 5.2.5-2.1~deb11u1), + zlib1g (= 1:1.2.11.dfsg-2+deb11u2) +Environment: + DEB_BUILD_OPTIONS="parallel=4" + LANG="fr_FR.UTF-8" + SOURCE_DATE_EPOCH="1687886516" diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/guile-3.0_3.0.9-0bu1_amd64.changes b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/guile-3.0_3.0.9-0bu1_amd64.changes new file mode 100644 index 0000000..fb7ed79 --- /dev/null +++ b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/guile-3.0_3.0.9-0bu1_amd64.changes @@ -0,0 +1,49 @@ +Format: 1.8 +Date: Tue, 27 Jun 2023 18:21:56 +0100 +Source: guile-3.0 +Binary: guile-3.0 guile-3.0-dev guile-3.0-doc guile-3.0-libs guile-3.0-libs-dbgsym +Architecture: source amd64 all +Version: 3.0.9-0bu1 +Distribution: UNRELEASED +Urgency: medium +Maintainer: Rob Browning +Changed-By: sesostris +Description: + guile-3.0 - GNU extension language and Scheme interpreter + guile-3.0-dev - Development files for Guile 3.0 + guile-3.0-doc - Documentation for Guile 3.0 + guile-3.0-libs - Core Guile libraries +Changes: + guile-3.0 (3.0.9-0bu1) UNRELEASED; urgency=medium + . + * Compilation for bullseye +Checksums-Sha1: + 3e9e6ad5a53a156b05be38f92b065409bd059ff8 1232 guile-3.0_3.0.9-0bu1.dsc + 6ce38ec3fefc19aa08d4662e9b054f7018a72004 9734735 guile-3.0_3.0.9.orig.tar.gz + bfdfd5b760241696798075fd4b597f2446a322b2 27036 guile-3.0_3.0.9-0bu1.debian.tar.xz + 25492c3275d736ab268174c72f81d85a39d3c6a1 151060 guile-3.0-dev_3.0.9-0bu1_amd64.deb + 37cd47f2855163ace7c76176a017794075d71f94 990196 guile-3.0-doc_3.0.9-0bu1_all.deb + 046ab893d42d2891e21f7c4d594a0773063c9111 2000796 guile-3.0-libs-dbgsym_3.0.9-0bu1_amd64.deb + 532351a9dcd14e0a205448df610a7310c465926d 6670076 guile-3.0-libs_3.0.9-0bu1_amd64.deb + b9a3be762c88fe3a027fcdb5812907673c30c530 7076 guile-3.0_3.0.9-0bu1_amd64.buildinfo + ab60f0ebdfd250902eb6a89bcb6f02a40601ffca 23608 guile-3.0_3.0.9-0bu1_amd64.deb +Checksums-Sha256: + b98cc115ebba13bd1f99f1e21583f17cd7c93e1fe51b4bbc154b57a0bf894162 1232 guile-3.0_3.0.9-0bu1.dsc + 18525079ad29a0d46d15c76581b5d91c8702301bfd821666d2e1d13726162811 9734735 guile-3.0_3.0.9.orig.tar.gz + 20366c6ba209d5a8c502f34723104050f5ee5b174962484909edf1dffa007bde 27036 guile-3.0_3.0.9-0bu1.debian.tar.xz + 6ab3f91b3f67ceb03983ba856765a30ecbe2d81f142fb3a1632e587359007c73 151060 guile-3.0-dev_3.0.9-0bu1_amd64.deb + 845854764a0693711c2f4689dd85c34b0418db7184bc074c316cebb1e7319c21 990196 guile-3.0-doc_3.0.9-0bu1_all.deb + 6fd151200a1c3924fc03352d32a260f659f064d06fe821978ade35adb57791b6 2000796 guile-3.0-libs-dbgsym_3.0.9-0bu1_amd64.deb + 5affb2dd6364dbbf555690c72c7d7db34af224bde79cd60f78730ee0b0165add 6670076 guile-3.0-libs_3.0.9-0bu1_amd64.deb + 50a3756fc9122b22566c746dafc0e98c29ba161e38d7a57543004baf4327fd40 7076 guile-3.0_3.0.9-0bu1_amd64.buildinfo + cfe13a106b7cbbe60efdeea26d26bf90b12c33fd0156a0a2917c2bc6da57305a 23608 guile-3.0_3.0.9-0bu1_amd64.deb +Files: + 001be20d1076f30277fe1e35718d575f 1232 interpreters optional guile-3.0_3.0.9-0bu1.dsc + 23ce0a86cc4116c23d4593683c788736 9734735 interpreters optional guile-3.0_3.0.9.orig.tar.gz + eb71c5bc4099bcc3942fa67287e4163d 27036 interpreters optional guile-3.0_3.0.9-0bu1.debian.tar.xz + b075c0d0c56f0489793dd5c29eaaa8bc 151060 lisp optional guile-3.0-dev_3.0.9-0bu1_amd64.deb + ee1c73741e8a9068e3f8d70988d80aaf 990196 doc optional guile-3.0-doc_3.0.9-0bu1_all.deb + 1098807b6495f1aa12b89c29f266e0db 2000796 debug optional guile-3.0-libs-dbgsym_3.0.9-0bu1_amd64.deb + 2251a2d08725fe1a61af181075ba3708 6670076 lisp optional guile-3.0-libs_3.0.9-0bu1_amd64.deb + c842d7fa20ee2b844a3233657e00ac24 7076 interpreters optional guile-3.0_3.0.9-0bu1_amd64.buildinfo + c918bba18e81bb402ca32c63ffcada1e 23608 lisp optional guile-3.0_3.0.9-0bu1_amd64.deb diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/guile-3.0_3.0.9-0bu1_amd64.deb b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/guile-3.0_3.0.9-0bu1_amd64.deb new file mode 100644 index 0000000..eb225ce Binary files /dev/null and b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/guile-3.0_3.0.9-0bu1_amd64.deb differ diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/guile-3.0_3.0.9-0bu1_armhf.build b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/guile-3.0_3.0.9-0bu1_armhf.build new file mode 100644 index 0000000..a5a3f83 --- /dev/null +++ b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/guile-3.0_3.0.9-0bu1_armhf.build @@ -0,0 +1,7652 @@ + dpkg-buildpackage -us -uc -ui +dpkg-buildpackage: info: source package guile-3.0 +dpkg-buildpackage: info: source version 3.0.9-0bu1 +dpkg-buildpackage: info: source distribution UNRELEASED +dpkg-buildpackage: info: source changed by sesostris + dpkg-source --before-build . +dpkg-buildpackage: info: host architecture armhf + fakeroot debian/rules clean +dh clean --parallel --with autoreconf +dh: warning: Compatibility levels before 10 are deprecated (level 9 in use) + debian/rules override_dh_auto_clean +make[1]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9' +if test -e Makefile; then make distclean; fi +make[1]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9' + dh_autoreconf_clean -O--parallel + debian/rules override_dh_clean +make[1]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9' +/usr/bin/make -C prebuilt clean +make[2]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/prebuilt' +make[2]: *** No rule to make target 'clean'. Stop. +make[2]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/prebuilt' +make[1]: [debian/rules:205: override_dh_clean] Error 2 (ignored) +dh_clean debian/guile-3.0.install debian/guile-3.0.links debian/guile-3.0.menu debian/guile-3.0.undocumented debian/guile-3.0-dev.install debian/guile-3.0-doc.README.Debian debian/guile-3.0-doc.install debian/guile-3.0-libs.install debian/guile-3.0-libs.lintian-overrides debian/guile-3.0.postinst debian/guile-3.0.prerm debian/guile-3.0-dev.postinst debian/guile-3.0-dev.prerm debian/guile-3.0-doc.postinst debian/guile-3.0-doc.prerm debian/guile-3.0-libs.postinst debian/guile-3.0-libs.prerm debian/guile-3.0-libs.triggers \ + .tarball-version \ + .version \ + blarg-clean \ + bootstrap/ice-9/ \ + bootstrap/language/ \ + bootstrap/srfi/ \ + bootstrap/system/ \ + debian/autogen.sed \ + doc/r5rs/r5rs.info \ + doc/ref/autoconf-macros.texi \ + doc/ref/effective-version.texi \ + doc/ref/guile.info \ + doc/ref/guile.info-1 \ + doc/ref/guile.info-10 \ + doc/ref/guile.info-11 \ + doc/ref/guile.info-2 \ + doc/ref/guile.info-3 \ + doc/ref/guile.info-4 \ + doc/ref/guile.info-5 \ + doc/ref/guile.info-6 \ + doc/ref/guile.info-7 \ + doc/ref/guile.info-8 \ + doc/ref/guile.info-9 \ + doc/ref/stamp-vti \ + doc/ref/version.texi \ + filesys-test-link.tmp \ + guile-procedures.txt \ + libguile/c-tokenize.c \ + libguile/cpp-E.c \ + libguile/cpp-SIG.c \ + libguile/vm-operations.h +dh_clean: warning: Compatibility levels before 10 are deprecated (level 9 in use) +make[1]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9' + dpkg-source -b . +dpkg-source: info: using source format '3.0 (quilt)' +dpkg-source: info: building guile-3.0 using existing ./guile-3.0_3.0.9.orig.tar.gz +dpkg-source: info: using patch list from debian/patches/series +dpkg-source: warning: ignoring deletion of file .version, use --include-removal to override +dpkg-source: warning: ignoring deletion of file .tarball-version, use --include-removal to override +dpkg-source: warning: ignoring deletion of file libguile/vm-operations.h, use --include-removal to override +dpkg-source: warning: ignoring deletion of file libguile/cpp-SIG.c, use --include-removal to override +dpkg-source: warning: ignoring deletion of file libguile/cpp-E.c, use --include-removal to override +dpkg-source: warning: ignoring deletion of file libguile/c-tokenize.c, use --include-removal to override +dpkg-source: warning: ignoring deletion of file doc/r5rs/r5rs.info, use --include-removal to override +dpkg-source: warning: ignoring deletion of file doc/ref/version.texi, use --include-removal to override +dpkg-source: warning: ignoring deletion of file doc/ref/guile.info, use --include-removal to override +dpkg-source: warning: ignoring deletion of file doc/ref/guile.info-8, use --include-removal to override +dpkg-source: warning: ignoring deletion of file doc/ref/guile.info-11, use --include-removal to override +dpkg-source: warning: ignoring deletion of file doc/ref/guile.info-2, use --include-removal to override +dpkg-source: warning: ignoring deletion of file doc/ref/guile.info-5, use --include-removal to override +dpkg-source: warning: ignoring deletion of file doc/ref/autoconf-macros.texi, use --include-removal to override +dpkg-source: warning: ignoring deletion of file doc/ref/effective-version.texi, use --include-removal to override +dpkg-source: warning: ignoring deletion of file doc/ref/guile.info-4, use --include-removal to override +dpkg-source: warning: ignoring deletion of file doc/ref/stamp-vti, use --include-removal to override +dpkg-source: warning: ignoring deletion of file doc/ref/guile.info-1, use --include-removal to override +dpkg-source: warning: ignoring deletion of file doc/ref/guile.info-3, use --include-removal to override +dpkg-source: warning: ignoring deletion of file doc/ref/guile.info-6, use --include-removal to override +dpkg-source: warning: ignoring deletion of file doc/ref/guile.info-9, use --include-removal to override +dpkg-source: warning: ignoring deletion of file doc/ref/guile.info-7, use --include-removal to override +dpkg-source: warning: ignoring deletion of file doc/ref/guile.info-10, use --include-removal to override +dpkg-source: info: building guile-3.0 in guile-3.0_3.0.9-0bu1.debian.tar.xz +dpkg-source: info: building guile-3.0 in guile-3.0_3.0.9-0bu1.dsc + debian/rules build +dh build --parallel --with autoreconf +dh: warning: Compatibility levels before 10 are deprecated (level 9 in use) + debian/rules override_dh_testdir +make[1]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9' +dh_testdir debian/guile.postinst +make[1]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9' + dh_update_autotools_config -O--parallel + debian/rules override_dh_autoreconf +make[1]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9' +echo '3.0.9' > .version +cp -a .version .tarball-version +dh_autoreconf ./autogen.sh +dh_autoreconf: warning: Compatibility levels before 10 are deprecated (level 9 in use) + +autoconf (GNU Autoconf) 2.69 +Copyright (C) 2012 Free Software Foundation, Inc. +License GPLv3+/Autoconf: GNU GPL version 3 or later +, +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. + +Written by David J. MacKenzie and Akim Demaille. + +automake (GNU automake) 1.16.3 +Copyright (C) 2020 Free Software Foundation, Inc. +License GPLv2+: GNU GPL version 2 or later +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. + +Written by Tom Tromey + and Alexandre Duret-Lutz . + +libtoolize (GNU libtool) 2.4.6 +Written by Gary V. Vaughan , 2003 + +Copyright (C) 2015 Free Software Foundation, Inc. +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + +m4 (GNU M4) 1.4.18 +Copyright (C) 2016 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. + +Written by Rene' Seindal. + +flex 2.6.4 + +autoreconf: Entering directory `.' +autoreconf: running: autopoint --force +Copying file build-aux/config.rpath +Copying file m4/glibc2.m4 +Copying file m4/glibc21.m4 +Copying file m4/intdiv0.m4 +Copying file m4/intl.m4 +Copying file m4/intldir.m4 +Copying file m4/intmax.m4 +Copying file m4/inttypes-pri.m4 +Copying file m4/lcmessage.m4 +Copying file m4/lock.m4 +Copying file m4/longlong.m4 +Copying file m4/printf-posix.m4 +Copying file m4/uintmax_t.m4 +Creating directory po +Copying file po/Makefile.in.in +Copying file po/Makevars.template +Copying file po/Rules-quot +Copying file po/boldquot.sed +Copying file po/en@boldquot.header +Copying file po/en@quot.header +Copying file po/insert-header.sin +Copying file po/quot.sed +Copying file po/remove-potcdate.sin +autoreconf: running: aclocal --force -I m4 +autoreconf: configure.ac: tracing +autoreconf: running: libtoolize --copy --force +libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. +libtoolize: copying file 'build-aux/ltmain.sh' +libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. +libtoolize: copying file 'm4/libtool.m4' +libtoolize: copying file 'm4/ltoptions.m4' +libtoolize: copying file 'm4/ltsugar.m4' +libtoolize: copying file 'm4/ltversion.m4' +libtoolize: copying file 'm4/lt~obsolete.m4' +autoreconf: running: /usr/bin/autoconf --force +autoreconf: running: /usr/bin/autoheader --force +autoreconf: running: automake --add-missing --copy --force-missing +configure.ac:751: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and its use is discouraged. +configure.ac:751: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead, +configure.ac:751: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files. +configure.ac:64: installing 'build-aux/compile' +configure.ac:39: installing 'build-aux/missing' +Makefile.am:29: warning: AM_GNU_GETTEXT used but 'po' not in SUBDIRS +am/snarf:5: warning: AM_V_SNARF_$(V: non-POSIX recursive variable expansion +guile-readline/Makefile.am:23: 'am/snarf' included from here +am/snarf:6: warning: AM_V_SNARF_$(AM_DEFAULT_VERBOSITY: non-POSIX recursive variable expansion +guile-readline/Makefile.am:23: 'am/snarf' included from here +am/guilec:24: warning: AM_V_GUILEC_$(V: non-POSIX recursive variable expansion +guile-readline/Makefile.am:24: 'am/guilec' included from here +am/guilec:25: warning: AM_V_GUILEC_$(AM_DEFAULT_VERBOSITY: non-POSIX recursive variable expansion +guile-readline/Makefile.am:24: 'am/guilec' included from here +guile-readline/Makefile.am: installing 'build-aux/depcomp' +am/snarf:5: warning: AM_V_SNARF_$(V: non-POSIX recursive variable expansion +libguile/Makefile.am:23: 'am/snarf' included from here +am/snarf:6: warning: AM_V_SNARF_$(AM_DEFAULT_VERBOSITY: non-POSIX recursive variable expansion +libguile/Makefile.am:23: 'am/snarf' included from here +libguile/lightening/lightening.am:18: warning: source file '$(lightening)/lightening/lightening.c' is in a subdirectory, +libguile/lightening/lightening.am:18: but option 'subdir-objects' is disabled +libguile/Makefile.am:24: 'libguile/lightening/lightening.am' included from here +automake: warning: possible forward-incompatibility. +automake: At least a source file is in a subdirectory, but the 'subdir-objects' +automake: automake option hasn't been enabled. For now, the corresponding output +automake: object file(s) will be placed in the top-level directory. However, +automake: this behaviour will change in future Automake versions: they will +automake: unconditionally cause object files to be placed in the same subdirectory +automake: of the corresponding sources. +automake: You are advised to start using 'subdir-objects' option throughout your +automake: project, to avoid future incompatibilities. +am/bootstrap.am:33: warning: AM_V_GUILEC_$(V: non-POSIX recursive variable expansion +module/Makefile.am:22: 'am/bootstrap.am' included from here +am/bootstrap.am:34: warning: AM_V_GUILEC_$(AM_DEFAULT_VERBOSITY: non-POSIX recursive variable expansion +module/Makefile.am:22: 'am/bootstrap.am' included from here +module/Makefile.am:30: warning: nobase_noinst_DATA multiply defined in condition TRUE ... +am/bootstrap.am:27: ... 'nobase_noinst_DATA' previously defined here +module/Makefile.am:22: 'am/bootstrap.am' included from here +prebuilt/i686-pc-linux-gnu/Makefile.am:22: warning: shell basename $(subdir: non-POSIX variable name +prebuilt/i686-pc-linux-gnu/Makefile.am:22: (probably a GNU make extension) +am/bootstrap.am:33: warning: AM_V_GUILEC_$(V: non-POSIX recursive variable expansion +prebuilt/i686-pc-linux-gnu/Makefile.am:25: 'am/bootstrap.am' included from here +am/bootstrap.am:34: warning: AM_V_GUILEC_$(AM_DEFAULT_VERBOSITY: non-POSIX recursive variable expansion +prebuilt/i686-pc-linux-gnu/Makefile.am:25: 'am/bootstrap.am' included from here +prebuilt/i686-pc-linux-gnu/Makefile.am:27: warning: GOBJECTS multiply defined in condition TRUE ... +am/bootstrap.am:26: ... 'GOBJECTS' previously defined here +prebuilt/i686-pc-linux-gnu/Makefile.am:25: 'am/bootstrap.am' included from here +am/bootstrap.am:421: warning: variable 'ELISP_SOURCES' is defined but no program or +am/bootstrap.am:421: library has 'ELISP' as canonical name (possible typo) +prebuilt/i686-pc-linux-gnu/Makefile.am:25: 'am/bootstrap.am' included from here +am/bootstrap.am:424: warning: variable 'NOCOMP_SOURCES' is defined but no program or +am/bootstrap.am:424: library has 'NOCOMP' as canonical name (possible typo) +prebuilt/i686-pc-linux-gnu/Makefile.am:25: 'am/bootstrap.am' included from here +prebuilt/mips-unknown-linux-gnu/Makefile.am:22: warning: shell basename $(subdir: non-POSIX variable name +prebuilt/mips-unknown-linux-gnu/Makefile.am:22: (probably a GNU make extension) +am/bootstrap.am:33: warning: AM_V_GUILEC_$(V: non-POSIX recursive variable expansion +prebuilt/mips-unknown-linux-gnu/Makefile.am:25: 'am/bootstrap.am' included from here +am/bootstrap.am:34: warning: AM_V_GUILEC_$(AM_DEFAULT_VERBOSITY: non-POSIX recursive variable expansion +prebuilt/mips-unknown-linux-gnu/Makefile.am:25: 'am/bootstrap.am' included from here +prebuilt/mips-unknown-linux-gnu/Makefile.am:27: warning: GOBJECTS multiply defined in condition TRUE ... +am/bootstrap.am:26: ... 'GOBJECTS' previously defined here +prebuilt/mips-unknown-linux-gnu/Makefile.am:25: 'am/bootstrap.am' included from here +am/bootstrap.am:421: warning: variable 'ELISP_SOURCES' is defined but no program or +am/bootstrap.am:421: library has 'ELISP' as canonical name (possible typo) +prebuilt/mips-unknown-linux-gnu/Makefile.am:25: 'am/bootstrap.am' included from here +am/bootstrap.am:424: warning: variable 'NOCOMP_SOURCES' is defined but no program or +am/bootstrap.am:424: library has 'NOCOMP' as canonical name (possible typo) +prebuilt/mips-unknown-linux-gnu/Makefile.am:25: 'am/bootstrap.am' included from here +prebuilt/x86_64-unknown-linux-gnu/Makefile.am:22: warning: shell basename $(subdir: non-POSIX variable name +prebuilt/x86_64-unknown-linux-gnu/Makefile.am:22: (probably a GNU make extension) +am/bootstrap.am:33: warning: AM_V_GUILEC_$(V: non-POSIX recursive variable expansion +prebuilt/x86_64-unknown-linux-gnu/Makefile.am:25: 'am/bootstrap.am' included from here +am/bootstrap.am:34: warning: AM_V_GUILEC_$(AM_DEFAULT_VERBOSITY: non-POSIX recursive variable expansion +prebuilt/x86_64-unknown-linux-gnu/Makefile.am:25: 'am/bootstrap.am' included from here +prebuilt/x86_64-unknown-linux-gnu/Makefile.am:27: warning: GOBJECTS multiply defined in condition TRUE ... +am/bootstrap.am:26: ... 'GOBJECTS' previously defined here +prebuilt/x86_64-unknown-linux-gnu/Makefile.am:25: 'am/bootstrap.am' included from here +am/bootstrap.am:421: warning: variable 'ELISP_SOURCES' is defined but no program or +am/bootstrap.am:421: library has 'ELISP' as canonical name (possible typo) +prebuilt/x86_64-unknown-linux-gnu/Makefile.am:25: 'am/bootstrap.am' included from here +am/bootstrap.am:424: warning: variable 'NOCOMP_SOURCES' is defined but no program or +am/bootstrap.am:424: library has 'NOCOMP' as canonical name (possible typo) +prebuilt/x86_64-unknown-linux-gnu/Makefile.am:25: 'am/bootstrap.am' included from here +stage0/Makefile.am:27: warning: info Note: not adjusting GUILE_OPTIMIZATIONS for 32-bit big-endian architecture: non-POSIX variable name +stage0/Makefile.am:27: (probably a GNU make extension) +stage0/Makefile.am:30: warning: info Note: adjusting GUILE_OPTIMIZATIONS for 32-bit big-endian architecture: non-POSIX variable name +stage0/Makefile.am:30: (probably a GNU make extension) +am/bootstrap.am:33: warning: AM_V_GUILEC_$(V: non-POSIX recursive variable expansion +stage0/Makefile.am:36: 'am/bootstrap.am' included from here +am/bootstrap.am:34: warning: AM_V_GUILEC_$(AM_DEFAULT_VERBOSITY: non-POSIX recursive variable expansion +stage0/Makefile.am:36: 'am/bootstrap.am' included from here +stage0/Makefile.am:43: warning: filter-out ice-9/eval.go ice-9/psyntax-pp.go, $(GOBJECTS: non-POSIX variable name +stage0/Makefile.am:43: (probably a GNU make extension) +am/bootstrap.am:424: warning: variable 'NOCOMP_SOURCES' is defined but no program or +am/bootstrap.am:424: library has 'NOCOMP' as canonical name (possible typo) +stage0/Makefile.am:36: 'am/bootstrap.am' included from here +am/bootstrap.am:33: warning: AM_V_GUILEC_$(V: non-POSIX recursive variable expansion +stage1/Makefile.am:28: 'am/bootstrap.am' included from here +am/bootstrap.am:34: warning: AM_V_GUILEC_$(AM_DEFAULT_VERBOSITY: non-POSIX recursive variable expansion +stage1/Makefile.am:28: 'am/bootstrap.am' included from here +am/bootstrap.am:424: warning: variable 'NOCOMP_SOURCES' is defined but no program or +am/bootstrap.am:424: library has 'NOCOMP' as canonical name (possible typo) +stage1/Makefile.am:28: 'am/bootstrap.am' included from here +am/bootstrap.am:33: warning: AM_V_GUILEC_$(V: non-POSIX recursive variable expansion +stage2/Makefile.am:28: 'am/bootstrap.am' included from here +am/bootstrap.am:34: warning: AM_V_GUILEC_$(AM_DEFAULT_VERBOSITY: non-POSIX recursive variable expansion +stage2/Makefile.am:28: 'am/bootstrap.am' included from here +am/bootstrap.am:424: warning: variable 'NOCOMP_SOURCES' is defined but no program or +am/bootstrap.am:424: library has 'NOCOMP' as canonical name (possible typo) +stage2/Makefile.am:28: 'am/bootstrap.am' included from here +am/snarf:5: warning: AM_V_SNARF_$(V: non-POSIX recursive variable expansion +test-suite/standalone/Makefile.am:23: 'am/snarf' included from here +am/snarf:6: warning: AM_V_SNARF_$(AM_DEFAULT_VERBOSITY: non-POSIX recursive variable expansion +test-suite/standalone/Makefile.am:23: 'am/snarf' included from here +autoreconf: Leaving directory `.' +Now run configure and make. +make[1]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9' + debian/rules override_dh_auto_configure +make[1]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9' +dh_auto_configure -- --disable-error-on-warning --disable-rpath \ + --program-suffix "-3.0" --enable-jit=no +dh_auto_configure: warning: Compatibility levels before 10 are deprecated (level 9 in use) + ./configure --build=arm-linux-gnueabihf --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-option-checking --disable-silent-rules --libdir=\${prefix}/lib/arm-linux-gnueabihf --libexecdir=\${prefix}/lib/arm-linux-gnueabihf --disable-maintainer-mode --disable-dependency-tracking --disable-error-on-warning --disable-rpath --program-suffix -3.0 --enable-jit=no +checking build system type... arm-unknown-linux-gnueabihf +checking host system type... arm-unknown-linux-gnueabihf +checking target system type... arm-unknown-linux-gnueabihf +checking for a BSD-compatible install... /usr/bin/install -c +checking whether build environment is sane... yes +checking for a thread-safe mkdir -p... /usr/bin/mkdir -p +checking for gawk... gawk +checking whether make sets $(MAKE)... yes +checking whether make supports nested variables... yes +checking whether make supports nested variables... (cached) yes +checking for gcc... gcc +checking whether the C compiler works... yes +checking for C compiler default output file name... a.out +checking for suffix of executables... +checking whether we are cross compiling... no +checking for suffix of object files... o +checking whether we are using the GNU C compiler... yes +checking whether gcc accepts -g... yes +checking for gcc option to accept ISO C89... none needed +checking whether gcc understands -c and -o together... yes +checking whether the compiler is clang... no +checking for compiler option needed when checking for declarations... none +checking whether make supports the include directive... yes (GNU style) +checking dependency style of gcc... none +checking how to run the C preprocessor... gcc -E +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 for wchar.h... yes +checking for minix/config.h... no +checking for sys/socket.h... yes +checking for arpa/inet.h... yes +checking for features.h... yes +checking for sys/param.h... yes +checking for dirent.h... yes +checking for threads.h... yes +checking for xlocale.h... no +checking for unistd.h... (cached) yes +checking for sys/stat.h... (cached) yes +checking for netdb.h... yes +checking for netinet/in.h... yes +checking for iconv.h... yes +checking for limits.h... yes +checking for inttypes.h... (cached) yes +checking for sys/types.h... (cached) yes +checking for stdint.h... (cached) yes +checking for langinfo.h... yes +checking for math.h... yes +checking for poll.h... yes +checking for sys/ioctl.h... yes +checking for sys/filio.h... no +checking for malloc.h... yes +checking for sys/cdefs.h... yes +checking for sys/select.h... yes +checking for spawn.h... yes +checking for sys/time.h... yes +checking for stdbool.h... yes +checking for stdckdint.h... no +checking for sys/file.h... yes +checking for sys/times.h... yes +checking for sys/uio.h... yes +checking for crtdefs.h... no +checking for sys/mman.h... yes +checking for sys/random.h... yes +checking for wctype.h... yes +checking whether it is safe to define __EXTENSIONS__... yes +checking whether _XOPEN_SOURCE should be defined... no +checking for Minix Amsterdam compiler... no +checking for ar... ar +checking the archiver (ar) interface... ar +checking for ar... (cached) ar +checking for ranlib... ranlib +checking for gcc option to enable large file support... -D_FILE_OFFSET_BITS=64 +configure: autobuild project... GNU Guile +configure: autobuild revision... 3.0.9 +configure: autobuild hostname... cubox +configure: autobuild timestamp... 20230731T150040Z +checking whether the compiler supports -flto... yes +checking for lto-specific prefix for ar, nm, objcopy, ranlib... gcc +checking for gcc-nm... gcc-nm +checking for gcc-objcopy... no +checking for objcopy... objcopy +checking compiler's C standard... +checking how to run the C preprocessor... gcc -E +checking for a sed that does not truncate output... /usr/bin/sed +checking for gawk... (cached) gawk +checking whether ln -s works... yes +checking the archiver (ar) interface... (cached) ar +checking whether the preprocessor supports include_next... yes +checking whether source code line length is unlimited... yes +checking for C/C++ restrict keyword... __restrict__ +checking whether is self-contained... yes +checking for shutdown... yes +checking whether defines the SHUT_* macros... yes +checking for struct sockaddr_storage... yes +checking for sa_family_t... yes +checking for struct sockaddr_storage.ss_family... yes +checking for size_t... yes +checking for working alloca.h... yes +checking for alloca... yes +checking whether lstat correctly handles trailing slash... yes +checking for canonicalize_file_name... yes +checking for faccessat... yes +checking for realpath... yes +checking for lstat... yes +checking for _set_invalid_parameter_handler... no +checking for duplocale... yes +checking for snprintf_l... no +checking for nl_langinfo_l... yes +checking for symlink... yes +checking for flock... yes +checking for fcntl... yes +checking for fsync... yes +checking for getlogin... yes +checking for link... yes +checking for mkostemp... yes +checking for nl_langinfo... yes +checking for pipe... yes +checking for pipe2... yes +checking for readlink... yes +checking for isblank... yes +checking for iswctype... yes +checking for setenv... yes +checking for times... yes +checking for snprintf... yes +checking for btowc... yes +checking for getdtablesize... yes +checking for mbsinit... yes +checking for mbrtowc... yes +checking for mprotect... yes +checking for localtime_r... yes +checking for timegm... yes +checking for vasnprintf... no +checking for wcrtomb... yes +checking for iswcntrl... yes +checking whether // is distinct from /... no +checking whether realpath works... yes +checking for getcwd... yes +checking pthread.h usability... yes +checking pthread.h presence... yes +checking for pthread.h... yes +checking whether POSIX threads API is available... yes +checking whether setlocale (LC_ALL, NULL) is multithread-safe... yes +checking whether setlocale (category, NULL) is multithread-safe... yes +checking for wchar_t... yes +checking for good max_align_t... yes +checking whether NULL can be used in arbitrary expressions... yes +checking whether locale.h defines locale_t... yes +checking whether locale.h conforms to POSIX:2001... yes +checking whether struct lconv is properly defined... yes +checking if environ is properly declared... yes +checking for complete errno.h... yes +checking whether ctype.h defines __header_inline... no +checking for working fcntl.h... yes +checking for pid_t... yes +checking for mode_t... yes +checking whether frexp() can be used without linking with libm... yes +checking whether alarm is declared... yes +checking whether frexp works... yes +checking whether stat file-mode macros are broken... no +checking for nlink_t... yes +checking for library containing gethostbyname... none required +checking for gethostbyname... yes +checking for library containing getservbyname... none required +checking for getservbyname... yes +checking for library containing inet_ntop... none required +checking whether inet_ntop is declared... yes +checking for IPv4 sockets... yes +checking for IPv6 sockets... yes +checking whether getlogin is declared... yes +checking for ld used by gcc... /usr/bin/ld +checking if the linker (/usr/bin/ld) is GNU ld... yes +checking for shared library run path origin... done +checking 32-bit host C ABI... yes +checking for ELF binary format... yes +checking for the common suffixes of directories in the library search path... lib,lib,lib +checking for iconv... yes +checking for working iconv... yes +checking whether iconv is compatible with its POSIX signature... yes +checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no +checking for wint_t... yes +checking whether wint_t is large enough... yes +checking whether the compiler produces multi-arch binaries... no +checking whether stdint.h conforms to C99... yes +checking whether stdint.h works without ISO C predefines... yes +checking whether stdint.h has UINTMAX_WIDTH etc.... yes +checking whether byte ordering is bigendian... no +checking whether long double and double are the same... yes +checking where to find the exponent in a 'float'... word 0 bit 23 +checking whether isnan(float) can be used without linking with libm... yes +checking whether isnan(float) works... yes +checking whether isnan(double) can be used without linking with libm... yes +checking whether isnan(long double) can be used without linking with libm... yes +checking whether isnanl works... yes +checking where to find the exponent in a 'double'... word 1 bit 20 +checking whether langinfo.h defines CODESET... yes +checking whether langinfo.h defines T_FMT_AMPM... yes +checking whether langinfo.h defines ALTMON_1... yes +checking whether langinfo.h defines ERA... yes +checking whether langinfo.h defines YESEXPR... yes +checking whether ldexp() can be used without linking with libm... yes +checking for libunistring... yes +checking how to link with libunistring... /usr/lib/arm-linux-gnueabihf/libunistring.so +checking for libunistring version... 0.9.10 +checking for nl_langinfo and CODESET... yes +checking whether pow can be used without linking with libm... no +checking whether pow can be used with libm... yes +checking whether log works... yes +checking whether round is declared... yes +checking whether round works... yes +checking whether malloc is ptrdiff_t safe... yes +checking whether malloc, realloc, calloc set errno on failure... yes +checking whether malloc (0) returns nonnull... yes +checking whether NAN macro works... yes +checking whether HUGE_VAL works... yes +checking whether defines MIN and MAX... no +checking whether defines MIN and MAX... 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 for O_CLOEXEC... yes +checking for promoted mode_t type... mode_t +checking for inline... inline +checking for library containing setsockopt... none needed +checking for library containing posix_spawn... none required +checking whether posix_spawn is declared... yes +checking for posix_spawn... yes +checking whether posix_spawn is declared... (cached) yes +checking whether posix_spawn works... yes +checking whether posix_spawn rejects scripts without shebang... yes +checking whether posix_spawnp rejects scripts without shebang... yes +checking whether posix_spawnattr_setschedpolicy is supported... yes +checking whether posix_spawnattr_setschedparam is supported... yes +checking for mbstate_t... yes +checking for ssize_t... yes +checking for sched.h... yes +checking for struct sched_param... yes +checking whether is self-contained... yes +checking whether setenv is declared... yes +checking search.h usability... yes +checking search.h presence... yes +checking for search.h... yes +checking for tsearch... yes +checking for sigset_t... yes +checking for uid_t in sys/types.h... yes +checking for volatile sig_atomic_t... yes +checking for sighandler_t... yes +checking for posix_spawnattr_t... yes +checking for posix_spawn_file_actions_t... yes +checking whether fcloseall is declared... yes +checking whether getw is declared... yes +checking whether putw is declared... yes +checking which flavor of printf attribute matches inttypes macros... system +checking whether ecvt is declared... yes +checking whether fcvt is declared... yes +checking whether gcvt is declared... yes +checking for struct timeval... yes +checking for wide-enough struct timeval.tv_sec member... yes +checking for struct tms... yes +checking for struct timespec in ... yes +checking for TIME_UTC in ... yes +checking whether execvpe is declared... yes +checking whether snprintf returns a byte count as in C99... yes +checking whether vsnprintf is declared... yes +checking whether uses 'inline' correctly... yes +checking whether wcsdup is declared... yes +checking for a traditional french locale... none +checking for eaccess... yes +checking whether getdtablesize is declared... yes +checking for a traditional japanese locale... none +checking for a french Unicode locale... fr_FR.UTF-8 +checking for a transitional chinese locale... none +checking for mmap... yes +checking for MAP_ANONYMOUS... yes +checking whether memchr works... yes +checking whether time_t is signed... yes +checking for working mktime... no +checking whether snprintf is declared... yes +checking whether strdup is declared... yes +checking whether unsetenv is declared... yes +checking for inttypes.h... yes +checking for stdint.h... yes +checking for intmax_t... yes +checking whether snprintf truncates the result as in C99... yes +checking for snprintf... (cached) yes +checking for strnlen... yes +checking for wcslen... yes +checking for wcsnlen... yes +checking for mbrtowc... (cached) yes +checking for wcrtomb... (cached) yes +checking whether _snprintf is declared... no +checking whether iswcntrl works... yes +checking for towlower... yes +checking for wctype_t... yes +checking for wctrans_t... yes +checking for C compiler option to allow warnings... -Wno-error +checking whether accept4 is declared... yes +checking for alignas and alignof... yes, macros +checking for alloca as a compiler built-in... yes +checking for static_assert... yes, an macro +checking byteswap.h usability... yes +checking byteswap.h presence... yes +checking for byteswap.h... yes +checking for library containing clock_gettime... none required +checking for library containing clock_getcpuclockid... none required +checking for clock_getres... yes +checking for clock_gettime... yes +checking for clock_settime... yes +checking for clock_getcpuclockid... yes +checking whether copysign can be used without linking with libm... yes +checking for dirfd... yes +checking whether dirfd is declared... yes +checking whether dirfd is a macro... no +checking whether // is distinct from /... (cached) no +checking whether duplocale(LC_GLOBAL_LOCALE) works... yes +checking for flexible array member... yes +checking whether conversion from 'int' to 'long double' works... yes +checking whether free is known to preserve errno... no +checking whether __func__ is available... yes +checking for library containing getaddrinfo... none required +checking for getaddrinfo... yes +checking whether gai_strerror is declared... yes +checking whether gai_strerrorA is declared... no +checking for gai_strerror with POSIX signature... yes +checking for struct sockaddr.sa_len... no +checking whether getaddrinfo is declared... yes +checking whether freeaddrinfo is declared... yes +checking whether getnameinfo is declared... yes +checking for struct addrinfo... yes +checking for gethostname... yes +checking for HOST_NAME_MAX... yes +checking whether iconv supports conversion between UTF-8 and UTF-{16,32}{BE,LE}... yes +checking for library containing inet_ntop... (cached) none required +checking whether inet_ntop is declared... (cached) yes +checking for library containing inet_pton... none required +checking whether inet_pton is declared... yes +checking whether isfinite is declared... yes +checking whether isfinite(long double) works... yes +checking whether isinf is declared... yes +checking whether isinf(long double) works... yes +checking whether isnan macro works... yes +checking whether isnan(double) can be used without linking with libm... (cached) yes +checking whether isnan(float) can be used without linking with libm... (cached) yes +checking whether isnan(float) works... (cached) yes +checking whether isnan(long double) can be used without linking with libm... (cached) yes +checking whether isnanl works... (cached) yes +checking if LD -Wl,--version-script works... yes +checking whether the -Werror option is usable... yes +checking for simple visibility declarations... yes +checking whether the compiler supports the __inline keyword... yes +checking whether link obeys POSIX... yes +checking for log1p... yes +checking whether malloc (0) returns nonnull... (cached) yes +checking whether mkdir handles trailing slash... yes +checking whether mkdir handles trailing dot... yes +checking whether YESEXPR works... yes +checking for sys/pstat.h... no +checking for sys/sysmp.h... no +checking for sys/param.h... (cached) yes +checking for sys/sysctl.h... yes +checking for sched_getaffinity... yes +checking for sched_getaffinity_np... no +checking for pstat_getdynamic... no +checking for sysmp... no +checking for sysctl... yes +checking for glibc compatible sched_getaffinity... yes +checking whether open recognizes a trailing slash... yes +checking for poll... yes +checking whether posix_spawn_file_actions_addclose works... yes +checking whether posix_spawn_file_actions_adddup2 works... yes +checking whether posix_spawn_file_actions_addopen works... yes +checking for putenv compatible with GNU and SVID... yes +checking whether readlink signature is correct... yes +checking whether readlink handles trailing slash correctly... yes +checking whether readlink truncates results correctly... yes +checking for working re_compile_pattern... no +checking libintl.h usability... yes +checking libintl.h presence... yes +checking for libintl.h... yes +checking whether isblank is declared... yes +checking whether rename honors trailing slash on destination... yes +checking whether rename honors trailing slash on source... yes +checking whether rename manages hard links correctly... yes +checking whether rename manages existing destinations correctly... yes +checking whether rmdir works... yes +checking whether select supports a 0 argument... yes +checking whether select detects invalid fds... yes +checking whether setenv validates arguments... yes +checking for socklen_t... yes +checking for ssize_t... (cached) yes +checking for struct stat.st_atim.tv_nsec... yes +checking whether struct stat.st_atim is of type struct timespec... yes +checking for struct stat.st_birthtimespec.tv_nsec... no +checking for struct stat.st_birthtimensec... no +checking for struct stat.st_birthtim.tv_nsec... no +checking for bool, true, false... no +checking whether localtime works even near extrema... yes +checking for timezone_t... no +checking whether trunc is declared... yes +checking for variable-length arrays... yes +checking for vsnprintf... yes +checking whether snprintf respects a size of 1... yes +checking whether printf supports POSIX/XSI format strings with positions... yes +checking whether btowc(0) is correct... yes +checking whether btowc(EOF) is correct... guessing yes +checking for __builtin_expect... yes +checking whether mbrtowc handles incomplete characters... yes +checking whether mbrtowc works as well as mbtowc... guessing yes +checking whether mbrtowc handles a NULL pwc argument... yes +checking whether mbrtowc handles a NULL string argument... yes +checking whether mbrtowc has a correct return value... yes +checking whether mbrtowc returns 0 when parsing a NUL character... guessing yes +checking whether mbrtowc stores incomplete characters... no +checking whether mbrtowc works on empty input... yes +checking whether the C locale is free of encoding errors... no +checking whether setlocale (LC_ALL, NULL) is multithread-safe... (cached) yes +checking whether setlocale (category, NULL) is multithread-safe... (cached) yes +checking whether mbrtowc handles incomplete characters... (cached) yes +checking whether mbrtowc works as well as mbtowc... (cached) guessing yes +checking whether mbrtowc handles incomplete characters... (cached) yes +checking whether mbrtowc works as well as mbtowc... (cached) guessing yes +checking whether wcrtomb works in the C locale... yes +checking whether wcrtomb return value is correct... yes +checking whether localtime_r is declared... yes +checking whether localtime_r is compatible with its POSIX signature... yes +checking for __mktime_internal... no +checking for unsetenv... yes +checking for unsetenv() return type... int +checking whether unsetenv obeys POSIX... yes +checking how to print strings... printf +checking for a sed that does not truncate output... (cached) /usr/bin/sed +checking for fgrep... /usr/bin/grep -F +checking for ld used by gcc... /usr/bin/ld +checking if the linker (/usr/bin/ld) is GNU ld... yes +checking for BSD- or MS-compatible name lister (nm)... gcc-nm +checking the name lister (gcc-nm) interface... BSD nm +checking the maximum length of command line arguments... 1572864 +checking how to convert arm-unknown-linux-gnueabihf file names to arm-unknown-linux-gnueabihf format... func_convert_file_noop +checking how to convert arm-unknown-linux-gnueabihf file names to toolchain format... func_convert_file_noop +checking for /usr/bin/ld option to reload object files... -r +checking for objdump... objdump +checking how to recognize dependent libraries... pass_all +checking for dlltool... no +checking how to associate runtime and link libraries... printf %s\n +checking for archiver @FILE support... @ +checking for strip... strip +checking for ranlib... (cached) ranlib +checking command to parse gcc-nm output from gcc object... ok +checking for sysroot... no +checking for a working dd... /usr/bin/dd +checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 +checking for mt... mt +checking if mt is a manifest tool... no +checking for dlfcn.h... yes +checking for objdir... .libs +checking if gcc supports -fno-rtti -fno-exceptions... no +checking for gcc option to produce PIC... -fPIC -DPIC +checking if gcc PIC flag -fPIC -DPIC works... yes +checking if gcc static flag -static works... yes +checking if gcc supports -c -o file.o... yes +checking if gcc supports -c -o file.o... (cached) yes +checking whether the gcc linker (/usr/bin/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... no +checking for dlopen... no +checking for dlopen in -ldl... yes +checking whether a program can dlopen itself... yes +checking whether a statically linked program can dlopen itself... no +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... yes +checking for library containing dlopen... -ldl +checking for makeinfo... yes +checking for emacs... emacs +checking where .elc files should go... ${datadir}/emacs/site-lisp +checking if JIT code generation supported for target CPU... yes +checking whether to enable JIT code generation... no +checking whether to use system and library "64" calls... yes +checking for __uc_get_ar_bsp in -luca... no +checking for working volatile... yes +checking for inline... (cached) inline +checking for __uc_get_ar_bsp in -luca... (cached) no +checking whether byte ordering is bigendian... (cached) no +checking labels as values... yes +checking size of char... 1 +checking size of unsigned char... 1 +checking size of short... 2 +checking size of unsigned short... 2 +checking size of int... 4 +checking size of unsigned int... 4 +checking size of long... 4 +checking size of unsigned long... 4 +checking size of size_t... 4 +checking size of long long... 8 +checking size of unsigned long long... 8 +checking size of __int64... 0 +checking size of unsigned __int64... 0 +checking size of void *... 4 +checking size of intptr_t... 4 +checking size of uintptr_t... 4 +checking size of ptrdiff_t... 4 +checking size of size_t... (cached) 4 +checking size of off_t... 8 +checking size of intmax_t... 8 +checking stdatomic.h usability... yes +checking stdatomic.h presence... yes +checking for stdatomic.h... yes +checking for which prebuilt binary set to use during bootstrap... 32-bit-little-endian +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 for memory.h... (cached) yes +checking process.h usability... no +checking process.h presence... no +checking for process.h... no +checking sys/dir.h usability... yes +checking sys/dir.h presence... yes +checking for sys/dir.h... yes +checking for sys/ioctl.h... (cached) yes +checking for sys/select.h... (cached) yes +checking for sys/time.h... (cached) yes +checking sys/timeb.h usability... yes +checking sys/timeb.h presence... yes +checking for sys/timeb.h... yes +checking for sys/times.h... (cached) 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 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 machine/fpu.h usability... no +checking machine/fpu.h presence... no +checking for machine/fpu.h... no +checking for sched.h... (cached) yes +checking sys/sendfile.h usability... yes +checking sys/sendfile.h presence... yes +checking for sys/sendfile.h... yes +checking for complex double... yes +checking for socklen_t... (cached) yes +checking for struct ip_mreq... yes +checking type of array argument to getgroups... gid_t +checking for mode_t... (cached) yes +checking for cos in -lm... yes +checking for gethostbyname... (cached) yes +checking for connect... 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 fchownat... yes +checking for fchmod... yes +checking for fchdir... yes +checking for readlinkat... yes +checking for fchmodat... yes +checking for symlinkat... yes +checking for mkdirat... yes +checking for renameat... yes +checking for unlinkat... yes +checking for getcwd... (cached) yes +checking for geteuid... yes +checking for getsid... yes +checking for gettimeofday... yes +checking for getuid... yes +checking for getgid... yes +checking for gmtime_r... yes +checking for ioctl... yes +checking for lstat... (cached) yes +checking for mkdir... yes +checking for mkdtemp... yes +checking for mknod... yes +checking for nice... yes +checking for readlink... (cached) yes +checking for rmdir... yes +checking for setegid... yes +checking for seteuid... yes +checking for setuid... yes +checking for setgid... yes +checking for setpgid... yes +checking for setsid... yes +checking for sigaction... yes +checking for siginterrupt... yes +checking for stat64... yes +checking for strptime... yes +checking for symlink... (cached) yes +checking for sync... yes +checking for sysconf... yes +checking for tcgetpgrp... yes +checking for tcsetpgrp... yes +checking for uname... yes +checking for waitpid... yes +checking for strdup... yes +checking for usleep... yes +checking for on_exit... yes +checking for chown... yes +checking for link... (cached) yes +checking for fcntl... (cached) 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 rindex... yes +checking for truncate... yes +checking for isblank... (cached) yes +checking for _NSGetEnviron... no +checking for strcoll_l... yes +checking for strtod_l... yes +checking for strtol_l... yes +checking for newlocale... yes +checking for uselocale... yes +checking for utimensat... yes +checking for fstatat... yes +checking for futimens... yes +checking for openat... yes +checking for sched_getaffinity... (cached) yes +checking for sched_setaffinity... yes +checking for sendfile... yes +checking for pipe2... (cached) yes +checking whether _NL_NUMERIC_GROUPING is declared... no +checking crypt.h usability... yes +checking crypt.h presence... yes +checking for crypt.h... yes +checking for netdb.h... (cached) yes +checking for pthread.h... (cached) yes +checking pthread_np.h usability... no +checking pthread_np.h presence... no +checking for pthread_np.h... no +checking for sys/param.h... (cached) yes +checking sys/resource.h usability... yes +checking sys/resource.h presence... yes +checking for sys/resource.h... yes +checking for sys/file.h... (cached) yes +checking for sys/mman.h... (cached) yes +checking for chroot... yes +checking for flock... (cached) yes +checking for getlogin... (cached) yes +checking for cuserid... yes +checking for getpriority... yes +checking for setpriority... yes +checking for getpass... yes +checking for sethostname... yes +checking for gethostname... (cached) yes +checking whether sethostname is declared... yes +checking whether hstrerror is declared... no +checking whether cuserid is declared... yes +checking for library containing crypt... -lcrypt +checking for i... _Complex_I +checking whether csqrt is usable... yes +checking whether getitimer(ITIMER_PROF) is usable... yes +checking whether getitimer(ITIMER_VIRTUAL) is usable... yes +checking for libgmp... yes +checking how to link with libgmp... /usr/lib/arm-linux-gnueabihf/libgmp.so +checking whether mpz_inits is declared... yes +checking whether libunistring was built with iconv support... yes +checking for pkg-config... /usr/bin/pkg-config +checking pkg-config is at least version 0.9.0... yes +checking for libffi... yes +checking size of size_t... (cached) 4 +checking size of ssize_t... 4 +checking whether NLS is requested... yes +checking for msgfmt... /usr/bin/msgfmt +checking for gmsgfmt... /usr/bin/msgfmt +checking for xgettext... /usr/bin/xgettext +checking for msgmerge... /usr/bin/msgmerge +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 getlogin is declared... (cached) yes +checking whether alarm is declared... (cached) 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 getrlimit... yes +checking for setrlimit... 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 struct sockaddr_in.sin_len... no +checking for __libc_stack_end... yes +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... no +checking for strerror... yes +checking for memmove... yes +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 __sincos... no +checking for trunc... yes +checking for isinf... yes +checking for isnan... yes +checking for struct stat.st_rdev... yes +checking for struct stat.st_blksize... yes +checking for struct stat.st_blocks... yes +checking for struct stat.st_atim... yes +checking for struct stat.st_mtim... yes +checking for struct stat.st_ctim... yes +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... no +checking the value of `iconveh_error'... 0 +checking the value of `iconveh_question_mark'... 1 +checking the value of `iconveh_escape_sequence'... 2 +checking for which bdw-gc pkg-config file to use... bdw-gc +checking for bdw-gc >= 7.2... yes +checking for GC_pthread_exit... yes +checking for GC_pthread_cancel... yes +checking for GC_pthread_sigmask... yes +checking for GC_move_disappearing_link... yes +checking for GC_is_heap_ptr... yes +checking for struct GC_stack_base.reg_base... no +checking size of float... 4 +checking for struct linger... yes +checking for struct timespec... yes +checking for the pthreads library -lpthreads... no +checking whether pthreads work without any flags... no +checking whether pthreads work with -Kthread... no +checking whether pthreads work with -kthread... no +checking for the pthreads library -llthread... no +checking whether pthreads work with -pthread... yes +checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE +checking if more special flags are required for pthreads... no +checking for pthread_attr_getstack... yes +checking for pthread_getattr_np... yes +checking for pthread_get_stackaddr_np... no +checking for pthread_attr_get_np... no +checking for pthread_sigmask... yes +checking for pthread_cancel... yes +checking for pthread_jit_write_protect_np... no +checking whether PTHREAD_ONCE_INIT needs braces... no +checking whether PTHREAD_MUTEX_INITIALIZER needs braces... no +checking for library containing sched_yield... none required +checking what kind of threads to support... pthreads +checking whether pthread_attr_getstack works for the main thread... yes +checking whether the `__thread' storage class is available... yes +checking whether C compiler handles -Werror -Wunknown-warning-option... no +checking whether C compiler handles -Wall... yes +checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no +checking whether C compiler handles -Wmissing-prototypes... yes +checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no +checking whether C compiler handles -Wpointer-arith... yes +checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no +checking whether C compiler handles -fno-strict-aliasing... yes +checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no +checking whether C compiler handles -fwrapv... yes +checking whether the linker understands `-z relro'... yes +checking for tgoto in -lncurses... yes +checking how to link with libreadline... /usr/lib/arm-linux-gnueabihf/libreadline.so +checking for siginterrupt... (cached) yes +checking for rl_clear_signals... yes +checking for rl_cleanup_after_signal... yes +checking for rl_filename_completion_function... yes +checking whether rl_catch_signals is declared... yes +checking whether rl_catch_sigwinch is declared... yes +checking for rl_get_keymap_name... yes +checking for rl_getc_function pointer in readline... yes +checking for strdup... (cached) yes +checking that generated files are newer than configure... done +configure: creating ./config.status +config.status: creating libguile/gen-scmconfig.h +config.status: creating Makefile +config.status: creating am/Makefile +config.status: creating lib/Makefile +config.status: creating benchmark-suite/Makefile +config.status: creating gc-benchmarks/Makefile +config.status: creating doc/Makefile +config.status: creating doc/r5rs/Makefile +config.status: creating doc/ref/Makefile +config.status: creating emacs/Makefile +config.status: creating examples/Makefile +config.status: creating libguile/Makefile +config.status: creating libguile/version.h +config.status: creating guile-readline/Makefile +config.status: creating test-suite/Makefile +config.status: creating test-suite/standalone/Makefile +config.status: creating meta/Makefile +config.status: creating module/Makefile +config.status: creating stage0/Makefile +config.status: creating stage1/Makefile +config.status: creating stage2/Makefile +config.status: creating prebuilt/Makefile +config.status: creating prebuilt/x86_64-unknown-linux-gnu/Makefile +config.status: creating prebuilt/i686-pc-linux-gnu/Makefile +config.status: creating prebuilt/mips-unknown-linux-gnu/Makefile +config.status: creating check-guile +config.status: creating benchmark-guile +config.status: creating meta/guile +config.status: creating meta/build-env +config.status: creating meta/uninstalled-env +config.status: creating meta/gdb-uninstalled-guile +config.status: creating libguile/guile-snarf +config.status: creating libguile/guile-snarf-docs +config.status: creating test-suite/standalone/test-use-srfi +config.status: creating test-suite/standalone/test-fast-slot-ref +config.status: creating config.h +config.status: executing depfiles commands +config.status: executing libtool commands +config.status: executing po-directories commands +make[1]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9' + debian/rules override_dh_auto_build +make[1]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9' +timeout 10h bash \ + -c 'while true; do echo "still going" 1>&2; sleep 600; done' & \ +trap "kill $!" EXIT \ +&& /usr/bin/make -j "4" +still going +make[2]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9' +/usr/bin/make -C libguile scmconfig.h +make[3]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/libguile' +\ +if [ "no" = "yes" ]; then \ + gcc -DHAVE_CONFIG_H -I.. \ + -c -o gen-scmconfig.o gen-scmconfig.c; \ +else \ + gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o gen-scmconfig.o gen-scmconfig.c; \ +fi +\ +rm -f gen-scmconfig; \ +if [ "no" = "yes" ]; then \ + gcc -o gen-scmconfig gen-scmconfig.o; \ +else \ + /bin/bash ../libtool --tag=CC --mode=link gcc -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -Wl,-z,relro -o gen-scmconfig gen-scmconfig.o -lcrypt -ldl -lm; \ +fi +libtool: link: gcc -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -Wl,-z -Wl,relro -o gen-scmconfig gen-scmconfig.o -lcrypt -ldl -lm +(rm -f scmconfig.h.tmp; \ +cat ./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) +make[3]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/libguile' +/usr/bin/make all-recursive +make[3]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9' +Making all in lib +make[4]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/lib' +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|@''HAVE_ALLOCA_H''@|1|g' \ + ./alloca.in.h > alloca.h-t +/usr/bin/mkdir -p 'arpa' +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|@''GUARD_PREFIX''@|GL|g' \ + -e 's|@''HAVE_DIRENT_H''@|1|g' \ + -e 's|@''INCLUDE_NEXT''@|include_next|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ + -e 's|@''PRAGMA_COLUMNS''@||g' \ + -e 's|@''NEXT_DIRENT_H''@||g' \ + -e 's/@''GNULIB_OPENDIR''@/0/g' \ + -e 's/@''GNULIB_READDIR''@/0/g' \ + -e 's/@''GNULIB_REWINDDIR''@/0/g' \ + -e 's/@''GNULIB_CLOSEDIR''@/0/g' \ + -e 's/@''GNULIB_DIRFD''@/1/g' \ + -e 's/@''GNULIB_FDOPENDIR''@/0/g' \ + -e 's/@''GNULIB_SCANDIR''@/0/g' \ + -e 's/@''GNULIB_ALPHASORT''@/0/g' \ + -e 's/@''HAVE_OPENDIR''@/1/g' \ + -e 's/@''HAVE_READDIR''@/1/g' \ + -e 's/@''HAVE_REWINDDIR''@/1/g' \ + -e 's/@''HAVE_CLOSEDIR''@/1/g' \ + -e 's|@''HAVE_DECL_DIRFD''@|1|g' \ + -e 's|@''HAVE_DECL_FDOPENDIR''@|1|g' \ + -e 's|@''HAVE_FDOPENDIR''@|1|g' \ + -e 's|@''HAVE_SCANDIR''@|1|g' \ + -e 's|@''HAVE_ALPHASORT''@|1|g' \ + -e 's|@''REPLACE_OPENDIR''@|0|g' \ + -e 's|@''REPLACE_CLOSEDIR''@|0|g' \ + -e 's|@''REPLACE_DIRFD''@|0|g' \ + -e 's|@''REPLACE_FDOPENDIR''@|0|g' \ + -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ + -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ + -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ + ./dirent.in.h > dirent.h-t +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|@''GUARD_PREFIX''@|GL|g' \ + -e 's|@''INCLUDE_NEXT''@|include_next|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ + -e 's|@''PRAGMA_COLUMNS''@||g' \ + -e 's|@''NEXT_FCNTL_H''@||g' \ + -e 's/@''GNULIB_CREAT''@/0/g' \ + -e 's/@''GNULIB_FCNTL''@/0/g' \ + -e 's/@''GNULIB_NONBLOCKING''@/0/g' \ + -e 's/@''GNULIB_OPEN''@/1/g' \ + -e 's/@''GNULIB_OPENAT''@/0/g' \ + -e 's/@''GNULIB_MDA_CREAT''@/1/g' \ + -e 's/@''GNULIB_MDA_OPEN''@/1/g' \ + -e 's|@''HAVE_FCNTL''@|1|g' \ + -e 's|@''HAVE_OPENAT''@|1|g' \ + -e 's|@''REPLACE_CREAT''@|0|g' \ + -e 's|@''REPLACE_FCNTL''@|0|g' \ + -e 's|@''REPLACE_OPEN''@|0|g' \ + -e 's|@''REPLACE_OPENAT''@|0|g' \ + -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ + -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ + -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ + ./fcntl.in.h > fcntl.h-t +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|@''GUARD_PREFIX''@|GL|g' \ + -e 's|@''INCLUDE_NEXT''@|include_next|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ + -e 's|@''PRAGMA_COLUMNS''@||g' \ + -e 's|@''HAVE_FEATURES_H''@|1|g' \ + -e 's|@''NEXT_ARPA_INET_H''@||g' \ + -e 's|@''HAVE_ARPA_INET_H''@|1|g' \ + -e 's/@''GNULIB_INET_NTOP''@/1/g' \ + -e 's/@''GNULIB_INET_PTON''@/1/g' \ + -e 's|@''HAVE_WS2TCPIP_H''@|0|g' \ + -e 's|@''HAVE_DECL_INET_NTOP''@|1|g' \ + -e 's|@''HAVE_DECL_INET_PTON''@|1|g' \ + -e 's|@''REPLACE_INET_NTOP''@|0|g' \ + -e 's|@''REPLACE_INET_PTON''@|0|g' \ + -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ + -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ + -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ + ./arpa_inet.in.h > arpa/inet.h-t +mv alloca.h-t alloca.h +/usr/bin/mkdir -p 'malloc' +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e '/libc_hidden_proto/d' \ + ./malloc/dynarray.h > malloc/dynarray.gl.h-t +mv arpa/inet.h-t arpa/inet.h +mv fcntl.h-t fcntl.h +mv dirent.h-t dirent.h +/usr/bin/mkdir -p 'malloc' +mv malloc/dynarray.gl.h-t malloc/dynarray.gl.h +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|@''GUARD_PREFIX''@|GL|g' \ + -e 's|@''INCLUDE_NEXT''@|include_next|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ + -e 's|@''PRAGMA_COLUMNS''@||g' \ + -e 's|@''NEXT_ICONV_H''@||g' \ + -e 's/@''GNULIB_ICONV''@/1/g' \ + -e 's|@''ICONV_CONST''@||g' \ + -e 's|@''REPLACE_ICONV''@|0|g' \ + -e 's|@''REPLACE_ICONV_OPEN''@|0|g' \ + -e 's|@''REPLACE_ICONV_UTF''@|0|g' \ + -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ + -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ + -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ + ./iconv.in.h > iconv.h-t +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's/@''HAVE_INTTYPES_H''@/1/g' \ + -e 's|@''INCLUDE_NEXT''@|include_next|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ + -e 's|@''PRAGMA_COLUMNS''@||g' \ + -e 's|@''NEXT_INTTYPES_H''@||g' \ + -e 's/@''APPLE_UNIVERSAL_BUILD''@/0/g' \ + -e 's/@''PRIPTR_PREFIX''@/__PRIPTR_PREFIX/g' \ + -e 's/@''GNULIB_IMAXABS''@/0/g' \ + -e 's/@''GNULIB_IMAXDIV''@/0/g' \ + -e 's/@''GNULIB_STRTOIMAX''@/0/g' \ + -e 's/@''GNULIB_STRTOUMAX''@/0/g' \ + -e 's/@''HAVE_DECL_IMAXABS''@/1/g' \ + -e 's/@''HAVE_DECL_IMAXDIV''@/1/g' \ + -e 's/@''HAVE_DECL_STRTOIMAX''@/1/g' \ + -e 's/@''HAVE_DECL_STRTOUMAX''@/1/g' \ + -e 's/@''HAVE_IMAXDIV_T''@/1/g' \ + -e 's/@''REPLACE_STRTOIMAX''@/0/g' \ + -e 's/@''REPLACE_STRTOUMAX''@/0/g' \ + -e 's/@''INT32_MAX_LT_INTMAX_MAX''@/1/g' \ + -e 's/@''INT64_MAX_EQ_LONG_MAX''@/defined _LP64/g' \ + -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/1/g' \ + -e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/defined _LP64/g' \ + -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ + -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ + -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ + ./inttypes.in.h > inttypes.h-t +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|||g' \ + -e 's|__attribute_maybe_unused__|_GL_ATTRIBUTE_MAYBE_UNUSED|g' \ + -e 's|__attribute_nonnull__|_GL_ATTRIBUTE_NONNULL|g' \ + -e 's|__attribute_warn_unused_result__|_GL_ATTRIBUTE_NODISCARD|g' \ + -e 's|__glibc_likely|_GL_LIKELY|g' \ + -e 's|__glibc_unlikely|_GL_UNLIKELY|g' \ + ./malloc/dynarray-skeleton.c > malloc/dynarray-skeleton.gl.h-t +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|@''GUARD_PREFIX''@|GL|g' \ + -e 's|@''HAVE_LANGINFO_H''@|1|g' \ + -e 's|@''INCLUDE_NEXT''@|include_next|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ + -e 's|@''PRAGMA_COLUMNS''@||g' \ + -e 's|@''NEXT_LANGINFO_H''@||g' \ + -e 's/@''GNULIB_NL_LANGINFO''@/1/g' \ + -e 's|@''HAVE_LANGINFO_CODESET''@|1|g' \ + -e 's|@''HAVE_LANGINFO_T_FMT_AMPM''@|1|g' \ + -e 's|@''HAVE_LANGINFO_ALTMON''@|1|g' \ + -e 's|@''HAVE_LANGINFO_ERA''@|1|g' \ + -e 's|@''HAVE_LANGINFO_YESEXPR''@|1|g' \ + -e 's|@''HAVE_NL_LANGINFO''@|1|g' \ + -e 's|@''REPLACE_NL_LANGINFO''@|0|g' \ + -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ + -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ + ./langinfo.in.h > langinfo.h-t +mv iconv.h-t iconv.h +mv malloc/dynarray-skeleton.gl.h-t malloc/dynarray-skeleton.gl.h +mv langinfo.h-t langinfo.h +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|@''GUARD_PREFIX''@|GL|g' \ + -e 's|@''INCLUDE_NEXT''@|include_next|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ + -e 's|@''PRAGMA_COLUMNS''@||g' \ + -e 's|@''NEXT_LIMITS_H''@||g' \ + ./limits.in.h > limits.h-t +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|@''GUARD_PREFIX''@|GL|g' \ + -e 's|@''INCLUDE_NEXT''@|include_next|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ + -e 's|@''PRAGMA_COLUMNS''@||g' \ + -e 's|@''NEXT_LOCALE_H''@||g' \ + -e 's/@''GNULIB_LOCALECONV''@/0/g' \ + -e 's/@''GNULIB_SETLOCALE''@/0/g' \ + -e 's/@''GNULIB_SETLOCALE_NULL''@/1/g' \ + -e 's/@''GNULIB_DUPLOCALE''@/1/g' \ + -e 's/@''GNULIB_LOCALENAME''@/0/g' \ + -e 's|@''HAVE_NEWLOCALE''@|1|g' \ + -e 's|@''HAVE_DUPLOCALE''@|1|g' \ + -e 's|@''HAVE_FREELOCALE''@|1|g' \ + -e 's|@''HAVE_XLOCALE_H''@|0|g' \ + -e 's|@''REPLACE_LOCALECONV''@|0|g' \ + -e 's|@''REPLACE_SETLOCALE''@|0|g' \ + -e 's|@''REPLACE_NEWLOCALE''@|0|g' \ + -e 's|@''REPLACE_DUPLOCALE''@|0|g' \ + -e 's|@''REPLACE_FREELOCALE''@|0|g' \ + -e 's|@''REPLACE_STRUCT_LCONV''@|0|g' \ + -e 's|@''LOCALENAME_ENHANCE_LOCALE_FUNCS''@|0|g' \ + -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ + -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ + -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ + ./locale.in.h > locale.h-t +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|@''GUARD_PREFIX''@|GL|g' \ + -e 's|@''INCLUDE_NEXT_AS_FIRST_DIRECTIVE''@|include_next|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ + -e 's|@''PRAGMA_COLUMNS''@||g' \ + -e 's|@''NEXT_AS_FIRST_DIRECTIVE_MATH_H''@||g' \ + -e 's/@''GNULIB_ACOSF''@/0/g' \ + -e 's/@''GNULIB_ACOSL''@/0/g' \ + -e 's/@''GNULIB_ASINF''@/0/g' \ + -e 's/@''GNULIB_ASINL''@/0/g' \ + -e 's/@''GNULIB_ATANF''@/0/g' \ + -e 's/@''GNULIB_ATANL''@/0/g' \ + -e 's/@''GNULIB_ATAN2F''@/0/g' \ + -e 's/@''GNULIB_CBRT''@/0/g' \ + -e 's/@''GNULIB_CBRTF''@/0/g' \ + -e 's/@''GNULIB_CBRTL''@/0/g' \ + -e 's/@''GNULIB_CEIL''@/1/g' \ + -e 's/@''GNULIB_CEILF''@/0/g' \ + -e 's/@''GNULIB_CEILL''@/0/g' \ + -e 's/@''GNULIB_COPYSIGN''@/1/g' \ + -e 's/@''GNULIB_COPYSIGNF''@/0/g' \ + -e 's/@''GNULIB_COPYSIGNL''@/0/g' \ + -e 's/@''GNULIB_COSF''@/0/g' \ + -e 's/@''GNULIB_COSL''@/0/g' \ + -e 's/@''GNULIB_COSHF''@/0/g' \ + -e 's/@''GNULIB_EXPF''@/0/g' \ + -e 's/@''GNULIB_EXPL''@/0/g' \ + -e 's/@''GNULIB_EXP2''@/0/g' \ + -e 's/@''GNULIB_EXP2F''@/0/g' \ + -e 's/@''GNULIB_EXP2L''@/0/g' \ + -e 's/@''GNULIB_EXPM1''@/0/g' \ + -e 's/@''GNULIB_EXPM1F''@/0/g' \ + -e 's/@''GNULIB_EXPM1L''@/0/g' \ + -e 's/@''GNULIB_FABSF''@/0/g' \ + -e 's/@''GNULIB_FABSL''@/0/g' \ + -e 's/@''GNULIB_FLOOR''@/1/g' \ + -e 's/@''GNULIB_FLOORF''@/0/g' \ + -e 's/@''GNULIB_FLOORL''@/0/g' \ + -e 's/@''GNULIB_FMA''@/0/g' \ + -e 's/@''GNULIB_FMAF''@/0/g' \ + -e 's/@''GNULIB_FMAL''@/0/g' \ + -e 's/@''GNULIB_FMOD''@/0/g' \ + -e 's/@''GNULIB_FMODF''@/0/g' \ + -e 's/@''GNULIB_FMODL''@/0/g' \ + -e 's/@''GNULIB_FREXPF''@/0/g' \ + -e 's/@''GNULIB_FREXP''@/1/g' \ + -e 's/@''GNULIB_FREXPL''@/0/g' \ + -e 's/@''GNULIB_HYPOT''@/0/g' \ + -e 's/@''GNULIB_HYPOTF''@/0/g' \ + -e 's/@''GNULIB_HYPOTL''@/0/g' \ + < ./math.in.h | \ + sed -e 's/@''GNULIB_ILOGB''@/0/g' \ + -e 's/@''GNULIB_ILOGBF''@/0/g' \ + -e 's/@''GNULIB_ILOGBL''@/0/g' \ + -e 's/@''GNULIB_ISFINITE''@/1/g' \ + -e 's/@''GNULIB_ISINF''@/1/g' \ + -e 's/@''GNULIB_ISNAN''@/1/g' \ + -e 's/@''GNULIB_ISNANF''@/1/g' \ + -e 's/@''GNULIB_ISNAND''@/1/g' \ + -e 's/@''GNULIB_ISNANL''@/1/g' \ + -e 's/@''GNULIB_LDEXPF''@/0/g' \ + -e 's/@''GNULIB_LDEXPL''@/0/g' \ + -e 's/@''GNULIB_LOG''@/0/g' \ + -e 's/@''GNULIB_LOGF''@/0/g' \ + -e 's/@''GNULIB_LOGL''@/0/g' \ + -e 's/@''GNULIB_LOG10''@/0/g' \ + -e 's/@''GNULIB_LOG10F''@/0/g' \ + -e 's/@''GNULIB_LOG10L''@/0/g' \ + -e 's/@''GNULIB_LOG1P''@/1/g' \ + -e 's/@''GNULIB_LOG1PF''@/0/g' \ + -e 's/@''GNULIB_LOG1PL''@/0/g' \ + -e 's/@''GNULIB_LOG2''@/0/g' \ + -e 's/@''GNULIB_LOG2F''@/0/g' \ + -e 's/@''GNULIB_LOG2L''@/0/g' \ + -e 's/@''GNULIB_LOGB''@/0/g' \ + -e 's/@''GNULIB_LOGBF''@/0/g' \ + -e 's/@''GNULIB_LOGBL''@/0/g' \ + -e 's/@''GNULIB_MODF''@/0/g' \ + -e 's/@''GNULIB_MODFF''@/0/g' \ + -e 's/@''GNULIB_MODFL''@/0/g' \ + -e 's/@''GNULIB_POWF''@/0/g' \ + -e 's/@''GNULIB_REMAINDER''@/0/g' \ + -e 's/@''GNULIB_REMAINDERF''@/0/g' \ + -e 's/@''GNULIB_REMAINDERL''@/0/g' \ + -e 's/@''GNULIB_RINT''@/0/g' \ + -e 's/@''GNULIB_RINTF''@/0/g' \ + -e 's/@''GNULIB_RINTL''@/0/g' \ + -e 's/@''GNULIB_ROUND''@/0/g' \ + -e 's/@''GNULIB_ROUNDF''@/0/g' \ + -e 's/@''GNULIB_ROUNDL''@/0/g' \ + -e 's/@''GNULIB_SIGNBIT''@/0/g' \ + -e 's/@''GNULIB_SINF''@/0/g' \ + -e 's/@''GNULIB_SINL''@/0/g' \ + -e 's/@''GNULIB_SINHF''@/0/g' \ + -e 's/@''GNULIB_SQRTF''@/0/g' \ + -e 's/@''GNULIB_SQRTL''@/0/g' \ + -e 's/@''GNULIB_TANF''@/0/g' \ + -e 's/@''GNULIB_TANL''@/0/g' \ + -e 's/@''GNULIB_TANHF''@/0/g' \ + -e 's/@''GNULIB_TRUNC''@/1/g' \ + -e 's/@''GNULIB_TRUNCF''@/0/g' \ + -e 's/@''GNULIB_TRUNCL''@/0/g' \ + -e 's/@''GNULIB_MDA_J0''@/1/g' \ + -e 's/@''GNULIB_MDA_J1''@/1/g' \ + -e 's/@''GNULIB_MDA_JN''@/1/g' \ + -e 's/@''GNULIB_MDA_Y0''@/1/g' \ + -e 's/@''GNULIB_MDA_Y1''@/1/g' \ + -e 's/@''GNULIB_MDA_YN''@/1/g' \ + | \ + sed -e 's|@''HAVE_ACOSF''@|1|g' \ + -e 's|@''HAVE_ACOSL''@|1|g' \ + -e 's|@''HAVE_ASINF''@|1|g' \ + -e 's|@''HAVE_ASINL''@|1|g' \ + -e 's|@''HAVE_ATANF''@|1|g' \ + -e 's|@''HAVE_ATANL''@|1|g' \ + -e 's|@''HAVE_ATAN2F''@|1|g' \ + -e 's|@''HAVE_CBRT''@|1|g' \ + -e 's|@''HAVE_CBRTF''@|1|g' \ + -e 's|@''HAVE_CBRTL''@|1|g' \ + -e 's|@''HAVE_COPYSIGN''@|1|g' \ + -e 's|@''HAVE_COPYSIGNL''@|1|g' \ + -e 's|@''HAVE_COSF''@|1|g' \ + -e 's|@''HAVE_COSL''@|1|g' \ + -e 's|@''HAVE_COSHF''@|1|g' \ + -e 's|@''HAVE_EXPF''@|1|g' \ + -e 's|@''HAVE_EXPL''@|1|g' \ + -e 's|@''HAVE_EXPM1''@|1|g' \ + -e 's|@''HAVE_EXPM1F''@|1|g' \ + -e 's|@''HAVE_FABSF''@|1|g' \ + -e 's|@''HAVE_FABSL''@|1|g' \ + -e 's|@''HAVE_FMA''@|1|g' \ + -e 's|@''HAVE_FMAF''@|1|g' \ + -e 's|@''HAVE_FMAL''@|1|g' \ + -e 's|@''HAVE_FMODF''@|1|g' \ + -e 's|@''HAVE_FMODL''@|1|g' \ + -e 's|@''HAVE_FREXPF''@|1|g' \ + -e 's|@''HAVE_HYPOTF''@|1|g' \ + -e 's|@''HAVE_HYPOTL''@|1|g' \ + -e 's|@''HAVE_ILOGB''@|1|g' \ + -e 's|@''HAVE_ILOGBF''@|1|g' \ + -e 's|@''HAVE_ILOGBL''@|1|g' \ + -e 's|@''HAVE_ISNANF''@|1|g' \ + -e 's|@''HAVE_ISNAND''@|1|g' \ + -e 's|@''HAVE_ISNANL''@|1|g' \ + -e 's|@''HAVE_LDEXPF''@|1|g' \ + -e 's|@''HAVE_LOGF''@|1|g' \ + -e 's|@''HAVE_LOGL''@|1|g' \ + -e 's|@''HAVE_LOG10F''@|1|g' \ + -e 's|@''HAVE_LOG10L''@|1|g' \ + -e 's|@''HAVE_LOG1P''@|1|g' \ + -e 's|@''HAVE_LOG1PF''@|1|g' \ + -e 's|@''HAVE_LOG1PL''@|1|g' \ + -e 's|@''HAVE_LOGBF''@|1|g' \ + -e 's|@''HAVE_LOGBL''@|1|g' \ + -e 's|@''HAVE_MODFF''@|1|g' \ + -e 's|@''HAVE_MODFL''@|1|g' \ + -e 's|@''HAVE_POWF''@|1|g' \ + -e 's|@''HAVE_REMAINDER''@|1|g' \ + -e 's|@''HAVE_REMAINDERF''@|1|g' \ + -e 's|@''HAVE_RINT''@|1|g' \ + -e 's|@''HAVE_RINTL''@|1|g' \ + -e 's|@''HAVE_SINF''@|1|g' \ + -e 's|@''HAVE_SINL''@|1|g' \ + -e 's|@''HAVE_SINHF''@|1|g' \ + -e 's|@''HAVE_SQRTF''@|1|g' \ + -e 's|@''HAVE_SQRTL''@|1|g' \ + -e 's|@''HAVE_TANF''@|1|g' \ + -e 's|@''HAVE_TANL''@|1|g' \ + -e 's|@''HAVE_TANHF''@|1|g' \ + -e 's|@''HAVE_DECL_ACOSL''@|1|g' \ + -e 's|@''HAVE_DECL_ASINL''@|1|g' \ + -e 's|@''HAVE_DECL_ATANL''@|1|g' \ + -e 's|@''HAVE_DECL_CBRTF''@|1|g' \ + -e 's|@''HAVE_DECL_CBRTL''@|1|g' \ + -e 's|@''HAVE_DECL_CEILF''@|1|g' \ + -e 's|@''HAVE_DECL_CEILL''@|1|g' \ + -e 's|@''HAVE_DECL_COPYSIGNF''@|1|g' \ + -e 's|@''HAVE_DECL_COSL''@|1|g' \ + -e 's|@''HAVE_DECL_EXPL''@|1|g' \ + -e 's|@''HAVE_DECL_EXP2''@|1|g' \ + -e 's|@''HAVE_DECL_EXP2F''@|1|g' \ + -e 's|@''HAVE_DECL_EXP2L''@|1|g' \ + -e 's|@''HAVE_DECL_EXPM1L''@|1|g' \ + -e 's|@''HAVE_DECL_FLOORF''@|1|g' \ + -e 's|@''HAVE_DECL_FLOORL''@|1|g' \ + -e 's|@''HAVE_DECL_FREXPL''@|1|g' \ + -e 's|@''HAVE_DECL_LDEXPL''@|1|g' \ + -e 's|@''HAVE_DECL_LOGL''@|1|g' \ + -e 's|@''HAVE_DECL_LOG10L''@|1|g' \ + -e 's|@''HAVE_DECL_LOG2''@|1|g' \ + -e 's|@''HAVE_DECL_LOG2F''@|1|g' \ + -e 's|@''HAVE_DECL_LOG2L''@|1|g' \ + -e 's|@''HAVE_DECL_LOGB''@|1|g' \ + -e 's|@''HAVE_DECL_REMAINDER''@|1|g' \ + -e 's|@''HAVE_DECL_REMAINDERL''@|1|g' \ + -e 's|@''HAVE_DECL_RINTF''@|1|g' \ + -e 's|@''HAVE_DECL_ROUND''@|1|g' \ + -e 's|@''HAVE_DECL_ROUNDF''@|1|g' \ + -e 's|@''HAVE_DECL_ROUNDL''@|1|g' \ + -e 's|@''HAVE_DECL_SINL''@|1|g' \ + -e 's|@''HAVE_DECL_SQRTL''@|1|g' \ + -e 's|@''HAVE_DECL_TANL''@|1|g' \ + -e 's|@''HAVE_DECL_TRUNC''@|1|g' \ + -e 's|@''HAVE_DECL_TRUNCF''@|1|g' \ + -e 's|@''HAVE_DECL_TRUNCL''@|1|g' \ + | \ + sed -e 's|@''REPLACE_ACOSF''@|0|g' \ + -e 's|@''REPLACE_ASINF''@|0|g' \ + -e 's|@''REPLACE_ATANF''@|0|g' \ + -e 's|@''REPLACE_ATAN2F''@|0|g' \ + -e 's|@''REPLACE_CBRTF''@|0|g' \ + -e 's|@''REPLACE_CBRTL''@|0|g' \ + -e 's|@''REPLACE_CEIL''@|0|g' \ + -e 's|@''REPLACE_CEILF''@|0|g' \ + -e 's|@''REPLACE_CEILL''@|0|g' \ + -e 's|@''REPLACE_COSF''@|0|g' \ + -e 's|@''REPLACE_COSHF''@|0|g' \ + -e 's|@''REPLACE_EXPF''@|0|g' \ + -e 's|@''REPLACE_EXPL''@|0|g' \ + -e 's|@''REPLACE_EXPM1''@|0|g' \ + -e 's|@''REPLACE_EXPM1F''@|0|g' \ + -e 's|@''REPLACE_EXPM1L''@|0|g' \ + -e 's|@''REPLACE_EXP2''@|0|g' \ + -e 's|@''REPLACE_EXP2L''@|0|g' \ + -e 's|@''REPLACE_FABSL''@|0|g' \ + -e 's|@''REPLACE_FLOOR''@|0|g' \ + -e 's|@''REPLACE_FLOORF''@|0|g' \ + -e 's|@''REPLACE_FLOORL''@|0|g' \ + -e 's|@''REPLACE_FMA''@|0|g' \ + -e 's|@''REPLACE_FMAF''@|0|g' \ + -e 's|@''REPLACE_FMAL''@|0|g' \ + -e 's|@''REPLACE_FMOD''@|0|g' \ + -e 's|@''REPLACE_FMODF''@|0|g' \ + -e 's|@''REPLACE_FMODL''@|0|g' \ + -e 's|@''REPLACE_FREXPF''@|0|g' \ + -e 's|@''REPLACE_FREXP''@|0|g' \ + -e 's|@''REPLACE_FREXPL''@|0|g' \ + -e 's|@''REPLACE_HUGE_VAL''@|0|g' \ + -e 's|@''REPLACE_HYPOT''@|0|g' \ + -e 's|@''REPLACE_HYPOTF''@|0|g' \ + -e 's|@''REPLACE_HYPOTL''@|0|g' \ + -e 's|@''REPLACE_ILOGB''@|0|g' \ + -e 's|@''REPLACE_ILOGBF''@|0|g' \ + -e 's|@''REPLACE_ILOGBL''@|0|g' \ + -e 's|@''REPLACE_ISFINITE''@|0|g' \ + -e 's|@''REPLACE_ISINF''@|0|g' \ + -e 's|@''REPLACE_ISNAN''@|0|g' \ + -e 's|@''REPLACE_ITOLD''@|0|g' \ + -e 's|@''REPLACE_LDEXPL''@|0|g' \ + -e 's|@''REPLACE_LOG''@|0|g' \ + -e 's|@''REPLACE_LOGF''@|0|g' \ + -e 's|@''REPLACE_LOGL''@|0|g' \ + -e 's|@''REPLACE_LOG10''@|0|g' \ + -e 's|@''REPLACE_LOG10F''@|0|g' \ + -e 's|@''REPLACE_LOG10L''@|0|g' \ + -e 's|@''REPLACE_LOG1P''@|0|g' \ + -e 's|@''REPLACE_LOG1PF''@|0|g' \ + -e 's|@''REPLACE_LOG1PL''@|0|g' \ + -e 's|@''REPLACE_LOG2''@|0|g' \ + -e 's|@''REPLACE_LOG2F''@|0|g' \ + -e 's|@''REPLACE_LOG2L''@|0|g' \ + -e 's|@''REPLACE_LOGB''@|0|g' \ + -e 's|@''REPLACE_LOGBF''@|0|g' \ + -e 's|@''REPLACE_LOGBL''@|0|g' \ + -e 's|@''REPLACE_MODF''@|0|g' \ + -e 's|@''REPLACE_MODFF''@|0|g' \ + -e 's|@''REPLACE_MODFL''@|0|g' \ + -e 's|@''REPLACE_NAN''@|0|g' \ + -e 's|@''REPLACE_REMAINDER''@|0|g' \ + -e 's|@''REPLACE_REMAINDERF''@|0|g' \ + -e 's|@''REPLACE_REMAINDERL''@|0|g' \ + -e 's|@''REPLACE_RINTL''@|0|g' \ + -e 's|@''REPLACE_ROUND''@|0|g' \ + -e 's|@''REPLACE_ROUNDF''@|0|g' \ + -e 's|@''REPLACE_ROUNDL''@|0|g' \ + -e 's|@''REPLACE_SIGNBIT''@|0|g' \ + -e 's|@''REPLACE_SIGNBIT_USING_BUILTINS''@|0|g' \ + -e 's|@''REPLACE_SINF''@|0|g' \ + -e 's|@''REPLACE_SINHF''@|0|g' \ + -e 's|@''REPLACE_SQRTF''@|0|g' \ + -e 's|@''REPLACE_SQRTL''@|0|g' \ + -e 's|@''REPLACE_TANF''@|0|g' \ + -e 's|@''REPLACE_TANHF''@|0|g' \ + -e 's|@''REPLACE_TRUNC''@|0|g' \ + -e 's|@''REPLACE_TRUNCF''@|0|g' \ + -e 's|@''REPLACE_TRUNCL''@|0|g' \ + -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ + -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ + -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ + > math.h-t +mv inttypes.h-t inttypes.h +mv limits.h-t limits.h +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|@''GUARD_PREFIX''@|GL|g' \ + -e 's|@''INCLUDE_NEXT''@|include_next|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ + -e 's|@''PRAGMA_COLUMNS''@||g' \ + -e 's|@''NEXT_NETDB_H''@||g' \ + -e 's|@''HAVE_NETDB_H''@|1|g' \ + -e 's/@''GNULIB_GETADDRINFO''@/1/g' \ + -e 's|@''HAVE_STRUCT_ADDRINFO''@|1|g' \ + -e 's|@''HAVE_DECL_FREEADDRINFO''@|1|g' \ + -e 's|@''HAVE_DECL_GAI_STRERROR''@|1|g' \ + -e 's|@''HAVE_DECL_GETADDRINFO''@|1|g' \ + -e 's|@''HAVE_DECL_GETNAMEINFO''@|1|g' \ + -e 's|@''REPLACE_GAI_STRERROR''@|0|g' \ + -e 's|@''REPLACE_GETADDRINFO''@|0|g' \ + -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ + -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ + -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ + ./netdb.in.h > netdb.h-t +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|@''GUARD_PREFIX''@|GL|g' \ + -e 's|@''HAVE_POLL_H''@|1|g' \ + -e 's|@''INCLUDE_NEXT''@|include_next|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ + -e 's|@''PRAGMA_COLUMNS''@||g' \ + -e 's|@''NEXT_POLL_H''@||g' \ + -e 's/@''GNULIB_POLL''@/1/g' \ + -e 's|@''HAVE_WINSOCK2_H''@|0|g' \ + -e 's|@''HAVE_POLL''@|1|g' \ + -e 's|@''REPLACE_POLL''@|0|g' \ + -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ + -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ + ./poll.in.h > poll.h-t +mv locale.h-t locale.h +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|@''GUARD_PREFIX''@|GL|g' \ + -e 's|@''HAVE_SCHED_H''@|1|g' \ + -e 's|@''HAVE_SYS_CDEFS_H''@|1|g' \ + -e 's|@''INCLUDE_NEXT''@|include_next|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ + -e 's|@''PRAGMA_COLUMNS''@||g' \ + -e 's|@''NEXT_SCHED_H''@||g' \ + -e 's|@''HAVE_STRUCT_SCHED_PARAM''@|1|g' \ + -e 's/@''GNULIB_SCHED_YIELD''@/0/g' \ + -e 's|@''HAVE_SCHED_YIELD''@|1|g' \ + -e 's|@''REPLACE_SCHED_YIELD''@|0|g' \ + -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ + -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ + ./sched.in.h > sched.h-t +mv poll.h-t poll.h +mv netdb.h-t netdb.h +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|@''GUARD_PREFIX''@|GL|g' \ + -e 's|@''INCLUDE_NEXT''@|include_next|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ + -e 's|@''PRAGMA_COLUMNS''@||g' \ + -e 's|@''NEXT_SIGNAL_H''@||g' \ + -e 's/@''GNULIB_PTHREAD_SIGMASK''@/0/g' \ + -e 's/@''GNULIB_RAISE''@/0/g' \ + -e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/0/g' \ + -e 's/@''GNULIB_SIGPROCMASK''@/0/g' \ + -e 's/@''GNULIB_SIGACTION''@/0/g' \ + -e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|1|g' \ + -e 's|@''HAVE_PTHREAD_SIGMASK''@|1|g' \ + -e 's|@''HAVE_RAISE''@|1|g' \ + -e 's|@''HAVE_SIGSET_T''@|1|g' \ + -e 's|@''HAVE_SIGINFO_T''@|1|g' \ + -e 's|@''HAVE_SIGACTION''@|1|g' \ + -e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|1|g' \ + -e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|1|g' \ + -e 's|@''HAVE_SIGHANDLER_T''@|1|g' \ + -e 's|@''REPLACE_PTHREAD_SIGMASK''@|0|g' \ + -e 's|@''REPLACE_RAISE''@|0|g' \ + -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ + -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ + -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ + ./signal.in.h > signal.h-t +mv sched.h-t sched.h +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|@''GUARD_PREFIX''@|GL|g' \ + -e 's|@''HAVE_SPAWN_H''@|1|g' \ + -e 's|@''INCLUDE_NEXT''@|include_next|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ + -e 's|@''PRAGMA_COLUMNS''@||g' \ + -e 's|@''NEXT_SPAWN_H''@||g' \ + -e 's/@''GNULIB_POSIX_SPAWN''@/1/g' \ + -e 's/@''GNULIB_POSIX_SPAWNP''@/1/g' \ + -e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_INIT''@/1/g' \ + -e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR''@/0/g' \ + -e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE''@/1/g' \ + -e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2''@/1/g' \ + -e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDFCHDIR''@/0/g' \ + -e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN''@/1/g' \ + -e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_DESTROY''@/0/g' \ + -e 's/@''GNULIB_POSIX_SPAWNATTR_INIT''@/0/g' \ + -e 's/@''GNULIB_POSIX_SPAWNATTR_GETFLAGS''@/0/g' \ + -e 's/@''GNULIB_POSIX_SPAWNATTR_SETFLAGS''@/0/g' \ + -e 's/@''GNULIB_POSIX_SPAWNATTR_GETPGROUP''@/0/g' \ + -e 's/@''GNULIB_POSIX_SPAWNATTR_SETPGROUP''@/0/g' \ + -e 's/@''GNULIB_POSIX_SPAWNATTR_GETSCHEDPARAM''@/0/g' \ + -e 's/@''GNULIB_POSIX_SPAWNATTR_SETSCHEDPARAM''@/0/g' \ + -e 's/@''GNULIB_POSIX_SPAWNATTR_GETSCHEDPOLICY''@/0/g' \ + -e 's/@''GNULIB_POSIX_SPAWNATTR_SETSCHEDPOLICY''@/0/g' \ + -e 's/@''GNULIB_POSIX_SPAWNATTR_GETSIGDEFAULT''@/0/g' \ + -e 's/@''GNULIB_POSIX_SPAWNATTR_SETSIGDEFAULT''@/0/g' \ + -e 's/@''GNULIB_POSIX_SPAWNATTR_GETSIGMASK''@/0/g' \ + -e 's/@''GNULIB_POSIX_SPAWNATTR_SETSIGMASK''@/0/g' \ + -e 's/@''GNULIB_POSIX_SPAWNATTR_DESTROY''@/0/g' \ + -e 's|@''HAVE_POSIX_SPAWN''@|1|g' \ + -e 's|@''HAVE_POSIX_SPAWNATTR_T''@|1|g' \ + -e 's|@''HAVE_POSIX_SPAWN_FILE_ACTIONS_T''@|1|g' \ + -e 's|@''HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR''@|1|g' \ + -e 's|@''HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDFCHDIR''@|1|g' \ + -e 's|@''REPLACE_POSIX_SPAWN''@|0|g' \ + -e 's|@''REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR''@|0|g' \ + -e 's|@''REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE''@|0|g' \ + -e 's|@''REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2''@|0|g' \ + -e 's|@''REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDFCHDIR''@|0|g' \ + -e 's|@''REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN''@|0|g' \ + -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ + -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ + -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ + ./spawn.in.h > spawn.h-t +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + ./stdckdint.in.h > stdckdint.h-t +mv signal.h-t signal.h +mv stdckdint.h-t stdckdint.h +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|@''GUARD_PREFIX''@|GL|g' \ + -e 's|@''INCLUDE_NEXT''@|include_next|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ + -e 's|@''PRAGMA_COLUMNS''@||g' \ + -e 's|@''NEXT_STDIO_H''@||g' \ + -e 's/@''GNULIB_DPRINTF''@/0/g' \ + -e 's/@''GNULIB_FCLOSE''@/0/g' \ + -e 's/@''GNULIB_FDOPEN''@/0/g' \ + -e 's/@''GNULIB_FFLUSH''@/0/g' \ + -e 's/@''GNULIB_FGETC''@/1/g' \ + -e 's/@''GNULIB_FGETS''@/1/g' \ + -e 's/@''GNULIB_FOPEN''@/0/g' \ + -e 's/@''GNULIB_FOPEN_GNU''@/0/g' \ + -e 's/@''GNULIB_FPRINTF''@/1/g' \ + -e 's/@''GNULIB_FPRINTF_POSIX''@/0/g' \ + -e 's/@''GNULIB_FPURGE''@/0/g' \ + -e 's/@''GNULIB_FPUTC''@/1/g' \ + -e 's/@''GNULIB_FPUTS''@/1/g' \ + -e 's/@''GNULIB_FREAD''@/1/g' \ + -e 's/@''GNULIB_FREOPEN''@/0/g' \ + -e 's/@''GNULIB_FSCANF''@/1/g' \ + -e 's/@''GNULIB_FSEEK''@/0/g' \ + -e 's/@''GNULIB_FSEEKO''@/0/g' \ + -e 's/@''GNULIB_FTELL''@/0/g' \ + -e 's/@''GNULIB_FTELLO''@/0/g' \ + -e 's/@''GNULIB_FWRITE''@/1/g' \ + -e 's/@''GNULIB_GETC''@/1/g' \ + -e 's/@''GNULIB_GETCHAR''@/1/g' \ + -e 's/@''GNULIB_GETDELIM''@/0/g' \ + -e 's/@''GNULIB_GETLINE''@/0/g' \ + -e 's/@''GNULIB_OBSTACK_PRINTF''@/0/g' \ + -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/0/g' \ + -e 's/@''GNULIB_PCLOSE''@/0/g' \ + -e 's/@''GNULIB_PERROR''@/0/g' \ + -e 's/@''GNULIB_POPEN''@/0/g' \ + -e 's/@''GNULIB_PRINTF''@/1/g' \ + -e 's/@''GNULIB_PRINTF_POSIX''@/0/g' \ + -e 's/@''GNULIB_PUTC''@/1/g' \ + -e 's/@''GNULIB_PUTCHAR''@/1/g' \ + -e 's/@''GNULIB_PUTS''@/1/g' \ + -e 's/@''GNULIB_REMOVE''@/0/g' \ + -e 's/@''GNULIB_RENAME''@/1/g' \ + -e 's/@''GNULIB_RENAMEAT''@/0/g' \ + -e 's/@''GNULIB_SCANF''@/1/g' \ + -e 's/@''GNULIB_SNPRINTF''@/0/g' \ + -e 's/@''GNULIB_SPRINTF_POSIX''@/0/g' \ + -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/0/g' \ + -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/0/g' \ + -e 's/@''GNULIB_TMPFILE''@/0/g' \ + -e 's/@''GNULIB_VASPRINTF''@/0/g' \ + -e 's/@''GNULIB_VDPRINTF''@/0/g' \ + -e 's/@''GNULIB_VFPRINTF''@/1/g' \ + -e 's/@''GNULIB_VFPRINTF_POSIX''@/0/g' \ + -e 's/@''GNULIB_VFSCANF''@/0/g' \ + -e 's/@''GNULIB_VSCANF''@/0/g' \ + -e 's/@''GNULIB_VPRINTF''@/1/g' \ + -e 's/@''GNULIB_VPRINTF_POSIX''@/0/g' \ + -e 's/@''GNULIB_VSNPRINTF''@/1/g' \ + -e 's/@''GNULIB_VSPRINTF_POSIX''@/0/g' \ + -e 's/@''GNULIB_MDA_FCLOSEALL''@/1/g' \ + -e 's/@''GNULIB_MDA_FDOPEN''@/1/g' \ + -e 's/@''GNULIB_MDA_FILENO''@/1/g' \ + -e 's/@''GNULIB_MDA_GETW''@/1/g' \ + -e 's/@''GNULIB_MDA_PUTW''@/1/g' \ + -e 's/@''GNULIB_MDA_TEMPNAM''@/1/g' \ + < ./stdio.in.h | \ + sed -e 's|@''HAVE_DECL_FCLOSEALL''@|1|g' \ + -e 's|@''HAVE_DECL_FPURGE''@|1|g' \ + -e 's|@''HAVE_DECL_FSEEKO''@|1|g' \ + -e 's|@''HAVE_DECL_FTELLO''@|1|g' \ + -e 's|@''HAVE_DECL_GETDELIM''@|1|g' \ + -e 's|@''HAVE_DECL_GETLINE''@|1|g' \ + -e 's|@''HAVE_DECL_GETW''@|1|g' \ + -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|1|g' \ + -e 's|@''HAVE_DECL_PUTW''@|1|g' \ + -e 's|@''HAVE_DECL_SNPRINTF''@|1|g' \ + -e 's|@''HAVE_DECL_VSNPRINTF''@|1|g' \ + -e 's|@''HAVE_DPRINTF''@|1|g' \ + -e 's|@''HAVE_FSEEKO''@|1|g' \ + -e 's|@''HAVE_FTELLO''@|1|g' \ + -e 's|@''HAVE_PCLOSE''@|1|g' \ + -e 's|@''HAVE_POPEN''@|1|g' \ + -e 's|@''HAVE_RENAMEAT''@|1|g' \ + -e 's|@''HAVE_VASPRINTF''@|1|g' \ + -e 's|@''HAVE_VDPRINTF''@|1|g' \ + -e 's|@''REPLACE_DPRINTF''@|0|g' \ + -e 's|@''REPLACE_FCLOSE''@|0|g' \ + -e 's|@''REPLACE_FDOPEN''@|0|g' \ + -e 's|@''REPLACE_FFLUSH''@|0|g' \ + -e 's|@''REPLACE_FOPEN''@|0|g' \ + -e 's|@''REPLACE_FOPEN_FOR_FOPEN_GNU''@|0|g' \ + -e 's|@''REPLACE_FPRINTF''@|0|g' \ + -e 's|@''REPLACE_FPURGE''@|0|g' \ + -e 's|@''REPLACE_FREOPEN''@|0|g' \ + -e 's|@''REPLACE_FSEEK''@|0|g' \ + -e 's|@''REPLACE_FSEEKO''@|0|g' \ + -e 's|@''REPLACE_FTELL''@|0|g' \ + -e 's|@''REPLACE_FTELLO''@|0|g' \ + -e 's|@''REPLACE_GETDELIM''@|0|g' \ + -e 's|@''REPLACE_GETLINE''@|0|g' \ + -e 's|@''REPLACE_OBSTACK_PRINTF''@|0|g' \ + -e 's|@''REPLACE_PERROR''@|0|g' \ + -e 's|@''REPLACE_POPEN''@|0|g' \ + -e 's|@''REPLACE_PRINTF''@|0|g' \ + -e 's|@''REPLACE_REMOVE''@|0|g' \ + -e 's|@''REPLACE_RENAME''@|0|g' \ + -e 's|@''REPLACE_RENAMEAT''@|0|g' \ + -e 's|@''REPLACE_SNPRINTF''@|0|g' \ + -e 's|@''REPLACE_SPRINTF''@|0|g' \ + -e 's|@''REPLACE_STDIO_READ_FUNCS''@|0|g' \ + -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|0|g' \ + -e 's|@''REPLACE_TMPFILE''@|0|g' \ + -e 's|@''REPLACE_VASPRINTF''@|0|g' \ + -e 's|@''REPLACE_VDPRINTF''@|0|g' \ + -e 's|@''REPLACE_VFPRINTF''@|0|g' \ + -e 's|@''REPLACE_VPRINTF''@|0|g' \ + -e 's|@''REPLACE_VSNPRINTF''@|0|g' \ + -e 's|@''REPLACE_VSPRINTF''@|0|g' \ + -e 's|@''ASM_SYMBOL_PREFIX''@||g' \ + -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ + -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ + -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ + > stdio.h-t +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|@''GUARD_PREFIX''@|GL|g' \ + -e 's|@''INCLUDE_NEXT''@|include_next|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ + -e 's|@''PRAGMA_COLUMNS''@||g' \ + -e 's|@''NEXT_STDLIB_H''@||g' \ + -e 's/@''GNULIB__EXIT''@/0/g' \ + -e 's/@''GNULIB_ALIGNED_ALLOC''@/0/g' \ + -e 's/@''GNULIB_ATOLL''@/0/g' \ + -e 's/@''GNULIB_CALLOC_GNU''@/0/g' \ + -e 's/@''GNULIB_CALLOC_POSIX''@/0/g' \ + -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/1/g' \ + -e 's/@''GNULIB_FREE_POSIX''@/1/g' \ + -e 's/@''GNULIB_GETLOADAVG''@/0/g' \ + -e 's/@''GNULIB_GETSUBOPT''@/0/g' \ + -e 's/@''GNULIB_GRANTPT''@/0/g' \ + -e 's/@''GNULIB_MALLOC_GNU''@/1/g' \ + -e 's/@''GNULIB_MALLOC_POSIX''@/1/g' \ + -e 's/@''GNULIB_MBTOWC''@/0/g' \ + -e 's/@''GNULIB_MKDTEMP''@/0/g' \ + -e 's/@''GNULIB_MKOSTEMP''@/1/g' \ + -e 's/@''GNULIB_MKOSTEMPS''@/0/g' \ + -e 's/@''GNULIB_MKSTEMP''@/0/g' \ + -e 's/@''GNULIB_MKSTEMPS''@/0/g' \ + -e 's/@''GNULIB_POSIX_MEMALIGN''@/0/g' \ + -e 's/@''GNULIB_POSIX_OPENPT''@/0/g' \ + -e 's/@''GNULIB_PTSNAME''@/0/g' \ + -e 's/@''GNULIB_PTSNAME_R''@/0/g' \ + -e 's/@''GNULIB_PUTENV''@/1/g' \ + -e 's/@''GNULIB_QSORT_R''@/0/g' \ + -e 's/@''GNULIB_RANDOM''@/0/g' \ + -e 's/@''GNULIB_RANDOM_R''@/0/g' \ + -e 's/@''GNULIB_REALLOC_GNU''@/0/g' \ + -e 's/@''GNULIB_REALLOC_POSIX''@/0/g' \ + -e 's/@''GNULIB_REALLOCARRAY''@/0/g' \ + -e 's/@''GNULIB_REALPATH''@/1/g' \ + -e 's/@''GNULIB_RPMATCH''@/0/g' \ + -e 's/@''GNULIB_SECURE_GETENV''@/0/g' \ + -e 's/@''GNULIB_SETENV''@/1/g' \ + -e 's/@''GNULIB_STRTOD''@/0/g' \ + -e 's/@''GNULIB_STRTOL''@/0/g' \ + -e 's/@''GNULIB_STRTOLD''@/0/g' \ + -e 's/@''GNULIB_STRTOLL''@/0/g' \ + -e 's/@''GNULIB_STRTOUL''@/0/g' \ + -e 's/@''GNULIB_STRTOULL''@/0/g' \ + -e 's/@''GNULIB_SYSTEM_POSIX''@/0/g' \ + -e 's/@''GNULIB_UNLOCKPT''@/0/g' \ + -e 's/@''GNULIB_UNSETENV''@/1/g' \ + -e 's/@''GNULIB_WCTOMB''@/0/g' \ + -e 's/@''GNULIB_MDA_ECVT''@/1/g' \ + -e 's/@''GNULIB_MDA_FCVT''@/1/g' \ + -e 's/@''GNULIB_MDA_GCVT''@/1/g' \ + -e 's/@''GNULIB_MDA_MKTEMP''@/1/g' \ + -e 's/@''GNULIB_MDA_PUTENV''@/1/g' \ + < ./stdlib.in.h | \ + sed -e 's|@''HAVE__EXIT''@|1|g' \ + -e 's|@''HAVE_ALIGNED_ALLOC''@|1|g' \ + -e 's|@''HAVE_ATOLL''@|1|g' \ + -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|1|g' \ + -e 's|@''HAVE_DECL_ECVT''@|1|g' \ + -e 's|@''HAVE_DECL_FCVT''@|1|g' \ + -e 's|@''HAVE_DECL_GCVT''@|1|g' \ + -e 's|@''HAVE_DECL_GETLOADAVG''@|1|g' \ + -e 's|@''HAVE_GETSUBOPT''@|1|g' \ + -e 's|@''HAVE_GRANTPT''@|1|g' \ + -e 's|@''HAVE_INITSTATE''@|1|g' \ + -e 's|@''HAVE_DECL_INITSTATE''@|1|g' \ + -e 's|@''HAVE_MBTOWC''@|1|g' \ + -e 's|@''HAVE_MKDTEMP''@|1|g' \ + -e 's|@''HAVE_MKOSTEMP''@|1|g' \ + -e 's|@''HAVE_MKOSTEMPS''@|1|g' \ + -e 's|@''HAVE_MKSTEMP''@|1|g' \ + -e 's|@''HAVE_MKSTEMPS''@|1|g' \ + -e 's|@''HAVE_POSIX_MEMALIGN''@|1|g' \ + -e 's|@''HAVE_POSIX_OPENPT''@|1|g' \ + -e 's|@''HAVE_PTSNAME''@|1|g' \ + -e 's|@''HAVE_PTSNAME_R''@|1|g' \ + -e 's|@''HAVE_QSORT_R''@|1|g' \ + -e 's|@''HAVE_RANDOM''@|1|g' \ + -e 's|@''HAVE_RANDOM_H''@|1|g' \ + -e 's|@''HAVE_RANDOM_R''@|1|g' \ + -e 's|@''HAVE_REALLOCARRAY''@|1|g' \ + -e 's|@''HAVE_REALPATH''@|1|g' \ + -e 's|@''HAVE_RPMATCH''@|1|g' \ + -e 's|@''HAVE_SECURE_GETENV''@|1|g' \ + -e 's|@''HAVE_DECL_SETENV''@|1|g' \ + -e 's|@''HAVE_SETSTATE''@|1|g' \ + -e 's|@''HAVE_DECL_SETSTATE''@|1|g' \ + -e 's|@''HAVE_STRTOD''@|1|g' \ + -e 's|@''HAVE_STRTOL''@|1|g' \ + -e 's|@''HAVE_STRTOLD''@|1|g' \ + -e 's|@''HAVE_STRTOLL''@|1|g' \ + -e 's|@''HAVE_STRTOUL''@|1|g' \ + -e 's|@''HAVE_STRTOULL''@|1|g' \ + -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|1|g' \ + -e 's|@''HAVE_SYS_LOADAVG_H''@|0|g' \ + -e 's|@''HAVE_UNLOCKPT''@|1|g' \ + -e 's|@''HAVE_DECL_UNSETENV''@|1|g' \ + -e 's|@''REPLACE_ALIGNED_ALLOC''@|0|g' \ + -e 's|@''REPLACE_CALLOC_FOR_CALLOC_GNU''@|0|g' \ + -e 's|@''REPLACE_CALLOC_FOR_CALLOC_POSIX''@|0|g' \ + -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g' \ + -e 's|@''REPLACE_FREE''@|1|g' \ + -e 's|@''REPLACE_INITSTATE''@|0|g' \ + -e 's|@''REPLACE_MALLOC_FOR_MALLOC_GNU''@|0|g' \ + -e 's|@''REPLACE_MALLOC_FOR_MALLOC_POSIX''@|0|g' \ + -e 's|@''REPLACE_MBTOWC''@|0|g' \ + -e 's|@''REPLACE_MKSTEMP''@|0|g' \ + -e 's|@''REPLACE_POSIX_MEMALIGN''@|0|g' \ + -e 's|@''REPLACE_PTSNAME''@|0|g' \ + -e 's|@''REPLACE_PTSNAME_R''@|0|g' \ + -e 's|@''REPLACE_PUTENV''@|0|g' \ + -e 's|@''REPLACE_QSORT_R''@|0|g' \ + -e 's|@''REPLACE_RANDOM''@|0|g' \ + -e 's|@''REPLACE_RANDOM_R''@|0|g' \ + -e 's|@''REPLACE_REALLOC_FOR_REALLOC_GNU''@|0|g' \ + -e 's|@''REPLACE_REALLOC_FOR_REALLOC_POSIX''@|0|g' \ + -e 's|@''REPLACE_REALLOCARRAY''@|0|g' \ + -e 's|@''REPLACE_REALPATH''@|0|g' \ + -e 's|@''REPLACE_SETENV''@|0|g' \ + -e 's|@''REPLACE_SETSTATE''@|0|g' \ + -e 's|@''REPLACE_STRTOD''@|0|g' \ + -e 's|@''REPLACE_STRTOL''@|0|g' \ + -e 's|@''REPLACE_STRTOLD''@|0|g' \ + -e 's|@''REPLACE_STRTOLL''@|0|g' \ + -e 's|@''REPLACE_STRTOUL''@|0|g' \ + -e 's|@''REPLACE_STRTOULL''@|0|g' \ + -e 's|@''REPLACE_UNSETENV''@|0|g' \ + -e 's|@''REPLACE_WCTOMB''@|0|g' \ + -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ + -e '/definition of _Noreturn/r ./_Noreturn.h' \ + -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ + -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ + > stdlib.h-t +mv spawn.h-t spawn.h +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|@''GUARD_PREFIX''@|GL|g' \ + -e 's|@''INCLUDE_NEXT''@|include_next|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ + -e 's|@''PRAGMA_COLUMNS''@||g' \ + -e 's|@''NEXT_STRING_H''@||g' \ + -e 's/@''GNULIB_EXPLICIT_BZERO''@/0/g' \ + -e 's/@''GNULIB_FFSL''@/0/g' \ + -e 's/@''GNULIB_FFSLL''@/0/g' \ + -e 's/@''GNULIB_MBSLEN''@/0/g' \ + -e 's/@''GNULIB_MBSNLEN''@/0/g' \ + -e 's/@''GNULIB_MBSCHR''@/0/g' \ + -e 's/@''GNULIB_MBSRCHR''@/0/g' \ + -e 's/@''GNULIB_MBSSTR''@/0/g' \ + -e 's/@''GNULIB_MBSCASECMP''@/0/g' \ + -e 's/@''GNULIB_MBSNCASECMP''@/0/g' \ + -e 's/@''GNULIB_MBSPCASECMP''@/0/g' \ + -e 's/@''GNULIB_MBSCASESTR''@/0/g' \ + -e 's/@''GNULIB_MBSCSPN''@/0/g' \ + -e 's/@''GNULIB_MBSPBRK''@/0/g' \ + -e 's/@''GNULIB_MBSSPN''@/0/g' \ + -e 's/@''GNULIB_MBSSEP''@/0/g' \ + -e 's/@''GNULIB_MBSTOK_R''@/0/g' \ + -e 's/@''GNULIB_MEMCHR''@/0/g' \ + -e 's/@''GNULIB_MEMMEM''@/0/g' \ + -e 's/@''GNULIB_MEMPCPY''@/0/g' \ + -e 's/@''GNULIB_MEMRCHR''@/0/g' \ + -e 's/@''GNULIB_MEMSET_EXPLICIT''@/0/g' \ + -e 's/@''GNULIB_RAWMEMCHR''@/0/g' \ + -e 's/@''GNULIB_STPCPY''@/0/g' \ + -e 's/@''GNULIB_STPNCPY''@/0/g' \ + -e 's/@''GNULIB_STRCHRNUL''@/0/g' \ + -e 's/@''GNULIB_STRDUP''@/0/g' \ + -e 's/@''GNULIB_STRNCAT''@/0/g' \ + -e 's/@''GNULIB_STRNDUP''@/0/g' \ + -e 's/@''GNULIB_STRNLEN''@/0/g' \ + -e 's/@''GNULIB_STRPBRK''@/0/g' \ + -e 's/@''GNULIB_STRSEP''@/0/g' \ + -e 's/@''GNULIB_STRSTR''@/0/g' \ + -e 's/@''GNULIB_STRCASESTR''@/0/g' \ + -e 's/@''GNULIB_STRTOK_R''@/0/g' \ + -e 's/@''GNULIB_STRERROR''@/0/g' \ + -e 's/@''GNULIB_STRERROR_R''@/0/g' \ + -e 's/@''GNULIB_STRERRORNAME_NP''@/0/g' \ + -e 's/@''GNULIB_SIGABBREV_NP''@/0/g' \ + -e 's/@''GNULIB_SIGDESCR_NP''@/0/g' \ + -e 's/@''GNULIB_STRSIGNAL''@/0/g' \ + -e 's/@''GNULIB_STRVERSCMP''@/0/g' \ + -e 's/@''GNULIB_MDA_MEMCCPY''@/1/g' \ + -e 's/@''GNULIB_MDA_STRDUP''@/1/g' \ + -e 's/@''GNULIB_FREE_POSIX''@/1/g' \ + < ./string.in.h | \ + sed -e 's|@''HAVE_EXPLICIT_BZERO''@|1|g' \ + -e 's|@''HAVE_FFSL''@|1|g' \ + -e 's|@''HAVE_FFSLL''@|1|g' \ + -e 's|@''HAVE_MBSLEN''@|0|g' \ + -e 's|@''HAVE_DECL_MEMMEM''@|1|g' \ + -e 's|@''HAVE_MEMPCPY''@|1|g' \ + -e 's|@''HAVE_DECL_MEMRCHR''@|1|g' \ + -e 's|@''HAVE_MEMSET_EXPLICIT''@|1|g' \ + -e 's|@''HAVE_RAWMEMCHR''@|1|g' \ + -e 's|@''HAVE_STPCPY''@|1|g' \ + -e 's|@''HAVE_STPNCPY''@|1|g' \ + -e 's|@''HAVE_STRCHRNUL''@|1|g' \ + -e 's|@''HAVE_DECL_STRDUP''@|1|g' \ + -e 's|@''HAVE_DECL_STRNDUP''@|1|g' \ + -e 's|@''HAVE_DECL_STRNLEN''@|1|g' \ + -e 's|@''HAVE_STRPBRK''@|1|g' \ + -e 's|@''HAVE_STRSEP''@|1|g' \ + -e 's|@''HAVE_STRCASESTR''@|1|g' \ + -e 's|@''HAVE_DECL_STRTOK_R''@|1|g' \ + -e 's|@''HAVE_DECL_STRERROR_R''@|1|g' \ + -e 's|@''HAVE_STRERRORNAME_NP''@|1|g' \ + -e 's|@''HAVE_SIGABBREV_NP''@|1|g' \ + -e 's|@''HAVE_SIGDESCR_NP''@|1|g' \ + -e 's|@''HAVE_DECL_STRSIGNAL''@|1|g' \ + -e 's|@''HAVE_STRVERSCMP''@|1|g' \ + -e 's|@''REPLACE_FFSLL''@|0|g' \ + -e 's|@''REPLACE_MEMCHR''@|0|g' \ + -e 's|@''REPLACE_MEMMEM''@|0|g' \ + -e 's|@''REPLACE_FREE''@|1|g' \ + -e 's|@''REPLACE_STPNCPY''@|0|g' \ + -e 's|@''REPLACE_STRCHRNUL''@|0|g' \ + -e 's|@''REPLACE_STRDUP''@|0|g' \ + -e 's|@''REPLACE_STRNCAT''@|0|g' \ + -e 's|@''REPLACE_STRNDUP''@|0|g' \ + -e 's|@''REPLACE_STRNLEN''@|0|g' \ + -e 's|@''REPLACE_STRSTR''@|0|g' \ + -e 's|@''REPLACE_STRCASESTR''@|0|g' \ + -e 's|@''REPLACE_STRTOK_R''@|0|g' \ + -e 's|@''REPLACE_STRERROR''@|0|g' \ + -e 's|@''REPLACE_STRERROR_R''@|0|g' \ + -e 's|@''REPLACE_STRERRORNAME_NP''@|0|g' \ + -e 's|@''REPLACE_STRSIGNAL''@|0|g' \ + -e 's|@''UNDEFINE_STRTOK_R''@|0|g' \ + -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ + -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ + -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ + > string.h-t +mv math.h-t math.h +/usr/bin/mkdir -p 'sys' +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|@''GUARD_PREFIX''@|GL|g' \ + -e 's/@''HAVE_SYS_FILE_H''@/1/g' \ + -e 's|@''INCLUDE_NEXT''@|include_next|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ + -e 's|@''PRAGMA_COLUMNS''@||g' \ + -e 's|@''NEXT_SYS_FILE_H''@||g' \ + -e 's/@''HAVE_FLOCK''@/1/g' \ + -e 's/@''GNULIB_FLOCK''@/1/g' \ + -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ + ./sys_file.in.h > sys/file.h-t +mv stdio.h-t stdio.h +/usr/bin/mkdir -p 'sys' +mv sys/file.h-t sys/file.h +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|@''GUARD_PREFIX''@|GL|g' \ + -e 's|@''INCLUDE_NEXT''@|include_next|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ + -e 's|@''PRAGMA_COLUMNS''@||g' \ + -e 's|@''NEXT_SYS_SELECT_H''@||g' \ + -e 's|@''HAVE_SYS_SELECT_H''@|1|g' \ + -e 's/@''GNULIB_PSELECT''@/0/g' \ + -e 's/@''GNULIB_SELECT''@/1/g' \ + -e 's|@''HAVE_WINSOCK2_H''@|0|g' \ + -e 's|@''HAVE_PSELECT''@|1|g' \ + -e 's|@''REPLACE_PSELECT''@|0|g' \ + -e 's|@''REPLACE_SELECT''@|0|g' \ + -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ + -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ + ./sys_select.in.h > sys/select.h-t +/usr/bin/mkdir -p 'sys' +mv string.h-t string.h +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|@''GUARD_PREFIX''@|GL|g' \ + -e 's|@''INCLUDE_NEXT''@|include_next|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ + -e 's|@''PRAGMA_COLUMNS''@||g' \ + -e 's|@''NEXT_SYS_SOCKET_H''@||g' \ + -e 's|@''HAVE_SYS_SOCKET_H''@|1|g' \ + -e 's/@''GNULIB_CLOSE''@/1/g' \ + -e 's/@''GNULIB_SOCKET''@/1/g' \ + -e 's/@''GNULIB_CONNECT''@/1/g' \ + -e 's/@''GNULIB_ACCEPT''@/1/g' \ + -e 's/@''GNULIB_BIND''@/1/g' \ + -e 's/@''GNULIB_GETPEERNAME''@/1/g' \ + -e 's/@''GNULIB_GETSOCKNAME''@/1/g' \ + -e 's/@''GNULIB_GETSOCKOPT''@/1/g' \ + -e 's/@''GNULIB_LISTEN''@/1/g' \ + -e 's/@''GNULIB_RECV''@/1/g' \ + -e 's/@''GNULIB_SEND''@/1/g' \ + -e 's/@''GNULIB_RECVFROM''@/1/g' \ + -e 's/@''GNULIB_SENDTO''@/1/g' \ + -e 's/@''GNULIB_SETSOCKOPT''@/1/g' \ + -e 's/@''GNULIB_SHUTDOWN''@/1/g' \ + -e 's/@''GNULIB_ACCEPT4''@/1/g' \ + -e 's|@''HAVE_WINSOCK2_H''@|0|g' \ + -e 's|@''HAVE_WS2TCPIP_H''@|0|g' \ + -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE''@|1|g' \ + -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY''@|1|g' \ + -e 's|@''HAVE_SA_FAMILY_T''@|1|g' \ + -e 's|@''HAVE_ACCEPT4''@|1|g' \ + -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ + -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ + -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ + ./sys_socket.in.h > sys/socket.h-t +/usr/bin/mkdir -p 'sys' +mv sys/select.h-t sys/select.h +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|@''GUARD_PREFIX''@|GL|g' \ + -e 's|@''INCLUDE_NEXT''@|include_next|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ + -e 's|@''PRAGMA_COLUMNS''@||g' \ + -e 's|@''NEXT_SYS_STAT_H''@||g' \ + -e 's|@''WINDOWS_64_BIT_ST_SIZE''@|0|g' \ + -e 's|@''WINDOWS_STAT_TIMESPEC''@|0|g' \ + -e 's/@''GNULIB_CHMOD''@/0/g' \ + -e 's/@''GNULIB_FCHMODAT''@/0/g' \ + -e 's/@''GNULIB_FSTAT''@/1/g' \ + -e 's/@''GNULIB_FSTATAT''@/0/g' \ + -e 's/@''GNULIB_FUTIMENS''@/0/g' \ + -e 's/@''GNULIB_GETUMASK''@/0/g' \ + -e 's/@''GNULIB_LCHMOD''@/0/g' \ + -e 's/@''GNULIB_LSTAT''@/1/g' \ + -e 's/@''GNULIB_MKDIR''@/1/g' \ + -e 's/@''GNULIB_MKDIRAT''@/0/g' \ + -e 's/@''GNULIB_MKFIFO''@/0/g' \ + -e 's/@''GNULIB_MKFIFOAT''@/0/g' \ + -e 's/@''GNULIB_MKNOD''@/0/g' \ + -e 's/@''GNULIB_MKNODAT''@/0/g' \ + -e 's/@''GNULIB_STAT''@/0/g' \ + -e 's/@''GNULIB_UTIMENSAT''@/0/g' \ + -e 's/@''GNULIB_OVERRIDES_STRUCT_STAT''@/0/g' \ + -e 's/@''GNULIB_MDA_CHMOD''@/1/g' \ + -e 's/@''GNULIB_MDA_MKDIR''@/1/g' \ + -e 's/@''GNULIB_MDA_UMASK''@/1/g' \ + -e 's|@''HAVE_FCHMODAT''@|1|g' \ + -e 's|@''HAVE_FSTATAT''@|1|g' \ + -e 's|@''HAVE_FUTIMENS''@|1|g' \ + -e 's|@''HAVE_GETUMASK''@|1|g' \ + -e 's|@''HAVE_LCHMOD''@|1|g' \ + -e 's|@''HAVE_LSTAT''@|1|g' \ + -e 's|@''HAVE_MKDIRAT''@|1|g' \ + -e 's|@''HAVE_MKFIFO''@|1|g' \ + -e 's|@''HAVE_MKFIFOAT''@|1|g' \ + -e 's|@''HAVE_MKNOD''@|1|g' \ + -e 's|@''HAVE_MKNODAT''@|1|g' \ + -e 's|@''HAVE_UTIMENSAT''@|1|g' \ + -e 's|@''REPLACE_CHMOD''@|0|g' \ + -e 's|@''REPLACE_FCHMODAT''@|0|g' \ + -e 's|@''REPLACE_FSTAT''@|0|g' \ + -e 's|@''REPLACE_FSTATAT''@|0|g' \ + -e 's|@''REPLACE_FUTIMENS''@|0|g' \ + -e 's|@''REPLACE_LSTAT''@|0|g' \ + -e 's|@''REPLACE_MKDIR''@|0|g' \ + -e 's|@''REPLACE_MKFIFO''@|0|g' \ + -e 's|@''REPLACE_MKFIFOAT''@|0|g' \ + -e 's|@''REPLACE_MKNOD''@|0|g' \ + -e 's|@''REPLACE_MKNODAT''@|0|g' \ + -e 's|@''REPLACE_STAT''@|0|g' \ + -e 's|@''REPLACE_UTIMENSAT''@|0|g' \ + -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ + -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ + -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ + ./sys_stat.in.h > sys/stat.h-t +/usr/bin/mkdir -p 'sys' +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|@''GUARD_PREFIX''@|GL|g' \ + -e 's/@''HAVE_SYS_TIME_H''@/1/g' \ + -e 's|@''INCLUDE_NEXT''@|include_next|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ + -e 's|@''PRAGMA_COLUMNS''@||g' \ + -e 's|@''NEXT_SYS_TIME_H''@||g' \ + -e 's/@''GNULIB_GETTIMEOFDAY''@/0/g' \ + -e 's|@''HAVE_WINSOCK2_H''@|0|g' \ + -e 's/@''HAVE_GETTIMEOFDAY''@/1/g' \ + -e 's/@''HAVE_STRUCT_TIMEVAL''@/1/g' \ + -e 's/@''REPLACE_GETTIMEOFDAY''@/0/g' \ + -e 's/@''REPLACE_STRUCT_TIMEVAL''@/0/g' \ + -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ + -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ + -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ + ./sys_time.in.h > sys/time.h-t +mv sys/socket.h-t sys/socket.h +mv stdlib.h-t stdlib.h +mv sys/time.h-t sys/time.h +/usr/bin/mkdir -p 'sys' +/usr/bin/mkdir -p 'sys' +/usr/bin/mkdir -p 'sys' +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|@''GUARD_PREFIX''@|GL|g' \ + -e 's/@''HAVE_SYS_TIMES_H''@/1/g' \ + -e 's|@''INCLUDE_NEXT''@|include_next|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ + -e 's|@''PRAGMA_COLUMNS''@||g' \ + -e 's|@''NEXT_SYS_TIMES_H''@||g' \ + -e 's/@''GNULIB_TIMES''@/1/g' \ + -e 's|@''HAVE_STRUCT_TMS''@|1|g' \ + -e 's|@''HAVE_TIMES''@|1|g' \ + -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ + -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ + ./sys_times.in.h > sys/times.h-t +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|@''GUARD_PREFIX''@|GL|g' \ + -e 's|@''INCLUDE_NEXT''@|include_next|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ + -e 's|@''PRAGMA_COLUMNS''@||g' \ + -e 's|@''NEXT_SYS_TYPES_H''@||g' \ + -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \ + -e 's|@''WINDOWS_STAT_INODES''@|0|g' \ + ./sys_types.in.h > sys/types.h-t +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|@''GUARD_PREFIX''@|GL|g' \ + -e 's|@''INCLUDE_NEXT''@|include_next|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ + -e 's|@''PRAGMA_COLUMNS''@||g' \ + -e 's|@''NEXT_SYS_UIO_H''@||g' \ + -e 's|@''HAVE_SYS_UIO_H''@|1|g' \ + ./sys_uio.in.h > sys/uio.h-t +mv sys/types.h-t sys/types.h +mv sys/times.h-t sys/times.h +mv sys/uio.h-t sys/uio.h +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|@''GUARD_PREFIX''@|GL|g' \ + -e 's|@''INCLUDE_NEXT''@|include_next|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ + -e 's|@''PRAGMA_COLUMNS''@||g' \ + -e 's|@''NEXT_TIME_H''@||g' \ + -e 's/@''GNULIB_CTIME''@/0/g' \ + -e 's/@''GNULIB_LOCALTIME''@/0/g' \ + -e 's/@''GNULIB_MKTIME''@/1/g' \ + -e 's/@''GNULIB_NANOSLEEP''@/0/g' \ + -e 's/@''GNULIB_STRFTIME''@/0/g' \ + -e 's/@''GNULIB_STRPTIME''@/0/g' \ + -e 's/@''GNULIB_TIMEGM''@/1/g' \ + -e 's/@''GNULIB_TIMESPEC_GET''@/0/g' \ + -e 's/@''GNULIB_TIMESPEC_GETRES''@/0/g' \ + -e 's/@''GNULIB_TIME_R''@/1/g' \ + -e 's/@''GNULIB_TIME_RZ''@/1/g' \ + -e 's/@''GNULIB_TZSET''@/1/g' \ + -e 's/@''GNULIB_MDA_TZSET''@/1/g' \ + -e 's|@''HAVE_DECL_LOCALTIME_R''@|1|g' \ + -e 's|@''HAVE_NANOSLEEP''@|1|g' \ + -e 's|@''HAVE_STRPTIME''@|1|g' \ + -e 's|@''HAVE_TIMEGM''@|1|g' \ + -e 's|@''HAVE_TIMESPEC_GET''@|1|g' \ + -e 's|@''HAVE_TIMESPEC_GETRES''@|1|g' \ + -e 's|@''HAVE_TIMEZONE_T''@|0|g' \ + -e 's|@''REPLACE_CTIME''@|GNULIB_PORTCHECK|g' \ + -e 's|@''REPLACE_GMTIME''@|0|g' \ + -e 's|@''REPLACE_LOCALTIME''@|0|g' \ + -e 's|@''REPLACE_LOCALTIME_R''@|0|g' \ + -e 's|@''REPLACE_MKTIME''@|1|g' \ + -e 's|@''REPLACE_NANOSLEEP''@|GNULIB_PORTCHECK|g' \ + -e 's|@''REPLACE_STRFTIME''@|GNULIB_PORTCHECK|g' \ + -e 's|@''REPLACE_TIMEGM''@|1|g' \ + -e 's|@''REPLACE_TZSET''@|0|g' \ + -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \ + -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \ + -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|1|g' \ + -e 's|@''UNISTD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \ + -e 's|@''TIME_H_DEFINES_TIME_UTC''@|1|g' \ + -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ + -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ + -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ + ./time.in.h > time.h-t +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|@''GUARD_PREFIX''@|GL|g' \ + -e 's|@''HAVE_UNISTD_H''@|1|g' \ + -e 's|@''INCLUDE_NEXT''@|include_next|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ + -e 's|@''PRAGMA_COLUMNS''@||g' \ + -e 's|@''NEXT_UNISTD_H''@||g' \ + -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \ + -e 's/@''GNULIB_ACCESS''@/0/g' \ + -e 's/@''GNULIB_CHDIR''@/0/g' \ + -e 's/@''GNULIB_CHOWN''@/0/g' \ + -e 's/@''GNULIB_CLOSE''@/1/g' \ + -e 's/@''GNULIB_COPY_FILE_RANGE''@/0/g' \ + -e 's/@''GNULIB_DUP''@/0/g' \ + -e 's/@''GNULIB_DUP2''@/0/g' \ + -e 's/@''GNULIB_DUP3''@/0/g' \ + -e 's/@''GNULIB_ENVIRON''@/1/g' \ + -e 's/@''GNULIB_EUIDACCESS''@/0/g' \ + -e 's/@''GNULIB_EXECL''@/0/g' \ + -e 's/@''GNULIB_EXECLE''@/0/g' \ + -e 's/@''GNULIB_EXECLP''@/0/g' \ + -e 's/@''GNULIB_EXECV''@/0/g' \ + -e 's/@''GNULIB_EXECVE''@/0/g' \ + -e 's/@''GNULIB_EXECVP''@/0/g' \ + -e 's/@''GNULIB_EXECVPE''@/0/g' \ + -e 's/@''GNULIB_FACCESSAT''@/0/g' \ + -e 's/@''GNULIB_FCHDIR''@/0/g' \ + -e 's/@''GNULIB_FCHOWNAT''@/0/g' \ + -e 's/@''GNULIB_FDATASYNC''@/0/g' \ + -e 's/@''GNULIB_FSYNC''@/1/g' \ + -e 's/@''GNULIB_FTRUNCATE''@/0/g' \ + -e 's/@''GNULIB_GETCWD''@/0/g' \ + -e 's/@''GNULIB_GETDOMAINNAME''@/0/g' \ + -e 's/@''GNULIB_GETDTABLESIZE''@/0/g' \ + -e 's/@''GNULIB_GETENTROPY''@/0/g' \ + -e 's/@''GNULIB_GETGROUPS''@/0/g' \ + -e 's/@''GNULIB_GETHOSTNAME''@/1/g' \ + -e 's/@''GNULIB_GETLOGIN''@/1/g' \ + -e 's/@''GNULIB_GETLOGIN_R''@/0/g' \ + -e 's/@''GNULIB_GETOPT_POSIX''@/0/g' \ + -e 's/@''GNULIB_GETPAGESIZE''@/0/g' \ + -e 's/@''GNULIB_GETPASS''@/0/g' \ + -e 's/@''GNULIB_GETPASS_GNU''@/0/g' \ + -e 's/@''GNULIB_GETUSERSHELL''@/0/g' \ + -e 's/@''GNULIB_GROUP_MEMBER''@/0/g' \ + -e 's/@''GNULIB_ISATTY''@/0/g' \ + -e 's/@''GNULIB_LCHOWN''@/0/g' \ + -e 's/@''GNULIB_LINK''@/1/g' \ + -e 's/@''GNULIB_LINKAT''@/0/g' \ + -e 's/@''GNULIB_LSEEK''@/0/g' \ + -e 's/@''GNULIB_PIPE''@/1/g' \ + -e 's/@''GNULIB_PIPE2''@/1/g' \ + -e 's/@''GNULIB_PREAD''@/0/g' \ + -e 's/@''GNULIB_PWRITE''@/0/g' \ + -e 's/@''GNULIB_READ''@/1/g' \ + -e 's/@''GNULIB_READLINK''@/1/g' \ + -e 's/@''GNULIB_READLINKAT''@/0/g' \ + -e 's/@''GNULIB_RMDIR''@/1/g' \ + -e 's/@''GNULIB_SETHOSTNAME''@/0/g' \ + -e 's/@''GNULIB_SLEEP''@/0/g' \ + -e 's/@''GNULIB_SYMLINK''@/0/g' \ + -e 's/@''GNULIB_SYMLINKAT''@/0/g' \ + -e 's/@''GNULIB_TRUNCATE''@/0/g' \ + -e 's/@''GNULIB_TTYNAME_R''@/0/g' \ + -e 's/@''GNULIB_UNISTD_H_GETOPT''@/00/g' \ + -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/0/g' \ + -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/0/g' \ + -e 's/@''GNULIB_UNLINK''@/0/g' \ + -e 's/@''GNULIB_UNLINKAT''@/0/g' \ + -e 's/@''GNULIB_USLEEP''@/0/g' \ + -e 's/@''GNULIB_WRITE''@/1/g' \ + -e 's/@''GNULIB_MDA_ACCESS''@/1/g' \ + -e 's/@''GNULIB_MDA_CHDIR''@/1/g' \ + -e 's/@''GNULIB_MDA_CLOSE''@/1/g' \ + -e 's/@''GNULIB_MDA_DUP''@/1/g' \ + -e 's/@''GNULIB_MDA_DUP2''@/1/g' \ + -e 's/@''GNULIB_MDA_EXECL''@/1/g' \ + -e 's/@''GNULIB_MDA_EXECLE''@/1/g' \ + -e 's/@''GNULIB_MDA_EXECLP''@/1/g' \ + -e 's/@''GNULIB_MDA_EXECV''@/1/g' \ + -e 's/@''GNULIB_MDA_EXECVE''@/1/g' \ + -e 's/@''GNULIB_MDA_EXECVP''@/1/g' \ + -e 's/@''GNULIB_MDA_EXECVPE''@/1/g' \ + -e 's/@''GNULIB_MDA_GETCWD''@/1/g' \ + -e 's/@''GNULIB_MDA_GETPID''@/1/g' \ + -e 's/@''GNULIB_MDA_ISATTY''@/1/g' \ + -e 's/@''GNULIB_MDA_LSEEK''@/1/g' \ + -e 's/@''GNULIB_MDA_READ''@/1/g' \ + -e 's/@''GNULIB_MDA_RMDIR''@/1/g' \ + -e 's/@''GNULIB_MDA_SWAB''@/1/g' \ + -e 's/@''GNULIB_MDA_UNLINK''@/1/g' \ + -e 's/@''GNULIB_MDA_WRITE''@/1/g' \ + < ./unistd.in.h | \ + sed -e 's|@''HAVE_CHOWN''@|1|g' \ + -e 's|@''HAVE_COPY_FILE_RANGE''@|1|g' \ + -e 's|@''HAVE_DUP3''@|1|g' \ + -e 's|@''HAVE_EUIDACCESS''@|1|g' \ + -e 's|@''HAVE_EXECVPE''@|1|g' \ + -e 's|@''HAVE_FACCESSAT''@|1|g' \ + -e 's|@''HAVE_FCHDIR''@|1|g' \ + -e 's|@''HAVE_FCHOWNAT''@|1|g' \ + -e 's|@''HAVE_FDATASYNC''@|1|g' \ + -e 's|@''HAVE_FSYNC''@|1|g' \ + -e 's|@''HAVE_FTRUNCATE''@|1|g' \ + -e 's|@''HAVE_GETDTABLESIZE''@|1|g' \ + -e 's|@''HAVE_GETENTROPY''@|1|g' \ + -e 's|@''HAVE_GETGROUPS''@|1|g' \ + -e 's|@''HAVE_GETHOSTNAME''@|1|g' \ + -e 's|@''HAVE_GETPAGESIZE''@|1|g' \ + -e 's|@''HAVE_GETPASS''@|1|g' \ + -e 's|@''HAVE_GROUP_MEMBER''@|1|g' \ + -e 's|@''HAVE_LCHOWN''@|1|g' \ + -e 's|@''HAVE_LINK''@|1|g' \ + -e 's|@''HAVE_LINKAT''@|1|g' \ + -e 's|@''HAVE_PIPE''@|1|g' \ + -e 's|@''HAVE_PIPE2''@|1|g' \ + -e 's|@''HAVE_PREAD''@|1|g' \ + -e 's|@''HAVE_PWRITE''@|1|g' \ + -e 's|@''HAVE_READLINK''@|1|g' \ + -e 's|@''HAVE_READLINKAT''@|1|g' \ + -e 's|@''HAVE_SETHOSTNAME''@|1|g' \ + -e 's|@''HAVE_SLEEP''@|1|g' \ + -e 's|@''HAVE_SYMLINK''@|1|g' \ + -e 's|@''HAVE_SYMLINKAT''@|1|g' \ + -e 's|@''HAVE_UNLINKAT''@|1|g' \ + -e 's|@''HAVE_USLEEP''@|1|g' \ + -e 's|@''HAVE_DECL_ENVIRON''@|1|g' \ + -e 's|@''HAVE_DECL_EXECVPE''@|1|g' \ + -e 's|@''HAVE_DECL_FCHDIR''@|1|g' \ + -e 's|@''HAVE_DECL_FDATASYNC''@|1|g' \ + -e 's|@''HAVE_DECL_GETDOMAINNAME''@|1|g' \ + -e 's|@''HAVE_DECL_GETLOGIN''@|1|g' \ + -e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \ + -e 's|@''HAVE_DECL_GETPAGESIZE''@|1|g' \ + -e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g' \ + -e 's|@''HAVE_DECL_SETHOSTNAME''@|1|g' \ + -e 's|@''HAVE_DECL_TRUNCATE''@|1|g' \ + -e 's|@''HAVE_DECL_TTYNAME_R''@|1|g' \ + -e 's|@''HAVE_OS_H''@|0|g' \ + -e 's|@''HAVE_SYS_PARAM_H''@|0|g' \ + | \ + sed -e 's|@''REPLACE_ACCESS''@|0|g' \ + -e 's|@''REPLACE_CHOWN''@|0|g' \ + -e 's|@''REPLACE_CLOSE''@|0|g' \ + -e 's|@''REPLACE_COPY_FILE_RANGE''@|0|g' \ + -e 's|@''REPLACE_DUP''@|0|g' \ + -e 's|@''REPLACE_DUP2''@|0|g' \ + -e 's|@''REPLACE_EXECL''@|0|g' \ + -e 's|@''REPLACE_EXECLE''@|0|g' \ + -e 's|@''REPLACE_EXECLP''@|0|g' \ + -e 's|@''REPLACE_EXECV''@|0|g' \ + -e 's|@''REPLACE_EXECVE''@|0|g' \ + -e 's|@''REPLACE_EXECVP''@|0|g' \ + -e 's|@''REPLACE_EXECVPE''@|0|g' \ + -e 's|@''REPLACE_FACCESSAT''@|0|g' \ + -e 's|@''REPLACE_FCHOWNAT''@|0|g' \ + -e 's|@''REPLACE_FTRUNCATE''@|0|g' \ + -e 's|@''REPLACE_GETCWD''@|0|g' \ + -e 's|@''REPLACE_GETDOMAINNAME''@|0|g' \ + -e 's|@''REPLACE_GETDTABLESIZE''@|0|g' \ + -e 's|@''REPLACE_GETLOGIN_R''@|0|g' \ + -e 's|@''REPLACE_GETGROUPS''@|0|g' \ + -e 's|@''REPLACE_GETPAGESIZE''@|0|g' \ + -e 's|@''REPLACE_GETPASS''@|0|g' \ + -e 's|@''REPLACE_GETPASS_FOR_GETPASS_GNU''@|0|g' \ + -e 's|@''REPLACE_ISATTY''@|0|g' \ + -e 's|@''REPLACE_LCHOWN''@|0|g' \ + -e 's|@''REPLACE_LINK''@|0|g' \ + -e 's|@''REPLACE_LINKAT''@|0|g' \ + -e 's|@''REPLACE_LSEEK''@|0|g' \ + -e 's|@''REPLACE_PREAD''@|0|g' \ + -e 's|@''REPLACE_PWRITE''@|0|g' \ + -e 's|@''REPLACE_READ''@|0|g' \ + -e 's|@''REPLACE_READLINK''@|0|g' \ + -e 's|@''REPLACE_READLINKAT''@|0|g' \ + -e 's|@''REPLACE_RMDIR''@|0|g' \ + -e 's|@''REPLACE_SLEEP''@|0|g' \ + -e 's|@''REPLACE_SYMLINK''@|0|g' \ + -e 's|@''REPLACE_SYMLINKAT''@|0|g' \ + -e 's|@''REPLACE_TRUNCATE''@|0|g' \ + -e 's|@''REPLACE_TTYNAME_R''@|0|g' \ + -e 's|@''REPLACE_UNLINK''@|0|g' \ + -e 's|@''REPLACE_UNLINKAT''@|0|g' \ + -e 's|@''REPLACE_USLEEP''@|0|g' \ + -e 's|@''REPLACE_WRITE''@|0|g' \ + -e 's|@''UNISTD_H_HAVE_SYS_RANDOM_H''@|1|g' \ + -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g' \ + -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \ + -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ + -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ + -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ + > unistd.h-t +mv sys/stat.h-t sys/stat.h +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|@''GUARD_PREFIX''@|GL|g' \ + -e 's|@''INCLUDE_NEXT''@|include_next|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ + -e 's|@''PRAGMA_COLUMNS''@||g' \ + -e 's|@''HAVE_FEATURES_H''@|1|g' \ + -e 's|@''NEXT_WCHAR_H''@||g' \ + -e 's|@''HAVE_WCHAR_H''@|1|g' \ + -e 's/@''HAVE_CRTDEFS_H''@/0/g' \ + -e 's/@''GNULIBHEADERS_OVERRIDE_WINT_T''@/0/g' \ + -e 's/@''GNULIB_BTOWC''@/1/g' \ + -e 's/@''GNULIB_WCTOB''@/0/g' \ + -e 's/@''GNULIB_MBSINIT''@/1/g' \ + -e 's/@''GNULIB_MBRTOWC''@/1/g' \ + -e 's/@''GNULIB_MBRLEN''@/0/g' \ + -e 's/@''GNULIB_MBSRTOWCS''@/0/g' \ + -e 's/@''GNULIB_MBSNRTOWCS''@/0/g' \ + -e 's/@''GNULIB_WCRTOMB''@/1/g' \ + -e 's/@''GNULIB_WCSRTOMBS''@/0/g' \ + -e 's/@''GNULIB_WCSNRTOMBS''@/0/g' \ + -e 's/@''GNULIB_WCWIDTH''@/0/g' \ + -e 's/@''GNULIB_WMEMCHR''@/0/g' \ + -e 's/@''GNULIB_WMEMCMP''@/0/g' \ + -e 's/@''GNULIB_WMEMCPY''@/0/g' \ + -e 's/@''GNULIB_WMEMMOVE''@/0/g' \ + -e 's/@''GNULIB_WMEMPCPY''@/0/g' \ + -e 's/@''GNULIB_WMEMSET''@/0/g' \ + -e 's/@''GNULIB_WCSLEN''@/0/g' \ + -e 's/@''GNULIB_WCSNLEN''@/0/g' \ + -e 's/@''GNULIB_WCSCPY''@/0/g' \ + -e 's/@''GNULIB_WCPCPY''@/0/g' \ + -e 's/@''GNULIB_WCSNCPY''@/0/g' \ + -e 's/@''GNULIB_WCPNCPY''@/0/g' \ + -e 's/@''GNULIB_WCSCAT''@/0/g' \ + -e 's/@''GNULIB_WCSNCAT''@/0/g' \ + -e 's/@''GNULIB_WCSCMP''@/0/g' \ + -e 's/@''GNULIB_WCSNCMP''@/0/g' \ + -e 's/@''GNULIB_WCSCASECMP''@/0/g' \ + -e 's/@''GNULIB_WCSNCASECMP''@/0/g' \ + -e 's/@''GNULIB_WCSCOLL''@/0/g' \ + -e 's/@''GNULIB_WCSXFRM''@/0/g' \ + -e 's/@''GNULIB_WCSDUP''@/0/g' \ + -e 's/@''GNULIB_WCSCHR''@/0/g' \ + -e 's/@''GNULIB_WCSRCHR''@/0/g' \ + -e 's/@''GNULIB_WCSCSPN''@/0/g' \ + -e 's/@''GNULIB_WCSSPN''@/0/g' \ + -e 's/@''GNULIB_WCSPBRK''@/0/g' \ + -e 's/@''GNULIB_WCSSTR''@/0/g' \ + -e 's/@''GNULIB_WCSTOK''@/0/g' \ + -e 's/@''GNULIB_WCSWIDTH''@/0/g' \ + -e 's/@''GNULIB_WCSFTIME''@/0/g' \ + -e 's/@''GNULIB_MDA_WCSDUP''@/1/g' \ + -e 's/@''GNULIB_FREE_POSIX''@/1/g' \ + < ./wchar.in.h | \ + sed -e 's|@''HAVE_WINT_T''@|1|g' \ + -e 's|@''HAVE_BTOWC''@|1|g' \ + -e 's|@''HAVE_MBSINIT''@|1|g' \ + -e 's|@''HAVE_MBRTOWC''@|1|g' \ + -e 's|@''HAVE_MBRLEN''@|1|g' \ + -e 's|@''HAVE_MBSRTOWCS''@|1|g' \ + -e 's|@''HAVE_MBSNRTOWCS''@|1|g' \ + -e 's|@''HAVE_WCRTOMB''@|1|g' \ + -e 's|@''HAVE_WCSRTOMBS''@|1|g' \ + -e 's|@''HAVE_WCSNRTOMBS''@|1|g' \ + -e 's|@''HAVE_WMEMCHR''@|1|g' \ + -e 's|@''HAVE_WMEMCMP''@|1|g' \ + -e 's|@''HAVE_WMEMCPY''@|1|g' \ + -e 's|@''HAVE_WMEMMOVE''@|1|g' \ + -e 's|@''HAVE_WMEMPCPY''@|1|g' \ + -e 's|@''HAVE_WMEMSET''@|1|g' \ + -e 's|@''HAVE_WCSLEN''@|1|g' \ + -e 's|@''HAVE_WCSNLEN''@|1|g' \ + -e 's|@''HAVE_WCSCPY''@|1|g' \ + -e 's|@''HAVE_WCPCPY''@|1|g' \ + -e 's|@''HAVE_WCSNCPY''@|1|g' \ + -e 's|@''HAVE_WCPNCPY''@|1|g' \ + -e 's|@''HAVE_WCSCAT''@|1|g' \ + -e 's|@''HAVE_WCSNCAT''@|1|g' \ + -e 's|@''HAVE_WCSCMP''@|1|g' \ + -e 's|@''HAVE_WCSNCMP''@|1|g' \ + -e 's|@''HAVE_WCSCASECMP''@|1|g' \ + -e 's|@''HAVE_WCSNCASECMP''@|1|g' \ + -e 's|@''HAVE_WCSCOLL''@|1|g' \ + -e 's|@''HAVE_WCSXFRM''@|1|g' \ + -e 's|@''HAVE_WCSDUP''@|1|g' \ + -e 's|@''HAVE_WCSCHR''@|1|g' \ + -e 's|@''HAVE_WCSRCHR''@|1|g' \ + -e 's|@''HAVE_WCSCSPN''@|1|g' \ + -e 's|@''HAVE_WCSSPN''@|1|g' \ + -e 's|@''HAVE_WCSPBRK''@|1|g' \ + -e 's|@''HAVE_WCSSTR''@|1|g' \ + -e 's|@''HAVE_WCSTOK''@|1|g' \ + -e 's|@''HAVE_WCSWIDTH''@|1|g' \ + -e 's|@''HAVE_WCSFTIME''@|1|g' \ + -e 's|@''HAVE_DECL_WCTOB''@|1|g' \ + -e 's|@''HAVE_DECL_WCSDUP''@|1|g' \ + -e 's|@''HAVE_DECL_WCWIDTH''@|1|g' \ + | \ + sed -e 's|@''REPLACE_MBSTATE_T''@|0|g' \ + -e 's|@''REPLACE_BTOWC''@|0|g' \ + -e 's|@''REPLACE_WCTOB''@|0|g' \ + -e 's|@''REPLACE_FREE''@|1|g' \ + -e 's|@''REPLACE_MBSINIT''@|0|g' \ + -e 's|@''REPLACE_MBRTOWC''@|1|g' \ + -e 's|@''REPLACE_MBRLEN''@|0|g' \ + -e 's|@''REPLACE_MBSRTOWCS''@|0|g' \ + -e 's|@''REPLACE_MBSNRTOWCS''@|0|g' \ + -e 's|@''REPLACE_WCRTOMB''@|0|g' \ + -e 's|@''REPLACE_WCSRTOMBS''@|0|g' \ + -e 's|@''REPLACE_WCSNRTOMBS''@|0|g' \ + -e 's|@''REPLACE_WCWIDTH''@|0|g' \ + -e 's|@''REPLACE_WCSWIDTH''@|0|g' \ + -e 's|@''REPLACE_WCSFTIME''@|0|g' \ + -e 's|@''REPLACE_WCSTOK''@|0|g' \ + -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ + -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ + -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ + > wchar.h-t +sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ + -e 's|@''GUARD_PREFIX''@|GL|g' \ + -e 's/@''HAVE_WCTYPE_H''@/1/g' \ + -e 's|@''INCLUDE_NEXT''@|include_next|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ + -e 's|@''PRAGMA_COLUMNS''@||g' \ + -e 's|@''NEXT_WCTYPE_H''@||g' \ + -e 's/@''HAVE_CRTDEFS_H''@/0/g' \ + -e 's/@''GNULIBHEADERS_OVERRIDE_WINT_T''@/0/g' \ + -e 's/@''GNULIB_ISWBLANK''@/0/g' \ + -e 's/@''GNULIB_ISWDIGIT''@/0/g' \ + -e 's/@''GNULIB_ISWXDIGIT''@/0/g' \ + -e 's/@''GNULIB_WCTYPE''@/0/g' \ + -e 's/@''GNULIB_ISWCTYPE''@/0/g' \ + -e 's/@''GNULIB_WCTRANS''@/0/g' \ + -e 's/@''GNULIB_TOWCTRANS''@/0/g' \ + -e 's/@''HAVE_ISWBLANK''@/1/g' \ + -e 's/@''HAVE_ISWCNTRL''@/1/g' \ + -e 's/@''HAVE_WCTYPE_T''@/1/g' \ + -e 's/@''HAVE_WCTRANS_T''@/1/g' \ + -e 's/@''HAVE_WINT_T''@/1/g' \ + -e 's/@''REPLACE_ISWBLANK''@/0/g' \ + -e 's/@''REPLACE_ISWDIGIT''@/0/g' \ + -e 's/@''REPLACE_ISWXDIGIT''@/0/g' \ + -e 's/@''REPLACE_ISWCNTRL''@/0/g' \ + -e 's/@''REPLACE_TOWLOWER''@/0/g' \ + -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ + -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ + ./wctype.in.h > wctype.h-t +mv time.h-t time.h +mv wctype.h-t wctype.h +mv wchar.h-t wchar.h +mv unistd.h-t unistd.h +/usr/bin/make all-recursive +make[5]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/lib' +make[6]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/lib' +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-accept4.lo `test -f 'accept4.c' || echo './'`accept4.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-basename-lgpl.lo `test -f 'basename-lgpl.c' || echo './'`basename-lgpl.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-binary-io.lo `test -f 'binary-io.c' || echo './'`binary-io.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-c-ctype.lo `test -f 'c-ctype.c' || echo './'`c-ctype.c +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c accept4.c -fPIC -DPIC -o .libs/libgnu_la-accept4.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c basename-lgpl.c -fPIC -DPIC -o .libs/libgnu_la-basename-lgpl.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c binary-io.c -fPIC -DPIC -o .libs/libgnu_la-binary-io.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c c-ctype.c -fPIC -DPIC -o .libs/libgnu_la-c-ctype.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c basename-lgpl.c -o libgnu_la-basename-lgpl.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c c-ctype.c -o libgnu_la-c-ctype.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c binary-io.c -o libgnu_la-binary-io.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c accept4.c -o libgnu_la-accept4.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-c-strcasecmp.lo `test -f 'c-strcasecmp.c' || echo './'`c-strcasecmp.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-c-strncasecmp.lo `test -f 'c-strncasecmp.c' || echo './'`c-strncasecmp.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-dirname-lgpl.lo `test -f 'dirname-lgpl.c' || echo './'`dirname-lgpl.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-stripslash.lo `test -f 'stripslash.c' || echo './'`stripslash.c +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c c-strcasecmp.c -fPIC -DPIC -o .libs/libgnu_la-c-strcasecmp.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c c-strncasecmp.c -fPIC -DPIC -o .libs/libgnu_la-c-strncasecmp.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c dirname-lgpl.c -fPIC -DPIC -o .libs/libgnu_la-dirname-lgpl.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c stripslash.c -fPIC -DPIC -o .libs/libgnu_la-stripslash.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c c-strncasecmp.c -o libgnu_la-c-strncasecmp.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c c-strcasecmp.c -o libgnu_la-c-strcasecmp.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-free.lo `test -f 'free.c' || echo './'`free.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-full-read.lo `test -f 'full-read.c' || echo './'`full-read.c +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c dirname-lgpl.c -o libgnu_la-dirname-lgpl.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c stripslash.c -o libgnu_la-stripslash.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-full-write.lo `test -f 'full-write.c' || echo './'`full-write.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-hard-locale.lo `test -f 'hard-locale.c' || echo './'`hard-locale.c +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c free.c -fPIC -DPIC -o .libs/libgnu_la-free.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c full-read.c -fPIC -DPIC -o .libs/libgnu_la-full-read.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c full-read.c -o libgnu_la-full-read.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c free.c -o libgnu_la-free.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c full-write.c -fPIC -DPIC -o .libs/libgnu_la-full-write.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c hard-locale.c -fPIC -DPIC -o .libs/libgnu_la-hard-locale.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-localcharset.lo `test -f 'localcharset.c' || echo './'`localcharset.c +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c full-write.c -o libgnu_la-full-write.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-malloca.lo `test -f 'malloca.c' || echo './'`malloca.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-math.lo `test -f 'math.c' || echo './'`math.c +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c hard-locale.c -o libgnu_la-hard-locale.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-mbrtowc.lo `test -f 'mbrtowc.c' || echo './'`mbrtowc.c +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c localcharset.c -fPIC -DPIC -o .libs/libgnu_la-localcharset.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c malloca.c -fPIC -DPIC -o .libs/libgnu_la-malloca.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c math.c -fPIC -DPIC -o .libs/libgnu_la-math.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c malloca.c -o libgnu_la-malloca.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c localcharset.c -o libgnu_la-localcharset.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c math.c -o libgnu_la-math.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-nproc.lo `test -f 'nproc.c' || echo './'`nproc.c +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c mbrtowc.c -fPIC -DPIC -o .libs/libgnu_la-mbrtowc.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-nstrftime.lo `test -f 'nstrftime.c' || echo './'`nstrftime.c +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c mbrtowc.c -o libgnu_la-mbrtowc.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-pipe2.lo `test -f 'pipe2.c' || echo './'`pipe2.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-regex.lo `test -f 'regex.c' || echo './'`regex.c +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c nproc.c -fPIC -DPIC -o .libs/libgnu_la-nproc.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c nstrftime.c -fPIC -DPIC -o .libs/libgnu_la-nstrftime.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c pipe2.c -fPIC -DPIC -o .libs/libgnu_la-pipe2.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c nproc.c -o libgnu_la-nproc.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c regex.c -fPIC -DPIC -o .libs/libgnu_la-regex.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c pipe2.c -o libgnu_la-pipe2.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c nstrftime.c -o libgnu_la-nstrftime.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-safe-read.lo `test -f 'safe-read.c' || echo './'`safe-read.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-safe-write.lo `test -f 'safe-write.c' || echo './'`safe-write.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-setlocale_null.lo `test -f 'setlocale_null.c' || echo './'`setlocale_null.c +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c safe-read.c -fPIC -DPIC -o .libs/libgnu_la-safe-read.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c safe-write.c -fPIC -DPIC -o .libs/libgnu_la-safe-write.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c safe-read.c -o libgnu_la-safe-read.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c safe-write.c -o libgnu_la-safe-write.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-stat-time.lo `test -f 'stat-time.c' || echo './'`stat-time.c +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c setlocale_null.c -fPIC -DPIC -o .libs/libgnu_la-setlocale_null.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-striconveh.lo `test -f 'striconveh.c' || echo './'`striconveh.c +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c setlocale_null.c -o libgnu_la-setlocale_null.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-sys_socket.lo `test -f 'sys_socket.c' || echo './'`sys_socket.c +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c stat-time.c -fPIC -DPIC -o .libs/libgnu_la-stat-time.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c striconveh.c -fPIC -DPIC -o .libs/libgnu_la-striconveh.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c stat-time.c -o libgnu_la-stat-time.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-time_rz.lo `test -f 'time_rz.c' || echo './'`time_rz.c +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c sys_socket.c -fPIC -DPIC -o .libs/libgnu_la-sys_socket.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c striconveh.c -o libgnu_la-striconveh.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c sys_socket.c -o libgnu_la-sys_socket.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-timegm.lo `test -f 'timegm.c' || echo './'`timegm.c +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c time_rz.c -fPIC -DPIC -o .libs/libgnu_la-time_rz.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-unistd.lo `test -f 'unistd.c' || echo './'`unistd.c +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c time_rz.c -o libgnu_la-time_rz.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c timegm.c -fPIC -DPIC -o .libs/libgnu_la-timegm.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c regex.c -o libgnu_la-regex.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c timegm.c -o libgnu_la-timegm.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libgnu_la-wctype-h.lo `test -f 'wctype-h.c' || echo './'`wctype-h.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o mktime.lo mktime.c +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c unistd.c -fPIC -DPIC -o .libs/libgnu_la-unistd.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c unistd.c -o libgnu_la-unistd.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c wctype-h.c -fPIC -DPIC -o .libs/libgnu_la-wctype-h.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o malloc/libgnu_la-dynarray_at_failure.lo `test -f 'malloc/dynarray_at_failure.c' || echo './'`malloc/dynarray_at_failure.c +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c mktime.c -fPIC -DPIC -o .libs/mktime.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c wctype-h.c -o libgnu_la-wctype-h.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c mktime.c -o mktime.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o malloc/libgnu_la-dynarray_emplace_enlarge.lo `test -f 'malloc/dynarray_emplace_enlarge.c' || echo './'`malloc/dynarray_emplace_enlarge.c +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c malloc/dynarray_at_failure.c -fPIC -DPIC -o malloc/.libs/libgnu_la-dynarray_at_failure.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o malloc/libgnu_la-dynarray_finalize.lo `test -f 'malloc/dynarray_finalize.c' || echo './'`malloc/dynarray_finalize.c +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c malloc/dynarray_at_failure.c -o malloc/libgnu_la-dynarray_at_failure.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c malloc/dynarray_emplace_enlarge.c -fPIC -DPIC -o malloc/.libs/libgnu_la-dynarray_emplace_enlarge.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o malloc/libgnu_la-dynarray_resize.lo `test -f 'malloc/dynarray_resize.c' || echo './'`malloc/dynarray_resize.c +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c malloc/dynarray_emplace_enlarge.c -o malloc/libgnu_la-dynarray_emplace_enlarge.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c malloc/dynarray_finalize.c -fPIC -DPIC -o malloc/.libs/libgnu_la-dynarray_finalize.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o malloc/libgnu_la-dynarray_resize_clear.lo `test -f 'malloc/dynarray_resize_clear.c' || echo './'`malloc/dynarray_resize_clear.c +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c malloc/dynarray_finalize.c -o malloc/libgnu_la-dynarray_finalize.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c malloc/dynarray_resize.c -fPIC -DPIC -o malloc/.libs/libgnu_la-dynarray_resize.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c malloc/dynarray_resize.c -o malloc/libgnu_la-dynarray_resize.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c malloc/dynarray_resize_clear.c -fPIC -DPIC -o malloc/.libs/libgnu_la-dynarray_resize_clear.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c malloc/dynarray_resize_clear.c -o malloc/libgnu_la-dynarray_resize_clear.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=link gcc -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -no-undefined -lm -lm -lm -lm -L/usr/lib/arm-linux-gnueabihf -lunistring -lm -lm -Wl,-z,relro -o libgnu.la libgnu_la-accept4.lo libgnu_la-basename-lgpl.lo libgnu_la-binary-io.lo libgnu_la-c-ctype.lo libgnu_la-c-strcasecmp.lo libgnu_la-c-strncasecmp.lo libgnu_la-dirname-lgpl.lo libgnu_la-stripslash.lo libgnu_la-free.lo libgnu_la-full-read.lo libgnu_la-full-write.lo malloc/libgnu_la-dynarray_at_failure.lo malloc/libgnu_la-dynarray_emplace_enlarge.lo malloc/libgnu_la-dynarray_finalize.lo malloc/libgnu_la-dynarray_resize.lo malloc/libgnu_la-dynarray_resize_clear.lo libgnu_la-hard-locale.lo libgnu_la-localcharset.lo libgnu_la-malloca.lo libgnu_la-math.lo libgnu_la-mbrtowc.lo libgnu_la-nproc.lo libgnu_la-nstrftime.lo libgnu_la-pipe2.lo libgnu_la-regex.lo libgnu_la-safe-read.lo libgnu_la-safe-write.lo libgnu_la-setlocale_null.lo libgnu_la-stat-time.lo libgnu_la-striconveh.lo libgnu_la-sys_socket.lo libgnu_la-time_rz.lo libgnu_la-timegm.lo libgnu_la-unistd.lo libgnu_la-wctype-h.lo mktime.lo -lcrypt -ldl -lm +libtool: link: ar cr .libs/libgnu.a .libs/libgnu_la-accept4.o .libs/libgnu_la-basename-lgpl.o .libs/libgnu_la-binary-io.o .libs/libgnu_la-c-ctype.o .libs/libgnu_la-c-strcasecmp.o .libs/libgnu_la-c-strncasecmp.o .libs/libgnu_la-dirname-lgpl.o .libs/libgnu_la-stripslash.o .libs/libgnu_la-free.o .libs/libgnu_la-full-read.o .libs/libgnu_la-full-write.o malloc/.libs/libgnu_la-dynarray_at_failure.o malloc/.libs/libgnu_la-dynarray_emplace_enlarge.o malloc/.libs/libgnu_la-dynarray_finalize.o malloc/.libs/libgnu_la-dynarray_resize.o malloc/.libs/libgnu_la-dynarray_resize_clear.o .libs/libgnu_la-hard-locale.o .libs/libgnu_la-localcharset.o .libs/libgnu_la-malloca.o .libs/libgnu_la-math.o .libs/libgnu_la-mbrtowc.o .libs/libgnu_la-nproc.o .libs/libgnu_la-nstrftime.o .libs/libgnu_la-pipe2.o .libs/libgnu_la-regex.o .libs/libgnu_la-safe-read.o .libs/libgnu_la-safe-write.o .libs/libgnu_la-setlocale_null.o .libs/libgnu_la-stat-time.o .libs/libgnu_la-striconveh.o .libs/libgnu_la-sys_socket.o .libs/libgnu_la-time_rz.o .libs/libgnu_la-timegm.o .libs/libgnu_la-unistd.o .libs/libgnu_la-wctype-h.o .libs/mktime.o +libtool: link: ranlib .libs/libgnu.a +libtool: link: ( cd ".libs" && rm -f "libgnu.la" && ln -s "../libgnu.la" "libgnu.la" ) +make[6]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/lib' +make[5]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/lib' +make[4]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/lib' +Making all in meta +make[4]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/meta' +guile="`echo guile | /usr/bin/sed -e 's&$&-3.0&'`" ; guild="`echo guild | /usr/bin/sed -e 's&$&-3.0&'`" ; installed_guile="/usr/bin/$guile" ; /usr/bin/sed -e "s|[@]PACKAGE_NAME[@]|GNU Guile|g" -e "s|[@]PACKAGE_BUGREPORT[@]|bug-guile@gnu.org|g" -e "s|[@]GUILE_EFFECTIVE_VERSION[@]|3.0|g" -e "s|[@]GUILE_VERSION[@]|3.0.9|g" -e "s|[@]GUILE_CFLAGS[@]|-pthread|g" -e "s|[@]GUILE_LIBS[@]|-lcrypt -ldl -lm|g" -e "s|[@]LIBGUILE_INTERFACE[@]|7:0:6|g" -e "s|[@]BDW_GC_CFLAGS[@]||g" -e "s|[@]BDW_GC_LIBS[@]|-lgc|g" -e "s|[@]LIB_CLOCK_GETTIME[@]||g" -e "s|[@]LIBGMP[@]|/usr/lib/arm-linux-gnueabihf/libgmp.so|g" -e "s|[@]LIBLTDL[@]||g" -e "s|[@]LIBFFI_LIBS[@]|-lffi|g" -e "s|[@]LIBUNISTRING[@]|/usr/lib/arm-linux-gnueabihf/libunistring.so|g" -e "s|[@]LIBICONV[@]||g" -e "s|[@]LIBINTL[@]||g" -e "s|[@]LIBSOCKET[@]||g" -e "s|[@]SERVENT_LIB[@]||g" -e "s|[@]HOSTENT_LIB[@]||g" -e "s|[@]GETADDRINFO_LIB[@]||g" -e "s|[@]INET_NTOP_LIB[@]||g" -e "s|[@]INET_PTON_LIB[@]||g" -e "s|[@]PKG_CONFIG[@]|/usr/bin/pkg-config|g" -e "s|[@]pkgconfigdir[@]|/usr/lib/arm-linux-gnueabihf/pkgconfig|g" -e "s|[@]prefix[@]|/usr|g" -e "s|[@]exec_prefix[@]|/usr|g" -e "s|[@]bindir[@]|/usr/bin|g" -e "s|[@]libdir[@]|/usr/lib/arm-linux-gnueabihf|g" -e "s|[@]includedir[@]|/usr/include|g" -e "s|[@]datarootdir[@]|/usr/share|g" -e "s|[@]datadir[@]|/usr/share|g" -e "s|[@]sitedir[@]|/usr/share/guile/site/3.0|g" -e "s|[@]guile[@]|$guile|g" -e "s|[@]guild[@]|$guild|g" -e "s|[@]installed_guile[@]|$installed_guile|g" < "guile-config.in" > "guile-config.out" +guile="`echo guile | /usr/bin/sed -e 's&$&-3.0&'`" ; guild="`echo guild | /usr/bin/sed -e 's&$&-3.0&'`" ; installed_guile="/usr/bin/$guile" ; /usr/bin/sed -e "s|[@]PACKAGE_NAME[@]|GNU Guile|g" -e "s|[@]PACKAGE_BUGREPORT[@]|bug-guile@gnu.org|g" -e "s|[@]GUILE_EFFECTIVE_VERSION[@]|3.0|g" -e "s|[@]GUILE_VERSION[@]|3.0.9|g" -e "s|[@]GUILE_CFLAGS[@]|-pthread|g" -e "s|[@]GUILE_LIBS[@]|-lcrypt -ldl -lm|g" -e "s|[@]LIBGUILE_INTERFACE[@]|7:0:6|g" -e "s|[@]BDW_GC_CFLAGS[@]||g" -e "s|[@]BDW_GC_LIBS[@]|-lgc|g" -e "s|[@]LIB_CLOCK_GETTIME[@]||g" -e "s|[@]LIBGMP[@]|/usr/lib/arm-linux-gnueabihf/libgmp.so|g" -e "s|[@]LIBLTDL[@]||g" -e "s|[@]LIBFFI_LIBS[@]|-lffi|g" -e "s|[@]LIBUNISTRING[@]|/usr/lib/arm-linux-gnueabihf/libunistring.so|g" -e "s|[@]LIBICONV[@]||g" -e "s|[@]LIBINTL[@]||g" -e "s|[@]LIBSOCKET[@]||g" -e "s|[@]SERVENT_LIB[@]||g" -e "s|[@]HOSTENT_LIB[@]||g" -e "s|[@]GETADDRINFO_LIB[@]||g" -e "s|[@]INET_NTOP_LIB[@]||g" -e "s|[@]INET_PTON_LIB[@]||g" -e "s|[@]PKG_CONFIG[@]|/usr/bin/pkg-config|g" -e "s|[@]pkgconfigdir[@]|/usr/lib/arm-linux-gnueabihf/pkgconfig|g" -e "s|[@]prefix[@]|/usr|g" -e "s|[@]exec_prefix[@]|/usr|g" -e "s|[@]bindir[@]|/usr/bin|g" -e "s|[@]libdir[@]|/usr/lib/arm-linux-gnueabihf|g" -e "s|[@]includedir[@]|/usr/include|g" -e "s|[@]datarootdir[@]|/usr/share|g" -e "s|[@]datadir[@]|/usr/share|g" -e "s|[@]sitedir[@]|/usr/share/guile/site/3.0|g" -e "s|[@]guile[@]|$guile|g" -e "s|[@]guild[@]|$guild|g" -e "s|[@]installed_guile[@]|$installed_guile|g" < "guild.in" > "guild.out" +guile="`echo guile | /usr/bin/sed -e 's&$&-3.0&'`" ; guild="`echo guild | /usr/bin/sed -e 's&$&-3.0&'`" ; installed_guile="/usr/bin/$guile" ; /usr/bin/sed -e "s|[@]PACKAGE_NAME[@]|GNU Guile|g" -e "s|[@]PACKAGE_BUGREPORT[@]|bug-guile@gnu.org|g" -e "s|[@]GUILE_EFFECTIVE_VERSION[@]|3.0|g" -e "s|[@]GUILE_VERSION[@]|3.0.9|g" -e "s|[@]GUILE_CFLAGS[@]|-pthread|g" -e "s|[@]GUILE_LIBS[@]|-lcrypt -ldl -lm|g" -e "s|[@]LIBGUILE_INTERFACE[@]|7:0:6|g" -e "s|[@]BDW_GC_CFLAGS[@]||g" -e "s|[@]BDW_GC_LIBS[@]|-lgc|g" -e "s|[@]LIB_CLOCK_GETTIME[@]||g" -e "s|[@]LIBGMP[@]|/usr/lib/arm-linux-gnueabihf/libgmp.so|g" -e "s|[@]LIBLTDL[@]||g" -e "s|[@]LIBFFI_LIBS[@]|-lffi|g" -e "s|[@]LIBUNISTRING[@]|/usr/lib/arm-linux-gnueabihf/libunistring.so|g" -e "s|[@]LIBICONV[@]||g" -e "s|[@]LIBINTL[@]||g" -e "s|[@]LIBSOCKET[@]||g" -e "s|[@]SERVENT_LIB[@]||g" -e "s|[@]HOSTENT_LIB[@]||g" -e "s|[@]GETADDRINFO_LIB[@]||g" -e "s|[@]INET_NTOP_LIB[@]||g" -e "s|[@]INET_PTON_LIB[@]||g" -e "s|[@]PKG_CONFIG[@]|/usr/bin/pkg-config|g" -e "s|[@]pkgconfigdir[@]|/usr/lib/arm-linux-gnueabihf/pkgconfig|g" -e "s|[@]prefix[@]|/usr|g" -e "s|[@]exec_prefix[@]|/usr|g" -e "s|[@]bindir[@]|/usr/bin|g" -e "s|[@]libdir[@]|/usr/lib/arm-linux-gnueabihf|g" -e "s|[@]includedir[@]|/usr/include|g" -e "s|[@]datarootdir[@]|/usr/share|g" -e "s|[@]datadir[@]|/usr/share|g" -e "s|[@]sitedir[@]|/usr/share/guile/site/3.0|g" -e "s|[@]guile[@]|$guile|g" -e "s|[@]guild[@]|$guild|g" -e "s|[@]installed_guile[@]|$installed_guile|g" < "guile-3.0.pc.in" > "guile-3.0.pc.out" +chmod +x "guile-config.out" +chmod +x "guild.out" +mv "guile-3.0.pc.out" "guile-3.0.pc" +mv "guile-config.out" "guile-config" +mv "guild.out" "guild" +make[4]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/meta' +Making all in libguile +make[4]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/libguile' +\ +cat cpp-E.syms | while read sym ; do \ + echo "#ifdef $sym" ; \ + echo "scm_c_define (\"$sym\", scm_from_int ($sym));" ; \ + echo "#endif" ; \ +done > cpp-E.cT +\ +cat cpp-SIG.syms | while read sym ; do \ + echo "#ifdef $sym" ; \ + echo "scm_c_define (\"$sym\", scm_from_int ($sym));" ; \ + echo "#endif" ; \ +done > cpp-SIG.cT +/usr/bin/grep '^ *VM_DEFINE_OP' vm-engine.c \ +| sed -e 's,VM_DEFINE_OP (\(.*\)).*, M (\1) \\,' >> vm-operations.h +gawk -f ./unidata_to_charset.awk < "UnicodeData.txt" > "srfi-14.i.c" +mv libpath.tmp libpath.h +../libguile/guile-snarf -o alist.x alist.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o array-handle.x array-handle.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o array-map.x array-map.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o arrays.x arrays.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o async.x async.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o atomic.x atomic.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o backtrace.x backtrace.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o boolean.x boolean.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o bitvectors.x bitvectors.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o bytevectors.x bytevectors.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o chars.x chars.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o control.x control.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o continuations.x continuations.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o debug.x debug.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o deprecated.x deprecated.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o deprecation.x deprecation.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o dynl.x dynl.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o dynwind.x dynwind.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o eq.x eq.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o error.x error.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o eval.x eval.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o evalext.x evalext.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o exceptions.x exceptions.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o expand.x expand.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o extensions.x extensions.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o fdes-finalizers.x fdes-finalizers.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o feature.x feature.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o filesys.x filesys.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o fluids.x fluids.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o foreign.x foreign.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o fports.x fports.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o frames.x frames.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o gc-malloc.x gc-malloc.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o gc.x gc.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o gettext.x gettext.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o generalized-vectors.x generalized-vectors.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o goops.x goops.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o gsubr.x gsubr.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o guardians.x guardians.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o hash.x hash.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o hashtab.x hashtab.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o hooks.x hooks.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o i18n.x i18n.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o init.x init.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o instructions.x instructions.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o intrinsics.x intrinsics.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o ioext.x ioext.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o keywords.x keywords.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o list.x list.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o load.x load.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o loader.x loader.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o macros.x macros.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o mallocs.x mallocs.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o memoize.x memoize.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o modules.x modules.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o numbers.x numbers.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o objprop.x objprop.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o options.x options.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o pairs.x pairs.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o ports.x ports.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o print.x print.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o procprop.x procprop.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o procs.x procs.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o programs.x programs.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o promises.x promises.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o r6rs-ports.x r6rs-ports.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o random.x random.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o rdelim.x rdelim.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o read.x read.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o rw.x rw.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o scmsigs.x scmsigs.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o script.x script.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o simpos.x simpos.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o smob.x smob.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o sort.x sort.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o srcprop.x srcprop.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o srfi-1.x srfi-1.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o srfi-4.x srfi-4.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o srfi-13.x srfi-13.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o srfi-14.x srfi-14.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o srfi-60.x srfi-60.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o stackchk.x stackchk.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o stacks.x stacks.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o stime.x stime.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o strings.x strings.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o strorder.x strorder.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o strports.x strports.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o struct.x struct.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o symbols.x symbols.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o syntax.x syntax.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o threads.x threads.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o throw.x throw.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o unicode.x unicode.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o uniform.x uniform.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o values.x values.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o variable.x variable.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o vectors.x vectors.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o version.x version.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o vm.x vm.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o vports.x vports.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o weak-set.x weak-set.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o weak-table.x weak-table.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o weak-vector.x weak-vector.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o posix.x posix.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o net_db.x net_db.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o socket.x socket.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +../libguile/guile-snarf -o regex-posix.x regex-posix.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +/usr/bin/make all-am +make[5]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/libguile' +gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o guile-guile.o `test -f 'guile.c' || echo './'`guile.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-alist.lo `test -f 'alist.c' || echo './'`alist.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-array-handle.lo `test -f 'array-handle.c' || echo './'`array-handle.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-array-map.lo `test -f 'array-map.c' || echo './'`array-map.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c array-handle.c -fPIC -DPIC -o .libs/libguile_3.0_la-array-handle.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c alist.c -fPIC -DPIC -o .libs/libguile_3.0_la-alist.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c array-map.c -fPIC -DPIC -o .libs/libguile_3.0_la-array-map.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-arrays.lo `test -f 'arrays.c' || echo './'`arrays.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c alist.c -o libguile_3.0_la-alist.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c array-handle.c -o libguile_3.0_la-array-handle.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c arrays.c -fPIC -DPIC -o .libs/libguile_3.0_la-arrays.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c array-map.c -o libguile_3.0_la-array-map.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-async.lo `test -f 'async.c' || echo './'`async.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-atomic.lo `test -f 'atomic.c' || echo './'`atomic.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c async.c -fPIC -DPIC -o .libs/libguile_3.0_la-async.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c arrays.c -o libguile_3.0_la-arrays.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c atomic.c -fPIC -DPIC -o .libs/libguile_3.0_la-atomic.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-backtrace.lo `test -f 'backtrace.c' || echo './'`backtrace.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c async.c -o libguile_3.0_la-async.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c atomic.c -o libguile_3.0_la-atomic.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c backtrace.c -fPIC -DPIC -o .libs/libguile_3.0_la-backtrace.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-boolean.lo `test -f 'boolean.c' || echo './'`boolean.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-bitvectors.lo `test -f 'bitvectors.c' || echo './'`bitvectors.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-bytevectors.lo `test -f 'bytevectors.c' || echo './'`bytevectors.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c boolean.c -fPIC -DPIC -o .libs/libguile_3.0_la-boolean.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c backtrace.c -o libguile_3.0_la-backtrace.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c bitvectors.c -fPIC -DPIC -o .libs/libguile_3.0_la-bitvectors.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c bytevectors.c -fPIC -DPIC -o .libs/libguile_3.0_la-bytevectors.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c boolean.c -o libguile_3.0_la-boolean.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-chars.lo `test -f 'chars.c' || echo './'`chars.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-chooks.lo `test -f 'chooks.c' || echo './'`chooks.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c bitvectors.c -o libguile_3.0_la-bitvectors.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c chars.c -fPIC -DPIC -o .libs/libguile_3.0_la-chars.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c chooks.c -fPIC -DPIC -o .libs/libguile_3.0_la-chooks.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c chooks.c -o libguile_3.0_la-chooks.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-control.lo `test -f 'control.c' || echo './'`control.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c bytevectors.c -o libguile_3.0_la-bytevectors.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c chars.c -o libguile_3.0_la-chars.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-continuations.lo `test -f 'continuations.c' || echo './'`continuations.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c control.c -fPIC -DPIC -o .libs/libguile_3.0_la-control.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c continuations.c -fPIC -DPIC -o .libs/libguile_3.0_la-continuations.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-debug.lo `test -f 'debug.c' || echo './'`debug.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c control.c -o libguile_3.0_la-control.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-deprecated.lo `test -f 'deprecated.c' || echo './'`deprecated.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c debug.c -fPIC -DPIC -o .libs/libguile_3.0_la-debug.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c continuations.c -o libguile_3.0_la-continuations.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-deprecation.lo `test -f 'deprecation.c' || echo './'`deprecation.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c deprecated.c -fPIC -DPIC -o .libs/libguile_3.0_la-deprecated.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c debug.c -o libguile_3.0_la-debug.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c deprecation.c -fPIC -DPIC -o .libs/libguile_3.0_la-deprecation.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-dynstack.lo `test -f 'dynstack.c' || echo './'`dynstack.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-dynwind.lo `test -f 'dynwind.c' || echo './'`dynwind.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c deprecation.c -o libguile_3.0_la-deprecation.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c dynstack.c -fPIC -DPIC -o .libs/libguile_3.0_la-dynstack.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c deprecated.c -o libguile_3.0_la-deprecated.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c dynwind.c -fPIC -DPIC -o .libs/libguile_3.0_la-dynwind.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-eq.lo `test -f 'eq.c' || echo './'`eq.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c dynstack.c -o libguile_3.0_la-dynstack.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c dynwind.c -o libguile_3.0_la-dynwind.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c eq.c -fPIC -DPIC -o .libs/libguile_3.0_la-eq.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-error.lo `test -f 'error.c' || echo './'`error.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-eval.lo `test -f 'eval.c' || echo './'`eval.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-evalext.lo `test -f 'evalext.c' || echo './'`evalext.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c error.c -fPIC -DPIC -o .libs/libguile_3.0_la-error.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c eval.c -fPIC -DPIC -o .libs/libguile_3.0_la-eval.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c eq.c -o libguile_3.0_la-eq.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c evalext.c -fPIC -DPIC -o .libs/libguile_3.0_la-evalext.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c error.c -o libguile_3.0_la-error.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c evalext.c -o libguile_3.0_la-evalext.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-exceptions.lo `test -f 'exceptions.c' || echo './'`exceptions.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-expand.lo `test -f 'expand.c' || echo './'`expand.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-extensions.lo `test -f 'extensions.c' || echo './'`extensions.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c eval.c -o libguile_3.0_la-eval.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c exceptions.c -fPIC -DPIC -o .libs/libguile_3.0_la-exceptions.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c expand.c -fPIC -DPIC -o .libs/libguile_3.0_la-expand.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c extensions.c -fPIC -DPIC -o .libs/libguile_3.0_la-extensions.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c extensions.c -o libguile_3.0_la-extensions.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c exceptions.c -o libguile_3.0_la-exceptions.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-fdes-finalizers.lo `test -f 'fdes-finalizers.c' || echo './'`fdes-finalizers.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-feature.lo `test -f 'feature.c' || echo './'`feature.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-filesys.lo `test -f 'filesys.c' || echo './'`filesys.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c fdes-finalizers.c -fPIC -DPIC -o .libs/libguile_3.0_la-fdes-finalizers.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c feature.c -fPIC -DPIC -o .libs/libguile_3.0_la-feature.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c expand.c -o libguile_3.0_la-expand.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c fdes-finalizers.c -o libguile_3.0_la-fdes-finalizers.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c filesys.c -fPIC -DPIC -o .libs/libguile_3.0_la-filesys.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c feature.c -o libguile_3.0_la-feature.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-finalizers.lo `test -f 'finalizers.c' || echo './'`finalizers.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-fluids.lo `test -f 'fluids.c' || echo './'`fluids.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c finalizers.c -fPIC -DPIC -o .libs/libguile_3.0_la-finalizers.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c fluids.c -fPIC -DPIC -o .libs/libguile_3.0_la-fluids.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-foreign.lo `test -f 'foreign.c' || echo './'`foreign.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c filesys.c -o libguile_3.0_la-filesys.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c finalizers.c -o libguile_3.0_la-finalizers.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c fluids.c -o libguile_3.0_la-fluids.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c foreign.c -fPIC -DPIC -o .libs/libguile_3.0_la-foreign.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-foreign-object.lo `test -f 'foreign-object.c' || echo './'`foreign-object.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c foreign-object.c -fPIC -DPIC -o .libs/libguile_3.0_la-foreign-object.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-fports.lo `test -f 'fports.c' || echo './'`fports.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c foreign.c -o libguile_3.0_la-foreign.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-frames.lo `test -f 'frames.c' || echo './'`frames.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c fports.c -fPIC -DPIC -o .libs/libguile_3.0_la-fports.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c foreign-object.c -o libguile_3.0_la-foreign-object.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c frames.c -fPIC -DPIC -o .libs/libguile_3.0_la-frames.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-gc-malloc.lo `test -f 'gc-malloc.c' || echo './'`gc-malloc.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-gc.lo `test -f 'gc.c' || echo './'`gc.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c fports.c -o libguile_3.0_la-fports.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c gc-malloc.c -fPIC -DPIC -o .libs/libguile_3.0_la-gc-malloc.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c frames.c -o libguile_3.0_la-frames.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c gc.c -fPIC -DPIC -o .libs/libguile_3.0_la-gc.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c gc-malloc.c -o libguile_3.0_la-gc-malloc.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-gettext.lo `test -f 'gettext.c' || echo './'`gettext.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-generalized-vectors.lo `test -f 'generalized-vectors.c' || echo './'`generalized-vectors.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c gc.c -o libguile_3.0_la-gc.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c gettext.c -fPIC -DPIC -o .libs/libguile_3.0_la-gettext.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-goops.lo `test -f 'goops.c' || echo './'`goops.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c generalized-vectors.c -fPIC -DPIC -o .libs/libguile_3.0_la-generalized-vectors.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c generalized-vectors.c -o libguile_3.0_la-generalized-vectors.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c gettext.c -o libguile_3.0_la-gettext.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c goops.c -fPIC -DPIC -o .libs/libguile_3.0_la-goops.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-gsubr.lo `test -f 'gsubr.c' || echo './'`gsubr.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-guardians.lo `test -f 'guardians.c' || echo './'`guardians.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-hash.lo `test -f 'hash.c' || echo './'`hash.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c gsubr.c -fPIC -DPIC -o .libs/libguile_3.0_la-gsubr.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c guardians.c -fPIC -DPIC -o .libs/libguile_3.0_la-guardians.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c goops.c -o libguile_3.0_la-goops.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c hash.c -fPIC -DPIC -o .libs/libguile_3.0_la-hash.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c gsubr.c -o libguile_3.0_la-gsubr.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c guardians.c -o libguile_3.0_la-guardians.o >/dev/null 2>&1 +hash.c: In function 'narrow_string_hash': +hash.c:115:34: warning: left shift count >= width of type [-Wshift-count-overflow] + 115 | ret = (((unsigned long) c) << 32) | b; \ + | ^~ +hash.c:125:3: note: in expansion of macro 'JENKINS_LOOKUP3_HASHWORD2' + 125 | JENKINS_LOOKUP3_HASHWORD2 (str, len, ret); + | ^~~~~~~~~~~~~~~~~~~~~~~~~ +hash.c: In function 'wide_string_hash': +hash.c:115:34: warning: left shift count >= width of type [-Wshift-count-overflow] + 115 | ret = (((unsigned long) c) << 32) | b; \ + | ^~ +hash.c:134:3: note: in expansion of macro 'JENKINS_LOOKUP3_HASHWORD2' + 134 | JENKINS_LOOKUP3_HASHWORD2 (str, len, ret); + | ^~~~~~~~~~~~~~~~~~~~~~~~~ +hash.c: In function 'scm_i_utf8_string_hash': +hash.c:223:32: warning: left shift count >= width of type [-Wshift-count-overflow] + 223 | ret = (((unsigned long) c) << 32) | b; + | ^~ +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c hash.c -o libguile_3.0_la-hash.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-hashtab.lo `test -f 'hashtab.c' || echo './'`hashtab.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-hooks.lo `test -f 'hooks.c' || echo './'`hooks.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-i18n.lo `test -f 'i18n.c' || echo './'`i18n.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c hashtab.c -fPIC -DPIC -o .libs/libguile_3.0_la-hashtab.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c hooks.c -fPIC -DPIC -o .libs/libguile_3.0_la-hooks.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c i18n.c -fPIC -DPIC -o .libs/libguile_3.0_la-i18n.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-init.lo `test -f 'init.c' || echo './'`init.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c hooks.c -o libguile_3.0_la-hooks.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c init.c -fPIC -DPIC -o .libs/libguile_3.0_la-init.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c hashtab.c -o libguile_3.0_la-hashtab.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c i18n.c -o libguile_3.0_la-i18n.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-inline.lo `test -f 'inline.c' || echo './'`inline.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c init.c -o libguile_3.0_la-init.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c inline.c -fPIC -DPIC -o .libs/libguile_3.0_la-inline.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-instructions.lo `test -f 'instructions.c' || echo './'`instructions.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-integers.lo `test -f 'integers.c' || echo './'`integers.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c inline.c -o libguile_3.0_la-inline.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c instructions.c -fPIC -DPIC -o .libs/libguile_3.0_la-instructions.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-intrinsics.lo `test -f 'intrinsics.c' || echo './'`intrinsics.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c integers.c -fPIC -DPIC -o .libs/libguile_3.0_la-integers.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-ioext.lo `test -f 'ioext.c' || echo './'`ioext.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c intrinsics.c -fPIC -DPIC -o .libs/libguile_3.0_la-intrinsics.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c instructions.c -o libguile_3.0_la-instructions.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c ioext.c -fPIC -DPIC -o .libs/libguile_3.0_la-ioext.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-jit.lo `test -f 'jit.c' || echo './'`jit.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c ioext.c -o libguile_3.0_la-ioext.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c intrinsics.c -o libguile_3.0_la-intrinsics.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c jit.c -fPIC -DPIC -o .libs/libguile_3.0_la-jit.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c jit.c -o libguile_3.0_la-jit.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-keywords.lo `test -f 'keywords.c' || echo './'`keywords.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c integers.c -o libguile_3.0_la-integers.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-list.lo `test -f 'list.c' || echo './'`list.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c keywords.c -fPIC -DPIC -o .libs/libguile_3.0_la-keywords.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-load.lo `test -f 'load.c' || echo './'`load.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c list.c -fPIC -DPIC -o .libs/libguile_3.0_la-list.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c keywords.c -o libguile_3.0_la-keywords.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c load.c -fPIC -DPIC -o .libs/libguile_3.0_la-load.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c list.c -o libguile_3.0_la-list.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-loader.lo `test -f 'loader.c' || echo './'`loader.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c loader.c -fPIC -DPIC -o .libs/libguile_3.0_la-loader.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-macros.lo `test -f 'macros.c' || echo './'`macros.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c load.c -o libguile_3.0_la-load.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-mallocs.lo `test -f 'mallocs.c' || echo './'`mallocs.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c macros.c -fPIC -DPIC -o .libs/libguile_3.0_la-macros.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c mallocs.c -fPIC -DPIC -o .libs/libguile_3.0_la-mallocs.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c loader.c -o libguile_3.0_la-loader.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c macros.c -o libguile_3.0_la-macros.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c mallocs.c -o libguile_3.0_la-mallocs.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-memoize.lo `test -f 'memoize.c' || echo './'`memoize.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-modules.lo `test -f 'modules.c' || echo './'`modules.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-null-threads.lo `test -f 'null-threads.c' || echo './'`null-threads.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-numbers.lo `test -f 'numbers.c' || echo './'`numbers.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c memoize.c -fPIC -DPIC -o .libs/libguile_3.0_la-memoize.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c modules.c -fPIC -DPIC -o .libs/libguile_3.0_la-modules.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c null-threads.c -fPIC -DPIC -o .libs/libguile_3.0_la-null-threads.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c numbers.c -fPIC -DPIC -o .libs/libguile_3.0_la-numbers.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c null-threads.c -o libguile_3.0_la-null-threads.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-objprop.lo `test -f 'objprop.c' || echo './'`objprop.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c memoize.c -o libguile_3.0_la-memoize.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c modules.c -o libguile_3.0_la-modules.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c objprop.c -fPIC -DPIC -o .libs/libguile_3.0_la-objprop.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c objprop.c -o libguile_3.0_la-objprop.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-options.lo `test -f 'options.c' || echo './'`options.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-pairs.lo `test -f 'pairs.c' || echo './'`pairs.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-poll.lo `test -f 'poll.c' || echo './'`poll.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c options.c -fPIC -DPIC -o .libs/libguile_3.0_la-options.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c pairs.c -fPIC -DPIC -o .libs/libguile_3.0_la-pairs.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c poll.c -fPIC -DPIC -o .libs/libguile_3.0_la-poll.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c options.c -o libguile_3.0_la-options.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c pairs.c -o libguile_3.0_la-pairs.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c poll.c -o libguile_3.0_la-poll.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-ports.lo `test -f 'ports.c' || echo './'`ports.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-print.lo `test -f 'print.c' || echo './'`print.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-procprop.lo `test -f 'procprop.c' || echo './'`procprop.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c ports.c -fPIC -DPIC -o .libs/libguile_3.0_la-ports.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c print.c -fPIC -DPIC -o .libs/libguile_3.0_la-print.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c procprop.c -fPIC -DPIC -o .libs/libguile_3.0_la-procprop.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c numbers.c -o libguile_3.0_la-numbers.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c procprop.c -o libguile_3.0_la-procprop.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c print.c -o libguile_3.0_la-print.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-procs.lo `test -f 'procs.c' || echo './'`procs.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c procs.c -fPIC -DPIC -o .libs/libguile_3.0_la-procs.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-programs.lo `test -f 'programs.c' || echo './'`programs.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c ports.c -o libguile_3.0_la-ports.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c procs.c -o libguile_3.0_la-procs.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c programs.c -fPIC -DPIC -o .libs/libguile_3.0_la-programs.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-promises.lo `test -f 'promises.c' || echo './'`promises.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c programs.c -o libguile_3.0_la-programs.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c promises.c -fPIC -DPIC -o .libs/libguile_3.0_la-promises.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-r6rs-ports.lo `test -f 'r6rs-ports.c' || echo './'`r6rs-ports.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c promises.c -o libguile_3.0_la-promises.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c r6rs-ports.c -fPIC -DPIC -o .libs/libguile_3.0_la-r6rs-ports.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-random.lo `test -f 'random.c' || echo './'`random.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-rdelim.lo `test -f 'rdelim.c' || echo './'`rdelim.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-read.lo `test -f 'read.c' || echo './'`read.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c random.c -fPIC -DPIC -o .libs/libguile_3.0_la-random.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c rdelim.c -fPIC -DPIC -o .libs/libguile_3.0_la-rdelim.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c read.c -fPIC -DPIC -o .libs/libguile_3.0_la-read.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c r6rs-ports.c -o libguile_3.0_la-r6rs-ports.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c rdelim.c -o libguile_3.0_la-rdelim.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c random.c -o libguile_3.0_la-random.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-rw.lo `test -f 'rw.c' || echo './'`rw.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c read.c -o libguile_3.0_la-read.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-scmsigs.lo `test -f 'scmsigs.c' || echo './'`scmsigs.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c rw.c -fPIC -DPIC -o .libs/libguile_3.0_la-rw.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-script.lo `test -f 'script.c' || echo './'`script.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c scmsigs.c -fPIC -DPIC -o .libs/libguile_3.0_la-scmsigs.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c rw.c -o libguile_3.0_la-rw.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c script.c -fPIC -DPIC -o .libs/libguile_3.0_la-script.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-simpos.lo `test -f 'simpos.c' || echo './'`simpos.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c scmsigs.c -o libguile_3.0_la-scmsigs.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-smob.lo `test -f 'smob.c' || echo './'`smob.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c script.c -o libguile_3.0_la-script.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c simpos.c -fPIC -DPIC -o .libs/libguile_3.0_la-simpos.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c smob.c -fPIC -DPIC -o .libs/libguile_3.0_la-smob.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-sort.lo `test -f 'sort.c' || echo './'`sort.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c simpos.c -o libguile_3.0_la-simpos.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-srcprop.lo `test -f 'srcprop.c' || echo './'`srcprop.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c sort.c -fPIC -DPIC -o .libs/libguile_3.0_la-sort.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c smob.c -o libguile_3.0_la-smob.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-srfi-1.lo `test -f 'srfi-1.c' || echo './'`srfi-1.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c srcprop.c -fPIC -DPIC -o .libs/libguile_3.0_la-srcprop.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c srfi-1.c -fPIC -DPIC -o .libs/libguile_3.0_la-srfi-1.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-srfi-4.lo `test -f 'srfi-4.c' || echo './'`srfi-4.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c sort.c -o libguile_3.0_la-sort.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c srcprop.c -o libguile_3.0_la-srcprop.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c srfi-4.c -fPIC -DPIC -o .libs/libguile_3.0_la-srfi-4.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c srfi-1.c -o libguile_3.0_la-srfi-1.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-srfi-13.lo `test -f 'srfi-13.c' || echo './'`srfi-13.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-srfi-14.lo `test -f 'srfi-14.c' || echo './'`srfi-14.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c srfi-13.c -fPIC -DPIC -o .libs/libguile_3.0_la-srfi-13.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-srfi-60.lo `test -f 'srfi-60.c' || echo './'`srfi-60.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c srfi-14.c -fPIC -DPIC -o .libs/libguile_3.0_la-srfi-14.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c srfi-4.c -o libguile_3.0_la-srfi-4.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c srfi-60.c -fPIC -DPIC -o .libs/libguile_3.0_la-srfi-60.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c srfi-60.c -o libguile_3.0_la-srfi-60.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-stackchk.lo `test -f 'stackchk.c' || echo './'`stackchk.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c srfi-13.c -o libguile_3.0_la-srfi-13.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-stacks.lo `test -f 'stacks.c' || echo './'`stacks.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c srfi-14.c -o libguile_3.0_la-srfi-14.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c stackchk.c -fPIC -DPIC -o .libs/libguile_3.0_la-stackchk.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c stacks.c -fPIC -DPIC -o .libs/libguile_3.0_la-stacks.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c stackchk.c -o libguile_3.0_la-stackchk.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c stacks.c -o libguile_3.0_la-stacks.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-stime.lo `test -f 'stime.c' || echo './'`stime.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-strings.lo `test -f 'strings.c' || echo './'`strings.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c stime.c -fPIC -DPIC -o .libs/libguile_3.0_la-stime.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-strorder.lo `test -f 'strorder.c' || echo './'`strorder.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-strports.lo `test -f 'strports.c' || echo './'`strports.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c strings.c -fPIC -DPIC -o .libs/libguile_3.0_la-strings.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c strorder.c -fPIC -DPIC -o .libs/libguile_3.0_la-strorder.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c strports.c -fPIC -DPIC -o .libs/libguile_3.0_la-strports.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c stime.c -o libguile_3.0_la-stime.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c strorder.c -o libguile_3.0_la-strorder.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c strports.c -o libguile_3.0_la-strports.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-struct.lo `test -f 'struct.c' || echo './'`struct.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-symbols.lo `test -f 'symbols.c' || echo './'`symbols.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c strings.c -o libguile_3.0_la-strings.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c struct.c -fPIC -DPIC -o .libs/libguile_3.0_la-struct.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c symbols.c -fPIC -DPIC -o .libs/libguile_3.0_la-symbols.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-syntax.lo `test -f 'syntax.c' || echo './'`syntax.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c syntax.c -fPIC -DPIC -o .libs/libguile_3.0_la-syntax.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c symbols.c -o libguile_3.0_la-symbols.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c struct.c -o libguile_3.0_la-struct.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c syntax.c -o libguile_3.0_la-syntax.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-threads.lo `test -f 'threads.c' || echo './'`threads.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-throw.lo `test -f 'throw.c' || echo './'`throw.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-unicode.lo `test -f 'unicode.c' || echo './'`unicode.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-uniform.lo `test -f 'uniform.c' || echo './'`uniform.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c threads.c -fPIC -DPIC -o .libs/libguile_3.0_la-threads.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c throw.c -fPIC -DPIC -o .libs/libguile_3.0_la-throw.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c unicode.c -fPIC -DPIC -o .libs/libguile_3.0_la-unicode.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c uniform.c -fPIC -DPIC -o .libs/libguile_3.0_la-uniform.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c unicode.c -o libguile_3.0_la-unicode.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c uniform.c -o libguile_3.0_la-uniform.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c throw.c -o libguile_3.0_la-throw.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-values.lo `test -f 'values.c' || echo './'`values.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-variable.lo `test -f 'variable.c' || echo './'`variable.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c threads.c -o libguile_3.0_la-threads.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-vectors.lo `test -f 'vectors.c' || echo './'`vectors.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c variable.c -fPIC -DPIC -o .libs/libguile_3.0_la-variable.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c values.c -fPIC -DPIC -o .libs/libguile_3.0_la-values.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c vectors.c -fPIC -DPIC -o .libs/libguile_3.0_la-vectors.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c variable.c -o libguile_3.0_la-variable.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c values.c -o libguile_3.0_la-values.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-version.lo `test -f 'version.c' || echo './'`version.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-vm.lo `test -f 'vm.c' || echo './'`vm.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-vports.lo `test -f 'vports.c' || echo './'`vports.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c vectors.c -o libguile_3.0_la-vectors.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c version.c -fPIC -DPIC -o .libs/libguile_3.0_la-version.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c vm.c -fPIC -DPIC -o .libs/libguile_3.0_la-vm.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c vports.c -fPIC -DPIC -o .libs/libguile_3.0_la-vports.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-weak-set.lo `test -f 'weak-set.c' || echo './'`weak-set.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c version.c -o libguile_3.0_la-version.o >/dev/null 2>&1 +In file included from vm.c:506: +vm-engine.c: In function 'vm_regular_engine': +vm-engine.c:533:16: warning: unused variable 'mcode' [-Wunused-variable] + 533 | uint8_t *mcode; + | ^~~~~ +vm-engine.c:1051:16: warning: variable 'mcode' set but not used [-Wunused-but-set-variable] + 1051 | uint8_t *mcode; + | ^~~~~ +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c vports.c -o libguile_3.0_la-vports.o >/dev/null 2>&1 +In file included from ../libguile/pairs.h:26, + from alist.h:26, + from vm.c:38: +../libguile/scm.h:176:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] + 176 | # define SCM_PACK(x) ((SCM) (x)) + | ^ +../libguile/gc.h:49:72: note: in definition of macro 'SCM_GC_SET_CELL_OBJECT' + 49 | #define SCM_GC_SET_CELL_OBJECT(x, n, v) ((((SCM *)SCM2PTR (x)) [n]) = (v)) + | ^ +../libguile/gc.h:51:38: note: in expansion of macro 'SCM_PACK' + 51 | (SCM_GC_SET_CELL_OBJECT ((x), (n), SCM_PACK (v))) + | ^~~~~~~~ +../libguile/gc.h:67:36: note: in expansion of macro 'SCM_GC_SET_CELL_WORD' + 67 | #define SCM_SET_CELL_WORD(x, n, v) SCM_GC_SET_CELL_WORD ((x), (n), (v)) + | ^~~~~~~~~~~~~~~~~~~~ +vm-engine.c:1964:7: note: in expansion of macro 'SCM_SET_CELL_WORD' + 1964 | SCM_SET_CELL_WORD (SP_REF (obj), SP_REF_U64 (idx), SP_REF_U64 (val)); + | ^~~~~~~~~~~~~~~~~ +../libguile/scm.h:176:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] + 176 | # define SCM_PACK(x) ((SCM) (x)) + | ^ +../libguile/gc.h:49:72: note: in definition of macro 'SCM_GC_SET_CELL_OBJECT' + 49 | #define SCM_GC_SET_CELL_OBJECT(x, n, v) ((((SCM *)SCM2PTR (x)) [n]) = (v)) + | ^ +../libguile/gc.h:51:38: note: in expansion of macro 'SCM_PACK' + 51 | (SCM_GC_SET_CELL_OBJECT ((x), (n), SCM_PACK (v))) + | ^~~~~~~~ +../libguile/gc.h:67:36: note: in expansion of macro 'SCM_GC_SET_CELL_WORD' + 67 | #define SCM_SET_CELL_WORD(x, n, v) SCM_GC_SET_CELL_WORD ((x), (n), (v)) + | ^~~~~~~~~~~~~~~~~~~~ +vm-engine.c:1996:7: note: in expansion of macro 'SCM_SET_CELL_WORD' + 1996 | SCM_SET_CELL_WORD (SP_REF (obj), idx, SP_REF_U64 (val)); + | ^~~~~~~~~~~~~~~~~ +In file included from vm.c:514: +vm-engine.c: In function 'vm_debug_engine': +vm-engine.c:533:16: warning: unused variable 'mcode' [-Wunused-variable] + 533 | uint8_t *mcode; + | ^~~~~ +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-weak-table.lo `test -f 'weak-table.c' || echo './'`weak-table.c +vm-engine.c:1051:16: warning: variable 'mcode' set but not used [-Wunused-but-set-variable] + 1051 | uint8_t *mcode; + | ^~~~~ +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c weak-set.c -fPIC -DPIC -o .libs/libguile_3.0_la-weak-set.o +In file included from ../libguile/pairs.h:26, + from alist.h:26, + from vm.c:38: +../libguile/scm.h:176:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] + 176 | # define SCM_PACK(x) ((SCM) (x)) + | ^ +../libguile/gc.h:49:72: note: in definition of macro 'SCM_GC_SET_CELL_OBJECT' + 49 | #define SCM_GC_SET_CELL_OBJECT(x, n, v) ((((SCM *)SCM2PTR (x)) [n]) = (v)) + | ^ +../libguile/gc.h:51:38: note: in expansion of macro 'SCM_PACK' + 51 | (SCM_GC_SET_CELL_OBJECT ((x), (n), SCM_PACK (v))) + | ^~~~~~~~ +../libguile/gc.h:67:36: note: in expansion of macro 'SCM_GC_SET_CELL_WORD' + 67 | #define SCM_SET_CELL_WORD(x, n, v) SCM_GC_SET_CELL_WORD ((x), (n), (v)) + | ^~~~~~~~~~~~~~~~~~~~ +vm-engine.c:1964:7: note: in expansion of macro 'SCM_SET_CELL_WORD' + 1964 | SCM_SET_CELL_WORD (SP_REF (obj), SP_REF_U64 (idx), SP_REF_U64 (val)); + | ^~~~~~~~~~~~~~~~~ +../libguile/scm.h:176:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] + 176 | # define SCM_PACK(x) ((SCM) (x)) + | ^ +../libguile/gc.h:49:72: note: in definition of macro 'SCM_GC_SET_CELL_OBJECT' + 49 | #define SCM_GC_SET_CELL_OBJECT(x, n, v) ((((SCM *)SCM2PTR (x)) [n]) = (v)) + | ^ +../libguile/gc.h:51:38: note: in expansion of macro 'SCM_PACK' + 51 | (SCM_GC_SET_CELL_OBJECT ((x), (n), SCM_PACK (v))) + | ^~~~~~~~ +../libguile/gc.h:67:36: note: in expansion of macro 'SCM_GC_SET_CELL_WORD' + 67 | #define SCM_SET_CELL_WORD(x, n, v) SCM_GC_SET_CELL_WORD ((x), (n), (v)) + | ^~~~~~~~~~~~~~~~~~~~ +vm-engine.c:1996:7: note: in expansion of macro 'SCM_SET_CELL_WORD' + 1996 | SCM_SET_CELL_WORD (SP_REF (obj), idx, SP_REF_U64 (val)); + | ^~~~~~~~~~~~~~~~~ +vm.c: In function 'scm_call_n': +vm.c:1602:18: warning: unused variable 'mcode' [-Wunused-variable] + 1602 | uint8_t *mcode = vp->mra_after_abort; + | ^~~~~ +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-weak-vector.lo `test -f 'weak-vector.c' || echo './'`weak-vector.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c weak-table.c -fPIC -DPIC -o .libs/libguile_3.0_la-weak-table.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c weak-set.c -o libguile_3.0_la-weak-set.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c weak-vector.c -fPIC -DPIC -o .libs/libguile_3.0_la-weak-vector.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c weak-table.c -o libguile_3.0_la-weak-table.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-dynl.lo `test -f 'dynl.c' || echo './'`dynl.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c weak-vector.c -o libguile_3.0_la-weak-vector.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c dynl.c -fPIC -DPIC -o .libs/libguile_3.0_la-dynl.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-posix.lo `test -f 'posix.c' || echo './'`posix.c +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-net_db.lo `test -f 'net_db.c' || echo './'`net_db.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c dynl.c -o libguile_3.0_la-dynl.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c posix.c -fPIC -DPIC -o .libs/libguile_3.0_la-posix.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c net_db.c -fPIC -DPIC -o .libs/libguile_3.0_la-net_db.o +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-socket.lo `test -f 'socket.c' || echo './'`socket.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c vm.c -o libguile_3.0_la-vm.o >/dev/null 2>&1 +posix.c: In function 'scm_nice': +posix.c:2091:3: warning: ignoring return value of 'nice' declared with attribute 'warn_unused_result' [-Wunused-result] + 2091 | nice (scm_to_int (incr)); + | ^~~~~~~~~~~~~~~~~~~~~~~~ +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c net_db.c -o libguile_3.0_la-net_db.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c socket.c -fPIC -DPIC -o .libs/libguile_3.0_la-socket.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c posix.c -o libguile_3.0_la-posix.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libguile_3.0_la-regex-posix.lo `test -f 'regex-posix.c' || echo './'`regex-posix.c +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c regex-posix.c -fPIC -DPIC -o .libs/libguile_3.0_la-regex-posix.o +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c socket.c -o libguile_3.0_la-socket.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c regex-posix.c -o libguile_3.0_la-regex-posix.o >/dev/null 2>&1 +flex -t ./c-tokenize.lex > c-tokenize.c || { rm c-tokenize.c; false; } +\ +if [ "no" = "yes" ]; then \ + gcc -DCROSS_COMPILING=1 -I.. \ + -c -o "c-tokenize.o" "c-tokenize.c"; \ +else \ + gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o "c-tokenize.o" "c-tokenize.c"; \ +fi +\ +rm -f guile_filter_doc_snarfage; \ +if [ "no" = "yes" ]; then \ + gcc -o guile_filter_doc_snarfage c-tokenize.o; \ +else \ + /bin/bash ../libtool --tag=CC --mode=link gcc -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -Wl,-z,relro -o guile_filter_doc_snarfage c-tokenize.o ../lib/libgnu.la -lcrypt -ldl -lm; \ +fi +libtool: link: gcc -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -Wl,-z -Wl,relro -o guile_filter_doc_snarfage c-tokenize.o ../lib/.libs/libgnu.a -L/usr/lib/arm-linux-gnueabihf -lunistring -lcrypt -ldl -lm +/bin/bash ../libtool --tag=CC --mode=link gcc -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -lgc -lffi -lm -lm -lm -lm -L/usr/lib/arm-linux-gnueabihf -lunistring -lm -lm -version-info 7:0:6 -export-dynamic -no-undefined -Wl,-z -Wl,relro -Wl,--version-script="./libguile.map" -Wl,-z,relro -o libguile-3.0.la -rpath /usr/lib/arm-linux-gnueabihf libguile_3.0_la-alist.lo libguile_3.0_la-array-handle.lo libguile_3.0_la-array-map.lo libguile_3.0_la-arrays.lo libguile_3.0_la-async.lo libguile_3.0_la-atomic.lo libguile_3.0_la-backtrace.lo libguile_3.0_la-boolean.lo libguile_3.0_la-bitvectors.lo libguile_3.0_la-bytevectors.lo libguile_3.0_la-chars.lo libguile_3.0_la-chooks.lo libguile_3.0_la-control.lo libguile_3.0_la-continuations.lo libguile_3.0_la-debug.lo libguile_3.0_la-deprecated.lo libguile_3.0_la-deprecation.lo libguile_3.0_la-dynstack.lo libguile_3.0_la-dynwind.lo libguile_3.0_la-eq.lo libguile_3.0_la-error.lo libguile_3.0_la-eval.lo libguile_3.0_la-evalext.lo libguile_3.0_la-exceptions.lo libguile_3.0_la-expand.lo libguile_3.0_la-extensions.lo libguile_3.0_la-fdes-finalizers.lo libguile_3.0_la-feature.lo libguile_3.0_la-filesys.lo libguile_3.0_la-finalizers.lo libguile_3.0_la-fluids.lo libguile_3.0_la-foreign.lo libguile_3.0_la-foreign-object.lo libguile_3.0_la-fports.lo libguile_3.0_la-frames.lo libguile_3.0_la-gc-malloc.lo libguile_3.0_la-gc.lo libguile_3.0_la-gettext.lo libguile_3.0_la-generalized-vectors.lo libguile_3.0_la-goops.lo libguile_3.0_la-gsubr.lo libguile_3.0_la-guardians.lo libguile_3.0_la-hash.lo libguile_3.0_la-hashtab.lo libguile_3.0_la-hooks.lo libguile_3.0_la-i18n.lo libguile_3.0_la-init.lo libguile_3.0_la-inline.lo libguile_3.0_la-instructions.lo libguile_3.0_la-integers.lo libguile_3.0_la-intrinsics.lo libguile_3.0_la-ioext.lo libguile_3.0_la-jit.lo libguile_3.0_la-keywords.lo libguile_3.0_la-list.lo libguile_3.0_la-load.lo libguile_3.0_la-loader.lo libguile_3.0_la-macros.lo libguile_3.0_la-mallocs.lo libguile_3.0_la-memoize.lo libguile_3.0_la-modules.lo libguile_3.0_la-null-threads.lo libguile_3.0_la-numbers.lo libguile_3.0_la-objprop.lo libguile_3.0_la-options.lo libguile_3.0_la-pairs.lo libguile_3.0_la-poll.lo libguile_3.0_la-ports.lo libguile_3.0_la-print.lo libguile_3.0_la-procprop.lo libguile_3.0_la-procs.lo libguile_3.0_la-programs.lo libguile_3.0_la-promises.lo libguile_3.0_la-r6rs-ports.lo libguile_3.0_la-random.lo libguile_3.0_la-rdelim.lo libguile_3.0_la-read.lo libguile_3.0_la-rw.lo libguile_3.0_la-scmsigs.lo libguile_3.0_la-script.lo libguile_3.0_la-simpos.lo libguile_3.0_la-smob.lo libguile_3.0_la-sort.lo libguile_3.0_la-srcprop.lo libguile_3.0_la-srfi-1.lo libguile_3.0_la-srfi-4.lo libguile_3.0_la-srfi-13.lo libguile_3.0_la-srfi-14.lo libguile_3.0_la-srfi-60.lo libguile_3.0_la-stackchk.lo libguile_3.0_la-stacks.lo libguile_3.0_la-stime.lo libguile_3.0_la-strings.lo libguile_3.0_la-strorder.lo libguile_3.0_la-strports.lo libguile_3.0_la-struct.lo libguile_3.0_la-symbols.lo libguile_3.0_la-syntax.lo libguile_3.0_la-threads.lo libguile_3.0_la-throw.lo libguile_3.0_la-unicode.lo libguile_3.0_la-uniform.lo libguile_3.0_la-values.lo libguile_3.0_la-variable.lo libguile_3.0_la-vectors.lo libguile_3.0_la-version.lo libguile_3.0_la-vm.lo libguile_3.0_la-vports.lo libguile_3.0_la-weak-set.lo libguile_3.0_la-weak-table.lo libguile_3.0_la-weak-vector.lo libguile_3.0_la-dynl.lo libguile_3.0_la-posix.lo libguile_3.0_la-net_db.lo libguile_3.0_la-socket.lo libguile_3.0_la-regex-posix.lo ../lib/libgnu.la -L/usr/lib/arm-linux-gnueabihf -lgmp -lcrypt -ldl -lm +libtool: link: gcc -shared -fPIC -DPIC .libs/libguile_3.0_la-alist.o .libs/libguile_3.0_la-array-handle.o .libs/libguile_3.0_la-array-map.o .libs/libguile_3.0_la-arrays.o .libs/libguile_3.0_la-async.o .libs/libguile_3.0_la-atomic.o .libs/libguile_3.0_la-backtrace.o .libs/libguile_3.0_la-boolean.o .libs/libguile_3.0_la-bitvectors.o .libs/libguile_3.0_la-bytevectors.o .libs/libguile_3.0_la-chars.o .libs/libguile_3.0_la-chooks.o .libs/libguile_3.0_la-control.o .libs/libguile_3.0_la-continuations.o .libs/libguile_3.0_la-debug.o .libs/libguile_3.0_la-deprecated.o .libs/libguile_3.0_la-deprecation.o .libs/libguile_3.0_la-dynstack.o .libs/libguile_3.0_la-dynwind.o .libs/libguile_3.0_la-eq.o .libs/libguile_3.0_la-error.o .libs/libguile_3.0_la-eval.o .libs/libguile_3.0_la-evalext.o .libs/libguile_3.0_la-exceptions.o .libs/libguile_3.0_la-expand.o .libs/libguile_3.0_la-extensions.o .libs/libguile_3.0_la-fdes-finalizers.o .libs/libguile_3.0_la-feature.o .libs/libguile_3.0_la-filesys.o .libs/libguile_3.0_la-finalizers.o .libs/libguile_3.0_la-fluids.o .libs/libguile_3.0_la-foreign.o .libs/libguile_3.0_la-foreign-object.o .libs/libguile_3.0_la-fports.o .libs/libguile_3.0_la-frames.o .libs/libguile_3.0_la-gc-malloc.o .libs/libguile_3.0_la-gc.o .libs/libguile_3.0_la-gettext.o .libs/libguile_3.0_la-generalized-vectors.o .libs/libguile_3.0_la-goops.o .libs/libguile_3.0_la-gsubr.o .libs/libguile_3.0_la-guardians.o .libs/libguile_3.0_la-hash.o .libs/libguile_3.0_la-hashtab.o .libs/libguile_3.0_la-hooks.o .libs/libguile_3.0_la-i18n.o .libs/libguile_3.0_la-init.o .libs/libguile_3.0_la-inline.o .libs/libguile_3.0_la-instructions.o .libs/libguile_3.0_la-integers.o .libs/libguile_3.0_la-intrinsics.o .libs/libguile_3.0_la-ioext.o .libs/libguile_3.0_la-jit.o .libs/libguile_3.0_la-keywords.o .libs/libguile_3.0_la-list.o .libs/libguile_3.0_la-load.o .libs/libguile_3.0_la-loader.o .libs/libguile_3.0_la-macros.o .libs/libguile_3.0_la-mallocs.o .libs/libguile_3.0_la-memoize.o .libs/libguile_3.0_la-modules.o .libs/libguile_3.0_la-null-threads.o .libs/libguile_3.0_la-numbers.o .libs/libguile_3.0_la-objprop.o .libs/libguile_3.0_la-options.o .libs/libguile_3.0_la-pairs.o .libs/libguile_3.0_la-poll.o .libs/libguile_3.0_la-ports.o .libs/libguile_3.0_la-print.o .libs/libguile_3.0_la-procprop.o .libs/libguile_3.0_la-procs.o .libs/libguile_3.0_la-programs.o .libs/libguile_3.0_la-promises.o .libs/libguile_3.0_la-r6rs-ports.o .libs/libguile_3.0_la-random.o .libs/libguile_3.0_la-rdelim.o .libs/libguile_3.0_la-read.o .libs/libguile_3.0_la-rw.o .libs/libguile_3.0_la-scmsigs.o .libs/libguile_3.0_la-script.o .libs/libguile_3.0_la-simpos.o .libs/libguile_3.0_la-smob.o .libs/libguile_3.0_la-sort.o .libs/libguile_3.0_la-srcprop.o .libs/libguile_3.0_la-srfi-1.o .libs/libguile_3.0_la-srfi-4.o .libs/libguile_3.0_la-srfi-13.o .libs/libguile_3.0_la-srfi-14.o .libs/libguile_3.0_la-srfi-60.o .libs/libguile_3.0_la-stackchk.o .libs/libguile_3.0_la-stacks.o .libs/libguile_3.0_la-stime.o .libs/libguile_3.0_la-strings.o .libs/libguile_3.0_la-strorder.o .libs/libguile_3.0_la-strports.o .libs/libguile_3.0_la-struct.o .libs/libguile_3.0_la-symbols.o .libs/libguile_3.0_la-syntax.o .libs/libguile_3.0_la-threads.o .libs/libguile_3.0_la-throw.o .libs/libguile_3.0_la-unicode.o .libs/libguile_3.0_la-uniform.o .libs/libguile_3.0_la-values.o .libs/libguile_3.0_la-variable.o .libs/libguile_3.0_la-vectors.o .libs/libguile_3.0_la-version.o .libs/libguile_3.0_la-vm.o .libs/libguile_3.0_la-vports.o .libs/libguile_3.0_la-weak-set.o .libs/libguile_3.0_la-weak-table.o .libs/libguile_3.0_la-weak-vector.o .libs/libguile_3.0_la-dynl.o .libs/libguile_3.0_la-posix.o .libs/libguile_3.0_la-net_db.o .libs/libguile_3.0_la-socket.o .libs/libguile_3.0_la-regex-posix.o -Wl,--whole-archive ../lib/.libs/libgnu.a -Wl,--no-whole-archive -lgc -lffi -L/usr/lib/arm-linux-gnueabihf -lunistring -lgmp -lcrypt -ldl -lm -pthread -g -O2 -fstack-protector-strong -flto -Wl,-z -Wl,relro -Wl,--version-script=./libguile.map -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libguile-3.0.so.1 -o .libs/libguile-3.0.so.1.6.0 +./guile-snarf-docs -o alist.doc alist.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o array-handle.doc array-handle.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o array-map.doc array-map.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o arrays.doc arrays.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o async.doc async.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o atomic.doc atomic.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o backtrace.doc backtrace.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o boolean.doc boolean.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o bitvectors.doc bitvectors.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o bytevectors.doc bytevectors.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o chars.doc chars.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o control.doc control.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o continuations.doc continuations.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o debug.doc debug.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o deprecated.doc deprecated.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o deprecation.doc deprecation.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o dynl.doc dynl.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o dynwind.doc dynwind.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o eq.doc eq.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o error.doc error.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o eval.doc eval.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o evalext.doc evalext.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o exceptions.doc exceptions.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o expand.doc expand.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o extensions.doc extensions.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o fdes-finalizers.doc fdes-finalizers.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o feature.doc feature.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o filesys.doc filesys.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o fluids.doc fluids.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o foreign.doc foreign.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o fports.doc fports.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o gc-malloc.doc gc-malloc.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o gc.doc gc.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o gettext.doc gettext.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o generalized-vectors.doc generalized-vectors.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o goops.doc goops.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o gsubr.doc gsubr.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o guardians.doc guardians.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o hash.doc hash.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o hashtab.doc hashtab.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o hooks.doc hooks.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o i18n.doc i18n.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o init.doc init.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o ioext.doc ioext.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o keywords.doc keywords.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o list.doc list.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o load.doc load.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o macros.doc macros.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o mallocs.doc mallocs.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o memoize.doc memoize.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o modules.doc modules.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o numbers.doc numbers.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o objprop.doc objprop.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o options.doc options.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o pairs.doc pairs.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o ports.doc ports.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o print.doc print.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o procprop.doc procprop.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o procs.doc procs.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o promises.doc promises.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o r6rs-ports.doc r6rs-ports.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o random.doc random.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o rdelim.doc rdelim.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o read.doc read.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o rw.doc rw.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o scmsigs.doc scmsigs.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o script.doc script.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o simpos.doc simpos.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o smob.doc smob.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o sort.doc sort.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o srcprop.doc srcprop.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o srfi-1.doc srfi-1.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o srfi-4.doc srfi-4.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o srfi-13.doc srfi-13.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o srfi-14.doc srfi-14.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o srfi-60.doc srfi-60.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o stackchk.doc stackchk.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o stacks.doc stacks.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o stime.doc stime.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o strings.doc strings.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o strorder.doc strorder.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o strports.doc strports.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o struct.doc struct.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o symbols.doc symbols.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o syntax.doc syntax.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o threads.doc threads.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o throw.doc throw.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o unicode.doc unicode.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o uniform.doc uniform.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o values.doc values.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o variable.doc variable.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o vectors.doc vectors.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o version.doc version.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o vports.doc vports.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o weak-set.doc weak-set.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o weak-table.doc weak-table.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o weak-vector.doc weak-vector.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o posix.doc posix.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o net_db.doc net_db.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o socket.doc socket.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +./guile-snarf-docs -o regex-posix.doc regex-posix.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +/usr/bin/ld: /tmp/libguile-3.0.so.1.6.0.KFZWrT.ltrans15.ltrans.o: in function `scm_tmpnam': +/home/user/sources/guile/guile-3.0-3.0.9/libguile/posix.c:1757: warning: the use of `tmpnam' is dangerous, better use `mkstemp' +libtool: link: (cd ".libs" && rm -f "libguile-3.0.so.1" && ln -s "libguile-3.0.so.1.6.0" "libguile-3.0.so.1") +libtool: link: (cd ".libs" && rm -f "libguile-3.0.so" && ln -s "libguile-3.0.so.1.6.0" "libguile-3.0.so") +libtool: link: (cd .libs/libguile-3.0.lax/libgnu.a && ar x "/home/user/sources/guile/guile-3.0-3.0.9/libguile/../lib/.libs/libgnu.a") +libtool: link: ar cr .libs/libguile-3.0.a libguile_3.0_la-alist.o libguile_3.0_la-array-handle.o libguile_3.0_la-array-map.o libguile_3.0_la-arrays.o libguile_3.0_la-async.o libguile_3.0_la-atomic.o libguile_3.0_la-backtrace.o libguile_3.0_la-boolean.o libguile_3.0_la-bitvectors.o libguile_3.0_la-bytevectors.o libguile_3.0_la-chars.o libguile_3.0_la-chooks.o libguile_3.0_la-control.o libguile_3.0_la-continuations.o libguile_3.0_la-debug.o libguile_3.0_la-deprecated.o libguile_3.0_la-deprecation.o libguile_3.0_la-dynstack.o libguile_3.0_la-dynwind.o libguile_3.0_la-eq.o libguile_3.0_la-error.o libguile_3.0_la-eval.o libguile_3.0_la-evalext.o libguile_3.0_la-exceptions.o libguile_3.0_la-expand.o libguile_3.0_la-extensions.o libguile_3.0_la-fdes-finalizers.o libguile_3.0_la-feature.o libguile_3.0_la-filesys.o libguile_3.0_la-finalizers.o libguile_3.0_la-fluids.o libguile_3.0_la-foreign.o libguile_3.0_la-foreign-object.o libguile_3.0_la-fports.o libguile_3.0_la-frames.o libguile_3.0_la-gc-malloc.o libguile_3.0_la-gc.o libguile_3.0_la-gettext.o libguile_3.0_la-generalized-vectors.o libguile_3.0_la-goops.o libguile_3.0_la-gsubr.o libguile_3.0_la-guardians.o libguile_3.0_la-hash.o libguile_3.0_la-hashtab.o libguile_3.0_la-hooks.o libguile_3.0_la-i18n.o libguile_3.0_la-init.o libguile_3.0_la-inline.o libguile_3.0_la-instructions.o libguile_3.0_la-integers.o libguile_3.0_la-intrinsics.o libguile_3.0_la-ioext.o libguile_3.0_la-jit.o libguile_3.0_la-keywords.o libguile_3.0_la-list.o libguile_3.0_la-load.o libguile_3.0_la-loader.o libguile_3.0_la-macros.o libguile_3.0_la-mallocs.o libguile_3.0_la-memoize.o libguile_3.0_la-modules.o libguile_3.0_la-null-threads.o libguile_3.0_la-numbers.o libguile_3.0_la-objprop.o libguile_3.0_la-options.o libguile_3.0_la-pairs.o libguile_3.0_la-poll.o libguile_3.0_la-ports.o libguile_3.0_la-print.o libguile_3.0_la-procprop.o libguile_3.0_la-procs.o libguile_3.0_la-programs.o libguile_3.0_la-promises.o libguile_3.0_la-r6rs-ports.o libguile_3.0_la-random.o libguile_3.0_la-rdelim.o libguile_3.0_la-read.o libguile_3.0_la-rw.o libguile_3.0_la-scmsigs.o libguile_3.0_la-script.o libguile_3.0_la-simpos.o libguile_3.0_la-smob.o libguile_3.0_la-sort.o libguile_3.0_la-srcprop.o libguile_3.0_la-srfi-1.o libguile_3.0_la-srfi-4.o libguile_3.0_la-srfi-13.o libguile_3.0_la-srfi-14.o libguile_3.0_la-srfi-60.o libguile_3.0_la-stackchk.o libguile_3.0_la-stacks.o libguile_3.0_la-stime.o libguile_3.0_la-strings.o libguile_3.0_la-strorder.o libguile_3.0_la-strports.o libguile_3.0_la-struct.o libguile_3.0_la-symbols.o libguile_3.0_la-syntax.o libguile_3.0_la-threads.o libguile_3.0_la-throw.o libguile_3.0_la-unicode.o libguile_3.0_la-uniform.o libguile_3.0_la-values.o libguile_3.0_la-variable.o libguile_3.0_la-vectors.o libguile_3.0_la-version.o libguile_3.0_la-vm.o libguile_3.0_la-vports.o libguile_3.0_la-weak-set.o libguile_3.0_la-weak-table.o libguile_3.0_la-weak-vector.o libguile_3.0_la-dynl.o libguile_3.0_la-posix.o libguile_3.0_la-net_db.o libguile_3.0_la-socket.o libguile_3.0_la-regex-posix.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-accept4.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-basename-lgpl.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-binary-io.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-c-ctype.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-c-strcasecmp.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-c-strncasecmp.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-dirname-lgpl.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-dynarray_at_failure.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-dynarray_emplace_enlarge.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-dynarray_finalize.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-dynarray_resize.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-dynarray_resize_clear.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-free.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-full-read.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-full-write.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-hard-locale.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-localcharset.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-malloca.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-math.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-mbrtowc.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-nproc.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-nstrftime.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-pipe2.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-regex.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-safe-read.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-safe-write.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-setlocale_null.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-stat-time.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-striconveh.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-stripslash.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-sys_socket.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-time_rz.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-timegm.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-unistd.o .libs/libguile-3.0.lax/libgnu.a/libgnu_la-wctype-h.o .libs/libguile-3.0.lax/libgnu.a/mktime.o +libtool: link: ranlib .libs/libguile-3.0.a +libtool: link: rm -fr .libs/libguile-3.0.lax +libtool: link: ( cd ".libs" && rm -f "libguile-3.0.la" && ln -s "../libguile-3.0.la" "libguile-3.0.la" ) +/bin/bash ../libtool --tag=CC --mode=link gcc -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -pthread -Wl,-z,relro -o guile guile-guile.o libguile-3.0.la -lcrypt -ldl -lm +libtool: link: gcc -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -pthread -Wl,-z -Wl,relro -o .libs/guile guile-guile.o ./.libs/libguile-3.0.so -lcrypt -ldl -lm -pthread +cat alist.doc array-handle.doc array-map.doc arrays.doc async.doc atomic.doc backtrace.doc boolean.doc bitvectors.doc bytevectors.doc chars.doc control.doc continuations.doc debug.doc deprecated.doc deprecation.doc dynl.doc dynwind.doc eq.doc error.doc eval.doc evalext.doc exceptions.doc expand.doc extensions.doc fdes-finalizers.doc feature.doc filesys.doc fluids.doc foreign.doc fports.doc gc-malloc.doc gc.doc gettext.doc generalized-vectors.doc goops.doc gsubr.doc guardians.doc hash.doc hashtab.doc hooks.doc i18n.doc init.doc ioext.doc keywords.doc list.doc load.doc macros.doc mallocs.doc memoize.doc modules.doc numbers.doc objprop.doc options.doc pairs.doc ports.doc print.doc procprop.doc procs.doc promises.doc r6rs-ports.doc random.doc rdelim.doc read.doc rw.doc scmsigs.doc script.doc simpos.doc smob.doc sort.doc srcprop.doc srfi-1.doc srfi-4.doc srfi-13.doc srfi-14.doc srfi-60.doc stackchk.doc stacks.doc stime.doc strings.doc strorder.doc strports.doc struct.doc symbols.doc syntax.doc threads.doc throw.doc unicode.doc uniform.doc values.doc variable.doc vectors.doc version.doc vports.doc weak-set.doc weak-table.doc weak-vector.doc dynl.doc posix.doc net_db.doc socket.doc regex-posix.doc | GUILE_AUTO_COMPILE=0 ../meta/build-env guild snarf-check-and-output-texi > guile-procedures.texi || { rm guile-procedures.texi; false; } +make[5]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/libguile' +make[4]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/libguile' +Making all in module +make[4]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/module' +make[4]: Nothing to be done for 'all'. +make[4]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/module' +Making all in stage0 +make[4]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/stage0' +Note: not adjusting GUILE_OPTIMIZATIONS for 32-bit big-endian architecture +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/eval.go" "../module/ice-9/eval.scm" +still going +wrote `ice-9/eval.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/psyntax-pp.go" "../module/ice-9/psyntax.scm" +still going +wrote `ice-9/psyntax-pp.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/boot-9.go" "../module/ice-9/boot-9.scm" +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/tree-il.go" "../module/language/tree-il.scm" +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/tree-il/analyze.go" "../module/language/tree-il/analyze.scm" +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/tree-il/compile-bytecode.go" "../module/language/tree-il/compile-bytecode.scm" +wrote `language/tree-il.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/tree-il/compile-cps.go" "../module/language/tree-il/compile-cps.scm" +wrote `language/tree-il/analyze.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/tree-il/cps-primitives.go" "../module/language/tree-il/cps-primitives.scm" +still going +wrote `language/tree-il/compile-bytecode.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/tree-il/debug.go" "../module/language/tree-il/debug.scm" +wrote `language/tree-il/cps-primitives.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/tree-il/effects.go" "../module/language/tree-il/effects.scm" +wrote `language/tree-il/debug.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/tree-il/eta-expand.go" "../module/language/tree-il/eta-expand.scm" +wrote `ice-9/boot-9.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/tree-il/fix-letrec.go" "../module/language/tree-il/fix-letrec.scm" +wrote `language/tree-il/effects.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/tree-il/inlinable-exports.go" "../module/language/tree-il/inlinable-exports.scm" +still going +wrote `language/tree-il/eta-expand.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/tree-il/letrectify.go" "../module/language/tree-il/letrectify.scm" +wrote `language/tree-il/compile-cps.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/tree-il/optimize.go" "../module/language/tree-il/optimize.scm" +wrote `language/tree-il/fix-letrec.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/tree-il/peval.go" "../module/language/tree-il/peval.scm" +wrote `language/tree-il/optimize.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/tree-il/primitives.go" "../module/language/tree-il/primitives.scm" +wrote `language/tree-il/letrectify.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/tree-il/resolve-free-vars.go" "../module/language/tree-il/resolve-free-vars.scm" +wrote `language/tree-il/inlinable-exports.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/tree-il/spec.go" "../module/language/tree-il/spec.scm" +wrote `language/tree-il/resolve-free-vars.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps.go" "../module/language/cps.scm" +wrote `language/tree-il/primitives.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/closure-conversion.go" "../module/language/cps/closure-conversion.scm" +wrote `language/tree-il/spec.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/compile-bytecode.go" "../module/language/cps/compile-bytecode.scm" +still going +wrote `language/tree-il/peval.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/contification.go" "../module/language/cps/contification.scm" +wrote `language/cps/closure-conversion.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/cse.go" "../module/language/cps/cse.scm" +wrote `language/cps/contification.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/dce.go" "../module/language/cps/dce.scm" +wrote `language/cps/compile-bytecode.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/devirtualize-integers.go" "../module/language/cps/devirtualize-integers.scm" +wrote `language/cps/cse.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/dump.go" "../module/language/cps/dump.scm" +wrote `language/cps/devirtualize-integers.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/elide-arity-checks.go" "../module/language/cps/elide-arity-checks.scm" +wrote `language/cps.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/effects-analysis.go" "../module/language/cps/effects-analysis.scm" +wrote `language/cps/dce.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/graphs.go" "../module/language/cps/graphs.scm" +still going +wrote `language/cps/elide-arity-checks.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/intmap.go" "../module/language/cps/intmap.scm" +wrote `language/cps/dump.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/intset.go" "../module/language/cps/intset.scm" +wrote `language/cps/graphs.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/licm.go" "../module/language/cps/licm.scm" +wrote `language/cps/effects-analysis.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/loop-instrumentation.go" "../module/language/cps/loop-instrumentation.scm" +wrote `language/cps/licm.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/optimize.go" "../module/language/cps/optimize.scm" +wrote `language/cps/intmap.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/peel-loops.go" "../module/language/cps/peel-loops.scm" +wrote `language/cps/intset.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/prune-top-level-scopes.go" "../module/language/cps/prune-top-level-scopes.scm" +wrote `language/cps/loop-instrumentation.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/reify-primitives.go" "../module/language/cps/reify-primitives.scm" +wrote `language/cps/peel-loops.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/renumber.go" "../module/language/cps/renumber.scm" +wrote `language/cps/prune-top-level-scopes.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/return-types.go" "../module/language/cps/return-types.scm" +wrote `language/cps/reify-primitives.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/rotate-loops.go" "../module/language/cps/rotate-loops.scm" +wrote `language/cps/optimize.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/self-references.go" "../module/language/cps/self-references.scm" +wrote `language/cps/return-types.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/simplify.go" "../module/language/cps/simplify.scm" +wrote `language/cps/renumber.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/slot-allocation.go" "../module/language/cps/slot-allocation.scm" +still going +wrote `language/cps/rotate-loops.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/spec.go" "../module/language/cps/spec.scm" +wrote `language/cps/self-references.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/specialize-primcalls.go" "../module/language/cps/specialize-primcalls.scm" +wrote `language/cps/simplify.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/specialize-numbers.go" "../module/language/cps/specialize-numbers.scm" +wrote `language/cps/slot-allocation.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/split-rec.go" "../module/language/cps/split-rec.scm" +wrote `language/cps/specialize-primcalls.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/switch.go" "../module/language/cps/switch.scm" +wrote `language/cps/spec.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/type-checks.go" "../module/language/cps/type-checks.scm" +wrote `language/cps/split-rec.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/type-fold.go" "../module/language/cps/type-fold.scm" +wrote `language/cps/switch.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/types.go" "../module/language/cps/types.scm" +wrote `language/cps/specialize-numbers.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/utils.go" "../module/language/cps/utils.scm" +wrote `language/cps/type-checks.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/verify.go" "../module/language/cps/verify.scm" +wrote `language/cps/utils.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/with-cps.go" "../module/language/cps/with-cps.scm" +wrote `language/cps/type-fold.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/and-let-star.go" "../module/ice-9/and-let-star.scm" +wrote `language/cps/verify.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/arrays.go" "../module/ice-9/arrays.scm" +still going +wrote `language/cps/with-cps.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/atomic.go" "../module/ice-9/atomic.scm" +wrote `ice-9/and-let-star.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/binary-ports.go" "../module/ice-9/binary-ports.scm" +wrote `ice-9/arrays.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/buffered-input.go" "../module/ice-9/buffered-input.scm" +wrote `ice-9/atomic.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/calling.go" "../module/ice-9/calling.scm" +wrote `ice-9/binary-ports.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/command-line.go" "../module/ice-9/command-line.scm" +wrote `ice-9/buffered-input.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/common-list.go" "../module/ice-9/common-list.scm" +wrote `language/cps/types.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/control.go" "../module/ice-9/control.scm" +wrote `ice-9/calling.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/copy-tree.go" "../module/ice-9/copy-tree.scm" +wrote `ice-9/command-line.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/curried-definitions.go" "../module/ice-9/curried-definitions.scm" +wrote `ice-9/common-list.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/deprecated.go" "../module/ice-9/deprecated.scm" +wrote `ice-9/control.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/documentation.go" "../module/ice-9/documentation.scm" +wrote `ice-9/copy-tree.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/eval-string.go" "../module/ice-9/eval-string.scm" +wrote `ice-9/curried-definitions.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/exceptions.go" "../module/ice-9/exceptions.scm" +wrote `ice-9/deprecated.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/expect.go" "../module/ice-9/expect.scm" +wrote `ice-9/documentation.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/fdes-finalizers.go" "../module/ice-9/fdes-finalizers.scm" +wrote `ice-9/eval-string.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/format.go" "../module/ice-9/format.scm" +wrote `ice-9/expect.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/ftw.go" "../module/ice-9/ftw.scm" +wrote `ice-9/exceptions.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/futures.go" "../module/ice-9/futures.scm" +wrote `ice-9/fdes-finalizers.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/gap-buffer.go" "../module/ice-9/gap-buffer.scm" +wrote `ice-9/format.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/getopt-long.go" "../module/ice-9/getopt-long.scm" +wrote `ice-9/ftw.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/hash-table.go" "../module/ice-9/hash-table.scm" +still going +wrote `ice-9/futures.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/hcons.go" "../module/ice-9/hcons.scm" +wrote `ice-9/gap-buffer.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/history.go" "../module/ice-9/history.scm" +wrote `ice-9/hash-table.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/i18n.go" "../module/ice-9/i18n.scm" +wrote `ice-9/hcons.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/iconv.go" "../module/ice-9/iconv.scm" +wrote `ice-9/getopt-long.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/lineio.go" "../module/ice-9/lineio.scm" +wrote `ice-9/history.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/list.go" "../module/ice-9/list.scm" +wrote `ice-9/i18n.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/local-eval.go" "../module/ice-9/local-eval.scm" +wrote `ice-9/iconv.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/ls.go" "../module/ice-9/ls.scm" +wrote `ice-9/lineio.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/match.go" "../module/ice-9/match.scm" +wrote `ice-9/list.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/networking.go" "../module/ice-9/networking.scm" +wrote `ice-9/ls.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/null.go" "../module/ice-9/null.scm" +wrote `ice-9/local-eval.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/occam-channel.go" "../module/ice-9/occam-channel.scm" +wrote `ice-9/networking.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/optargs.go" "../module/ice-9/optargs.scm" +wrote `ice-9/null.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/peg.go" "../module/ice-9/peg.scm" +wrote `ice-9/match.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/peg/cache.go" "../module/ice-9/peg/cache.scm" +wrote `ice-9/optargs.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/peg/codegen.go" "../module/ice-9/peg/codegen.scm" +wrote `ice-9/occam-channel.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/peg/simplify-tree.go" "../module/ice-9/peg/simplify-tree.scm" +wrote `ice-9/peg/cache.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/peg/string-peg.go" "../module/ice-9/peg/string-peg.scm" +wrote `ice-9/peg.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/peg/using-parsers.go" "../module/ice-9/peg/using-parsers.scm" +wrote `ice-9/peg/simplify-tree.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/poe.go" "../module/ice-9/poe.scm" +still going +wrote `ice-9/peg/codegen.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/poll.go" "../module/ice-9/poll.scm" +wrote `ice-9/peg/using-parsers.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/popen.go" "../module/ice-9/popen.scm" +wrote `ice-9/peg/string-peg.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/ports.go" "../module/ice-9/ports.scm" +wrote `ice-9/poe.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/posix.go" "../module/ice-9/posix.scm" +wrote `ice-9/poll.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/pretty-print.go" "../module/ice-9/pretty-print.scm" +wrote `ice-9/posix.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/q.go" "../module/ice-9/q.scm" +wrote `ice-9/popen.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/r5rs.go" "../module/ice-9/r5rs.scm" +wrote `ice-9/ports.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/rdelim.go" "../module/ice-9/rdelim.scm" +wrote `ice-9/pretty-print.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/receive.go" "../module/ice-9/receive.scm" +wrote `ice-9/q.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/regex.go" "../module/ice-9/regex.scm" +wrote `ice-9/r5rs.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/runq.go" "../module/ice-9/runq.scm" +wrote `ice-9/rdelim.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/rw.go" "../module/ice-9/rw.scm" +wrote `ice-9/receive.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/safe-r5rs.go" "../module/ice-9/safe-r5rs.scm" +wrote `ice-9/regex.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/safe.go" "../module/ice-9/safe.scm" +wrote `ice-9/runq.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/sandbox.go" "../module/ice-9/sandbox.scm" +wrote `ice-9/rw.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/save-stack.go" "../module/ice-9/save-stack.scm" +wrote `ice-9/safe.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/scm-style-repl.go" "../module/ice-9/scm-style-repl.scm" +wrote `ice-9/safe-r5rs.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/serialize.go" "../module/ice-9/serialize.scm" +wrote `ice-9/save-stack.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/session.go" "../module/ice-9/session.scm" +wrote `ice-9/sandbox.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/slib.go" "../module/ice-9/slib.scm" +wrote `ice-9/scm-style-repl.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/stack-catch.go" "../module/ice-9/stack-catch.scm" +wrote `ice-9/serialize.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/streams.go" "../module/ice-9/streams.scm" +wrote `ice-9/session.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/string-fun.go" "../module/ice-9/string-fun.scm" +WARNING: Use of `load' in declarative module (#{ g342}#). Add #:declarative? #f to your define-module invocation. +wrote `ice-9/slib.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/suspendable-ports.go" "../module/ice-9/suspendable-ports.scm" +still going +wrote `ice-9/stack-catch.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/textual-ports.go" "../module/ice-9/textual-ports.scm" +wrote `ice-9/streams.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/threads.go" "../module/ice-9/threads.scm" +wrote `ice-9/string-fun.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/time.go" "../module/ice-9/time.scm" +wrote `ice-9/textual-ports.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/top-repl.go" "../module/ice-9/top-repl.scm" +wrote `ice-9/suspendable-ports.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/unicode.go" "../module/ice-9/unicode.scm" +wrote `ice-9/time.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/vlist.go" "../module/ice-9/vlist.scm" +wrote `ice-9/threads.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/weak-vector.go" "../module/ice-9/weak-vector.scm" +wrote `ice-9/unicode.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/brainfuck/parse.go" "../module/language/brainfuck/parse.scm" +wrote `ice-9/weak-vector.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/brainfuck/compile-scheme.go" "../module/language/brainfuck/compile-scheme.scm" +wrote `ice-9/top-repl.go' +WARNING: Use of `load' in declarative module (system repl command). Add #:declarative? #f to your define-module invocation. +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/brainfuck/compile-tree-il.go" "../module/language/brainfuck/compile-tree-il.scm" +wrote `language/brainfuck/parse.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/brainfuck/spec.go" "../module/language/brainfuck/spec.scm" +wrote `language/brainfuck/compile-scheme.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/bytecode.go" "../module/language/bytecode.scm" +wrote `ice-9/vlist.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/bytecode/spec.go" "../module/language/bytecode/spec.scm" +wrote `language/brainfuck/compile-tree-il.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/ecmascript/tokenize.go" "../module/language/ecmascript/tokenize.scm" +wrote `language/brainfuck/spec.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/ecmascript/parse.go" "../module/language/ecmascript/parse.scm" +wrote `language/bytecode.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/ecmascript/impl.go" "../module/language/ecmascript/impl.scm" +wrote `language/bytecode/spec.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/ecmascript/base.go" "../module/language/ecmascript/base.scm" +wrote `language/ecmascript/tokenize.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/ecmascript/function.go" "../module/language/ecmascript/function.scm" +wrote `language/ecmascript/impl.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/ecmascript/array.go" "../module/language/ecmascript/array.scm" +wrote `language/ecmascript/base.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/ecmascript/compile-tree-il.go" "../module/language/ecmascript/compile-tree-il.scm" +wrote `language/ecmascript/function.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/ecmascript/spec.go" "../module/language/ecmascript/spec.scm" +wrote `language/ecmascript/array.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/elisp/falias.go" "../module/language/elisp/falias.scm" +%% Reduce/Reduce conflict (reduce 11, reduce 7) on '--' in state 422 +%% Reduce/Reduce conflict (reduce 11, reduce 7) on '++' in state 422 +%% Reduce/Reduce conflict (reduce 11, reduce 7) on '-' in state 422 +%% Reduce/Reduce conflict (reduce 11, reduce 7) on '+' in state 422 +%% Reduce/Reduce conflict (reduce 11, reduce 7) on 'semicolon' in state 422 +%% Reduce/Reduce conflict (reduce 11, reduce 7) on 'dot' in state 422 +%% Reduce/Reduce conflict (reduce 11, reduce 7) on 'lbracket' in state 422 +%% Reduce/Reduce conflict (reduce 11, reduce 7) on 'lparen' in state 422 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on '--' in state 397 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on '++' in state 397 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on '-' in state 397 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on '+' in state 397 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on 'semicolon' in state 397 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on 'dot' in state 397 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on 'lbracket' in state 397 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on 'lparen' in state 397 +%% Shift/Reduce conflict (shift 367, reduce 49) on 'else' in state 319 +%% Shift/Reduce conflict (shift 144, reduce 177) on 'in' in state 242 +%% Shift/Reduce conflict (shift 144, reduce 178) on 'in' in state 241 +%% Shift/Reduce conflict (shift 144, reduce 179) on 'in' in state 240 +%% Shift/Reduce conflict (shift 144, reduce 180) on 'in' in state 239 +%% Shift/Reduce conflict (shift 80, reduce 119) on 'colon' in state 125 +%% Shift/Reduce conflict (shift 170, reduce 139) on '++' in state 85 +%% Shift/Reduce conflict (shift 169, reduce 139) on '--' in state 85 +%% Shift/Reduce conflict (shift 153, reduce 159) on '+' in state 49 +%% Shift/Reduce conflict (shift 152, reduce 159) on '-' in state 49 +%% Shift/Reduce conflict (shift 144, reduce 176) on 'in' in state 47 +wrote `language/ecmascript/parse.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/elisp/lexer.go" "../module/language/elisp/lexer.scm" +wrote `language/ecmascript/compile-tree-il.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/elisp/parser.go" "../module/language/elisp/parser.scm" +still going +%% Reduce/Reduce conflict (reduce 11, reduce 7) on '--' in state 422 +%% Reduce/Reduce conflict (reduce 11, reduce 7) on '++' in state 422 +%% Reduce/Reduce conflict (reduce 11, reduce 7) on '-' in state 422 +%% Reduce/Reduce conflict (reduce 11, reduce 7) on '+' in state 422 +%% Reduce/Reduce conflict (reduce 11, reduce 7) on 'semicolon' in state 422 +%% Reduce/Reduce conflict (reduce 11, reduce 7) on 'dot' in state 422 +%% Reduce/Reduce conflict (reduce 11, reduce 7) on 'lbracket' in state 422 +%% Reduce/Reduce conflict (reduce 11, reduce 7) on 'lparen' in state 422 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on '--' in state 397 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on '++' in state 397 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on '-' in state 397 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on '+' in state 397 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on 'semicolon' in state 397 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on 'dot' in state 397 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on 'lbracket' in state 397 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on 'lparen' in state 397 +%% Shift/Reduce conflict (shift 367, reduce 49) on 'else' in state 319 +%% Shift/Reduce conflict (shift 144, reduce 177) on 'in' in state 242 +%% Shift/Reduce conflict (shift 144, reduce 178) on 'in' in state 241 +%% Shift/Reduce conflict (shift 144, reduce 179) on 'in' in state 240 +%% Shift/Reduce conflict (shift 144, reduce 180) on 'in' in state 239 +%% Shift/Reduce conflict (shift 80, reduce 119) on 'colon' in state 125 +%% Shift/Reduce conflict (shift 170, reduce 139) on '++' in state 85 +%% Shift/Reduce conflict (shift 169, reduce 139) on '--' in state 85 +%% Shift/Reduce conflict (shift 153, reduce 159) on '+' in state 49 +%% Shift/Reduce conflict (shift 152, reduce 159) on '-' in state 49 +%% Shift/Reduce conflict (shift 144, reduce 176) on 'in' in state 47 +wrote `language/ecmascript/spec.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/elisp/bindings.go" "../module/language/elisp/bindings.scm" +wrote `language/elisp/falias.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/elisp/compile-tree-il.go" "../module/language/elisp/compile-tree-il.scm" +wrote `language/elisp/lexer.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/elisp/runtime.go" "../module/language/elisp/runtime.scm" +wrote `language/elisp/parser.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/elisp/runtime/function-slot.go" "../module/language/elisp/runtime/function-slot.scm" +wrote `language/elisp/bindings.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/elisp/runtime/value-slot.go" "../module/language/elisp/runtime/value-slot.scm" +wrote `language/elisp/compile-tree-il.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/elisp/spec.go" "../module/language/elisp/spec.scm" +wrote `language/elisp/runtime/function-slot.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/scheme/compile-tree-il.go" "../module/language/scheme/compile-tree-il.scm" +wrote `language/elisp/runtime.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/scheme/decompile-tree-il.go" "../module/language/scheme/decompile-tree-il.scm" +wrote `language/elisp/runtime/value-slot.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/scheme/spec.go" "../module/language/scheme/spec.scm" +wrote `language/elisp/spec.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/value/spec.go" "../module/language/value/spec.scm" +wrote `language/scheme/compile-tree-il.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/base.go" "../module/rnrs/base.scm" +wrote `language/scheme/spec.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/conditions.go" "../module/rnrs/conditions.scm" +wrote `language/scheme/decompile-tree-il.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/control.go" "../module/rnrs/control.scm" +wrote `language/value/spec.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/enums.go" "../module/rnrs/enums.scm" +wrote `rnrs/base.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/eval.go" "../module/rnrs/eval.scm" +wrote `rnrs/conditions.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/exceptions.go" "../module/rnrs/exceptions.scm" +wrote `rnrs/control.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/files.go" "../module/rnrs/files.scm" +wrote `rnrs/enums.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/hashtables.go" "../module/rnrs/hashtables.scm" +wrote `rnrs/eval.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/lists.go" "../module/rnrs/lists.scm" +wrote `rnrs/exceptions.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/mutable-pairs.go" "../module/rnrs/mutable-pairs.scm" +wrote `rnrs/files.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/mutable-strings.go" "../module/rnrs/mutable-strings.scm" +wrote `rnrs/hashtables.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/programs.go" "../module/rnrs/programs.scm" +wrote `rnrs/lists.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/r5rs.go" "../module/rnrs/r5rs.scm" +wrote `rnrs/mutable-pairs.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/sorting.go" "../module/rnrs/sorting.scm" +wrote `rnrs/mutable-strings.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/syntax-case.go" "../module/rnrs/syntax-case.scm" +wrote `rnrs/programs.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/unicode.go" "../module/rnrs/unicode.scm" +wrote `rnrs/r5rs.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/arithmetic/bitwise.go" "../module/rnrs/arithmetic/bitwise.scm" +wrote `rnrs/sorting.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/arithmetic/fixnums.go" "../module/rnrs/arithmetic/fixnums.scm" +wrote `rnrs/syntax-case.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/arithmetic/flonums.go" "../module/rnrs/arithmetic/flonums.scm" +wrote `rnrs/unicode.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/bytevectors.go" "../module/rnrs/bytevectors.scm" +wrote `rnrs/arithmetic/bitwise.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/bytevectors/gnu.go" "../module/rnrs/bytevectors/gnu.scm" +wrote `rnrs/arithmetic/fixnums.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/io/simple.go" "../module/rnrs/io/simple.scm" +wrote `rnrs/arithmetic/flonums.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/io/ports.go" "../module/rnrs/io/ports.scm" +wrote `rnrs/bytevectors.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/records/inspection.go" "../module/rnrs/records/inspection.scm" +wrote `rnrs/bytevectors/gnu.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/records/procedural.go" "../module/rnrs/records/procedural.scm" +still going +wrote `rnrs/io/simple.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/records/syntactic.go" "../module/rnrs/records/syntactic.scm" +wrote `rnrs/io/ports.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs.go" "../module/rnrs.scm" +wrote `rnrs/records/inspection.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "oop/goops.go" "../module/oop/goops.scm" +wrote `rnrs/records/procedural.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "oop/goops/active-slot.go" "../module/oop/goops/active-slot.scm" +wrote `rnrs/records/syntactic.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "oop/goops/composite-slot.go" "../module/oop/goops/composite-slot.scm" +wrote `rnrs.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "oop/goops/describe.go" "../module/oop/goops/describe.scm" +wrote `oop/goops/active-slot.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "oop/goops/internal.go" "../module/oop/goops/internal.scm" +wrote `oop/goops/composite-slot.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "oop/goops/save.go" "../module/oop/goops/save.scm" +wrote `oop/goops/describe.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "oop/goops/stklos.go" "../module/oop/goops/stklos.scm" +wrote `oop/goops/internal.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "oop/goops/accessors.go" "../module/oop/goops/accessors.scm" +wrote `oop/goops.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "oop/goops/simple.go" "../module/oop/goops/simple.scm" +wrote `oop/goops/stklos.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scheme/base.go" "../module/scheme/base.scm" +wrote `oop/goops/save.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scheme/case-lambda.go" "../module/scheme/case-lambda.scm" +wrote `oop/goops/accessors.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scheme/char.go" "../module/scheme/char.scm" +wrote `oop/goops/simple.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scheme/complex.go" "../module/scheme/complex.scm" +wrote `scheme/base.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scheme/cxr.go" "../module/scheme/cxr.scm" +wrote `scheme/case-lambda.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scheme/eval.go" "../module/scheme/eval.scm" +wrote `scheme/char.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scheme/file.go" "../module/scheme/file.scm" +wrote `scheme/complex.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scheme/inexact.go" "../module/scheme/inexact.scm" +wrote `scheme/cxr.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scheme/lazy.go" "../module/scheme/lazy.scm" +wrote `scheme/eval.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scheme/load.go" "../module/scheme/load.scm" +wrote `scheme/file.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scheme/process-context.go" "../module/scheme/process-context.scm" +wrote `scheme/inexact.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scheme/r5rs.go" "../module/scheme/r5rs.scm" +WARNING: Use of `load' in declarative module (scheme load). Add #:declarative? #f to your define-module invocation. +wrote `scheme/load.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scheme/read.go" "../module/scheme/read.scm" +wrote `scheme/lazy.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scheme/repl.go" "../module/scheme/repl.scm" +wrote `scheme/process-context.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scheme/time.go" "../module/scheme/time.scm" +wrote `scheme/r5rs.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scheme/write.go" "../module/scheme/write.scm" +wrote `scheme/repl.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/compile.go" "../module/scripts/compile.scm" +wrote `scheme/read.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/disassemble.go" "../module/scripts/disassemble.scm" +wrote `scheme/time.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/display-commentary.go" "../module/scripts/display-commentary.scm" +wrote `scheme/write.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/doc-snarf.go" "../module/scripts/doc-snarf.scm" +wrote `scripts/compile.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/frisk.go" "../module/scripts/frisk.scm" +wrote `scripts/display-commentary.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/generate-autoload.go" "../module/scripts/generate-autoload.scm" +wrote `scripts/disassemble.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/help.go" "../module/scripts/help.scm" +wrote `scripts/doc-snarf.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/lint.go" "../module/scripts/lint.scm" +wrote `scripts/generate-autoload.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/list.go" "../module/scripts/list.scm" +wrote `scripts/frisk.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/punify.go" "../module/scripts/punify.scm" +still going +wrote `scripts/help.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/read-scheme-source.go" "../module/scripts/read-scheme-source.scm" +wrote `scripts/lint.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/read-text-outline.go" "../module/scripts/read-text-outline.scm" +wrote `scripts/list.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/use2dot.go" "../module/scripts/use2dot.scm" +wrote `scripts/punify.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/snarf-check-and-output-texi.go" "../module/scripts/snarf-check-and-output-texi.scm" +wrote `scripts/read-scheme-source.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/summarize-guile-TODO.go" "../module/scripts/summarize-guile-TODO.scm" +wrote `scripts/read-text-outline.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/api-diff.go" "../module/scripts/api-diff.scm" +wrote `scripts/use2dot.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/read-rfc822.go" "../module/scripts/read-rfc822.scm" +wrote `scripts/snarf-check-and-output-texi.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/snarf-guile-m4-docs.go" "../module/scripts/snarf-guile-m4-docs.scm" +wrote `scripts/summarize-guile-TODO.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/autofrisk.go" "../module/scripts/autofrisk.scm" +wrote `scripts/api-diff.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/scan-api.go" "../module/scripts/scan-api.scm" +wrote `scripts/read-rfc822.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-1.go" "../module/srfi/srfi-1.scm" +wrote `scripts/snarf-guile-m4-docs.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-2.go" "../module/srfi/srfi-2.scm" +wrote `scripts/autofrisk.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-4.go" "../module/srfi/srfi-4.scm" +wrote `scripts/scan-api.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-4/gnu.go" "../module/srfi/srfi-4/gnu.scm" +wrote `srfi/srfi-2.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-6.go" "../module/srfi/srfi-6.scm" +wrote `srfi/srfi-1.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-8.go" "../module/srfi/srfi-8.scm" +wrote `srfi/srfi-4.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-9.go" "../module/srfi/srfi-9.scm" +wrote `srfi/srfi-6.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-9/gnu.go" "../module/srfi/srfi-9/gnu.scm" +wrote `srfi/srfi-4/gnu.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-10.go" "../module/srfi/srfi-10.scm" +wrote `srfi/srfi-8.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-11.go" "../module/srfi/srfi-11.scm" +wrote `srfi/srfi-9.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-13.go" "../module/srfi/srfi-13.scm" +wrote `srfi/srfi-10.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-14.go" "../module/srfi/srfi-14.scm" +wrote `srfi/srfi-9/gnu.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-16.go" "../module/srfi/srfi-16.scm" +wrote `srfi/srfi-11.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-17.go" "../module/srfi/srfi-17.scm" +wrote `srfi/srfi-13.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-18.go" "../module/srfi/srfi-18.scm" +wrote `srfi/srfi-14.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-19.go" "../module/srfi/srfi-19.scm" +wrote `srfi/srfi-16.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-26.go" "../module/srfi/srfi-26.scm" +wrote `srfi/srfi-17.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-27.go" "../module/srfi/srfi-27.scm" +wrote `srfi/srfi-26.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-28.go" "../module/srfi/srfi-28.scm" +wrote `srfi/srfi-18.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-31.go" "../module/srfi/srfi-31.scm" +wrote `srfi/srfi-27.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-34.go" "../module/srfi/srfi-34.scm" +wrote `srfi/srfi-19.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-35.go" "../module/srfi/srfi-35.scm" +wrote `srfi/srfi-28.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-37.go" "../module/srfi/srfi-37.scm" +wrote `srfi/srfi-31.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-38.go" "../module/srfi/srfi-38.scm" +wrote `srfi/srfi-34.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-41.go" "../module/srfi/srfi-41.scm" +wrote `srfi/srfi-35.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-42.go" "../module/srfi/srfi-42.scm" +wrote `srfi/srfi-37.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-43.go" "../module/srfi/srfi-43.scm" +still going +wrote `srfi/srfi-38.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-39.go" "../module/srfi/srfi-39.scm" +wrote `srfi/srfi-41.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-45.go" "../module/srfi/srfi-45.scm" +wrote `srfi/srfi-43.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-60.go" "../module/srfi/srfi-60.scm" +wrote `srfi/srfi-39.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-64.go" "../module/srfi/srfi-64.scm" +wrote `srfi/srfi-42.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-67.go" "../module/srfi/srfi-67.scm" +wrote `srfi/srfi-45.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-69.go" "../module/srfi/srfi-69.scm" +wrote `srfi/srfi-60.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-71.go" "../module/srfi/srfi-71.scm" +wrote `srfi/srfi-67.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-88.go" "../module/srfi/srfi-88.scm" +wrote `srfi/srfi-69.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-98.go" "../module/srfi/srfi-98.scm" +wrote `srfi/srfi-71.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-111.go" "../module/srfi/srfi-111.scm" +wrote `srfi/srfi-64.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-171.go" "../module/srfi/srfi-171.scm" +wrote `srfi/srfi-88.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-171/gnu.go" "../module/srfi/srfi-171/gnu.scm" +wrote `srfi/srfi-98.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-171/meta.go" "../module/srfi/srfi-171/meta.scm" +wrote `srfi/srfi-111.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "statprof.go" "../module/statprof.scm" +wrote `srfi/srfi-171.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/base/pmatch.go" "../module/system/base/pmatch.scm" +wrote `srfi/srfi-171/gnu.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/base/syntax.go" "../module/system/base/syntax.scm" +wrote `srfi/srfi-171/meta.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/base/compile.go" "../module/system/base/compile.scm" +wrote `system/base/pmatch.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/base/optimize.go" "../module/system/base/optimize.scm" +wrote `system/base/syntax.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/base/language.go" "../module/system/base/language.scm" +wrote `system/base/compile.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/base/lalr.go" "../module/system/base/lalr.scm" +wrote `system/base/optimize.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/base/message.go" "../module/system/base/message.scm" +wrote `system/base/language.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/base/target.go" "../module/system/base/target.scm" +wrote `statprof.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/base/types.go" "../module/system/base/types.scm" +wrote `system/base/message.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/base/types/internal.go" "../module/system/base/types/internal.scm" +wrote `system/base/target.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/base/ck.go" "../module/system/base/ck.scm" +wrote `system/base/lalr.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/foreign.go" "../module/system/foreign.scm" +wrote `system/base/types.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/foreign-library.go" "../module/system/foreign-library.scm" +wrote `system/base/ck.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/foreign-object.go" "../module/system/foreign-object.scm" +wrote `system/foreign.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/repl/debug.go" "../module/system/repl/debug.scm" +wrote `system/base/types/internal.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/repl/error-handling.go" "../module/system/repl/error-handling.scm" +wrote `system/foreign-library.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/repl/common.go" "../module/system/repl/common.scm" +wrote `system/foreign-object.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/repl/command.go" "../module/system/repl/command.scm" +wrote `system/repl/debug.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/repl/repl.go" "../module/system/repl/repl.scm" +WARNING: Use of `load' in declarative module (system repl command). Add #:declarative? #f to your define-module invocation. +wrote `system/repl/error-handling.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/repl/server.go" "../module/system/repl/server.scm" +wrote `system/repl/common.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/repl/coop-server.go" "../module/system/repl/coop-server.scm" +still going +wrote `system/repl/repl.go' +WARNING: Use of `load' in declarative module (system repl command). Add #:declarative? #f to your define-module invocation. +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/vm/assembler.go" "../module/system/vm/assembler.scm" +wrote `system/repl/command.go' +WARNING: Use of `load' in declarative module (system repl command). Add #:declarative? #f to your define-module invocation. +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/vm/coverage.go" "../module/system/vm/coverage.scm" +WARNING: Use of `load' in declarative module (system repl command). Add #:declarative? #f to your define-module invocation. +wrote `system/repl/server.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/vm/debug.go" "../module/system/vm/debug.scm" +wrote `system/repl/coop-server.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/vm/disassembler.go" "../module/system/vm/disassembler.scm" +wrote `system/vm/coverage.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/vm/dwarf.go" "../module/system/vm/dwarf.scm" +wrote `system/vm/debug.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/vm/elf.go" "../module/system/vm/elf.scm" +wrote `system/vm/disassembler.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/vm/frame.go" "../module/system/vm/frame.scm" +wrote `system/vm/frame.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/vm/inspect.go" "../module/system/vm/inspect.scm" +wrote `system/vm/elf.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/vm/linker.go" "../module/system/vm/linker.scm" +wrote `system/vm/assembler.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/vm/loader.go" "../module/system/vm/loader.scm" +wrote `system/vm/loader.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/vm/program.go" "../module/system/vm/program.scm" +wrote `system/vm/linker.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/vm/trace.go" "../module/system/vm/trace.scm" +wrote `system/vm/inspect.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/vm/trap-state.go" "../module/system/vm/trap-state.scm" +wrote `system/vm/program.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/vm/traps.go" "../module/system/vm/traps.scm" +wrote `system/vm/dwarf.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/vm/vm.go" "../module/system/vm/vm.scm" +wrote `system/vm/vm.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/syntax.go" "../module/system/syntax.scm" +wrote `system/vm/trace.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/xref.go" "../module/system/xref.scm" +wrote `system/syntax.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "sxml/apply-templates.go" "../module/sxml/apply-templates.scm" +wrote `system/xref.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "sxml/fold.go" "../module/sxml/fold.scm" +wrote `system/vm/trap-state.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "sxml/match.go" "../module/sxml/match.scm" +wrote `sxml/fold.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "sxml/simple.go" "../module/sxml/simple.scm" +wrote `system/vm/traps.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "sxml/ssax/input-parse.go" "../module/sxml/ssax/input-parse.scm" +wrote `sxml/apply-templates.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "sxml/ssax.go" "../module/sxml/ssax.scm" +wrote `sxml/ssax/input-parse.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "sxml/transform.go" "../module/sxml/transform.scm" +wrote `sxml/transform.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "sxml/xpath.go" "../module/sxml/xpath.scm" +wrote `sxml/xpath.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "texinfo.go" "../module/texinfo.scm" +wrote `sxml/simple.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "texinfo/docbook.go" "../module/texinfo/docbook.scm" +wrote `sxml/match.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "texinfo/html.go" "../module/texinfo/html.scm" +wrote `texinfo/docbook.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "texinfo/indexing.go" "../module/texinfo/indexing.scm" +wrote `sxml/ssax.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "texinfo/string-utils.go" "../module/texinfo/string-utils.scm" +wrote `texinfo/string-utils.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "texinfo/plain-text.go" "../module/texinfo/plain-text.scm" +wrote `texinfo/indexing.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "texinfo/reflection.go" "../module/texinfo/reflection.scm" +wrote `texinfo/html.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "texinfo/serialize.go" "../module/texinfo/serialize.scm" +wrote `texinfo.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "web/client.go" "../module/web/client.scm" +wrote `texinfo/plain-text.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "web/http.go" "../module/web/http.scm" +wrote `texinfo/serialize.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "web/request.go" "../module/web/request.scm" +wrote `texinfo/reflection.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "web/response.go" "../module/web/response.scm" +wrote `web/client.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "web/server.go" "../module/web/server.scm" +wrote `web/request.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "web/server/http.go" "../module/web/server/http.scm" +wrote `web/response.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "web/uri.go" "../module/web/uri.scm" +wrote `web/http.go' +GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W0 -O1 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" --from=elisp -o "language/elisp/boot.go" "../module/language/elisp/boot.el" +wrote `web/server/http.go' +wrote `web/uri.go' +wrote `web/server.go' +wrote `language/elisp/boot.go' +make[4]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/stage0' +Making all in stage1 +make[4]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/stage1' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/eval.go" "../module/ice-9/eval.scm" +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/psyntax-pp.go" "../module/ice-9/psyntax.scm" +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/boot-9.go" "../module/ice-9/boot-9.scm" +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/tree-il.go" "../module/language/tree-il.scm" +wrote `ice-9/eval.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/tree-il/analyze.go" "../module/language/tree-il/analyze.scm" +still going +wrote `language/tree-il/analyze.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/tree-il/compile-bytecode.go" "../module/language/tree-il/compile-bytecode.scm" +wrote `language/tree-il.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/tree-il/compile-cps.go" "../module/language/tree-il/compile-cps.scm" +wrote `ice-9/psyntax-pp.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/tree-il/cps-primitives.go" "../module/language/tree-il/cps-primitives.scm" +wrote `language/tree-il/cps-primitives.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/tree-il/debug.go" "../module/language/tree-il/debug.scm" +wrote `language/tree-il/debug.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/tree-il/effects.go" "../module/language/tree-il/effects.scm" +ice-9/boot-9.scm:4669:35: warning: possibly unbound variable `syntax?' +wrote `ice-9/boot-9.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/tree-il/eta-expand.go" "../module/language/tree-il/eta-expand.scm" +wrote `language/tree-il/effects.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/tree-il/fix-letrec.go" "../module/language/tree-il/fix-letrec.scm" +wrote `language/tree-il/eta-expand.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/tree-il/inlinable-exports.go" "../module/language/tree-il/inlinable-exports.scm" +wrote `language/tree-il/compile-bytecode.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/tree-il/letrectify.go" "../module/language/tree-il/letrectify.scm" +wrote `language/tree-il/letrectify.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/tree-il/optimize.go" "../module/language/tree-il/optimize.scm" +wrote `language/tree-il/fix-letrec.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/tree-il/peval.go" "../module/language/tree-il/peval.scm" +wrote `language/tree-il/optimize.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/tree-il/primitives.go" "../module/language/tree-il/primitives.scm" +still going +wrote `language/tree-il/primitives.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/tree-il/resolve-free-vars.go" "../module/language/tree-il/resolve-free-vars.scm" +wrote `language/tree-il/inlinable-exports.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/tree-il/spec.go" "../module/language/tree-il/spec.scm" +wrote `language/tree-il/spec.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps.go" "../module/language/cps.scm" +wrote `language/tree-il/resolve-free-vars.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/closure-conversion.go" "../module/language/cps/closure-conversion.scm" +wrote `language/tree-il/compile-cps.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/compile-bytecode.go" "../module/language/cps/compile-bytecode.scm" +wrote `language/cps/closure-conversion.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/contification.go" "../module/language/cps/contification.scm" +wrote `language/tree-il/peval.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/cse.go" "../module/language/cps/cse.scm" +wrote `language/cps/contification.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/dce.go" "../module/language/cps/dce.scm" +wrote `language/cps/dce.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/devirtualize-integers.go" "../module/language/cps/devirtualize-integers.scm" +wrote `language/cps/devirtualize-integers.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/dump.go" "../module/language/cps/dump.scm" +wrote `language/cps.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/elide-arity-checks.go" "../module/language/cps/elide-arity-checks.scm" +wrote `language/cps/elide-arity-checks.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/effects-analysis.go" "../module/language/cps/effects-analysis.scm" +wrote `language/cps/dump.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/graphs.go" "../module/language/cps/graphs.scm" +wrote `language/cps/cse.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/intmap.go" "../module/language/cps/intmap.scm" +wrote `language/cps/graphs.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/intset.go" "../module/language/cps/intset.scm" +still going +wrote `language/cps/effects-analysis.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/licm.go" "../module/language/cps/licm.scm" +wrote `language/cps/licm.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/loop-instrumentation.go" "../module/language/cps/loop-instrumentation.scm" +wrote `language/cps/loop-instrumentation.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/optimize.go" "../module/language/cps/optimize.scm" +wrote `language/cps/intmap.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/peel-loops.go" "../module/language/cps/peel-loops.scm" +wrote `language/cps/optimize.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/prune-top-level-scopes.go" "../module/language/cps/prune-top-level-scopes.scm" +wrote `language/cps/prune-top-level-scopes.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/reify-primitives.go" "../module/language/cps/reify-primitives.scm" +wrote `language/cps/peel-loops.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/renumber.go" "../module/language/cps/renumber.scm" +wrote `language/cps/intset.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/return-types.go" "../module/language/cps/return-types.scm" +wrote `language/cps/return-types.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/rotate-loops.go" "../module/language/cps/rotate-loops.scm" +wrote `language/cps/renumber.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/self-references.go" "../module/language/cps/self-references.scm" +wrote `language/cps/rotate-loops.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/simplify.go" "../module/language/cps/simplify.scm" +wrote `language/cps/self-references.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/slot-allocation.go" "../module/language/cps/slot-allocation.scm" +wrote `language/cps/simplify.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/spec.go" "../module/language/cps/spec.scm" +wrote `language/cps/spec.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/specialize-primcalls.go" "../module/language/cps/specialize-primcalls.scm" +wrote `language/cps/compile-bytecode.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/specialize-numbers.go" "../module/language/cps/specialize-numbers.scm" +wrote `language/cps/specialize-primcalls.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/split-rec.go" "../module/language/cps/split-rec.scm" +wrote `language/cps/slot-allocation.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/switch.go" "../module/language/cps/switch.scm" +wrote `language/cps/reify-primitives.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/type-checks.go" "../module/language/cps/type-checks.scm" +wrote `language/cps/type-checks.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/type-fold.go" "../module/language/cps/type-fold.scm" +wrote `language/cps/split-rec.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/types.go" "../module/language/cps/types.scm" +wrote `language/cps/switch.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/utils.go" "../module/language/cps/utils.scm" +wrote `language/cps/type-fold.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/verify.go" "../module/language/cps/verify.scm" +wrote `language/cps/specialize-numbers.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/with-cps.go" "../module/language/cps/with-cps.scm" +wrote `language/cps/with-cps.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/and-let-star.go" "../module/ice-9/and-let-star.scm" +wrote `ice-9/and-let-star.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/arrays.go" "../module/ice-9/arrays.scm" +wrote `ice-9/arrays.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/atomic.go" "../module/ice-9/atomic.scm" +wrote `ice-9/atomic.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/binary-ports.go" "../module/ice-9/binary-ports.scm" +wrote `ice-9/binary-ports.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/buffered-input.go" "../module/ice-9/buffered-input.scm" +wrote `language/cps/utils.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/calling.go" "../module/ice-9/calling.scm" +wrote `ice-9/buffered-input.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/command-line.go" "../module/ice-9/command-line.scm" +wrote `language/cps/verify.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/common-list.go" "../module/ice-9/common-list.scm" +wrote `ice-9/calling.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/control.go" "../module/ice-9/control.scm" +wrote `ice-9/command-line.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/copy-tree.go" "../module/ice-9/copy-tree.scm" +wrote `ice-9/copy-tree.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/curried-definitions.go" "../module/ice-9/curried-definitions.scm" +wrote `ice-9/common-list.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/deprecated.go" "../module/ice-9/deprecated.scm" +wrote `ice-9/control.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/documentation.go" "../module/ice-9/documentation.scm" +wrote `ice-9/curried-definitions.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/eval-string.go" "../module/ice-9/eval-string.scm" +wrote `ice-9/deprecated.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/exceptions.go" "../module/ice-9/exceptions.scm" +wrote `ice-9/eval-string.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/expect.go" "../module/ice-9/expect.scm" +wrote `ice-9/documentation.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/fdes-finalizers.go" "../module/ice-9/fdes-finalizers.scm" +wrote `ice-9/fdes-finalizers.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/format.go" "../module/ice-9/format.scm" +wrote `ice-9/expect.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/ftw.go" "../module/ice-9/ftw.scm" +wrote `ice-9/exceptions.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/futures.go" "../module/ice-9/futures.scm" +wrote `ice-9/ftw.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/gap-buffer.go" "../module/ice-9/gap-buffer.scm" +wrote `ice-9/futures.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/getopt-long.go" "../module/ice-9/getopt-long.scm" +wrote `ice-9/gap-buffer.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/hash-table.go" "../module/ice-9/hash-table.scm" +wrote `ice-9/hash-table.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/hcons.go" "../module/ice-9/hcons.scm" +wrote `ice-9/hcons.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/history.go" "../module/ice-9/history.scm" +wrote `ice-9/history.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/i18n.go" "../module/ice-9/i18n.scm" +wrote `ice-9/getopt-long.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/iconv.go" "../module/ice-9/iconv.scm" +wrote `ice-9/iconv.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/lineio.go" "../module/ice-9/lineio.scm" +wrote `ice-9/lineio.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/list.go" "../module/ice-9/list.scm" +wrote `ice-9/list.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/local-eval.go" "../module/ice-9/local-eval.scm" +wrote `ice-9/i18n.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/ls.go" "../module/ice-9/ls.scm" +wrote `ice-9/ls.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/match.go" "../module/ice-9/match.scm" +wrote `ice-9/local-eval.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/networking.go" "../module/ice-9/networking.scm" +wrote `ice-9/networking.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/null.go" "../module/ice-9/null.scm" +wrote `ice-9/null.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/occam-channel.go" "../module/ice-9/occam-channel.scm" +still going +wrote `ice-9/occam-channel.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/optargs.go" "../module/ice-9/optargs.scm" +wrote `ice-9/optargs.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/peg.go" "../module/ice-9/peg.scm" +wrote `ice-9/peg.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/peg/cache.go" "../module/ice-9/peg/cache.scm" +wrote `ice-9/peg/cache.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/peg/codegen.go" "../module/ice-9/peg/codegen.scm" +wrote `ice-9/match.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/peg/simplify-tree.go" "../module/ice-9/peg/simplify-tree.scm" +wrote `ice-9/peg/simplify-tree.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/peg/string-peg.go" "../module/ice-9/peg/string-peg.scm" +wrote `ice-9/peg/codegen.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/peg/using-parsers.go" "../module/ice-9/peg/using-parsers.scm" +wrote `ice-9/format.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/poe.go" "../module/ice-9/poe.scm" +wrote `ice-9/peg/using-parsers.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/poll.go" "../module/ice-9/poll.scm" +wrote `ice-9/poe.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/popen.go" "../module/ice-9/popen.scm" +wrote `ice-9/popen.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/ports.go" "../module/ice-9/ports.scm" +wrote `ice-9/poll.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/posix.go" "../module/ice-9/posix.scm" +wrote `ice-9/posix.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/pretty-print.go" "../module/ice-9/pretty-print.scm" +wrote `ice-9/ports.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/q.go" "../module/ice-9/q.scm" +wrote `ice-9/q.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/r5rs.go" "../module/ice-9/r5rs.scm" +wrote `ice-9/r5rs.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/rdelim.go" "../module/ice-9/rdelim.scm" +ice-9/pretty-print.scm:439:39: warning: non-literal format string +wrote `ice-9/pretty-print.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/receive.go" "../module/ice-9/receive.scm" +wrote `ice-9/receive.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/regex.go" "../module/ice-9/regex.scm" +wrote `ice-9/rdelim.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/runq.go" "../module/ice-9/runq.scm" +wrote `ice-9/peg/string-peg.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/rw.go" "../module/ice-9/rw.scm" +wrote `ice-9/rw.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/safe-r5rs.go" "../module/ice-9/safe-r5rs.scm" +ice-9/runq.scm:93:9: warning: possibly unbound variable `apply-to-args' +wrote `ice-9/runq.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/safe.go" "../module/ice-9/safe.scm" +wrote `ice-9/safe.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/sandbox.go" "../module/ice-9/sandbox.scm" +wrote `ice-9/safe-r5rs.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/save-stack.go" "../module/ice-9/save-stack.scm" +wrote `ice-9/regex.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/scm-style-repl.go" "../module/ice-9/scm-style-repl.scm" +wrote `ice-9/save-stack.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/serialize.go" "../module/ice-9/serialize.scm" +wrote `ice-9/serialize.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/session.go" "../module/ice-9/session.scm" +wrote `ice-9/sandbox.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/slib.go" "../module/ice-9/slib.scm" +wrote `ice-9/slib.go' +WARNING: Use of `load' in declarative module (#{ g106}#). Add #:declarative? #f to your define-module invocation. +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/stack-catch.go" "../module/ice-9/stack-catch.scm" +wrote `ice-9/scm-style-repl.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/streams.go" "../module/ice-9/streams.scm" +wrote `ice-9/stack-catch.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/string-fun.go" "../module/ice-9/string-fun.scm" +wrote `ice-9/streams.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/suspendable-ports.go" "../module/ice-9/suspendable-ports.scm" +wrote `language/cps/types.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/textual-ports.go" "../module/ice-9/textual-ports.scm" +wrote `ice-9/textual-ports.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/threads.go" "../module/ice-9/threads.scm" +ice-9/session.scm:241:11: warning: non-literal format string +wrote `ice-9/session.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/time.go" "../module/ice-9/time.scm" +wrote `ice-9/time.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/top-repl.go" "../module/ice-9/top-repl.scm" +wrote `ice-9/top-repl.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/unicode.go" "../module/ice-9/unicode.scm" +wrote `ice-9/unicode.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/vlist.go" "../module/ice-9/vlist.scm" +wrote `ice-9/string-fun.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/weak-vector.go" "../module/ice-9/weak-vector.scm" +wrote `ice-9/weak-vector.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/brainfuck/parse.go" "../module/language/brainfuck/parse.scm" +wrote `language/brainfuck/parse.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/brainfuck/compile-scheme.go" "../module/language/brainfuck/compile-scheme.scm" +wrote `language/brainfuck/compile-scheme.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/brainfuck/compile-tree-il.go" "../module/language/brainfuck/compile-tree-il.scm" +wrote `ice-9/threads.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/brainfuck/spec.go" "../module/language/brainfuck/spec.scm" +wrote `language/brainfuck/spec.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/bytecode.go" "../module/language/bytecode.scm" +wrote `language/brainfuck/compile-tree-il.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/bytecode/spec.go" "../module/language/bytecode/spec.scm" +wrote `language/bytecode/spec.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/ecmascript/tokenize.go" "../module/language/ecmascript/tokenize.scm" +wrote `language/bytecode.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/ecmascript/parse.go" "../module/language/ecmascript/parse.scm" +wrote `language/ecmascript/tokenize.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/ecmascript/impl.go" "../module/language/ecmascript/impl.scm" +wrote `ice-9/suspendable-ports.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/ecmascript/base.go" "../module/language/ecmascript/base.scm" +wrote `ice-9/vlist.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/ecmascript/function.go" "../module/language/ecmascript/function.scm" +wrote `language/ecmascript/impl.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/ecmascript/array.go" "../module/language/ecmascript/array.scm" +wrote `language/ecmascript/function.go' +language/ecmascript/function.scm:37:0: warning: possibly unbound variable `' +language/ecmascript/function.scm:37:0: warning: possibly unbound variable `js-array-vector' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/ecmascript/compile-tree-il.go" "../module/language/ecmascript/compile-tree-il.scm" +wrote `language/ecmascript/base.go' +language/ecmascript/base.scm:229:52: warning: possibly unbound variable `Boolean' +language/ecmascript/base.scm:230:51: warning: possibly unbound variable `String' +language/ecmascript/base.scm:231:51: warning: possibly unbound variable `Number' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/ecmascript/spec.go" "../module/language/ecmascript/spec.scm" +wrote `language/ecmascript/array.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/elisp/falias.go" "../module/language/elisp/falias.scm" +wrote `language/ecmascript/spec.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/elisp/lexer.go" "../module/language/elisp/lexer.scm" +wrote `language/elisp/falias.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/elisp/parser.go" "../module/language/elisp/parser.scm" +wrote `language/elisp/parser.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/elisp/bindings.go" "../module/language/elisp/bindings.scm" +wrote `language/elisp/lexer.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/elisp/compile-tree-il.go" "../module/language/elisp/compile-tree-il.scm" +wrote `language/elisp/bindings.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/elisp/runtime.go" "../module/language/elisp/runtime.scm" +wrote `language/elisp/runtime.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/elisp/runtime/function-slot.go" "../module/language/elisp/runtime/function-slot.scm" +wrote `language/elisp/runtime/function-slot.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/elisp/runtime/value-slot.go" "../module/language/elisp/runtime/value-slot.scm" +wrote `language/elisp/runtime/value-slot.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/elisp/spec.go" "../module/language/elisp/spec.scm" +wrote `language/elisp/spec.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/scheme/compile-tree-il.go" "../module/language/scheme/compile-tree-il.scm" +wrote `language/scheme/compile-tree-il.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/scheme/decompile-tree-il.go" "../module/language/scheme/decompile-tree-il.scm" +wrote `language/elisp/compile-tree-il.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/scheme/spec.go" "../module/language/scheme/spec.scm" +wrote `language/scheme/spec.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/value/spec.go" "../module/language/value/spec.scm" +wrote `language/value/spec.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/base.go" "../module/rnrs/base.scm" +wrote `rnrs/base.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/conditions.go" "../module/rnrs/conditions.scm" +wrote `rnrs/conditions.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/control.go" "../module/rnrs/control.scm" +wrote `rnrs/control.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/enums.go" "../module/rnrs/enums.scm" +wrote `rnrs/enums.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/eval.go" "../module/rnrs/eval.scm" +wrote `rnrs/eval.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/exceptions.go" "../module/rnrs/exceptions.scm" +wrote `rnrs/exceptions.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/files.go" "../module/rnrs/files.scm" +wrote `rnrs/files.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/hashtables.go" "../module/rnrs/hashtables.scm" +wrote `rnrs/hashtables.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/lists.go" "../module/rnrs/lists.scm" +wrote `rnrs/lists.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/mutable-pairs.go" "../module/rnrs/mutable-pairs.scm" +wrote `rnrs/mutable-pairs.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/mutable-strings.go" "../module/rnrs/mutable-strings.scm" +wrote `rnrs/mutable-strings.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/programs.go" "../module/rnrs/programs.scm" +wrote `rnrs/programs.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/r5rs.go" "../module/rnrs/r5rs.scm" +wrote `rnrs/r5rs.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/sorting.go" "../module/rnrs/sorting.scm" +wrote `rnrs/sorting.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/syntax-case.go" "../module/rnrs/syntax-case.scm" +wrote `rnrs/syntax-case.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/unicode.go" "../module/rnrs/unicode.scm" +wrote `rnrs/unicode.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/arithmetic/bitwise.go" "../module/rnrs/arithmetic/bitwise.scm" +wrote `rnrs/arithmetic/bitwise.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/arithmetic/fixnums.go" "../module/rnrs/arithmetic/fixnums.scm" +wrote `language/scheme/decompile-tree-il.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/arithmetic/flonums.go" "../module/rnrs/arithmetic/flonums.scm" +wrote `rnrs/arithmetic/fixnums.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/bytevectors.go" "../module/rnrs/bytevectors.scm" +wrote `rnrs/arithmetic/flonums.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/bytevectors/gnu.go" "../module/rnrs/bytevectors/gnu.scm" +wrote `rnrs/bytevectors.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/io/simple.go" "../module/rnrs/io/simple.scm" +wrote `rnrs/bytevectors/gnu.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/io/ports.go" "../module/rnrs/io/ports.scm" +wrote `rnrs/io/simple.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/records/inspection.go" "../module/rnrs/records/inspection.scm" +wrote `rnrs/records/inspection.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/records/procedural.go" "../module/rnrs/records/procedural.scm" +wrote `rnrs/records/procedural.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/records/syntactic.go" "../module/rnrs/records/syntactic.scm" +wrote `rnrs/records/syntactic.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs.go" "../module/rnrs.scm" +wrote `rnrs.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "oop/goops.go" "../module/oop/goops.scm" +wrote `rnrs/io/ports.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "oop/goops/active-slot.go" "../module/oop/goops/active-slot.scm" +wrote `oop/goops/active-slot.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "oop/goops/composite-slot.go" "../module/oop/goops/composite-slot.scm" +wrote `oop/goops/composite-slot.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "oop/goops/describe.go" "../module/oop/goops/describe.scm" +wrote `oop/goops/describe.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "oop/goops/internal.go" "../module/oop/goops/internal.scm" +wrote `oop/goops/internal.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "oop/goops/save.go" "../module/oop/goops/save.scm" +wrote `oop/goops/save.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "oop/goops/stklos.go" "../module/oop/goops/stklos.scm" +wrote `oop/goops/stklos.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "oop/goops/accessors.go" "../module/oop/goops/accessors.scm" +wrote `oop/goops/accessors.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "oop/goops/simple.go" "../module/oop/goops/simple.scm" +wrote `oop/goops/simple.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scheme/base.go" "../module/scheme/base.scm" +wrote `language/ecmascript/compile-tree-il.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scheme/case-lambda.go" "../module/scheme/case-lambda.scm" +wrote `scheme/case-lambda.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scheme/char.go" "../module/scheme/char.scm" +wrote `scheme/char.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scheme/complex.go" "../module/scheme/complex.scm" +wrote `scheme/complex.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scheme/cxr.go" "../module/scheme/cxr.scm" +wrote `scheme/cxr.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scheme/eval.go" "../module/scheme/eval.scm" +wrote `scheme/eval.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scheme/file.go" "../module/scheme/file.scm" +wrote `scheme/file.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scheme/inexact.go" "../module/scheme/inexact.scm" +%% Reduce/Reduce conflict (reduce 11, reduce 7) on '--' in state 422 +%% Reduce/Reduce conflict (reduce 11, reduce 7) on '++' in state 422 +%% Reduce/Reduce conflict (reduce 11, reduce 7) on '-' in state 422 +%% Reduce/Reduce conflict (reduce 11, reduce 7) on '+' in state 422 +%% Reduce/Reduce conflict (reduce 11, reduce 7) on 'semicolon' in state 422 +%% Reduce/Reduce conflict (reduce 11, reduce 7) on 'dot' in state 422 +%% Reduce/Reduce conflict (reduce 11, reduce 7) on 'lbracket' in state 422 +%% Reduce/Reduce conflict (reduce 11, reduce 7) on 'lparen' in state 422 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on '--' in state 397 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on '++' in state 397 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on '-' in state 397 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on '+' in state 397 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on 'semicolon' in state 397 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on 'dot' in state 397 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on 'lbracket' in state 397 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on 'lparen' in state 397 +%% Shift/Reduce conflict (shift 367, reduce 49) on 'else' in state 319 +%% Shift/Reduce conflict (shift 144, reduce 177) on 'in' in state 242 +%% Shift/Reduce conflict (shift 144, reduce 178) on 'in' in state 241 +%% Shift/Reduce conflict (shift 144, reduce 179) on 'in' in state 240 +%% Shift/Reduce conflict (shift 144, reduce 180) on 'in' in state 239 +%% Shift/Reduce conflict (shift 80, reduce 119) on 'colon' in state 125 +%% Shift/Reduce conflict (shift 170, reduce 139) on '++' in state 85 +%% Shift/Reduce conflict (shift 169, reduce 139) on '--' in state 85 +%% Shift/Reduce conflict (shift 153, reduce 159) on '+' in state 49 +%% Shift/Reduce conflict (shift 152, reduce 159) on '-' in state 49 +%% Shift/Reduce conflict (shift 144, reduce 176) on 'in' in state 47 +wrote `language/ecmascript/parse.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scheme/lazy.go" "../module/scheme/lazy.scm" +wrote `scheme/lazy.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scheme/load.go" "../module/scheme/load.scm" +wrote `scheme/inexact.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scheme/process-context.go" "../module/scheme/process-context.scm" +WARNING: Use of `load' in declarative module (scheme load). Add #:declarative? #f to your define-module invocation. +wrote `scheme/load.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scheme/r5rs.go" "../module/scheme/r5rs.scm" +wrote `scheme/base.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scheme/read.go" "../module/scheme/read.scm" +wrote `scheme/r5rs.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scheme/repl.go" "../module/scheme/repl.scm" +wrote `scheme/read.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scheme/time.go" "../module/scheme/time.scm" +wrote `scheme/repl.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scheme/write.go" "../module/scheme/write.scm" +wrote `scheme/write.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/compile.go" "../module/scripts/compile.scm" +still going +wrote `scheme/process-context.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/disassemble.go" "../module/scripts/disassemble.scm" +wrote `scheme/time.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/display-commentary.go" "../module/scripts/display-commentary.scm" +wrote `scripts/disassemble.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/doc-snarf.go" "../module/scripts/doc-snarf.scm" +wrote `scripts/display-commentary.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/frisk.go" "../module/scripts/frisk.scm" +wrote `scripts/compile.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/generate-autoload.go" "../module/scripts/generate-autoload.scm" +wrote `scripts/frisk.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/help.go" "../module/scripts/help.scm" +wrote `scripts/generate-autoload.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/lint.go" "../module/scripts/lint.scm" +scripts/doc-snarf.scm:98:34: warning: possibly unbound variable `doc-snarf-version' +wrote `scripts/doc-snarf.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/list.go" "../module/scripts/list.scm" +wrote `scripts/list.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/punify.go" "../module/scripts/punify.scm" +wrote `scripts/help.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/read-scheme-source.go" "../module/scripts/read-scheme-source.scm" +wrote `scripts/punify.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/read-text-outline.go" "../module/scripts/read-text-outline.scm" +wrote `scripts/lint.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/use2dot.go" "../module/scripts/use2dot.scm" +wrote `scripts/use2dot.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/snarf-check-and-output-texi.go" "../module/scripts/snarf-check-and-output-texi.scm" +wrote `scripts/read-scheme-source.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/summarize-guile-TODO.go" "../module/scripts/summarize-guile-TODO.scm" +wrote `scripts/read-text-outline.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/api-diff.go" "../module/scripts/api-diff.scm" +wrote `scripts/summarize-guile-TODO.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/read-rfc822.go" "../module/scripts/read-rfc822.scm" +wrote `scripts/api-diff.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/snarf-guile-m4-docs.go" "../module/scripts/snarf-guile-m4-docs.scm" +wrote `scripts/read-rfc822.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/autofrisk.go" "../module/scripts/autofrisk.scm" +wrote `scripts/snarf-guile-m4-docs.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/scan-api.go" "../module/scripts/scan-api.scm" +wrote `scripts/autofrisk.go' +scripts/autofrisk.scm:185:2: warning: non-literal format string +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-1.go" "../module/srfi/srfi-1.scm" +wrote `scripts/snarf-check-and-output-texi.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-2.go" "../module/srfi/srfi-2.scm" +wrote `srfi/srfi-2.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-4.go" "../module/srfi/srfi-4.scm" +wrote `scripts/scan-api.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-4/gnu.go" "../module/srfi/srfi-4/gnu.scm" +wrote `srfi/srfi-4.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-6.go" "../module/srfi/srfi-6.scm" +wrote `srfi/srfi-6.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-8.go" "../module/srfi/srfi-8.scm" +wrote `srfi/srfi-8.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-9.go" "../module/srfi/srfi-9.scm" +wrote `srfi/srfi-4/gnu.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-9/gnu.go" "../module/srfi/srfi-9/gnu.scm" +wrote `srfi/srfi-9/gnu.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-10.go" "../module/srfi/srfi-10.scm" +wrote `srfi/srfi-10.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-11.go" "../module/srfi/srfi-11.scm" +wrote `srfi/srfi-9.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-13.go" "../module/srfi/srfi-13.scm" +wrote `srfi/srfi-1.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-14.go" "../module/srfi/srfi-14.scm" +wrote `srfi/srfi-13.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-16.go" "../module/srfi/srfi-16.scm" +wrote `srfi/srfi-14.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-17.go" "../module/srfi/srfi-17.scm" +wrote `srfi/srfi-16.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-18.go" "../module/srfi/srfi-18.scm" +wrote `srfi/srfi-11.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-19.go" "../module/srfi/srfi-19.scm" +wrote `srfi/srfi-17.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-26.go" "../module/srfi/srfi-26.scm" +wrote `srfi/srfi-26.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-27.go" "../module/srfi/srfi-27.scm" +wrote `srfi/srfi-27.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-28.go" "../module/srfi/srfi-28.scm" +wrote `srfi/srfi-28.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-31.go" "../module/srfi/srfi-31.scm" +wrote `srfi/srfi-31.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-34.go" "../module/srfi/srfi-34.scm" +wrote `srfi/srfi-34.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-35.go" "../module/srfi/srfi-35.scm" +wrote `srfi/srfi-35.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-37.go" "../module/srfi/srfi-37.scm" +wrote `srfi/srfi-37.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-38.go" "../module/srfi/srfi-38.scm" +wrote `srfi/srfi-38.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-41.go" "../module/srfi/srfi-41.scm" +wrote `srfi/srfi-18.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-42.go" "../module/srfi/srfi-42.scm" +wrote `srfi/srfi-42.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-43.go" "../module/srfi/srfi-43.scm" +wrote `srfi/srfi-19.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-39.go" "../module/srfi/srfi-39.scm" +wrote `srfi/srfi-39.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-45.go" "../module/srfi/srfi-45.scm" +wrote `srfi/srfi-45.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-60.go" "../module/srfi/srfi-60.scm" +wrote `oop/goops.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-64.go" "../module/srfi/srfi-64.scm" +wrote `srfi/srfi-60.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-67.go" "../module/srfi/srfi-67.scm" +wrote `srfi/srfi-41.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-69.go" "../module/srfi/srfi-69.scm" +wrote `srfi/srfi-43.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-71.go" "../module/srfi/srfi-71.scm" +wrote `srfi/srfi-69.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-88.go" "../module/srfi/srfi-88.scm" +wrote `srfi/srfi-88.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-98.go" "../module/srfi/srfi-98.scm" +wrote `srfi/srfi-98.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-111.go" "../module/srfi/srfi-111.scm" +wrote `srfi/srfi-71.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-171.go" "../module/srfi/srfi-171.scm" +wrote `srfi/srfi-111.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-171/gnu.go" "../module/srfi/srfi-171/gnu.scm" +wrote `srfi/srfi-171/gnu.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-171/meta.go" "../module/srfi/srfi-171/meta.scm" +wrote `srfi/srfi-171/meta.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "statprof.go" "../module/statprof.scm" +wrote `srfi/srfi-171.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/base/pmatch.go" "../module/system/base/pmatch.scm" +wrote `system/base/pmatch.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/base/syntax.go" "../module/system/base/syntax.scm" +wrote `srfi/srfi-67.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/base/compile.go" "../module/system/base/compile.scm" +wrote `system/base/syntax.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/base/optimize.go" "../module/system/base/optimize.scm" +wrote `system/base/optimize.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/base/language.go" "../module/system/base/language.scm" +wrote `srfi/srfi-64.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/base/lalr.go" "../module/system/base/lalr.scm" +wrote `system/base/compile.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/base/message.go" "../module/system/base/message.scm" +wrote `system/base/language.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/base/target.go" "../module/system/base/target.scm" +wrote `system/base/target.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/base/types.go" "../module/system/base/types.scm" +wrote `system/base/message.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/base/types/internal.go" "../module/system/base/types/internal.scm" +wrote `system/base/types/internal.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/base/ck.go" "../module/system/base/ck.scm" +wrote `system/base/ck.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/foreign.go" "../module/system/foreign.scm" +wrote `system/foreign.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/foreign-library.go" "../module/system/foreign-library.scm" +wrote `system/base/types.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/foreign-object.go" "../module/system/foreign-object.scm" +wrote `statprof.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/repl/debug.go" "../module/system/repl/debug.scm" +wrote `system/foreign-object.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/repl/error-handling.go" "../module/system/repl/error-handling.scm" +wrote `system/repl/debug.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/repl/common.go" "../module/system/repl/common.scm" +wrote `system/foreign-library.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/repl/command.go" "../module/system/repl/command.scm" +wrote `system/repl/error-handling.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/repl/repl.go" "../module/system/repl/repl.scm" +wrote `system/repl/repl.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/repl/server.go" "../module/system/repl/server.scm" +wrote `system/repl/common.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/repl/coop-server.go" "../module/system/repl/coop-server.scm" +wrote `system/repl/server.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/vm/assembler.go" "../module/system/vm/assembler.scm" +wrote `system/repl/coop-server.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/vm/coverage.go" "../module/system/vm/coverage.scm" +wrote `system/vm/coverage.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/vm/debug.go" "../module/system/vm/debug.scm" +wrote `system/base/lalr.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/vm/disassembler.go" "../module/system/vm/disassembler.scm" +still going +WARNING: Use of `load' in declarative module (system repl command). Add #:declarative? #f to your define-module invocation. +wrote `system/repl/command.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/vm/dwarf.go" "../module/system/vm/dwarf.scm" +wrote `system/vm/debug.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/vm/elf.go" "../module/system/vm/elf.scm" +wrote `system/vm/disassembler.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/vm/frame.go" "../module/system/vm/frame.scm" +wrote `system/vm/frame.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/vm/inspect.go" "../module/system/vm/inspect.scm" +wrote `system/vm/elf.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/vm/linker.go" "../module/system/vm/linker.scm" +wrote `system/vm/inspect.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/vm/loader.go" "../module/system/vm/loader.scm" +wrote `system/vm/loader.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/vm/program.go" "../module/system/vm/program.scm" +wrote `system/vm/program.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/vm/trace.go" "../module/system/vm/trace.scm" +wrote `system/vm/trace.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/vm/trap-state.go" "../module/system/vm/trap-state.scm" +wrote `system/vm/dwarf.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/vm/traps.go" "../module/system/vm/traps.scm" +wrote `system/vm/trap-state.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/vm/vm.go" "../module/system/vm/vm.scm" +wrote `system/vm/vm.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/syntax.go" "../module/system/syntax.scm" +wrote `system/syntax.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/xref.go" "../module/system/xref.scm" +wrote `system/vm/traps.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "sxml/apply-templates.go" "../module/sxml/apply-templates.scm" +wrote `sxml/apply-templates.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "sxml/fold.go" "../module/sxml/fold.scm" +wrote `system/xref.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "sxml/match.go" "../module/sxml/match.scm" +wrote `sxml/fold.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "sxml/simple.go" "../module/sxml/simple.scm" +wrote `system/vm/linker.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "sxml/ssax/input-parse.go" "../module/sxml/ssax/input-parse.scm" +wrote `sxml/ssax/input-parse.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "sxml/ssax.go" "../module/sxml/ssax.scm" +wrote `sxml/simple.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "sxml/transform.go" "../module/sxml/transform.scm" +wrote `sxml/transform.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "sxml/xpath.go" "../module/sxml/xpath.scm" +wrote `sxml/xpath.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "texinfo.go" "../module/texinfo.scm" +wrote `sxml/match.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "texinfo/docbook.go" "../module/texinfo/docbook.scm" +wrote `texinfo/docbook.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "texinfo/html.go" "../module/texinfo/html.scm" +wrote `sxml/ssax.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "texinfo/indexing.go" "../module/texinfo/indexing.scm" +wrote `texinfo/indexing.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "texinfo/string-utils.go" "../module/texinfo/string-utils.scm" +wrote `texinfo.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "texinfo/plain-text.go" "../module/texinfo/plain-text.scm" +wrote `texinfo/html.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "texinfo/reflection.go" "../module/texinfo/reflection.scm" +wrote `texinfo/string-utils.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "texinfo/serialize.go" "../module/texinfo/serialize.scm" +wrote `texinfo/serialize.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "web/client.go" "../module/web/client.scm" +wrote `texinfo/plain-text.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "web/http.go" "../module/web/http.scm" +wrote `texinfo/reflection.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "web/request.go" "../module/web/request.scm" +wrote `web/client.go' +web/client.scm:108:5: warning: possibly unbound variable `set-certificate-credentials-x509-trust-data!' +web/client.scm:114:16: warning: possibly unbound variable `make-certificate-credentials' +web/client.scm:128:21: warning: possibly unbound variable `x509-certificate-format/pem' +web/client.scm:134:10: warning: possibly unbound variable `session-peer-certificate-chain' +web/client.scm:136:6: warning: possibly unbound variable `import-x509-certificate' +web/client.scm:136:36: warning: possibly unbound variable `x509-certificate-format/der' +web/client.scm:145:11: warning: possibly unbound variable `x509-certificate-matches-hostname?' +web/client.scm:150:10: warning: possibly unbound variable `peer-certificate-status' +web/client.scm:169:31: warning: possibly unbound variable `certificate-status->string' +web/client.scm:164:21: warning: possibly unbound variable `x509-certificate-dn' +web/client.scm:192:23: warning: possibly unbound variable `error/premature-termination' +web/client.scm:204:5: warning: possibly unbound variable `port-position' +web/client.scm:206:5: warning: possibly unbound variable `set-port-position!' +web/client.scm:231:19: warning: possibly unbound variable `make-session' +web/client.scm:231:32: warning: possibly unbound variable `connection-end/client' +web/client.scm:239:9: warning: possibly unbound variable `set-session-server-name!' +web/client.scm:239:42: warning: possibly unbound variable `server-name-type/dns' +web/client.scm:243:5: warning: possibly unbound variable `set-session-transport-fd!' +web/client.scm:244:5: warning: possibly unbound variable `set-session-default-priority!' +web/client.scm:250:5: warning: possibly unbound variable `set-session-priorities!' +web/client.scm:252:5: warning: possibly unbound variable `set-session-credentials!' +web/client.scm:265:11: warning: possibly unbound variable `handshake' +web/client.scm:267:26: warning: possibly unbound variable `error/warning-alert-received' +web/client.scm:272:26: warning: possibly unbound variable `alert-description->string' +web/client.scm:272:53: warning: possibly unbound variable `alert-get' +web/client.scm:275:26: warning: possibly unbound variable `fatal-error?' +web/client.scm:281:32: warning: possibly unbound variable `error->string' +web/client.scm:293:19: warning: possibly unbound variable `session-record-port' +web/client.scm:298:13: warning: possibly unbound variable `set-session-record-port-close!' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "web/response.go" "../module/web/response.scm" +wrote `web/request.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "web/server.go" "../module/web/server.scm" +wrote `web/response.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "web/server/http.go" "../module/web/server/http.scm" +wrote `web/server.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "web/uri.go" "../module/web/uri.scm" +wrote `web/server/http.go' +GUILE_BOOTSTRAP_STAGE=stage1 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -Ono-cross-module-inlining -L "/home/user/sources/guile/guile-3.0-3.0.9/module" --from=elisp -o "language/elisp/boot.go" "../module/language/elisp/boot.el" +wrote `web/uri.go' +still going +wrote `web/http.go' +wrote `language/elisp/boot.go' +wrote `system/vm/assembler.go' +make[4]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/stage1' +Making all in stage2 +make[4]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/stage2' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/eval.go" "../module/ice-9/eval.scm" +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/psyntax-pp.go" "../module/ice-9/psyntax.scm" +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/boot-9.go" "../module/ice-9/boot-9.scm" +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/tree-il.go" "../module/language/tree-il.scm" +wrote `ice-9/eval.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/tree-il/analyze.go" "../module/language/tree-il/analyze.scm" +wrote `language/tree-il/analyze.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/tree-il/compile-bytecode.go" "../module/language/tree-il/compile-bytecode.scm" +wrote `language/tree-il.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/tree-il/compile-cps.go" "../module/language/tree-il/compile-cps.scm" +wrote `ice-9/psyntax-pp.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/tree-il/cps-primitives.go" "../module/language/tree-il/cps-primitives.scm" +wrote `language/tree-il/cps-primitives.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/tree-il/debug.go" "../module/language/tree-il/debug.scm" +wrote `language/tree-il/debug.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/tree-il/effects.go" "../module/language/tree-il/effects.scm" +wrote `ice-9/boot-9.go' +ice-9/boot-9.scm:4669:35: warning: possibly unbound variable `syntax?' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/tree-il/eta-expand.go" "../module/language/tree-il/eta-expand.scm" +wrote `language/tree-il/effects.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/tree-il/fix-letrec.go" "../module/language/tree-il/fix-letrec.scm" +wrote `language/tree-il/compile-bytecode.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/tree-il/inlinable-exports.go" "../module/language/tree-il/inlinable-exports.scm" +wrote `language/tree-il/eta-expand.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/tree-il/letrectify.go" "../module/language/tree-il/letrectify.scm" +wrote `language/tree-il/letrectify.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/tree-il/optimize.go" "../module/language/tree-il/optimize.scm" +wrote `language/tree-il/fix-letrec.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/tree-il/peval.go" "../module/language/tree-il/peval.scm" +wrote `language/tree-il/optimize.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/tree-il/primitives.go" "../module/language/tree-il/primitives.scm" +wrote `language/tree-il/primitives.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/tree-il/resolve-free-vars.go" "../module/language/tree-il/resolve-free-vars.scm" +wrote `language/tree-il/inlinable-exports.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/tree-il/spec.go" "../module/language/tree-il/spec.scm" +wrote `language/tree-il/spec.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps.go" "../module/language/cps.scm" +wrote `language/tree-il/resolve-free-vars.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/closure-conversion.go" "../module/language/cps/closure-conversion.scm" +still going +wrote `language/tree-il/compile-cps.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/compile-bytecode.go" "../module/language/cps/compile-bytecode.scm" +wrote `language/cps/closure-conversion.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/contification.go" "../module/language/cps/contification.scm" +wrote `language/tree-il/peval.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/cse.go" "../module/language/cps/cse.scm" +wrote `language/cps/contification.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/dce.go" "../module/language/cps/dce.scm" +wrote `language/cps/dce.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/devirtualize-integers.go" "../module/language/cps/devirtualize-integers.scm" +wrote `language/cps.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/dump.go" "../module/language/cps/dump.scm" +wrote `language/cps/devirtualize-integers.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/elide-arity-checks.go" "../module/language/cps/elide-arity-checks.scm" +wrote `language/cps/elide-arity-checks.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/effects-analysis.go" "../module/language/cps/effects-analysis.scm" +wrote `language/cps/dump.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/graphs.go" "../module/language/cps/graphs.scm" +wrote `language/cps/graphs.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/intmap.go" "../module/language/cps/intmap.scm" +wrote `language/cps/cse.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/intset.go" "../module/language/cps/intset.scm" +wrote `language/cps/effects-analysis.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/licm.go" "../module/language/cps/licm.scm" +wrote `language/cps/licm.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/loop-instrumentation.go" "../module/language/cps/loop-instrumentation.scm" +wrote `language/cps/loop-instrumentation.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/optimize.go" "../module/language/cps/optimize.scm" +wrote `language/cps/optimize.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/peel-loops.go" "../module/language/cps/peel-loops.scm" +wrote `language/cps/intmap.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/prune-top-level-scopes.go" "../module/language/cps/prune-top-level-scopes.scm" +wrote `language/cps/prune-top-level-scopes.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/reify-primitives.go" "../module/language/cps/reify-primitives.scm" +wrote `language/cps/intset.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/renumber.go" "../module/language/cps/renumber.scm" +wrote `language/cps/peel-loops.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/return-types.go" "../module/language/cps/return-types.scm" +wrote `language/cps/return-types.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/rotate-loops.go" "../module/language/cps/rotate-loops.scm" +wrote `language/cps/renumber.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/self-references.go" "../module/language/cps/self-references.scm" +wrote `language/cps/rotate-loops.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/simplify.go" "../module/language/cps/simplify.scm" +wrote `language/cps/self-references.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/slot-allocation.go" "../module/language/cps/slot-allocation.scm" +wrote `language/cps/simplify.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/spec.go" "../module/language/cps/spec.scm" +wrote `language/cps/spec.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/specialize-primcalls.go" "../module/language/cps/specialize-primcalls.scm" +wrote `language/cps/compile-bytecode.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/specialize-numbers.go" "../module/language/cps/specialize-numbers.scm" +wrote `language/cps/reify-primitives.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/split-rec.go" "../module/language/cps/split-rec.scm" +wrote `language/cps/specialize-primcalls.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/switch.go" "../module/language/cps/switch.scm" +wrote `language/cps/split-rec.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/type-checks.go" "../module/language/cps/type-checks.scm" +wrote `language/cps/slot-allocation.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/type-fold.go" "../module/language/cps/type-fold.scm" +wrote `language/cps/type-checks.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/types.go" "../module/language/cps/types.scm" +wrote `language/cps/switch.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/utils.go" "../module/language/cps/utils.scm" +wrote `language/cps/type-fold.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/verify.go" "../module/language/cps/verify.scm" +wrote `language/cps/specialize-numbers.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/cps/with-cps.go" "../module/language/cps/with-cps.scm" +wrote `language/cps/with-cps.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/and-let-star.go" "../module/ice-9/and-let-star.scm" +wrote `ice-9/and-let-star.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/arrays.go" "../module/ice-9/arrays.scm" +wrote `language/cps/utils.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/atomic.go" "../module/ice-9/atomic.scm" +wrote `ice-9/atomic.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/binary-ports.go" "../module/ice-9/binary-ports.scm" +wrote `ice-9/binary-ports.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/buffered-input.go" "../module/ice-9/buffered-input.scm" +wrote `ice-9/arrays.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/calling.go" "../module/ice-9/calling.scm" +wrote `ice-9/buffered-input.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/command-line.go" "../module/ice-9/command-line.scm" +wrote `language/cps/verify.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/common-list.go" "../module/ice-9/common-list.scm" +wrote `ice-9/calling.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/control.go" "../module/ice-9/control.scm" +wrote `ice-9/command-line.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/copy-tree.go" "../module/ice-9/copy-tree.scm" +still going +wrote `ice-9/copy-tree.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/curried-definitions.go" "../module/ice-9/curried-definitions.scm" +wrote `ice-9/common-list.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/deprecated.go" "../module/ice-9/deprecated.scm" +wrote `ice-9/deprecated.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/documentation.go" "../module/ice-9/documentation.scm" +wrote `ice-9/control.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/eval-string.go" "../module/ice-9/eval-string.scm" +wrote `ice-9/curried-definitions.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/exceptions.go" "../module/ice-9/exceptions.scm" +wrote `ice-9/eval-string.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/expect.go" "../module/ice-9/expect.scm" +wrote `ice-9/documentation.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/fdes-finalizers.go" "../module/ice-9/fdes-finalizers.scm" +wrote `ice-9/fdes-finalizers.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/format.go" "../module/ice-9/format.scm" +wrote `ice-9/expect.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/ftw.go" "../module/ice-9/ftw.scm" +wrote `ice-9/exceptions.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/futures.go" "../module/ice-9/futures.scm" +wrote `ice-9/ftw.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/gap-buffer.go" "../module/ice-9/gap-buffer.scm" +wrote `ice-9/futures.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/getopt-long.go" "../module/ice-9/getopt-long.scm" +wrote `ice-9/gap-buffer.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/hash-table.go" "../module/ice-9/hash-table.scm" +wrote `ice-9/hash-table.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/hcons.go" "../module/ice-9/hcons.scm" +wrote `ice-9/hcons.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/history.go" "../module/ice-9/history.scm" +wrote `ice-9/history.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/i18n.go" "../module/ice-9/i18n.scm" +wrote `ice-9/getopt-long.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/iconv.go" "../module/ice-9/iconv.scm" +wrote `ice-9/iconv.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/lineio.go" "../module/ice-9/lineio.scm" +wrote `ice-9/lineio.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/list.go" "../module/ice-9/list.scm" +wrote `ice-9/list.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/local-eval.go" "../module/ice-9/local-eval.scm" +wrote `ice-9/i18n.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/ls.go" "../module/ice-9/ls.scm" +wrote `ice-9/ls.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/match.go" "../module/ice-9/match.scm" +wrote `ice-9/local-eval.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/networking.go" "../module/ice-9/networking.scm" +wrote `ice-9/networking.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/null.go" "../module/ice-9/null.scm" +wrote `ice-9/null.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/occam-channel.go" "../module/ice-9/occam-channel.scm" +wrote `ice-9/occam-channel.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/optargs.go" "../module/ice-9/optargs.scm" +wrote `ice-9/optargs.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/peg.go" "../module/ice-9/peg.scm" +wrote `ice-9/peg.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/peg/cache.go" "../module/ice-9/peg/cache.scm" +wrote `ice-9/peg/cache.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/peg/codegen.go" "../module/ice-9/peg/codegen.scm" +wrote `ice-9/match.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/peg/simplify-tree.go" "../module/ice-9/peg/simplify-tree.scm" +wrote `ice-9/peg/simplify-tree.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/peg/string-peg.go" "../module/ice-9/peg/string-peg.scm" +wrote `ice-9/peg/codegen.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/peg/using-parsers.go" "../module/ice-9/peg/using-parsers.scm" +wrote `ice-9/peg/using-parsers.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/poe.go" "../module/ice-9/poe.scm" +wrote `ice-9/format.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/poll.go" "../module/ice-9/poll.scm" +wrote `ice-9/poe.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/popen.go" "../module/ice-9/popen.scm" +wrote `ice-9/popen.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/ports.go" "../module/ice-9/ports.scm" +wrote `ice-9/poll.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/posix.go" "../module/ice-9/posix.scm" +wrote `ice-9/posix.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/pretty-print.go" "../module/ice-9/pretty-print.scm" +wrote `ice-9/ports.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/q.go" "../module/ice-9/q.scm" +wrote `ice-9/q.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/r5rs.go" "../module/ice-9/r5rs.scm" +wrote `ice-9/r5rs.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/rdelim.go" "../module/ice-9/rdelim.scm" +wrote `ice-9/pretty-print.go' +ice-9/pretty-print.scm:439:39: warning: non-literal format string +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/receive.go" "../module/ice-9/receive.scm" +wrote `ice-9/rdelim.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/regex.go" "../module/ice-9/regex.scm" +wrote `ice-9/receive.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/runq.go" "../module/ice-9/runq.scm" +wrote `ice-9/peg/string-peg.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/rw.go" "../module/ice-9/rw.scm" +wrote `ice-9/rw.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/safe-r5rs.go" "../module/ice-9/safe-r5rs.scm" +ice-9/runq.scm:93:9: warning: possibly unbound variable `apply-to-args' +wrote `ice-9/runq.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/safe.go" "../module/ice-9/safe.scm" +wrote `ice-9/safe-r5rs.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/sandbox.go" "../module/ice-9/sandbox.scm" +wrote `ice-9/safe.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/save-stack.go" "../module/ice-9/save-stack.scm" +wrote `ice-9/regex.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/scm-style-repl.go" "../module/ice-9/scm-style-repl.scm" +wrote `ice-9/save-stack.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/serialize.go" "../module/ice-9/serialize.scm" +wrote `ice-9/serialize.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/session.go" "../module/ice-9/session.scm" +wrote `language/cps/types.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/slib.go" "../module/ice-9/slib.scm" +WARNING: Use of `load' in declarative module (#{ g106}#). Add #:declarative? #f to your define-module invocation. +wrote `ice-9/slib.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/stack-catch.go" "../module/ice-9/stack-catch.scm" +wrote `ice-9/sandbox.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/streams.go" "../module/ice-9/streams.scm" +wrote `ice-9/scm-style-repl.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/string-fun.go" "../module/ice-9/string-fun.scm" +wrote `ice-9/stack-catch.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/suspendable-ports.go" "../module/ice-9/suspendable-ports.scm" +wrote `ice-9/streams.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/textual-ports.go" "../module/ice-9/textual-ports.scm" +wrote `ice-9/textual-ports.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/threads.go" "../module/ice-9/threads.scm" +wrote `ice-9/session.go' +ice-9/session.scm:241:11: warning: non-literal format string +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/time.go" "../module/ice-9/time.scm" +wrote `ice-9/time.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/top-repl.go" "../module/ice-9/top-repl.scm" +wrote `ice-9/string-fun.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/unicode.go" "../module/ice-9/unicode.scm" +wrote `ice-9/unicode.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/vlist.go" "../module/ice-9/vlist.scm" +wrote `ice-9/top-repl.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "ice-9/weak-vector.go" "../module/ice-9/weak-vector.scm" +wrote `ice-9/weak-vector.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/brainfuck/parse.go" "../module/language/brainfuck/parse.scm" +wrote `language/brainfuck/parse.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/brainfuck/compile-scheme.go" "../module/language/brainfuck/compile-scheme.scm" +wrote `language/brainfuck/compile-scheme.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/brainfuck/compile-tree-il.go" "../module/language/brainfuck/compile-tree-il.scm" +wrote `ice-9/threads.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/brainfuck/spec.go" "../module/language/brainfuck/spec.scm" +wrote `language/brainfuck/spec.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/bytecode.go" "../module/language/bytecode.scm" +wrote `language/brainfuck/compile-tree-il.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/bytecode/spec.go" "../module/language/bytecode/spec.scm" +wrote `language/bytecode/spec.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/ecmascript/tokenize.go" "../module/language/ecmascript/tokenize.scm" +wrote `language/bytecode.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/ecmascript/parse.go" "../module/language/ecmascript/parse.scm" +wrote `language/ecmascript/tokenize.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/ecmascript/impl.go" "../module/language/ecmascript/impl.scm" +wrote `ice-9/suspendable-ports.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/ecmascript/base.go" "../module/language/ecmascript/base.scm" +wrote `ice-9/vlist.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/ecmascript/function.go" "../module/language/ecmascript/function.scm" +wrote `language/ecmascript/impl.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/ecmascript/array.go" "../module/language/ecmascript/array.scm" +language/ecmascript/function.scm:37:0: warning: possibly unbound variable `' +language/ecmascript/function.scm:37:0: warning: possibly unbound variable `js-array-vector' +wrote `language/ecmascript/function.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/ecmascript/compile-tree-il.go" "../module/language/ecmascript/compile-tree-il.scm" +wrote `language/ecmascript/base.go' +language/ecmascript/base.scm:229:52: warning: possibly unbound variable `Boolean' +language/ecmascript/base.scm:230:51: warning: possibly unbound variable `String' +language/ecmascript/base.scm:231:51: warning: possibly unbound variable `Number' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/ecmascript/spec.go" "../module/language/ecmascript/spec.scm" +wrote `language/ecmascript/spec.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/elisp/falias.go" "../module/language/elisp/falias.scm" +wrote `language/ecmascript/array.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/elisp/lexer.go" "../module/language/elisp/lexer.scm" +wrote `language/elisp/falias.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/elisp/parser.go" "../module/language/elisp/parser.scm" +wrote `language/elisp/parser.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/elisp/bindings.go" "../module/language/elisp/bindings.scm" +wrote `language/elisp/lexer.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/elisp/compile-tree-il.go" "../module/language/elisp/compile-tree-il.scm" +wrote `language/elisp/bindings.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/elisp/runtime.go" "../module/language/elisp/runtime.scm" +wrote `language/elisp/runtime.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/elisp/runtime/function-slot.go" "../module/language/elisp/runtime/function-slot.scm" +wrote `language/elisp/runtime/function-slot.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/elisp/runtime/value-slot.go" "../module/language/elisp/runtime/value-slot.scm" +wrote `language/elisp/runtime/value-slot.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/elisp/spec.go" "../module/language/elisp/spec.scm" +wrote `language/elisp/spec.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/scheme/compile-tree-il.go" "../module/language/scheme/compile-tree-il.scm" +wrote `language/scheme/compile-tree-il.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/scheme/decompile-tree-il.go" "../module/language/scheme/decompile-tree-il.scm" +wrote `language/elisp/compile-tree-il.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/scheme/spec.go" "../module/language/scheme/spec.scm" +wrote `language/scheme/spec.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "language/value/spec.go" "../module/language/value/spec.scm" +wrote `language/value/spec.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/base.go" "../module/rnrs/base.scm" +wrote `rnrs/base.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/conditions.go" "../module/rnrs/conditions.scm" +wrote `rnrs/conditions.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/control.go" "../module/rnrs/control.scm" +wrote `rnrs/control.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/enums.go" "../module/rnrs/enums.scm" +wrote `rnrs/enums.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/eval.go" "../module/rnrs/eval.scm" +wrote `rnrs/eval.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/exceptions.go" "../module/rnrs/exceptions.scm" +wrote `rnrs/exceptions.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/files.go" "../module/rnrs/files.scm" +wrote `rnrs/files.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/hashtables.go" "../module/rnrs/hashtables.scm" +wrote `rnrs/hashtables.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/lists.go" "../module/rnrs/lists.scm" +wrote `rnrs/lists.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/mutable-pairs.go" "../module/rnrs/mutable-pairs.scm" +wrote `rnrs/mutable-pairs.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/mutable-strings.go" "../module/rnrs/mutable-strings.scm" +wrote `rnrs/mutable-strings.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/programs.go" "../module/rnrs/programs.scm" +wrote `rnrs/programs.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/r5rs.go" "../module/rnrs/r5rs.scm" +wrote `rnrs/r5rs.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/sorting.go" "../module/rnrs/sorting.scm" +wrote `rnrs/sorting.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/syntax-case.go" "../module/rnrs/syntax-case.scm" +wrote `rnrs/syntax-case.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/unicode.go" "../module/rnrs/unicode.scm" +wrote `rnrs/unicode.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/arithmetic/bitwise.go" "../module/rnrs/arithmetic/bitwise.scm" +wrote `rnrs/arithmetic/bitwise.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/arithmetic/fixnums.go" "../module/rnrs/arithmetic/fixnums.scm" +wrote `language/scheme/decompile-tree-il.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/arithmetic/flonums.go" "../module/rnrs/arithmetic/flonums.scm" +wrote `rnrs/arithmetic/fixnums.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/bytevectors.go" "../module/rnrs/bytevectors.scm" +wrote `rnrs/bytevectors.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/bytevectors/gnu.go" "../module/rnrs/bytevectors/gnu.scm" +wrote `rnrs/arithmetic/flonums.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/io/simple.go" "../module/rnrs/io/simple.scm" +wrote `rnrs/bytevectors/gnu.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/io/ports.go" "../module/rnrs/io/ports.scm" +wrote `rnrs/io/simple.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/records/inspection.go" "../module/rnrs/records/inspection.scm" +wrote `rnrs/records/inspection.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/records/procedural.go" "../module/rnrs/records/procedural.scm" +wrote `rnrs/records/procedural.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs/records/syntactic.go" "../module/rnrs/records/syntactic.scm" +wrote `rnrs/records/syntactic.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "rnrs.go" "../module/rnrs.scm" +wrote `rnrs.go' +wrote `rnrs/io/ports.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "oop/goops.go" "../module/oop/goops.scm" +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "oop/goops/active-slot.go" "../module/oop/goops/active-slot.scm" +still going +wrote `oop/goops/active-slot.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "oop/goops/composite-slot.go" "../module/oop/goops/composite-slot.scm" +wrote `oop/goops/composite-slot.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "oop/goops/describe.go" "../module/oop/goops/describe.scm" +wrote `oop/goops/describe.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "oop/goops/internal.go" "../module/oop/goops/internal.scm" +wrote `oop/goops/internal.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "oop/goops/save.go" "../module/oop/goops/save.scm" +wrote `oop/goops/save.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "oop/goops/stklos.go" "../module/oop/goops/stklos.scm" +wrote `oop/goops/stklos.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "oop/goops/accessors.go" "../module/oop/goops/accessors.scm" +wrote `oop/goops/accessors.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "oop/goops/simple.go" "../module/oop/goops/simple.scm" +wrote `oop/goops/simple.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scheme/base.go" "../module/scheme/base.scm" +wrote `language/ecmascript/compile-tree-il.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scheme/case-lambda.go" "../module/scheme/case-lambda.scm" +wrote `scheme/case-lambda.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scheme/char.go" "../module/scheme/char.scm" +%% Reduce/Reduce conflict (reduce 11, reduce 7) on '--' in state 422 +%% Reduce/Reduce conflict (reduce 11, reduce 7) on '++' in state 422 +%% Reduce/Reduce conflict (reduce 11, reduce 7) on '-' in state 422 +%% Reduce/Reduce conflict (reduce 11, reduce 7) on '+' in state 422 +%% Reduce/Reduce conflict (reduce 11, reduce 7) on 'semicolon' in state 422 +%% Reduce/Reduce conflict (reduce 11, reduce 7) on 'dot' in state 422 +%% Reduce/Reduce conflict (reduce 11, reduce 7) on 'lbracket' in state 422 +%% Reduce/Reduce conflict (reduce 11, reduce 7) on 'lparen' in state 422 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on '--' in state 397 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on '++' in state 397 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on '-' in state 397 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on '+' in state 397 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on 'semicolon' in state 397 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on 'dot' in state 397 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on 'lbracket' in state 397 +%% Reduce/Reduce conflict (reduce 9, reduce 6) on 'lparen' in state 397 +%% Shift/Reduce conflict (shift 367, reduce 49) on 'else' in state 319 +%% Shift/Reduce conflict (shift 144, reduce 177) on 'in' in state 242 +%% Shift/Reduce conflict (shift 144, reduce 178) on 'in' in state 241 +%% Shift/Reduce conflict (shift 144, reduce 179) on 'in' in state 240 +%% Shift/Reduce conflict (shift 144, reduce 180) on 'in' in state 239 +%% Shift/Reduce conflict (shift 80, reduce 119) on 'colon' in state 125 +%% Shift/Reduce conflict (shift 170, reduce 139) on '++' in state 85 +%% Shift/Reduce conflict (shift 169, reduce 139) on '--' in state 85 +%% Shift/Reduce conflict (shift 153, reduce 159) on '+' in state 49 +%% Shift/Reduce conflict (shift 152, reduce 159) on '-' in state 49 +%% Shift/Reduce conflict (shift 144, reduce 176) on 'in' in state 47 +wrote `language/ecmascript/parse.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scheme/complex.go" "../module/scheme/complex.scm" +wrote `scheme/complex.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scheme/cxr.go" "../module/scheme/cxr.scm" +wrote `scheme/cxr.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scheme/eval.go" "../module/scheme/eval.scm" +wrote `scheme/eval.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scheme/file.go" "../module/scheme/file.scm" +wrote `scheme/file.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scheme/inexact.go" "../module/scheme/inexact.scm" +wrote `scheme/char.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scheme/lazy.go" "../module/scheme/lazy.scm" +wrote `scheme/lazy.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scheme/load.go" "../module/scheme/load.scm" +wrote `scheme/load.go' +WARNING: Use of `load' in declarative module (scheme load). Add #:declarative? #f to your define-module invocation. +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scheme/process-context.go" "../module/scheme/process-context.scm" +wrote `scheme/inexact.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scheme/r5rs.go" "../module/scheme/r5rs.scm" +wrote `scheme/base.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scheme/read.go" "../module/scheme/read.scm" +wrote `scheme/r5rs.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scheme/repl.go" "../module/scheme/repl.scm" +wrote `scheme/read.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scheme/time.go" "../module/scheme/time.scm" +wrote `scheme/repl.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scheme/write.go" "../module/scheme/write.scm" +wrote `scheme/write.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/compile.go" "../module/scripts/compile.scm" +wrote `scheme/process-context.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/disassemble.go" "../module/scripts/disassemble.scm" +wrote `scheme/time.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/display-commentary.go" "../module/scripts/display-commentary.scm" +wrote `scripts/display-commentary.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/doc-snarf.go" "../module/scripts/doc-snarf.scm" +wrote `scripts/disassemble.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/frisk.go" "../module/scripts/frisk.scm" +wrote `scripts/compile.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/generate-autoload.go" "../module/scripts/generate-autoload.scm" +wrote `scripts/frisk.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/help.go" "../module/scripts/help.scm" +wrote `scripts/generate-autoload.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/lint.go" "../module/scripts/lint.scm" +scripts/doc-snarf.scm:98:34: warning: possibly unbound variable `doc-snarf-version' +wrote `scripts/doc-snarf.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/list.go" "../module/scripts/list.scm" +wrote `scripts/list.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/punify.go" "../module/scripts/punify.scm" +wrote `scripts/help.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/read-scheme-source.go" "../module/scripts/read-scheme-source.scm" +wrote `scripts/punify.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/read-text-outline.go" "../module/scripts/read-text-outline.scm" +wrote `scripts/lint.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/use2dot.go" "../module/scripts/use2dot.scm" +wrote `scripts/use2dot.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/snarf-check-and-output-texi.go" "../module/scripts/snarf-check-and-output-texi.scm" +wrote `scripts/read-scheme-source.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/summarize-guile-TODO.go" "../module/scripts/summarize-guile-TODO.scm" +wrote `scripts/read-text-outline.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/api-diff.go" "../module/scripts/api-diff.scm" +wrote `scripts/api-diff.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/read-rfc822.go" "../module/scripts/read-rfc822.scm" +wrote `scripts/summarize-guile-TODO.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/snarf-guile-m4-docs.go" "../module/scripts/snarf-guile-m4-docs.scm" +wrote `scripts/snarf-guile-m4-docs.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/autofrisk.go" "../module/scripts/autofrisk.scm" +wrote `scripts/read-rfc822.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "scripts/scan-api.go" "../module/scripts/scan-api.scm" +wrote `scripts/snarf-check-and-output-texi.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-1.go" "../module/srfi/srfi-1.scm" +wrote `scripts/autofrisk.go' +scripts/autofrisk.scm:185:2: warning: non-literal format string +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-2.go" "../module/srfi/srfi-2.scm" +wrote `srfi/srfi-2.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-4.go" "../module/srfi/srfi-4.scm" +wrote `scripts/scan-api.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-4/gnu.go" "../module/srfi/srfi-4/gnu.scm" +wrote `srfi/srfi-4.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-6.go" "../module/srfi/srfi-6.scm" +wrote `srfi/srfi-6.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-8.go" "../module/srfi/srfi-8.scm" +wrote `srfi/srfi-8.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-9.go" "../module/srfi/srfi-9.scm" +wrote `srfi/srfi-4/gnu.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-9/gnu.go" "../module/srfi/srfi-9/gnu.scm" +wrote `srfi/srfi-9/gnu.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-10.go" "../module/srfi/srfi-10.scm" +wrote `srfi/srfi-10.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-11.go" "../module/srfi/srfi-11.scm" +wrote `srfi/srfi-9.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-13.go" "../module/srfi/srfi-13.scm" +wrote `srfi/srfi-13.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-14.go" "../module/srfi/srfi-14.scm" +wrote `srfi/srfi-1.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-16.go" "../module/srfi/srfi-16.scm" +wrote `srfi/srfi-14.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-17.go" "../module/srfi/srfi-17.scm" +wrote `srfi/srfi-11.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-18.go" "../module/srfi/srfi-18.scm" +wrote `srfi/srfi-16.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-19.go" "../module/srfi/srfi-19.scm" +wrote `srfi/srfi-17.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-26.go" "../module/srfi/srfi-26.scm" +wrote `srfi/srfi-26.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-27.go" "../module/srfi/srfi-27.scm" +wrote `srfi/srfi-27.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-28.go" "../module/srfi/srfi-28.scm" +wrote `srfi/srfi-28.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-31.go" "../module/srfi/srfi-31.scm" +wrote `srfi/srfi-31.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-34.go" "../module/srfi/srfi-34.scm" +wrote `srfi/srfi-34.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-35.go" "../module/srfi/srfi-35.scm" +wrote `srfi/srfi-35.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-37.go" "../module/srfi/srfi-37.scm" +wrote `srfi/srfi-37.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-38.go" "../module/srfi/srfi-38.scm" +wrote `srfi/srfi-38.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-41.go" "../module/srfi/srfi-41.scm" +wrote `srfi/srfi-18.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-42.go" "../module/srfi/srfi-42.scm" +wrote `srfi/srfi-42.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-43.go" "../module/srfi/srfi-43.scm" +wrote `srfi/srfi-19.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-39.go" "../module/srfi/srfi-39.scm" +wrote `srfi/srfi-39.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-45.go" "../module/srfi/srfi-45.scm" +wrote `oop/goops.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-60.go" "../module/srfi/srfi-60.scm" +wrote `srfi/srfi-45.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-64.go" "../module/srfi/srfi-64.scm" +wrote `srfi/srfi-60.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-67.go" "../module/srfi/srfi-67.scm" +wrote `srfi/srfi-41.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-69.go" "../module/srfi/srfi-69.scm" +wrote `srfi/srfi-43.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-71.go" "../module/srfi/srfi-71.scm" +wrote `srfi/srfi-69.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-88.go" "../module/srfi/srfi-88.scm" +wrote `srfi/srfi-88.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-98.go" "../module/srfi/srfi-98.scm" +wrote `srfi/srfi-98.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-111.go" "../module/srfi/srfi-111.scm" +wrote `srfi/srfi-71.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-171.go" "../module/srfi/srfi-171.scm" +wrote `srfi/srfi-111.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-171/gnu.go" "../module/srfi/srfi-171/gnu.scm" +wrote `srfi/srfi-171/gnu.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "srfi/srfi-171/meta.go" "../module/srfi/srfi-171/meta.scm" +wrote `srfi/srfi-171/meta.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "statprof.go" "../module/statprof.scm" +wrote `srfi/srfi-171.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/base/pmatch.go" "../module/system/base/pmatch.scm" +wrote `system/base/pmatch.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/base/syntax.go" "../module/system/base/syntax.scm" +wrote `srfi/srfi-67.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/base/compile.go" "../module/system/base/compile.scm" +wrote `system/base/syntax.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/base/optimize.go" "../module/system/base/optimize.scm" +wrote `system/base/optimize.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/base/language.go" "../module/system/base/language.scm" +wrote `srfi/srfi-64.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/base/lalr.go" "../module/system/base/lalr.scm" +wrote `system/base/compile.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/base/message.go" "../module/system/base/message.scm" +wrote `system/base/language.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/base/target.go" "../module/system/base/target.scm" +wrote `system/base/target.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/base/types.go" "../module/system/base/types.scm" +wrote `system/base/message.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/base/types/internal.go" "../module/system/base/types/internal.scm" +still going +wrote `system/base/types/internal.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/base/ck.go" "../module/system/base/ck.scm" +wrote `system/base/ck.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/foreign.go" "../module/system/foreign.scm" +wrote `system/foreign.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/foreign-library.go" "../module/system/foreign-library.scm" +wrote `system/base/types.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/foreign-object.go" "../module/system/foreign-object.scm" +wrote `statprof.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/repl/debug.go" "../module/system/repl/debug.scm" +wrote `system/foreign-object.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/repl/error-handling.go" "../module/system/repl/error-handling.scm" +wrote `system/foreign-library.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/repl/common.go" "../module/system/repl/common.scm" +wrote `system/repl/error-handling.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/repl/command.go" "../module/system/repl/command.scm" +wrote `system/repl/debug.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/repl/repl.go" "../module/system/repl/repl.scm" +wrote `system/repl/repl.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/repl/server.go" "../module/system/repl/server.scm" +wrote `system/repl/common.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/repl/coop-server.go" "../module/system/repl/coop-server.scm" +wrote `system/repl/server.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/vm/assembler.go" "../module/system/vm/assembler.scm" +wrote `system/repl/coop-server.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/vm/coverage.go" "../module/system/vm/coverage.scm" +wrote `system/vm/coverage.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/vm/debug.go" "../module/system/vm/debug.scm" +wrote `system/base/lalr.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/vm/disassembler.go" "../module/system/vm/disassembler.scm" +wrote `system/repl/command.go' +WARNING: Use of `load' in declarative module (system repl command). Add #:declarative? #f to your define-module invocation. +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/vm/dwarf.go" "../module/system/vm/dwarf.scm" +wrote `system/vm/debug.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/vm/elf.go" "../module/system/vm/elf.scm" +wrote `system/vm/disassembler.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/vm/frame.go" "../module/system/vm/frame.scm" +wrote `system/vm/frame.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/vm/inspect.go" "../module/system/vm/inspect.scm" +wrote `system/vm/elf.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/vm/linker.go" "../module/system/vm/linker.scm" +wrote `system/vm/inspect.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/vm/loader.go" "../module/system/vm/loader.scm" +wrote `system/vm/loader.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/vm/program.go" "../module/system/vm/program.scm" +wrote `system/vm/program.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/vm/trace.go" "../module/system/vm/trace.scm" +wrote `system/vm/trace.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/vm/trap-state.go" "../module/system/vm/trap-state.scm" +wrote `system/vm/dwarf.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/vm/traps.go" "../module/system/vm/traps.scm" +wrote `system/vm/trap-state.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/vm/vm.go" "../module/system/vm/vm.scm" +wrote `system/vm/vm.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/syntax.go" "../module/system/syntax.scm" +wrote `system/syntax.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "system/xref.go" "../module/system/xref.scm" +wrote `system/xref.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "sxml/apply-templates.go" "../module/sxml/apply-templates.scm" +wrote `sxml/apply-templates.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "sxml/fold.go" "../module/sxml/fold.scm" +wrote `system/vm/traps.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "sxml/match.go" "../module/sxml/match.scm" +wrote `system/vm/linker.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "sxml/simple.go" "../module/sxml/simple.scm" +wrote `sxml/fold.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "sxml/ssax/input-parse.go" "../module/sxml/ssax/input-parse.scm" +wrote `sxml/ssax/input-parse.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "sxml/ssax.go" "../module/sxml/ssax.scm" +wrote `sxml/simple.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "sxml/transform.go" "../module/sxml/transform.scm" +wrote `sxml/transform.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "sxml/xpath.go" "../module/sxml/xpath.scm" +wrote `sxml/xpath.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "texinfo.go" "../module/texinfo.scm" +wrote `sxml/match.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "texinfo/docbook.go" "../module/texinfo/docbook.scm" +wrote `texinfo/docbook.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "texinfo/html.go" "../module/texinfo/html.scm" +wrote `sxml/ssax.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "texinfo/indexing.go" "../module/texinfo/indexing.scm" +wrote `texinfo.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "texinfo/string-utils.go" "../module/texinfo/string-utils.scm" +wrote `texinfo/indexing.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "texinfo/plain-text.go" "../module/texinfo/plain-text.scm" +wrote `texinfo/html.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "texinfo/reflection.go" "../module/texinfo/reflection.scm" +wrote `texinfo/string-utils.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "texinfo/serialize.go" "../module/texinfo/serialize.scm" +wrote `texinfo/serialize.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "web/client.go" "../module/web/client.scm" +still going +wrote `texinfo/plain-text.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "web/http.go" "../module/web/http.scm" +wrote `texinfo/reflection.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "web/request.go" "../module/web/request.scm" +web/client.scm:108:5: warning: possibly unbound variable `set-certificate-credentials-x509-trust-data!' +web/client.scm:114:16: warning: possibly unbound variable `make-certificate-credentials' +web/client.scm:128:21: warning: possibly unbound variable `x509-certificate-format/pem' +web/client.scm:134:10: warning: possibly unbound variable `session-peer-certificate-chain' +web/client.scm:136:6: warning: possibly unbound variable `import-x509-certificate' +web/client.scm:136:36: warning: possibly unbound variable `x509-certificate-format/der' +web/client.scm:145:11: warning: possibly unbound variable `x509-certificate-matches-hostname?' +web/client.scm:150:10: warning: possibly unbound variable `peer-certificate-status' +web/client.scm:169:31: warning: possibly unbound variable `certificate-status->string' +web/client.scm:164:21: warning: possibly unbound variable `x509-certificate-dn' +web/client.scm:192:23: warning: possibly unbound variable `error/premature-termination' +web/client.scm:204:5: warning: possibly unbound variable `port-position' +web/client.scm:206:5: warning: possibly unbound variable `set-port-position!' +web/client.scm:231:19: warning: possibly unbound variable `make-session' +web/client.scm:231:32: warning: possibly unbound variable `connection-end/client' +web/client.scm:239:9: warning: possibly unbound variable `set-session-server-name!' +web/client.scm:239:42: warning: possibly unbound variable `server-name-type/dns' +web/client.scm:243:5: warning: possibly unbound variable `set-session-transport-fd!' +web/client.scm:244:5: warning: possibly unbound variable `set-session-default-priority!' +web/client.scm:250:5: warning: possibly unbound variable `set-session-priorities!' +web/client.scm:252:5: warning: possibly unbound variable `set-session-credentials!' +web/client.scm:265:11: warning: possibly unbound variable `handshake' +web/client.scm:267:26: warning: possibly unbound variable `error/warning-alert-received' +web/client.scm:272:26: warning: possibly unbound variable `alert-description->string' +web/client.scm:272:53: warning: possibly unbound variable `alert-get' +web/client.scm:275:26: warning: possibly unbound variable `fatal-error?' +web/client.scm:281:32: warning: possibly unbound variable `error->string' +web/client.scm:293:19: warning: possibly unbound variable `session-record-port' +web/client.scm:298:13: warning: possibly unbound variable `set-session-record-port-close!' +wrote `web/client.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "web/response.go" "../module/web/response.scm" +wrote `web/request.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "web/server.go" "../module/web/server.scm" +wrote `web/response.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "web/server/http.go" "../module/web/server/http.scm" +wrote `web/server.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" -o "web/uri.go" "../module/web/uri.scm" +wrote `web/server/http.go' +GUILE_BOOTSTRAP_STAGE=stage2 ../meta/build-env guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 -L "/home/user/sources/guile/guile-3.0-3.0.9/module" --from=elisp -o "language/elisp/boot.go" "../module/language/elisp/boot.el" +wrote `web/uri.go' +wrote `web/http.go' +wrote `language/elisp/boot.go' +wrote `system/vm/assembler.go' +make[4]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/stage2' +Making all in guile-readline +make[4]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/guile-readline' +../libguile/guile-snarf -o readline.x readline.c -DHAVE_CONFIG_H -I. -I.. -I./.. -I../lib -I../lib -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +/usr/bin/make all-am +make[5]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/guile-readline' +/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I./.. -I../lib -I../lib -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o readline.lo readline.c +GUILE_AUTO_COMPILE=0 \ +../meta/build-env \ +guild compile --target="arm-unknown-linux-gnueabihf" -W1 -O2 \ + -L "/home/user/sources/guile/guile-3.0-3.0.9/guile-readline" -L "/home/user/sources/guile/guile-3.0-3.0.9/guile-readline" \ + -L "/home/user/sources/guile/guile-3.0-3.0.9/guile-readline" \ + -o "ice-9/readline.go" "ice-9/readline.scm" +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I./.. -I../lib -I../lib -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c readline.c -fPIC -DPIC -o .libs/readline.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I./.. -I../lib -I../lib -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c readline.c -o readline.o >/dev/null 2>&1 +/bin/bash ../libtool --tag=CC --mode=link gcc -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -export-dynamic -no-undefined -module -Wl,-z,relro -o guile-readline.la -rpath /usr/lib/arm-linux-gnueabihf/guile/3.0/extensions readline.lo -L/usr/lib/arm-linux-gnueabihf -lreadline -lncurses ../libguile/libguile-3.0.la ../lib/libgnu.la -lcrypt -ldl -lm +libtool: link: gcc -shared -fPIC -DPIC .libs/readline.o -Wl,--whole-archive ../lib/.libs/libgnu.a -Wl,--no-whole-archive -Wl,-rpath -Wl,/home/user/sources/guile/guile-3.0-3.0.9/libguile/.libs -L/usr/lib/arm-linux-gnueabihf -lreadline -lncurses ../libguile/.libs/libguile-3.0.so -lunistring -lcrypt -ldl -lm -g -O2 -fstack-protector-strong -flto -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,guile-readline.so.0 -o .libs/guile-readline.so.0.0.0 +libtool: link: (cd ".libs" && rm -f "guile-readline.so.0" && ln -s "guile-readline.so.0.0.0" "guile-readline.so.0") +libtool: link: (cd ".libs" && rm -f "guile-readline.so" && ln -s "guile-readline.so.0.0.0" "guile-readline.so") +libtool: link: (cd .libs/guile-readline.lax/libgnu.a && ar x "/home/user/sources/guile/guile-3.0-3.0.9/guile-readline/../lib/.libs/libgnu.a") +libtool: link: ar cr .libs/guile-readline.a readline.o .libs/guile-readline.lax/libgnu.a/libgnu_la-accept4.o .libs/guile-readline.lax/libgnu.a/libgnu_la-basename-lgpl.o .libs/guile-readline.lax/libgnu.a/libgnu_la-binary-io.o .libs/guile-readline.lax/libgnu.a/libgnu_la-c-ctype.o .libs/guile-readline.lax/libgnu.a/libgnu_la-c-strcasecmp.o .libs/guile-readline.lax/libgnu.a/libgnu_la-c-strncasecmp.o .libs/guile-readline.lax/libgnu.a/libgnu_la-dirname-lgpl.o .libs/guile-readline.lax/libgnu.a/libgnu_la-dynarray_at_failure.o .libs/guile-readline.lax/libgnu.a/libgnu_la-dynarray_emplace_enlarge.o .libs/guile-readline.lax/libgnu.a/libgnu_la-dynarray_finalize.o .libs/guile-readline.lax/libgnu.a/libgnu_la-dynarray_resize.o .libs/guile-readline.lax/libgnu.a/libgnu_la-dynarray_resize_clear.o .libs/guile-readline.lax/libgnu.a/libgnu_la-free.o .libs/guile-readline.lax/libgnu.a/libgnu_la-full-read.o .libs/guile-readline.lax/libgnu.a/libgnu_la-full-write.o .libs/guile-readline.lax/libgnu.a/libgnu_la-hard-locale.o .libs/guile-readline.lax/libgnu.a/libgnu_la-localcharset.o .libs/guile-readline.lax/libgnu.a/libgnu_la-malloca.o .libs/guile-readline.lax/libgnu.a/libgnu_la-math.o .libs/guile-readline.lax/libgnu.a/libgnu_la-mbrtowc.o .libs/guile-readline.lax/libgnu.a/libgnu_la-nproc.o .libs/guile-readline.lax/libgnu.a/libgnu_la-nstrftime.o .libs/guile-readline.lax/libgnu.a/libgnu_la-pipe2.o .libs/guile-readline.lax/libgnu.a/libgnu_la-regex.o .libs/guile-readline.lax/libgnu.a/libgnu_la-safe-read.o .libs/guile-readline.lax/libgnu.a/libgnu_la-safe-write.o .libs/guile-readline.lax/libgnu.a/libgnu_la-setlocale_null.o .libs/guile-readline.lax/libgnu.a/libgnu_la-stat-time.o .libs/guile-readline.lax/libgnu.a/libgnu_la-striconveh.o .libs/guile-readline.lax/libgnu.a/libgnu_la-stripslash.o .libs/guile-readline.lax/libgnu.a/libgnu_la-sys_socket.o .libs/guile-readline.lax/libgnu.a/libgnu_la-time_rz.o .libs/guile-readline.lax/libgnu.a/libgnu_la-timegm.o .libs/guile-readline.lax/libgnu.a/libgnu_la-unistd.o .libs/guile-readline.lax/libgnu.a/libgnu_la-wctype-h.o .libs/guile-readline.lax/libgnu.a/mktime.o +libtool: link: ranlib .libs/guile-readline.a +libtool: link: rm -fr .libs/guile-readline.lax +libtool: link: ( cd ".libs" && rm -f "guile-readline.la" && ln -s "../guile-readline.la" "guile-readline.la" ) +ice-9/readline.scm:65:3: warning: possibly unbound variable `readline-options-interface' +ice-9/readline.scm:98:50: warning: possibly unbound variable `%readline' +ice-9/readline.scm:208:4: warning: possibly unbound variable `*readline-completion-function*' +wrote `ice-9/readline.go' +make[5]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/guile-readline' +make[4]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/guile-readline' +Making all in examples +make[4]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/examples' +make[4]: Nothing to be done for 'all'. +make[4]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/examples' +Making all in emacs +make[4]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/emacs' +make[4]: Nothing to be done for 'all'. +make[4]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/emacs' +Making all in test-suite +make[4]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/test-suite' +Making all in standalone +make[5]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/test-suite/standalone' +../../libguile/guile-snarf -o test-asmobs-lib.x test-asmobs-lib.c -I../.. -I../../lib -I../../lib -I../.. -I. -DHAVE_CONFIG_H -I. -I../.. -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto +/usr/bin/make all-am +make[6]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/test-suite/standalone' +/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libtest_asmobs_la-test-asmobs-lib.lo `test -f 'test-asmobs-lib.c' || echo './'`test-asmobs-lib.c +/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libtest_ffi_la-test-ffi-lib.lo `test -f 'test-ffi-lib.c' || echo './'`test-ffi-lib.c +/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o libtest_extensions_la-test-extensions-lib.lo `test -f 'test-extensions-lib.c' || echo './'`test-extensions-lib.c +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c test-asmobs-lib.c -fPIC -DPIC -o .libs/libtest_asmobs_la-test-asmobs-lib.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c test-extensions-lib.c -fPIC -DPIC -o .libs/libtest_extensions_la-test-extensions-lib.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c test-ffi-lib.c -fPIC -DPIC -o .libs/libtest_ffi_la-test-ffi-lib.o +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c test-extensions-lib.c -o libtest_extensions_la-test-extensions-lib.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c test-ffi-lib.c -o libtest_ffi_la-test-ffi-lib.o >/dev/null 2>&1 +libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -c test-asmobs-lib.c -o libtest_asmobs_la-test-asmobs-lib.o >/dev/null 2>&1 +/bin/bash ../../libtool --tag=CC --mode=link gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -module -avoid-version -no-undefined -rpath `pwd` -Wl,-z,relro -o libtest-extensions.la libtest_extensions_la-test-extensions-lib.lo ../../libguile/libguile-3.0.la -lgc ../../lib/libgnu.la -lcrypt -ldl -lm +/bin/bash ../../libtool --tag=CC --mode=link gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -module -avoid-version -no-undefined -rpath `pwd` -Wl,-z,relro -o libtest-ffi.la libtest_ffi_la-test-ffi-lib.lo ../../libguile/libguile-3.0.la -lgc -lcrypt -ldl -lm +/bin/bash ../../libtool --tag=CC --mode=link gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -module -avoid-version -no-undefined -rpath `pwd` -Wl,-z,relro -o libtest-asmobs.la libtest_asmobs_la-test-asmobs-lib.lo ../../libguile/libguile-3.0.la -lgc -lcrypt -ldl -lm +libtool: link: gcc -shared -fPIC -DPIC .libs/libtest_extensions_la-test-extensions-lib.o -Wl,--whole-archive ../../lib/.libs/libgnu.a -Wl,--no-whole-archive -Wl,-rpath -Wl,/home/user/sources/guile/guile-3.0-3.0.9/libguile/.libs ../../libguile/.libs/libguile-3.0.so -lgc -L/usr/lib/arm-linux-gnueabihf -lunistring -lcrypt -ldl -lm -pthread -g -O2 -fstack-protector-strong -flto -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libtest-extensions.so -o .libs/libtest-extensions.so +libtool: link: gcc -shared -fPIC -DPIC .libs/libtest_ffi_la-test-ffi-lib.o -Wl,-rpath -Wl,/home/user/sources/guile/guile-3.0-3.0.9/libguile/.libs ../../libguile/.libs/libguile-3.0.so -lgc -lcrypt -ldl -lm -pthread -g -O2 -fstack-protector-strong -flto -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libtest-ffi.so -o .libs/libtest-ffi.so +libtool: link: gcc -shared -fPIC -DPIC .libs/libtest_asmobs_la-test-asmobs-lib.o -Wl,-rpath -Wl,/home/user/sources/guile/guile-3.0-3.0.9/libguile/.libs ../../libguile/.libs/libguile-3.0.so -lgc -lcrypt -ldl -lm -pthread -g -O2 -fstack-protector-strong -flto -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libtest-asmobs.so -o .libs/libtest-asmobs.so +libtool: link: ar cr .libs/libtest-ffi.a libtest_ffi_la-test-ffi-lib.o +libtool: link: ranlib .libs/libtest-ffi.a +libtool: link: (cd .libs/libtest-extensions.lax/libgnu.a && ar x "/home/user/sources/guile/guile-3.0-3.0.9/test-suite/standalone/../../lib/.libs/libgnu.a") +libtool: link: ( cd ".libs" && rm -f "libtest-ffi.la" && ln -s "../libtest-ffi.la" "libtest-ffi.la" ) +libtool: link: ar cr .libs/libtest-extensions.a libtest_extensions_la-test-extensions-lib.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-accept4.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-basename-lgpl.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-binary-io.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-c-ctype.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-c-strcasecmp.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-c-strncasecmp.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-dirname-lgpl.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-dynarray_at_failure.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-dynarray_emplace_enlarge.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-dynarray_finalize.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-dynarray_resize.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-dynarray_resize_clear.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-free.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-full-read.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-full-write.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-hard-locale.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-localcharset.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-malloca.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-math.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-mbrtowc.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-nproc.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-nstrftime.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-pipe2.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-regex.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-safe-read.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-safe-write.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-setlocale_null.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-stat-time.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-striconveh.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-stripslash.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-sys_socket.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-time_rz.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-timegm.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-unistd.o .libs/libtest-extensions.lax/libgnu.a/libgnu_la-wctype-h.o .libs/libtest-extensions.lax/libgnu.a/mktime.o +libtool: link: ranlib .libs/libtest-extensions.a +libtool: link: rm -fr .libs/libtest-extensions.lax +libtool: link: ( cd ".libs" && rm -f "libtest-extensions.la" && ln -s "../libtest-extensions.la" "libtest-extensions.la" ) +libtool: link: ar cr .libs/libtest-asmobs.a libtest_asmobs_la-test-asmobs-lib.o +libtool: link: ranlib .libs/libtest-asmobs.a +libtool: link: ( cd ".libs" && rm -f "libtest-asmobs.la" && ln -s "../libtest-asmobs.la" "libtest-asmobs.la" ) +make[6]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/test-suite/standalone' +make[5]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/test-suite/standalone' +make[5]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/test-suite' +make[5]: Nothing to be done for 'all-am'. +make[5]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/test-suite' +make[4]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/test-suite' +Making all in benchmark-suite +make[4]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/benchmark-suite' +make[4]: Nothing to be done for 'all'. +make[4]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/benchmark-suite' +Making all in gc-benchmarks +make[4]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/gc-benchmarks' +make[4]: Nothing to be done for 'all'. +make[4]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/gc-benchmarks' +Making all in am +make[4]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/am' +make[4]: Nothing to be done for 'all'. +make[4]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/am' +Making all in doc +make[4]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/doc' +Making all in ref +make[5]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/doc/ref' +GUILE_AUTO_COMPILE=0 ../../meta/build-env guild \ + snarf-guile-m4-docs ../../meta/guile.m4 \ + > ./autoconf-macros.texi +echo "@set EFFECTIVE-VERSION 3.0" > effective-version.texi +Updating ./version.texi +restore=: && backupdir=".am$$" && \ +am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \ +rm -rf $backupdir && mkdir $backupdir && \ +if (/bin/bash '/home/user/sources/guile/guile-3.0-3.0.9/build-aux/missing' makeinfo --version) >/dev/null 2>&1; then \ + for f in guile.info guile.info-[0-9] guile.info-[0-9][0-9] guile.i[0-9] guile.i[0-9][0-9]; do \ + if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ + done; \ +else :; fi && \ +cd "$am__cwd"; \ +if /bin/bash '/home/user/sources/guile/guile-3.0-3.0.9/build-aux/missing' makeinfo -I . \ + -o guile.info guile.texi; \ +then \ + rc=0; \ + CDPATH="${ZSH_VERSION+.}:" && cd .; \ +else \ + rc=$?; \ + CDPATH="${ZSH_VERSION+.}:" && cd . && \ + $restore $backupdir/* `echo "./guile.info" | sed 's|[^/]*$||'`; \ +fi; \ +rm -rf $backupdir; exit $rc +make[5]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/doc/ref' +Making all in r5rs +make[5]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/doc/r5rs' +restore=: && backupdir=".am$$" && \ +am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \ +rm -rf $backupdir && mkdir $backupdir && \ +if (/bin/bash '/home/user/sources/guile/guile-3.0-3.0.9/build-aux/missing' makeinfo --version) >/dev/null 2>&1; then \ + for f in r5rs.info r5rs.info-[0-9] r5rs.info-[0-9][0-9] r5rs.i[0-9] r5rs.i[0-9][0-9]; do \ + if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ + done; \ +else :; fi && \ +cd "$am__cwd"; \ +if /bin/bash '/home/user/sources/guile/guile-3.0-3.0.9/build-aux/missing' makeinfo -I . \ + -o r5rs.info r5rs.texi; \ +then \ + rc=0; \ + CDPATH="${ZSH_VERSION+.}:" && cd .; \ +else \ + rc=$?; \ + CDPATH="${ZSH_VERSION+.}:" && cd . && \ + $restore $backupdir/* `echo "./r5rs.info" | sed 's|[^/]*$||'`; \ +fi; \ +rm -rf $backupdir; exit $rc +r5rs.texi:762: warning: @center missing argument +r5rs.texi:781: warning: @item missing argument +r5rs.texi:5568: warning: @center missing argument +r5rs.texi:5583: warning: @item missing argument +r5rs.texi:7276: warning: @cindex should not appear in @t +r5rs.texi:7283: warning: @cindex should not appear in @t +r5rs.texi:7312: warning: @cindex should not appear in @t +r5rs.texi:7313: warning: @cindex should not appear in @t +r5rs.texi:7322: warning: @cindex should not appear in @t +r5rs.texi:7393: warning: @vindex should not appear in @t +r5rs.texi:7394: warning: @vindex should not appear in @t +r5rs.texi:7396: warning: @vindex should not appear in @t +r5rs.texi:7398: warning: @vindex should not appear in @t +r5rs.texi:7401: warning: @vindex should not appear in @t +r5rs.texi:8059: warning: @center missing argument +r5rs.texi:8061: warning: @center missing argument +make[5]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/doc/r5rs' +make[5]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/doc' +make[5]: Nothing to be done for 'all-am'. +make[5]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/doc' +make[4]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/doc' +make[4]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9' +\ +./meta/guile --no-auto-compile \ + "./libguile/texi-fragments-to-docstrings" \ + "./libguile/guile-procedures.texi" \ + > libguile/guile-procedures.txt.tmp +make[4]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9' +make[3]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9' +make[2]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9' +make[1]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9' + dh_auto_test -O--parallel +dh_auto_test: warning: Compatibility levels before 10 are deprecated (level 9 in use) + make -j4 check VERBOSE=1 +make[1]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9' +if test -d ./.git \ + && git --version >/dev/null 2>&1; then \ + cd . && \ + git submodule --quiet foreach \ + 'test "$(git rev-parse "$sha1")" \ + = "$(git merge-base origin "$sha1")"' \ + || { echo 'maint.mk: found non-public submodule commit' >&2; \ + exit 1; }; \ +else \ + : ; \ +fi +make check-recursive +make[2]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9' +Making check in lib +make[3]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/lib' +make check-recursive +make[4]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/lib' +make[5]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/lib' +make[5]: Nothing to be done for 'check-am'. +make[5]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/lib' +make[4]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/lib' +make[3]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/lib' +Making check in meta +make[3]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/meta' +make[3]: Nothing to be done for 'check'. +make[3]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/meta' +Making check in libguile +make[3]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/libguile' +make check-am +make[4]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/libguile' +make[4]: Nothing to be done for 'check-am'. +make[4]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/libguile' +make[3]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/libguile' +Making check in module +make[3]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/module' +make[3]: Nothing to be done for 'check'. +make[3]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/module' +Making check in stage0 +make[3]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/stage0' +Note: not adjusting GUILE_OPTIMIZATIONS for 32-bit big-endian architecture +make[3]: Nothing to be done for 'check'. +make[3]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/stage0' +Making check in stage1 +make[3]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/stage1' +make[3]: Nothing to be done for 'check'. +make[3]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/stage1' +Making check in stage2 +make[3]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/stage2' +make[3]: Nothing to be done for 'check'. +make[3]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/stage2' +Making check in guile-readline +make[3]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/guile-readline' +make check-am +make[4]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/guile-readline' +make[4]: Nothing to be done for 'check-am'. +make[4]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/guile-readline' +make[3]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/guile-readline' +Making check in examples +make[3]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/examples' +make[3]: Nothing to be done for 'check'. +make[3]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/examples' +Making check in emacs +make[3]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/emacs' +make[3]: Nothing to be done for 'check'. +make[3]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/emacs' +Making check in test-suite +make[3]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/test-suite' +Making check in standalone +make[4]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/test-suite/standalone' +make check-am +make[5]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/test-suite/standalone' +make test-num2integral test-round test-foreign-object-c test-list test-unwind test-conversion test-loose-ends test-scm-c-read test-scm-take-locale-symbol test-scm-take-u8vector test-scm-to-latin1-string test-scm-values test-scm-c-bind-keyword-arguments test-srfi-4 test-with-guile-module test-scm-with-guile test-scm-spawn-thread test-pthread-create test-pthread-create-secondary test-smob-mark test-smob-mark-race test-system-cmds test-bad-identifiers test-require-extension test-guile-snarf test-import-order test-command-line-encoding test-command-line-encoding2 test-language test-guild-compile test-signal-fork test-asmobs test-ffi test-foreign-object-scm test-fast-slot-ref test-mb-regexp test-use-srfi test-extensions test-stack-overflow test-out-of-memory test-close-on-exec +make[6]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/test-suite/standalone' +gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o test_num2integral-test-num2integral.o `test -f 'test-num2integral.c' || echo './'`test-num2integral.c +gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o test_round-test-round.o `test -f 'test-round.c' || echo './'`test-round.c +gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o test_foreign_object_c-test-foreign-object-c.o `test -f 'test-foreign-object-c.c' || echo './'`test-foreign-object-c.c +gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o test_list-test-list.o `test -f 'test-list.c' || echo './'`test-list.c +gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o test_unwind-test-unwind.o `test -f 'test-unwind.c' || echo './'`test-unwind.c +gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o test_conversion-test-conversion.o `test -f 'test-conversion.c' || echo './'`test-conversion.c +gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o test_loose_ends-test-loose-ends.o `test -f 'test-loose-ends.c' || echo './'`test-loose-ends.c +gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o test_scm_c_read-test-scm-c-read.o `test -f 'test-scm-c-read.c' || echo './'`test-scm-c-read.c +gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o test_scm_take_locale_symbol-test-scm-take-locale-symbol.o `test -f 'test-scm-take-locale-symbol.c' || echo './'`test-scm-take-locale-symbol.c +gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o test_scm_take_u8vector-test-scm-take-u8vector.o `test -f 'test-scm-take-u8vector.c' || echo './'`test-scm-take-u8vector.c +gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o test_scm_to_latin1_string-test-scm-to-latin1-string.o `test -f 'test-scm-to-latin1-string.c' || echo './'`test-scm-to-latin1-string.c +gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o test_scm_values-test-scm-values.o `test -f 'test-scm-values.c' || echo './'`test-scm-values.c +gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o test_scm_c_bind_keyword_arguments-test-scm-c-bind-keyword-arguments.o `test -f 'test-scm-c-bind-keyword-arguments.c' || echo './'`test-scm-c-bind-keyword-arguments.c +gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o test_srfi_4-test-srfi-4.o `test -f 'test-srfi-4.c' || echo './'`test-srfi-4.c +gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o test_with_guile_module-test-with-guile-module.o `test -f 'test-with-guile-module.c' || echo './'`test-with-guile-module.c +gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o test_scm_with_guile-test-scm-with-guile.o `test -f 'test-scm-with-guile.c' || echo './'`test-scm-with-guile.c +gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o test_scm_spawn_thread-test-scm-spawn-thread.o `test -f 'test-scm-spawn-thread.c' || echo './'`test-scm-spawn-thread.c +gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o test_pthread_create-test-pthread-create.o `test -f 'test-pthread-create.c' || echo './'`test-pthread-create.c +gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o test_pthread_create_secondary-test-pthread-create-secondary.o `test -f 'test-pthread-create-secondary.c' || echo './'`test-pthread-create-secondary.c +gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o test_smob_mark-test-smob-mark.o `test -f 'test-smob-mark.c' || echo './'`test-smob-mark.c +gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../lib -I../../lib -I/home/user/sources/guile/guile-3.0-3.0.9 -Wdate-time -D_FORTIFY_SOURCE=2 -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -c -o test_smob_mark_race-test-smob-mark-race.o `test -f 'test-smob-mark-race.c' || echo './'`test-smob-mark-race.c +make[6]: Nothing to be done for 'test-system-cmds'. +make[6]: Nothing to be done for 'test-bad-identifiers'. +make[6]: Nothing to be done for 'test-require-extension'. +make[6]: Nothing to be done for 'test-guile-snarf'. +make[6]: Nothing to be done for 'test-import-order'. +make[6]: Nothing to be done for 'test-command-line-encoding'. +make[6]: Nothing to be done for 'test-command-line-encoding2'. +make[6]: Nothing to be done for 'test-language'. +make[6]: Nothing to be done for 'test-guild-compile'. +make[6]: Nothing to be done for 'test-signal-fork'. +make[6]: Nothing to be done for 'test-asmobs'. +make[6]: Nothing to be done for 'test-ffi'. +make[6]: Nothing to be done for 'test-foreign-object-scm'. +make[6]: 'test-fast-slot-ref' is up to date. +make[6]: Nothing to be done for 'test-mb-regexp'. +make[6]: 'test-use-srfi' is up to date. +make[6]: Nothing to be done for 'test-extensions'. +make[6]: Nothing to be done for 'test-stack-overflow'. +make[6]: Nothing to be done for 'test-out-of-memory'. +make[6]: Nothing to be done for 'test-close-on-exec'. +/bin/bash ../../libtool --tag=CC --mode=link gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -pthread -Wl,-z,relro -o test-num2integral test_num2integral-test-num2integral.o ../../libguile/libguile-3.0.la -lgc -lcrypt -ldl -lm +/bin/bash ../../libtool --tag=CC --mode=link gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -pthread -Wl,-z,relro -o test-round test_round-test-round.o ../../libguile/libguile-3.0.la -lgc -lcrypt -ldl -lm +/bin/bash ../../libtool --tag=CC --mode=link gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -pthread -Wl,-z,relro -o test-foreign-object-c test_foreign_object_c-test-foreign-object-c.o ../../libguile/libguile-3.0.la -lgc ../../lib/libgnu.la -lcrypt -ldl -lm +/bin/bash ../../libtool --tag=CC --mode=link gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -pthread -Wl,-z,relro -o test-list test_list-test-list.o ../../libguile/libguile-3.0.la -lgc -lcrypt -ldl -lm +libtool: link: gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -pthread -Wl,-z -Wl,relro -o .libs/test-num2integral test_num2integral-test-num2integral.o ../../libguile/.libs/libguile-3.0.so -lgc -lcrypt -ldl -lm -pthread +libtool: link: gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -pthread -Wl,-z -Wl,relro -o .libs/test-round test_round-test-round.o ../../libguile/.libs/libguile-3.0.so -lgc -lcrypt -ldl -lm -pthread +libtool: link: gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -pthread -Wl,-z -Wl,relro -o .libs/test-foreign-object-c test_foreign_object_c-test-foreign-object-c.o ../../libguile/.libs/libguile-3.0.so -lgc ../../lib/.libs/libgnu.a -L/usr/lib/arm-linux-gnueabihf -lunistring -lcrypt -ldl -lm -pthread +libtool: link: gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -pthread -Wl,-z -Wl,relro -o .libs/test-list test_list-test-list.o ../../libguile/.libs/libguile-3.0.so -lgc -lcrypt -ldl -lm -pthread +/bin/bash ../../libtool --tag=CC --mode=link gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -pthread -Wl,-z,relro -o test-unwind test_unwind-test-unwind.o ../../libguile/libguile-3.0.la -lgc ../../lib/libgnu.la -lcrypt -ldl -lm +/bin/bash ../../libtool --tag=CC --mode=link gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -pthread -Wl,-z,relro -o test-conversion test_conversion-test-conversion.o ../../libguile/libguile-3.0.la -lgc ../../lib/libgnu.la -lcrypt -ldl -lm +/bin/bash ../../libtool --tag=CC --mode=link gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -pthread -Wl,-z,relro -o test-loose-ends test_loose_ends-test-loose-ends.o ../../libguile/libguile-3.0.la -lgc -lcrypt -ldl -lm +/bin/bash ../../libtool --tag=CC --mode=link gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -pthread -Wl,-z,relro -o test-scm-c-read test_scm_c_read-test-scm-c-read.o ../../libguile/libguile-3.0.la -lgc -lcrypt -ldl -lm +libtool: link: gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -pthread -Wl,-z -Wl,relro -o .libs/test-unwind test_unwind-test-unwind.o ../../libguile/.libs/libguile-3.0.so -lgc ../../lib/.libs/libgnu.a -L/usr/lib/arm-linux-gnueabihf -lunistring -lcrypt -ldl -lm -pthread +libtool: link: gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -pthread -Wl,-z -Wl,relro -o .libs/test-conversion test_conversion-test-conversion.o ../../libguile/.libs/libguile-3.0.so -lgc ../../lib/.libs/libgnu.a -L/usr/lib/arm-linux-gnueabihf -lunistring -lcrypt -ldl -lm -pthread +libtool: link: gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -pthread -Wl,-z -Wl,relro -o .libs/test-loose-ends test_loose_ends-test-loose-ends.o ../../libguile/.libs/libguile-3.0.so -lgc -lcrypt -ldl -lm -pthread +libtool: link: gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -pthread -Wl,-z -Wl,relro -o .libs/test-scm-c-read test_scm_c_read-test-scm-c-read.o ../../libguile/.libs/libguile-3.0.so -lgc -lcrypt -ldl -lm -pthread +/bin/bash ../../libtool --tag=CC --mode=link gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -pthread -Wl,-z,relro -o test-scm-take-locale-symbol test_scm_take_locale_symbol-test-scm-take-locale-symbol.o ../../libguile/libguile-3.0.la -lgc ../../lib/libgnu.la -lcrypt -ldl -lm +/bin/bash ../../libtool --tag=CC --mode=link gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -pthread -Wl,-z,relro -o test-scm-take-u8vector test_scm_take_u8vector-test-scm-take-u8vector.o ../../libguile/libguile-3.0.la -lgc -lcrypt -ldl -lm +/bin/bash ../../libtool --tag=CC --mode=link gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -pthread -Wl,-z,relro -o test-scm-to-latin1-string test_scm_to_latin1_string-test-scm-to-latin1-string.o ../../libguile/libguile-3.0.la -lgc ../../lib/libgnu.la -lcrypt -ldl -lm +libtool: link: gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -pthread -Wl,-z -Wl,relro -o .libs/test-scm-take-u8vector test_scm_take_u8vector-test-scm-take-u8vector.o ../../libguile/.libs/libguile-3.0.so -lgc -lcrypt -ldl -lm -pthread +libtool: link: gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -pthread -Wl,-z -Wl,relro -o .libs/test-scm-take-locale-symbol test_scm_take_locale_symbol-test-scm-take-locale-symbol.o ../../libguile/.libs/libguile-3.0.so -lgc ../../lib/.libs/libgnu.a -L/usr/lib/arm-linux-gnueabihf -lunistring -lcrypt -ldl -lm -pthread +libtool: link: gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -pthread -Wl,-z -Wl,relro -o .libs/test-scm-to-latin1-string test_scm_to_latin1_string-test-scm-to-latin1-string.o ../../libguile/.libs/libguile-3.0.so -lgc ../../lib/.libs/libgnu.a -L/usr/lib/arm-linux-gnueabihf -lunistring -lcrypt -ldl -lm -pthread +/bin/bash ../../libtool --tag=CC --mode=link gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -pthread -Wl,-z,relro -o test-scm-values test_scm_values-test-scm-values.o ../../libguile/libguile-3.0.la -lgc ../../lib/libgnu.la -lcrypt -ldl -lm +/bin/bash ../../libtool --tag=CC --mode=link gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -pthread -Wl,-z,relro -o test-scm-c-bind-keyword-arguments test_scm_c_bind_keyword_arguments-test-scm-c-bind-keyword-arguments.o ../../libguile/libguile-3.0.la -lgc ../../lib/libgnu.la -lcrypt -ldl -lm +/bin/bash ../../libtool --tag=CC --mode=link gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -pthread -Wl,-z,relro -o test-srfi-4 test_srfi_4-test-srfi-4.o ../../libguile/libguile-3.0.la -lgc ../../lib/libgnu.la -lcrypt -ldl -lm +/bin/bash ../../libtool --tag=CC --mode=link gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -pthread -Wl,-z,relro -o test-with-guile-module test_with_guile_module-test-with-guile-module.o ../../libguile/libguile-3.0.la -lgc ../../lib/libgnu.la -lcrypt -ldl -lm +libtool: link: gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -pthread -Wl,-z -Wl,relro -o .libs/test-scm-values test_scm_values-test-scm-values.o ../../libguile/.libs/libguile-3.0.so -lgc ../../lib/.libs/libgnu.a -L/usr/lib/arm-linux-gnueabihf -lunistring -lcrypt -ldl -lm -pthread +libtool: link: gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -pthread -Wl,-z -Wl,relro -o .libs/test-scm-c-bind-keyword-arguments test_scm_c_bind_keyword_arguments-test-scm-c-bind-keyword-arguments.o ../../libguile/.libs/libguile-3.0.so -lgc ../../lib/.libs/libgnu.a -L/usr/lib/arm-linux-gnueabihf -lunistring -lcrypt -ldl -lm -pthread +libtool: link: gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -pthread -Wl,-z -Wl,relro -o .libs/test-srfi-4 test_srfi_4-test-srfi-4.o ../../libguile/.libs/libguile-3.0.so -lgc ../../lib/.libs/libgnu.a -L/usr/lib/arm-linux-gnueabihf -lunistring -lcrypt -ldl -lm -pthread +libtool: link: gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -pthread -Wl,-z -Wl,relro -o .libs/test-with-guile-module test_with_guile_module-test-with-guile-module.o ../../libguile/.libs/libguile-3.0.so -lgc ../../lib/.libs/libgnu.a -L/usr/lib/arm-linux-gnueabihf -lunistring -lcrypt -ldl -lm -pthread +/bin/bash ../../libtool --tag=CC --mode=link gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -pthread -Wl,-z,relro -o test-scm-with-guile test_scm_with_guile-test-scm-with-guile.o ../../libguile/libguile-3.0.la -lgc ../../lib/libgnu.la -lcrypt -ldl -lm +/bin/bash ../../libtool --tag=CC --mode=link gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -pthread -Wl,-z,relro -o test-scm-spawn-thread test_scm_spawn_thread-test-scm-spawn-thread.o ../../libguile/libguile-3.0.la -lgc ../../lib/libgnu.la -lcrypt -ldl -lm +/bin/bash ../../libtool --tag=CC --mode=link gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -pthread -Wl,-z,relro -o test-pthread-create test_pthread_create-test-pthread-create.o ../../libguile/libguile-3.0.la -lgc ../../lib/libgnu.la -lcrypt -ldl -lm +/bin/bash ../../libtool --tag=CC --mode=link gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -pthread -Wl,-z,relro -o test-pthread-create-secondary test_pthread_create_secondary-test-pthread-create-secondary.o ../../libguile/libguile-3.0.la -lgc ../../lib/libgnu.la -lcrypt -ldl -lm +libtool: link: gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -pthread -Wl,-z -Wl,relro -o .libs/test-scm-with-guile test_scm_with_guile-test-scm-with-guile.o ../../libguile/.libs/libguile-3.0.so -lgc ../../lib/.libs/libgnu.a -L/usr/lib/arm-linux-gnueabihf -lunistring -lcrypt -ldl -lm -pthread +libtool: link: gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -pthread -Wl,-z -Wl,relro -o .libs/test-scm-spawn-thread test_scm_spawn_thread-test-scm-spawn-thread.o ../../libguile/.libs/libguile-3.0.so -lgc ../../lib/.libs/libgnu.a -L/usr/lib/arm-linux-gnueabihf -lunistring -lcrypt -ldl -lm -pthread +libtool: link: gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -pthread -Wl,-z -Wl,relro -o .libs/test-pthread-create test_pthread_create-test-pthread-create.o ../../libguile/.libs/libguile-3.0.so -lgc ../../lib/.libs/libgnu.a -L/usr/lib/arm-linux-gnueabihf -lunistring -lcrypt -ldl -lm -pthread +libtool: link: gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -pthread -Wl,-z -Wl,relro -o .libs/test-pthread-create-secondary test_pthread_create_secondary-test-pthread-create-secondary.o ../../libguile/.libs/libguile-3.0.so -lgc ../../lib/.libs/libgnu.a -L/usr/lib/arm-linux-gnueabihf -lunistring -lcrypt -ldl -lm -pthread +/bin/bash ../../libtool --tag=CC --mode=link gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -pthread -Wl,-z,relro -o test-smob-mark test_smob_mark-test-smob-mark.o ../../libguile/libguile-3.0.la -lgc ../../lib/libgnu.la -lcrypt -ldl -lm +/bin/bash ../../libtool --tag=CC --mode=link gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"3.0.9-deb+3.0.9-0bu1"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -flto -pthread -Wl,-z,relro -o test-smob-mark-race test_smob_mark_race-test-smob-mark-race.o ../../libguile/libguile-3.0.la -lgc ../../lib/libgnu.la -lcrypt -ldl -lm +libtool: link: gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -pthread -Wl,-z -Wl,relro -o .libs/test-smob-mark test_smob_mark-test-smob-mark.o ../../libguile/.libs/libguile-3.0.so -lgc ../../lib/.libs/libgnu.a -L/usr/lib/arm-linux-gnueabihf -lunistring -lcrypt -ldl -lm -pthread +libtool: link: gcc -I../../test-suite/standalone -I. -pthread -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -pthread -Wl,-z -Wl,relro -o .libs/test-smob-mark-race test_smob_mark_race-test-smob-mark-race.o ../../libguile/.libs/libguile-3.0.so -lgc ../../lib/.libs/libgnu.a -L/usr/lib/arm-linux-gnueabihf -lunistring -lcrypt -ldl -lm -pthread +make[6]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/test-suite/standalone' +make check-TESTS +make[6]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/test-suite/standalone' +PASS: test-system-cmds +PASS: test-bad-identifiers +PASS: test-require-extension +PASS: test-guile-snarf +PASS: test-import-order +/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) +guile: warning: failed to install locale +SKIP: test-command-line-encoding +/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US) +guile: warning: failed to install locale +PASS: test-command-line-encoding2 +PASS: test-language +error: interrupted by the user +PASS: test-guild-compile +wrote `/home/user/sources/guile/guile-3.0-3.0.9/cache/guile/ccache/3.0-LE-4-4.6/home/user/sources/guile/guile-3.0-3.0.9/test-suite/standalone/test-signal-fork.go' +parent: child: 1550 +1494 +................................................... +completed + +;;; (17) +PASS: test-signal-fork +PASS: test-num2integral +PASS: test-round +PASS: test-asmobs +PASS: test-ffi +PASS: test-foreign-object-scm +PASS: test-foreign-object-c +PASS: test-list +PASS: test-unwind +PASS: test-conversion +PASS: test-loose-ends +PASS: test-fast-slot-ref +PASS: test-mb-regexp +PASS: test-use-srfi +PASS: test-scm-c-read +PASS: test-scm-take-locale-symbol +PASS: test-scm-take-u8vector +PASS: test-scm-to-latin1-string +PASS: test-scm-values +PASS: test-scm-c-bind-keyword-arguments +PASS: test-srfi-4 +PASS: test-extensions +PASS: test-with-guile-module +PASS: test-scm-with-guile +PASS: test-scm-spawn-thread +PASS: test-pthread-create +PASS: test-pthread-create-secondary +PASS: test-smob-mark +PASS: test-smob-mark-race +wrote `/home/user/sources/guile/guile-3.0-3.0.9/cache/guile/ccache/3.0-LE-4-4.6/home/user/sources/guile/guile-3.0-3.0.9/test-suite/standalone/test-stack-overflow.go' +allocate_stack failed: Cannot allocate memory +allocate_stack failed: Cannot allocate memory +allocate_stack failed: Cannot allocate memory +allocate_stack failed: Cannot allocate memory +allocate_stack failed: Cannot allocate memory +PASS: test-stack-overflow + +;;; (child-exception ("scm_fdes_to_port" "~A" ("Bad file descriptor") (9))) + +;;; (child-status 256) +PASS: test-close-on-exec +==================== +All 39 tests passed +(1 test was not run) +==================== +make[6]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/test-suite/standalone' +make[5]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/test-suite/standalone' +make[4]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/test-suite/standalone' +make[4]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/test-suite' +make check-TESTS +make[5]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/test-suite' +PASS: lalr/test-glr-associativity.scm +PASS: lalr/test-glr-basics-01.scm +%% Shift/Reduce conflict (shift 1, reduce 3) on 'A' in state 0 +PASS: lalr/test-glr-basics-02.scm +%% Shift/Reduce conflict (shift 1, reduce 5) on 'A' in state 0 +PASS: lalr/test-glr-basics-03.scm +%% Shift/Reduce conflict (shift 1, reduce 4) on 'A' in state 0 +PASS: lalr/test-glr-basics-04.scm +%% Shift/Reduce conflict (shift 1, reduce 4) on 'A' in state 0 +PASS: lalr/test-glr-basics-05.scm +%% Shift/Reduce conflict (shift 5, reduce 2) on 'error' in state 8 +%% Shift/Reduce conflict (shift 4, reduce 2) on 'N' in state 8 +%% Shift/Reduce conflict (shift 3, reduce 2) on 'O' in state 8 +%% Shift/Reduce conflict (shift 2, reduce 2) on 'T' in state 8 +PASS: lalr/test-glr-script-expression.scm +PASS: lalr/test-glr-single-expressions.scm +%% Reduce/Reduce conflict (reduce 5, reduce 4) on 'M' in state 11 +%% Reduce/Reduce conflict (reduce 5, reduce 4) on 'A' in state 11 +%% Reduce/Reduce conflict (reduce 5, reduce 4) on '*eoi*' in state 11 +PASS: lalr/test-lr-associativity-01.scm +PASS: lalr/test-lr-basics-01.scm +PASS: lalr/test-lr-basics-02.scm +PASS: lalr/test-lr-basics-03.scm +PASS: lalr/test-lr-basics-04.scm +PASS: lalr/test-lr-basics-05.scm +PASS: lalr/test-lr-error-recovery-01.scm +PASS: lalr/test-lr-error-recovery-02.scm +PASS: lalr/test-lr-no-clause.scm +PASS: lalr/test-lr-script-expression.scm +PASS: lalr/test-lr-single-expressions.scm +=================== +All 19 tests passed +=================== +make[5]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/test-suite' +make[4]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/test-suite' +make[3]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/test-suite' +Making check in benchmark-suite +make[3]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/benchmark-suite' +make[3]: Nothing to be done for 'check'. +make[3]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/benchmark-suite' +Making check in gc-benchmarks +make[3]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/gc-benchmarks' +make[3]: Nothing to be done for 'check'. +make[3]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/gc-benchmarks' +Making check in am +make[3]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/am' +make[3]: Nothing to be done for 'check'. +make[3]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/am' +Making check in doc +make[3]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/doc' +Making check in ref +make[4]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/doc/ref' +make[4]: Nothing to be done for 'check'. +make[4]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/doc/ref' +Making check in r5rs +make[4]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/doc/r5rs' +make[4]: Nothing to be done for 'check'. +make[4]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/doc/r5rs' +make[4]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/doc' +make[4]: Nothing to be done for 'check-am'. +make[4]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/doc' +make[3]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/doc' +make[3]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9' +make check-TESTS +make[4]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9' +Testing /home/user/sources/guile/guile-3.0-3.0.9/meta/guile ... +with GUILE_LOAD_PATH=/home/user/sources/guile/guile-3.0-3.0.9/test-suite +Running 00-initial-env.test +Running 00-repl-server.test +Running 00-socket.test +WARNING: Use of `load' in declarative module (test-suite guile-test). Add #:declarative? #f to your define-module invocation. +connect abstract +Running alist.test +Running and-let-star.test +Running array-map.test +Running arrays.test +Running bit-operations.test +Running bitvectors.test +Running brainfuck.test +Running bytevectors.test +Running c-api.test +Running chars.test +Running coding.test +Running common-list.test +Running compiler.test +Running continuations.test +Running control.test +Running copy-tree.test +Running coverage.test +Running cross-compilation.test +Running curried-definitions.test +Running dwarf.test +Running ecmascript.test +Running elisp-compiler.test +Running elisp-reader.test +Running elisp.test +Running encoding-escapes.test +UNRESOLVED: encoding-escapes.test: input escapes: \xfaltima +UNRESOLVED: encoding-escapes.test: input escapes: \u7f85\u751f\u9580 +Running encoding-iso88591.test +Running encoding-iso88597.test +Running encoding-utf8.test +Running eval-string.test +Running eval.test +Running exceptions.test +Running fdes-finalizers.test +Running filesys.test +fchmodat doesn't support AT_SYMLINK_NOFOLLOW +UNRESOLVED: filesys.test: chmodat: regular file, AT_SYMLINK_NOFOLLOW +Running fluids.test +Running foreign.test +UNRESOLVED: foreign.test: pointer<->string: bijection [latin1] +Running format.test +Running fractions.test +Running ftw.test +Running future.test +Running gc.test +Running getopt-long.test +Running goops.test +Running guardians.test +UNRESOLVED: guardians.test: g2-garbage saved +Running hash.test +Running hooks.test +Running i18n.test +UNRESOLVED: i18n.test: text collation (French): string-locale? +UNRESOLVED: i18n.test: text collation (French): char-locale-ci<>? +UNRESOLVED: i18n.test: text collation (German): string-locale-ci=? +UNRESOLVED: i18n.test: text collation (Greek): string-locale-ci=? +UNRESOLVED: i18n.test: text collation (Czech): string-localeinexact (French) +UNRESOLVED: i18n.test: nl-langinfo et al.: locale-day (French) +UNRESOLVED: i18n.test: nl-langinfo et al.: locale-day (French, using `%global-locale') +UNRESOLVED: i18n.test: nl-langinfo et al.: default locale +UNRESOLVED: i18n.test: nl-langinfo et al.: locale-am-string (greek) +UNRESOLVED: i18n.test: nl-langinfo et al.: locale-pm-string (Greek) +UNRESOLVED: i18n.test: nl-langinfo et al.: locale-digit-grouping (French) +UNRESOLVED: i18n.test: number->locale-string: French: integer +UNRESOLVED: i18n.test: number->locale-string: French: negative integer +UNRESOLVED: i18n.test: number->locale-string: French: fraction +UNRESOLVED: i18n.test: number->locale-string: French: fraction, 1 digit +UNRESOLVED: i18n.test: format ~h: French: 12345.678 +UNRESOLVED: i18n.test: format ~h: English: 12345.678 +UNRESOLVED: i18n.test: monetary-amount->locale-string: French: integer +UNRESOLVED: i18n.test: monetary-amount->locale-string: French: fraction +UNRESOLVED: i18n.test: monetary-amount->locale-string: French: positive inexact zero +UNRESOLVED: i18n.test: monetary-amount->locale-string: French: one cent +UNRESOLVED: i18n.test: monetary-amount->locale-string: French: very little money +Running iconv.test +Running import.test +Running interp.test +Running keywords.test +Running list.test +Running load.test +Running match.test +Running modules.test +Running net-db.test +Running numbers.test +Running optargs.test +Running options.test +Running pairs.test +In execvp of something-that-does-not-exist: No such file or directory +In execvp of something-that-does-not-exist: No such file or directory +In execvp of something-that-does-not-exist: No such file or directory +Running parameters.test +Running peg.test +Running peval.test +Running poe.test +Running popen.test +Running ports.test +Running posix.test +Running print.test +Running procprop.test +Running procs.test +Running q.test +Running r4rs.test +Running r5rs_pitfall.test +Running r6rs-arithmetic-bitwise.test +Running r6rs-arithmetic-fixnums.test +UNRESOLVED: r6rs-arithmetic-fixnums.test: fx+/carry: simple +UNRESOLVED: r6rs-arithmetic-fixnums.test: fx-/carry: simple +UNRESOLVED: r6rs-arithmetic-fixnums.test: fx*/carry: simple +Running r6rs-arithmetic-flonums.test +Running r6rs-base.test +Running r6rs-conditions.test +Running r6rs-control.test +Running r6rs-enums.test +Running r6rs-eval.test +Running r6rs-exceptions.test +Running r6rs-files.test +Running r6rs-hashtables.test +Running r6rs-lists.test +Running r6rs-ports.test +Running r6rs-records-inspection.test +Running r6rs-records-procedural.test +Running r6rs-records-syntactic.test +Running r6rs-unicode.test +UNRESOLVED: r6rs-unicode.test: string-foldcase: case folding expands string +Running random.test +Running rdelim.test +Running reader.test +Running receive.test +Running records.test +UNRESOLVED: records.test: records: printer: f\u014f\u014f +Running regexp.test +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 128 #\200 "\x80") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 129 #\201 "\x81") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 130 #\202 "\x82") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 131 #\203 "\x83") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 132 #\204 "\x84") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 133 #\205 "\x85") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 134 #\206 "\x86") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 135 #\207 "\x87") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 136 #\210 "\x88") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 137 #\211 "\x89") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 138 #\212 "\x8a") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 139 #\213 "\x8b") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 140 #\214 "\x8c") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 141 #\215 "\x8d") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 142 #\216 "\x8e") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 143 #\217 "\x8f") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 144 #\220 "\x90") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 145 #\221 "\x91") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 146 #\222 "\x92") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 147 #\223 "\x93") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 148 #\224 "\x94") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 149 #\225 "\x95") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 150 #\226 "\x96") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 151 #\227 "\x97") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 152 #\230 "\x98") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 153 #\231 "\x99") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 154 #\232 "\x9a") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 155 #\233 "\x9b") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 156 #\234 "\x9c") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 157 #\235 "\x9d") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 158 #\236 "\x9e") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 159 #\237 "\x9f") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 160 #\240 "\xa0") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 161 #\\xa1 "\xa1") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 162 #\\xa2 "\xa2") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 163 #\\xa3 "\xa3") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 164 #\\xa4 "\xa4") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 165 #\\xa5 "\xa5") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 166 #\\xa6 "\xa6") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 167 #\\xa7 "\xa7") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 168 #\\xa8 "\xa8") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 169 #\\xa9 "\xa9") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 170 #\\xaa "\xaa") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 171 #\\xab "\xab") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 172 #\\xac "\xac") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 173 #\255 "\xad") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 174 #\\xae "\xae") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 175 #\\xaf "\xaf") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 176 #\\xb0 "\xb0") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 177 #\\xb1 "\xb1") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 178 #\\xb2 "\xb2") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 179 #\\xb3 "\xb3") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 180 #\\xb4 "\xb4") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 181 #\\xb5 "\xb5") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 182 #\\xb6 "\xb6") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 183 #\\xb7 "\xb7") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 184 #\\xb8 "\xb8") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 185 #\\xb9 "\xb9") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 186 #\\xba "\xba") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 187 #\\xbb "\xbb") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 188 #\\xbc "\xbc") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 189 #\\xbd "\xbd") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 190 #\\xbe "\xbe") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 191 #\\xbf "\xbf") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 192 #\\xc0 "\xc0") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 193 #\\xc1 "\xc1") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 194 #\\xc2 "\xc2") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 195 #\\xc3 "\xc3") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 196 #\\xc4 "\xc4") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 197 #\\xc5 "\xc5") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 198 #\\xc6 "\xc6") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 199 #\\xc7 "\xc7") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 200 #\\xc8 "\xc8") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 201 #\\xc9 "\xc9") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 202 #\\xca "\xca") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 203 #\\xcb "\xcb") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 204 #\\xcc "\xcc") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 205 #\\xcd "\xcd") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 206 #\\xce "\xce") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 207 #\\xcf "\xcf") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 208 #\\xd0 "\xd0") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 209 #\\xd1 "\xd1") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 210 #\\xd2 "\xd2") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 211 #\\xd3 "\xd3") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 212 #\\xd4 "\xd4") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 213 #\\xd5 "\xd5") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 214 #\\xd6 "\xd6") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 215 #\\xd7 "\xd7") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 216 #\\xd8 "\xd8") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 217 #\\xd9 "\xd9") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 218 #\\xda "\xda") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 219 #\\xdb "\xdb") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 220 #\\xdc "\xdc") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 221 #\\xdd "\xdd") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 222 #\\xde "\xde") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 223 #\\xdf "\xdf") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 224 #\\xe0 "\xe0") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 225 #\\xe1 "\xe1") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 226 #\\xe2 "\xe2") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 227 #\\xe3 "\xe3") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 228 #\\xe4 "\xe4") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 229 #\\xe5 "\xe5") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 230 #\\xe6 "\xe6") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 231 #\\xe7 "\xe7") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 232 #\\xe8 "\xe8") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 233 #\\xe9 "\xe9") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 234 #\\xea "\xea") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 235 #\\xeb "\xeb") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 236 #\\xec "\xec") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 237 #\\xed "\xed") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 238 #\\xee "\xee") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 239 #\\xef "\xef") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 240 #\\xf0 "\xf0") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 241 #\\xf1 "\xf1") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 242 #\\xf2 "\xf2") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 243 #\\xf3 "\xf3") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 244 #\\xf4 "\xf4") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 245 #\\xf5 "\xf5") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 246 #\\xf6 "\xf6") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 247 #\\xf7 "\xf7") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 248 #\\xf8 "\xf8") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 249 #\\xf9 "\xf9") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 250 #\\xfa "\xfa") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 251 #\\xfb "\xfb") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 252 #\\xfc "\xfc") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 253 #\\xfd "\xfd") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 254 #\\xfe "\xfe") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 255 #\\xff "\xff") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 128 #\200 "a\x80" "a\x80") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 129 #\201 "a\x81" "a\x81") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 130 #\202 "a\x82" "a\x82") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 131 #\203 "a\x83" "a\x83") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 132 #\204 "a\x84" "a\x84") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 133 #\205 "a\x85" "a\x85") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 134 #\206 "a\x86" "a\x86") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 135 #\207 "a\x87" "a\x87") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 136 #\210 "a\x88" "a\x88") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 137 #\211 "a\x89" "a\x89") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 138 #\212 "a\x8a" "a\x8a") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 139 #\213 "a\x8b" "a\x8b") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 140 #\214 "a\x8c" "a\x8c") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 141 #\215 "a\x8d" "a\x8d") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 142 #\216 "a\x8e" "a\x8e") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 143 #\217 "a\x8f" "a\x8f") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 144 #\220 "a\x90" "a\x90") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 145 #\221 "a\x91" "a\x91") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 146 #\222 "a\x92" "a\x92") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 147 #\223 "a\x93" "a\x93") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 148 #\224 "a\x94" "a\x94") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 149 #\225 "a\x95" "a\x95") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 150 #\226 "a\x96" "a\x96") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 151 #\227 "a\x97" "a\x97") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 152 #\230 "a\x98" "a\x98") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 153 #\231 "a\x99" "a\x99") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 154 #\232 "a\x9a" "a\x9a") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 155 #\233 "a\x9b" "a\x9b") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 156 #\234 "a\x9c" "a\x9c") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 157 #\235 "a\x9d" "a\x9d") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 158 #\236 "a\x9e" "a\x9e") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 159 #\237 "a\x9f" "a\x9f") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 160 #\240 "a\xa0" "a\xa0") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 161 #\\xa1 "a\xa1" "a\xa1") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 162 #\\xa2 "a\xa2" "a\xa2") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 163 #\\xa3 "a\xa3" "a\xa3") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 164 #\\xa4 "a\xa4" "a\xa4") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 165 #\\xa5 "a\xa5" "a\xa5") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 166 #\\xa6 "a\xa6" "a\xa6") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 167 #\\xa7 "a\xa7" "a\xa7") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 168 #\\xa8 "a\xa8" "a\xa8") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 169 #\\xa9 "a\xa9" "a\xa9") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 170 #\\xaa "a\xaa" "a\xaa") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 171 #\\xab "a\xab" "a\xab") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 172 #\\xac "a\xac" "a\xac") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 173 #\255 "a\xad" "a\xad") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 174 #\\xae "a\xae" "a\xae") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 175 #\\xaf "a\xaf" "a\xaf") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 176 #\\xb0 "a\xb0" "a\xb0") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 177 #\\xb1 "a\xb1" "a\xb1") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 178 #\\xb2 "a\xb2" "a\xb2") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 179 #\\xb3 "a\xb3" "a\xb3") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 180 #\\xb4 "a\xb4" "a\xb4") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 181 #\\xb5 "a\xb5" "a\xb5") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 182 #\\xb6 "a\xb6" "a\xb6") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 183 #\\xb7 "a\xb7" "a\xb7") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 184 #\\xb8 "a\xb8" "a\xb8") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 185 #\\xb9 "a\xb9" "a\xb9") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 186 #\\xba "a\xba" "a\xba") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 187 #\\xbb "a\xbb" "a\xbb") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 188 #\\xbc "a\xbc" "a\xbc") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 189 #\\xbd "a\xbd" "a\xbd") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 190 #\\xbe "a\xbe" "a\xbe") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 191 #\\xbf "a\xbf" "a\xbf") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 192 #\\xc0 "a\xc0" "a\xc0") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 193 #\\xc1 "a\xc1" "a\xc1") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 194 #\\xc2 "a\xc2" "a\xc2") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 195 #\\xc3 "a\xc3" "a\xc3") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 196 #\\xc4 "a\xc4" "a\xc4") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 197 #\\xc5 "a\xc5" "a\xc5") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 198 #\\xc6 "a\xc6" "a\xc6") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 199 #\\xc7 "a\xc7" "a\xc7") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 200 #\\xc8 "a\xc8" "a\xc8") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 201 #\\xc9 "a\xc9" "a\xc9") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 202 #\\xca "a\xca" "a\xca") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 203 #\\xcb "a\xcb" "a\xcb") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 204 #\\xcc "a\xcc" "a\xcc") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 205 #\\xcd "a\xcd" "a\xcd") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 206 #\\xce "a\xce" "a\xce") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 207 #\\xcf "a\xcf" "a\xcf") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 208 #\\xd0 "a\xd0" "a\xd0") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 209 #\\xd1 "a\xd1" "a\xd1") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 210 #\\xd2 "a\xd2" "a\xd2") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 211 #\\xd3 "a\xd3" "a\xd3") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 212 #\\xd4 "a\xd4" "a\xd4") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 213 #\\xd5 "a\xd5" "a\xd5") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 214 #\\xd6 "a\xd6" "a\xd6") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 215 #\\xd7 "a\xd7" "a\xd7") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 216 #\\xd8 "a\xd8" "a\xd8") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 217 #\\xd9 "a\xd9" "a\xd9") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 218 #\\xda "a\xda" "a\xda") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 219 #\\xdb "a\xdb" "a\xdb") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 220 #\\xdc "a\xdc" "a\xdc") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 221 #\\xdd "a\xdd" "a\xdd") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 222 #\\xde "a\xde" "a\xde") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 223 #\\xdf "a\xdf" "a\xdf") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 224 #\\xe0 "a\xe0" "a\xe0") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 225 #\\xe1 "a\xe1" "a\xe1") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 226 #\\xe2 "a\xe2" "a\xe2") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 227 #\\xe3 "a\xe3" "a\xe3") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 228 #\\xe4 "a\xe4" "a\xe4") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 229 #\\xe5 "a\xe5" "a\xe5") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 230 #\\xe6 "a\xe6" "a\xe6") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 231 #\\xe7 "a\xe7" "a\xe7") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 232 #\\xe8 "a\xe8" "a\xe8") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 233 #\\xe9 "a\xe9" "a\xe9") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 234 #\\xea "a\xea" "a\xea") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 235 #\\xeb "a\xeb" "a\xeb") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 236 #\\xec "a\xec" "a\xec") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 237 #\\xed "a\xed" "a\xed") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 238 #\\xee "a\xee" "a\xee") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 239 #\\xef "a\xef" "a\xef") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 240 #\\xf0 "a\xf0" "a\xf0") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 241 #\\xf1 "a\xf1" "a\xf1") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 242 #\\xf2 "a\xf2" "a\xf2") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 243 #\\xf3 "a\xf3" "a\xf3") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 244 #\\xf4 "a\xf4" "a\xf4") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 245 #\\xf5 "a\xf5" "a\xf5") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 246 #\\xf6 "a\xf6" "a\xf6") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 247 #\\xf7 "a\xf7" "a\xf7") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 248 #\\xf8 "a\xf8" "a\xf8") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 249 #\\xf9 "a\xf9" "a\xf9") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 250 #\\xfa "a\xfa" "a\xfa") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 251 #\\xfb "a\xfb" "a\xfb") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 252 #\\xfc "a\xfc" "a\xfc") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 253 #\\xfd "a\xfd" "a\xfd") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 254 #\\xfe "a\xfe" "a\xfe") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 255 #\\xff "a\xff" "a\xff") +UNRESOLVED: regexp.test: regexp-quote: regexp/basic: string of all chars +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 128 #\200 "\x80") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 129 #\201 "\x81") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 130 #\202 "\x82") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 131 #\203 "\x83") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 132 #\204 "\x84") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 133 #\205 "\x85") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 134 #\206 "\x86") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 135 #\207 "\x87") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 136 #\210 "\x88") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 137 #\211 "\x89") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 138 #\212 "\x8a") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 139 #\213 "\x8b") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 140 #\214 "\x8c") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 141 #\215 "\x8d") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 142 #\216 "\x8e") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 143 #\217 "\x8f") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 144 #\220 "\x90") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 145 #\221 "\x91") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 146 #\222 "\x92") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 147 #\223 "\x93") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 148 #\224 "\x94") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 149 #\225 "\x95") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 150 #\226 "\x96") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 151 #\227 "\x97") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 152 #\230 "\x98") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 153 #\231 "\x99") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 154 #\232 "\x9a") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 155 #\233 "\x9b") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 156 #\234 "\x9c") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 157 #\235 "\x9d") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 158 #\236 "\x9e") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 159 #\237 "\x9f") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 160 #\240 "\xa0") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 161 #\\xa1 "\xa1") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 162 #\\xa2 "\xa2") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 163 #\\xa3 "\xa3") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 164 #\\xa4 "\xa4") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 165 #\\xa5 "\xa5") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 166 #\\xa6 "\xa6") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 167 #\\xa7 "\xa7") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 168 #\\xa8 "\xa8") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 169 #\\xa9 "\xa9") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 170 #\\xaa "\xaa") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 171 #\\xab "\xab") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 172 #\\xac "\xac") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 173 #\255 "\xad") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 174 #\\xae "\xae") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 175 #\\xaf "\xaf") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 176 #\\xb0 "\xb0") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 177 #\\xb1 "\xb1") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 178 #\\xb2 "\xb2") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 179 #\\xb3 "\xb3") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 180 #\\xb4 "\xb4") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 181 #\\xb5 "\xb5") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 182 #\\xb6 "\xb6") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 183 #\\xb7 "\xb7") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 184 #\\xb8 "\xb8") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 185 #\\xb9 "\xb9") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 186 #\\xba "\xba") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 187 #\\xbb "\xbb") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 188 #\\xbc "\xbc") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 189 #\\xbd "\xbd") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 190 #\\xbe "\xbe") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 191 #\\xbf "\xbf") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 192 #\\xc0 "\xc0") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 193 #\\xc1 "\xc1") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 194 #\\xc2 "\xc2") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 195 #\\xc3 "\xc3") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 196 #\\xc4 "\xc4") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 197 #\\xc5 "\xc5") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 198 #\\xc6 "\xc6") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 199 #\\xc7 "\xc7") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 200 #\\xc8 "\xc8") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 201 #\\xc9 "\xc9") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 202 #\\xca "\xca") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 203 #\\xcb "\xcb") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 204 #\\xcc "\xcc") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 205 #\\xcd "\xcd") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 206 #\\xce "\xce") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 207 #\\xcf "\xcf") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 208 #\\xd0 "\xd0") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 209 #\\xd1 "\xd1") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 210 #\\xd2 "\xd2") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 211 #\\xd3 "\xd3") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 212 #\\xd4 "\xd4") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 213 #\\xd5 "\xd5") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 214 #\\xd6 "\xd6") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 215 #\\xd7 "\xd7") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 216 #\\xd8 "\xd8") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 217 #\\xd9 "\xd9") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 218 #\\xda "\xda") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 219 #\\xdb "\xdb") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 220 #\\xdc "\xdc") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 221 #\\xdd "\xdd") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 222 #\\xde "\xde") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 223 #\\xdf "\xdf") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 224 #\\xe0 "\xe0") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 225 #\\xe1 "\xe1") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 226 #\\xe2 "\xe2") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 227 #\\xe3 "\xe3") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 228 #\\xe4 "\xe4") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 229 #\\xe5 "\xe5") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 230 #\\xe6 "\xe6") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 231 #\\xe7 "\xe7") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 232 #\\xe8 "\xe8") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 233 #\\xe9 "\xe9") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 234 #\\xea "\xea") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 235 #\\xeb "\xeb") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 236 #\\xec "\xec") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 237 #\\xed "\xed") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 238 #\\xee "\xee") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 239 #\\xef "\xef") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 240 #\\xf0 "\xf0") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 241 #\\xf1 "\xf1") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 242 #\\xf2 "\xf2") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 243 #\\xf3 "\xf3") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 244 #\\xf4 "\xf4") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 245 #\\xf5 "\xf5") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 246 #\\xf6 "\xf6") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 247 #\\xf7 "\xf7") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 248 #\\xf8 "\xf8") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 249 #\\xf9 "\xf9") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 250 #\\xfa "\xfa") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 251 #\\xfb "\xfb") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 252 #\\xfc "\xfc") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 253 #\\xfd "\xfd") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 254 #\\xfe "\xfe") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 255 #\\xff "\xff") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 128 #\200 "a\x80" "a\x80") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 129 #\201 "a\x81" "a\x81") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 130 #\202 "a\x82" "a\x82") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 131 #\203 "a\x83" "a\x83") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 132 #\204 "a\x84" "a\x84") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 133 #\205 "a\x85" "a\x85") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 134 #\206 "a\x86" "a\x86") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 135 #\207 "a\x87" "a\x87") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 136 #\210 "a\x88" "a\x88") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 137 #\211 "a\x89" "a\x89") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 138 #\212 "a\x8a" "a\x8a") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 139 #\213 "a\x8b" "a\x8b") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 140 #\214 "a\x8c" "a\x8c") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 141 #\215 "a\x8d" "a\x8d") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 142 #\216 "a\x8e" "a\x8e") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 143 #\217 "a\x8f" "a\x8f") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 144 #\220 "a\x90" "a\x90") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 145 #\221 "a\x91" "a\x91") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 146 #\222 "a\x92" "a\x92") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 147 #\223 "a\x93" "a\x93") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 148 #\224 "a\x94" "a\x94") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 149 #\225 "a\x95" "a\x95") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 150 #\226 "a\x96" "a\x96") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 151 #\227 "a\x97" "a\x97") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 152 #\230 "a\x98" "a\x98") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 153 #\231 "a\x99" "a\x99") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 154 #\232 "a\x9a" "a\x9a") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 155 #\233 "a\x9b" "a\x9b") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 156 #\234 "a\x9c" "a\x9c") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 157 #\235 "a\x9d" "a\x9d") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 158 #\236 "a\x9e" "a\x9e") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 159 #\237 "a\x9f" "a\x9f") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 160 #\240 "a\xa0" "a\xa0") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 161 #\\xa1 "a\xa1" "a\xa1") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 162 #\\xa2 "a\xa2" "a\xa2") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 163 #\\xa3 "a\xa3" "a\xa3") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 164 #\\xa4 "a\xa4" "a\xa4") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 165 #\\xa5 "a\xa5" "a\xa5") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 166 #\\xa6 "a\xa6" "a\xa6") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 167 #\\xa7 "a\xa7" "a\xa7") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 168 #\\xa8 "a\xa8" "a\xa8") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 169 #\\xa9 "a\xa9" "a\xa9") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 170 #\\xaa "a\xaa" "a\xaa") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 171 #\\xab "a\xab" "a\xab") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 172 #\\xac "a\xac" "a\xac") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 173 #\255 "a\xad" "a\xad") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 174 #\\xae "a\xae" "a\xae") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 175 #\\xaf "a\xaf" "a\xaf") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 176 #\\xb0 "a\xb0" "a\xb0") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 177 #\\xb1 "a\xb1" "a\xb1") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 178 #\\xb2 "a\xb2" "a\xb2") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 179 #\\xb3 "a\xb3" "a\xb3") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 180 #\\xb4 "a\xb4" "a\xb4") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 181 #\\xb5 "a\xb5" "a\xb5") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 182 #\\xb6 "a\xb6" "a\xb6") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 183 #\\xb7 "a\xb7" "a\xb7") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 184 #\\xb8 "a\xb8" "a\xb8") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 185 #\\xb9 "a\xb9" "a\xb9") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 186 #\\xba "a\xba" "a\xba") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 187 #\\xbb "a\xbb" "a\xbb") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 188 #\\xbc "a\xbc" "a\xbc") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 189 #\\xbd "a\xbd" "a\xbd") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 190 #\\xbe "a\xbe" "a\xbe") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 191 #\\xbf "a\xbf" "a\xbf") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 192 #\\xc0 "a\xc0" "a\xc0") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 193 #\\xc1 "a\xc1" "a\xc1") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 194 #\\xc2 "a\xc2" "a\xc2") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 195 #\\xc3 "a\xc3" "a\xc3") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 196 #\\xc4 "a\xc4" "a\xc4") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 197 #\\xc5 "a\xc5" "a\xc5") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 198 #\\xc6 "a\xc6" "a\xc6") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 199 #\\xc7 "a\xc7" "a\xc7") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 200 #\\xc8 "a\xc8" "a\xc8") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 201 #\\xc9 "a\xc9" "a\xc9") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 202 #\\xca "a\xca" "a\xca") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 203 #\\xcb "a\xcb" "a\xcb") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 204 #\\xcc "a\xcc" "a\xcc") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 205 #\\xcd "a\xcd" "a\xcd") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 206 #\\xce "a\xce" "a\xce") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 207 #\\xcf "a\xcf" "a\xcf") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 208 #\\xd0 "a\xd0" "a\xd0") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 209 #\\xd1 "a\xd1" "a\xd1") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 210 #\\xd2 "a\xd2" "a\xd2") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 211 #\\xd3 "a\xd3" "a\xd3") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 212 #\\xd4 "a\xd4" "a\xd4") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 213 #\\xd5 "a\xd5" "a\xd5") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 214 #\\xd6 "a\xd6" "a\xd6") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 215 #\\xd7 "a\xd7" "a\xd7") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 216 #\\xd8 "a\xd8" "a\xd8") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 217 #\\xd9 "a\xd9" "a\xd9") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 218 #\\xda "a\xda" "a\xda") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 219 #\\xdb "a\xdb" "a\xdb") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 220 #\\xdc "a\xdc" "a\xdc") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 221 #\\xdd "a\xdd" "a\xdd") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 222 #\\xde "a\xde" "a\xde") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 223 #\\xdf "a\xdf" "a\xdf") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 224 #\\xe0 "a\xe0" "a\xe0") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 225 #\\xe1 "a\xe1" "a\xe1") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 226 #\\xe2 "a\xe2" "a\xe2") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 227 #\\xe3 "a\xe3" "a\xe3") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 228 #\\xe4 "a\xe4" "a\xe4") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 229 #\\xe5 "a\xe5" "a\xe5") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 230 #\\xe6 "a\xe6" "a\xe6") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 231 #\\xe7 "a\xe7" "a\xe7") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 232 #\\xe8 "a\xe8" "a\xe8") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 233 #\\xe9 "a\xe9" "a\xe9") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 234 #\\xea "a\xea" "a\xea") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 235 #\\xeb "a\xeb" "a\xeb") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 236 #\\xec "a\xec" "a\xec") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 237 #\\xed "a\xed" "a\xed") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 238 #\\xee "a\xee" "a\xee") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 239 #\\xef "a\xef" "a\xef") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 240 #\\xf0 "a\xf0" "a\xf0") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 241 #\\xf1 "a\xf1" "a\xf1") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 242 #\\xf2 "a\xf2" "a\xf2") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 243 #\\xf3 "a\xf3" "a\xf3") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 244 #\\xf4 "a\xf4" "a\xf4") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 245 #\\xf5 "a\xf5" "a\xf5") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 246 #\\xf6 "a\xf6" "a\xf6") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 247 #\\xf7 "a\xf7" "a\xf7") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 248 #\\xf8 "a\xf8" "a\xf8") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 249 #\\xf9 "a\xf9" "a\xf9") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 250 #\\xfa "a\xfa" "a\xfa") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 251 #\\xfb "a\xfb" "a\xfb") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 252 #\\xfc "a\xfc" "a\xfc") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 253 #\\xfd "a\xfd" "a\xfd") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 254 #\\xfe "a\xfe" "a\xfe") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 255 #\\xff "a\xff" "a\xff") +UNRESOLVED: regexp.test: regexp-quote: regexp/extended: string of all chars +UNRESOLVED: regexp.test: nonascii locales: match structures refer to char offsets +UNRESOLVED: regexp.test: nonascii locales: match structures refer to char offsets, non-ASCII pattern +Running rnrs-libraries.test +Running rtl-compilation.test +Running rtl.test +Running sandbox.test +Running session.test +Running signals.test +Running sort.test +Running srcprop.test +UNRESOLVED: srcprop.test: set-source-property!: setting the breakpoint property works +UNRESOLVED: srcprop.test: set-source-properties!: setting the breakpoint property works +Running srfi-1.test +Running srfi-10.test +Running srfi-105.test +UNRESOLVED: srfi-105.test: curly-infix: positions: singleton curly-infix list +UNRESOLVED: srfi-105.test: curly-infix: positions: neoteric expression +Running srfi-11.test +Running srfi-111.test +Running srfi-13.test +Running srfi-14.test +Running srfi-17.test +Running srfi-171.test +Running srfi-18.test +Running srfi-19.test +Running srfi-2.test +Running srfi-26.test +Running srfi-27.test +Running srfi-31.test +Running srfi-34.test +Running srfi-35.test +Running srfi-37.test +Running srfi-38.test +Running srfi-39.test +Running srfi-4.test +Running srfi-41.test +Running srfi-42.test +Running srfi-43.test +Running srfi-45.test +Running srfi-6.test +Running srfi-60.test +Running srfi-64.test +Running srfi-67.test +Running srfi-69.test +Running srfi-71.test +Running srfi-88.test +Running srfi-9.test +Running srfi-98.test +Running statprof.test +UNRESOLVED: statprof.test: statistical sample counts within expected range +Running streams.test +Running strings.test +Running structs.test +Running suspendable-ports.test +Running sxml.fold.test +Running sxml.match.test +Running sxml.simple.test +Running sxml.ssax.test +Running sxml.transform.test +Running sxml.xpath.test +Running symbols.test +Running syncase.test +Running syntax.test +Running texinfo.docbook.test +Running texinfo.html.test +Running texinfo.plain-text.test +Running texinfo.serialize.test +Running texinfo.string-utils.test +Running texinfo.test +Running threads.test +Running time.test +UNRESOLVED: time.test: strftime: strftime passes wide characters +UNRESOLVED: time.test: strftime: C99 %z format: strftime fr_FR.iso88591 +UNRESOLVED: time.test: strptime: GNU %s format: strftime fr_FR.iso88591 +Running tree-il.test +UNRESOLVED: tree-il.test: warnings: unused-toplevel: used by macro +Running types.test +Running unicode.test +Running vectors.test +Running version.test +UNRESOLVED: version.test: version reporting works +Running vlist.test +Running vm.test +Running weaks.test +Running web-client.test +Running web-http.test +Running web-request.test +Running web-response.test +Running web-server.test +Running web-uri.test +UNRESOLVED: web-uri.test: build-uri: http://ill\xe9gal.com +UNRESOLVED: web-uri.test: string->uri: http://www.example.com (sv_SE) + +Totals for this test run: +passes: 41828 +failures: 0 +unexpected passes: 0 +expected failures: 10 +unresolved test cases: 573 +untested test cases: 1 +unsupported test cases: 1 +errors: 0 + +warning: call to primitive-fork while multiple threads are running; + further behavior unspecified. See "Processes" in the + manual, for more information. +WARNING: Use of `load' in declarative module (test-suite test-r4rs). Add #:declarative? #f to your define-module invocation. +WARNING: (test-suite test-rnrs-exceptions): imported module (rnrs exceptions) overrides core binding `raise' +;;; warning: max diff 11.0 > (sqrt 98.0) +warning: call to primitive-fork while multiple threads are running; + further behavior unspecified. See "Processes" in the + manual, for more information. +;;; SSAX warning: Skipping PI: xml + +;;; SSAX warning: Skipping PI: PI + +;;; SSAX warning: Skipping PI: PI1 + +;;; SSAX warning: ( + Warning: DOCTYPE DECL T system1 found and skipped) +;;; SSAX warning: ( + Warning: Internal DTD subset is not currently handled ) +;;; SSAX warning: ( + Warning: DOCTYPE DECL T system1 found and skipped) +;;; SSAX warning: Skipping PI: pi + +;;; SSAX warning: DOCTYPE DECL T system1 found and skipped +WARNING: (test-suite sxml-xpath): imported module (sxml xpath) overrides core binding `filter' +connecting to the server, attempt #1 + +Some deprecated features have been used. Set the environment +variable GUILE_WARN_DEPRECATED to "detailed" and rerun the +program to get more information. Set it to "no" to suppress +this message. +PASS: check-guile +============= +1 test passed +============= +make[4]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9' +make[3]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9' +make[2]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9' +make[1]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9' + fakeroot debian/rules binary +dh binary --parallel --with autoreconf +dh: warning: Compatibility levels before 10 are deprecated (level 9 in use) + dh_testroot -O--parallel + dh_prep -O--parallel + debian/rules override_dh_auto_install +make[1]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9' +echo "s|@UPSTREAM_VER@|3.0.9|g" > "debian/autogen.sed.tmp" +echo "s|@DEB_SRC_VER@|3.0.9|g" >> "debian/autogen.sed.tmp" +echo "s|@DEB_SRC_MAJ_VER@|3|g" >> "debian/autogen.sed.tmp" +echo "s|@DEB_SRC_MIN_VER@|0|g" >> "debian/autogen.sed.tmp" +echo "s|@DEB_SRC_MIC_VER@|9|g" >> "debian/autogen.sed.tmp" +echo "s|@DEB_SRC_EFF_VER@|3.0|g" >> "debian/autogen.sed.tmp" +echo "s|@DEB_PKG_BASENAME@|guile-3.0|g" >> "debian/autogen.sed.tmp" +echo "s|@DEB_ALT_PRIORITY@|3000|g" >> "debian/autogen.sed.tmp" +echo "s|@MARCH@|arm-linux-gnueabihf/|g" >> "debian/autogen.sed.tmp" +mv "debian/autogen.sed.tmp" "debian/autogen.sed" +sed -f debian/autogen.sed "debian/guile.install" > "debian/guile-3.0.install.tmp" +mv "debian/guile-3.0.install.tmp" "debian/guile-3.0.install" +sed -f debian/autogen.sed "debian/guile.links" > "debian/guile-3.0.links.tmp" +mv "debian/guile-3.0.links.tmp" "debian/guile-3.0.links" +sed -f debian/autogen.sed "debian/guile.menu" > "debian/guile-3.0.menu.tmp" +mv "debian/guile-3.0.menu.tmp" "debian/guile-3.0.menu" +sed -f debian/autogen.sed "debian/guile.undocumented" > "debian/guile-3.0.undocumented.tmp" +mv "debian/guile-3.0.undocumented.tmp" "debian/guile-3.0.undocumented" +sed -f debian/autogen.sed "debian/guile-dev.install" > "debian/guile-3.0-dev.install.tmp" +mv "debian/guile-3.0-dev.install.tmp" "debian/guile-3.0-dev.install" +sed -f debian/autogen.sed "debian/guile-doc.README.Debian" > "debian/guile-3.0-doc.README.Debian.tmp" +mv "debian/guile-3.0-doc.README.Debian.tmp" "debian/guile-3.0-doc.README.Debian" +sed -f debian/autogen.sed "debian/guile-doc.install" > "debian/guile-3.0-doc.install.tmp" +mv "debian/guile-3.0-doc.install.tmp" "debian/guile-3.0-doc.install" +sed -f debian/autogen.sed "debian/guile-libs.install" > "debian/guile-3.0-libs.install.tmp" +mv "debian/guile-3.0-libs.install.tmp" "debian/guile-3.0-libs.install" +sed -f debian/autogen.sed "debian/guile-libs.lintian-overrides" > "debian/guile-3.0-libs.lintian-overrides.tmp" +mv "debian/guile-3.0-libs.lintian-overrides.tmp" "debian/guile-3.0-libs.lintian-overrides" +make DESTDIR="$(pwd)/debian/tmp" INSTALL='install -p' install +make[2]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9' +make install-recursive +make[3]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9' +Making install in lib +make[4]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/lib' +make install-recursive +make[5]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/lib' +make[6]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/lib' +make[7]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/lib' +make[7]: Nothing to be done for 'install-exec-am'. +make[7]: Nothing to be done for 'install-data-am'. +make[7]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/lib' +make[6]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/lib' +make[5]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/lib' +make[4]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/lib' +Making install in meta +make[4]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/meta' +make[5]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/meta' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/bin' + install -p guile-config '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/bin/./guile-config-3.0' + install -p guild '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/bin/./guild-3.0' +make install-exec-hook +make[6]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/meta' +guild="`echo -n guild \ + | /usr/bin/sed -e 's&$&-3.0&'`" ; \ +guile_tools="`echo -n guile-tools \ + | /usr/bin/sed -e 's&$&-3.0&'`" ; \ +cd /home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/bin && rm -f "$guile_tools" && \ +ln -s "$guild" "$guile_tools" +make[6]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/meta' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/aclocal' + install -p -m 644 guile.m4 '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/aclocal' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/pkgconfig' + install -p -m 644 guile-3.0.pc '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/pkgconfig' +make[5]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/meta' +make[4]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/meta' +Making install in libguile +make[4]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/libguile' +make install-am +make[5]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/libguile' +make[6]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/libguile' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf' + /bin/bash ../libtool --mode=install install -p libguile-3.0.la '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf' +libtool: install: install -p .libs/libguile-3.0.so.1.6.0 /home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/libguile-3.0.so.1.6.0 +libtool: install: (cd /home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf && { ln -s -f libguile-3.0.so.1.6.0 libguile-3.0.so.1 || { rm -f libguile-3.0.so.1 && ln -s libguile-3.0.so.1.6.0 libguile-3.0.so.1; }; }) +libtool: install: (cd /home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf && { ln -s -f libguile-3.0.so.1.6.0 libguile-3.0.so || { rm -f libguile-3.0.so && ln -s libguile-3.0.so.1.6.0 libguile-3.0.so; }; }) +libtool: install: install -p .libs/libguile-3.0.lai /home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/libguile-3.0.la +libtool: install: install -p .libs/libguile-3.0.a /home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/libguile-3.0.a +libtool: install: chmod 644 /home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/libguile-3.0.a +libtool: install: ranlib /home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/libguile-3.0.a +libtool: warning: remember to run 'libtool --finish /usr/lib/arm-linux-gnueabihf' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/bin' + /bin/bash ../libtool --mode=install install -p guile '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/bin/./guile-3.0' +libtool: warning: 'libguile-3.0.la' has not been installed in '/usr/lib/arm-linux-gnueabihf' +libtool: install: install -p .libs/guile /home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/bin/./guile-3.0 + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/bin' + install -p guile-snarf '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/bin/./guile-snarf-3.0' +make install-exec-hook +make[7]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/libguile' +rm -f /home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/bin/guile-snarf.awk +make[7]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/libguile' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/include/guile/3.0/libguile' + install -p -m 644 scm.h __scm.h alist.h array-handle.h array-map.h arrays.h async.h atomic.h backtrace.h bdw-gc.h boolean.h bitvectors.h bytevectors.h chars.h chooks.h control.h continuations.h debug-malloc.h debug.h deprecated.h deprecation.h dynl.h dynstack.h dynwind.h eq.h error.h eval.h evalext.h exceptions.h expand.h extensions.h fdes-finalizers.h feature.h finalizers.h filesys.h fluids.h foreign.h foreign-object.h fports.h frames.h '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/include/guile/3.0/libguile' + install -p -m 644 gc.h gc-inline.h gettext.h generalized-vectors.h goops.h gsubr.h guardians.h hash.h hashtab.h hooks.h i18n.h init.h inline.h instructions.h ioext.h iselect.h jit.h keywords.h list.h load.h loader.h macros.h mallocs.h memoize.h modules.h net_db.h null-threads.h numbers.h objprop.h options.h pairs.h poll.h ports.h posix.h print.h procprop.h procs.h programs.h promises.h pthread-threads.h '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/include/guile/3.0/libguile' + install -p -m 644 r6rs-ports.h random.h rdelim.h read.h regex-posix.h rw.h scmsigs.h script.h simpos.h smob.h snarf.h socket.h sort.h srcprop.h srfi-1.h srfi-4.h srfi-13.h srfi-14.h srfi-60.h stackchk.h stacks.h stime.h strings.h strorder.h strports.h struct.h symbols.h tags.h threads.h throw.h validate.h unicode.h uniform.h values.h variable.h vectors.h vm-builtins.h vm-expand.h vm.h vports.h '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/include/guile/3.0/libguile' + install -p -m 644 weak-set.h weak-table.h weak-vector.h '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/include/guile/3.0/libguile' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/include/guile/3.0/libguile' + install -p -m 644 version.h scmconfig.h '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/include/guile/3.0/libguile' +make install-data-hook +make[7]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/libguile' + install -p -m 644 libguile-3.0-gdb.scm /home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/libguile-3.0.so.1.6.0-gdb.scm +make[7]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/libguile' +make[6]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/libguile' +make[5]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/libguile' +make[4]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/libguile' +Making install in module +make[4]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/module' +make[5]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/module' +make[5]: Nothing to be done for 'install-exec-am'. + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/ice-9' + install -p -m 644 ice-9/eval.scm ice-9/psyntax-pp.scm ice-9/boot-9.scm ice-9/and-let-star.scm ice-9/arrays.scm ice-9/atomic.scm ice-9/binary-ports.scm ice-9/buffered-input.scm ice-9/calling.scm ice-9/command-line.scm ice-9/common-list.scm ice-9/control.scm ice-9/copy-tree.scm ice-9/curried-definitions.scm ice-9/deprecated.scm ice-9/documentation.scm ice-9/eval-string.scm ice-9/exceptions.scm ice-9/expect.scm ice-9/fdes-finalizers.scm ice-9/format.scm ice-9/ftw.scm ice-9/futures.scm ice-9/gap-buffer.scm ice-9/getopt-long.scm ice-9/hash-table.scm ice-9/hcons.scm ice-9/history.scm ice-9/i18n.scm ice-9/iconv.scm ice-9/lineio.scm ice-9/list.scm ice-9/local-eval.scm ice-9/ls.scm ice-9/match.scm ice-9/networking.scm ice-9/null.scm ice-9/occam-channel.scm ice-9/optargs.scm ice-9/peg.scm '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/ice-9' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/sxml/upstream' + install -p -m 644 sxml/upstream/SSAX.scm sxml/upstream/SXML-tree-trans.scm sxml/upstream/SXPath-old.scm sxml/upstream/assert.scm sxml/upstream/input-parse.scm '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/sxml/upstream' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/scheme' + install -p -m 644 scheme/base.scm scheme/case-lambda.scm scheme/char.scm scheme/complex.scm scheme/cxr.scm scheme/eval.scm scheme/file.scm scheme/inexact.scm scheme/lazy.scm scheme/load.scm scheme/process-context.scm scheme/r5rs.scm scheme/read.scm scheme/repl.scm scheme/time.scm scheme/write.scm '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/scheme' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/rnrs/bytevectors' + install -p -m 644 rnrs/bytevectors/gnu.scm '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/rnrs/bytevectors' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/ice-9' + install -p -m 644 ice-9/poe.scm ice-9/poll.scm ice-9/popen.scm ice-9/ports.scm ice-9/posix.scm ice-9/pretty-print.scm ice-9/q.scm ice-9/r5rs.scm ice-9/rdelim.scm ice-9/receive.scm ice-9/regex.scm ice-9/runq.scm ice-9/rw.scm ice-9/safe-r5rs.scm ice-9/safe.scm ice-9/sandbox.scm ice-9/save-stack.scm ice-9/scm-style-repl.scm ice-9/serialize.scm ice-9/session.scm ice-9/slib.scm ice-9/stack-catch.scm ice-9/streams.scm ice-9/string-fun.scm ice-9/suspendable-ports.scm ice-9/textual-ports.scm ice-9/threads.scm ice-9/time.scm ice-9/top-repl.scm ice-9/unicode.scm ice-9/vlist.scm ice-9/weak-vector.scm ice-9/match.upstream.scm ice-9/psyntax.scm ice-9/read.scm ice-9/r6rs-libraries.scm ice-9/r7rs-libraries.scm ice-9/quasisyntax.scm '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/ice-9' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/system/base/types' + install -p -m 644 system/base/types/internal.scm '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/system/base/types' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/rnrs' + install -p -m 644 rnrs/base.scm rnrs/conditions.scm rnrs/control.scm rnrs/enums.scm rnrs/eval.scm rnrs/exceptions.scm rnrs/files.scm rnrs/hashtables.scm rnrs/lists.scm rnrs/mutable-pairs.scm rnrs/mutable-strings.scm rnrs/programs.scm rnrs/r5rs.scm rnrs/sorting.scm rnrs/syntax-case.scm rnrs/unicode.scm rnrs/bytevectors.scm '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/rnrs' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/language' + install -p -m 644 language/tree-il.scm language/cps.scm language/bytecode.scm '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/language' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/rnrs/io' + install -p -m 644 rnrs/io/simple.scm rnrs/io/ports.scm '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/rnrs/io' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/web' + install -p -m 644 web/client.scm web/http.scm web/request.scm web/response.scm web/server.scm web/uri.scm '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/web' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/language/elisp' + install -p -m 644 language/elisp/falias.scm language/elisp/lexer.scm language/elisp/parser.scm language/elisp/bindings.scm language/elisp/compile-tree-il.scm language/elisp/runtime.scm language/elisp/spec.scm language/elisp/boot.el '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/language/elisp' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/language/cps' + install -p -m 644 language/cps/closure-conversion.scm language/cps/compile-bytecode.scm language/cps/contification.scm language/cps/cse.scm language/cps/dce.scm language/cps/devirtualize-integers.scm language/cps/dump.scm language/cps/elide-arity-checks.scm language/cps/effects-analysis.scm language/cps/graphs.scm language/cps/intmap.scm language/cps/intset.scm language/cps/licm.scm language/cps/loop-instrumentation.scm language/cps/optimize.scm language/cps/peel-loops.scm language/cps/prune-top-level-scopes.scm language/cps/reify-primitives.scm language/cps/renumber.scm language/cps/return-types.scm language/cps/rotate-loops.scm language/cps/self-references.scm language/cps/simplify.scm language/cps/slot-allocation.scm language/cps/spec.scm language/cps/specialize-primcalls.scm language/cps/specialize-numbers.scm language/cps/split-rec.scm language/cps/switch.scm language/cps/type-checks.scm language/cps/type-fold.scm language/cps/types.scm language/cps/utils.scm language/cps/verify.scm language/cps/with-cps.scm '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/language/cps' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/system/vm' + install -p -m 644 system/vm/assembler.scm system/vm/coverage.scm system/vm/debug.scm system/vm/disassembler.scm system/vm/dwarf.scm system/vm/elf.scm system/vm/frame.scm system/vm/inspect.scm system/vm/linker.scm system/vm/loader.scm system/vm/program.scm system/vm/trace.scm system/vm/trap-state.scm system/vm/traps.scm system/vm/vm.scm '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/system/vm' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/rnrs/records' + install -p -m 644 rnrs/records/inspection.scm rnrs/records/procedural.scm rnrs/records/syntactic.scm '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/rnrs/records' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/srfi' + install -p -m 644 srfi/srfi-1.scm srfi/srfi-2.scm srfi/srfi-4.scm srfi/srfi-6.scm srfi/srfi-8.scm srfi/srfi-9.scm srfi/srfi-10.scm srfi/srfi-11.scm srfi/srfi-13.scm srfi/srfi-14.scm srfi/srfi-16.scm srfi/srfi-17.scm srfi/srfi-18.scm srfi/srfi-19.scm srfi/srfi-26.scm srfi/srfi-27.scm srfi/srfi-28.scm srfi/srfi-31.scm srfi/srfi-34.scm srfi/srfi-35.scm srfi/srfi-37.scm srfi/srfi-38.scm srfi/srfi-41.scm srfi/srfi-42.scm srfi/srfi-43.scm srfi/srfi-39.scm srfi/srfi-45.scm srfi/srfi-60.scm srfi/srfi-64.scm srfi/srfi-67.scm srfi/srfi-69.scm srfi/srfi-71.scm srfi/srfi-88.scm srfi/srfi-98.scm srfi/srfi-111.scm srfi/srfi-171.scm '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/srfi' + install -p -m 644 rnrs.scm statprof.scm texinfo.scm '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/.' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/language/value' + install -p -m 644 language/value/spec.scm '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/language/value' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/srfi/srfi-171' + install -p -m 644 srfi/srfi-171/gnu.scm srfi/srfi-171/meta.scm '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/srfi/srfi-171' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/sxml' + install -p -m 644 sxml/apply-templates.scm sxml/fold.scm sxml/match.scm sxml/simple.scm sxml/ssax.scm sxml/transform.scm sxml/xpath.scm sxml/sxml-match.ss '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/sxml' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/system/repl' + install -p -m 644 system/repl/debug.scm system/repl/error-handling.scm system/repl/common.scm system/repl/command.scm system/repl/repl.scm system/repl/server.scm system/repl/coop-server.scm system/repl/describe.scm '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/system/repl' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/language/bytecode' + install -p -m 644 language/bytecode/spec.scm '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/language/bytecode' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/texinfo' + install -p -m 644 texinfo/docbook.scm texinfo/html.scm texinfo/indexing.scm texinfo/string-utils.scm texinfo/plain-text.scm texinfo/reflection.scm texinfo/serialize.scm '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/texinfo' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/system' + install -p -m 644 system/foreign.scm system/foreign-library.scm system/foreign-object.scm system/syntax.scm system/xref.scm '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/system' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/language/elisp/runtime' + install -p -m 644 language/elisp/runtime/function-slot.scm language/elisp/runtime/value-slot.scm '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/language/elisp/runtime' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/rnrs/arithmetic' + install -p -m 644 rnrs/arithmetic/bitwise.scm rnrs/arithmetic/fixnums.scm rnrs/arithmetic/flonums.scm '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/rnrs/arithmetic' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/web/server' + install -p -m 644 web/server/http.scm '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/web/server' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/scripts' + install -p -m 644 scripts/compile.scm scripts/disassemble.scm scripts/display-commentary.scm scripts/doc-snarf.scm scripts/frisk.scm scripts/generate-autoload.scm scripts/help.scm scripts/lint.scm scripts/list.scm scripts/punify.scm scripts/read-scheme-source.scm scripts/read-text-outline.scm scripts/use2dot.scm scripts/snarf-check-and-output-texi.scm scripts/summarize-guile-TODO.scm scripts/api-diff.scm scripts/read-rfc822.scm scripts/snarf-guile-m4-docs.scm scripts/autofrisk.scm scripts/scan-api.scm '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/scripts' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/srfi/srfi-42' + install -p -m 644 srfi/srfi-42/ec.scm '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/srfi/srfi-42' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/srfi/srfi-64' + install -p -m 644 srfi/srfi-64/testing.scm '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/srfi/srfi-64' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/srfi/srfi-67' + install -p -m 644 srfi/srfi-67/compare.scm '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/srfi/srfi-67' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/language/tree-il' + install -p -m 644 language/tree-il/analyze.scm language/tree-il/compile-bytecode.scm language/tree-il/compile-cps.scm language/tree-il/cps-primitives.scm language/tree-il/debug.scm language/tree-il/effects.scm language/tree-il/eta-expand.scm language/tree-il/fix-letrec.scm language/tree-il/inlinable-exports.scm language/tree-il/letrectify.scm language/tree-il/optimize.scm language/tree-il/peval.scm language/tree-il/primitives.scm language/tree-il/resolve-free-vars.scm language/tree-il/spec.scm '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/language/tree-il' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/ice-9/peg' + install -p -m 644 ice-9/peg/cache.scm ice-9/peg/codegen.scm ice-9/peg/simplify-tree.scm ice-9/peg/string-peg.scm ice-9/peg/using-parsers.scm '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/ice-9/peg' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/oop/goops' + install -p -m 644 oop/goops/active-slot.scm oop/goops/composite-slot.scm oop/goops/describe.scm oop/goops/internal.scm oop/goops/save.scm oop/goops/stklos.scm oop/goops/accessors.scm oop/goops/simple.scm '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/oop/goops' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/sxml/ssax' + install -p -m 644 sxml/ssax/input-parse.scm '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/sxml/ssax' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/language/brainfuck' + install -p -m 644 language/brainfuck/parse.scm language/brainfuck/compile-scheme.scm language/brainfuck/compile-tree-il.scm language/brainfuck/spec.scm '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/language/brainfuck' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/language/ecmascript' + install -p -m 644 language/ecmascript/tokenize.scm language/ecmascript/parse.scm language/ecmascript/impl.scm language/ecmascript/base.scm language/ecmascript/function.scm language/ecmascript/array.scm language/ecmascript/compile-tree-il.scm language/ecmascript/spec.scm '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/language/ecmascript' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/oop' + install -p -m 644 oop/goops.scm '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/oop' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/srfi/srfi-4' + install -p -m 644 srfi/srfi-4/gnu.scm '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/srfi/srfi-4' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/system/base' + install -p -m 644 system/base/pmatch.scm system/base/syntax.scm system/base/compile.scm system/base/optimize.scm system/base/language.scm system/base/lalr.scm system/base/message.scm system/base/target.scm system/base/types.scm system/base/ck.scm system/base/lalr.upstream.scm '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/system/base' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/srfi/srfi-9' + install -p -m 644 srfi/srfi-9/gnu.scm '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/srfi/srfi-9' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/language/scheme' + install -p -m 644 language/scheme/compile-tree-il.scm language/scheme/decompile-tree-il.scm language/scheme/spec.scm '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/language/scheme' +make[5]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/module' +make[4]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/module' +Making install in stage0 +make[4]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/stage0' +Note: not adjusting GUILE_OPTIMIZATIONS for 32-bit big-endian architecture +make[5]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/stage0' +Note: not adjusting GUILE_OPTIMIZATIONS for 32-bit big-endian architecture +make[5]: Nothing to be done for 'install-exec-am'. +make[5]: Nothing to be done for 'install-data-am'. +make[5]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/stage0' +make[4]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/stage0' +Making install in stage1 +make[4]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/stage1' +make[5]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/stage1' +make[5]: Nothing to be done for 'install-exec-am'. +make[5]: Nothing to be done for 'install-data-am'. +make[5]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/stage1' +make[4]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/stage1' +Making install in stage2 +make[4]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/stage2' +make[5]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/stage2' +make[5]: Nothing to be done for 'install-exec-am'. + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/ice-9' + install -p -m 644 ice-9/eval.go ice-9/psyntax-pp.go ice-9/boot-9.go ice-9/and-let-star.go ice-9/arrays.go ice-9/atomic.go ice-9/binary-ports.go ice-9/buffered-input.go ice-9/calling.go ice-9/command-line.go ice-9/common-list.go ice-9/control.go ice-9/copy-tree.go ice-9/curried-definitions.go ice-9/deprecated.go ice-9/documentation.go ice-9/eval-string.go ice-9/exceptions.go ice-9/expect.go ice-9/fdes-finalizers.go ice-9/format.go ice-9/ftw.go ice-9/futures.go ice-9/gap-buffer.go ice-9/getopt-long.go ice-9/hash-table.go ice-9/hcons.go ice-9/history.go ice-9/i18n.go ice-9/iconv.go ice-9/lineio.go ice-9/list.go ice-9/local-eval.go ice-9/ls.go ice-9/match.go ice-9/networking.go ice-9/null.go ice-9/occam-channel.go ice-9/optargs.go ice-9/peg.go '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/ice-9' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/sxml' + install -p -m 644 sxml/apply-templates.go sxml/fold.go sxml/match.go sxml/simple.go sxml/ssax.go sxml/transform.go sxml/xpath.go '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/sxml' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/system' + install -p -m 644 system/foreign.go system/foreign-library.go system/foreign-object.go system/syntax.go system/xref.go '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/system' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/web' + install -p -m 644 web/client.go web/http.go web/request.go web/response.go web/server.go web/uri.go '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/web' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/scripts' + install -p -m 644 scripts/compile.go scripts/disassemble.go scripts/display-commentary.go scripts/doc-snarf.go scripts/frisk.go scripts/generate-autoload.go scripts/help.go scripts/lint.go scripts/list.go scripts/punify.go scripts/read-scheme-source.go scripts/read-text-outline.go scripts/use2dot.go scripts/snarf-check-and-output-texi.go scripts/summarize-guile-TODO.go scripts/api-diff.go scripts/read-rfc822.go scripts/snarf-guile-m4-docs.go scripts/autofrisk.go scripts/scan-api.go '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/scripts' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/language/scheme' + install -p -m 644 language/scheme/compile-tree-il.go language/scheme/decompile-tree-il.go language/scheme/spec.go '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/language/scheme' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/language/tree-il' + install -p -m 644 language/tree-il/analyze.go language/tree-il/compile-bytecode.go language/tree-il/compile-cps.go language/tree-il/cps-primitives.go language/tree-il/debug.go language/tree-il/effects.go language/tree-il/eta-expand.go language/tree-il/fix-letrec.go language/tree-il/inlinable-exports.go language/tree-il/letrectify.go language/tree-il/optimize.go language/tree-il/peval.go language/tree-il/primitives.go language/tree-il/resolve-free-vars.go language/tree-il/spec.go '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/language/tree-il' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/language/value' + install -p -m 644 language/value/spec.go '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/language/value' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/ice-9/peg' + install -p -m 644 ice-9/peg/cache.go ice-9/peg/codegen.go ice-9/peg/simplify-tree.go ice-9/peg/string-peg.go ice-9/peg/using-parsers.go '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/ice-9/peg' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/web/server' + install -p -m 644 web/server/http.go '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/web/server' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/srfi/srfi-4' + install -p -m 644 srfi/srfi-4/gnu.go '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/srfi/srfi-4' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/system/repl' + install -p -m 644 system/repl/debug.go system/repl/error-handling.go system/repl/common.go system/repl/command.go system/repl/repl.go system/repl/server.go system/repl/coop-server.go '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/system/repl' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/rnrs/records' + install -p -m 644 rnrs/records/inspection.go rnrs/records/procedural.go rnrs/records/syntactic.go '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/rnrs/records' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/rnrs/arithmetic' + install -p -m 644 rnrs/arithmetic/bitwise.go rnrs/arithmetic/fixnums.go rnrs/arithmetic/flonums.go '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/rnrs/arithmetic' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/language/brainfuck' + install -p -m 644 language/brainfuck/parse.go language/brainfuck/compile-scheme.go language/brainfuck/compile-tree-il.go language/brainfuck/spec.go '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/language/brainfuck' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/language' + install -p -m 644 language/tree-il.go language/cps.go language/bytecode.go '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/language' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/system/base' + install -p -m 644 system/base/pmatch.go system/base/syntax.go system/base/compile.go system/base/optimize.go system/base/language.go system/base/lalr.go system/base/message.go system/base/target.go system/base/types.go system/base/ck.go '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/system/base' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/rnrs/io' + install -p -m 644 rnrs/io/simple.go rnrs/io/ports.go '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/rnrs/io' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/ice-9' + install -p -m 644 ice-9/poe.go ice-9/poll.go ice-9/popen.go ice-9/ports.go ice-9/posix.go ice-9/pretty-print.go ice-9/q.go ice-9/r5rs.go ice-9/rdelim.go ice-9/receive.go ice-9/regex.go ice-9/runq.go ice-9/rw.go ice-9/safe-r5rs.go ice-9/safe.go ice-9/sandbox.go ice-9/save-stack.go ice-9/scm-style-repl.go ice-9/serialize.go ice-9/session.go ice-9/slib.go ice-9/stack-catch.go ice-9/streams.go ice-9/string-fun.go ice-9/suspendable-ports.go ice-9/textual-ports.go ice-9/threads.go ice-9/time.go ice-9/top-repl.go ice-9/unicode.go ice-9/vlist.go ice-9/weak-vector.go '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/ice-9' + install -p -m 644 rnrs.go statprof.go texinfo.go '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/.' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/sxml/ssax' + install -p -m 644 sxml/ssax/input-parse.go '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/sxml/ssax' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/system/vm' + install -p -m 644 system/vm/assembler.go system/vm/coverage.go system/vm/debug.go system/vm/disassembler.go system/vm/dwarf.go system/vm/elf.go system/vm/frame.go system/vm/inspect.go system/vm/linker.go system/vm/loader.go system/vm/program.go system/vm/trace.go system/vm/trap-state.go system/vm/traps.go system/vm/vm.go '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/system/vm' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/srfi/srfi-171' + install -p -m 644 srfi/srfi-171/gnu.go srfi/srfi-171/meta.go '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/srfi/srfi-171' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/rnrs' + install -p -m 644 rnrs/base.go rnrs/conditions.go rnrs/control.go rnrs/enums.go rnrs/eval.go rnrs/exceptions.go rnrs/files.go rnrs/hashtables.go rnrs/lists.go rnrs/mutable-pairs.go rnrs/mutable-strings.go rnrs/programs.go rnrs/r5rs.go rnrs/sorting.go rnrs/syntax-case.go rnrs/unicode.go rnrs/bytevectors.go '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/rnrs' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/system/base/types' + install -p -m 644 system/base/types/internal.go '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/system/base/types' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/rnrs/bytevectors' + install -p -m 644 rnrs/bytevectors/gnu.go '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/rnrs/bytevectors' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/srfi/srfi-9' + install -p -m 644 srfi/srfi-9/gnu.go '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/srfi/srfi-9' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/language/elisp/runtime' + install -p -m 644 language/elisp/runtime/function-slot.go language/elisp/runtime/value-slot.go '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/language/elisp/runtime' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/language/elisp' + install -p -m 644 language/elisp/falias.go language/elisp/lexer.go language/elisp/parser.go language/elisp/bindings.go language/elisp/compile-tree-il.go language/elisp/runtime.go language/elisp/spec.go language/elisp/boot.go '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/language/elisp' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/language/ecmascript' + install -p -m 644 language/ecmascript/tokenize.go language/ecmascript/parse.go language/ecmascript/impl.go language/ecmascript/base.go language/ecmascript/function.go language/ecmascript/array.go language/ecmascript/compile-tree-il.go language/ecmascript/spec.go '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/language/ecmascript' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/texinfo' + install -p -m 644 texinfo/docbook.go texinfo/html.go texinfo/indexing.go texinfo/string-utils.go texinfo/plain-text.go texinfo/reflection.go texinfo/serialize.go '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/texinfo' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/oop' + install -p -m 644 oop/goops.go '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/oop' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/srfi' + install -p -m 644 srfi/srfi-1.go srfi/srfi-2.go srfi/srfi-4.go srfi/srfi-6.go srfi/srfi-8.go srfi/srfi-9.go srfi/srfi-10.go srfi/srfi-11.go srfi/srfi-13.go srfi/srfi-14.go srfi/srfi-16.go srfi/srfi-17.go srfi/srfi-18.go srfi/srfi-19.go srfi/srfi-26.go srfi/srfi-27.go srfi/srfi-28.go srfi/srfi-31.go srfi/srfi-34.go srfi/srfi-35.go srfi/srfi-37.go srfi/srfi-38.go srfi/srfi-41.go srfi/srfi-42.go srfi/srfi-43.go srfi/srfi-39.go srfi/srfi-45.go srfi/srfi-60.go srfi/srfi-64.go srfi/srfi-67.go srfi/srfi-69.go srfi/srfi-71.go srfi/srfi-88.go srfi/srfi-98.go srfi/srfi-111.go srfi/srfi-171.go '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/srfi' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/scheme' + install -p -m 644 scheme/base.go scheme/case-lambda.go scheme/char.go scheme/complex.go scheme/cxr.go scheme/eval.go scheme/file.go scheme/inexact.go scheme/lazy.go scheme/load.go scheme/process-context.go scheme/r5rs.go scheme/read.go scheme/repl.go scheme/time.go scheme/write.go '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/scheme' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/oop/goops' + install -p -m 644 oop/goops/active-slot.go oop/goops/composite-slot.go oop/goops/describe.go oop/goops/internal.go oop/goops/save.go oop/goops/stklos.go oop/goops/accessors.go oop/goops/simple.go '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/oop/goops' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/language/bytecode' + install -p -m 644 language/bytecode/spec.go '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/language/bytecode' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/language/cps' + install -p -m 644 language/cps/closure-conversion.go language/cps/compile-bytecode.go language/cps/contification.go language/cps/cse.go language/cps/dce.go language/cps/devirtualize-integers.go language/cps/dump.go language/cps/elide-arity-checks.go language/cps/effects-analysis.go language/cps/graphs.go language/cps/intmap.go language/cps/intset.go language/cps/licm.go language/cps/loop-instrumentation.go language/cps/optimize.go language/cps/peel-loops.go language/cps/prune-top-level-scopes.go language/cps/reify-primitives.go language/cps/renumber.go language/cps/return-types.go language/cps/rotate-loops.go language/cps/self-references.go language/cps/simplify.go language/cps/slot-allocation.go language/cps/spec.go language/cps/specialize-primcalls.go language/cps/specialize-numbers.go language/cps/split-rec.go language/cps/switch.go language/cps/type-checks.go language/cps/type-fold.go language/cps/types.go language/cps/utils.go language/cps/verify.go language/cps/with-cps.go '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/language/cps' +make[5]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/stage2' +make[4]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/stage2' +Making install in guile-readline +make[4]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/guile-readline' +make install-am +make[5]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/guile-readline' +make[6]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/guile-readline' +make[6]: Nothing to be done for 'install-exec-am'. + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/extensions' + /bin/bash ../libtool --mode=install install -p guile-readline.la '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/extensions' +libtool: warning: relinking 'guile-readline.la' +libtool: install: (cd /home/user/sources/guile/guile-3.0-3.0.9/guile-readline; /bin/bash "/home/user/sources/guile/guile-3.0-3.0.9/libtool" --tag CC --mode=relink gcc -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -g -O2 -ffile-prefix-map=/home/user/sources/guile/guile-3.0-3.0.9=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGE_PACKAGER=\"Debian\" -DPACKAGE_PACKAGER_VERSION=\"3.0.9-deb+3.0.9-0bu1\" -DPACKAGE_PACKAGER_BUG_REPORTS=\"http://www.debian.org/Bugs/Reporting\" -fno-stack-protector -flto -export-dynamic -no-undefined -module -Wl,-z,relro -o guile-readline.la -rpath /usr/lib/arm-linux-gnueabihf/guile/3.0/extensions readline.lo -L/usr/lib/arm-linux-gnueabihf -lreadline -lncurses ../libguile/libguile-3.0.la ../lib/libgnu.la -lcrypt -ldl -lm -inst-prefix-dir /home/user/sources/guile/guile-3.0-3.0.9/debian/tmp) +libtool: relink: gcc -shared -fPIC -DPIC .libs/readline.o -Wl,--whole-archive ../lib/.libs/libgnu.a -Wl,--no-whole-archive -L/usr/lib/arm-linux-gnueabihf -lreadline -lncurses -L/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf -lguile-3.0 -lunistring -lcrypt -ldl -lm -g -O2 -fstack-protector-strong -flto -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,guile-readline.so.0 -o .libs/guile-readline.so.0.0.0 +libtool: install: install -p .libs/guile-readline.so.0.0.0T /home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/extensions/guile-readline.so.0.0.0 +libtool: install: (cd /home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/extensions && { ln -s -f guile-readline.so.0.0.0 guile-readline.so.0 || { rm -f guile-readline.so.0 && ln -s guile-readline.so.0.0.0 guile-readline.so.0; }; }) +libtool: install: (cd /home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/extensions && { ln -s -f guile-readline.so.0.0.0 guile-readline.so || { rm -f guile-readline.so && ln -s guile-readline.so.0.0.0 guile-readline.so; }; }) +libtool: install: install -p .libs/guile-readline.lai /home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/extensions/guile-readline.la +libtool: install: install -p .libs/guile-readline.a /home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/extensions/guile-readline.a +libtool: install: chmod 644 /home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/extensions/guile-readline.a +libtool: install: ranlib /home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/extensions/guile-readline.a +libtool: warning: remember to run 'libtool --finish /usr/lib/arm-linux-gnueabihf/guile/3.0/extensions' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/include/guile/3.0' + install -p -m 644 readline.h '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/include/guile/3.0' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0/' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0//ice-9' + install -p -m 644 ice-9/readline.scm '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0//ice-9' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache/' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache//ice-9' + install -p -m 644 ice-9/readline.go '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/lib/arm-linux-gnueabihf/guile/3.0/ccache//ice-9' +make[6]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/guile-readline' +make[5]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/guile-readline' +make[4]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/guile-readline' +Making install in examples +make[4]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/examples' +make[5]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/examples' +make[5]: Nothing to be done for 'install-exec-am'. +make[5]: Nothing to be done for 'install-data-am'. +make[5]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/examples' +make[4]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/examples' +Making install in emacs +make[4]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/emacs' +make[5]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/emacs' +make[5]: Nothing to be done for 'install-exec-am'. +make[5]: Nothing to be done for 'install-data-am'. +make[5]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/emacs' +make[4]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/emacs' +Making install in test-suite +make[4]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/test-suite' +Making install in standalone +make[5]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/test-suite/standalone' +make install-am +make[6]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/test-suite/standalone' +make[7]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/test-suite/standalone' +make[7]: Nothing to be done for 'install-exec-am'. +make[7]: Nothing to be done for 'install-data-am'. +make[7]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/test-suite/standalone' +make[6]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/test-suite/standalone' +make[5]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/test-suite/standalone' +make[5]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/test-suite' +make[6]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/test-suite' +make[6]: Nothing to be done for 'install-exec-am'. +make[6]: Nothing to be done for 'install-data-am'. +make[6]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/test-suite' +make[5]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/test-suite' +make[4]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/test-suite' +Making install in benchmark-suite +make[4]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/benchmark-suite' +make[5]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/benchmark-suite' +make[5]: Nothing to be done for 'install-exec-am'. +make[5]: Nothing to be done for 'install-data-am'. +make[5]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/benchmark-suite' +make[4]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/benchmark-suite' +Making install in gc-benchmarks +make[4]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/gc-benchmarks' +make[5]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/gc-benchmarks' +make[5]: Nothing to be done for 'install-exec-am'. +make[5]: Nothing to be done for 'install-data-am'. +make[5]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/gc-benchmarks' +make[4]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/gc-benchmarks' +Making install in am +make[4]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/am' +make[5]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/am' +make[5]: Nothing to be done for 'install-exec-am'. +make[5]: Nothing to be done for 'install-data-am'. +make[5]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/am' +make[4]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/am' +Making install in doc +make[4]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/doc' +Making install in ref +make[5]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/doc/ref' +make[6]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/doc/ref' +make[6]: Nothing to be done for 'install-exec-am'. + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/info' + install -p -m 644 ./guile.info ./guile.info-1 ./guile.info-2 ./guile.info-3 ./guile.info-4 ./guile.info-5 ./guile.info-6 ./guile.info-7 ./guile.info-8 ./guile.info-9 ./guile.info-10 ./guile.info-11 '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/info' + install-info --info-dir='/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/info' '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/info/guile.info' +make[6]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/doc/ref' +make[5]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/doc/ref' +Making install in r5rs +make[5]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/doc/r5rs' +make[6]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/doc/r5rs' +make[6]: Nothing to be done for 'install-exec-am'. + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/info' + install -p -m 644 ./r5rs.info '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/info' + install-info --info-dir='/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/info' '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/info/r5rs.info' +make[6]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/doc/r5rs' +make[5]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/doc/r5rs' +make[5]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/doc' +make[6]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9/doc' +make[6]: Nothing to be done for 'install-exec-am'. + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/man/man1' + install -p -m 644 'guile.1' '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/man/man1/guile-3.0.1' +make[6]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/doc' +make[5]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/doc' +make[4]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9/doc' +make[4]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9' +make[5]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9' +make[5]: Nothing to be done for 'install-exec-am'. + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/include/guile/3.0' + install -p -m 644 libguile.h '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/include/guile/3.0' + /usr/bin/mkdir -p '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0' + install -p -m 644 libguile/guile-procedures.txt '/home/user/sources/guile/guile-3.0-3.0.9/debian/tmp/usr/share/guile/3.0' +make[5]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9' +make[4]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9' +make[3]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9' +make[2]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9' +rm -f debian/tmp/usr/lib/arm-linux-gnueabihf/libguile*.la +mkdir -p debian/tmp/usr/share/doc/guile-3.0-dev +cp -a examples debian/tmp/usr/share/doc/guile-3.0-dev +cd debian/tmp/usr/share/doc/guile-3.0-dev/examples \ + && rm Makefile Makefile.in +make[1]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9' + debian/rules override_dh_install-arch +make[1]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9' +cd debian/tmp/usr/bin && mv -i guile-3.0 guile +cd debian/tmp/usr/share/aclocal && mv -i guile.m4 guile-3.0.m4 +dh_install -a +dh_install: warning: Compatibility levels before 10 are deprecated (level 9 in use) +dh_missing -a --fail-missing \ + -Xusr/lib/arm-linux-gnueabihf/guile/3.0/extensions/guile-readline.a \ + -Xusr/lib/arm-linux-gnueabihf/guile/3.0/extensions/guile-readline.la +dh_missing: warning: Compatibility levels before 10 are deprecated (level 9 in use) +test -e debian/guile-3.0-libs/usr/lib/arm-linux-gnueabihf/libguile-3.0.so*-gdb.scm +mkdir -p debian/guile-3.0-dev/usr/share/gdb/auto-load +mv debian/guile-3.0-libs/usr/lib/arm-linux-gnueabihf/libguile-3.0.so*-gdb.scm debian/guile-3.0-dev/usr/share/gdb/auto-load +make[1]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9' + debian/rules override_dh_install-indep +make[1]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9' +test "guile.info guile.info-1 guile.info-10 guile.info-11 guile.info-2 guile.info-3 guile.info-4 guile.info-5 guile.info-6 guile.info-7 guile.info-8 guile.info-9" = \ + "guile.info guile.info-1 guile.info-10 guile.info-11 guile.info-2 guile.info-3 guile.info-4 guile.info-5 guile.info-6 guile.info-7 guile.info-8 guile.info-9" +dh_install -i +dh_install: warning: Compatibility levels before 10 are deprecated (level 9 in use) +dh_missing -i --fail-missing \ + -Xusr/bin/guile-3.0 \ + -Xusr/share/info/dir \ + -Xusr/share/info/r5rs.info \ + -Xusr/lib/arm-linux-gnueabihf/guile/3.0/extensions/guile-readline.a \ + -Xusr/lib/arm-linux-gnueabihf/guile/3.0/extensions/guile-readline.la \ + -Xusr/share/aclocal/guile.m4 +dh_missing: warning: Compatibility levels before 10 are deprecated (level 9 in use) +test ! -e debian/guile-3.0-doc/usr/share/info/dir +make[1]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9' + dh_installdocs -O--parallel +dh_installdocs: warning: Compatibility levels before 10 are deprecated (level 9 in use) + dh_installchangelogs -O--parallel +dh_installchangelogs: warning: Compatibility levels before 10 are deprecated (level 9 in use) + dh_installman -O--parallel +dh_installman: warning: Compatibility levels before 10 are deprecated (level 9 in use) + debian/rules override_dh_installinfo +make[1]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9' +true +make[1]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9' + dh_installinit -O--parallel +dh_installinit: warning: Compatibility levels before 10 are deprecated (level 9 in use) + dh_installmenu -O--parallel + dh_lintian -O--parallel +dh_lintian: warning: Compatibility levels before 10 are deprecated (level 9 in use) + dh_perl -O--parallel + dh_link -O--parallel +dh_link: warning: Compatibility levels before 10 are deprecated (level 9 in use) + dh_strip_nondeterminism -O--parallel + dh_compress -O--parallel +dh_compress: warning: Compatibility levels before 10 are deprecated (level 9 in use) +dh_compress: warning: Compatibility levels before 10 are deprecated (level 9 in use) +dh_compress: warning: Compatibility levels before 10 are deprecated (level 9 in use) +dh_compress: warning: Compatibility levels before 10 are deprecated (level 9 in use) + dh_fixperms -O--parallel + dh_missing -O--parallel +dh_missing: warning: Compatibility levels before 10 are deprecated (level 9 in use) + dh_strip -O--parallel +dh_strip: warning: Compatibility levels before 10 are deprecated (level 9 in use) +dh_strip: warning: Compatibility levels before 10 are deprecated (level 9 in use) +dh_strip: warning: Compatibility levels before 10 are deprecated (level 9 in use) +dh_strip: warning: Compatibility levels before 10 are deprecated (level 9 in use) + dh_makeshlibs -O--parallel +dh_makeshlibs: warning: Compatibility levels before 10 are deprecated (level 9 in use) + dh_shlibdeps -O--parallel +dh_shlibdeps: warning: Compatibility levels before 10 are deprecated (level 9 in use) +dh_shlibdeps: warning: Compatibility levels before 10 are deprecated (level 9 in use) +dh_shlibdeps: warning: Compatibility levels before 10 are deprecated (level 9 in use) +dh_shlibdeps: warning: Compatibility levels before 10 are deprecated (level 9 in use) + debian/rules override_dh_installdeb +make[1]: Entering directory '/home/user/sources/guile/guile-3.0-3.0.9' +sed -f debian/autogen.sed "debian/guile.postinst" > "debian/guile-3.0.postinst.tmp" +mv "debian/guile-3.0.postinst.tmp" "debian/guile-3.0.postinst" +sed -f debian/autogen.sed "debian/guile.prerm" > "debian/guile-3.0.prerm.tmp" +mv "debian/guile-3.0.prerm.tmp" "debian/guile-3.0.prerm" +sed -f debian/autogen.sed "debian/guile-dev.postinst" > "debian/guile-3.0-dev.postinst.tmp" +mv "debian/guile-3.0-dev.postinst.tmp" "debian/guile-3.0-dev.postinst" +sed -f debian/autogen.sed "debian/guile-dev.prerm" > "debian/guile-3.0-dev.prerm.tmp" +mv "debian/guile-3.0-dev.prerm.tmp" "debian/guile-3.0-dev.prerm" +DEB_PKG_BASENAME="guile-3.0" \ +DEB_INFO_SUBDIR="guile-3.0" \ +DEB_ALT_PRIORITY="3000" \ + debian/guile-doc.postinst.gen doc/ref/guile.info doc/ref/guile.info-1 doc/ref/guile.info-2 doc/ref/guile.info-3 doc/ref/guile.info-4 doc/ref/guile.info-5 doc/ref/guile.info-6 doc/ref/guile.info-7 doc/ref/guile.info-8 doc/ref/guile.info-9 doc/ref/guile.info-10 doc/ref/guile.info-11 \ + > "debian/guile-3.0-doc.postinst".tmp +mv "debian/guile-3.0-doc.postinst.tmp" "debian/guile-3.0-doc.postinst" +sed -f debian/autogen.sed "debian/guile-doc.prerm" > "debian/guile-3.0-doc.prerm.tmp" +mv "debian/guile-3.0-doc.prerm.tmp" "debian/guile-3.0-doc.prerm" +sed -f debian/autogen.sed "debian/guile-libs.postinst" > "debian/guile-3.0-libs.postinst.tmp" +mv "debian/guile-3.0-libs.postinst.tmp" "debian/guile-3.0-libs.postinst" +sed -f debian/autogen.sed "debian/guile-libs.prerm" > "debian/guile-3.0-libs.prerm.tmp" +mv "debian/guile-3.0-libs.prerm.tmp" "debian/guile-3.0-libs.prerm" +sed -f debian/autogen.sed "debian/guile-libs.triggers" > "debian/guile-3.0-libs.triggers.tmp" +mv "debian/guile-3.0-libs.triggers.tmp" "debian/guile-3.0-libs.triggers" +dh_installdeb +dh_installdeb: warning: Compatibility levels before 10 are deprecated (level 9 in use) +make[1]: Leaving directory '/home/user/sources/guile/guile-3.0-3.0.9' + dh_gencontrol -O--parallel +dpkg-gencontrol: warning: Depends field of package guile-3.0: substitution variable ${shlibs:Depends} used, but is not defined +dpkg-gencontrol: warning: Depends field of package guile-3.0-dev: substitution variable ${shlibs:Depends} used, but is not defined + dh_md5sums -O--parallel + dh_builddeb -O--parallel +dpkg-deb: building package 'guile-3.0-doc' in '../guile-3.0-doc_3.0.9-0bu1_all.deb'. +dpkg-deb: building package 'guile-3.0' in '../guile-3.0_3.0.9-0bu1_armhf.deb'. +dpkg-deb: building package 'guile-3.0-libs-dbgsym' in '../guile-3.0-libs-dbgsym_3.0.9-0bu1_armhf.deb'. +dpkg-deb: building package 'guile-3.0-dev' in '../guile-3.0-dev_3.0.9-0bu1_armhf.deb'. +dpkg-deb: building package 'guile-3.0-libs' in '../guile-3.0-libs_3.0.9-0bu1_armhf.deb'. + dpkg-genbuildinfo + dpkg-genchanges >../guile-3.0_3.0.9-0bu1_armhf.changes +dpkg-genchanges: info: including full source code in upload + dpkg-source --after-build . +dpkg-buildpackage: info: full upload (original source is included) diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/guile-3.0_3.0.9-0bu1_armhf.buildinfo b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/guile-3.0_3.0.9-0bu1_armhf.buildinfo new file mode 100644 index 0000000..44976a3 --- /dev/null +++ b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/guile-3.0_3.0.9-0bu1_armhf.buildinfo @@ -0,0 +1,209 @@ +Format: 1.0 +Source: guile-3.0 +Binary: guile-3.0 guile-3.0-dev guile-3.0-doc guile-3.0-libs guile-3.0-libs-dbgsym +Architecture: all armhf source +Version: 3.0.9-0bu1 +Checksums-Md5: + bc72afc9e4efd199872c1cb91cfb704d 1232 guile-3.0_3.0.9-0bu1.dsc + 6bf6612e1aaa4f5195a394eeb1bbeddf 150988 guile-3.0-dev_3.0.9-0bu1_armhf.deb + 2692d3fcf3ce94f64981058a4d6a361c 990192 guile-3.0-doc_3.0.9-0bu1_all.deb + cbb67b6ab18379c8a90efa4c65d851e7 1642164 guile-3.0-libs-dbgsym_3.0.9-0bu1_armhf.deb + a2f97d4d0b10aad87b6f246893103cc3 6387836 guile-3.0-libs_3.0.9-0bu1_armhf.deb + 2eb560e02eb12a44774b366dcdf9d4e1 23600 guile-3.0_3.0.9-0bu1_armhf.deb +Checksums-Sha1: + 0e557818fa06ce348cbe8e0c55d598e945c38605 1232 guile-3.0_3.0.9-0bu1.dsc + 0c7982718c624c765ca08b5953ed0e4ec4e8c068 150988 guile-3.0-dev_3.0.9-0bu1_armhf.deb + 992566537f3ac4e6d98f75bdf0427660d49b04d5 990192 guile-3.0-doc_3.0.9-0bu1_all.deb + 77aeb231543f3e2998fdbe98d56a8d206d9603ff 1642164 guile-3.0-libs-dbgsym_3.0.9-0bu1_armhf.deb + 3fb371df74d704813f887419c3c22314b8b355ff 6387836 guile-3.0-libs_3.0.9-0bu1_armhf.deb + 626b3c66dd983abc854743a06a0921099b61d93c 23600 guile-3.0_3.0.9-0bu1_armhf.deb +Checksums-Sha256: + b1ee336f6ae542ed9e22666e0d39bbb46e796f3a0b914e0f420986178bb4042e 1232 guile-3.0_3.0.9-0bu1.dsc + 89dcc23b135c19731721e95b8ad737eb28b6f17f1d83cb437b0d6788dfffa007 150988 guile-3.0-dev_3.0.9-0bu1_armhf.deb + 121e59e02676ab1c643c4765b595878db8ac8ac707dbbdd081d27a1be18901a3 990192 guile-3.0-doc_3.0.9-0bu1_all.deb + fa5572ad22835c13d21b760edf2fd432c40edb269e77064ea4fa79a793fe20fb 1642164 guile-3.0-libs-dbgsym_3.0.9-0bu1_armhf.deb + ae217ce73880421776eba0e356df9e7279592ba86775e4f6db41317b0ef993a4 6387836 guile-3.0-libs_3.0.9-0bu1_armhf.deb + 5f0d0f923a8f98e9f0735367c8f7e46eb0025813875985885081205fbcee21c6 23600 guile-3.0_3.0.9-0bu1_armhf.deb +Build-Origin: Debian +Build-Architecture: armhf +Build-Date: Mon, 31 Jul 2023 22:09:09 +0200 +Build-Tainted-By: + merged-usr-via-aliased-dirs +Installed-Build-Depends: + autoconf (= 2.69-14), + automake (= 1:1.16.3-2), + autopoint (= 0.21-4), + autotools-dev (= 20180224.1+nmu1), + base-files (= 11.1+deb11u4), + base-passwd (= 3.5.51), + bash (= 5.1-2+deb11u1), + binutils (= 2.35.2-2), + binutils-arm-linux-gnueabihf (= 2.35.2-2), + binutils-common (= 2.35.2-2), + bsdextrautils (= 2.36.1-8+deb11u1), + bsdutils (= 1:2.36.1-8+deb11u1), + build-essential (= 12.9), + bzip2 (= 1.0.8-4), + coreutils (= 8.32-4), + cpp (= 4:10.2.1-1), + cpp-10 (= 10.2.1-6), + dash (= 0.5.11+git20200708+dd9ef66-5), + debconf (= 1.5.77), + debhelper (= 13.3.4), + debianutils (= 4.11.2), + dh-autoreconf (= 20), + dh-strip-nondeterminism (= 1.12.0-1), + diffutils (= 1:3.7-5), + dpkg (= 1.20.11), + dpkg-dev (= 1.20.11), + dwz (= 0.13+20210201-1), + file (= 1:5.39-3), + findutils (= 4.8.0-1), + flex (= 2.6.4-8), + g++ (= 4:10.2.1-1), + g++-10 (= 10.2.1-6), + gawk (= 1:5.1.0-1), + gcc (= 4:10.2.1-1), + gcc-10 (= 10.2.1-6), + gcc-10-base (= 10.2.1-6), + gettext (= 0.21-4), + gettext-base (= 0.21-4), + gperf (= 3.1-1), + grep (= 3.6-1), + groff-base (= 1.22.4-6), + gzip (= 1.10-4+deb11u1), + hostname (= 3.23), + init-system-helpers (= 1.60), + install-info (= 6.7.0.dfsg.2-6), + intltool-debian (= 0.35.0+20060710.5), + libacl1 (= 2.2.53-10), + libarchive-zip-perl (= 1.68-1), + libasan6 (= 10.2.1-6), + libatomic1 (= 10.2.1-6), + libattr1 (= 1:2.4.48-6), + libaudit-common (= 1:3.0-2), + libaudit1 (= 1:3.0-2), + libbinutils (= 2.35.2-2), + libblkid1 (= 2.36.1-8+deb11u1), + libbz2-1.0 (= 1.0.8-4), + libc-bin (= 2.31-13+deb11u3), + libc-dev-bin (= 2.31-13+deb11u3), + libc6 (= 2.31-13+deb11u3), + libc6-dev (= 2.31-13+deb11u3), + libcap-ng0 (= 0.7.9-2.2+b1), + libcc1-0 (= 10.2.1-6), + libcom-err2 (= 1.46.2-2), + libcrypt-dev (= 1:4.4.18-4), + libcrypt1 (= 1:4.4.18-4), + libctf-nobfd0 (= 2.35.2-2), + libctf0 (= 2.35.2-2), + libdb5.3 (= 5.3.28+dfsg1-0.8), + libdebconfclient0 (= 0.260), + libdebhelper-perl (= 13.3.4), + libdpkg-perl (= 1.20.11), + libelf1 (= 0.183-1), + libffi-dev (= 3.3-6), + libffi7 (= 3.3-6), + libfile-stripnondeterminism-perl (= 1.12.0-1), + libgc-dev (= 1:8.0.4-3), + libgc1 (= 1:8.0.4-3), + libgcc-10-dev (= 10.2.1-6), + libgcc-s1 (= 10.2.1-6), + libgcrypt20 (= 1.8.7-6), + libgdbm-compat4 (= 1.19-2), + libgdbm6 (= 1.19-2), + libglib2.0-0 (= 2.66.8-1), + libgmp-dev (= 2:6.2.1+dfsg-1+deb11u1), + libgmp10 (= 2:6.2.1+dfsg-1+deb11u1), + libgmpxx4ldbl (= 2:6.2.1+dfsg-1+deb11u1), + libgomp1 (= 10.2.1-6), + libgpg-error0 (= 1.38-2), + libgssapi-krb5-2 (= 1.18.3-6+deb11u1), + libicu67 (= 67.1-7), + libisl23 (= 0.23-1), + libk5crypto3 (= 1.18.3-6+deb11u1), + libkeyutils1 (= 1.6.1-2), + libkrb5-3 (= 1.18.3-6+deb11u1), + libkrb5support0 (= 1.18.3-6+deb11u1), + libltdl-dev (= 2.4.6-15), + libltdl7 (= 2.4.6-15), + liblz4-1 (= 1.9.3-2), + liblzma5 (= 5.2.5-2.1~deb11u1), + libmagic-mgc (= 1:5.39-3), + libmagic1 (= 1:5.39-3), + libmount1 (= 2.36.1-8+deb11u1), + libmpc3 (= 1.2.0-1), + libmpfr6 (= 4.1.0-3), + libncurses-dev (= 6.2+20201114-2), + libncurses5-dev (= 6.2+20201114-2), + libncurses6 (= 6.2+20201114-2), + libncursesw6 (= 6.2+20201114-2), + libnsl-dev (= 1.3.0-2), + libnsl2 (= 1.3.0-2), + libpam-modules (= 1.4.0-9+deb11u1), + libpam-modules-bin (= 1.4.0-9+deb11u1), + libpam-runtime (= 1.4.0-9+deb11u1), + libpam0g (= 1.4.0-9+deb11u1), + libpcre2-8-0 (= 10.36-2), + libpcre3 (= 2:8.39-13), + libperl5.32 (= 5.32.1-4+deb11u2), + libpipeline1 (= 1.5.3-1), + libreadline-dev (= 8.1-1), + libreadline8 (= 8.1-1), + libseccomp2 (= 2.5.1-1+deb11u1), + libselinux1 (= 3.1-3), + libsigsegv2 (= 2.13-1), + libsmartcols1 (= 2.36.1-8+deb11u1), + libssl1.1 (= 1.1.1n-0+deb11u3), + libstdc++-10-dev (= 10.2.1-6), + libstdc++6 (= 10.2.1-6), + libsub-override-perl (= 0.09-2), + libsystemd0 (= 247.3-7), + libtext-unidecode-perl (= 1.30-1), + libtinfo6 (= 6.2+20201114-2), + libtirpc-common (= 1.3.1-1+deb11u1), + libtirpc-dev (= 1.3.1-1+deb11u1), + libtirpc3 (= 1.3.1-1+deb11u1), + libtool (= 2.4.6-15), + libubsan1 (= 10.2.1-6), + libuchardet0 (= 0.0.7-1), + libudev1 (= 247.3-7), + libunistring-dev (= 0.9.10-4), + libunistring2 (= 0.9.10-4), + libuuid1 (= 2.36.1-8+deb11u1), + libxml-libxml-perl (= 2.0134+dfsg-2+b1), + libxml-namespacesupport-perl (= 1.12-1.1), + libxml-sax-base-perl (= 1.09-1.1), + libxml-sax-perl (= 1.02+dfsg-1), + libxml2 (= 2.9.10+dfsg-6.7+deb11u2), + libzstd1 (= 1.4.8+dfsg-2.1), + linux-libc-dev (= 5.10.136-1), + login (= 1:4.8.1-1), + lsb-base (= 11.1.0), + m4 (= 1.4.18-5), + make (= 4.3-4.1), + man-db (= 2.9.4-2), + mawk (= 1.3.4.20200120-2), + ncurses-base (= 6.2+20201114-2), + ncurses-bin (= 6.2+20201114-2), + patch (= 2.7.6-7), + perl (= 5.32.1-4+deb11u2), + perl-base (= 5.32.1-4+deb11u2), + perl-modules-5.32 (= 5.32.1-4+deb11u2), + pkg-config (= 0.29.2-1), + po-debconf (= 1.0.21+nmu1), + readline-common (= 8.1-1), + sed (= 4.7-1), + sensible-utils (= 0.0.14), + sysvinit-utils (= 2.96-7+deb11u1), + tar (= 1.34+dfsg-1), + tex-common (= 6.16), + texinfo (= 6.7.0.dfsg.2-6), + ucf (= 3.0043), + util-linux (= 2.36.1-8+deb11u1), + xz-utils (= 5.2.5-2.1~deb11u1), + zlib1g (= 1:1.2.11.dfsg-2+deb11u2) +Environment: + DEB_BUILD_OPTIONS="parallel=4" + LANG="C.UTF-8" + SOURCE_DATE_EPOCH="1687886516" diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/guile-3.0_3.0.9-0bu1_armhf.changes b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/guile-3.0_3.0.9-0bu1_armhf.changes new file mode 100644 index 0000000..d3fa6d8 --- /dev/null +++ b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/guile-3.0_3.0.9-0bu1_armhf.changes @@ -0,0 +1,49 @@ +Format: 1.8 +Date: Tue, 27 Jun 2023 18:21:56 +0100 +Source: guile-3.0 +Binary: guile-3.0 guile-3.0-dev guile-3.0-doc guile-3.0-libs guile-3.0-libs-dbgsym +Architecture: source armhf all +Version: 3.0.9-0bu1 +Distribution: UNRELEASED +Urgency: medium +Maintainer: Rob Browning +Changed-By: sesostris +Description: + guile-3.0 - GNU extension language and Scheme interpreter + guile-3.0-dev - Development files for Guile 3.0 + guile-3.0-doc - Documentation for Guile 3.0 + guile-3.0-libs - Core Guile libraries +Changes: + guile-3.0 (3.0.9-0bu1) UNRELEASED; urgency=medium + . + * Compilation for bullseye +Checksums-Sha1: + 0e557818fa06ce348cbe8e0c55d598e945c38605 1232 guile-3.0_3.0.9-0bu1.dsc + 6ce38ec3fefc19aa08d4662e9b054f7018a72004 9734735 guile-3.0_3.0.9.orig.tar.gz + 75b076507c04cb330ce12cb30ac2805e63ac64ee 27032 guile-3.0_3.0.9-0bu1.debian.tar.xz + 0c7982718c624c765ca08b5953ed0e4ec4e8c068 150988 guile-3.0-dev_3.0.9-0bu1_armhf.deb + 992566537f3ac4e6d98f75bdf0427660d49b04d5 990192 guile-3.0-doc_3.0.9-0bu1_all.deb + 77aeb231543f3e2998fdbe98d56a8d206d9603ff 1642164 guile-3.0-libs-dbgsym_3.0.9-0bu1_armhf.deb + 3fb371df74d704813f887419c3c22314b8b355ff 6387836 guile-3.0-libs_3.0.9-0bu1_armhf.deb + 2e2529bdc81d493e0111c4fc9e8058acd5eaf67c 6966 guile-3.0_3.0.9-0bu1_armhf.buildinfo + 626b3c66dd983abc854743a06a0921099b61d93c 23600 guile-3.0_3.0.9-0bu1_armhf.deb +Checksums-Sha256: + b1ee336f6ae542ed9e22666e0d39bbb46e796f3a0b914e0f420986178bb4042e 1232 guile-3.0_3.0.9-0bu1.dsc + 18525079ad29a0d46d15c76581b5d91c8702301bfd821666d2e1d13726162811 9734735 guile-3.0_3.0.9.orig.tar.gz + f622bf1e7bee995f98b516c47dbe46caa292bb8a465096af3bd604d0cc0d63e5 27032 guile-3.0_3.0.9-0bu1.debian.tar.xz + 89dcc23b135c19731721e95b8ad737eb28b6f17f1d83cb437b0d6788dfffa007 150988 guile-3.0-dev_3.0.9-0bu1_armhf.deb + 121e59e02676ab1c643c4765b595878db8ac8ac707dbbdd081d27a1be18901a3 990192 guile-3.0-doc_3.0.9-0bu1_all.deb + fa5572ad22835c13d21b760edf2fd432c40edb269e77064ea4fa79a793fe20fb 1642164 guile-3.0-libs-dbgsym_3.0.9-0bu1_armhf.deb + ae217ce73880421776eba0e356df9e7279592ba86775e4f6db41317b0ef993a4 6387836 guile-3.0-libs_3.0.9-0bu1_armhf.deb + 517cf6123e51c684afb01ebe10a2201814a8f832b5c33efc57c97a778f1ed553 6966 guile-3.0_3.0.9-0bu1_armhf.buildinfo + 5f0d0f923a8f98e9f0735367c8f7e46eb0025813875985885081205fbcee21c6 23600 guile-3.0_3.0.9-0bu1_armhf.deb +Files: + bc72afc9e4efd199872c1cb91cfb704d 1232 interpreters optional guile-3.0_3.0.9-0bu1.dsc + 23ce0a86cc4116c23d4593683c788736 9734735 interpreters optional guile-3.0_3.0.9.orig.tar.gz + 2ca8d7d08d2ee8da3b728444243ac769 27032 interpreters optional guile-3.0_3.0.9-0bu1.debian.tar.xz + 6bf6612e1aaa4f5195a394eeb1bbeddf 150988 lisp optional guile-3.0-dev_3.0.9-0bu1_armhf.deb + 2692d3fcf3ce94f64981058a4d6a361c 990192 doc optional guile-3.0-doc_3.0.9-0bu1_all.deb + cbb67b6ab18379c8a90efa4c65d851e7 1642164 debug optional guile-3.0-libs-dbgsym_3.0.9-0bu1_armhf.deb + a2f97d4d0b10aad87b6f246893103cc3 6387836 lisp optional guile-3.0-libs_3.0.9-0bu1_armhf.deb + dd0c0cfa0fcc1cd7be586445e77ac427 6966 interpreters optional guile-3.0_3.0.9-0bu1_armhf.buildinfo + 2eb560e02eb12a44774b366dcdf9d4e1 23600 lisp optional guile-3.0_3.0.9-0bu1_armhf.deb diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/guile-3.0_3.0.9-0bu1_armhf.deb b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/guile-3.0_3.0.9-0bu1_armhf.deb new file mode 100644 index 0000000..13af4cb Binary files /dev/null and b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/guile-3.0_3.0.9-0bu1_armhf.deb differ diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/guile-3.0_3.0.9.orig.tar.gz b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/guile-3.0_3.0.9.orig.tar.gz new file mode 100644 index 0000000..5ea4e93 Binary files /dev/null and b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/guile-3.0_3.0.9.orig.tar.gz differ diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/guile-fibers_1.3.1-1bu_amd64.deb b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/guile-fibers_1.3.1-1bu_amd64.deb new file mode 100644 index 0000000..4a57c2a Binary files /dev/null and b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/guile-fibers_1.3.1-1bu_amd64.deb differ diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/guile-fibers_1.3.1-2bu_armhf.deb b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/guile-fibers_1.3.1-2bu_armhf.deb new file mode 100644 index 0000000..19256f0 Binary files /dev/null and b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/guile-fibers_1.3.1-2bu_armhf.deb differ diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/libelogind0_246.10-1debian2bu_amd64.deb b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/libelogind0_246.10-1debian2bu_amd64.deb new file mode 100644 index 0000000..b29de75 Binary files /dev/null and b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/libelogind0_246.10-1debian2bu_amd64.deb differ diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/libpam-elogind_246.10-1debian2bu_amd64.deb b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/libpam-elogind_246.10-1debian2bu_amd64.deb new file mode 100644 index 0000000..da40165 Binary files /dev/null and b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/libpam-elogind_246.10-1debian2bu_amd64.deb differ diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd-debian_1.4-2.debian.tar.xz b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd-debian_1.4-2.debian.tar.xz new file mode 100644 index 0000000..9ccc581 Binary files /dev/null and b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd-debian_1.4-2.debian.tar.xz differ diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd-debian_1.4-2.dsc b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd-debian_1.4-2.dsc new file mode 100644 index 0000000..202aa29 --- /dev/null +++ b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd-debian_1.4-2.dsc @@ -0,0 +1,19 @@ +Format: 3.0 (quilt) +Source: shepherd-debian +Binary: shepherd-debian +Architecture: any +Version: 1.4-2 +Maintainer: sesostris +Standards-Version: 4.5.1 +Build-Depends: guile-3.0-dev, debhelper (>= 10) +Package-List: + shepherd-debian deb misc optional arch=any +Checksums-Sha1: + c00205cacb4c39c272042895ff2a61f2fc18eeb5 26693 shepherd-debian_1.4.orig.tar.gz + 500eb9e307c66ef949936a8fc7d5e7d3b0fa2523 1912 shepherd-debian_1.4-2.debian.tar.xz +Checksums-Sha256: + 3a5dd7ad5e6996d85409af2b143b837746899b23a5f00adbf9f26581a2130782 26693 shepherd-debian_1.4.orig.tar.gz + 41130f761d73032f5ada9676afdee42623c7c9ab60bfc786b825b25529281967 1912 shepherd-debian_1.4-2.debian.tar.xz +Files: + b8e78153adf0babbfc1454047b7a6c32 26693 shepherd-debian_1.4.orig.tar.gz + 1ca8b0b55a857f7c90b83a704485389a 1912 shepherd-debian_1.4-2.debian.tar.xz diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd-debian_1.4-2_amd64.build b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd-debian_1.4-2_amd64.build new file mode 100644 index 0000000..6ec73c4 --- /dev/null +++ b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd-debian_1.4-2_amd64.build @@ -0,0 +1,85 @@ + dpkg-buildpackage -us -uc -ui +dpkg-buildpackage: info: paquet source shepherd-debian +dpkg-buildpackage: info: version source 1.4-2 +dpkg-buildpackage: info: distribution source UNRELEASED +dpkg-buildpackage: info: source changé par sesostris + dpkg-source --before-build . +dpkg-buildpackage: info: architecture hôte amd64 + fakeroot debian/rules clean +dh clean + debian/rules override_dh_auto_clean +make[1] : on entre dans le répertoire « /home/sesostris/sources/git-repo/shepherd-debian/build/shepherd-debian-1.4 » +rm -f etc/shepherd.d/utils/ffi/utmp.scm +dh_auto_clean +make[1] : on quitte le répertoire « /home/sesostris/sources/git-repo/shepherd-debian/build/shepherd-debian-1.4 » + dh_clean + dpkg-source -b . +dpkg-source: info: utilisation du format source « 3.0 (quilt) » +dpkg-source: info: construction de shepherd-debian en utilisant le ./shepherd-debian_1.4.orig.tar.gz existant +dpkg-source: info: construction de shepherd-debian dans shepherd-debian_1.4-2.debian.tar.xz +dpkg-source: info: construction de shepherd-debian dans shepherd-debian_1.4-2.dsc + debian/rules build +dh build + dh_update_autotools_config + dh_autoreconf + debian/rules override_dh_auto_configure +make[1] : on entre dans le répertoire « /home/sesostris/sources/git-repo/shepherd-debian/build/shepherd-debian-1.4 » +(cd etc/shepherd.d/utils; guild compile-ffi ffi/utmp.ffi) +compiling `utmp.ffi' ... +... wrote `utmp.scm' +compiling `utmp.scm' ... +... wrote `utmp.scm.go' + +Some deprecated features have been used. Set the environment +variable GUILE_WARN_DEPRECATED to "detailed" and rerun the +program to get more information. Set it to "no" to suppress +this message. +dh_auto_configure +make[1] : on quitte le répertoire « /home/sesostris/sources/git-repo/shepherd-debian/build/shepherd-debian-1.4 » + create-stamp debian/debhelper-build-stamp + fakeroot debian/rules binary +dh binary + dh_testroot + dh_prep + dh_install + dh_installdocs + dh_installchangelogs + dh_perl + dh_link + dh_strip_nondeterminism + dh_compress + dh_fixperms + dh_missing + dh_strip + dh_makeshlibs + dh_shlibdeps + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb +dpkg-deb: building package 'shepherd-debian' in '../shepherd-debian_1.4-2_amd64.deb'. + dpkg-genbuildinfo + dpkg-genchanges >../shepherd-debian_1.4-2_amd64.changes +dpkg-genchanges: info: pas d'inclusion du code source original dans l'envoi (« upload ») + dpkg-source --after-build . +dpkg-buildpackage: info: envoi d'un binaire et du fichier de différences (aucune inclusion du code source d'origine) +Now running lintian shepherd-debian_1.4-2_amd64.changes ... +E: shepherd-debian source: bogus-mail-host Maintainer sesostris@tanis.zero.void.nul +E: shepherd-debian: bogus-mail-host Maintainer sesostris@tanis.zero.void.nul +E: shepherd-debian changes: bogus-mail-host Changed-By sesostris@tanis.zero.void.nul +E: shepherd-debian changes: bogus-mail-host Maintainer sesostris@tanis.zero.void.nul +E: shepherd-debian: bogus-mail-host-in-debian-changelog sesostris@tanis.zero.void.nul +E: shepherd-debian: bogus-mail-host-in-debian-changelog sesostris@tanis.zero.void.nul +E: shepherd-debian: bogus-mail-host-in-debian-changelog sesostris@tanis.zero.void.nul +E: shepherd-debian: bogus-mail-host-in-debian-changelog sesostris@tanis.zero.void.nul +E: shepherd-debian: bogus-mail-host-in-debian-changelog sesostris@tanis.zero.void.nul +E: shepherd-debian: bogus-mail-host-in-debian-changelog sesostris@tanis.zero.void.nul +E: shepherd-debian: bogus-mail-host-in-debian-changelog sesostris@tanis.zero.void.nul +E: shepherd-debian: bogus-mail-host-in-debian-changelog sesostris@tanis.zero.void.nul +E: shepherd-debian: bogus-mail-host-in-debian-changelog sesostris@tanis.zero.void.nul +E: shepherd-debian: bogus-mail-host-in-debian-changelog sesostris@tanis.zero.void.nul +E: shepherd-debian: bogus-mail-host-in-debian-changelog sesostris@tanis.zero.void.nul +E: shepherd-debian: bogus-mail-host-in-debian-changelog sesostris@tanis.zero.void.nul +E: shepherd-debian: bogus-mail-host-in-debian-changelog sesostris@tanis.zero.void.nul +E: shepherd-debian: bogus-mail-host-in-debian-changelog sesostris@tanis.zero.void.nul +Finished running lintian. diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd-debian_1.4-2_amd64.buildinfo b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd-debian_1.4-2_amd64.buildinfo new file mode 100644 index 0000000..723d9f8 --- /dev/null +++ b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd-debian_1.4-2_amd64.buildinfo @@ -0,0 +1,192 @@ +Format: 1.0 +Source: shepherd-debian +Binary: shepherd-debian +Architecture: amd64 source +Version: 1.4-2 +Checksums-Md5: + 45aa67499f2bc16559145bb5036918f7 848 shepherd-debian_1.4-2.dsc + a8579176722bf85baebf9ab848cacb82 28164 shepherd-debian_1.4-2_amd64.deb +Checksums-Sha1: + 1bee4d5db8ed51aac538c708312e3a8e1a57b399 848 shepherd-debian_1.4-2.dsc + 6fc778bc953ebd7579255895ac236fb1bb378568 28164 shepherd-debian_1.4-2_amd64.deb +Checksums-Sha256: + 035e3ee6b81d2fa2b3cf0f05a839d51a055296899ae95b64cc5eb5e1609150b8 848 shepherd-debian_1.4-2.dsc + 2b0a4d03ffef20b7135ed9705b43136a091d838477ddfa36f601a75349d5ca1e 28164 shepherd-debian_1.4-2_amd64.deb +Build-Origin: Debian +Build-Architecture: amd64 +Build-Date: Thu, 17 Aug 2023 12:43:07 +0200 +Installed-Build-Depends: + autoconf (= 2.69-14), + automake (= 1:1.16.3-2), + autopoint (= 0.21-4), + autotools-dev (= 20180224.1+nmu1), + base-files (= 11.1+deb11u4), + base-passwd (= 3.5.51), + bash (= 5.1-2+deb11u1), + binutils (= 2.35.2-2), + binutils-common (= 2.35.2-2), + binutils-x86-64-linux-gnu (= 2.35.2-2), + bsdextrautils (= 2.36.1-8+deb11u1), + bsdmainutils (= 12.1.7+nmu3), + bsdutils (= 1:2.36.1-8+deb11u1), + build-essential (= 12.9), + bzip2 (= 1.0.8-4), + coreutils (= 8.32-4+b1), + cpp (= 4:10.2.1-1), + cpp-10 (= 10.2.1-6), + dash (= 0.5.11+git20200708+dd9ef66-5), + debconf (= 1.5.77), + debhelper (= 13.3.4), + debianutils (= 4.11.2), + dh-autoreconf (= 20), + dh-strip-nondeterminism (= 1.12.0-1), + diffutils (= 1:3.7-5), + dpkg (= 1.20.11), + dpkg-dev (= 1.20.11), + dwz (= 0.13+20210201-1), + file (= 1:5.39-3), + findutils (= 4.8.0-1), + g++ (= 4:10.2.1-1), + g++-10 (= 10.2.1-6), + gawk (= 1:5.1.0-1), + gcc (= 4:10.2.1-1), + gcc-10 (= 10.2.1-6), + gcc-10-base (= 10.2.1-6), + gettext (= 0.21-4), + gettext-base (= 0.21-4), + grep (= 3.6-1), + groff-base (= 1.22.4-6), + guile-3.0 (= 3.0.9-0bu1), + guile-3.0-dev (= 3.0.9-0bu1), + guile-3.0-libs (= 3.0.9-0bu1), + gzip (= 1.10-4+deb11u1), + hostname (= 3.23), + init-system-helpers (= 1.60), + install-info (= 6.7.0.dfsg.2-6), + intltool-debian (= 0.35.0+20060710.5), + libacl1 (= 2.2.53-10), + libarchive-zip-perl (= 1.68-1), + libasan6 (= 10.2.1-6), + libatomic1 (= 10.2.1-6), + libattr1 (= 1:2.4.48-6), + libaudit-common (= 1:3.0-2), + libaudit1 (= 1:3.0-2), + libbinutils (= 2.35.2-2), + libblkid1 (= 2.36.1-8+deb11u1), + libbz2-1.0 (= 1.0.8-4), + libc-bin (= 2.31-13+deb11u3), + libc-dev-bin (= 2.31-13+deb11u5), + libc6 (= 2.31-13+deb11u5), + libc6-dev (= 2.31-13+deb11u5), + libcap-ng0 (= 0.7.9-2.2+b1), + libcc1-0 (= 10.2.1-6), + libcom-err2 (= 1.46.2-2), + libcrypt-dev (= 1:4.4.18-4), + libcrypt1 (= 1:4.4.18-4), + libctf-nobfd0 (= 2.35.2-2), + libctf0 (= 2.35.2-2), + libdb5.3 (= 5.3.28+dfsg1-0.8), + libdebconfclient0 (= 0.260), + libdebhelper-perl (= 13.3.4), + libdpkg-perl (= 1.20.11), + libelf1 (= 0.183-1), + libffi7 (= 3.3-6), + libfile-stripnondeterminism-perl (= 1.12.0-1), + libgc-dev (= 1:8.0.4-3), + libgc1 (= 1:8.0.4-3), + libgcc-10-dev (= 10.2.1-6), + libgcc-s1 (= 10.2.1-6), + libgcrypt20 (= 1.8.7-6), + libgdbm-compat4 (= 1.19-2), + libgdbm6 (= 1.19-2), + libglib2.0-0 (= 2.66.8-1), + libgmp-dev (= 2:6.2.1+dfsg-1+deb11u1), + libgmp10 (= 2:6.2.1+dfsg-1+deb11u1), + libgmpxx4ldbl (= 2:6.2.1+dfsg-1+deb11u1), + libgomp1 (= 10.2.1-6), + libgpg-error0 (= 1.38-2), + libgssapi-krb5-2 (= 1.18.3-6+deb11u1), + libicu67 (= 67.1-7), + libisl23 (= 0.23-1), + libitm1 (= 10.2.1-6), + libk5crypto3 (= 1.18.3-6+deb11u1), + libkeyutils1 (= 1.6.1-2), + libkrb5-3 (= 1.18.3-6+deb11u1), + libkrb5support0 (= 1.18.3-6+deb11u1), + liblsan0 (= 10.2.1-6), + libltdl-dev (= 2.4.6-15), + libltdl7 (= 2.4.6-15), + liblz4-1 (= 1.9.3-2), + liblzma5 (= 5.2.5-2.1~deb11u1), + libmagic-mgc (= 1:5.39-3), + libmagic1 (= 1:5.39-3), + libmount1 (= 2.36.1-8+deb11u1), + libmpc3 (= 1.2.0-1), + libmpfr6 (= 4.1.0-3), + libncurses-dev (= 6.2+20201114-2), + libncurses5-dev (= 6.2+20201114-2), + libncurses6 (= 6.2+20201114-2), + libncursesw6 (= 6.2+20201114-2), + libnsl-dev (= 1.3.0-2), + libnsl2 (= 1.3.0-2), + libpam-modules (= 1.4.0-9+deb11u1), + libpam-modules-bin (= 1.4.0-9+deb11u1), + libpam-runtime (= 1.4.0-9+deb11u1), + libpam0g (= 1.4.0-9+deb11u1), + libpcre2-8-0 (= 10.36-2), + libpcre3 (= 2:8.39-13), + libperl5.32 (= 5.32.1-4+deb11u2), + libpipeline1 (= 1.5.3-1), + libquadmath0 (= 10.2.1-6), + libreadline-dev (= 8.1-1), + libreadline8 (= 8.1-1), + libseccomp2 (= 2.5.1-1+deb11u1), + libselinux1 (= 3.1-3), + libsigsegv2 (= 2.13-1), + libsmartcols1 (= 2.36.1-8+deb11u1), + libssl1.1 (= 1.1.1n-0+deb11u4), + libstdc++-10-dev (= 10.2.1-6), + libstdc++6 (= 10.2.1-6), + libsub-override-perl (= 0.09-2), + libsystemd0 (= 247.3-7+deb11u4), + libtinfo6 (= 6.2+20201114-2), + libtirpc-common (= 1.3.1-1+deb11u1), + libtirpc-dev (= 1.3.1-1+deb11u1), + libtirpc3 (= 1.3.1-1+deb11u1), + libtool (= 2.4.6-15), + libtsan0 (= 10.2.1-6), + libubsan1 (= 10.2.1-6), + libuchardet0 (= 0.0.7-1), + libudev1 (= 247.3-7), + libunistring2 (= 0.9.10-4), + libuuid1 (= 2.36.1-8+deb11u1), + libxml2 (= 2.9.10+dfsg-6.7+deb11u2), + libzstd1 (= 1.4.8+dfsg-2.1), + linux-libc-dev (= 5.10.136-1), + login (= 1:4.8.1-1), + lsb-base (= 11.1.0), + m4 (= 1.4.18-5), + make (= 4.3-4.1), + man-db (= 2.9.4-2), + mawk (= 1.3.4.20200120-2), + ncal (= 12.1.7+nmu3), + ncurses-base (= 6.2+20201114-2), + ncurses-bin (= 6.2+20201114-2), + patch (= 2.7.6-7), + perl (= 5.32.1-4+deb11u2), + perl-base (= 5.32.1-4+deb11u2), + perl-modules-5.32 (= 5.32.1-4+deb11u2), + pkg-config (= 0.29.2-1), + po-debconf (= 1.0.21+nmu1), + readline-common (= 8.1-1), + sed (= 4.7-1), + sensible-utils (= 0.0.14), + sysvinit-utils (= 2.96-7+deb11u1), + tar (= 1.34+dfsg-1), + util-linux (= 2.36.1-8+deb11u1), + xz-utils (= 5.2.5-2.1~deb11u1), + zlib1g (= 1:1.2.11.dfsg-2+deb11u2) +Environment: + DEB_BUILD_OPTIONS="parallel=4" + LANG="fr_FR.UTF-8" + SOURCE_DATE_EPOCH="1692206516" diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd-debian_1.4-2_amd64.changes b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd-debian_1.4-2_amd64.changes new file mode 100644 index 0000000..9687c02 --- /dev/null +++ b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd-debian_1.4-2_amd64.changes @@ -0,0 +1,31 @@ +Format: 1.8 +Date: Wed, 16 Aug 2023 18:21:56 +0100 +Source: shepherd-debian +Binary: shepherd-debian +Architecture: source amd64 +Version: 1.4-2 +Distribution: UNRELEASED +Urgency: medium +Maintainer: sesostris +Changed-By: sesostris +Description: + shepherd-debian - Configuration files for Shepherd init system +Changes: + shepherd-debian (1.4-2) UNRELEASED; urgency=medium + . + * Adding dhcpcd and NetworkManager +Checksums-Sha1: + 1bee4d5db8ed51aac538c708312e3a8e1a57b399 848 shepherd-debian_1.4-2.dsc + 500eb9e307c66ef949936a8fc7d5e7d3b0fa2523 1912 shepherd-debian_1.4-2.debian.tar.xz + 93b09d719153dd82cbbf07cb4ec16fc862f620d9 5664 shepherd-debian_1.4-2_amd64.buildinfo + 6fc778bc953ebd7579255895ac236fb1bb378568 28164 shepherd-debian_1.4-2_amd64.deb +Checksums-Sha256: + 035e3ee6b81d2fa2b3cf0f05a839d51a055296899ae95b64cc5eb5e1609150b8 848 shepherd-debian_1.4-2.dsc + 41130f761d73032f5ada9676afdee42623c7c9ab60bfc786b825b25529281967 1912 shepherd-debian_1.4-2.debian.tar.xz + f95ce8ea5b26a146029504bfa0fdc65d5cdb30d395efde1356d91b955c8e7fda 5664 shepherd-debian_1.4-2_amd64.buildinfo + 2b0a4d03ffef20b7135ed9705b43136a091d838477ddfa36f601a75349d5ca1e 28164 shepherd-debian_1.4-2_amd64.deb +Files: + 45aa67499f2bc16559145bb5036918f7 848 misc optional shepherd-debian_1.4-2.dsc + 1ca8b0b55a857f7c90b83a704485389a 1912 misc optional shepherd-debian_1.4-2.debian.tar.xz + 20deb7ea741b45fb5ee376e91706543c 5664 misc optional shepherd-debian_1.4-2_amd64.buildinfo + a8579176722bf85baebf9ab848cacb82 28164 misc optional shepherd-debian_1.4-2_amd64.deb diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd-debian_1.4-2_amd64.deb b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd-debian_1.4-2_amd64.deb new file mode 100644 index 0000000..afa27e8 Binary files /dev/null and b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd-debian_1.4-2_amd64.deb differ diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd-debian_1.4-2_armhf.build b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd-debian_1.4-2_armhf.build new file mode 100644 index 0000000..fee9eac --- /dev/null +++ b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd-debian_1.4-2_armhf.build @@ -0,0 +1,65 @@ + dpkg-buildpackage -us -uc -ui +dpkg-buildpackage: info: source package shepherd-debian +dpkg-buildpackage: info: source version 1.4-2 +dpkg-buildpackage: info: source distribution UNRELEASED +dpkg-buildpackage: info: source changed by sesostris + dpkg-source --before-build . +dpkg-buildpackage: info: host architecture armhf + fakeroot debian/rules clean +dh clean + debian/rules override_dh_auto_clean +make[1]: Entering directory '/home/user/sources/shepherd-debian/shepherd-debian-1.4' +rm -f etc/shepherd.d/utils/ffi/utmp.scm +dh_auto_clean +make[1]: Leaving directory '/home/user/sources/shepherd-debian/shepherd-debian-1.4' + dh_clean + dpkg-source -b . +dpkg-source: info: using source format '3.0 (quilt)' +dpkg-source: info: building shepherd-debian using existing ./shepherd-debian_1.4.orig.tar.gz +dpkg-source: info: building shepherd-debian in shepherd-debian_1.4-2.debian.tar.xz +dpkg-source: info: building shepherd-debian in shepherd-debian_1.4-2.dsc + debian/rules build +dh build + dh_update_autotools_config + dh_autoreconf + debian/rules override_dh_auto_configure +make[1]: Entering directory '/home/user/sources/shepherd-debian/shepherd-debian-1.4' +(cd etc/shepherd.d/utils; guild compile-ffi ffi/utmp.ffi) +compiling `utmp.ffi' ... +... wrote `utmp.scm' +compiling `utmp.scm' ... +... wrote `utmp.scm.go' + +Some deprecated features have been used. Set the environment +variable GUILE_WARN_DEPRECATED to "detailed" and rerun the +program to get more information. Set it to "no" to suppress +this message. +dh_auto_configure +make[1]: Leaving directory '/home/user/sources/shepherd-debian/shepherd-debian-1.4' + create-stamp debian/debhelper-build-stamp + fakeroot debian/rules binary +dh binary + dh_testroot + dh_prep + dh_install + dh_installdocs + dh_installchangelogs + dh_perl + dh_link + dh_strip_nondeterminism + dh_compress + dh_fixperms + dh_missing + dh_strip + dh_makeshlibs + dh_shlibdeps + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb +dpkg-deb: building package 'shepherd-debian' in '../shepherd-debian_1.4-2_armhf.deb'. + dpkg-genbuildinfo + dpkg-genchanges >../shepherd-debian_1.4-2_armhf.changes +dpkg-genchanges: info: not including original source code in upload + dpkg-source --after-build . +dpkg-buildpackage: info: binary and diff upload (original source NOT included) diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd-debian_1.4-2_armhf.buildinfo b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd-debian_1.4-2_armhf.buildinfo new file mode 100644 index 0000000..5875184 --- /dev/null +++ b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd-debian_1.4-2_armhf.buildinfo @@ -0,0 +1,188 @@ +Format: 1.0 +Source: shepherd-debian +Binary: shepherd-debian +Architecture: armhf source +Version: 1.4-2 +Checksums-Md5: + 45aa67499f2bc16559145bb5036918f7 848 shepherd-debian_1.4-2.dsc + 82a805c34d0ef2b888766114a686d623 28152 shepherd-debian_1.4-2_armhf.deb +Checksums-Sha1: + 1bee4d5db8ed51aac538c708312e3a8e1a57b399 848 shepherd-debian_1.4-2.dsc + 5c79a82da679bb88154d26ee5db6a11a8bec131a 28152 shepherd-debian_1.4-2_armhf.deb +Checksums-Sha256: + 035e3ee6b81d2fa2b3cf0f05a839d51a055296899ae95b64cc5eb5e1609150b8 848 shepherd-debian_1.4-2.dsc + a646708f35fb12e35c6cd3fdc7c5b2b8ba7495d304feea6057c81240c2365fdf 28152 shepherd-debian_1.4-2_armhf.deb +Build-Origin: Debian +Build-Architecture: armhf +Build-Date: Thu, 17 Aug 2023 13:59:52 +0200 +Build-Tainted-By: + merged-usr-via-aliased-dirs +Installed-Build-Depends: + autoconf (= 2.69-14), + automake (= 1:1.16.3-2), + autopoint (= 0.21-4), + autotools-dev (= 20180224.1+nmu1), + base-files (= 11.1+deb11u4), + base-passwd (= 3.5.51), + bash (= 5.1-2+deb11u1), + binutils (= 2.35.2-2), + binutils-arm-linux-gnueabihf (= 2.35.2-2), + binutils-common (= 2.35.2-2), + bsdextrautils (= 2.36.1-8+deb11u1), + bsdutils (= 1:2.36.1-8+deb11u1), + build-essential (= 12.9), + bzip2 (= 1.0.8-4), + coreutils (= 8.32-4), + cpp (= 4:10.2.1-1), + cpp-10 (= 10.2.1-6), + dash (= 0.5.11+git20200708+dd9ef66-5), + debconf (= 1.5.77), + debhelper (= 13.3.4), + debianutils (= 4.11.2), + dh-autoreconf (= 20), + dh-strip-nondeterminism (= 1.12.0-1), + diffutils (= 1:3.7-5), + dpkg (= 1.20.11), + dpkg-dev (= 1.20.11), + dwz (= 0.13+20210201-1), + file (= 1:5.39-3), + findutils (= 4.8.0-1), + g++ (= 4:10.2.1-1), + g++-10 (= 10.2.1-6), + gawk (= 1:5.1.0-1), + gcc (= 4:10.2.1-1), + gcc-10 (= 10.2.1-6), + gcc-10-base (= 10.2.1-6), + gettext (= 0.21-4), + gettext-base (= 0.21-4), + grep (= 3.6-1), + groff-base (= 1.22.4-6), + guile-3.0 (= 3.0.9-0bu1), + guile-3.0-dev (= 3.0.9-0bu1), + guile-3.0-libs (= 3.0.9-0bu1), + gzip (= 1.10-4+deb11u1), + hostname (= 3.23), + init-system-helpers (= 1.60), + install-info (= 6.7.0.dfsg.2-6), + intltool-debian (= 0.35.0+20060710.5), + libacl1 (= 2.2.53-10), + libarchive-zip-perl (= 1.68-1), + libasan6 (= 10.2.1-6), + libatomic1 (= 10.2.1-6), + libattr1 (= 1:2.4.48-6), + libaudit-common (= 1:3.0-2), + libaudit1 (= 1:3.0-2), + libbinutils (= 2.35.2-2), + libblkid1 (= 2.36.1-8+deb11u1), + libbz2-1.0 (= 1.0.8-4), + libc-bin (= 2.31-13+deb11u3), + libc-dev-bin (= 2.31-13+deb11u3), + libc6 (= 2.31-13+deb11u3), + libc6-dev (= 2.31-13+deb11u3), + libcap-ng0 (= 0.7.9-2.2+b1), + libcc1-0 (= 10.2.1-6), + libcom-err2 (= 1.46.2-2), + libcrypt-dev (= 1:4.4.18-4), + libcrypt1 (= 1:4.4.18-4), + libctf-nobfd0 (= 2.35.2-2), + libctf0 (= 2.35.2-2), + libdb5.3 (= 5.3.28+dfsg1-0.8), + libdebconfclient0 (= 0.260), + libdebhelper-perl (= 13.3.4), + libdpkg-perl (= 1.20.11), + libelf1 (= 0.183-1), + libffi7 (= 3.3-6), + libfile-stripnondeterminism-perl (= 1.12.0-1), + libgc-dev (= 1:8.0.4-3), + libgc1 (= 1:8.0.4-3), + libgcc-10-dev (= 10.2.1-6), + libgcc-s1 (= 10.2.1-6), + libgcrypt20 (= 1.8.7-6), + libgdbm-compat4 (= 1.19-2), + libgdbm6 (= 1.19-2), + libglib2.0-0 (= 2.66.8-1), + libgmp-dev (= 2:6.2.1+dfsg-1+deb11u1), + libgmp10 (= 2:6.2.1+dfsg-1+deb11u1), + libgmpxx4ldbl (= 2:6.2.1+dfsg-1+deb11u1), + libgomp1 (= 10.2.1-6), + libgpg-error0 (= 1.38-2), + libgssapi-krb5-2 (= 1.18.3-6+deb11u1), + libicu67 (= 67.1-7), + libisl23 (= 0.23-1), + libk5crypto3 (= 1.18.3-6+deb11u1), + libkeyutils1 (= 1.6.1-2), + libkrb5-3 (= 1.18.3-6+deb11u1), + libkrb5support0 (= 1.18.3-6+deb11u1), + libltdl-dev (= 2.4.6-15), + libltdl7 (= 2.4.6-15), + liblz4-1 (= 1.9.3-2), + liblzma5 (= 5.2.5-2.1~deb11u1), + libmagic-mgc (= 1:5.39-3), + libmagic1 (= 1:5.39-3), + libmount1 (= 2.36.1-8+deb11u1), + libmpc3 (= 1.2.0-1), + libmpfr6 (= 4.1.0-3), + libncurses-dev (= 6.2+20201114-2), + libncurses5-dev (= 6.2+20201114-2), + libncurses6 (= 6.2+20201114-2), + libncursesw6 (= 6.2+20201114-2), + libnsl-dev (= 1.3.0-2), + libnsl2 (= 1.3.0-2), + libpam-modules (= 1.4.0-9+deb11u1), + libpam-modules-bin (= 1.4.0-9+deb11u1), + libpam-runtime (= 1.4.0-9+deb11u1), + libpam0g (= 1.4.0-9+deb11u1), + libpcre2-8-0 (= 10.36-2), + libpcre3 (= 2:8.39-13), + libperl5.32 (= 5.32.1-4+deb11u2), + libpipeline1 (= 1.5.3-1), + libreadline-dev (= 8.1-1), + libreadline8 (= 8.1-1), + libseccomp2 (= 2.5.1-1+deb11u1), + libselinux1 (= 3.1-3), + libsigsegv2 (= 2.13-1), + libsmartcols1 (= 2.36.1-8+deb11u1), + libssl1.1 (= 1.1.1n-0+deb11u3), + libstdc++-10-dev (= 10.2.1-6), + libstdc++6 (= 10.2.1-6), + libsub-override-perl (= 0.09-2), + libsystemd0 (= 247.3-7), + libtinfo6 (= 6.2+20201114-2), + libtirpc-common (= 1.3.1-1+deb11u1), + libtirpc-dev (= 1.3.1-1+deb11u1), + libtirpc3 (= 1.3.1-1+deb11u1), + libtool (= 2.4.6-15), + libubsan1 (= 10.2.1-6), + libuchardet0 (= 0.0.7-1), + libudev1 (= 247.3-7), + libunistring2 (= 0.9.10-4), + libuuid1 (= 2.36.1-8+deb11u1), + libxml2 (= 2.9.10+dfsg-6.7+deb11u2), + libzstd1 (= 1.4.8+dfsg-2.1), + linux-libc-dev (= 5.10.136-1), + login (= 1:4.8.1-1), + lsb-base (= 11.1.0), + m4 (= 1.4.18-5), + make (= 4.3-4.1), + man-db (= 2.9.4-2), + mawk (= 1.3.4.20200120-2), + ncurses-base (= 6.2+20201114-2), + ncurses-bin (= 6.2+20201114-2), + patch (= 2.7.6-7), + perl (= 5.32.1-4+deb11u2), + perl-base (= 5.32.1-4+deb11u2), + perl-modules-5.32 (= 5.32.1-4+deb11u2), + pkg-config (= 0.29.2-1), + po-debconf (= 1.0.21+nmu1), + readline-common (= 8.1-1), + sed (= 4.7-1), + sensible-utils (= 0.0.14), + sysvinit-utils (= 2.96-7+deb11u1), + tar (= 1.34+dfsg-1), + util-linux (= 2.36.1-8+deb11u1), + xz-utils (= 5.2.5-2.1~deb11u1), + zlib1g (= 1:1.2.11.dfsg-2+deb11u2) +Environment: + DEB_BUILD_OPTIONS="parallel=4" + LANG="C.UTF-8" + SOURCE_DATE_EPOCH="1692206516" diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd-debian_1.4-2_armhf.changes b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd-debian_1.4-2_armhf.changes new file mode 100644 index 0000000..e505513 --- /dev/null +++ b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd-debian_1.4-2_armhf.changes @@ -0,0 +1,31 @@ +Format: 1.8 +Date: Wed, 16 Aug 2023 18:21:56 +0100 +Source: shepherd-debian +Binary: shepherd-debian +Architecture: source armhf +Version: 1.4-2 +Distribution: UNRELEASED +Urgency: medium +Maintainer: sesostris +Changed-By: sesostris +Description: + shepherd-debian - Configuration files for Shepherd init system +Changes: + shepherd-debian (1.4-2) UNRELEASED; urgency=medium + . + * Adding dhcpcd and NetworkManager +Checksums-Sha1: + 1bee4d5db8ed51aac538c708312e3a8e1a57b399 848 shepherd-debian_1.4-2.dsc + 500eb9e307c66ef949936a8fc7d5e7d3b0fa2523 1912 shepherd-debian_1.4-2.debian.tar.xz + 21a1fc2247b63b290af1de114f07a4de6c698de0 5546 shepherd-debian_1.4-2_armhf.buildinfo + 5c79a82da679bb88154d26ee5db6a11a8bec131a 28152 shepherd-debian_1.4-2_armhf.deb +Checksums-Sha256: + 035e3ee6b81d2fa2b3cf0f05a839d51a055296899ae95b64cc5eb5e1609150b8 848 shepherd-debian_1.4-2.dsc + 41130f761d73032f5ada9676afdee42623c7c9ab60bfc786b825b25529281967 1912 shepherd-debian_1.4-2.debian.tar.xz + cbf8e781486db751b88595a9b52b93a37e577580e577616e550effeebe6885eb 5546 shepherd-debian_1.4-2_armhf.buildinfo + a646708f35fb12e35c6cd3fdc7c5b2b8ba7495d304feea6057c81240c2365fdf 28152 shepherd-debian_1.4-2_armhf.deb +Files: + 45aa67499f2bc16559145bb5036918f7 848 misc optional shepherd-debian_1.4-2.dsc + 1ca8b0b55a857f7c90b83a704485389a 1912 misc optional shepherd-debian_1.4-2.debian.tar.xz + 0752963dfb0451a59e56c9237a08fe25 5546 misc optional shepherd-debian_1.4-2_armhf.buildinfo + 82a805c34d0ef2b888766114a686d623 28152 misc optional shepherd-debian_1.4-2_armhf.deb diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd-debian_1.4-2_armhf.deb b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd-debian_1.4-2_armhf.deb new file mode 100644 index 0000000..997d782 Binary files /dev/null and b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd-debian_1.4-2_armhf.deb differ diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd-debian_1.4.orig.tar.gz b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd-debian_1.4.orig.tar.gz new file mode 100644 index 0000000..3275bd6 Binary files /dev/null and b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd-debian_1.4.orig.tar.gz differ diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd_0.10.2-0.1.debian.tar.xz b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd_0.10.2-0.1.debian.tar.xz new file mode 100644 index 0000000..9d6ad74 Binary files /dev/null and b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd_0.10.2-0.1.debian.tar.xz differ diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd_0.10.2-0.1.dsc b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd_0.10.2-0.1.dsc new file mode 100644 index 0000000..92e4822 --- /dev/null +++ b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd_0.10.2-0.1.dsc @@ -0,0 +1,19 @@ +Format: 3.0 (quilt) +Source: shepherd +Binary: shepherd +Architecture: any +Version: 0.10.2-0.1 +Maintainer: sesostris +Standards-Version: 3.9.8 +Build-Depends: debhelper (>= 10), guile-3.0-dev, guile-fibers, quilt +Package-List: + shepherd deb misc optional arch=any +Checksums-Sha1: + d0ea3e212eb62b98f6ea9567be66069571747d41 684751 shepherd_0.10.2.orig.tar.gz + 8e58c9c18b79d64b2ea10cb2cae1c2916dd71ba9 3644 shepherd_0.10.2-0.1.debian.tar.xz +Checksums-Sha256: + 927283ad48c78ecf1801607a131f481947a0ba6e73398086f2e536bc5e6a346d 684751 shepherd_0.10.2.orig.tar.gz + 3d7f29d0fc16766fab9c49ced99f21a5b8826feb88659b7f8d0c1fe1df08cca7 3644 shepherd_0.10.2-0.1.debian.tar.xz +Files: + 6afe8676a82ce5ede5c86e8d55e5dc33 684751 shepherd_0.10.2.orig.tar.gz + c4301d367691f1004ffb9d4776f659b4 3644 shepherd_0.10.2-0.1.debian.tar.xz diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd_0.10.2-0.1_amd64.build b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd_0.10.2-0.1_amd64.build new file mode 100644 index 0000000..cacdacd --- /dev/null +++ b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd_0.10.2-0.1_amd64.build @@ -0,0 +1,371 @@ + dpkg-buildpackage -us -uc -ui +dpkg-buildpackage: info: source package shepherd +dpkg-buildpackage: info: source version 0.10.2-0.1 +dpkg-buildpackage: info: source distribution UNRELEASED +dpkg-buildpackage: info: source changed by Author: sesostris + dpkg-source --before-build . +dpkg-buildpackage: info: host architecture amd64 + fakeroot debian/rules clean +dh clean + debian/rules override_dh_auto_clean +make[1]: Entering directory '/home/user/sources/shepherd/shepherd-0.10.2' +rm -f doc/shepherd.1 +dh_auto_clean +make[1]: Leaving directory '/home/user/sources/shepherd/shepherd-0.10.2' + dh_clean + dpkg-source -b . +dpkg-source: info: using source format '3.0 (quilt)' +dpkg-source: info: building shepherd using existing ./shepherd_0.10.2.orig.tar.gz +dpkg-source: info: using patch list from debian/patches/series +dpkg-source: warning: ignoring deletion of file Makefile.in, use --include-removal to override +dpkg-source: warning: ignoring deletion of file aclocal.m4, use --include-removal to override +dpkg-source: warning: ignoring deletion of file configure, use --include-removal to override +dpkg-source: warning: ignoring deletion of file doc/shepherd.1, use --include-removal to override +dpkg-source: warning: ignoring deletion of file build-aux/texinfo.tex, use --include-removal to override +dpkg-source: warning: ignoring deletion of file build-aux/missing, use --include-removal to override +dpkg-source: warning: ignoring deletion of file build-aux/test-driver, use --include-removal to override +dpkg-source: warning: ignoring deletion of file build-aux/install-sh, use --include-removal to override +dpkg-source: warning: ignoring deletion of file build-aux/compile, use --include-removal to override +dpkg-source: warning: ignoring deletion of file build-aux/mdate-sh, use --include-removal to override +dpkg-source: info: building shepherd in shepherd_0.10.2-0.1.debian.tar.xz +dpkg-source: info: building shepherd in shepherd_0.10.2-0.1.dsc + debian/rules build +dh build + dh_update_autotools_config + dh_autoreconf +Copying file m4/codeset.m4 +Copying file m4/extern-inline.m4 +Copying file m4/fcntl-o.m4 +Copying file m4/glibc2.m4 +Copying file m4/glibc21.m4 +Copying file m4/intdiv0.m4 +Copying file m4/intl.m4 +Copying file m4/intldir.m4 +Copying file m4/intmax.m4 +Copying file m4/inttypes-pri.m4 +Copying file m4/inttypes_h.m4 +Copying file m4/lcmessage.m4 +Copying file m4/lock.m4 +Copying file m4/longlong.m4 +Copying file m4/printf-posix.m4 +Copying file m4/size_max.m4 +Copying file m4/stdint_h.m4 +Copying file m4/threadlib.m4 +Copying file m4/uintmax_t.m4 +Copying file m4/visibility.m4 +Copying file m4/wchar_t.m4 +Copying file m4/wint_t.m4 +Copying file m4/xsize.m4 +Copying file po/Makevars.template +configure.ac:17: installing 'build-aux/compile' +configure.ac:11: installing 'build-aux/install-sh' +configure.ac:11: installing 'build-aux/missing' +Makefile.am:116: installing 'build-aux/mdate-sh' +Makefile.am:116: installing 'build-aux/texinfo.tex' +parallel-tests: installing 'build-aux/test-driver' + debian/rules override_dh_auto_configure +make[1]: Entering directory '/home/user/sources/shepherd/shepherd-0.10.2' +./configure --prefix=/ --datarootdir=/usr/share --localstatedir=/ +checking for a BSD-compatible install... /usr/bin/install -c +checking whether build environment is sane... yes +checking for a thread-safe mkdir -p... /usr/bin/mkdir -p +checking for gawk... no +checking for mawk... mawk +checking whether make sets $(MAKE)... yes +checking whether make supports nested variables... yes +checking whether make supports nested variables... (cached) yes +checking for a sed that does not truncate output... /usr/bin/sed +checking whether NLS is requested... yes +checking for msgfmt... /usr/bin/msgfmt +checking for gmsgfmt... /usr/bin/msgfmt +checking for xgettext... /usr/bin/xgettext +checking for msgmerge... /usr/bin/msgmerge +checking whether make supports the include directive... yes (GNU style) +checking for gcc... gcc +checking whether the C compiler works... yes +checking for C compiler default output file name... a.out +checking for suffix of executables... +checking whether we are cross compiling... no +checking for suffix of object files... o +checking whether we are using the GNU C compiler... yes +checking whether gcc accepts -g... yes +checking for gcc option to accept ISO C89... none needed +checking whether gcc understands -c and -o together... yes +checking dependency style of gcc... none +checking build system type... x86_64-pc-linux-gnu +checking host system type... x86_64-pc-linux-gnu +checking for ld used by gcc... /usr/bin/ld +checking if the linker (/usr/bin/ld) is GNU ld... yes +checking for shared library run path origin... done +checking how to run the C preprocessor... gcc -E +checking for grep that handles long lines and -e... /usr/bin/grep +checking for egrep... /usr/bin/grep -E +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 a sed that does not truncate output... (cached) /usr/bin/sed +checking for timeout... /usr/bin/timeout +checking for pkg-config... /usr/bin/pkg-config +checking pkg-config is at least version 0.9.0... yes +configure: checking for guile 3.0 +configure: found guile 3.0 +checking for guile-3.0... /usr/bin/guile-3.0 +checking for Guile version >= 3.0... 3.0.9 +checking for guild-3.0... /usr/bin/guild-3.0 +checking for guile-config-3.0... /usr/bin/guile-config-3.0 +checking if (fibers) is available... yes +checking if (fibers scheduler) is available... yes +checking whether Fibers might create POSIX threads... no +checking for gcc... (cached) gcc +checking whether we are using the GNU C compiler... (cached) yes +checking whether gcc accepts -g... (cached) yes +checking for gcc option to accept ISO C89... (cached) none needed +checking whether gcc understands -c and -o together... (cached) yes +checking dependency style of gcc... (cached) none +checking the '_SC_OPEN_MAX' value... 4 +checking the 'O_CLOEXEC' value... 524288 +checking constants... done +checking constants... done +checking size of struct signalfd_siginfo... 128 +checking size of sigset_t... 128 +checking and constants... done +checking constants... done +checking whether to build crash handler... yes +checking that generated files are newer than configure... done +configure: creating ./config.status +config.status: creating Makefile +config.status: creating po/Makefile.in +config.status: creating modules/shepherd/system.scm +config.status: executing po-directories commands +config.status: creating po/POTFILES +config.status: creating po/Makefile +config.status: executing depfiles commands +make[1]: Leaving directory '/home/user/sources/shepherd/shepherd-0.10.2' + dh_auto_build + make -j1 +make[1]: Entering directory '/home/user/sources/shepherd/shepherd-0.10.2' +/usr/bin/mkdir -p "`dirname modules/shepherd/config.scm`" +/usr/bin/sed -e 's,%PREFIX%,/,g' -e 's,%modsrcdir%,/home/user/sources/shepherd/shepherd-0.10.2/modules,g' -e 's,%modbuilddir%,/home/user/sources/shepherd/shepherd-0.10.2/modules,g' -e 's,%localstatedir%,/,g' -e 's,%pkglibdir%,//lib/shepherd,g' -e 's,%sysconfdir%,//etc,g' -e 's,%localedir%,/usr/share/locale,g' -e 's,%VERSION%,0.10.2,g' -e 's,%PACKAGE_BUGREPORT%,bug-guix@gnu.org,g' -e 's,%PACKAGE_NAME%,GNU Shepherd,g' -e 's,%PACKAGE_URL%,http://www.gnu.org/software/shepherd/,g' -e 's,%FIBERS_SOURCE_DIRECTORY%,/usr/share/guile/site/3.0,g' -e 's,%FIBERS_OBJECT_DIRECTORY%,/usr/lib/x86_64-linux-gnu/guile/3.0/site-ccache,g' -e 's,%GUILE%,/usr/bin/guile-3.0,g' < modules/shepherd/config.scm.in >modules/shepherd/config.scm +make all-recursive +make[2]: Entering directory '/home/user/sources/shepherd/shepherd-0.10.2' +Making all in po +make[3]: Entering directory '/home/user/sources/shepherd/shepherd-0.10.2/po' +make[3]: Nothing to be done for 'all'. +make[3]: Leaving directory '/home/user/sources/shepherd/shepherd-0.10.2/po' +make[3]: Entering directory '/home/user/sources/shepherd/shepherd-0.10.2' +make[4]: Entering directory '/home/user/sources/shepherd/shepherd-0.10.2' +make[4]: Leaving directory '/home/user/sources/shepherd/shepherd-0.10.2' + GEN shepherd + GEN herd + GEN halt + GEN reboot + HELP2MAN doc/shepherd.1 + GUILEC modules/shepherd.go + GUILEC modules/shepherd/scripts/halt.go + GUILEC modules/shepherd/scripts/herd.go +shepherd/scripts/herd.scm:193:2: warning: non-literal format string +shepherd/scripts/herd.scm:220:13: warning: non-literal format string +shepherd/scripts/herd.scm:228:16: warning: non-literal format string +shepherd/scripts/herd.scm:224:16: warning: non-literal format string +shepherd/scripts/herd.scm:242:8: warning: non-literal format string +shepherd/scripts/herd.scm:256:7: warning: non-literal format string +shepherd/scripts/herd.scm:330:20: warning: non-literal format string +shepherd/scripts/herd.scm:321:27: warning: non-literal format string +shepherd/scripts/herd.scm:326:27: warning: non-literal format string +shepherd/scripts/herd.scm:314:20: warning: non-literal format string + GUILEC modules/shepherd/scripts/reboot.go + GUILEC modules/shepherd/service/monitoring.go + GUILEC modules/shepherd/service/repl.go + GUILEC modules/shepherd/config.go + GUILEC modules/shepherd/system.go + GUILEC modules/shepherd/args.go + GUILEC modules/shepherd/colors.go + GUILEC modules/shepherd/service.go + GUILEC modules/shepherd/support.go + GUILEC modules/shepherd/comm.go + GEN etc/crash-handler.so +make[3]: Leaving directory '/home/user/sources/shepherd/shepherd-0.10.2' +make[2]: Leaving directory '/home/user/sources/shepherd/shepherd-0.10.2' +make[1]: Leaving directory '/home/user/sources/shepherd/shepherd-0.10.2' + dh_auto_test + make -j1 check VERBOSE=1 +make[1]: Entering directory '/home/user/sources/shepherd/shepherd-0.10.2' +make check-recursive +make[2]: Entering directory '/home/user/sources/shepherd/shepherd-0.10.2' +Making check in po +make[3]: Entering directory '/home/user/sources/shepherd/shepherd-0.10.2/po' +make[3]: Nothing to be done for 'check'. +make[3]: Leaving directory '/home/user/sources/shepherd/shepherd-0.10.2/po' +make[3]: Entering directory '/home/user/sources/shepherd/shepherd-0.10.2' +make check-TESTS +make[4]: Entering directory '/home/user/sources/shepherd/shepherd-0.10.2' +make[5]: Entering directory '/home/user/sources/shepherd/shepherd-0.10.2' +PASS: tests/basic.sh +PASS: tests/config-failure.sh +PASS: tests/starting-status.sh +PASS: tests/stopping-status.sh +PASS: tests/startup-failure.sh +PASS: tests/replacement.sh +PASS: tests/respawn.sh +PASS: tests/respawn-throttling.sh +PASS: tests/restart.sh +PASS: tests/misbehaved-client.sh +PASS: tests/no-home.sh +PASS: tests/pid-file.sh +PASS: tests/logging.sh +PASS: tests/file-creation-mask.sh +PASS: tests/status-sexp.sh +PASS: tests/forking-service.sh +PASS: tests/one-shot.sh +PASS: tests/transient.sh +PASS: tests/inetd.sh +PASS: tests/systemd.sh +PASS: tests/signals.sh +PASS: tests/close-on-exec.sh +PASS: tests/daemonize.sh +PASS: tests/eval-load.sh +PASS: tests/services/monitoring.sh +PASS: tests/services/repl.sh +============================================================================ +Testsuite summary for GNU Shepherd 0.10.2 +============================================================================ +# TOTAL: 26 +# PASS: 26 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ +make[5]: Leaving directory '/home/user/sources/shepherd/shepherd-0.10.2' +make[4]: Leaving directory '/home/user/sources/shepherd/shepherd-0.10.2' +make[3]: Leaving directory '/home/user/sources/shepherd/shepherd-0.10.2' +make[2]: Leaving directory '/home/user/sources/shepherd/shepherd-0.10.2' +make[1]: Leaving directory '/home/user/sources/shepherd/shepherd-0.10.2' + create-stamp debian/debhelper-build-stamp + fakeroot debian/rules binary +dh binary + dh_testroot + dh_prep + dh_auto_install + make -j1 install DESTDIR=/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd AM_UPDATE_INFO_DIR=no +make[1]: Entering directory '/home/user/sources/shepherd/shepherd-0.10.2' +make install-recursive +make[2]: Entering directory '/home/user/sources/shepherd/shepherd-0.10.2' +Making install in po +make[3]: Entering directory '/home/user/sources/shepherd/shepherd-0.10.2/po' +installing da.gmo as /home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/locale/da/LC_MESSAGES/shepherd.mo +installing de.gmo as /home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/locale/de/LC_MESSAGES/shepherd.mo +installing fr.gmo as /home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/locale/fr/LC_MESSAGES/shepherd.mo +installing es.gmo as /home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/locale/es/LC_MESSAGES/shepherd.mo +installing pt_BR.gmo as /home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/locale/pt_BR/LC_MESSAGES/shepherd.mo +installing ro.gmo as /home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/locale/ro/LC_MESSAGES/shepherd.mo +installing sk.gmo as /home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/locale/sk/LC_MESSAGES/shepherd.mo +installing sr.gmo as /home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/locale/sr/LC_MESSAGES/shepherd.mo +installing sv.gmo as /home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/locale/sv/LC_MESSAGES/shepherd.mo +installing ta.gmo as /home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/locale/ta/LC_MESSAGES/shepherd.mo +installing uk.gmo as /home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/locale/uk/LC_MESSAGES/shepherd.mo +installing zh_CN.gmo as /home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/locale/zh_CN/LC_MESSAGES/shepherd.mo +if test "shepherd" = "gettext-tools"; then \ + /usr/bin/mkdir -p /home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/gettext/po; \ + for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ + /usr/bin/install -c -m 644 ./$file \ + /home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/gettext/po/$file; \ + done; \ + for file in Makevars; do \ + rm -f /home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/gettext/po/$file; \ + done; \ +else \ + : ; \ +fi +make[3]: Leaving directory '/home/user/sources/shepherd/shepherd-0.10.2/po' +make[3]: Entering directory '/home/user/sources/shepherd/shepherd-0.10.2' +make[4]: Entering directory '/home/user/sources/shepherd/shepherd-0.10.2' + /usr/bin/mkdir -p '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd//bin' + /usr/bin/install -c shepherd herd '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd//bin' + /usr/bin/mkdir -p '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd//sbin' + /usr/bin/install -c halt reboot '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd//sbin' +make install-exec-hook +make[5]: Entering directory '/home/user/sources/shepherd/shepherd-0.10.2' +cd /home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd//sbin; ln -s halt poweroff +/usr/bin/mkdir -p /home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd//lib/shepherd +/usr/bin/install -c -m 755 etc/crash-handler.so \ + /home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd//lib/shepherd/crash-handler.so +for script in \ + /home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd//bin/shepherd /home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd//bin/herd \ + /home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd//sbin/halt /home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd//sbin/reboot ; \ +do \ + /usr/bin/sed -e's|/home/user/sources/shepherd/shepherd-0.10.2/modules\(.*\)%load-path|/usr/share/guile/site/3.0\1%load-path|g' \ + -e's|/home/user/sources/shepherd/shepherd-0.10.2/modules\(.*\)%load-compiled-path|//lib/guile/3.0/site-ccache\1%load-compiled-path|g' \ + -i $script ; \ +done +make[5]: Leaving directory '/home/user/sources/shepherd/shepherd-0.10.2' + /usr/bin/mkdir -p '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd//etc/bash_completion.d' + /usr/bin/install -c -m 644 etc/completion/bash/herd '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd//etc/bash_completion.d' + /usr/bin/mkdir -p '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/guile/site/3.0' + /usr/bin/install -c -m 644 modules/shepherd.scm '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/guile/site/3.0' + /usr/bin/mkdir -p '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/guile/site/3.0/shepherd/scripts' + /usr/bin/install -c -m 644 modules/shepherd/scripts/halt.scm modules/shepherd/scripts/herd.scm modules/shepherd/scripts/reboot.scm '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/guile/site/3.0/shepherd/scripts' + /usr/bin/mkdir -p '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/guile/site/3.0/shepherd/service' + /usr/bin/install -c -m 644 modules/shepherd/service/monitoring.scm modules/shepherd/service/repl.scm '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/guile/site/3.0/shepherd/service' + /usr/bin/mkdir -p '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/guile/site/3.0/shepherd' + /usr/bin/install -c -m 644 modules/shepherd/args.scm modules/shepherd/colors.scm modules/shepherd/service.scm modules/shepherd/support.scm modules/shepherd/comm.scm '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/guile/site/3.0/shepherd' + /usr/bin/mkdir -p '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/info' + /usr/bin/install -c -m 644 ./doc/shepherd.info '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/info' + /usr/bin/mkdir -p '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/man/man1' + /usr/bin/install -c -m 644 doc/shepherd.1 doc/herd.1 '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/man/man1' + /usr/bin/mkdir -p '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/man/man8' + /usr/bin/install -c -m 644 doc/halt.8 doc/reboot.8 '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/man/man8' + /usr/bin/mkdir -p '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd//lib/guile/3.0/site-ccache' + /usr/bin/install -c -m 644 modules/shepherd.go '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd//lib/guile/3.0/site-ccache' + /usr/bin/mkdir -p '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd//lib/guile/3.0/site-ccache/shepherd/scripts' + /usr/bin/install -c -m 644 modules/shepherd/scripts/halt.go modules/shepherd/scripts/herd.go modules/shepherd/scripts/reboot.go '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd//lib/guile/3.0/site-ccache/shepherd/scripts' + /usr/bin/mkdir -p '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd//lib/guile/3.0/site-ccache/shepherd/service' + /usr/bin/install -c -m 644 modules/shepherd/service/monitoring.go modules/shepherd/service/repl.go '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd//lib/guile/3.0/site-ccache/shepherd/service' + /usr/bin/mkdir -p '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/guile/site/3.0/shepherd' + /usr/bin/install -c -m 644 modules/shepherd/config.scm modules/shepherd/system.scm '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/guile/site/3.0/shepherd' + /usr/bin/mkdir -p '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd//lib/guile/3.0/site-ccache/shepherd' + /usr/bin/install -c -m 644 modules/shepherd/config.go modules/shepherd/system.go modules/shepherd/args.go modules/shepherd/colors.go modules/shepherd/service.go modules/shepherd/support.go modules/shepherd/comm.go '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd//lib/guile/3.0/site-ccache/shepherd' +make[4]: Leaving directory '/home/user/sources/shepherd/shepherd-0.10.2' +make[3]: Leaving directory '/home/user/sources/shepherd/shepherd-0.10.2' +make[2]: Leaving directory '/home/user/sources/shepherd/shepherd-0.10.2' +make[1]: Leaving directory '/home/user/sources/shepherd/shepherd-0.10.2' + dh_installdocs + dh_installchangelogs + dh_installman + dh_perl + dh_link + dh_strip_nondeterminism + Normalized debian/shepherd/usr/share/locale/pt_BR/LC_MESSAGES/shepherd.mo + Normalized debian/shepherd/usr/share/locale/da/LC_MESSAGES/shepherd.mo + Normalized debian/shepherd/usr/share/locale/ro/LC_MESSAGES/shepherd.mo + Normalized debian/shepherd/usr/share/locale/sk/LC_MESSAGES/shepherd.mo + Normalized debian/shepherd/usr/share/locale/zh_CN/LC_MESSAGES/shepherd.mo + Normalized debian/shepherd/usr/share/locale/ta/LC_MESSAGES/shepherd.mo + Normalized debian/shepherd/usr/share/locale/fr/LC_MESSAGES/shepherd.mo + Normalized debian/shepherd/usr/share/locale/es/LC_MESSAGES/shepherd.mo + Normalized debian/shepherd/usr/share/locale/uk/LC_MESSAGES/shepherd.mo + Normalized debian/shepherd/usr/share/locale/de/LC_MESSAGES/shepherd.mo + Normalized debian/shepherd/usr/share/locale/sr/LC_MESSAGES/shepherd.mo + Normalized debian/shepherd/usr/share/locale/sv/LC_MESSAGES/shepherd.mo + dh_compress + dh_fixperms + dh_missing + dh_strip + dh_makeshlibs + dh_shlibdeps + dh_installdeb + dh_gencontrol +dpkg-gencontrol: warning: package shepherd: substitution variable ${shlibs:Depends} unused, but is defined +dpkg-gencontrol: warning: package shepherd: substitution variable ${shlibs:Depends} unused, but is defined + dh_md5sums + dh_builddeb +dpkg-deb: building package 'shepherd' in '../shepherd_0.10.2-0.1_amd64.deb'. +dpkg-deb: building package 'shepherd-dbgsym' in '../shepherd-dbgsym_0.10.2-0.1_amd64.deb'. + dpkg-genbuildinfo + dpkg-genchanges >../shepherd_0.10.2-0.1_amd64.changes +dpkg-genchanges: info: including full source code in upload + dpkg-source --after-build . +dpkg-buildpackage: info: full upload (original source is included) diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd_0.10.2-0.1_amd64.buildinfo b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd_0.10.2-0.1_amd64.buildinfo new file mode 100644 index 0000000..295109a --- /dev/null +++ b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd_0.10.2-0.1_amd64.buildinfo @@ -0,0 +1,200 @@ +Format: 1.0 +Source: shepherd +Binary: shepherd shepherd-dbgsym +Architecture: amd64 source +Version: 0.10.2-0.1 +Checksums-Md5: + aa33ca699a6069250570c3fd26ff3775 838 shepherd_0.10.2-0.1.dsc + 6a654b9c80aebaaf43323eb0d4a8368e 4116 shepherd-dbgsym_0.10.2-0.1_amd64.deb + 694f95234284b7aafc78347512c8298d 426556 shepherd_0.10.2-0.1_amd64.deb +Checksums-Sha1: + 8d9c424c5fda5a6594dafdbbad918a72bea899ed 838 shepherd_0.10.2-0.1.dsc + af26ea39b0fdb6da1ad470d553f8adcece6db69f 4116 shepherd-dbgsym_0.10.2-0.1_amd64.deb + 4a72c2d150ab934951406eb115d3574f09660bdb 426556 shepherd_0.10.2-0.1_amd64.deb +Checksums-Sha256: + b456628476da0663ee91945bf69800e27d404e2c065d0518a45ed92bcf829dd0 838 shepherd_0.10.2-0.1.dsc + 2d5bb14138ad5dd2614ed664337fbb5d3aa9d0c2b3c37c14564d8b5602debaf6 4116 shepherd-dbgsym_0.10.2-0.1_amd64.deb + 73cf320b6d1ac451aaf0d69a75b00ec6b183f9f85aa75ce4f910cf7ece913943 426556 shepherd_0.10.2-0.1_amd64.deb +Build-Origin: Debian +Build-Architecture: amd64 +Build-Date: Sun, 30 Jul 2023 16:54:01 +0100 +Build-Tainted-By: + merged-usr-via-aliased-dirs +Installed-Build-Depends: + autoconf (= 2.69-14), + automake (= 1:1.16.3-2), + autopoint (= 0.21-4), + autotools-dev (= 20180224.1+nmu1), + base-files (= 11.1+deb11u4), + base-passwd (= 3.5.51), + bash (= 5.1-2+deb11u1), + binutils (= 2.35.2-2), + binutils-common (= 2.35.2-2), + binutils-x86-64-linux-gnu (= 2.35.2-2), + bsdextrautils (= 2.36.1-8+deb11u1), + bsdmainutils (= 12.1.7+nmu3), + bsdutils (= 1:2.36.1-8+deb11u1), + build-essential (= 12.9), + bzip2 (= 1.0.8-4), + coreutils (= 8.32-4+b1), + cpp (= 4:10.2.1-1), + cpp-10 (= 10.2.1-6), + dash (= 0.5.11+git20200708+dd9ef66-5), + debconf (= 1.5.77), + debhelper (= 13.3.4), + debianutils (= 4.11.2), + dh-autoreconf (= 20), + dh-strip-nondeterminism (= 1.12.0-1), + diffstat (= 1.64-1), + diffutils (= 1:3.7-5), + dpkg (= 1.20.11), + dpkg-dev (= 1.20.11), + dwz (= 0.13+20210201-1), + ed (= 1.17-1), + file (= 1:5.39-3), + findutils (= 4.8.0-1), + g++ (= 4:10.2.1-1), + g++-10 (= 10.2.1-6), + gcc (= 4:10.2.1-1), + gcc-10 (= 10.2.1-6), + gcc-10-base (= 10.2.1-6), + gettext (= 0.21-4), + gettext-base (= 0.21-4), + grep (= 3.6-1), + groff-base (= 1.22.4-6), + guile-3.0 (= 3.0.9-0bu1), + guile-3.0-dev (= 3.0.9-0bu1), + guile-3.0-libs (= 3.0.9-0bu1), + guile-fibers (= 1.3.1-1bu), + gzip (= 1.10-4+deb11u1), + hostname (= 3.23), + init-system-helpers (= 1.60), + install-info (= 6.7.0.dfsg.2-6), + intltool-debian (= 0.35.0+20060710.5), + libacl1 (= 2.2.53-10), + libarchive-zip-perl (= 1.68-1), + libasan6 (= 10.2.1-6), + libatomic1 (= 10.2.1-6), + libattr1 (= 1:2.4.48-6), + libaudit-common (= 1:3.0-2), + libaudit1 (= 1:3.0-2), + libbinutils (= 2.35.2-2), + libblkid1 (= 2.36.1-8+deb11u1), + libbz2-1.0 (= 1.0.8-4), + libc-bin (= 2.31-13+deb11u3), + libc-dev-bin (= 2.31-13+deb11u3), + libc6 (= 2.31-13+deb11u3), + libc6-dev (= 2.31-13+deb11u3), + libcap-ng0 (= 0.7.9-2.2+b1), + libcc1-0 (= 10.2.1-6), + libcom-err2 (= 1.46.2-2), + libcrypt-dev (= 1:4.4.18-4), + libcrypt1 (= 1:4.4.18-4), + libctf-nobfd0 (= 2.35.2-2), + libctf0 (= 2.35.2-2), + libdb5.3 (= 5.3.28+dfsg1-0.8), + libdebconfclient0 (= 0.260), + libdebhelper-perl (= 13.3.4), + libdpkg-perl (= 1.20.11), + libelf1 (= 0.183-1), + libffi7 (= 3.3-6), + libfile-stripnondeterminism-perl (= 1.12.0-1), + libgc-dev (= 1:8.0.4-3), + libgc1 (= 1:8.0.4-3), + libgcc-10-dev (= 10.2.1-6), + libgcc-s1 (= 10.2.1-6), + libgcrypt20 (= 1.8.7-6), + libgdbm-compat4 (= 1.19-2), + libgdbm6 (= 1.19-2), + libglib2.0-0 (= 2.66.8-1), + libgmp-dev (= 2:6.2.1+dfsg-1+deb11u1), + libgmp10 (= 2:6.2.1+dfsg-1+deb11u1), + libgmpxx4ldbl (= 2:6.2.1+dfsg-1+deb11u1), + libgomp1 (= 10.2.1-6), + libgpg-error0 (= 1.38-2), + libgssapi-krb5-2 (= 1.18.3-6+deb11u1), + libicu67 (= 67.1-7), + libisl23 (= 0.23-1), + libitm1 (= 10.2.1-6), + libk5crypto3 (= 1.18.3-6+deb11u1), + libkeyutils1 (= 1.6.1-2), + libkrb5-3 (= 1.18.3-6+deb11u1), + libkrb5support0 (= 1.18.3-6+deb11u1), + liblsan0 (= 10.2.1-6), + libltdl-dev (= 2.4.6-15), + libltdl7 (= 2.4.6-15), + liblz4-1 (= 1.9.3-2), + liblzma5 (= 5.2.5-2.1~deb11u1), + libmagic-mgc (= 1:5.39-3), + libmagic1 (= 1:5.39-3), + libmount1 (= 2.36.1-8+deb11u1), + libmpc3 (= 1.2.0-1), + libmpfr6 (= 4.1.0-3), + libncurses-dev (= 6.2+20201114-2), + libncurses5-dev (= 6.2+20201114-2), + libncurses6 (= 6.2+20201114-2), + libncursesw6 (= 6.2+20201114-2), + libnsl-dev (= 1.3.0-2), + libnsl2 (= 1.3.0-2), + libpam-modules (= 1.4.0-9+deb11u1), + libpam-modules-bin (= 1.4.0-9+deb11u1), + libpam-runtime (= 1.4.0-9+deb11u1), + libpam0g (= 1.4.0-9+deb11u1), + libpcre2-8-0 (= 10.36-2), + libpcre3 (= 2:8.39-13), + libperl5.32 (= 5.32.1-4+deb11u2), + libpipeline1 (= 1.5.3-1), + libquadmath0 (= 10.2.1-6), + libreadline-dev (= 8.1-1), + libreadline8 (= 8.1-1), + libseccomp2 (= 2.5.1-1+deb11u1), + libselinux1 (= 3.1-3), + libsigsegv2 (= 2.13-1), + libsmartcols1 (= 2.36.1-8+deb11u1), + libssl1.1 (= 1.1.1n-0+deb11u3), + libstdc++-10-dev (= 10.2.1-6), + libstdc++6 (= 10.2.1-6), + libsub-override-perl (= 0.09-2), + libsystemd0 (= 247.3-7+deb11u1), + libtinfo6 (= 6.2+20201114-2), + libtirpc-common (= 1.3.1-1+deb11u1), + libtirpc-dev (= 1.3.1-1+deb11u1), + libtirpc3 (= 1.3.1-1+deb11u1), + libtool (= 2.4.6-15), + libtsan0 (= 10.2.1-6), + libubsan1 (= 10.2.1-6), + libuchardet0 (= 0.0.7-1), + libudev1 (= 247.3-7), + libunistring2 (= 0.9.10-4), + libuuid1 (= 2.36.1-8+deb11u1), + libxml2 (= 2.9.10+dfsg-6.7+deb11u2), + libzstd1 (= 1.4.8+dfsg-2.1), + linux-libc-dev (= 5.10.136-1), + login (= 1:4.8.1-1), + lsb-base (= 11.1.0), + m4 (= 1.4.18-5), + make (= 4.3-4.1), + man-db (= 2.9.4-2), + mawk (= 1.3.4.20200120-2), + ncal (= 12.1.7+nmu3), + ncurses-base (= 6.2+20201114-2), + ncurses-bin (= 6.2+20201114-2), + patch (= 2.7.6-7), + perl (= 5.32.1-4+deb11u2), + perl-base (= 5.32.1-4+deb11u2), + perl-modules-5.32 (= 5.32.1-4+deb11u2), + pkg-config (= 0.29.2-1), + po-debconf (= 1.0.21+nmu1), + quilt (= 0.66-2.1), + readline-common (= 8.1-1), + sed (= 4.7-1), + sensible-utils (= 0.0.14), + sysvinit-utils (= 2.96-7+deb11u1), + tar (= 1.34+dfsg-1), + util-linux (= 2.36.1-8+deb11u1), + xz-utils (= 5.2.5-2.1~deb11u1), + zlib1g (= 1:1.2.11.dfsg-2+deb11u2) +Environment: + DEB_BUILD_OPTIONS="parallel=1" + LANG="en_GB.UTF-8" + SOURCE_DATE_EPOCH="1690712688" diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd_0.10.2-0.1_amd64.changes b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd_0.10.2-0.1_amd64.changes new file mode 100644 index 0000000..5903a30 --- /dev/null +++ b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd_0.10.2-0.1_amd64.changes @@ -0,0 +1,38 @@ +Format: 1.8 +Date: Sun, 30 Jul 2023 12:24:48 +0200 +Source: shepherd +Binary: shepherd shepherd-dbgsym +Architecture: source amd64 +Version: 0.10.2-0.1 +Distribution: UNRELEASED +Urgency: medium +Maintainer: sesostris +Changed-By: Author: sesostris +Description: + shepherd - Guile based init system +Changes: + shepherd (0.10.2-0.1) UNRELEASED; urgency=medium + . + * New upstream release. + * Non-maintainer upload. +Checksums-Sha1: + 8d9c424c5fda5a6594dafdbbad918a72bea899ed 838 shepherd_0.10.2-0.1.dsc + d0ea3e212eb62b98f6ea9567be66069571747d41 684751 shepherd_0.10.2.orig.tar.gz + 8e58c9c18b79d64b2ea10cb2cae1c2916dd71ba9 3644 shepherd_0.10.2-0.1.debian.tar.xz + af26ea39b0fdb6da1ad470d553f8adcece6db69f 4116 shepherd-dbgsym_0.10.2-0.1_amd64.deb + 7f6416ae0cbc79148b3b6080b905f7caeecf6c9b 6044 shepherd_0.10.2-0.1_amd64.buildinfo + 4a72c2d150ab934951406eb115d3574f09660bdb 426556 shepherd_0.10.2-0.1_amd64.deb +Checksums-Sha256: + b456628476da0663ee91945bf69800e27d404e2c065d0518a45ed92bcf829dd0 838 shepherd_0.10.2-0.1.dsc + 927283ad48c78ecf1801607a131f481947a0ba6e73398086f2e536bc5e6a346d 684751 shepherd_0.10.2.orig.tar.gz + 3d7f29d0fc16766fab9c49ced99f21a5b8826feb88659b7f8d0c1fe1df08cca7 3644 shepherd_0.10.2-0.1.debian.tar.xz + 2d5bb14138ad5dd2614ed664337fbb5d3aa9d0c2b3c37c14564d8b5602debaf6 4116 shepherd-dbgsym_0.10.2-0.1_amd64.deb + fe2d1b93b90d11bc965990e5573d7e8610d00199ac6423ed2864346907d8a733 6044 shepherd_0.10.2-0.1_amd64.buildinfo + 73cf320b6d1ac451aaf0d69a75b00ec6b183f9f85aa75ce4f910cf7ece913943 426556 shepherd_0.10.2-0.1_amd64.deb +Files: + aa33ca699a6069250570c3fd26ff3775 838 misc optional shepherd_0.10.2-0.1.dsc + 6afe8676a82ce5ede5c86e8d55e5dc33 684751 misc optional shepherd_0.10.2.orig.tar.gz + c4301d367691f1004ffb9d4776f659b4 3644 misc optional shepherd_0.10.2-0.1.debian.tar.xz + 6a654b9c80aebaaf43323eb0d4a8368e 4116 debug optional shepherd-dbgsym_0.10.2-0.1_amd64.deb + a17967086706e8ae2ffe589da6ef40cb 6044 misc optional shepherd_0.10.2-0.1_amd64.buildinfo + 694f95234284b7aafc78347512c8298d 426556 misc optional shepherd_0.10.2-0.1_amd64.deb diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd_0.10.2-0.1_amd64.deb b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd_0.10.2-0.1_amd64.deb new file mode 100644 index 0000000..b3f566a Binary files /dev/null and b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd_0.10.2-0.1_amd64.deb differ diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd_0.10.2-0.1_armhf.build b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd_0.10.2-0.1_armhf.build new file mode 100644 index 0000000..5380cef --- /dev/null +++ b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd_0.10.2-0.1_armhf.build @@ -0,0 +1,355 @@ + dpkg-buildpackage -us -uc -ui +dpkg-buildpackage: info: source package shepherd +dpkg-buildpackage: info: source version 0.10.2-0.1 +dpkg-buildpackage: info: source distribution UNRELEASED +dpkg-buildpackage: info: source changed by Author: sesostris + dpkg-source --before-build . +dpkg-buildpackage: info: host architecture armhf + fakeroot debian/rules clean +dh clean + debian/rules override_dh_auto_clean +make[1]: Entering directory '/home/user/sources/shepherd/shepherd-0.10.2' +rm -f doc/shepherd.1 +dh_auto_clean +make[1]: Leaving directory '/home/user/sources/shepherd/shepherd-0.10.2' + dh_clean + dpkg-source -b . +dpkg-source: info: using source format '3.0 (quilt)' +dpkg-source: info: building shepherd using existing ./shepherd_0.10.2.orig.tar.gz +dpkg-source: info: using patch list from debian/patches/series +dpkg-source: warning: ignoring deletion of file doc/shepherd.1, use --include-removal to override +dpkg-source: info: building shepherd in shepherd_0.10.2-0.1.debian.tar.xz +dpkg-source: info: building shepherd in shepherd_0.10.2-0.1.dsc + debian/rules build +dh build + dh_update_autotools_config + dh_autoreconf +Copying file m4/codeset.m4 +Copying file m4/extern-inline.m4 +Copying file m4/fcntl-o.m4 +Copying file m4/glibc2.m4 +Copying file m4/glibc21.m4 +Copying file m4/intdiv0.m4 +Copying file m4/intl.m4 +Copying file m4/intldir.m4 +Copying file m4/intmax.m4 +Copying file m4/inttypes-pri.m4 +Copying file m4/inttypes_h.m4 +Copying file m4/lcmessage.m4 +Copying file m4/lock.m4 +Copying file m4/longlong.m4 +Copying file m4/printf-posix.m4 +Copying file m4/size_max.m4 +Copying file m4/stdint_h.m4 +Copying file m4/threadlib.m4 +Copying file m4/uintmax_t.m4 +Copying file m4/visibility.m4 +Copying file m4/wchar_t.m4 +Copying file m4/wint_t.m4 +Copying file m4/xsize.m4 +Copying file po/Makevars.template + debian/rules override_dh_auto_configure +make[1]: Entering directory '/home/user/sources/shepherd/shepherd-0.10.2' +./configure --prefix=/ --datarootdir=/usr/share --localstatedir=/ +checking for a BSD-compatible install... /usr/bin/install -c +checking whether build environment is sane... yes +checking for a thread-safe mkdir -p... /usr/bin/mkdir -p +checking for gawk... gawk +checking whether make sets $(MAKE)... yes +checking whether make supports nested variables... yes +checking whether make supports nested variables... (cached) yes +checking for a sed that does not truncate output... /usr/bin/sed +checking whether NLS is requested... yes +checking for msgfmt... /usr/bin/msgfmt +checking for gmsgfmt... /usr/bin/msgfmt +checking for xgettext... /usr/bin/xgettext +checking for msgmerge... /usr/bin/msgmerge +checking whether make supports the include directive... yes (GNU style) +checking for gcc... gcc +checking whether the C compiler works... yes +checking for C compiler default output file name... a.out +checking for suffix of executables... +checking whether we are cross compiling... no +checking for suffix of object files... o +checking whether we are using the GNU C compiler... yes +checking whether gcc accepts -g... yes +checking for gcc option to accept ISO C89... none needed +checking whether gcc understands -c and -o together... yes +checking dependency style of gcc... none +checking build system type... armv7l-unknown-linux-gnueabihf +checking host system type... armv7l-unknown-linux-gnueabihf +checking for ld used by gcc... /usr/bin/ld +checking if the linker (/usr/bin/ld) is GNU ld... yes +checking for shared library run path origin... done +checking how to run the C preprocessor... gcc -E +checking for grep that handles long lines and -e... /usr/bin/grep +checking for egrep... /usr/bin/grep -E +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 a sed that does not truncate output... (cached) /usr/bin/sed +checking for timeout... /usr/bin/timeout +checking for pkg-config... /usr/bin/pkg-config +checking pkg-config is at least version 0.9.0... yes +configure: checking for guile 3.0 +configure: found guile 3.0 +checking for guile-3.0... /usr/bin/guile-3.0 +checking for Guile version >= 3.0... 3.0.9 +checking for guild-3.0... /usr/bin/guild-3.0 +checking for guile-config-3.0... /usr/bin/guile-config-3.0 +checking if (fibers) is available... yes +checking if (fibers scheduler) is available... yes +checking whether Fibers might create POSIX threads... no +checking for gcc... (cached) gcc +checking whether we are using the GNU C compiler... (cached) yes +checking whether gcc accepts -g... (cached) yes +checking for gcc option to accept ISO C89... (cached) none needed +checking whether gcc understands -c and -o together... (cached) yes +checking dependency style of gcc... (cached) none +checking the '_SC_OPEN_MAX' value... 4 +checking the 'O_CLOEXEC' value... 524288 +checking constants... done +checking constants... done +checking size of struct signalfd_siginfo... 128 +checking size of sigset_t... 128 +checking and constants... done +checking constants... done +checking whether to build crash handler... yes +checking that generated files are newer than configure... done +configure: creating ./config.status +config.status: creating Makefile +config.status: creating po/Makefile.in +config.status: creating modules/shepherd/system.scm +config.status: executing po-directories commands +config.status: creating po/POTFILES +config.status: creating po/Makefile +config.status: executing depfiles commands +make[1]: Leaving directory '/home/user/sources/shepherd/shepherd-0.10.2' + dh_auto_build + make -j4 +make[1]: Entering directory '/home/user/sources/shepherd/shepherd-0.10.2' +/usr/bin/mkdir -p "`dirname modules/shepherd/config.scm`" +/usr/bin/sed -e 's,%PREFIX%,/,g' -e 's,%modsrcdir%,/home/user/sources/shepherd/shepherd-0.10.2/modules,g' -e 's,%modbuilddir%,/home/user/sources/shepherd/shepherd-0.10.2/modules,g' -e 's,%localstatedir%,/,g' -e 's,%pkglibdir%,//lib/shepherd,g' -e 's,%sysconfdir%,//etc,g' -e 's,%localedir%,/usr/share/locale,g' -e 's,%VERSION%,0.10.2,g' -e 's,%PACKAGE_BUGREPORT%,bug-guix@gnu.org,g' -e 's,%PACKAGE_NAME%,GNU Shepherd,g' -e 's,%PACKAGE_URL%,http://www.gnu.org/software/shepherd/,g' -e 's,%FIBERS_SOURCE_DIRECTORY%,/usr/share/guile/site/3.0,g' -e 's,%FIBERS_OBJECT_DIRECTORY%,/usr/lib/arm-linux-gnueabihf/guile/3.0/site-ccache,g' -e 's,%GUILE%,/usr/bin/guile-3.0,g' < modules/shepherd/config.scm.in >modules/shepherd/config.scm +make all-recursive +make[2]: Entering directory '/home/user/sources/shepherd/shepherd-0.10.2' +Making all in po +make[3]: Entering directory '/home/user/sources/shepherd/shepherd-0.10.2/po' +make[3]: Nothing to be done for 'all'. +make[3]: Leaving directory '/home/user/sources/shepherd/shepherd-0.10.2/po' +make[3]: Entering directory '/home/user/sources/shepherd/shepherd-0.10.2' + GEN shepherd + GEN herd + GEN halt +make[4]: Entering directory '/home/user/sources/shepherd/shepherd-0.10.2' +make[4]: Leaving directory '/home/user/sources/shepherd/shepherd-0.10.2' + GEN reboot + HELP2MAN doc/shepherd.1 + GEN etc/crash-handler.so + GUILEC modules/shepherd.go + GUILEC modules/shepherd/scripts/halt.go + GUILEC modules/shepherd/scripts/herd.go + GUILEC modules/shepherd/scripts/reboot.go + GUILEC modules/shepherd/service/monitoring.go + GUILEC modules/shepherd/service/repl.go + GUILEC modules/shepherd/config.go + GUILEC modules/shepherd/system.go + GUILEC modules/shepherd/args.go + GUILEC modules/shepherd/colors.go + GUILEC modules/shepherd/service.go + GUILEC modules/shepherd/support.go +shepherd/scripts/herd.scm:193:2: warning: non-literal format string +shepherd/scripts/herd.scm:220:13: warning: non-literal format string +shepherd/scripts/herd.scm:228:16: warning: non-literal format string +shepherd/scripts/herd.scm:224:16: warning: non-literal format string +shepherd/scripts/herd.scm:242:8: warning: non-literal format string +shepherd/scripts/herd.scm:256:7: warning: non-literal format string +shepherd/scripts/herd.scm:330:20: warning: non-literal format string +shepherd/scripts/herd.scm:321:27: warning: non-literal format string +shepherd/scripts/herd.scm:326:27: warning: non-literal format string +shepherd/scripts/herd.scm:314:20: warning: non-literal format string + GUILEC modules/shepherd/comm.go +make[3]: Leaving directory '/home/user/sources/shepherd/shepherd-0.10.2' +make[2]: Leaving directory '/home/user/sources/shepherd/shepherd-0.10.2' +make[1]: Leaving directory '/home/user/sources/shepherd/shepherd-0.10.2' + dh_auto_test + make -j4 check VERBOSE=1 +make[1]: Entering directory '/home/user/sources/shepherd/shepherd-0.10.2' +make check-recursive +make[2]: Entering directory '/home/user/sources/shepherd/shepherd-0.10.2' +Making check in po +make[3]: Entering directory '/home/user/sources/shepherd/shepherd-0.10.2/po' +make[3]: Nothing to be done for 'check'. +make[3]: Leaving directory '/home/user/sources/shepherd/shepherd-0.10.2/po' +make[3]: Entering directory '/home/user/sources/shepherd/shepherd-0.10.2' +make check-TESTS +make[4]: Entering directory '/home/user/sources/shepherd/shepherd-0.10.2' +make[5]: Entering directory '/home/user/sources/shepherd/shepherd-0.10.2' +PASS: tests/config-failure.sh +PASS: tests/startup-failure.sh +PASS: tests/starting-status.sh +PASS: tests/stopping-status.sh +PASS: tests/replacement.sh +PASS: tests/respawn-throttling.sh +PASS: tests/restart.sh +PASS: tests/no-home.sh +PASS: tests/misbehaved-client.sh +PASS: tests/basic.sh +PASS: tests/file-creation-mask.sh +PASS: tests/logging.sh +PASS: tests/status-sexp.sh +PASS: tests/respawn.sh +PASS: tests/one-shot.sh +PASS: tests/transient.sh +PASS: tests/systemd.sh +PASS: tests/pid-file.sh +PASS: tests/signals.sh +PASS: tests/daemonize.sh +PASS: tests/inetd.sh +PASS: tests/close-on-exec.sh +PASS: tests/forking-service.sh +PASS: tests/eval-load.sh +PASS: tests/services/monitoring.sh +PASS: tests/services/repl.sh +============================================================================ +Testsuite summary for GNU Shepherd 0.10.2 +============================================================================ +# TOTAL: 26 +# PASS: 26 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ +make[5]: Leaving directory '/home/user/sources/shepherd/shepherd-0.10.2' +make[4]: Leaving directory '/home/user/sources/shepherd/shepherd-0.10.2' +make[3]: Leaving directory '/home/user/sources/shepherd/shepherd-0.10.2' +make[2]: Leaving directory '/home/user/sources/shepherd/shepherd-0.10.2' +make[1]: Leaving directory '/home/user/sources/shepherd/shepherd-0.10.2' + create-stamp debian/debhelper-build-stamp + fakeroot debian/rules binary +dh binary + dh_testroot + dh_prep + dh_auto_install + make -j4 install DESTDIR=/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd AM_UPDATE_INFO_DIR=no +make[1]: Entering directory '/home/user/sources/shepherd/shepherd-0.10.2' +make install-recursive +make[2]: Entering directory '/home/user/sources/shepherd/shepherd-0.10.2' +Making install in po +make[3]: Entering directory '/home/user/sources/shepherd/shepherd-0.10.2/po' +installing da.gmo as /home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/locale/da/LC_MESSAGES/shepherd.mo +installing de.gmo as /home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/locale/de/LC_MESSAGES/shepherd.mo +installing fr.gmo as /home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/locale/fr/LC_MESSAGES/shepherd.mo +installing es.gmo as /home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/locale/es/LC_MESSAGES/shepherd.mo +installing pt_BR.gmo as /home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/locale/pt_BR/LC_MESSAGES/shepherd.mo +installing ro.gmo as /home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/locale/ro/LC_MESSAGES/shepherd.mo +installing sk.gmo as /home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/locale/sk/LC_MESSAGES/shepherd.mo +installing sr.gmo as /home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/locale/sr/LC_MESSAGES/shepherd.mo +installing sv.gmo as /home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/locale/sv/LC_MESSAGES/shepherd.mo +installing ta.gmo as /home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/locale/ta/LC_MESSAGES/shepherd.mo +installing uk.gmo as /home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/locale/uk/LC_MESSAGES/shepherd.mo +installing zh_CN.gmo as /home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/locale/zh_CN/LC_MESSAGES/shepherd.mo +if test "shepherd" = "gettext-tools"; then \ + /usr/bin/mkdir -p /home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/gettext/po; \ + for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ + /usr/bin/install -c -m 644 ./$file \ + /home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/gettext/po/$file; \ + done; \ + for file in Makevars; do \ + rm -f /home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/gettext/po/$file; \ + done; \ +else \ + : ; \ +fi +make[3]: Leaving directory '/home/user/sources/shepherd/shepherd-0.10.2/po' +make[3]: Entering directory '/home/user/sources/shepherd/shepherd-0.10.2' +make[4]: Entering directory '/home/user/sources/shepherd/shepherd-0.10.2' + /usr/bin/mkdir -p '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd//bin' + /usr/bin/mkdir -p '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd//sbin' + /usr/bin/mkdir -p '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd//etc/bash_completion.d' + /usr/bin/mkdir -p '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/guile/site/3.0' + /usr/bin/install -c -m 644 modules/shepherd.scm '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/guile/site/3.0' + /usr/bin/install -c -m 644 etc/completion/bash/herd '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd//etc/bash_completion.d' + /usr/bin/install -c halt reboot '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd//sbin' + /usr/bin/install -c shepherd herd '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd//bin' + /usr/bin/mkdir -p '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/guile/site/3.0/shepherd/scripts' + /usr/bin/mkdir -p '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/guile/site/3.0/shepherd/service' + /usr/bin/mkdir -p '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/guile/site/3.0/shepherd' + /usr/bin/mkdir -p '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/info' + /usr/bin/install -c -m 644 modules/shepherd/service/monitoring.scm modules/shepherd/service/repl.scm '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/guile/site/3.0/shepherd/service' + /usr/bin/install -c -m 644 modules/shepherd/args.scm modules/shepherd/colors.scm modules/shepherd/service.scm modules/shepherd/support.scm modules/shepherd/comm.scm '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/guile/site/3.0/shepherd' + /usr/bin/install -c -m 644 modules/shepherd/scripts/halt.scm modules/shepherd/scripts/herd.scm modules/shepherd/scripts/reboot.scm '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/guile/site/3.0/shepherd/scripts' + /usr/bin/mkdir -p '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/man/man1' + /usr/bin/mkdir -p '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/man/man8' + /usr/bin/mkdir -p '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd//lib/guile/3.0/site-ccache' + /usr/bin/install -c -m 644 ./doc/shepherd.info '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/info' + /usr/bin/install -c -m 644 modules/shepherd.go '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd//lib/guile/3.0/site-ccache' + /usr/bin/install -c -m 644 doc/halt.8 doc/reboot.8 '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/man/man8' + /usr/bin/install -c -m 644 doc/shepherd.1 doc/herd.1 '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/man/man1' + /usr/bin/mkdir -p '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd//lib/guile/3.0/site-ccache/shepherd/scripts' + /usr/bin/mkdir -p '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd//lib/guile/3.0/site-ccache/shepherd/service' +make install-exec-hook + /usr/bin/mkdir -p '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/guile/site/3.0/shepherd' + /usr/bin/install -c -m 644 modules/shepherd/service/monitoring.go modules/shepherd/service/repl.go '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd//lib/guile/3.0/site-ccache/shepherd/service' + /usr/bin/install -c -m 644 modules/shepherd/scripts/halt.go modules/shepherd/scripts/herd.go modules/shepherd/scripts/reboot.go '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd//lib/guile/3.0/site-ccache/shepherd/scripts' + /usr/bin/install -c -m 644 modules/shepherd/config.scm modules/shepherd/system.scm '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd/usr/share/guile/site/3.0/shepherd' +make[5]: Entering directory '/home/user/sources/shepherd/shepherd-0.10.2' +cd /home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd//sbin; ln -s halt poweroff +/usr/bin/mkdir -p /home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd//lib/shepherd + /usr/bin/mkdir -p '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd//lib/guile/3.0/site-ccache/shepherd' +/usr/bin/install -c -m 755 etc/crash-handler.so \ + /home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd//lib/shepherd/crash-handler.so +for script in \ + /home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd//bin/shepherd /home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd//bin/herd \ + /home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd//sbin/halt /home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd//sbin/reboot ; \ +do \ + /usr/bin/sed -e's|/home/user/sources/shepherd/shepherd-0.10.2/modules\(.*\)%load-path|/usr/share/guile/site/3.0\1%load-path|g' \ + -e's|/home/user/sources/shepherd/shepherd-0.10.2/modules\(.*\)%load-compiled-path|//lib/guile/3.0/site-ccache\1%load-compiled-path|g' \ + -i $script ; \ +done + /usr/bin/install -c -m 644 modules/shepherd/config.go modules/shepherd/system.go modules/shepherd/args.go modules/shepherd/colors.go modules/shepherd/service.go modules/shepherd/support.go modules/shepherd/comm.go '/home/user/sources/shepherd/shepherd-0.10.2/debian/shepherd//lib/guile/3.0/site-ccache/shepherd' +make[5]: Leaving directory '/home/user/sources/shepherd/shepherd-0.10.2' +make[4]: Leaving directory '/home/user/sources/shepherd/shepherd-0.10.2' +make[3]: Leaving directory '/home/user/sources/shepherd/shepherd-0.10.2' +make[2]: Leaving directory '/home/user/sources/shepherd/shepherd-0.10.2' +make[1]: Leaving directory '/home/user/sources/shepherd/shepherd-0.10.2' + dh_installdocs + dh_installchangelogs + dh_installman + dh_perl + dh_link + dh_strip_nondeterminism + Normalized debian/shepherd/usr/share/locale/fr/LC_MESSAGES/shepherd.mo + Normalized debian/shepherd/usr/share/locale/sr/LC_MESSAGES/shepherd.mo + Normalized debian/shepherd/usr/share/locale/da/LC_MESSAGES/shepherd.mo + Normalized debian/shepherd/usr/share/locale/ro/LC_MESSAGES/shepherd.mo + Normalized debian/shepherd/usr/share/locale/ta/LC_MESSAGES/shepherd.mo + Normalized debian/shepherd/usr/share/locale/sv/LC_MESSAGES/shepherd.mo + Normalized debian/shepherd/usr/share/locale/sk/LC_MESSAGES/shepherd.mo + Normalized debian/shepherd/usr/share/locale/zh_CN/LC_MESSAGES/shepherd.mo + Normalized debian/shepherd/usr/share/locale/pt_BR/LC_MESSAGES/shepherd.mo + Normalized debian/shepherd/usr/share/locale/uk/LC_MESSAGES/shepherd.mo + Normalized debian/shepherd/usr/share/locale/es/LC_MESSAGES/shepherd.mo + Normalized debian/shepherd/usr/share/locale/de/LC_MESSAGES/shepherd.mo + dh_compress + dh_fixperms + dh_missing + dh_strip + dh_makeshlibs + dh_shlibdeps + dh_installdeb + dh_gencontrol +dpkg-gencontrol: warning: package shepherd: substitution variable ${shlibs:Depends} unused, but is defined +dpkg-gencontrol: warning: package shepherd: substitution variable ${shlibs:Depends} unused, but is defined + dh_md5sums + dh_builddeb +dpkg-deb: building package 'shepherd-dbgsym' in '../shepherd-dbgsym_0.10.2-0.1_armhf.deb'. +dpkg-deb: building package 'shepherd' in '../shepherd_0.10.2-0.1_armhf.deb'. + dpkg-genbuildinfo + dpkg-genchanges >../shepherd_0.10.2-0.1_armhf.changes +dpkg-genchanges: info: including full source code in upload + dpkg-source --after-build . +dpkg-buildpackage: info: full upload (original source is included) diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd_0.10.2-0.1_armhf.buildinfo b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd_0.10.2-0.1_armhf.buildinfo new file mode 100644 index 0000000..62b9871 --- /dev/null +++ b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd_0.10.2-0.1_armhf.buildinfo @@ -0,0 +1,195 @@ +Format: 1.0 +Source: shepherd +Binary: shepherd shepherd-dbgsym +Architecture: armhf source +Version: 0.10.2-0.1 +Checksums-Md5: + aa33ca699a6069250570c3fd26ff3775 838 shepherd_0.10.2-0.1.dsc + f6a5da01a675f42a5bb24c10a3ef1858 4180 shepherd-dbgsym_0.10.2-0.1_armhf.deb + 6cca5351ff02a68866696ec0f634f32a 417924 shepherd_0.10.2-0.1_armhf.deb +Checksums-Sha1: + 8d9c424c5fda5a6594dafdbbad918a72bea899ed 838 shepherd_0.10.2-0.1.dsc + d92859107d7d5f9859678dc34d0fc46544543e98 4180 shepherd-dbgsym_0.10.2-0.1_armhf.deb + 9c4c5578cd19826a10be339ac5f704fb94a5e9f3 417924 shepherd_0.10.2-0.1_armhf.deb +Checksums-Sha256: + b456628476da0663ee91945bf69800e27d404e2c065d0518a45ed92bcf829dd0 838 shepherd_0.10.2-0.1.dsc + 419567aa9d316ceedffe62ef170a14fc4b9ed80e99f05634896f32c0152fe935 4180 shepherd-dbgsym_0.10.2-0.1_armhf.deb + d608b3aca1ed4b4525017305234e49112dda5d2d50980bbba7934cad664fb8e2 417924 shepherd_0.10.2-0.1_armhf.deb +Build-Origin: Debian +Build-Architecture: armhf +Build-Date: Tue, 01 Aug 2023 10:45:11 +0200 +Build-Tainted-By: + merged-usr-via-aliased-dirs +Installed-Build-Depends: + autoconf (= 2.69-14), + automake (= 1:1.16.3-2), + autopoint (= 0.21-4), + autotools-dev (= 20180224.1+nmu1), + base-files (= 11.1+deb11u4), + base-passwd (= 3.5.51), + bash (= 5.1-2+deb11u1), + binutils (= 2.35.2-2), + binutils-arm-linux-gnueabihf (= 2.35.2-2), + binutils-common (= 2.35.2-2), + bsdextrautils (= 2.36.1-8+deb11u1), + bsdutils (= 1:2.36.1-8+deb11u1), + build-essential (= 12.9), + bzip2 (= 1.0.8-4), + coreutils (= 8.32-4), + cpp (= 4:10.2.1-1), + cpp-10 (= 10.2.1-6), + dash (= 0.5.11+git20200708+dd9ef66-5), + debconf (= 1.5.77), + debhelper (= 13.3.4), + debianutils (= 4.11.2), + dh-autoreconf (= 20), + dh-strip-nondeterminism (= 1.12.0-1), + diffstat (= 1.64-1), + diffutils (= 1:3.7-5), + dpkg (= 1.20.11), + dpkg-dev (= 1.20.11), + dwz (= 0.13+20210201-1), + ed (= 1.17-1), + file (= 1:5.39-3), + findutils (= 4.8.0-1), + g++ (= 4:10.2.1-1), + g++-10 (= 10.2.1-6), + gawk (= 1:5.1.0-1), + gcc (= 4:10.2.1-1), + gcc-10 (= 10.2.1-6), + gcc-10-base (= 10.2.1-6), + gettext (= 0.21-4), + gettext-base (= 0.21-4), + grep (= 3.6-1), + groff-base (= 1.22.4-6), + guile-3.0 (= 3.0.9-0bu1), + guile-3.0-dev (= 3.0.9-0bu1), + guile-3.0-libs (= 3.0.9-0bu1), + guile-fibers (= 1.3.1-2bu), + gzip (= 1.10-4+deb11u1), + hostname (= 3.23), + init-system-helpers (= 1.60), + install-info (= 6.7.0.dfsg.2-6), + intltool-debian (= 0.35.0+20060710.5), + libacl1 (= 2.2.53-10), + libarchive-zip-perl (= 1.68-1), + libasan6 (= 10.2.1-6), + libatomic1 (= 10.2.1-6), + libattr1 (= 1:2.4.48-6), + libaudit-common (= 1:3.0-2), + libaudit1 (= 1:3.0-2), + libbinutils (= 2.35.2-2), + libblkid1 (= 2.36.1-8+deb11u1), + libbz2-1.0 (= 1.0.8-4), + libc-bin (= 2.31-13+deb11u3), + libc-dev-bin (= 2.31-13+deb11u3), + libc6 (= 2.31-13+deb11u3), + libc6-dev (= 2.31-13+deb11u3), + libcap-ng0 (= 0.7.9-2.2+b1), + libcc1-0 (= 10.2.1-6), + libcom-err2 (= 1.46.2-2), + libcrypt-dev (= 1:4.4.18-4), + libcrypt1 (= 1:4.4.18-4), + libctf-nobfd0 (= 2.35.2-2), + libctf0 (= 2.35.2-2), + libdb5.3 (= 5.3.28+dfsg1-0.8), + libdebconfclient0 (= 0.260), + libdebhelper-perl (= 13.3.4), + libdpkg-perl (= 1.20.11), + libelf1 (= 0.183-1), + libffi7 (= 3.3-6), + libfile-stripnondeterminism-perl (= 1.12.0-1), + libgc-dev (= 1:8.0.4-3), + libgc1 (= 1:8.0.4-3), + libgcc-10-dev (= 10.2.1-6), + libgcc-s1 (= 10.2.1-6), + libgcrypt20 (= 1.8.7-6), + libgdbm-compat4 (= 1.19-2), + libgdbm6 (= 1.19-2), + libglib2.0-0 (= 2.66.8-1), + libgmp-dev (= 2:6.2.1+dfsg-1+deb11u1), + libgmp10 (= 2:6.2.1+dfsg-1+deb11u1), + libgmpxx4ldbl (= 2:6.2.1+dfsg-1+deb11u1), + libgomp1 (= 10.2.1-6), + libgpg-error0 (= 1.38-2), + libgssapi-krb5-2 (= 1.18.3-6+deb11u1), + libicu67 (= 67.1-7), + libisl23 (= 0.23-1), + libk5crypto3 (= 1.18.3-6+deb11u1), + libkeyutils1 (= 1.6.1-2), + libkrb5-3 (= 1.18.3-6+deb11u1), + libkrb5support0 (= 1.18.3-6+deb11u1), + libltdl-dev (= 2.4.6-15), + libltdl7 (= 2.4.6-15), + liblz4-1 (= 1.9.3-2), + liblzma5 (= 5.2.5-2.1~deb11u1), + libmagic-mgc (= 1:5.39-3), + libmagic1 (= 1:5.39-3), + libmount1 (= 2.36.1-8+deb11u1), + libmpc3 (= 1.2.0-1), + libmpfr6 (= 4.1.0-3), + libncurses-dev (= 6.2+20201114-2), + libncurses5-dev (= 6.2+20201114-2), + libncurses6 (= 6.2+20201114-2), + libncursesw6 (= 6.2+20201114-2), + libnsl-dev (= 1.3.0-2), + libnsl2 (= 1.3.0-2), + libpam-modules (= 1.4.0-9+deb11u1), + libpam-modules-bin (= 1.4.0-9+deb11u1), + libpam-runtime (= 1.4.0-9+deb11u1), + libpam0g (= 1.4.0-9+deb11u1), + libpcre2-8-0 (= 10.36-2), + libpcre3 (= 2:8.39-13), + libperl5.32 (= 5.32.1-4+deb11u2), + libpipeline1 (= 1.5.3-1), + libreadline-dev (= 8.1-1), + libreadline8 (= 8.1-1), + libseccomp2 (= 2.5.1-1+deb11u1), + libselinux1 (= 3.1-3), + libsigsegv2 (= 2.13-1), + libsmartcols1 (= 2.36.1-8+deb11u1), + libssl1.1 (= 1.1.1n-0+deb11u3), + libstdc++-10-dev (= 10.2.1-6), + libstdc++6 (= 10.2.1-6), + libsub-override-perl (= 0.09-2), + libsystemd0 (= 247.3-7), + libtinfo6 (= 6.2+20201114-2), + libtirpc-common (= 1.3.1-1+deb11u1), + libtirpc-dev (= 1.3.1-1+deb11u1), + libtirpc3 (= 1.3.1-1+deb11u1), + libtool (= 2.4.6-15), + libubsan1 (= 10.2.1-6), + libuchardet0 (= 0.0.7-1), + libudev1 (= 247.3-7), + libunistring2 (= 0.9.10-4), + libuuid1 (= 2.36.1-8+deb11u1), + libxml2 (= 2.9.10+dfsg-6.7+deb11u2), + libzstd1 (= 1.4.8+dfsg-2.1), + linux-libc-dev (= 5.10.136-1), + login (= 1:4.8.1-1), + lsb-base (= 11.1.0), + m4 (= 1.4.18-5), + make (= 4.3-4.1), + man-db (= 2.9.4-2), + mawk (= 1.3.4.20200120-2), + ncurses-base (= 6.2+20201114-2), + ncurses-bin (= 6.2+20201114-2), + patch (= 2.7.6-7), + perl (= 5.32.1-4+deb11u2), + perl-base (= 5.32.1-4+deb11u2), + perl-modules-5.32 (= 5.32.1-4+deb11u2), + pkg-config (= 0.29.2-1), + po-debconf (= 1.0.21+nmu1), + quilt (= 0.66-2.1), + readline-common (= 8.1-1), + sed (= 4.7-1), + sensible-utils (= 0.0.14), + sysvinit-utils (= 2.96-7+deb11u1), + tar (= 1.34+dfsg-1), + util-linux (= 2.36.1-8+deb11u1), + xz-utils (= 5.2.5-2.1~deb11u1), + zlib1g (= 1:1.2.11.dfsg-2+deb11u2) +Environment: + DEB_BUILD_OPTIONS="parallel=4" + LANG="C.UTF-8" + SOURCE_DATE_EPOCH="1690712688" diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd_0.10.2-0.1_armhf.changes b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd_0.10.2-0.1_armhf.changes new file mode 100644 index 0000000..963e137 --- /dev/null +++ b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd_0.10.2-0.1_armhf.changes @@ -0,0 +1,38 @@ +Format: 1.8 +Date: Sun, 30 Jul 2023 12:24:48 +0200 +Source: shepherd +Binary: shepherd shepherd-dbgsym +Architecture: source armhf +Version: 0.10.2-0.1 +Distribution: UNRELEASED +Urgency: medium +Maintainer: sesostris +Changed-By: Author: sesostris +Description: + shepherd - Guile based init system +Changes: + shepherd (0.10.2-0.1) UNRELEASED; urgency=medium + . + * New upstream release. + * Non-maintainer upload. +Checksums-Sha1: + 8d9c424c5fda5a6594dafdbbad918a72bea899ed 838 shepherd_0.10.2-0.1.dsc + d0ea3e212eb62b98f6ea9567be66069571747d41 684751 shepherd_0.10.2.orig.tar.gz + 8e58c9c18b79d64b2ea10cb2cae1c2916dd71ba9 3644 shepherd_0.10.2-0.1.debian.tar.xz + d92859107d7d5f9859678dc34d0fc46544543e98 4180 shepherd-dbgsym_0.10.2-0.1_armhf.deb + e33b0ae75ecba9432f51014b0ccb8080d8f5ea19 5900 shepherd_0.10.2-0.1_armhf.buildinfo + 9c4c5578cd19826a10be339ac5f704fb94a5e9f3 417924 shepherd_0.10.2-0.1_armhf.deb +Checksums-Sha256: + b456628476da0663ee91945bf69800e27d404e2c065d0518a45ed92bcf829dd0 838 shepherd_0.10.2-0.1.dsc + 927283ad48c78ecf1801607a131f481947a0ba6e73398086f2e536bc5e6a346d 684751 shepherd_0.10.2.orig.tar.gz + 3d7f29d0fc16766fab9c49ced99f21a5b8826feb88659b7f8d0c1fe1df08cca7 3644 shepherd_0.10.2-0.1.debian.tar.xz + 419567aa9d316ceedffe62ef170a14fc4b9ed80e99f05634896f32c0152fe935 4180 shepherd-dbgsym_0.10.2-0.1_armhf.deb + 8888c635937c37bd288268ab84b700051850e7ba4facc992146c36e5d00db084 5900 shepherd_0.10.2-0.1_armhf.buildinfo + d608b3aca1ed4b4525017305234e49112dda5d2d50980bbba7934cad664fb8e2 417924 shepherd_0.10.2-0.1_armhf.deb +Files: + aa33ca699a6069250570c3fd26ff3775 838 misc optional shepherd_0.10.2-0.1.dsc + 6afe8676a82ce5ede5c86e8d55e5dc33 684751 misc optional shepherd_0.10.2.orig.tar.gz + c4301d367691f1004ffb9d4776f659b4 3644 misc optional shepherd_0.10.2-0.1.debian.tar.xz + f6a5da01a675f42a5bb24c10a3ef1858 4180 debug optional shepherd-dbgsym_0.10.2-0.1_armhf.deb + deda1e71d5499ed2d94bebad82857e35 5900 misc optional shepherd_0.10.2-0.1_armhf.buildinfo + 6cca5351ff02a68866696ec0f634f32a 417924 misc optional shepherd_0.10.2-0.1_armhf.deb diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd_0.10.2-0.1_armhf.deb b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd_0.10.2-0.1_armhf.deb new file mode 100644 index 0000000..7e5a3db Binary files /dev/null and b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd_0.10.2-0.1_armhf.deb differ diff --git a/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd_0.10.2.orig.tar.gz b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd_0.10.2.orig.tar.gz new file mode 100644 index 0000000..9bf3d23 Binary files /dev/null and b/Debian_Bookworm_with_Mate_and_the_shepherd_init_system/shepherd_0.10.2.orig.tar.gz differ diff --git a/Replacing_PC_Engine_Alix_by_Turris_MOX.mdwn b/Replacing_PC_Engine_Alix_by_Turris_MOX.mdwn new file mode 100644 index 0000000..9b0d5c5 --- /dev/null +++ b/Replacing_PC_Engine_Alix_by_Turris_MOX.mdwn @@ -0,0 +1,130 @@ +# Replacing PC Engine Alix by Turris MOX + +## History and motivation + +Since 2010, I used an [Alix](https://pcengines.ch/alix2d3.htm) device +as my home router/firewall, plus some basic services: DNS, ntpd, dhcpd... I +installed Debian on it, and it provided so far a robust 'fire and +forget' solution. + +Though some problems started to pile up over the years: + +1. The Geode LX processor in the Alix series isn't a full i686 +CPU. Debian dropped support fo these, see + + +So I am basically stuck with Debian Jessie, which is EOL since mid-2020[^1]. + +[^1]: the Alix with its Geode LX CPU may still be able to get more recent + Debian releases, see: + + (not tried) + +2. I got finally FTTH at home, and the 100Mbit/s of the Alix ethernet + ports aren't enough to catch up all the speed of my connection. + +3. The Alix board is really short on RAM: 256Mb only; so I can't even run Emacs on it. + +4. The boot time of the Alix is long: full 3 minutes + +So after 12 years, let's look at something more powerful, and still cheap on +price and electricity consumption. + +## Choosing a new router + +More specifically, I wanted: + +1. Fanless + +2. A 64 bits CPU + +3. At least 3 LAN ports + +4. SFP port or WIFI not really needed + +Here the short list I came through, all around 200$: + +1. A mini PC with Intel Celeron Quad Core and 4 LAN ports (Intel + i225); it's called "J4125 industrial PC" on AliExpress and the + brand is unknown; there are a lot of similar offerings on their web + site + +2. [Banana BPI R64](https://wiki.banana-pi.org/Banana_Pi_BPI-R64); if + you don't do POE, you need a power supply with non standard plug + dimensions. + +3. [Turris MOX](https://www.turris.com/en/mox/overview/); shipped with + a customized OpenWRT called TurrisOS + +4. Expressobin Ultra: similar SoC as the Turris MOX; OS shipped seems + to be Armbian + +Choices which may have been valid also: + +1. ClearFog CN9130 Pro; sold by SolidRun. This is a high end router, a + bit too overkill in features and pricy. But probably excellent for + the SOHO market. + +2. The last generation of Alix called APU2; this would have been the + easy replacement choice. Has open source BIOS. A bit costly, but + the nail in the coffin was lack of availability by the vendors at + the time I wanted to buy. + +I settled about the Turris MOX (modules A and C), bought through +Discomp. The decisive arguments for my choice were: + +1. a flexible, upgradable and open architecture +2. an active community exists around Turris hardware + +## Beginning with the Turris MOX + +Mounting/unmounting the parts of this Lego like device is easy: + + +First connexion is straightforward: + + +The MOX admin web interface (called Foris) is at http://192.168.1.1, +which is often also the address of your ISP modem; in that case you +have to change that last one to avoid conflict. + +Foris is a wrapper around the standard Luci configuration tool of +OpenWRT. It allows for a simple connectivity test, and manages +additional packages or upgrades of TurrisOS (more on that below). But +for more advanced configuration, Luci is unavoidable, be it the web +interface or the command line. Notice that changes made through Luci +can introduce inconsistencies with Foris, and so unexpected behaviour. + +I never tried to get ipv6 from my ISP with my old Alix (I had a tunnel +for that). The MOX was able out of the box to offer additional ipv6 +addresses from my ISP /56 prefix to all my devices at home, good! + +At first connection, Foris offers to upgrade its factory setup. This +won't work because the factory release is too old wrt the proposed +upgrade. You will have to use the [reflash procedure from a USB +drive](https://docs.turris.cz/hw/mox/rescue-modes/#re-flash-router) to +get the most recent version and allow upgrades from there. Entering +the reflash mode is a bit tricky, you have to monitor a led on the +other side than where the button to push (actually a paper clip hole) +is located. + +## Hacking the Turris MOX + +There is no serial DB9 port on the MOX like the Alix had, you have to +use the [GPIO connectors](https://docs.turris.cz/hw/serial/#turris-mox). + +The serial/USB convertor must be at 1.8V, this is non standard. For +20$, I purchased a DSD TECH SH-U09C2 adapter. With this adapter you +don't need to connect the VCC 1.8V GPIO pin. + +## Debian as a LXC container + +The procedure to do that is explained here: + + +I connected a USB disk for Debian on the MOX and choose to share +network with my container like that: + + lxc-start -n turris-debian --share-net 1 + +So I was able to install Debian specific stuff I had on the Alix. diff --git a/index.mdwn b/index.mdwn index 479f809..05d62cc 100644 --- a/index.mdwn +++ b/index.mdwn @@ -22,6 +22,10 @@ All wikis are supposed to have a [[SandBox]], so this one does too. # [[Debian Jessie with eudev instead of udev from systemd]] +# [[Replacing PC Engine Alix by Turris MOX]] + +# [[Debian Bookworm with Mate and the shepherd init system]] + ---- This wiki is powered by [[ikiwiki]]. diff --git a/recovering_when_locked_out_from_your_computer.mdwn b/recovering_when_locked_out_from_your_computer.mdwn index 0430192..a883925 100644 --- a/recovering_when_locked_out_from_your_computer.mdwn +++ b/recovering_when_locked_out_from_your_computer.mdwn @@ -23,7 +23,7 @@ I encountered one time a garbage case on a linux console, which was solved by: More details to be found [here](http://www.tldp.org/HOWTO/Keyboard-and-Console-HOWTO-4.html). -## Mouse invisble or unusable because moving erratically +## Mouse invisible or unusable because moving erratically The mouse invisible can happen inside some sophisticated applications (e.g.: some versions of VirtualBox). The best way here is, after @@ -41,6 +41,20 @@ in X and the console with gpm. In nothing of the above solves the issue, restarting the X system may be needed, see below. +## Mouse pointer freezed or keyboard unresponsive + +This can happen with a USB mouse or keyboard, especially if: + +1. You use a KVM switch or +2. You have switched to a linux console and back to X + +Other symptoms: the leds on the keyboard don't change when you hit caps lock, +or the leds on keyboard or mouse are off. Simply unplug and plug again the device +can solve the issue. + +You can verify after the fact that syslog contains messages about USB disconnections +of these devices. I know no real definite solution to these issues. + ## Screen is freezed or blank Switch to a console, stop cleanly your graphical applications if