From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludovic.courtes@laas.fr (Ludovic =?iso-8859-1?Q?Court=E8s?=) Newsgroups: gmane.lisp.guile.devel Subject: Re: Gnulib support Date: Tue, 04 Sep 2007 09:36:13 +0200 Organization: LAAS-CNRS Message-ID: <87veaqj30y.fsf@laas.fr> References: <87tzrnp6dx.fsf@chbouib.org> <87tzr0wcn3.fsf@zip.com.au> <871wdyk4t2.fsf@laas.fr> <878x85vjt2.fsf@zip.com.au> <87bqcwdmvt.fsf@chbouib.org> <87d4wz9swn.fsf@zip.com.au> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1188891367 12388 80.91.229.12 (4 Sep 2007 07:36:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 4 Sep 2007 07:36:07 +0000 (UTC) Cc: guile-devel@gnu.org To: Kevin Ryde Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Sep 04 09:36:06 2007 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1ISSx7-0001uU-Gh for guile-devel@m.gmane.org; Tue, 04 Sep 2007 09:36:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ISSx6-0001mU-3E for guile-devel@m.gmane.org; Tue, 04 Sep 2007 03:36:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ISSx3-0001mP-9E for guile-devel@gnu.org; Tue, 04 Sep 2007 03:35:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ISSx0-0001mD-Tn for guile-devel@gnu.org; Tue, 04 Sep 2007 03:35:56 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ISSx0-0001mA-OW for guile-devel@gnu.org; Tue, 04 Sep 2007 03:35:54 -0400 Original-Received: from laas.laas.fr ([140.93.0.15]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1ISSx0-0006s4-97 for guile-devel@gnu.org; Tue, 04 Sep 2007 03:35:54 -0400 Original-Received: from messiaen.laas.fr (messiaen [IPv6:2001:660:6602:0:230:65ff:fed4:9d20]) by laas.laas.fr (8.13.8/8.13.8) with SMTP id l847Zmjj024181; Tue, 4 Sep 2007 09:35:50 +0200 (MEST) Original-Received: by messiaen.laas.fr (sSMTP sendmail emulation); Tue, 04 Sep 2007 09:36:13 +0200 X-URL: http://www.laas.fr/~lcourtes/ X-Revolutionary-Date: 18 Fructidor an 215 de la =?iso-8859-1?Q?R=E9volutio?= =?iso-8859-1?Q?n?= 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: powerpc-unknown-linux-gnu Mail-Followup-To: Kevin Ryde , guile-devel@gnu.org In-Reply-To: <87d4wz9swn.fsf@zip.com.au> (Kevin Ryde's message of "Tue\, 04 Sep 2007 10\:27\:20 +1000") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-Spam-Score: 0.306 () MAILTO_TO_SPAM_ADDR,NO_RELAYS X-Scanned-By: MIMEDefang at CNRS-LAAS on IPv6:2001:660:6602::2 X-Detected-Kernel: Solaris 10 (beta) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:6775 Archived-At: Hi Kevin, Kevin Ryde writes: > Revert it for now, and look again if/when there's a system for > libraries. (And not the first blush version of something, give it a > chance for someone else to be the guinea pigs.) Please, do read the thread on `bug-gnulib'. Widespread libraries already fixed the problem, the most straightforward solution being to use Libtool's `-export-symbols-regex' link option (which is a single line in `Makefile.am'). Did you actually hit a problem? Honestly, I'd prefer not to revert it (remember it's only in HEAD) if the rationale is "we're too lazy to fix it". > While you're at it you can back out "build-aux". Subdirs like that are > unnecessary, especially now that it's normal not to copy aclocal .m4 > files into a distribution. (If gnulib is doing that then it shouldn't.) And while we're at it, I suggest that we do "mv libguile/*.[ch] .". Subdirs like that are unnecessary, too. :-) Please, provide a more compelling rationale. Did you find a bug or something? I don't see the point in having all files mixed up. This is unrelated to Gnulib, BTW. > Oh, and don't mangle the news file just because automake is broken. The > licence notice should be at the start of the file. Hmm, I did not move the licence in `NEWS', though I did remove a few lines from there [0]. Is this what you are referring to? Thanks, Ludovic. [0] http://repo.or.cz/w/guile.git?a=commitdiff;h=42e184455d0b7a99e231269a5454c1de481ba548 _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel