From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jonas Damm Newsgroups: gmane.emacs.help Subject: Re: Problem with native-compilation Date: Fri, 25 Mar 2022 11:36:19 +0100 Message-ID: <875yo2wc7w.fsf@jonas-damm.de> References: <87wngio1qo.fsf@jonas-damm.de> <83y20ybajz.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26732"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: mu4e 1.4.15; emacs 28.0.92 Cc: help-gnu-emacs@gnu.org To: Eli Zaretskii Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Fri Mar 25 11:37:26 2022 Return-path: Envelope-to: geh-help-gnu-emacs@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 1nXhJt-0006mZ-V1 for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 25 Mar 2022 11:37:25 +0100 Original-Received: from localhost ([::1]:33384 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nXhJs-0000W6-P0 for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 25 Mar 2022 06:37:24 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:59704) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nXhIw-0000Uv-G5 for help-gnu-emacs@gnu.org; Fri, 25 Mar 2022 06:36:26 -0400 Original-Received: from dd15330.kasserver.com ([85.13.136.159]:37598) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nXhIu-00078j-KM; Fri, 25 Mar 2022 06:36:26 -0400 Original-Received: from x220t (unknown [165.231.67.29]) by dd15330.kasserver.com (Postfix) with ESMTPSA id 3314E7502295; Fri, 25 Mar 2022 11:36:21 +0100 (CET) In-reply-to: <83y20ybajz.fsf@gnu.org> Received-SPF: none client-ip=85.13.136.159; envelope-from=emails@jonas-damm.de; helo=dd15330.kasserver.com X-Spam_score_int: -17 X-Spam_score: -1.8 X-Spam_bar: - X-Spam_report: (-1.8 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_SBL=0.141, SPF_HELO_NONE=0.001, SPF_NONE=0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:136751 Archived-At: Thank you for the insight. I am willing to try to fix it. I don't know if org-contacts are maintained anymore. Could you, (or anyone else) point me to where to start? I can see the functions mentioned by the error message. Do i need to "import" those from a different file? I have not much experience in lisp or emacs in general. Thanks Eli Zaretskii writes: >> From: Jonas Damm >> Date: Fri, 25 Mar 2022 09:49:51 +0100 >> >> I apologize for emailing you directly, it turns out I was not >> subscribed, and did not get any reply from the mailing list. >> >> I am using emacs 29.0.50. >> >> org-contacts is part of nongnu contrib these days. The weird thing for >> me is, that it works before the native compilation, but not after. > > Because Emacs loads the natively-compiled code, and that code is not > correct because of the problems mentioned in the warnings. > > So you (or the maintainer of org-contacts) need to fix the problems > flagged by the native compilation first.