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: Wed, 09 Sep 2020 07:37:54 +0000 Message-ID: References: Reply-To: Andrea Corallo Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="9071"; 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 Wed Sep 09 09:38:13 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 1kFugG-0002HI-UG for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 09 Sep 2020 09:38:12 +0200 Original-Received: from localhost ([::1]:34954 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kFugF-0000Y7-TW for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 09 Sep 2020 03:38:11 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51998) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kFug6-0000Y0-B4 for bug-gnu-emacs@gnu.org; Wed, 09 Sep 2020 03:38:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:45490) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kFug5-00079a-NC for bug-gnu-emacs@gnu.org; Wed, 09 Sep 2020 03:38:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kFug5-00022s-L8 for bug-gnu-emacs@gnu.org; Wed, 09 Sep 2020 03:38: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: Wed, 09 Sep 2020 07:38: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.15996370777853 (code B ref 43280); Wed, 09 Sep 2020 07:38:01 +0000 Original-Received: (at 43280) by debbugs.gnu.org; 9 Sep 2020 07:37:57 +0000 Original-Received: from localhost ([127.0.0.1]:57035 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kFug1-00022a-9x for submit@debbugs.gnu.org; Wed, 09 Sep 2020 03:37:57 -0400 Original-Received: from mx.sdf.org ([205.166.94.24]:49462) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kFufz-00022R-9Z for 43280@debbugs.gnu.org; Wed, 09 Sep 2020 03:37:56 -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 0897bsfF026212; Wed, 9 Sep 2020 07:37:54 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:187615 Archived-At: Rob Moss writes: > On Wed, 9 Sep 2020 at 02:22, Andrea Corallo wrote: >> >> Rob Moss writes: >> >> > Dear Andrea and others working native compilation, >> > >> > I've been testing out the feature/native-comp branch and experienced >> > an issue with the elpher package (version 2.10, available on MELPA >> > Stable) that only occurs once this package has been compiled into a >> > .eln file. When using elpher to visit some, but not all, gemini URLs >> > it produces the following error message: >> > >> > Symbol=E2=80=99s function definition is void: \(setf\ url-port\) >> > >> > I've assembled a minimal working example that triggers the issue when >> > I attempt to visit the URL 'gemini://mozz.us/': >> > >> > ---------- MWE starts ---------- >> > (require 'package) >> > >> > (add-to-list 'package-archives >> > '("melpa-stable" . "https://stable.melpa.org/packages/") >> > t) >> > >> > (package-initialize) >> > (unless package-archive-contents >> > (package-refresh-contents)) >> > >> > (unless (package-installed-p 'use-package) >> > (package-install 'use-package)) >> > >> > (eval-when-compile (require 'use-package)) >> > >> > (use-package elpher >> > :ensure t >> > :pin melpa-stable) >> > >> > (elpher-go "gemini://mozz.us/") >> > ---------- MWE ends ---------- >> > >> > If I run (elpher-go "gemini://mozz.us/") before the .eln file is >> > produced, it visits the URL without any problems. >> >> Hi Rob, >> >> thanks for the detailed report, I see you are on >> aa526c9470d679e9144af55d9e56928a111d2ceb. It would be worth recompiling >> as in the last two weeks we have merged a number of improvements on the >> compatibility side. >> >> If you could try this would be very appreciated. > > Hi Andrea, > > I just tried it with 15acd27d1c0de8b56bab61daa0a8fcd4fef0fdc4 and > experienced the same issue. Great :) I'll have a look Andrea