From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: romel@lavabit.com Newsgroups: gmane.lisp.guile.user Subject: [SOLVED] Re: Problems building GNU Greg testing framework Date: Mon, 10 Jan 2011 20:24:00 -0500 (EST) Message-ID: <10104.189.148.181.157.1294709040.squirrel@lavabit.com> References: <20384.189.148.181.157.1294448634.squirrel@lavabit.com> <8739p1g5sr.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1294709052 26587 80.91.229.12 (11 Jan 2011 01:24:12 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 11 Jan 2011 01:24:12 +0000 (UTC) Cc: guile-user@gnu.org To: Ludovic =?iso-8859-1?Q?Court=E8s?= Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue Jan 11 02:24:08 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 1PcSy0-0003xc-1R for guile-user@m.gmane.org; Tue, 11 Jan 2011 02:24:08 +0100 Original-Received: from localhost ([127.0.0.1]:33108 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PcSxz-0008NI-7y for guile-user@m.gmane.org; Mon, 10 Jan 2011 20:24:07 -0500 Original-Received: from [140.186.70.92] (port=43228 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PcSxv-0008ND-8W for guile-user@gnu.org; Mon, 10 Jan 2011 20:24:04 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PcSxu-0003Cr-3K for guile-user@gnu.org; Mon, 10 Jan 2011 20:24:03 -0500 Original-Received: from karen.lavabit.com ([72.249.41.33]:42042) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PcSxt-0003C9-Ut; Mon, 10 Jan 2011 20:24:02 -0500 Original-Received: from e.earth.lavabit.com (e.earth.lavabit.com [192.168.111.14]) by karen.lavabit.com (Postfix) with ESMTP id 4446911B864; Mon, 10 Jan 2011 19:24:00 -0600 (CST) Original-Received: from lavabit.com (dsl-189-148-181-157-dyn.prod-infinitum.com.mx [189.148.181.157]) by lavabit.com with ESMTP id DE5VVRA7MA2C; Mon, 10 Jan 2011 19:24:00 -0600 Original-Received: from 189.148.181.157 (SquirrelMail authenticated user romel) by lavabit.com with HTTP; Mon, 10 Jan 2011 20:24:00 -0500 (EST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=lavabit; d=lavabit.com; b=wsw4h/hT8AKUUNiwTDZfEd7oGW4FV40ai6ftiSsrBoB/lSigiaEpzmBPM+cnrz5sCJkL0ijT6+5DpZ0cDeZoKUaczsKqGh821Csnzk5rvVGdpOYmEgIx08SaVXwuQX+jKcL7v79GGWiE4uzBxeb5s9XsGcgDbcXdWLDtijL6waQ=; h=Message-ID:In-Reply-To:References:Date:Subject:From:To:Cc:User-Agent:MIME-Version:Content-Type:Content-Transfer-Encoding; In-Reply-To: <8739p1g5sr.fsf@gnu.org> User-Agent: SquirrelMail/1.4.13 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:8353 Archived-At: 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. 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 =3D -ldl -lz -lguile After: libguile_dbd_test_la_LIBADD =3D -ldl -lz Regards, Romel Sandoval > Hi! > > romel@lavabit.com writes: > >> I'm trying to build GNU Greg 1.4 in order to build Guile DBI but when = I >> run ./configure something goes wrong. >> >> $ ./configure --prefix $HOME/opt/ >> loading cache ./config.cache >> checking host system type... Invalid configuration >> `x86_64-unknown-linux-gnu': machine `x86_64-unknown' not recognized > > This means that Greg=E2=80=99s =E2=80=98config.guess=E2=80=99 (which or= iginates from > Autoconf) > is very, very old, and doesn=E2=80=99t know this architecture, leading = to: > >> ltconfig: you must specify a host type if you use `--no-verify' >> Try `ltconfig --help' for more information. >> configure: error: libtool configure failed > > AFAIK Greg has been mostly unmaintained for several years. Still, you > could try regenerating the configure machinery with a current Autoconf > and see what happens. > > Thanks, > Ludo=E2=80=99. > > >