all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andrea Corallo via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
To: Jorge Javier Araya Navarro <jorge@esavara.cr>
Cc: 43638@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	[thread overview]
Message-ID: <xjfmu1b21a4.fsf@sdf.org> (raw)
In-Reply-To: <CAAxewyjPosML1fceWY3UEyXyRiue8yDNSBUyp2CsYonNj52ObQ@mail.gmail.com> (Jorge Javier Araya Navarro's message of "Sat, 26 Sep 2020 15:07:59 -0600")

Jorge Javier Araya Navarro <jorge@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





  reply	other threads:[~2020-09-27  6:15 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-26 19:20 gccemacs: (setf seq-elt) is already defined as something else than a generic function Jorge Javier Araya Navarro
2020-09-26 20:42 ` Andrea Corallo via Emacs development discussions.
2020-09-26 21:08   ` Jorge Javier Araya Navarro
2020-09-26 21:07 ` bug#43638: [feature/native-comp] " Jorge Javier Araya Navarro
2020-09-27  6:15   ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors [this message]
2020-09-27 15:02     ` Jorge Javier Araya Navarro
2020-09-27 17:32       ` Lars Ingebrigtsen
2020-09-27 18:46         ` Jorge Javier Araya Navarro
2020-09-27 19:38           ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-10-10  9:30             ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-09-27 17:57       ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=xjfmu1b21a4.fsf@sdf.org \
    --to=bug-gnu-emacs@gnu.org \
    --cc=43638@debbugs.gnu.org \
    --cc=akrl@sdf.org \
    --cc=jorge@esavara.cr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.