From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Newsgroups: gmane.lisp.guile.bugs Subject: bug#11877: now same as bug#10474 Date: Mon, 09 Jul 2012 18:04:06 +0200 Message-ID: <874npgexah.fsf@gnu.org> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1341849901 27544 80.91.229.3 (9 Jul 2012 16:05:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 9 Jul 2012 16:05:01 +0000 (UTC) Cc: 11877@debbugs.gnu.org To: gnuemacser Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Mon Jul 09 18:05:00 2012 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SoGSK-000259-0X for guile-bugs@m.gmane.org; Mon, 09 Jul 2012 18:05:00 +0200 Original-Received: from localhost ([::1]:35176 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoGSI-0003n8-U9 for guile-bugs@m.gmane.org; Mon, 09 Jul 2012 12:04:58 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:45849) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoGSC-0003ln-Hu for bug-guile@gnu.org; Mon, 09 Jul 2012 12:04:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SoGS7-00084C-KJ for bug-guile@gnu.org; Mon, 09 Jul 2012 12:04:52 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:48767) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoGS7-000844-GG for bug-guile@gnu.org; Mon, 09 Jul 2012 12:04:47 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1SoGXC-0005rE-DD for bug-guile@gnu.org; Mon, 09 Jul 2012 12:10:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-guile@gnu.org Resent-Date: Mon, 09 Jul 2012 16:10:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 11877 X-GNU-PR-Package: guile X-GNU-PR-Keywords: Original-Received: via spool by 11877-submit@debbugs.gnu.org id=B11877.134185016622467 (code B ref 11877); Mon, 09 Jul 2012 16:10:02 +0000 Original-Received: (at 11877) by debbugs.gnu.org; 9 Jul 2012 16:09:26 +0000 Original-Received: from localhost ([127.0.0.1]:58313 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SoGWb-0005qI-SD for submit@debbugs.gnu.org; Mon, 09 Jul 2012 12:09:26 -0400 Original-Received: from mail1-relais-roc.national.inria.fr ([192.134.164.82]:46892) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SoGWZ-0005qA-0t for 11877@debbugs.gnu.org; Mon, 09 Jul 2012 12:09:24 -0400 X-IronPort-AV: E=Sophos;i="4.77,552,1336341600"; d="scan'208";a="166167384" Original-Received: from vpn-konference.ms.mff.cuni.cz (HELO pluto) ([195.113.20.101]) by mail1-relais-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES128-SHA; 09 Jul 2012 18:04:06 +0200 In-Reply-To: (gnuemacser's message of "Sun, 8 Jul 2012 13:39:11 +0800") User-Agent: Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.1 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-guile@gnu.org List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:6439 Archived-At: Hi, gnuemacser skribis: > ?: 0 [primitive-load-path "e:\\temp\\files\\guile\\guile-2.0.6\\build\= \libguile/e:/temp/files/guile/guile-2.0.6/build/meta/guild"] [...] > the error is as same as https://lists.gnu.org/archive/html/bug-guile/2012= -01/msg00056.html Can you point us to the patch that fixes it, in the above thread? > then i tried run guile.exe directly: You should run ./meta/guile instead; running libguile/guile from the build tree won=E2=80=99t work. Thanks, Ludo=E2=80=99.