From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44023) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d60Kf-0004fZ-DQ for guix-patches@gnu.org; Wed, 03 May 2017 15:53:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d60Kc-0007Tl-9x for guix-patches@gnu.org; Wed, 03 May 2017 15:53:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:55008) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d60Kc-0007Tf-6g for guix-patches@gnu.org; Wed, 03 May 2017 15:53:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d60Kc-0003eA-05 for guix-patches@gnu.org; Wed, 03 May 2017 15:53:02 -0400 Subject: bug#26760: [PATCH] gnu: guile-bytestructures: Install sld files. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170503151734.28872-1-m.othacehe@gmail.com> Date: Wed, 03 May 2017 21:52:02 +0200 In-Reply-To: <20170503151734.28872-1-m.othacehe@gmail.com> (Mathieu Othacehe's message of "Wed, 3 May 2017 17:17:34 +0200") Message-ID: <8737clsopp.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Mathieu Othacehe Cc: 26760@debbugs.gnu.org Mathieu Othacehe skribis: > * gnu/packages/guile.scm (guile-bytestructures): Build and install sld > files in r7 repository. > > It fixes this kind of errors while using guile-bytestructures: > > ice-9/psyntax.scm:3245:33: ice-9/psyntax.scm:3245:33: Syntax error: > /gnu/store/ny9mp091yw51ylv1q59z25z5vdw8bi56-profile/share/guile/site/2.2/= bytestructures/guile/base.scm:8:19: include-from-path: file not found in pa= th in subform "bytestructures/r7/base.exports.sld" of (include-from-path "b= ytestructures/r7/base.exports.sld") LGTM! (.sld is an R7 thing? I never got used to the R6 file extensions to begin with=E2=80=A6) Ludo=E2=80=99.