GNU bug report logs - #43638
[feature/native-comp] (setf seq-elt) is already defined as something else than a generic function

Previous Next

Package: emacs;

Reported by: Jorge Javier Araya Navarro <jorge <at> esavara.cr>

Date: Sat, 26 Sep 2020 21:33:02 UTC

Severity: normal

Done: Andrea Corallo <akrl <at> sdf.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Andrea Corallo <akrl <at> sdf.org>
To: Jorge Javier Araya Navarro <jorge <at> esavara.cr>
Cc: 43638 <at> debbugs.gnu.org
Subject: bug#43638: [feature/native-comp] (setf seq-elt) is already defined as something else than a generic function
Date: Sun, 27 Sep 2020 06:15:31 +0000
Jorge Javier Araya Navarro <jorge <at> esavara.cr> writes:

> hi, I have this "bug". I compiled gccemacs using this PKGBUILD:
>
> https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=emacs-pgtk-native-comp-git
>
> with the following settings in the PKGBUILD set as follows:
> LTO="YES"
> FAST_BOOT="YES"
>
> and this is my Emacs configuration:
>
> https://gitlab.com/shackra/emacs

Well I'm not an archlinux user and I've no idea how the aur mechanism
works exactly.  I fear the best place to ask for that is not here but
where bug for arch packages are collected.

Have you tried compiling from git?  Perhaps you can give it a try so we
can see if the error persist there.

You can just use something like to compile and start it:

=====
git clone git://git.savannah.gnu.org/emacs.git -b feature/native-comp emacs
cd emacs
./autogen.sh
./configure --with-nativecomp
make
./src/emacs -Q
=====

  Andrea




This bug report was last modified 4 years and 228 days ago.

Previous Next


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