From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: Cannot build guile-chickadee. Date: Wed, 20 Jun 2018 11:27:44 +0200 Message-ID: <87o9g5u7sf.fsf@elephly.net> References: <87muvquv4x.fsf@elephly.net> <87muvqdjs4.fsf@gmail.com> <87po0lu90t.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44018) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fVZPK-0003Ai-Dv for help-guix@gnu.org; Wed, 20 Jun 2018 05:28:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fVZPH-0004Jj-7Z for help-guix@gnu.org; Wed, 20 Jun 2018 05:28:06 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21017) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fVZPG-0004JF-Sc for help-guix@gnu.org; Wed, 20 Jun 2018 05:28:03 -0400 In-reply-to: <87po0lu90t.fsf@elephly.net> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Pierre Neidhardt Cc: help-guix@gnu.org, davet@gnu.org Ricardo Wurmus writes: >> Yes, last time I tried I had a similar issue: this is because you need >> the latest guile-sdl2 and guile-opengl. > > There does not seem to be a more recent guile-opengl. I have added > guile-sdl2-devel, which is built from the latest git commit. > > I also updated guile-chickadee to use the latest version from git. > Unfortunately, it still won=E2=80=99t build. > >> As I mentioned in an e-mail I've sent recently, I'd like to update the 2 >> package definitions in Guix and add Chickadee to the Guix repo. >> What do you think? > > I=E2=80=99d prefer to use only released versions in Guix unless it cannot= be > avoided to use development versions. Turns out that the Makefile of guile-sdl2 needed to be patched. After the patch Chickadee can be built with the release tarball. I=E2=80=99ll push the package definition shortly. --=20 Ricardo