From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Pirotte Newsgroups: gmane.lisp.guile.user Subject: Re: getting started writing desktop applications Date: Thu, 21 Jul 2016 20:15:26 -0300 Message-ID: <20160721201526.240b4587@capac> References: <20160717113804.4de0d81d@dissentio> <1468817544.24841.12.camel@gmail.com> <20160721163556.1f00d52b@capac> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/m=WRDOHaxx0W9clmd=DSPt9"; protocol="application/pgp-signature" X-Trace: ger.gmane.org 1469142986 32745 80.91.229.3 (21 Jul 2016 23:16:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 21 Jul 2016 23:16:26 +0000 (UTC) Cc: guile-user@gnu.org To: Barry Fishman Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Fri Jul 22 01:16:15 2016 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1bQNCP-0001BF-1l for guile-user@m.gmane.org; Fri, 22 Jul 2016 01:16:13 +0200 Original-Received: from localhost ([::1]:44180 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQNCN-0007WZ-Rz for guile-user@m.gmane.org; Thu, 21 Jul 2016 19:16:11 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56752) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQNC1-0007WH-WC for guile-user@gnu.org; Thu, 21 Jul 2016 19:15:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bQNBw-0006oG-Sq for guile-user@gnu.org; Thu, 21 Jul 2016 19:15:48 -0400 Original-Received: from maximusconfessor.all2all.org ([79.99.200.102]:35226) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQNBw-0006ny-J7 for guile-user@gnu.org; Thu, 21 Jul 2016 19:15:44 -0400 Original-Received: from localhost (unknown [192.168.0.2]) by maximusconfessor.all2all.org (Postfix) with ESMTP id 429CEA04C10C; Fri, 22 Jul 2016 01:15:43 +0200 (CEST) Original-Received: from maximusconfessor.all2all.org ([192.168.0.1]) by localhost (maximusconfessor.all2all.org [192.168.0.2]) (amavisd-new, port 10024) with ESMTP id DszpcmcMuCS6; Fri, 22 Jul 2016 01:15:38 +0200 (CEST) Original-Received: from capac (unknown [177.98.109.59]) by maximusconfessor.all2all.org (Postfix) with ESMTPSA id 63AA7A04C019; Fri, 22 Jul 2016 01:15:36 +0200 (CEST) In-Reply-To: X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.30; x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 79.99.200.102 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.org gmane.lisp.guile.user:12778 Archived-At: --Sig_/m=WRDOHaxx0W9clmd=DSPt9 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi Bary, > >> The whole autoreconf setup for added modules seems to get broken with > >> every development releases. Some packages seem to require multiple > >> reconfigs before they build. =20 > > I'm not aware of any of this, could you be more specific? =20 > OK. Looking at guile-dbi My install script ended up including: AFAICT, guile-dbi is unmaintained. If you are serious about this, use guile= -pg instead [1], or guile-sqlite3 [2] Or grab this project under your umbrella and start to maintain it, iirc, th= e original author was and still is looking for someone to pick it up and continue... > >> Tests break with errors like not being able to exec "/bin/sh" =20 > > This is the symptom that you have a 'corrupted' environment, and the > > test suite can't > > find guile and/or guild =20 > > This has been fixed, patched under revision: they will be pushed and > > guile-lib will > > be released by the end of this month. > > https://lists.gnu.org/archive/html/guile-devel/2016-07/msg00055.html = =20 > Since you don't explain the symptoms of the bug, I don't know if it > what I am experiencing. To explain a symptom, you need to find out the cause :), and for that, I'd = have to sit in from of your machine and dig into the problem...=20 > When I try to "make check" guile-lib (from the git repository) I get: So, either you wait another 2 weeks or: git clone guile-lib grab the 11 patches I was talking about in the previous email apply them re run the autotool danse Cheers, David [1] https://savannah.nongnu.org/projects/guile-pg/ [2] guile-sqlite3 was on gitorious, but it's only 1 file, you my find it he= re http://git.savannah.gnu.org/cgit/grip.git/tree/grip/db/sqlite3.scm There is also Guile-Squee, experimental: https://notabug.org/cwebber/guile-squee/ It's been created by Christopher Allan Webber, I fully autotool chained it slightly later, but afaict, he still hasn't merge this in master: if you wa= nt to try it, clone it and immediately checkout the devel branch, then run the autool= danse --Sig_/m=WRDOHaxx0W9clmd=DSPt9 Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJXkVeOAAoJEPN0/ZOjBXrX4j0H/ij+mGyG6W20aYTchegkE1n0 gN+GtxKPsxWSmu4wDAi3FPmtYgnGMyZnGIclPgcDDcqG54+hqql5d1RRw5Uqb7Y0 vjEZ3XxE4rfE0NkaPT4VpYmaboCbs/Sxwvpiv394td+gi56wjxhJKcfp18ahm1Gd Hvq+eOt1tcDncbeFuitJCKQF1UaaTw3Ney+07WY6Nd80aw+I295ImlCZH94SfPz3 B5ATSHqe1/2gar9HYDg7vwYxLuMgV4PrTD0irwWG/PtYWVM8+14fgrKXy54aYSiS MVPtNzKCH0kQNI8wirGq3Q+IlxDr/5ALPCPLbPprzSq7M/zaR+vz7W8Qcf6fzB4= =hMao -----END PGP SIGNATURE----- --Sig_/m=WRDOHaxx0W9clmd=DSPt9--