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 5DA991F461 for ; Tue, 25 Jun 2019 17:12:14 +0000 (UTC) Received: from localhost ([::1]:34170 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hfozM-0002Gu-O9 for normalperson@yhbt.net; Tue, 25 Jun 2019 13:12:12 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56341) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hfoyW-00018P-GI for bug-gnulib@gnu.org; Tue, 25 Jun 2019 13:11:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hfoyU-00065G-Eo for bug-gnulib@gnu.org; Tue, 25 Jun 2019 13:11:19 -0400 Received: from mo6-p00-ob.smtp.rzone.de ([2a01:238:20a:202:5300::1]:24682) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hfoyL-0005uc-0Y; Tue, 25 Jun 2019 13:11:11 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1561482665; 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=McyUGf7fPrw0vnEGavZkH1p/VUdEnRFnZc5twau4pHk=; b=celTBmVlG3tmfU3Fgh6vaILkpIUpUOEKr2jUJK7qLCkPeWHuoODAd66ahAGI4D0OxE AfBXk8T/tAk1GOzZOAU3ZYeNIkR8oTqafEqNOPCdOiqtu5vqJGg9e/B7seDLyQOEZqZ6 o9sWNsEOkntB65hxR1VTgCjN4sGnRWi2AEbRnGODZ+WEpPiRRnbf0iobh3XrfvAoySXW YltUFOWSYAuqodWGzYkFAawDJ57aYXo6b0Mhe2rH5dlpNHDY5d4CZYMtR8dDLTfmL7LJ LS5OCw3yJ5UnLtMqu98OfNn68a1252i8trO78wUA7ByQWbOaVS7k7eyODPnqiQrYy7/+ ZUlA== 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 v018bcv5PHB3Kl9 (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 19:11:03 +0200 (CEST) From: Bruno Haible To: sds@gnu.org Subject: Re: macosx linking fails: _freea referenced from: _rpl_realpath Date: Tue, 25 Jun 2019 19:11:03 +0200 Message-ID: <1623858.kZGjtXDEHr@omega> User-Agent: KMail/5.1.3 (Linux/4.4.0-151-generic; KDE/5.18.0; x86_64; ; ) In-Reply-To: References: <11319098.sJsK0NTokd@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::1 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" Sam Steingold wrote: > > If you don't remember: Does the issue persist after a "make distclean" > > followed by a reconfiguration? > > yes, I just did "make distclean; ../configure ...; make bootstrap" and > got the above error. OK. > > 2) Which symbols does > > nm lib/malloca.o > > show? > > --8<---------------cut here---------------start------------->8--- > $ find . -name \*alloc\*.o > ./lib/allocator.o > ./src/alloc.o Oh, this is surprising. The compilation of malloca.c should be enabled here: ifeq (,$(OMIT_GNULIB_MODULE_malloca)) ifneq (,$(gl_GNULIB_ENABLED_malloca)) libgnu_a_SOURCES += malloca.c endif EXTRA_DIST += malloca.h endif 1) Can you please verify that nothing defines the Makefile macro OMIT_GNULIB_MODULE_malloca in your build? 2) What are the values of HAVE_CANONICALIZE_FILE_NAME and REPLACE_CANONICALIZE_FILE_NAME in config.status? 3) I'd need to see why gl_GNULIB_ENABLED_malloca is not getting set. Can you please run "make distclean", rerun configure with shell tracing: sh -x ./configure ... 2>&1 |tee config.shlog and attach the generated config.shlog file as well as config.log, config.status, and the configure script (in compressed form)? I hope I can understand the cause by looking at this log. 4) Also, it would help to know why the linker is not complaining about a missing '_mmalloca' symbol. $ nm lib/canonicalize-lgpl.o | grep malloca $ for f in `find . -name '*.o'`; do echo $f ; nm $f | grep malloca ; done Bruno