From mboxrd@z Thu Jan 1 00:00:00 1970 From: sirgazil Subject: Re: Packaging a simple Guile library Date: Wed, 12 Feb 2020 11:46:22 -0500 Message-ID: <1703a4b5b33.11de7af4b34902.1113629993403855581@zoho.com> References: <1703023e23f.109e4d6fe3400.3555906657271851760@zoho.com> <877e0rubnv.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:37121) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j1vA2-0004gz-7a for help-guix@gnu.org; Wed, 12 Feb 2020 11:46:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j1vA1-00082a-60 for help-guix@gnu.org; Wed, 12 Feb 2020 11:46:50 -0500 In-Reply-To: <877e0rubnv.fsf@gnu.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane-mx.org@gnu.org Sender: "Help-Guix" To: =?UTF-8?Q?=22Ludovic_Court=C3=A8s=22?= Cc: Guix Help ---- On Wed, 12 Feb 2020 09:23:48 -0500 Ludovic Court=C3=A8s wrote ---- > Hi, >=20 > sirgazil skribis: >=20 > > I thought using the "guile-build-system" would make this straightforwa= rd, but it didn't work as I expected. I was hoping to say, "Hey, guile-buil= d-system:" > > > > 1. "glab" is the library you should build and install. > > 2. "doc" is the texinfo documentation you should build and install > > > > But this build system compiles every scheme file in the source, which > > results in a build failure in the case of my package, >=20 > The #:not-compiled-file-regexp option allows you to specify files not to > compile. Let me know if it works for you. Yes, that did it! I could build and install my package successfully. > > and the documentation it installs is just the README file, not the > > info documentation. >=20 > Ah, that part is missing from the build system, we should probably add > it. In the meantime, you can add a custom phase, as you wrote. I'll leave this for another version of my package. Thanks a lot, Ludovic :)