GNU bug report logs - #49438
Weirdness with native-comp and gv-setter

Previous Next

Package: emacs;

Reported by: Daniel Colascione <dancol <at> dancol.org>

Date: Tue, 6 Jul 2021 11:49:02 UTC

Severity: normal

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 49438 in the body.
You can then email your comments to 49438 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#49438; Package emacs. (Tue, 06 Jul 2021 11:49:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Daniel Colascione <dancol <at> dancol.org>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Tue, 06 Jul 2021 11:49:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Daniel Colascione <dancol <at> dancol.org>
To: bug-gnu-emacs <at> gnu.org
Subject: Weirdness with native-comp and gv-setter
Date: Tue, 6 Jul 2021 04:47:48 -0700
With a current native-comp master emacs, emacs -Q --eval "(require 'gv)" 
produces an error "symbol's function definition is void: gv-setter" 
error along with some other complaints that nil isn't a function.





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#49438; Package emacs. (Tue, 06 Jul 2021 16:08:02 GMT) Full text and rfc822 format available.

Message #8 received at 49438 <at> debbugs.gnu.org (full text, mbox):

From: Andrea Corallo <akrl <at> sdf.org>
To: Daniel Colascione <dancol <at> dancol.org>
Cc: 49438 <at> debbugs.gnu.org
Subject: Re: bug#49438: Weirdness with native-comp and gv-setter
Date: Tue, 06 Jul 2021 16:07:48 +0000
Daniel Colascione <dancol <at> dancol.org> writes:

> With a current native-comp master emacs, emacs -Q --eval "(require
> 'gv)" produces an error "symbol's function definition is void:
> gv-setter" error along with some other complaints that nil isn't a
> function.

Hi Daniel,

unless I'm doing something wrong I can't reproduce this, either with
default settings either building native compiling all elisp ahead of
time.

Can others reproduce this?

Regards

  Andrea




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#49438; Package emacs. (Tue, 06 Jul 2021 16:23:02 GMT) Full text and rfc822 format available.

Message #11 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Andrea Corallo via "Bug reports for GNU Emacs, the Swiss army knife of
 text editors" <bug-gnu-emacs <at> gnu.org>
Cc: 49438 <at> debbugs.gnu.org, Daniel Colascione <dancol <at> dancol.org>,
 Andrea Corallo <akrl <at> sdf.org>
Subject: Re: bug#49438: Weirdness with native-comp and gv-setter
Date: Tue, 06 Jul 2021 18:22:22 +0200
Andrea Corallo via "Bug reports for GNU Emacs, the Swiss army knife of
text editors" <bug-gnu-emacs <at> gnu.org> writes:

>> With a current native-comp master emacs, emacs -Q --eval "(require
>> 'gv)" produces an error "symbol's function definition is void:
>> gv-setter" error along with some other complaints that nil isn't a
>> function.
>
> Hi Daniel,
>
> unless I'm doing something wrong I can't reproduce this, either with
> default settings either building native compiling all elisp ahead of
> time.
>
> Can others reproduce this?

I can reproduce the problem (Debian/bullseye), with "./configure
--with-native-compilation".  But I haven't tried a bootstrap lately;
I'll try that now.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#49438; Package emacs. (Tue, 06 Jul 2021 16:23:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#49438; Package emacs. (Tue, 06 Jul 2021 17:02:01 GMT) Full text and rfc822 format available.

Message #17 received at 49438 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: 49438 <at> debbugs.gnu.org
Cc: akrl <at> sdf.org
Subject: Re: bug#49438: Weirdness with native-comp and gv-setter
Date: Tue, 06 Jul 2021 19:01:09 +0200
[Message part 1 (text/plain, inline)]
Lars Ingebrigtsen <larsi <at> gnus.org> writes:

> I can reproduce the problem (Debian/bullseye), with "./configure
> --with-native-compilation".  But I haven't tried a bootstrap lately;
> I'll try that now.

Yes, I can reproduce the problem after a bootstrap, too.  I get:

[Message part 2 (image/png, inline)]
[Message part 3 (text/plain, inline)]


-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#49438; Package emacs. (Sat, 16 Jul 2022 12:29:02 GMT) Full text and rfc822 format available.

Message #20 received at 49438 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: 49438 <at> debbugs.gnu.org
Cc: akrl <at> sdf.org
Subject: Re: bug#49438: Weirdness with native-comp and gv-setter
Date: Sat, 16 Jul 2022 14:28:23 +0200
Lars Ingebrigtsen <larsi <at> gnus.org> writes:

> Yes, I can reproduce the problem after a bootstrap, too.  I get:

But I'm no longer able to reproduce this problem on the current trunk,
so I guess it's been fixed in the year since this was reported, so I'm
therefore closing this bug report.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




bug closed, send any further explanations to 49438 <at> debbugs.gnu.org and Daniel Colascione <dancol <at> dancol.org> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Sat, 16 Jul 2022 12:29:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 14 Aug 2022 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 254 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.