From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: mousebot Newsgroups: gmane.emacs.help Subject: native-comp error: Invalid function # Date: Thu, 31 Oct 2024 10:00:19 +0100 Message-ID: <384f9ba5-af1c-44f0-b67f-3c4b61e62c88@disroot.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="20495"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla Thunderbird To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Thu Oct 31 14:24:19 2024 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 1t6V9u-0005AH-NX for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 31 Oct 2024 14:24:18 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1t6V9A-0001oP-RP; Thu, 31 Oct 2024 09:23:32 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1t6R2c-0004rL-Oz for help-gnu-emacs@gnu.org; Thu, 31 Oct 2024 05:00:31 -0400 Original-Received: from layka.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1t6R2a-0003Z6-TP for help-gnu-emacs@gnu.org; Thu, 31 Oct 2024 05:00:30 -0400 Original-Received: from mail01.disroot.lan (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 6BA7B25252 for ; Thu, 31 Oct 2024 10:00:24 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Original-Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavis, port 10024) with ESMTP id 6bua8nj78iov for ; Thu, 31 Oct 2024 10:00:20 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1730365220; bh=VGNnGZ5Ek4fUCIFu8WgDRdaPvsQF8iPEehf5peYR+pU=; h=Date:To:From:Subject; b=RnABHQ3BSqaIfCm+uBKgjOvlp6vJtyDqD+c1PXo7pClQr2t0ClqqSYEFVsXDw++F8 nQEWRWOWWjgPVG1jP7W3kXHDfgfcQl6ExOZX8PvFkCZ1Df1suNmCwjN9ubql63FEL/ 7c6ho7VfAqXHX2rGlUJIbI1qcrkiRrNpFPG0uVLSAPcNEsIPcTK450vKdt+QW+Ojfs cPS8ffUBncehwQ9Qj7BOff91V5meWAOM5EdpuL686mBx31IVFTqFhM38ziK7yxvlZh wLNDAHna5iLxxxOmkC/eohC6qUnkzoo+SqD6w7TQK3tJyWid7RFOV7aNpoKsZquMMI MeH4DFKyEP+Yg== Content-Language: en-US Received-SPF: pass client-ip=178.21.23.139; envelope-from=mousebot@disroot.org; helo=layka.disroot.org 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_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Thu, 31 Oct 2024 09:23:30 -0400 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-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:148262 Archived-At: hi, i maintain mastodon.el. when i build it from a package archive, i get the following errors during native compiling: Warning (comp): /path/to/.emacs.d/straight/build/mastodon/mastodon-tl.el: Error: Invalid function # it happens for two files in mastodon.el. i'm unsure how to debug, or how to even understand this message. i'm also unable to reproduce it locally, or perhaps i just don't know how to native compile a package locally... is anyone able to throw me any little bones/pointers? thanks, m