From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.devel Subject: Re: "module/" prefix in /usr/local/lib/guile/2.0/ccache/ice-9/*.go Date: Thu, 31 Mar 2011 23:05:09 +0100 Message-ID: <87pqp7t08a.fsf@ossau.uklinux.net> References: <87mxklnwcs.fsf@ossau.uklinux.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1301609325 15146 80.91.229.12 (31 Mar 2011 22:08:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 31 Mar 2011 22:08:45 +0000 (UTC) Cc: guile-devel@gnu.org To: Andy Wingo Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Apr 01 00:08:40 2011 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 1Q5Q2f-0004F7-8Z for guile-devel@m.gmane.org; Fri, 01 Apr 2011 00:08:37 +0200 Original-Received: from localhost ([127.0.0.1]:47485 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q5Pzc-0005OG-D5 for guile-devel@m.gmane.org; Thu, 31 Mar 2011 18:05:28 -0400 Original-Received: from [140.186.70.92] (port=47947 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q5PzS-0005Nf-Je for guile-devel@gnu.org; Thu, 31 Mar 2011 18:05:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q5PzR-0007pa-ER for guile-devel@gnu.org; Thu, 31 Mar 2011 18:05:18 -0400 Original-Received: from mail3.uklinux.net ([80.84.72.33]:46442) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q5PzR-0007pG-7x for guile-devel@gnu.org; Thu, 31 Mar 2011 18:05:17 -0400 Original-Received: from arudy (unknown [78.145.25.179]) by mail3.uklinux.net (Postfix) with ESMTP id 750741F66BF; Thu, 31 Mar 2011 23:05:10 +0100 (BST) Original-Received: from neil-laptop (unknown [192.168.11.4]) by arudy (Postfix) with ESMTP id E6A943801E; Thu, 31 Mar 2011 23:05:09 +0100 (BST) In-Reply-To: (Andy Wingo's message of "Thu, 31 Mar 2011 23:36:27 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-Received-From: 80.84.72.33 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:12130 Archived-At: Andy Wingo writes: > It does matter, yes: that suffix is used for looking for a file within > the load path, and obviously having module/ on the beginning isn't going > to work. Good catch. You'll have to rebuild everything to get the > right paths residualized. > > Pushed a fix to git. Great, thanks! Neil