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-ASN: AS22989 209.51.188.0/24 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,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 E177F1F461 for ; Tue, 25 Jun 2019 20:31:36 +0000 (UTC) Received: from localhost ([::1]:35130 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hfs6I-0002sL-Ft for normalperson@yhbt.net; Tue, 25 Jun 2019 16:31:34 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36291) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hfs6D-0002s2-Or for bug-gnulib@gnu.org; Tue, 25 Jun 2019 16:31:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hfs6C-0000Zl-EJ for bug-gnulib@gnu.org; Tue, 25 Jun 2019 16:31:29 -0400 Received: from mo6-p00-ob.smtp.rzone.de ([2a01:238:20a:202:5300::11]:36144) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hfs69-0000G4-HV; Tue, 25 Jun 2019 16:31:26 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1561494681; 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=TCPdFSs8Njbhvvgj2HFP7w6VOjXXD3Qf9wDPbgftNUA=; b=OVybEzcTcqqM5HcjUNywH4EeRkDF9E9ksKsxJJbtUPyn49MddZIrVsE1urqt6xRW1n /WKZWLcR/8WNQjIfC9DtSsxptEhaBguTyR7WUqIlB0n5k2SbPDbDWYsSvEub68YVQ7h5 lkMm0hjPh1iI2c5vTJVCV1IE/43n6HQ1c/YyonVITzevbPfvGi+lovQD3P3URLhnsdhm 5KbGdGrt0cv/QOOucJPu8RllOgFqF0PDz9gK7EfBh67dxRBSR3ZBWQXMPLwf1CijNgHj E59mXF9iJtXbdTJzqgOmmPTYHJX9CTEsr0FFPD2zN5bcMlmjcJ/NRSIDJvVTKRZDpQNm BG7g== X-RZG-AUTH: ":Ln4Re0+Ic/6oZXR1YgKryK8brlshOcZlIWs+iCP5vnk6shH+AHjwLuWOGaf0y5RW" X-RZG-CLASS-ID: mo00 Received: from bruno.haible.de by smtp.strato.de (RZmta 44.24 DYNA|AUTH) with ESMTPSA id v018bcv5PKV7LRS (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (curve secp521r1 with 521 ECDH bits, eq. 15360 bits RSA)) (Client did not present a certificate); Tue, 25 Jun 2019 22:31:07 +0200 (CEST) From: Bruno Haible To: sds@gnu.org Subject: Re: macosx linking fails: _freea referenced from: _rpl_realpath Date: Tue, 25 Jun 2019 22:31:06 +0200 Message-ID: <21394400.tQSnpGfqdS@omega> User-Agent: KMail/5.1.3 (Linux/4.4.0-151-generic; KDE/5.18.0; x86_64; ; ) In-Reply-To: References: <1623858.kZGjtXDEHr@omega> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a01:238:20a:202:5300::11 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: 36356@debbugs.gnu.org, Daniel Colascione , bug-gnulib@gnu.org Errors-To: bug-gnulib-bounces+normalperson=yhbt.net@gnu.org Sender: "bug-gnulib" Sam Steingold wrote: > I re-run gnulib-tool and it fixed it. > (alas, emacs maintainers pushed the changes before me ;-) So, what was the cause? What can be done to avoid similar errors in the future? When I look at the history of emacs/lib/gnulib.mk.in, it looks like (1) there was a change that added dependencies to canonicalize-lgpl and malloca yesterday, but it did NOT add the variable gl_GNULIB_ENABLED_malloca. (2) Paul regenerated it again, which added the variable gl_GNULIB_ENABLED_malloca. (1) apparently introduced the problem that Sam reported. (2) fixed it. Daniel, do you have an idea why your tooling created an incomplete emacs/lib/gnulib.mk.in, that you then checked in? Bruno