From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Linas Vepstas Newsgroups: gmane.lisp.guile.user Subject: Re: [SOLVED] Re: Problems building GNU Greg testing framework Date: Mon, 10 Jan 2011 23:56:20 -0600 Message-ID: References: <20384.189.148.181.157.1294448634.squirrel@lavabit.com> <8739p1g5sr.fsf@gnu.org> <10104.189.148.181.157.1294709040.squirrel@lavabit.com> Reply-To: linasvepstas@gmail.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1294725572 19838 80.91.229.12 (11 Jan 2011 05:59:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 11 Jan 2011 05:59:32 +0000 (UTC) Cc: =?UTF-8?Q?Ludovic_Court=C3=A8s?= , guile-user@gnu.org To: romel@lavabit.com Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue Jan 11 06:59:25 2011 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PcXGP-0004ec-3n for guile-user@m.gmane.org; Tue, 11 Jan 2011 06:59:25 +0100 Original-Received: from localhost ([127.0.0.1]:54038 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PcXGO-0002kU-7p for guile-user@m.gmane.org; Tue, 11 Jan 2011 00:59:24 -0500 Original-Received: from [140.186.70.92] (port=38286 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PcXDn-0001mR-UT for guile-user@gnu.org; Tue, 11 Jan 2011 00:56:45 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PcXDm-0003AZ-86 for guile-user@gnu.org; Tue, 11 Jan 2011 00:56:43 -0500 Original-Received: from mail-fx0-f41.google.com ([209.85.161.41]:46394) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PcXDl-0003AG-Vy; Tue, 11 Jan 2011 00:56:42 -0500 Original-Received: by fxm12 with SMTP id 12so13059407fxm.0 for ; Mon, 10 Jan 2011 21:56:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:reply-to :in-reply-to:references:from:date:message-id:subject:to:cc :content-type; bh=moIoiDPvePb9HzXz8WPBq2VtnwgovpBkfTALuaCjxgw=; b=eKBhqQpRi+npkTDKM2AENVVOIVk1TBN4UrA/assSpthdpzjY+0AnOV/DIRKEjg8GCq WFU+rHk12RFqF9Lxj1yupfFnxdTUN29vAxqS0TE66MCgtK4ZS0q+rI7S7B/LKg1tPCX3 HBmQKio8DJ+Su7IOGgjMlPjF7Fn3cz6ov/VCc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; b=iOZrRzkO4SNDI/bfOjHMigH0C00LfAy2QzGGW7xgr01g43Hcm8SBfTmz+QEfh1wMv4 1G2jU7U+FXpRdwa1/Ziqcv9whd2BGraKlRO0f+AWmqbOMmMjfw7bVYguswCM7oAdJKsQ tzFa9uOffjkmcA0ZaX5+IenIcjcqxMam+IUAc= Original-Received: by 10.223.86.130 with SMTP id s2mr781098fal.66.1294725400478; Mon, 10 Jan 2011 21:56:40 -0800 (PST) Original-Received: by 10.223.147.198 with HTTP; Mon, 10 Jan 2011 21:56:20 -0800 (PST) In-Reply-To: <10104.189.148.181.157.1294709040.squirrel@lavabit.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:8354 Archived-At: Hi, On 10 January 2011 19:24, wrote: > Thanks Ludovic, > > I delete config.guess and config.sub, then regenerate them and voila. > > I see Greg it's very old, Does have Guile DBI project a plan to remove > this dependency or to give some maintenance to Greg? Just curious. I maintain guile-dbi, I had no idea that greg was unmaintained. guile-dbi was using greg since before I got involved. Being lazy, I'm not sure what to do ... what could/should replace greg? > As a side note, in order to build Guile DBI on Guile 1.9.14 I had to > remove a hardcoded -lguile library reference from /src/test/Makefile.am. > > Before: > libguile_dbd_test_la_LIBADD = -ldl -lz -lguile > > After: > libguile_dbd_test_la_LIBADD = -ldl -lz Thanks, I'll fix that up. --linas