From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-3.7 required=3.0 tests=AWL,BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE, SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 2E8051F55B for ; Tue, 19 May 2020 22:46:55 +0000 (UTC) Received: from localhost ([::1]:39506 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jbB0g-00063o-2v for normalperson@yhbt.net; Tue, 19 May 2020 18:46:54 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47174) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jbB0b-00063b-Vm for bug-gnulib@gnu.org; Tue, 19 May 2020 18:46:50 -0400 Received: from mo6-p01-ob.smtp.rzone.de ([2a01:238:20a:202:5301::8]:34344) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jbB0V-00073Q-1p for bug-gnulib@gnu.org; Tue, 19 May 2020 18:46:49 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1589928398; s=strato-dkim-0002; d=clisp.org; h=References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From: X-RZG-CLASS-ID:X-RZG-AUTH:From:Subject:Sender; bh=kHDDSH1R245paqWif4ZU1POuGckDryZIQmfPzqms4iA=; b=gWI2TuhY1/IABM2djgVtJ0/c6/yMwM23HYvE/9SlBA4XBBRZ2o4ErsY/1vP3WSghsl vF7actcTnJbF6uM2qpQOSyLpL5OBwcf6ya5JDlPbfRsrgX7X1eG52bc9CoOlsdaBdV1z vYpzMzG7h6IoqQXN1U2X++ve8QVqhVA5lGKtwq5R1HDQWENm8zbTjDJzkL88IBXBQMMI IQ0RM1ZEl4rO7SYvACn7LQEbVuIO8gNaBWRC6hE+JqVp7yjAHEBDP9W/quYLjbuHvSKs tWQ5+KSX84ug8kfthNFfvTvFgmy9Va0DuWxR/6n8J61tAPSAY9s1hHBVIGyLdtcfWIF/ aWIQ== X-RZG-AUTH: ":Ln4Re0+Ic/6oZXR1YgKryK8brlshOcZlIWs+iCP5vnk6shH+AHjwLuWOH6fzxfs=" X-RZG-CLASS-ID: mo00 Received: from bruno.haible.de by smtp.strato.de (RZmta 46.7.0 DYNA|AUTH) with ESMTPSA id x0bd30w4JMkb1US (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (curve X9_62_prime256v1 with 256 ECDH bits, eq. 3072 bits RSA)) (Client did not present a certificate); Wed, 20 May 2020 00:46:37 +0200 (CEST) From: Bruno Haible To: Tim =?ISO-8859-1?Q?R=FChsen?= Subject: Re: Fix memleak in getdelim.m4 Date: Wed, 20 May 2020 00:46:37 +0200 Message-ID: <19159325.L4XdjrQQLg@omega> User-Agent: KMail/5.1.3 (Linux/4.4.0-177-generic; KDE/5.18.0; x86_64; ; ) In-Reply-To: <0847f3dd-c883-0a29-9fe1-ae13b8f9c5ff@gmx.de> References: <3816106.4I1b13x7fG@omega> <0847f3dd-c883-0a29-9fe1-ae13b8f9c5ff@gmx.de> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Received-SPF: none client-ip=2a01:238:20a:202:5301::8; envelope-from=bruno@clisp.org; helo=mo6-p01-ob.smtp.rzone.de X-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-BeenThere: bug-gnulib@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Gnulib discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: bug-gnulib@gnu.org Errors-To: bug-gnulib-bounces+normalperson=yhbt.net@gnu.org Sender: "bug-gnulib" Hi Tim, > > rm -rf ../testdir-all; ./gnulib-tool --create-testdir --dir=../testdir-all --single-configure > > This results in: > > executing autopoint --force > autopoint: *** The AM_GNU_GETTEXT_VERSION declaration in your configure.ac > file requires the infrastructure from gettext-0.20 but > this version > is older. Please upgrade to gettext-0.20 or newer. > autopoint: *** Stop. You may try to pass '--avoid=gettext' to overcome this. > As Debian unstable is at gettext 0.19.8.1, I tried to build gettext from > git master. This results in > > make[7]: Entering directory > '/home/tim/src/gettext/gettext-tools/examples/tmp-hello-pascal' > make[7]: warning: jobserver unavailable: using -j1. Add '+' to parent > make rule. > LOCALEDIR='/usr/local/share/locale' /usr/bin/ppcx64 -o./hello ./hello.pas > Free Pascal Compiler version 3.0.4+dfsg-23 [2019/11/25] for x86_64 > Copyright (c) 1993-2017 by Florian Klaempfl and others > Target OS: Linux for x86-64 > Compiling ./hello.pas > hello.pas(9,6) Fatal: Can't find unit gettext used by hello > Fatal: Compilation aborted > make[7]: *** [Makefile:798: hello.rsj] Error 1 > > > Is it really needed to fail the whole build just because a *PASCAL* > example doesn't compile ? I may sound a bit old-fashioned when I recommend tarballs over building from git checkouts. But sometimes it has its advantages. gettext 0.20.2 is not that old. [1] Bruno [1] https://ftp.gnu.org/gnu/gettext/gettext-0.20.2.tar.gz