From unknown Fri Aug 15 15:35:54 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#10742 <10742@debbugs.gnu.org> To: bug#10742 <10742@debbugs.gnu.org> Subject: Status: The resulting output is as follows, which I think is wrong. Reply-To: bug#10742 <10742@debbugs.gnu.org> Date: Fri, 15 Aug 2025 22:35:54 +0000 retitle 10742 The resulting output is as follows, which I think is wrong. reassign 10742 guile submitter 10742 Al=C3=ADrio Eyng severity 10742 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 06 19:32:40 2012 Received: (at submit) by debbugs.gnu.org; 7 Feb 2012 00:32:40 +0000 Received: from localhost ([127.0.0.1]:57835 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RuYz7-000805-Oc for submit@debbugs.gnu.org; Mon, 06 Feb 2012 19:32:40 -0500 Received: from eggs.gnu.org ([140.186.70.92]:33752) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RuYy4-0007xJ-UO for submit@debbugs.gnu.org; Mon, 06 Feb 2012 19:31:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RuYx5-0004cA-Co for submit@debbugs.gnu.org; Mon, 06 Feb 2012 19:30:35 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_LOW,RCVD_IN_XBL autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([140.186.70.17]:57553) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RuYx5-0004c5-Au for submit@debbugs.gnu.org; Mon, 06 Feb 2012 19:30:31 -0500 Received: from eggs.gnu.org ([140.186.70.92]:33715) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RuYx1-0004W0-NR for bug-guile@gnu.org; Mon, 06 Feb 2012 19:30:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RuYwx-0004ad-DT for bug-guile@gnu.org; Mon, 06 Feb 2012 19:30:27 -0500 Received: from mail-ee0-f41.google.com ([74.125.83.41]:55137) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RuYww-0004aL-V7 for bug-guile@gnu.org; Mon, 06 Feb 2012 19:30:23 -0500 Received: by eekc13 with SMTP id c13so2358184eek.0 for ; Mon, 06 Feb 2012 16:30:20 -0800 (PST) MIME-Version: 1.0 Received: by 10.14.120.207 with SMTP id p55mr5807205eeh.28.1328574619032; Mon, 06 Feb 2012 16:30:19 -0800 (PST) Received: by 10.14.132.17 with HTTP; Mon, 6 Feb 2012 16:30:18 -0800 (PST) X-Originating-IP: [187.107.125.158] Date: Tue, 7 Feb 2012 00:30:18 +0000 Message-ID: Subject: The resulting output is as follows, which I think is wrong. From: =?ISO-8859-1?Q?Al=EDrio_Eyng?= To: bug-guile@gnu.org Content-Type: text/plain; charset=ISO-8859-1 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -4.2 (----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Mon, 06 Feb 2012 19:32:36 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.2 (----) I tried from this sources and have same results (except from the "make check" where few tries reported two failures, but I think it is irrelevant): release ftp://ftp.gnu.org/gnu/guile/guile-2.0.5.tar.gz snapshot http://hydra.nixos.org/build/1980655/download/4/guile-2.0.5.30-81730.tar.xz git git clone git://git.sv.gnu.org/guile.git I tried this parameters to "./configure" individually and a few combinations: These have the same bug: --without-threads --enable-deprecated=no --disable-deprecated --disable-shared --disable-static --disable-networking These throw errors in the "make" step: --disable-posix --disable-regex I used the default procedure: With git: autogen.sh ./configure make "The resulting output is as follows, which I think is wrong." bash-4.1# meta/guile Backtrace: In ice-9/boot-9.scm: 149: 2 [catch #t # ...] 157: 1 [#] In unknown file: ?: 0 [catch-closure] ERROR: In procedure catch-closure: ERROR: Throw to key `decoding-error' with args `("scm_from_stringn" "input locale conversion error" 22 #vu8(103 117 105 108 101))'. bash-4.1# meta/guile --version Backtrace: In ice-9/boot-9.scm: 149: 2 [catch #t # ...] 157: 1 [#] In unknown file: ?: 0 [catch-closure] ERROR: In procedure catch-closure: ERROR: Throw to key `decoding-error' with args `("scm_from_stringn" "input locale conversion error" 22 #vu8(45 45 118 101 114 115 105 111 110))'. bash-4.1# meta/guile -q Backtrace: In ice-9/boot-9.scm: 149: 2 [catch #t # ...] 157: 1 [#] In unknown file: ?: 0 [catch-closure] ERROR: In procedure catch-closure: ERROR: Throw to key `decoding-error' with args `("scm_from_stringn" "input locale conversion error" 22 #vu8(45 113))'. bash-4.1# meta/gdb-uninstalled-guile GNU gdb (GDB) 7.2 Copyright (C) 2010 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. Type "show copying" and "show warranty" for details. This GDB was configured as "i486-slackware-linux". For bug reporting instructions, please see: ... Reading symbols from /root/Downloads/z/z/guil/libguile/.libs/lt-guile...done. (gdb) run Starting program: /root/Downloads/z/z/guil/libguile/.libs/lt-guile [Thread debugging using libthread_db enabled] Backtrace: In ice-9/boot-9.scm: 149: 2 [catch #t # ...] 157: 1 [#] In unknown file: ?: 0 [catch-closure] ERROR: In procedure catch-closure: ERROR: Throw to key `decoding-error' with args `("scm_from_stringn" "input locale conversion error" 22 #vu8(47 114 111 111 116 47 68 111 119 110 108 111 97 100 115 47 122 47 122 47 103 117 105 108 47 108 105 98 103 117 105 108 101 47 46 108 105 98 115 47 108 116 45 103 117 105 108 101))'. Program exited with code 01. bash-4.1# make check GEN public-submodule-commit make check-recursive make[1]: Entering directory `/root/Downloads/z/guile-2.0.5.30-81730' Making check in lib make[2]: Entering directory `/root/Downloads/z/guile-2.0.5.30-81730/lib' make check-recursive make[3]: Entering directory `/root/Downloads/z/guile-2.0.5.30-81730/lib' make[4]: Entering directory `/root/Downloads/z/guile-2.0.5.30-81730/lib' make[4]: Nothing to be done for `check-am'. make[4]: Leaving directory `/root/Downloads/z/guile-2.0.5.30-81730/lib' make[3]: Leaving directory `/root/Downloads/z/guile-2.0.5.30-81730/lib' make[2]: Leaving directory `/root/Downloads/z/guile-2.0.5.30-81730/lib' Making check in meta make[2]: Entering directory `/root/Downloads/z/guile-2.0.5.30-81730/meta' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/root/Downloads/z/guile-2.0.5.30-81730/meta' Making check in libguile make[2]: Entering directory `/root/Downloads/z/guile-2.0.5.30-81730/libguile' make check-am make[3]: Entering directory `/root/Downloads/z/guile-2.0.5.30-81730/libguile' make[3]: Nothing to be done for `check-am'. make[3]: Leaving directory `/root/Downloads/z/guile-2.0.5.30-81730/libguile' make[2]: Leaving directory `/root/Downloads/z/guile-2.0.5.30-81730/libguile' Making check in module make[2]: Entering directory `/root/Downloads/z/guile-2.0.5.30-81730/module' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/root/Downloads/z/guile-2.0.5.30-81730/module' Making check in guile-readline make[2]: Entering directory `/root/Downloads/z/guile-2.0.5.30-81730/guile-readline' make check-am make[3]: Entering directory `/root/Downloads/z/guile-2.0.5.30-81730/guile-readline' make[3]: Nothing to be done for `check-am'. make[3]: Leaving directory `/root/Downloads/z/guile-2.0.5.30-81730/guile-readline' make[2]: Leaving directory `/root/Downloads/z/guile-2.0.5.30-81730/guile-readline' Making check in examples make[2]: Entering directory `/root/Downloads/z/guile-2.0.5.30-81730/examples' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/root/Downloads/z/guile-2.0.5.30-81730/examples' Making check in emacs make[2]: Entering directory `/root/Downloads/z/guile-2.0.5.30-81730/emacs' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/root/Downloads/z/guile-2.0.5.30-81730/emacs' Making check in test-suite make[2]: Entering directory `/root/Downloads/z/guile-2.0.5.30-81730/test-suite' Making check in standalone make[3]: Entering directory `/root/Downloads/z/guile-2.0.5.30-81730/test-suite/standalone' make check-am make[4]: Entering directory `/root/Downloads/z/guile-2.0.5.30-81730/test-suite/standalone' make test-num2integral test-round 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-system-cmds test-bad-identifiers test-require-extension test-guile-snarf test-import-order test-command-line-encoding test-fast-slot-ref test-mb-regexp test-use-srfi make[5]: Entering directory `/root/Downloads/z/guile-2.0.5.30-81730/test-suite/standalone' CC test_num2integral-test-num2integral.o CCLD test-num2integral ../../libguile/.libs/libguile-2.0.a(posix.o): In function `scm_tmpnam': /root/Downloads/z/guile-2.0.5.30-81730/libguile/posix.c:1323: warning: the use of `tmpnam' is dangerous, better use `mkstemp' CC test_round-test-round.o CCLD test-round ../../libguile/.libs/libguile-2.0.a(posix.o): In function `scm_tmpnam': /root/Downloads/z/guile-2.0.5.30-81730/libguile/posix.c:1323: warning: the use of `tmpnam' is dangerous, better use `mkstemp' CC test_list-test-list.o CCLD test-list ../../libguile/.libs/libguile-2.0.a(posix.o): In function `scm_tmpnam': /root/Downloads/z/guile-2.0.5.30-81730/libguile/posix.c:1323: warning: the use of `tmpnam' is dangerous, better use `mkstemp' CC test_unwind-test-unwind.o CCLD test-unwind ../../libguile/.libs/libguile-2.0.a(posix.o): In function `scm_tmpnam': /root/Downloads/z/guile-2.0.5.30-81730/libguile/posix.c:1323: warning: the use of `tmpnam' is dangerous, better use `mkstemp' CC test_conversion-test-conversion.o CCLD test-conversion ../../libguile/.libs/libguile-2.0.a(posix.o): In function `scm_tmpnam': /root/Downloads/z/guile-2.0.5.30-81730/libguile/posix.c:1323: warning: the use of `tmpnam' is dangerous, better use `mkstemp' CC test_loose_ends-test-loose-ends.o CCLD test-loose-ends ../../libguile/.libs/libguile-2.0.a(posix.o): In function `scm_tmpnam': /root/Downloads/z/guile-2.0.5.30-81730/libguile/posix.c:1323: warning: the use of `tmpnam' is dangerous, better use `mkstemp' CC test_scm_c_read-test-scm-c-read.o CCLD test-scm-c-read ../../libguile/.libs/libguile-2.0.a(posix.o): In function `scm_tmpnam': /root/Downloads/z/guile-2.0.5.30-81730/libguile/posix.c:1323: warning: the use of `tmpnam' is dangerous, better use `mkstemp' CC test_scm_take_locale_symbol-test-scm-take-locale-symbol.o CCLD test-scm-take-locale-symbol ../../libguile/.libs/libguile-2.0.a(posix.o): In function `scm_tmpnam': /root/Downloads/z/guile-2.0.5.30-81730/libguile/posix.c:1323: warning: the use of `tmpnam' is dangerous, better use `mkstemp' CC test_scm_take_u8vector-test-scm-take-u8vector.o CCLD test-scm-take-u8vector ../../libguile/.libs/libguile-2.0.a(posix.o): In function `scm_tmpnam': /root/Downloads/z/guile-2.0.5.30-81730/libguile/posix.c:1323: warning: the use of `tmpnam' is dangerous, better use `mkstemp' CC test_scm_to_latin1_string-test-scm-to-latin1-string.o CCLD test-scm-to-latin1-string ../../libguile/.libs/libguile-2.0.a(posix.o): In function `scm_tmpnam': /root/Downloads/z/guile-2.0.5.30-81730/libguile/posix.c:1323: warning: the use of `tmpnam' is dangerous, better use `mkstemp' CC test_scm_values-test-scm-values.o CCLD test-scm-values ../../libguile/.libs/libguile-2.0.a(posix.o): In function `scm_tmpnam': /root/Downloads/z/guile-2.0.5.30-81730/libguile/posix.c:1323: warning: the use of `tmpnam' is dangerous, better use `mkstemp' make[5]: Nothing to be done for `test-system-cmds'. make[5]: Nothing to be done for `test-bad-identifiers'. make[5]: Nothing to be done for `test-require-extension'. make[5]: Nothing to be done for `test-guile-snarf'. make[5]: Nothing to be done for `test-import-order'. make[5]: Nothing to be done for `test-command-line-encoding'. make[5]: `test-fast-slot-ref' is up to date. make[5]: Nothing to be done for `test-mb-regexp'. make[5]: `test-use-srfi' is up to date. make[5]: Leaving directory `/root/Downloads/z/guile-2.0.5.30-81730/test-suite/standalone' make check-TESTS make[5]: Entering directory `/root/Downloads/z/guile-2.0.5.30-81730/test-suite/standalone' PASS: test-system-cmds PASS: test-bad-identifiers PASS: test-require-extension PASS: test-guile-snarf PASS: test-import-order PASS: test-command-line-encoding PASS: test-num2integral PASS: test-round 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 =================== All 20 tests passed =================== make[5]: Leaving directory `/root/Downloads/z/guile-2.0.5.30-81730/test-suite/standalone' make[4]: Leaving directory `/root/Downloads/z/guile-2.0.5.30-81730/test-suite/standalone' make[3]: Leaving directory `/root/Downloads/z/guile-2.0.5.30-81730/test-suite/standalone' Making check in vm make[3]: Entering directory `/root/Downloads/z/guile-2.0.5.30-81730/test-suite/vm' make check-TESTS make[4]: Entering directory `/root/Downloads/z/guile-2.0.5.30-81730/test-suite/vm' ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 ;;; or pass the --no-auto-compile argument to disable. ;;; compiling /root/Downloads/z/guile-2.0.5.30-81730/test-suite/vm/./run-vm-tests.scm ;;; test-suite/vm/run-vm-tests.scm:60:0: warning: non-literal format string ;;; test-suite/vm/run-vm-tests.scm:61:0: warning: non-literal format string ;;; test-suite/vm/run-vm-tests.scm:62:0: warning: non-literal format string ;;; compiled /root/Downloads/z/guile-2.0.5.30-81730/cache/guile/ccache/2.0-LE-4-2.0/root/Downloads/z/guile-2.0.5.30-81730/test-suite/vm/run-vm-tests.scm.go ;;; compiling /root/Downloads/z/guile-2.0.5.30-81730/test-suite/vm/./t-basic-contructs.scm ;;; compiled /root/Downloads/z/guile-2.0.5.30-81730/cache/guile/ccache/2.0-LE-4-2.0/root/Downloads/z/guile-2.0.5.30-81730/test-suite/vm/t-basic-contructs.scm.go running `./t-basic-contructs.scm'... reading... compiling... running... reading... ok PASS: t-basic-contructs.scm ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 ;;; or pass the --no-auto-compile argument to disable. ;;; compiling /root/Downloads/z/guile-2.0.5.30-81730/test-suite/vm/./t-global-bindings.scm ;;; compiled /root/Downloads/z/guile-2.0.5.30-81730/cache/guile/ccache/2.0-LE-4-2.0/root/Downloads/z/guile-2.0.5.30-81730/test-suite/vm/t-global-bindings.scm.go running `./t-global-bindings.scm'... reading... compiling... running... reading... ok PASS: t-global-bindings.scm ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 ;;; or pass the --no-auto-compile argument to disable. ;;; compiling /root/Downloads/z/guile-2.0.5.30-81730/test-suite/vm/./t-catch.scm ;;; compiled /root/Downloads/z/guile-2.0.5.30-81730/cache/guile/ccache/2.0-LE-4-2.0/root/Downloads/z/guile-2.0.5.30-81730/test-suite/vm/t-catch.scm.go running `./t-catch.scm'... reading... compiling... running... reading... ok PASS: t-catch.scm ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 ;;; or pass the --no-auto-compile argument to disable. ;;; compiling /root/Downloads/z/guile-2.0.5.30-81730/test-suite/vm/./t-call-cc.scm ;;; compiled /root/Downloads/z/guile-2.0.5.30-81730/cache/guile/ccache/2.0-LE-4-2.0/root/Downloads/z/guile-2.0.5.30-81730/test-suite/vm/t-call-cc.scm.go running `./t-call-cc.scm'... reading... compiling... running... reading... ok PASS: t-call-cc.scm ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 ;;; or pass the --no-auto-compile argument to disable. ;;; compiling /root/Downloads/z/guile-2.0.5.30-81730/test-suite/vm/./t-closure.scm ;;; compiled /root/Downloads/z/guile-2.0.5.30-81730/cache/guile/ccache/2.0-LE-4-2.0/root/Downloads/z/guile-2.0.5.30-81730/test-suite/vm/t-closure.scm.go running `./t-closure.scm'... reading... compiling... running... reading... ok PASS: t-closure.scm ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 ;;; or pass the --no-auto-compile argument to disable. ;;; compiling /root/Downloads/z/guile-2.0.5.30-81730/test-suite/vm/./t-closure2.scm ;;; compiled /root/Downloads/z/guile-2.0.5.30-81730/cache/guile/ccache/2.0-LE-4-2.0/root/Downloads/z/guile-2.0.5.30-81730/test-suite/vm/t-closure2.scm.go running `./t-closure2.scm'... reading... compiling... running... reading... ok PASS: t-closure2.scm ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 ;;; or pass the --no-auto-compile argument to disable. ;;; compiling /root/Downloads/z/guile-2.0.5.30-81730/test-suite/vm/./t-closure3.scm ;;; compiled /root/Downloads/z/guile-2.0.5.30-81730/cache/guile/ccache/2.0-LE-4-2.0/root/Downloads/z/guile-2.0.5.30-81730/test-suite/vm/t-closure3.scm.go running `./t-closure3.scm'... reading... compiling... running... reading... ok PASS: t-closure3.scm ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 ;;; or pass the --no-auto-compile argument to disable. ;;; compiling /root/Downloads/z/guile-2.0.5.30-81730/test-suite/vm/./t-closure4.scm ;;; compiled /root/Downloads/z/guile-2.0.5.30-81730/cache/guile/ccache/2.0-LE-4-2.0/root/Downloads/z/guile-2.0.5.30-81730/test-suite/vm/t-closure4.scm.go running `./t-closure4.scm'... reading... compiling... running... reading... ok PASS: t-closure4.scm ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 ;;; or pass the --no-auto-compile argument to disable. ;;; compiling /root/Downloads/z/guile-2.0.5.30-81730/test-suite/vm/./t-do-loop.scm ;;; compiled /root/Downloads/z/guile-2.0.5.30-81730/cache/guile/ccache/2.0-LE-4-2.0/root/Downloads/z/guile-2.0.5.30-81730/test-suite/vm/t-do-loop.scm.go running `./t-do-loop.scm'... reading... compiling... running... reading... ok PASS: t-do-loop.scm ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 ;;; or pass the --no-auto-compile argument to disable. ;;; compiling /root/Downloads/z/guile-2.0.5.30-81730/test-suite/vm/./t-literal-integers.scm ;;; compiled /root/Downloads/z/guile-2.0.5.30-81730/cache/guile/ccache/2.0-LE-4-2.0/root/Downloads/z/guile-2.0.5.30-81730/test-suite/vm/t-literal-integers.scm.go running `./t-literal-integers.scm'... reading... compiling... running... reading... ok PASS: t-literal-integers.scm ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 ;;; or pass the --no-auto-compile argument to disable. ;;; compiling /root/Downloads/z/guile-2.0.5.30-81730/test-suite/vm/./t-macros.scm ;;; compiled /root/Downloads/z/guile-2.0.5.30-81730/cache/guile/ccache/2.0-LE-4-2.0/root/Downloads/z/guile-2.0.5.30-81730/test-suite/vm/t-macros.scm.go running `./t-macros.scm'... reading... compiling... running... reading... ok PASS: t-macros.scm ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 ;;; or pass the --no-auto-compile argument to disable. ;;; compiling /root/Downloads/z/guile-2.0.5.30-81730/test-suite/vm/./t-macros2.scm ;;; compiled /root/Downloads/z/guile-2.0.5.30-81730/cache/guile/ccache/2.0-LE-4-2.0/root/Downloads/z/guile-2.0.5.30-81730/test-suite/vm/t-macros2.scm.go running `./t-macros2.scm'... reading... compiling... running... reading... ok PASS: t-macros2.scm ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 ;;; or pass the --no-auto-compile argument to disable. ;;; compiling /root/Downloads/z/guile-2.0.5.30-81730/test-suite/vm/./t-map.scm ;;; compiled /root/Downloads/z/guile-2.0.5.30-81730/cache/guile/ccache/2.0-LE-4-2.0/root/Downloads/z/guile-2.0.5.30-81730/test-suite/vm/t-map.scm.go running `./t-map.scm'... reading... compiling... running... reading... ok PASS: t-map.scm ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 ;;; or pass the --no-auto-compile argument to disable. ;;; compiling /root/Downloads/z/guile-2.0.5.30-81730/test-suite/vm/./t-or.scm ;;; compiled /root/Downloads/z/guile-2.0.5.30-81730/cache/guile/ccache/2.0-LE-4-2.0/root/Downloads/z/guile-2.0.5.30-81730/test-suite/vm/t-or.scm.go running `./t-or.scm'... reading... compiling... running... reading... ok PASS: t-or.scm ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 ;;; or pass the --no-auto-compile argument to disable. ;;; compiling /root/Downloads/z/guile-2.0.5.30-81730/test-suite/vm/./t-proc-with-setter.scm ;;; compiled /root/Downloads/z/guile-2.0.5.30-81730/cache/guile/ccache/2.0-LE-4-2.0/root/Downloads/z/guile-2.0.5.30-81730/test-suite/vm/t-proc-with-setter.scm.go running `./t-proc-with-setter.scm'... reading... compiling... running... reading... ok PASS: t-proc-with-setter.scm ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 ;;; or pass the --no-auto-compile argument to disable. ;;; compiling /root/Downloads/z/guile-2.0.5.30-81730/test-suite/vm/./t-quasiquote.scm ;;; compiled /root/Downloads/z/guile-2.0.5.30-81730/cache/guile/ccache/2.0-LE-4-2.0/root/Downloads/z/guile-2.0.5.30-81730/test-suite/vm/t-quasiquote.scm.go running `./t-quasiquote.scm'... reading... compiling... running... reading... ok PASS: t-quasiquote.scm ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 ;;; or pass the --no-auto-compile argument to disable. ;;; compiling /root/Downloads/z/guile-2.0.5.30-81730/test-suite/vm/./t-values.scm ;;; compiled /root/Downloads/z/guile-2.0.5.30-81730/cache/guile/ccache/2.0-LE-4-2.0/root/Downloads/z/guile-2.0.5.30-81730/test-suite/vm/t-values.scm.go running `./t-values.scm'... reading... compiling... running... reading... ok PASS: t-values.scm ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 ;;; or pass the --no-auto-compile argument to disable. ;;; compiling /root/Downloads/z/guile-2.0.5.30-81730/test-suite/vm/./t-records.scm ;;; compiled /root/Downloads/z/guile-2.0.5.30-81730/cache/guile/ccache/2.0-LE-4-2.0/root/Downloads/z/guile-2.0.5.30-81730/test-suite/vm/t-records.scm.go running `./t-records.scm'... reading... compiling... running... reading... ok PASS: t-records.scm ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 ;;; or pass the --no-auto-compile argument to disable. ;;; compiling /root/Downloads/z/guile-2.0.5.30-81730/test-suite/vm/./t-match.scm ;;; compiled /root/Downloads/z/guile-2.0.5.30-81730/cache/guile/ccache/2.0-LE-4-2.0/root/Downloads/z/guile-2.0.5.30-81730/test-suite/vm/t-match.scm.go running `./t-match.scm'... reading... compiling... running... reading... ok PASS: t-match.scm ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 ;;; or pass the --no-auto-compile argument to disable. ;;; compiling /root/Downloads/z/guile-2.0.5.30-81730/test-suite/vm/./t-mutual-toplevel-defines.scm ;;; compiled /root/Downloads/z/guile-2.0.5.30-81730/cache/guile/ccache/2.0-LE-4-2.0/root/Downloads/z/guile-2.0.5.30-81730/test-suite/vm/t-mutual-toplevel-defines.scm.go running `./t-mutual-toplevel-defines.scm'... reading... compiling... running... reading... ok PASS: t-mutual-toplevel-defines.scm =================== All 20 tests passed =================== make[4]: Leaving directory `/root/Downloads/z/guile-2.0.5.30-81730/test-suite/vm' make[3]: Leaving directory `/root/Downloads/z/guile-2.0.5.30-81730/test-suite/vm' make[3]: Entering directory `/root/Downloads/z/guile-2.0.5.30-81730/test-suite' make check-TESTS make[4]: Entering directory `/root/Downloads/z/guile-2.0.5.30-81730/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 %% Shift/Reduce conflict (shift 1, reduce 3) on 'A' in state 0 PASS: lalr/test-lr-basics-02.scm %% Shift/Reduce conflict (shift 1, reduce 5) on 'A' in state 0 PASS: lalr/test-lr-basics-03.scm %% Shift/Reduce conflict (shift 1, reduce 4) on 'A' in state 0 PASS: lalr/test-lr-basics-04.scm %% Shift/Reduce conflict (shift 1, reduce 4) on 'A' in state 0 PASS: lalr/test-lr-basics-05.scm %% Shift/Reduce conflict (shift 3, reduce 2) on 'error' in state 5 %% Shift/Reduce conflict (shift 2, reduce 2) on 'NUMBER' in state 5 %% Shift/Reduce conflict (shift 1, reduce 2) on 'NEWLINE' in state 5 %% Shift/Reduce conflict (shift 3, reduce 3) on 'error' in state 0 %% Shift/Reduce conflict (shift 2, reduce 3) on 'NUMBER' in state 0 %% Shift/Reduce conflict (shift 1, reduce 3) on 'NEWLINE' in state 0 PASS: lalr/test-lr-error-recovery-01.scm PASS: lalr/test-lr-error-recovery-02.scm PASS: lalr/test-lr-no-clause.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-lr-script-expression.scm PASS: lalr/test-lr-single-expressions.scm =================== All 19 tests passed =================== make[4]: Leaving directory `/root/Downloads/z/guile-2.0.5.30-81730/test-suite' make[3]: Leaving directory `/root/Downloads/z/guile-2.0.5.30-81730/test-suite' make[2]: Leaving directory `/root/Downloads/z/guile-2.0.5.30-81730/test-suite' Making check in benchmark-suite make[2]: Entering directory `/root/Downloads/z/guile-2.0.5.30-81730/benchmark-suite' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/root/Downloads/z/guile-2.0.5.30-81730/benchmark-suite' Making check in gc-benchmarks make[2]: Entering directory `/root/Downloads/z/guile-2.0.5.30-81730/gc-benchmarks' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/root/Downloads/z/guile-2.0.5.30-81730/gc-benchmarks' Making check in am make[2]: Entering directory `/root/Downloads/z/guile-2.0.5.30-81730/am' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/root/Downloads/z/guile-2.0.5.30-81730/am' Making check in doc make[2]: Entering directory `/root/Downloads/z/guile-2.0.5.30-81730/doc' Making check in ref make[3]: Entering directory `/root/Downloads/z/guile-2.0.5.30-81730/doc/ref' make check-am make[4]: Entering directory `/root/Downloads/z/guile-2.0.5.30-81730/doc/ref' make[4]: Nothing to be done for `check-am'. make[4]: Leaving directory `/root/Downloads/z/guile-2.0.5.30-81730/doc/ref' make[3]: Leaving directory `/root/Downloads/z/guile-2.0.5.30-81730/doc/ref' Making check in r5rs make[3]: Entering directory `/root/Downloads/z/guile-2.0.5.30-81730/doc/r5rs' make[3]: Nothing to be done for `check'. make[3]: Leaving directory `/root/Downloads/z/guile-2.0.5.30-81730/doc/r5rs' make[3]: Entering directory `/root/Downloads/z/guile-2.0.5.30-81730/doc' make[3]: Nothing to be done for `check-am'. make[3]: Leaving directory `/root/Downloads/z/guile-2.0.5.30-81730/doc' make[2]: Leaving directory `/root/Downloads/z/guile-2.0.5.30-81730/doc' make[2]: Entering directory `/root/Downloads/z/guile-2.0.5.30-81730' make check-TESTS make[3]: Entering directory `/root/Downloads/z/guile-2.0.5.30-81730' Testing /root/Downloads/z/guile-2.0.5.30-81730/meta/guile ... with GUILE_LOAD_PATH=/root/Downloads/z/guile-2.0.5.30-81730/test-suite Running 00-initial-env.test Running alist.test Running and-let-star.test Running arbiters.test Running arrays.test Running asm-to-bytecode.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 continuations.test Running control.test Running coverage.test ERROR: coverage.test: procedure-execution-count: called from C - arguments: ((misc-error "dynamic-pointer" "Symbol not found: ~a" ("scm_call_2") #f)) Running curried-definitions.test Running ecmascript.test Running elisp-compiler.test WARNING: (language elisp runtime function-slot): imported module (language elisp compile-tree-il) overrides core binding `if' WARNING: (language elisp runtime function-slot): imported module (language elisp compile-tree-il) overrides core binding `let' WARNING: (language elisp runtime function-slot): imported module (language elisp compile-tree-il) overrides core binding `let*' WARNING: (language elisp runtime function-slot): imported module (language elisp compile-tree-il) overrides core binding `while' WARNING: (language elisp runtime function-slot): imported module (language elisp compile-tree-il) overrides core binding `defmacro' WARNING: (language elisp runtime function-slot): imported module (language elisp compile-tree-il) overrides core binding `quote' WARNING: (language elisp runtime function-slot): imported module (language elisp runtime macros) overrides core binding `lambda' WARNING: (language elisp runtime function-slot): imported module (language elisp runtime macros) overrides core binding `when' WARNING: (language elisp runtime function-slot): imported module (language elisp runtime macros) overrides core binding `unless' WARNING: (language elisp runtime function-slot): imported module (language elisp runtime macros) overrides core binding `cond' WARNING: (language elisp runtime function-slot): imported module (language elisp runtime macros) overrides core binding `and' WARNING: (language elisp runtime function-slot): imported module (language elisp runtime macros) overrides core binding `or' WARNING: (language elisp runtime function-slot): imported module (language elisp runtime macros) overrides core binding `catch' WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `=' WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `<' WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `<=' WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `>' WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `>=' WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `max' WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `min' WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `abs' WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `#{1+}#' WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `#{1-}#' WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `+' WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `-' WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `*' WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `car' WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `cdr' WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `length' WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `cons' WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `list' WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `make-list' WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `append' WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `reverse' WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `copy-tree' WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `apply' WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `throw' WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `not' WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `eval' WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `load' UNRESOLVED: elisp-compiler.test: Exceptions: catch and throw UNRESOLVED: elisp-compiler.test: Equivalence Predicates: eq Running elisp-reader.test Running elisp.test Running eval-string.test Running eval.test UNRESOLVED: eval.test: promises: basic promise behaviour: a forced promise does not reference its environment Running exceptions.test Running filesys.test Running fluids.test UNRESOLVED: fluids.test: initial fluid values: initial value is inherited from parent thread UNRESOLVED: fluids.test: fluid values are thread-local Running foreign.test ERROR: foreign.test: make-pointer: equal? modulo finalizer - arguments: ((misc-error "dynamic-pointer" "Symbol not found: ~a" ("scm_is_pair") #f)) ERROR: foreign.test: make-pointer: equal? modulo finalizer (set-pointer-finalizer!) - arguments: ((misc-error "dynamic-pointer" "Symbol not found: ~a" ("scm_is_pair") #f)) Running format.test Running fractions.test Running ftw.test FAIL: ftw.test: file-system-fold: EACCES Running future.test Running gc.test UNRESOLVED: gc.test: gc: Unused modules are removed Running getopt-long.test Running goops.test Running guardians.test UNRESOLVED: guardians.test: g2-saved UNRESOLVED: guardians.test: g2-garbage saved UNRESOLVED: guardians.test: standard guardian functionality: guarding independent objects: re-guarding non-immediates UNRESOLVED: guardians.test: standard guardian functionality: guarding weakly referenced objects: guarded weak vector element gets returned from guardian UNRESOLVED: guardians.test: standard guardian functionality: guarding weakly referenced objects: guarded element of weak vector gets eventually removed from weak vector UNRESOLVED: guardians.test: standard guardian functionality: guarding weak containers: element of guarded weak vector gets collected UNRESOLVED: guardians.test: standard guardian functionality: guarding objects more than once: guarding twice in one guardian UNRESOLVED: guardians.test: standard guardian functionality: guarding objects more than once: guarding twice in two guardians Running hash.test Running hooks.test Running i18n.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 parameters.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 ramap.test Running rdelim.test Running reader.test Running receive.test Running regexp.test Running rnrs-libraries.test Running session.test Running signals.test Running socket.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-11.test Running srfi-13.test Running srfi-14.test Running srfi-19.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-42.test Running srfi-45.test Running srfi-6.test Running srfi-60.test Running srfi-67.test Running srfi-69.test Running srfi-88.test Running srfi-9.test Running statprof.test Running strings.test Running structs.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 WARNING: (test-suite sxml-xpath): imported module (sxml xpath) overrides core binding `filter' Running symbols.test Running syncase.test Running syntax.test UNRESOLVED: syntax.test: letrec: bindings: initial bindings are undefined UNRESOLVED: syntax.test: letrec*: bindings: initial bindings are undefined Running texinfo.docbook.test Running texinfo.serialize.test Running texinfo.string-utils.test Running texinfo.test Running threads.test Running time.test Running tree-il.test UNRESOLVED: tree-il.test: warnings: unused-toplevel: used by macro Running version.test UNRESOLVED: version.test: version reporting works Running vlist.test Running weaks.test Running web-http.test Running web-request.test Running web-response.test Running web-uri.test Totals for this test run: passes: 34794 failures: 1 unexpected passes: 0 expected failures: 30 unresolved test cases: 24 untested test cases: 1 unsupported test cases: 15 errors: 3 FAIL: check-guile ================================== 1 of 1 test failed Please report to bug-guile@gnu.org ================================== make[3]: *** [check-TESTS] Error 1 make[3]: Leaving directory `/root/Downloads/z/guile-2.0.5.30-81730' make[2]: *** [check-am] Error 2 make[2]: Leaving directory `/root/Downloads/z/guile-2.0.5.30-81730' make[1]: *** [check-recursive] Error 1 make[1]: Leaving directory `/root/Downloads/z/guile-2.0.5.30-81730' make: *** [check] Error 2 bash-4.1# ./config.status --config 'EMACS=t' 'PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/lib/pkgconfig' bash-4.1# build-aux/config.guess i686-pc-linux-gnu From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 07 16:14:23 2012 Received: (at 10742) by debbugs.gnu.org; 7 Feb 2012 21:14:23 +0000 Received: from localhost ([127.0.0.1]:59467 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RusMo-0000Wv-Or for submit@debbugs.gnu.org; Tue, 07 Feb 2012 16:14:23 -0500 Received: from xanadu.aquilenet.fr ([88.191.123.111]:50575) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RusMm-0000Wl-6z for 10742@debbugs.gnu.org; Tue, 07 Feb 2012 16:14:21 -0500 Received: from localhost (xanadu.aquilenet.fr [127.0.0.1]) by xanadu.aquilenet.fr (Postfix) with ESMTP id C1D5C6E5B; Tue, 7 Feb 2012 22:13:20 +0100 (CET) Received: from xanadu.aquilenet.fr ([127.0.0.1]) by localhost (xanadu.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id V6k9ithZTESn; Tue, 7 Feb 2012 22:13:20 +0100 (CET) Received: from pluto (reverse-83.fdn.fr [80.67.176.83]) by xanadu.aquilenet.fr (Postfix) with ESMTPSA id 1B5736E59; Tue, 7 Feb 2012 22:13:19 +0100 (CET) From: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) To: =?iso-8859-1?Q?Al=EDrio?= Eyng Subject: Re: bug#10742: The resulting output is as follows, which I think is wrong. References: Date: Tue, 07 Feb 2012 22:13:19 +0100 In-Reply-To: (=?iso-8859-1?Q?=22Al=EDrio?= Eyng"'s message of "Tue, 7 Feb 2012 00:30:18 +0000") Message-ID: <871uq6gxe8.fsf@gnu.org> User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.93 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -1.2 (-) X-Debbugs-Envelope-To: 10742 Cc: 10742@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.2 (-) Hi, Thanks for the report. Al=C3=ADrio Eyng skribis: > I tried this parameters to "./configure" individually and a few combinati= ons: Which exact combination led to the failures you pasted below? Also, what do these commands return, when run from the build tree: grep ^host=3D config.log grep ^ac_cv_libunistring_with_iconv_support config.log grep ^ICONV_H config.log [...] > ERROR: In procedure catch-closure: > ERROR: Throw to key `decoding-error' with args `("scm_from_stringn" > "input locale conversion error" 22 #vu8(47 114 111 111 116 47 68 111 > 119 110 108 111 97 100 115 47 122 47 122 47 103 117 105 108 47 108 105 > 98 103 117 105 108 101 47 46 108 105 98 115 47 108 116 45 103 117 105 > 108 101))'. > > Program exited with code 01. What does the =E2=80=98locale=E2=80=99 command return? > ERROR: foreign.test: make-pointer: equal? modulo finalizer - > arguments: ((misc-error "dynamic-pointer" "Symbol not found: ~a" > ("scm_is_pair") #f)) [...] > FAIL: ftw.test: file-system-fold: EACCES These are two other issues, but we=E2=80=99ll see once you=E2=80=99ve answe= red the first questions. :-) Thanks! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 07 17:49:37 2012 Received: (at 10742) by debbugs.gnu.org; 7 Feb 2012 22:49:37 +0000 Received: from localhost ([127.0.0.1]:59568 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Rutqy-0003bp-UY for submit@debbugs.gnu.org; Tue, 07 Feb 2012 17:49:37 -0500 Received: from mail-ey0-f172.google.com ([209.85.215.172]:34681) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Rutqv-0003bc-Co for 10742@debbugs.gnu.org; Tue, 07 Feb 2012 17:49:35 -0500 Received: by eaal12 with SMTP id l12so373296eaa.3 for <10742@debbugs.gnu.org>; Tue, 07 Feb 2012 14:48:29 -0800 (PST) MIME-Version: 1.0 Received: by 10.213.17.137 with SMTP id s9mr2425737eba.111.1328654909584; Tue, 07 Feb 2012 14:48:29 -0800 (PST) Received: by 10.14.132.17 with HTTP; Tue, 7 Feb 2012 14:48:29 -0800 (PST) X-Originating-IP: [187.107.123.165] Date: Tue, 7 Feb 2012 22:48:29 +0000 Message-ID: Subject: further information From: =?ISO-8859-1?Q?Al=EDrio_Eyng?= To: 10742@debbugs.gnu.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQklnD/DKZoyI6Va+PmykLwdCdTNVA14T73P2znfIXIYpmXv+ywYeIMDwwpBPx2579LODD5Y X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 10742 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) >> I tried this parameters to "./configure" individually and a few combinations: >Which exact combination led to the failures you pasted below? Trying to explain better: First I tried the default procedure(./configure;make;make install), this lead to an error like that while I trying opening the program. Second I tried others sources (snapshot,git), and I get the same error. Trying to isolate the problem I used the parameters and in all attempts I get an error alike except for 2 pararmeters (--disable-posix --disable-regex), which throwed error during the compilation. Then trying these parameters again will don't solve my problem. bash-4.1# grep ^host= config.log host='i686-pc-linux-gnu' bash-4.1# grep ^ac_cv_libunistring_with_iconv_support config.log ac_cv_libunistring_with_iconv_support=yes bash-4.1# grep ^ICONV_H config.log ICONV_H='iconv.h' bash-4.1# locale LANG=en_US LC_CTYPE="en_US" LC_NUMERIC="en_US" LC_TIME="en_US" LC_COLLATE=C LC_MONETARY="en_US" LC_MESSAGES="en_US" LC_PAPER="en_US" LC_NAME="en_US" LC_ADDRESS="en_US" LC_TELEPHONE="en_US" LC_MEASUREMENT="en_US" LC_IDENTIFICATION="en_US" LC_ALL= From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 08 08:52:22 2012 Received: (at 10742) by debbugs.gnu.org; 8 Feb 2012 13:52:23 +0000 Received: from localhost ([127.0.0.1]:60131 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Rv7wc-0001jV-Ks for submit@debbugs.gnu.org; Wed, 08 Feb 2012 08:52:22 -0500 Received: from xanadu.aquilenet.fr ([88.191.123.111]:36109) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Rv7wX-0001jL-NR for 10742@debbugs.gnu.org; Wed, 08 Feb 2012 08:52:21 -0500 Received: from localhost (xanadu.aquilenet.fr [127.0.0.1]) by xanadu.aquilenet.fr (Postfix) with ESMTP id A5CD65A6; Wed, 8 Feb 2012 14:51:14 +0100 (CET) Received: from xanadu.aquilenet.fr ([127.0.0.1]) by localhost (xanadu.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iccqTdI69cxw; Wed, 8 Feb 2012 14:51:14 +0100 (CET) Received: from pluto (reverse-83.fdn.fr [80.67.176.83]) by xanadu.aquilenet.fr (Postfix) with ESMTPSA id 0C13054B; Wed, 8 Feb 2012 14:51:13 +0100 (CET) From: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) To: =?iso-8859-1?Q?Al=EDrio?= Eyng Subject: Re: bug#10742: further information References: Date: Wed, 08 Feb 2012 14:51:13 +0100 In-Reply-To: (=?iso-8859-1?Q?=22Al=EDrio?= Eyng"'s message of "Tue, 7 Feb 2012 22:48:29 +0000") Message-ID: <878vkdcu26.fsf@gnu.org> User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.93 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -1.2 (-) X-Debbugs-Envelope-To: 10742 Cc: 10742@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.2 (-) Hi Al=C3=ADrio, Al=C3=ADrio Eyng skribis: > Trying to explain better: > First I tried the default procedure(./configure;make;make install), > this lead to an error like that while I trying opening the program. > Second I tried others sources (snapshot,git), and I get the same error. > Trying to isolate the problem I used the parameters and in all > attempts I get an error alike except for 2 pararmeters > (--disable-posix --disable-regex), which throwed error during the > compilation. Then trying these parameters again will don't solve my > problem. OK, let=E2=80=99s stick to the default configure parameters for debugging purposes. > bash-4.1# locale > LANG=3Den_US > LC_CTYPE=3D"en_US" > LC_NUMERIC=3D"en_US" > LC_TIME=3D"en_US" > LC_COLLATE=3DC > LC_MONETARY=3D"en_US" > LC_MESSAGES=3D"en_US" > LC_PAPER=3D"en_US" > LC_NAME=3D"en_US" > LC_ADDRESS=3D"en_US" > LC_TELEPHONE=3D"en_US" > LC_MEASUREMENT=3D"en_US" > LC_IDENTIFICATION=3D"en_US" > LC_ALL=3D What do these commands return? guile -c '(setlocale LC_ALL "") (pk (fluid-ref %default-port-encoding))' guile -c '(setlocale LC_ALL "") (pk (port-encoding (current-output-port))= )' Thanks, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 08 18:25:26 2012 Received: (at 10742) by debbugs.gnu.org; 8 Feb 2012 23:25:27 +0000 Received: from localhost ([127.0.0.1]:32928 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RvGtC-0007l6-9q for submit@debbugs.gnu.org; Wed, 08 Feb 2012 18:25:26 -0500 Received: from blu0-omc4-s19.blu0.hotmail.com ([65.55.111.158]:48074) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RvGl9-0007Xg-Qr for 10742@debbugs.gnu.org; Wed, 08 Feb 2012 18:17:10 -0500 Received: from BLU155-W60 ([65.55.111.137]) by blu0-omc4-s19.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Wed, 8 Feb 2012 15:15:57 -0800 Message-ID: Content-Type: multipart/alternative; boundary="_be7e1e93-b1fc-40c4-aa78-dde701cac135_" X-Originating-IP: [187.107.127.24] From: =?iso-8859-1?B?QWztcmlvIEV5bmc=?= To: <10742@debbugs.gnu.org> Subject: further information Date: Wed, 8 Feb 2012 23:15:57 +0000 Importance: Normal MIME-Version: 1.0 X-OriginalArrivalTime: 08 Feb 2012 23:15:57.0976 (UTC) FILETIME=[9D52E180:01CCE6B7] X-Spam-Score: -1.7 (-) X-Debbugs-Envelope-To: 10742 X-Mailman-Approved-At: Wed, 08 Feb 2012 18:25:25 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.7 (-) --_be7e1e93-b1fc-40c4-aa78-dde701cac135_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable It's my other e-mail bash-4.1# meta/guile Backtrace: In ice-9/boot-9.scm: 149: 2 [catch #t # ...] 157: 1 [#] In unknown file: ?: 0 [catch-closure] ERROR: In procedure catch-closure: ERROR: Throw to key `decoding-error' with args `("scm_from_stringn" "input = locale conversion error" 22 #vu8(47 114 111 111 116 47 68 111 119 110 108 1= 11 97 100 115 47 122 47 122 47 103 117 105 108 47 108 105 98 103 117 105 10= 8 101 47 46 108 105 98 115 47 108 116 45 103 117 105 108 101))'. bash-4.1# meta/guile -c '(setlocale LC_ALL "") (pk (fluid-ref %default-port= -encoding))' Backtrace: In ice-9/boot-9.scm: 149: 2 [catch #t # ...] 157: 1 [#] In unknown file: ?: 0 [catch-closure] ERROR: In procedure catch-closure: ERROR: Throw to key `decoding-error' with args `("scm_from_stringn" "input = locale conversion error" 22 #vu8(40 115 101 116 108 111 99 97 108 101 32 76= 67 95 65 76 76 32 34 34 41 32 40 112 107 32 40 102 108 117 105 100 45 114 = 101 102 32 37 100 101 102 97 117 108 116 45 112 111 114 116 45 101 110 99 1= 11 100 105 110 103 41 41))'. bash-4.1# meta/guile -c '(setlocale LC_ALL "") (pk (port-encoding (current-= output-port)))' Backtrace: In ice-9/boot-9.scm: 149: 2 [catch #t # ...] 157: 1 [#] In unknown file: ?: 0 [catch-closure] ERROR: In procedure catch-closure: ERROR: Throw to key `decoding-error' with args `("scm_from_stringn" "input = locale conversion error" 22 #vu8(40 115 101 116 108 111 99 97 108 101 32 76= 67 95 65 76 76 32 34 34 41 32 40 112 107 32 40 112 111 114 116 45 101 110 = 99 111 100 105 110 103 32 40 99 117 114 114 101 110 116 45 111 117 116 112 = 117 116 45 112 111 114 116 41 41 41))'. = --_be7e1e93-b1fc-40c4-aa78-dde701cac135_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
It's my other e-mail

bash-4.1# meta/guile
Backtrace:
In ice-9/= boot-9.scm:
 =3B149: 2 [catch #t #<=3Bcatch-closure 81d9580>=3B = ...]
 =3B157: 1 [#<=3Bprocedure 80c92a8 ()>=3B]
In unknown fi= le:
 =3B =3B ?: 0 [catch-closure]

ERROR: In procedure cat= ch-closure:
ERROR: Throw to key `decoding-error' with args `("scm_from_s= tringn" "input locale conversion error" 22 #vu8(47 114 111 111 116 47 68 11= 1 119 110 108 111 97 100 115 47 122 47 122 47 103 117 105 108 47 108 105 98= 103 117 105 108 101 47 46 108 105 98 115 47 108 116 45 103 117 105 108 101= ))'.


bash-4.1# meta/guile -c '(setlocale LC_ALL "") (pk (fluid-r= ef %default-port-encoding))'
Backtrace:
In ice-9/boot-9.scm:
 = =3B149: 2 [catch #t #<=3Bcatch-closure 81d9580>=3B ...]
 =3B157:= 1 [#<=3Bprocedure 80c92a8 ()>=3B]
In unknown file:
 =3B = =3B ?: 0 [catch-closure]

ERROR: In procedure catch-closure:
ERROR= : Throw to key `decoding-error' with args `("scm_from_stringn" "input local= e conversion error" 22 #vu8(40 115 101 116 108 111 99 97 108 101 32 76 67 9= 5 65 76 76 32 34 34 41 32 40 112 107 32 40 102 108 117 105 100 45 114 101 1= 02 32 37 100 101 102 97 117 108 116 45 112 111 114 116 45 101 110 99 111 10= 0 105 110 103 41 41))'.


bash-4.1# meta/guile -c '(setlocale LC_A= LL "") (pk (port-encoding (current-output-port)))'
Backtrace:
In ice-= 9/boot-9.scm:
 =3B149: 2 [catch #t #<=3Bcatch-closure 81d9580>= =3B ...]
 =3B157: 1 [#<=3Bprocedure 80c92a8 ()>=3B]
In unknow= n file:
 =3B =3B ?: 0 [catch-closure]

ERROR: In procedure= catch-closure:
ERROR: Throw to key `decoding-error' with args `("scm_fr= om_stringn" "input locale conversion error" 22 #vu8(40 115 101 116 108 111 = 99 97 108 101 32 76 67 95 65 76 76 32 34 34 41 32 40 112 107 32 40 112 111 = 114 116 45 101 110 99 111 100 105 110 103 32 40 99 117 114 114 101 110 116 = 45 111 117 116 112 117 116 45 112 111 114 116 41 41 41))'.
<= /div> = --_be7e1e93-b1fc-40c4-aa78-dde701cac135_-- From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 16 17:14:15 2012 Received: (at 10742) by debbugs.gnu.org; 16 Feb 2012 22:14:15 +0000 Received: from localhost ([127.0.0.1]:42975 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Ry9ag-0005bi-UC for submit@debbugs.gnu.org; Thu, 16 Feb 2012 17:14:15 -0500 Received: from xanadu.aquilenet.fr ([88.191.123.111]:52207) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Ry9ad-0005bZ-Ud for 10742@debbugs.gnu.org; Thu, 16 Feb 2012 17:14:12 -0500 Received: from localhost (xanadu.aquilenet.fr [127.0.0.1]) by xanadu.aquilenet.fr (Postfix) with ESMTP id 24DBE6F2C; Thu, 16 Feb 2012 23:12:20 +0100 (CET) Received: from xanadu.aquilenet.fr ([127.0.0.1]) by localhost (xanadu.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oSI-nx7zWoIV; Thu, 16 Feb 2012 23:12:20 +0100 (CET) Received: from pluto (reverse-83.fdn.fr [80.67.176.83]) by xanadu.aquilenet.fr (Postfix) with ESMTPSA id 2DD182828; Thu, 16 Feb 2012 23:12:19 +0100 (CET) From: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) To: =?iso-8859-1?Q?Al=EDrio?= Eyng Subject: Re: bug#10742: further information References: Date: Thu, 16 Feb 2012 23:12:18 +0100 In-Reply-To: (=?iso-8859-1?Q?=22Al=EDrio?= Eyng"'s message of "Wed, 8 Feb 2012 23:15:57 +0000") Message-ID: <871upu4ed9.fsf@gnu.org> User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.93 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: -1.2 (-) X-Debbugs-Envelope-To: 10742 Cc: 10742@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.2 (-) --=-=-= Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Hi Al=EDrio, Sorry for the delay! Al=EDrio Eyng skribis: > bash-4.1# meta/guile -c '(setlocale LC_ALL "") (pk (fluid-ref %default-po= rt-encoding))' > Backtrace: > In ice-9/boot-9.scm: > 149: 2 [catch #t # ...] > 157: 1 [#] > In unknown file: > ?: 0 [catch-closure] > > ERROR: In procedure catch-closure: > ERROR: Throw to key `decoding-error' with args `("scm_from_stringn" "inpu= t locale conversion error" 22 #vu8(40 115 101 116 108 111 99 97 108 101 32 = 76 67 95 65 76 76 32 34 34 41 32 40 112 107 32 40 102 108 117 105 100 45 11= 4 101 102 32 37 100 101 102 97 117 108 116 45 112 111 114 116 45 101 110 99= 111 100 105 110 103 41 41))'. Hmm. 22 here is EINVAL, returned by u32_conv_from_encoding, and probably coming from iconv_open(3) or iconv(3). Can you try this patch and tell us what gets written? --=-=-= Content-Type: text/x-patch Content-Disposition: inline diff --git a/libguile/script.c b/libguile/script.c index 83daf8a..3d22923 100644 --- a/libguile/script.c +++ b/libguile/script.c @@ -388,6 +388,7 @@ locale_arguments_to_string_list (int argc, char **const argv) const char *encoding; encoding = environ_locale_charset (); + printf ("encoding: `%s'\n", encoding); for (i = argc - 1, lst = SCM_EOL; i >= 0; i--) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Can you show the output of =E2=80=98ldd --version=E2=80=99? Finally, can you try the program below? Compile it as indicated in the file, and run it as: $ LD_PRELOAD=3Diconv.so guile -c 1 It will print the series of iconv_open(3) calls that are made, and hopefully the one that fails. Thanks, Ludo=E2=80=99. --=-=-= Content-Type: text/x-csrc; charset=iso-8859-1 Content-Disposition: inline; filename=iconv.c Content-Transfer-Encoding: quoted-printable Content-Description: the program /* Display looked up environment variables. Compile as shown at the bottom of this file. Run with: $ LD_PRELOAD=3D./iconv_open.so some-program Written by Ludovic Court=E8s . Hereb= y placed under the LGPLv3+. */ #include #include #include #include static void *glibc; static char * (*glibc_iconv_open) (const char *, const char *); static void load_glibc (void) __attribute__ ((__constructor__)); static void load_glibc (void) { glibc =3D dlopen (LIBC_SO, RTLD_LAZY); glibc_iconv_open =3D dlsym (glibc, "iconv_open"); } char * iconv_open (const char *to, const char *from) { char *result; errno =3D 0; result =3D glibc_iconv_open (to, from); printf ("iconv_open (\"%s\", \"%s\") =3D %p (%m)\n", to, from, result); return result; } /* Local Variables: compile-command: "gcc -Wall -shared -fPIC -o iconv.so iconv.c" End: */ --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 17 03:17:02 2012 Received: (at 10742) by debbugs.gnu.org; 17 Feb 2012 08:17:03 +0000 Received: from localhost ([127.0.0.1]:43286 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RyJ02-0003gK-HT for submit@debbugs.gnu.org; Fri, 17 Feb 2012 03:17:02 -0500 Received: from mail-ee0-f44.google.com ([74.125.83.44]:54502) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RyJ00-0003fn-AE for 10742@debbugs.gnu.org; Fri, 17 Feb 2012 03:17:01 -0500 Received: by eekc41 with SMTP id c41so1746825eek.3 for <10742@debbugs.gnu.org>; Fri, 17 Feb 2012 00:15:02 -0800 (PST) MIME-Version: 1.0 Received: by 10.14.124.69 with SMTP id w45mr3400239eeh.6.1329466502205; Fri, 17 Feb 2012 00:15:02 -0800 (PST) Received: by 10.14.198.132 with HTTP; Fri, 17 Feb 2012 00:15:01 -0800 (PST) X-Originating-IP: [177.40.89.137] Date: Fri, 17 Feb 2012 08:15:01 +0000 Message-ID: Subject: It's creativity demanding to find a good title From: =?ISO-8859-1?Q?Al=EDrio_Eyng?= To: 10742@debbugs.gnu.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQkzQNrb/WX1Fzf/u/knWBWfFvhhl8KRnB5ogHw15n8WyiG3gLI+lxOwLsuR8Aieug89hu8g X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 10742 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) bash-4.1# meta/guile encoding: `en_US' Backtrace: In ice-9/boot-9.scm: 149: 2 [catch #t # ...] 157: 1 [#] In unknown file: ?: 0 [catch-closure] ERROR: In procedure catch-closure: ERROR: Throw to key `decoding-error' with args `("scm_from_stringn" "input locale conversion error" 22 #vu8(47 114 111 111 116 47 97 47 122 47 103 117 105 108 101 47 108 105 98 103 117 105 108 101 47 46 108 105 98 115 47 108 116 45 103 117 105 108 101))'. bash-4.1# ldd --version ldd (GNU libc) 2.13 Copyright (C) 2011 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. Written by Roland McGrath and Ulrich Drepper. In the "iconv.c" file, the command has "./" before the iconv.. I included both variations bash-4.1# LD_PRELOAD=iconv.so meta/guile -c 1 ERROR: ld.so: object 'iconv.so' from LD_PRELOAD cannot be preloaded: ignored. ERROR: ld.so: object 'iconv.so' from LD_PRELOAD cannot be preloaded: ignored. ERROR: ld.so: object 'iconv.so' from LD_PRELOAD cannot be preloaded: ignored. ERROR: ld.so: object 'iconv.so' from LD_PRELOAD cannot be preloaded: ignored. ERROR: ld.so: object 'iconv.so' from LD_PRELOAD cannot be preloaded: ignored. ERROR: ld.so: object 'iconv.so' from LD_PRELOAD cannot be preloaded: ignored. ERROR: ld.so: object 'iconv.so' from LD_PRELOAD cannot be preloaded: ignored. ERROR: ld.so: object 'iconv.so' from LD_PRELOAD cannot be preloaded: ignored. ERROR: ld.so: object 'iconv.so' from LD_PRELOAD cannot be preloaded: ignored. ERROR: ld.so: object 'iconv.so' from LD_PRELOAD cannot be preloaded: ignored. ERROR: ld.so: object 'ERROR: ld.so: object 'iconv.soiconv.so' from ' from LD_PRELOADLD_PRELOAD cannot be preloaded: ignored. cannot be preloaded: ignored. ERROR: ld.so: object 'iconv.so' from LD_PRELOAD cannot be preloaded: ignored. ERROR: ld.so: object 'iconv.so' from LD_PRELOAD cannot be preloaded: ignored. encoding: `en_US' Backtrace: In ice-9/boot-9.scm: 149: 2 [catch #t # ...] 157: 1 [#] In unknown file: ?: 0 [catch-closure] ERROR: In procedure catch-closure: ERROR: Throw to key `decoding-error' with args `("scm_from_stringn" "input locale conversion error" 22 #vu8(49))'. bash-4.1# LD_PRELOAD=./iconv.so meta/guile -c 1 env: symbol lookup error: ./iconv.so: undefined symbol: dlopen grep: symbol lookup error: ./iconv.so: undefined symbol: dlopen env: symbol lookup error: ./iconv.so: undefined symbol: dlopen grep: symbol lookup error: ./iconv.so: undefined symbol: dlopen env: symbol lookup error: ./iconv.so: undefined symbol: dlopen grep: symbol lookup error: ./iconv.so: undefined symbol: dlopen /usr/bin/sed: symbol lookup error: ./iconv.so: undefined symbol: dlopen /usr/bin/sed: symbol lookup error: ./iconv.so: undefined symbol: dlopen ls: symbol lookup error: ./iconv.so: undefined symbol: dlopen mkdir: symbol lookup error: ./iconv.so: undefined symbol: dlopen ERROR: ld.so: object './iconv.so' from LD_PRELOAD cannot be preloaded: ignored. ERROR: ld.so: object './iconv.so' from LD_PRELOAD cannot be preloaded: ignored. ERROR: ld.so: object './iconv.so' from LD_PRELOAD cannot be preloaded: ignored. /usr/lib/gcc/i486-slackware-linux/4.5.2/../../../../i486-slackware-linux/bin/ld: cannot open output file /root/a/z/guile/.libs/3013-lt-guile: No such file or directory collect2: ld returned 1 exit statusnrm: symbol lookup error: ./iconv.so: undefined symbol: dlopen From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 17 17:20:28 2012 Received: (at 10742) by debbugs.gnu.org; 17 Feb 2012 22:20:28 +0000 Received: from localhost ([127.0.0.1]:44066 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RyWAF-00013M-3R for submit@debbugs.gnu.org; Fri, 17 Feb 2012 17:20:27 -0500 Received: from xanadu.aquilenet.fr ([88.191.123.111]:34713) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RyWAB-00013D-ID for 10742@debbugs.gnu.org; Fri, 17 Feb 2012 17:20:25 -0500 Received: from localhost (xanadu.aquilenet.fr [127.0.0.1]) by xanadu.aquilenet.fr (Postfix) with ESMTP id 11A9D6F10; Fri, 17 Feb 2012 23:18:26 +0100 (CET) Received: from xanadu.aquilenet.fr ([127.0.0.1]) by localhost (xanadu.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2UAGNT9AQuP5; Fri, 17 Feb 2012 23:18:25 +0100 (CET) Received: from pluto (reverse-83.fdn.fr [80.67.176.83]) by xanadu.aquilenet.fr (Postfix) with ESMTPSA id 59F516EED; Fri, 17 Feb 2012 23:18:25 +0100 (CET) From: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) To: =?iso-8859-1?Q?Al=EDrio?= Eyng Subject: Re: bug#10742: It's creativity demanding to find a good title References: Date: Fri, 17 Feb 2012 23:18:24 +0100 In-Reply-To: (=?iso-8859-1?Q?=22Al=EDrio?= Eyng"'s message of "Fri, 17 Feb 2012 08:15:01 +0000") Message-ID: <878vk12jf3.fsf@gnu.org> User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.93 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -1.2 (-) X-Debbugs-Envelope-To: 10742 Cc: 10742@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.2 (-) Hi Al=C3=ADrio, And thanks for your perseverance! :-) Al=C3=ADrio Eyng skribis: > bash-4.1# meta/guile > encoding: `en_US' > Backtrace: > In ice-9/boot-9.scm: > 149: 2 [catch #t # ...] > 157: 1 [#] > In unknown file: > ?: 0 [catch-closure] > > ERROR: In procedure catch-closure: > ERROR: Throw to key `decoding-error' with args `("scm_from_stringn" > "input locale conversion error" 22 #vu8(47 114 111 111 116 47 97 47 > 122 47 103 117 105 108 101 47 108 105 98 103 117 105 108 101 47 46 108 > 105 98 115 47 108 116 45 103 117 105 108 101))'. I=E2=80=99ve finally reproduced the bug: --8<---------------cut here---------------start------------->8--- $ LC_ALL=3Den_US ./meta/guile Backtrace: In ice-9/boot-9.scm: 149: 2 [catch #t # ...] 157: 1 [#] In unknown file: ?: 0 [catch-closure] ERROR: In procedure catch-closure: ERROR: Throw to key `decoding-error' with args `("scm_from_stringn" "input = locale conversion error" 22 #vu8(47 104 111 109 101 47 108 117 100 111 47 1= 15 114 99 47 103 117 105 108 101 47 108 105 98 103 117 105 108 101 47 46 10= 8 105 98 115 47 103 117 105 108 101))'. --8<---------------cut here---------------end--------------->8--- I=E2=80=99ll work on a fix. In the meantime, a workaround it to use a locale name that includes the encoding, such as =E2=80=98en_US.UTF-8=E2=80=99. Thanks! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 17 18:06:55 2012 Received: (at 10742-done) by debbugs.gnu.org; 17 Feb 2012 23:06:55 +0000 Received: from localhost ([127.0.0.1]:44100 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RyWtD-00025N-B1 for submit@debbugs.gnu.org; Fri, 17 Feb 2012 18:06:55 -0500 Received: from xanadu.aquilenet.fr ([88.191.123.111]:60391) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RyWtB-00025F-06 for 10742-done@debbugs.gnu.org; Fri, 17 Feb 2012 18:06:54 -0500 Received: from localhost (xanadu.aquilenet.fr [127.0.0.1]) by xanadu.aquilenet.fr (Postfix) with ESMTP id 030ED2250; Sat, 18 Feb 2012 00:04:56 +0100 (CET) Received: from xanadu.aquilenet.fr ([127.0.0.1]) by localhost (xanadu.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rMdixPoNgmLX; Sat, 18 Feb 2012 00:04:55 +0100 (CET) Received: from pluto (reverse-83.fdn.fr [80.67.176.83]) by xanadu.aquilenet.fr (Postfix) with ESMTPSA id 69F701F60; Sat, 18 Feb 2012 00:04:55 +0100 (CET) From: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) To: =?iso-8859-1?Q?Al=EDrio?= Eyng Subject: Re: bug#10742: It's creativity demanding to find a good title References: <878vk12jf3.fsf@gnu.org> Date: Sat, 18 Feb 2012 00:04:54 +0100 In-Reply-To: <878vk12jf3.fsf@gnu.org> ("Ludovic \=\?iso-8859-1\?Q\?Court\=E8s\?\= \=\?iso-8859-1\?Q\?\=22's\?\= message of "Fri, 17 Feb 2012 23:18:24 +0100") Message-ID: <87d39d12p5.fsf@gnu.org> User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.93 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -1.2 (-) X-Debbugs-Envelope-To: 10742-done Cc: 10742-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.2 (-) Fixed in commit 5de0053178b4acc793ae62838175e5f3ab56c603, thanks! Ludo'. From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 18 12:01:21 2012 Received: (at 10742) by debbugs.gnu.org; 18 Feb 2012 17:01:21 +0000 Received: from localhost ([127.0.0.1]:44871 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Rynez-0001sI-CT for submit@debbugs.gnu.org; Sat, 18 Feb 2012 12:01:21 -0500 Received: from mail-ee0-f44.google.com ([74.125.83.44]:62516) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Rynew-0001s2-IB for 10742@debbugs.gnu.org; Sat, 18 Feb 2012 12:01:20 -0500 Received: by eekc41 with SMTP id c41so2435113eek.3 for <10742@debbugs.gnu.org>; Sat, 18 Feb 2012 08:59:12 -0800 (PST) Received-SPF: pass (google.com: domain of alirioeyng@ig.com.br designates 10.14.182.134 as permitted sender) client-ip=10.14.182.134; Authentication-Results: mr.google.com; spf=pass (google.com: domain of alirioeyng@ig.com.br designates 10.14.182.134 as permitted sender) smtp.mail=alirioeyng@ig.com.br Received: from mr.google.com ([10.14.182.134]) by 10.14.182.134 with SMTP id o6mr1098374eem.40.1329584352455 (num_hops = 1); Sat, 18 Feb 2012 08:59:12 -0800 (PST) MIME-Version: 1.0 Received: by 10.14.182.134 with SMTP id o6mr857965eem.40.1329584352291; Sat, 18 Feb 2012 08:59:12 -0800 (PST) Received: by 10.14.198.132 with HTTP; Sat, 18 Feb 2012 08:59:12 -0800 (PST) X-Originating-IP: [187.112.167.18] Date: Sat, 18 Feb 2012 16:59:12 +0000 Message-ID: Subject: the workaround works, but I can't find the commit From: =?ISO-8859-1?Q?Al=EDrio_Eyng?= To: 10742@debbugs.gnu.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQni2XP6J/QHSolcy64+ED4UmyZUpyc3gqUlEj4B9e2dg1bwhNRJO3jNnsusGWqWYksZuHF6 X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 10742 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) You're right, the "LC_ALL=en_US.UTF-8 guile" works. But the compilation remains bugged. And I can't find your "commit 5de0053178b4acc793ae62838175e5f3ab56c603" with the "git log", even with the folder updated: bash-4.1# git pull Already up-to-date. From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 24 22:15:36 2012 Received: (at 10742) by debbugs.gnu.org; 25 Feb 2012 03:15:36 +0000 Received: from localhost ([127.0.0.1]:54848 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1S186i-0004yV-8x for submit@debbugs.gnu.org; Fri, 24 Feb 2012 22:15:36 -0500 Received: from mail-ee0-f44.google.com ([74.125.83.44]:64034) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1S186g-0004yO-9f for 10742@debbugs.gnu.org; Fri, 24 Feb 2012 22:15:35 -0500 Received: by eekc41 with SMTP id c41so1706266eek.3 for <10742@debbugs.gnu.org>; Fri, 24 Feb 2012 19:12:56 -0800 (PST) Received-SPF: pass (google.com: domain of alirioeyng@ig.com.br designates 10.213.8.74 as permitted sender) client-ip=10.213.8.74; Authentication-Results: mr.google.com; spf=pass (google.com: domain of alirioeyng@ig.com.br designates 10.213.8.74 as permitted sender) smtp.mail=alirioeyng@ig.com.br Received: from mr.google.com ([10.213.8.74]) by 10.213.8.74 with SMTP id g10mr916782ebg.36.1330139576603 (num_hops = 1); Fri, 24 Feb 2012 19:12:56 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=gamma; h=mime-version:x-originating-ip:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=1P5kzIJppmS0qlt0wXRAWxDFuKKDMEp8zbkVIJPKWk0=; b=W9cTSJCGFA/3e5NbFomzpgpH66zqj3iNkfpL4ITrphZl/gkWrdXbtfXGanrRWAJKzO ARXpfOnYszfQdj9qUhOtGk855domjUWqDHn1vk0GdFs5GjJIheQeFJ2bbMlG+5qHKJ6u 6eTOllCIh/xbovuGiMv03MFTvV8f9OPtkjuAY= MIME-Version: 1.0 Received: by 10.213.8.74 with SMTP id g10mr689409ebg.36.1330139576304; Fri, 24 Feb 2012 19:12:56 -0800 (PST) Received: by 10.14.198.132 with HTTP; Fri, 24 Feb 2012 19:12:56 -0800 (PST) X-Originating-IP: [189.115.112.208] Date: Sat, 25 Feb 2012 03:12:56 +0000 Message-ID: Subject: invalidating last e-mail From: =?ISO-8859-1?Q?Al=EDrio_Eyng?= To: 10742@debbugs.gnu.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQl85dRvdeL8s6KSaBind79Fd5VwNXcbJEknFtFAOBffLjWgCE7bQFMzToSJ2EcdXEmcsH4M X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 10742 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) now it works and I find your commit but I don't understand the delay From unknown Fri Aug 15 15:35:54 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 24 Mar 2012 11:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator