X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 1B97EDC0169 for ; Mon, 20 Jul 2015 12:55:32 +0000 (UTC) Received: from yavin4.bsod.eu (yavin4.bsod.eu [188.164.131.106]) by mail.alpinelinux.org (Postfix) with ESMTP id CC255DC0146 for ; Mon, 20 Jul 2015 12:55:31 +0000 (UTC) Received: from yavin4.bsod.eu (hoth.bsod.eu [127.0.0.1]) by yavin4.bsod.eu (Postfix) with ESMTP id 9FE6B1000106; Mon, 20 Jul 2015 12:55:30 +0000 (UTC) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 20 Jul 2015 14:55:30 +0200 From: Francesco Colista To: Isaac Dunham Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] testing/libctl: new aport In-Reply-To: References: <1437262805-4942-1-git-send-email-ibid.ag@gmail.com> Message-ID: X-Sender: fcolista@alpinelinux.org User-Agent: Roundcube Webmail/1.1.2 X-Virus-Scanned: ClamAV using ClamSMTP Il 2015-07-20 08:36 Francesco Colista ha scritto: > Il 2015-07-19 01:40 Isaac Dunham ha scritto: >> libctl is MIT's glue for embedding guile in programs. >> --- >> testing/libctl/APKBUILD | 51 >> +++++++++++++++++++++++++++++++++++++++++++++++++ >> 1 file changed, 51 insertions(+) >> create mode 100644 testing/libctl/APKBUILD >> > > Hi Isaac. > libctl does not compile: guile/gh.h: No such file or directory > compilation terminated. > > This is due to a change to guile package. > gh.h does not exist anymore, libctl needs to be patched to look for > libguile.h rather than gh.h > Can you please send another patch for that? Hi Isaac. I had time to create a patch and fix the build. http://git.alpinelinux.org/cgit/aports/commit/?id=22306dd8 See you around. -- :: Francesco Colista :: Alpine Linux Infrstraucture :: http://www.alpinelinux.org --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---