From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Alan Third Newsgroups: gmane.emacs.devel Subject: Re: san_ignore_object not found at link time Date: Sat, 1 Aug 2020 19:13:48 +0100 Message-ID: <20200801181348.GA69279@breton.holly.idiocy.org> References: <20200801141014.51E78C21C82@raman-glaptop.localdomain> <83wo2ictyz.fsf@gnu.org> <83tuxmctmo.fsf@gnu.org> <20200801153823.GA55369@breton.holly.idiocy.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28208"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Eli Zaretskii , Emacs developers , raman To: Philipp Stephani Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Aug 01 20:16:36 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1k1w3g-0007EQ-3h for ged-emacs-devel@m.gmane-mx.org; Sat, 01 Aug 2020 20:16:36 +0200 Original-Received: from localhost ([::1]:60736 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k1w3f-0004Ms-5M for ged-emacs-devel@m.gmane-mx.org; Sat, 01 Aug 2020 14:16:35 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38092) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k1w30-0003Gy-Q5 for emacs-devel@gnu.org; Sat, 01 Aug 2020 14:15:54 -0400 Original-Received: from idiocy.org ([217.169.17.33]:56244 helo=breton.holly.idiocy.org) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k1w2z-00062N-02; Sat, 01 Aug 2020 14:15:54 -0400 Original-Received: by breton.holly.idiocy.org (Postfix, from userid 501) id 8380C2024020F5; Sat, 1 Aug 2020 19:13:49 +0100 (BST) Mail-Followup-To: Alan Third , Philipp Stephani , Eli Zaretskii , raman , Emacs developers Content-Disposition: inline In-Reply-To: Received-SPF: none client-ip=217.169.17.33; envelope-from=alan@breton.holly.idiocy.org; helo=breton.holly.idiocy.org X-detected-operating-system: by eggs.gnu.org: First seen = 2020/08/01 14:13:49 X-ACL-Warn: Detected OS = Mac OS X [generic] [fuzzy] X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:253386 Archived-At: On Sat, Aug 01, 2020 at 07:32:40PM +0200, Philipp Stephani wrote: > Am Sa., 1. Aug. 2020 um 17:38 Uhr schrieb Alan Third : > > > > On Sat, Aug 01, 2020 at 05:45:19PM +0300, Eli Zaretskii wrote: > > > Do you see HAVE_SANITIZER_LSAN_INTERFACE_H defined in your > > > src/config.h? If so, it sounds like the configure-time test for this > > > functionality is incomplete. > > > > I'm getting a similar error: > > > > CCLD temacs > > Undefined symbols for architecture x86_64: > > "___lsan_ignore_object", referenced from: > > _enlarge_buffer_text in buffer.o > > _Fmake_variable_buffer_local in data.o > > _Fmake_local_variable in data.o > > _Fmodule_load in emacs-module.o > > _initialize_environment in emacs-module.o > > ld: symbol(s) not found for architecture x86_64 > > clang: error: linker command failed with exit code 1 (use -v to see invocation) > > make[1]: *** [temacs] Error 1 > > make: *** [src] Error 2 > > > > # grep SANITIZER src/config.h > > #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 > > I've pushed commit 06310cf912 which should hopefully fix this, could > you please try again? Builds now. Thanks. -- Alan Third