From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ralf Mattes Newsgroups: gmane.lisp.guile.user Subject: Build failure during build from git Date: Thu, 01 Jul 2010 12:07:50 +0200 Message-ID: <1277978870.7109.4.camel@mhflaptop01> Reply-To: rm@seid-online.de NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1277978886 24444 80.91.229.12 (1 Jul 2010 10:08:06 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 1 Jul 2010 10:08:06 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Jul 01 12:08:05 2010 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OUGgf-0003kt-Fy for guile-user@m.gmane.org; Thu, 01 Jul 2010 12:08:05 +0200 Original-Received: from localhost ([127.0.0.1]:54136 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OUGge-0004QA-Es for guile-user@m.gmane.org; Thu, 01 Jul 2010 06:08:04 -0400 Original-Received: from [140.186.70.92] (port=42937 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OUGgW-0004OS-JH for guile-user@gnu.org; Thu, 01 Jul 2010 06:08:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OUGgV-0004Dw-3k for guile-user@gnu.org; Thu, 01 Jul 2010 06:07:56 -0400 Original-Received: from alextrapp1.equinoxe.de ([217.22.192.104]:50586 helo=www.elogos.de) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OUGgU-0004Dh-VN for guile-user@gnu.org; Thu, 01 Jul 2010 06:07:55 -0400 Original-Received: from [127.0.0.1] (localhost [127.0.0.1]) by www.elogos.de (Postfix) with ESMTP id 53C8090047 for ; Thu, 1 Jul 2010 12:09:34 +0200 (CEST) X-Mailer: Evolution 2.24.3 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:7939 Archived-At: Hello Guilers, after a fresh checkout from the git repository the build fails with the following error message: make[3]: Entering directory `/SCHEME/guile/libguile' cat alist.doc arbiters.doc array-handle.doc array-map.doc .... > guile-procedures.texi || { rm guile-procedures.texi; false; } guile: uncaught throw to misc-error: (dynamic-link file: ~S, message: ~S (libguile-srfi-srfi-1-v-4 file not found) #f) Cannot exit gracefully when init is in progress; aborting. Hmm, the same thing happens when I run guile itself: /SCHEME/guile$ meta/uninstalled-env guile guile: uncaught throw to misc-error: (dynamic-link file: ~S, message: ~S (libguile-srfi-srfi-1-v-4 file not found) #f) Cannot exit gracefully when init is in progress; aborting. Aborted Any ideas what went wrong? TIA Ralf Mattes