From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Newsgroups: gmane.lisp.guile.bugs Subject: Re: No declaration for isblank Date: Wed, 30 Jan 2008 12:34:07 +0100 Message-ID: <87myqn35u8.fsf@dellish.bordeaux.inria.fr> References: <87r6kuz6sz.fsf@ossau.uklinux.net> <87wsulokn8.fsf@laas.fr> <87r6jo188q.fsf@ossau.uklinux.net> <87d4v817ut.fsf@ossau.uklinux.net> <87bqasjfus.fsf@chbouib.org> <877ileylfp.fsf@ossau.uklinux.net> <87ir4xlxd5.fsf@laas.fr> <87r6jkby8v.fsf@ossau.uklinux.net> <87abq8ep43.fsf@laas.fr> 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: ger.gmane.org 1201704175 14351 80.91.229.12 (30 Jan 2008 14:42:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 30 Jan 2008 14:42:55 +0000 (UTC) Cc: bug-guile@gnu.org To: Neil Jerram Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Wed Jan 30 15:43:15 2008 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JKE9T-0002DM-4x for guile-bugs@m.gmane.org; Wed, 30 Jan 2008 15:42:59 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JKE92-00037Y-09 for guile-bugs@m.gmane.org; Wed, 30 Jan 2008 09:42:32 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JKAGi-000768-UT for bug-guile@gnu.org; Wed, 30 Jan 2008 05:34:13 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JKAGg-00073s-HP for bug-guile@gnu.org; Wed, 30 Jan 2008 05:34:12 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JKAGf-00073c-Vj for bug-guile@gnu.org; Wed, 30 Jan 2008 05:34:10 -0500 Original-Received: from mail4-relais-sop.national.inria.fr ([192.134.164.105]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1JKAGf-0003LQ-Dp for bug-guile@gnu.org; Wed, 30 Jan 2008 05:34:09 -0500 X-IronPort-AV: E=Sophos;i="4.25,276,1199660400"; d="scan'208";a="21971743" Original-Received: from unknown (HELO dellish.bordeaux.inria.fr) ([193.50.110.107]) by mail4-relais-sop.national.inria.fr with ESMTP; 30 Jan 2008 11:34:06 +0100 Original-Received: by dellish.bordeaux.inria.fr (Postfix, from userid 1000) id 3A182157689; Wed, 30 Jan 2008 12:34:08 +0100 (CET) X-Revolutionary-Date: 11 =?iso-8859-1?Q?Pluvi=F4se?= an 216 de la =?iso-8859-1?Q?R=E9volution?= X-PGP-Key-ID: 0xEB1F5364 X-PGP-Key: http://www.laas.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 821D 815D 902A 7EAB 5CEE D120 7FBA 3D4F EB1F 5364 X-OS: i486-pc-linux-gnu In-Reply-To: <87abq8ep43.fsf@laas.fr> ("Ludovic =?iso-8859-1?Q?Court=E8s?= =?iso-8859-1?Q?=22's?= message of "Wed\, 24 Oct 2007 13\:19\:56 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-Mailman-Approved-At: Wed, 30 Jan 2008 09:40:56 -0500 X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:3743 Archived-At: Hi, I'm slowly getting back to Guile, and the first thing I came across was this old Gnulib-related bootstrap issue (HEAD). ludovic.courtes@laas.fr (Ludovic Court=E8s) writes: > My `gnulib-cache.m4' is the same as the one in CVS HEAD: > > http://cvs.savannah.gnu.org/viewvc/guile/guile-core/m4/gnulib-cache.m4?= revision=3D1.1&root=3Dguile&view=3Dmarkup > > It contains the line "gl_MODULES([alloca strcase])" so `gnulib-tool' > must at least pull the `alloca' and `strcase' modules. It should also > pull their dependencies; `strcase' happens to depend on `string', which > in turn depends on `extensions', the module that ensures `_GNU_SOURCE' > is defined when available. > > (Actually, we should be importing `extensions' explicitly rather than > rely on this side effect.) I followed my own suggestion and added `extensions' to the list of required modules, since it turns out that it was no longer pulled by the other modules. Hopefully, that fixes this very problem once for all. On a related note, when bootstrapping, `autoreconf' complains that we're using `AM_GNU_GETTEXT' without having `po' in `SUBDIRS'---which is normal since no string is internationalized. Still, is there something we could do about it? Thanks, Ludovic.