From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo Newsgroups: gmane.emacs.bugs Subject: bug#61917: 29.0.60; native compilation issues Date: Sat, 25 Mar 2023 14:46:49 +0000 Message-ID: References: <87zg8vmbb4.fsf@gmail.com> <83wn3zcfx7.fsf@gnu.org> <838rg62q5w.fsf@gnu.org> <83wn3q15h5.fsf@gnu.org> <87356dzxvn.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="2896"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) Cc: Eli Zaretskii , 61917@debbugs.gnu.org, Al Haji-Ali To: Naofumi Yasufuku Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Mar 25 15:47:21 2023 Return-path: Envelope-to: geb-bug-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 1pg5Au-0000V9-Pw for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 25 Mar 2023 15:47:20 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pg5An-0002En-A4; Sat, 25 Mar 2023 10:47:13 -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 1pg5Ac-0002Be-Ji for bug-gnu-emacs@gnu.org; Sat, 25 Mar 2023 10:47:05 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pg5Ac-0000d6-7R for bug-gnu-emacs@gnu.org; Sat, 25 Mar 2023 10:47:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pg5Ab-0000av-Rd for bug-gnu-emacs@gnu.org; Sat, 25 Mar 2023 10:47:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Andrea Corallo Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 25 Mar 2023 14:47:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 61917 X-GNU-PR-Package: emacs Original-Received: via spool by 61917-submit@debbugs.gnu.org id=B61917.16797556202278 (code B ref 61917); Sat, 25 Mar 2023 14:47:01 +0000 Original-Received: (at 61917) by debbugs.gnu.org; 25 Mar 2023 14:47:00 +0000 Original-Received: from localhost ([127.0.0.1]:43219 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pg5AZ-0000af-IY for submit@debbugs.gnu.org; Sat, 25 Mar 2023 10:46:59 -0400 Original-Received: from ma.sdf.org ([205.166.94.33]:36410) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pg5AT-0000aT-MD for 61917@debbugs.gnu.org; Sat, 25 Mar 2023 10:46:58 -0400 Original-Received: from akrl by ma.sdf.org with local (Exim 4.92) (envelope-from ) id 1pg5AP-0006C2-7G; Sat, 25 Mar 2023 14:46:49 +0000 In-Reply-To: (Naofumi Yasufuku's message of "Sat, 25 Mar 2023 21:49:25 +0900") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:258586 Archived-At: Naofumi Yasufuku writes: > Hello all, > > Al Haji-Ali writes: > >> Hello Andrea, >> >> On 20/03/2023, Andrea Corallo wrote: >>> 263d6c38539 now in emacs-29 should fix this, could you verify and let us >>> know? >> >> Thanks! The issue does seem to be fixed in this commit. >> > > My latest emacs-29 08fbc133756 build (includes bug#61917 fixes) > fails to start with the following errors after recompiling eln-cache: > > ------------------------------------------------------------------------ > Loading /Users/naofumi/.ddskk/init (native compiled elisp)...done > skk-emacs-prepare-modeline-properties: Wrong type argument: listp, :type > Error in post-command-hook (yas--post-command-handler): (wrong-number-of-arguments # 1) [2 times] > ------------------------------------------------------------------------ Hi Naofumi, could you please provide a reproducer so we can investigate this issue? Thanks Andrea