From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: No Itisnt Newsgroups: gmane.lisp.guile.devel Subject: Build problem & unrelated patch Date: Thu, 3 Jun 2010 20:45:02 -0500 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1275615912 25947 80.91.229.12 (4 Jun 2010 01:45:12 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 4 Jun 2010 01:45:12 +0000 (UTC) To: guile-devel Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Jun 04 03:45:11 2010 connect(): No such file or directory Return-path: Envelope-to: guile-devel@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 1OKLyA-0005uK-8U for guile-devel@m.gmane.org; Fri, 04 Jun 2010 03:45:10 +0200 Original-Received: from localhost ([127.0.0.1]:59934 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OKLy9-0003um-Nt for guile-devel@m.gmane.org; Thu, 03 Jun 2010 21:45:09 -0400 Original-Received: from [140.186.70.92] (port=58213 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OKLy4-0003tC-P2 for guile-devel@gnu.org; Thu, 03 Jun 2010 21:45:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OKLy3-0001ZI-ET for guile-devel@gnu.org; Thu, 03 Jun 2010 21:45:04 -0400 Original-Received: from mail-vw0-f41.google.com ([209.85.212.41]:43310) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OKLy3-0001ZA-8q for guile-devel@gnu.org; Thu, 03 Jun 2010 21:45:03 -0400 Original-Received: by vws13 with SMTP id 13so1089666vws.0 for ; Thu, 03 Jun 2010 18:45:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=pTEeXS2WnB+mPh5sW/FrOc6U+huQC2HA7s5zCO7yNHs=; b=qygtwr8X4NVAjXCnyS7MxJ94CXCCOq4cfTK4S4h/BdS6RhMrh0hClNOGgviObs4eI/ ROMoj5a3ERoP+fpWEzL2xcG6dvs35Kd+HFzLUCfepF10pS7dHOIvFHDrU3eoXcDzYu7K obc78/QB5/jek/OOAQsThKo7Y/g454qmq09v0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=D9NGKtrKccYJKIce9waedM48BGhy1AnTz3C4rEO8tHISWKl9On2Aq+a6CikejJZorg 43HJA7GG7twU80kVZPJeXOw6QCGVEpYP1UcjgsZ8H4wy9/tpLdvwGu9lw5ILyOiWkqjz eWiSr/Fd0RR0tWi/IDttcNLzBgGAzyUx3sxHo= Original-Received: by 10.224.64.156 with SMTP id e28mr5717129qai.200.1275615902310; Thu, 03 Jun 2010 18:45:02 -0700 (PDT) Original-Received: by 10.229.232.199 with HTTP; Thu, 3 Jun 2010 18:45:02 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:10433 Archived-At: Recently I get a build failure on libguile/guile-procedures.texi: guile: uncaught throw to misc-error: (dynamic-link file: ~S, message: ~S (libguile-srfi-srfi-1-v-4 file not found) #f) Which would appear to be because srfi/ is not yet built. Anyone get the same problem? I'm not sure how to go about fixing it. Here is a patch that uses AM_SILENT_RULES (http://www.flameeyes.eu/autotools-mythbuster/automake/silent.html) to pare down build output, and also adds some files to .gitignore. I think it's a good idea.