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 55EA3DC665F for ; Mon, 20 Jul 2015 06:36:05 +0000 (UTC) Received: from yavin4.bsod.eu (yavin4.bsod.eu [188.164.131.106]) by mail.alpinelinux.org (Postfix) with ESMTP id 12D42DC1729 for ; Mon, 20 Jul 2015 06:36:04 +0000 (UTC) Received: from yavin4.bsod.eu (hoth.bsod.eu [127.0.0.1]) by yavin4.bsod.eu (Postfix) with ESMTP id 6F8861000106; Mon, 20 Jul 2015 06:36:03 +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 08:36:03 +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: <1437262805-4942-1-git-send-email-ibid.ag@gmail.com> 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-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: -MF .deps/subplex.Tpo -c -o subplex.lo subplex.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Os -fomit-frame-pointer -I/usr/include/guile/2.0 -Os -fomit-frame-pointer -MT ctl.lo -MD -MP -MF .deps/ctl.Tpo -c ctl.c -fPIC -DPIC -o .libs/ctl.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Os -fomit-frame-pointer -I/usr/include/guile/2.0 -Os -fomit-frame-pointer -MT subplex.lo -MD -MP -MF .deps/subplex.Tpo -c subplex.c -fPIC -DPIC -o .libs/subplex.o In file included from subplex.c:62:0: ctl.h:30:24: fatal error: guile/gh.h: No such file or directory compilation terminated. In file included from ctl.c:27:0: ctl.h:30:24: fatal error: 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? Thanks! -- :: Francesco Colista :: Alpine Linux Infrstraucture :: http://www.alpinelinux.org --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---