From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo via "Bug reports for GNU Emacs, the Swiss army knife of text editors" Newsgroups: gmane.emacs.bugs Subject: bug#43280: 28.0.50; [native-comp] Symbol's function definition is void Date: Fri, 11 Sep 2020 14:44:02 +0000 Message-ID: References: Reply-To: Andrea Corallo Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="7124"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) Cc: 43280@debbugs.gnu.org To: Rob Moss Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri Sep 11 16:45:20 2020 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 1kGkIi-0001et-DB for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 11 Sep 2020 16:45:20 +0200 Original-Received: from localhost ([::1]:38772 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kGkIh-0002oh-8Z for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 11 Sep 2020 10:45:19 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:59206) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kGkIQ-0002nT-82 for bug-gnu-emacs@gnu.org; Fri, 11 Sep 2020 10:45:06 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:33515) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kGkIP-0006ds-Ud for bug-gnu-emacs@gnu.org; Fri, 11 Sep 2020 10:45:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kGkIP-0004Dy-Sy for bug-gnu-emacs@gnu.org; Fri, 11 Sep 2020 10:45: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: Fri, 11 Sep 2020 14:45:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43280 X-GNU-PR-Package: emacs Original-Received: via spool by 43280-submit@debbugs.gnu.org id=B43280.159983544616157 (code B ref 43280); Fri, 11 Sep 2020 14:45:01 +0000 Original-Received: (at 43280) by debbugs.gnu.org; 11 Sep 2020 14:44:06 +0000 Original-Received: from localhost ([127.0.0.1]:45061 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kGkHW-0004CX-JR for submit@debbugs.gnu.org; Fri, 11 Sep 2020 10:44:06 -0400 Original-Received: from mx.sdf.org ([205.166.94.24]:60694) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kGkHT-0004CK-ST for 43280@debbugs.gnu.org; Fri, 11 Sep 2020 10:44:04 -0400 Original-Received: from mab (ma.sdf.org [205.166.94.33]) by mx.sdf.org (8.15.2/8.14.5) with ESMTP id 08BEi2wP017905; Fri, 11 Sep 2020 14:44:03 GMT In-Reply-To: (Rob Moss's message of "Wed, 9 Sep 2020 09:18:26 +1000") 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" Xref: news.gmane.io gmane.emacs.bugs:187843 Archived-At: Rob Moss writes: > Hi Andrea, > > I just tried it with 15acd27d1c0de8b56bab61daa0a8fcd4fef0fdc4 and > experienced the same issue. > > All the best, > Rob Hi Rob, I had some trouble reproducing with the reproduced as I got a lots of errors `Invalid read syntax: "Invalid byte-code object"` byte-compiling use-package. This both on master and feature/native-comp. Anyway I managed to reproduce the issue with elpher installing it manually. I believe the issue is not compiler related, elpher is using `url-port' as a generalized variable (line 1326) but ATM I do not see this defined anywhere in the Emacs codebase (maybe something was changed?). That said this is a warning and elper for me gets still native compiled and I manage to open something as you have suggested evaluating (elpher-go "gemini://mozz.us/") also after elpher was loaded as native code. I believe this issue should be reported to the elpher maintainers but to a quick search I didn't manage to find if and where the package is still maintained. Maybe you more info on this. Thanks Andrea