GNU bug report logs -
#43638
[feature/native-comp] (setf seq-elt) is already defined as something else than a generic function
Previous Next
Full log
View this message in rfc822 format
Jorge Javier Araya Navarro <jorge <at> esavara.cr> writes:
> Okay, let me clarify: Arch haven't packaged anything, this is a PKGBUILD from the Arch User Repository (AUR) and things
> are compiled locally and the PKGBUILD simplifies the process, on line 195 some options are set and on line 269 the actual
> configure takes place, then after that the compilation starts with `make NATIVE_FAST_BOOT=1` because, as I stated before,
> `FAST_BOOT` option in the script was set to "YES" (non-nil if you wish)
>
> for making things easier to everybody I will put all the options that are use in the configure phase:
>
> ./configure \
> --prefix=/usr \
> --sysconfdir=/etc \
> --libexecdir=/usr/lib \
> --localstatedir=/var \
> --mandir=/usr/share/man \
> --with-gameuser=:games \
> --with-sound=alsa \
> --with-modules \
> --without-gconf \
> --without-gsettings \
> --with-nativecomp \
> --with-pgtk \
> --enable-link-time-optimization \
> --with-x-toolkit=gtk3 \
> --without-xaw3d \
> --without-m17n-flt \
> --with-cairo \
> --with-xwidgets \
> --without-compress-install
>
> and:
>
> make NATIVE_FAST_BOOT=1
>
> the latest commit from the feature branch merged into master on source code https://github.com/flatwhatson/emacs is
> 4a50f541447eddefcca3ebc6bedb110ac0041f90 "Fix MacOS Emacs.app installation (bug#43532)"
Hi Jorge,
again this is not sufficient. For instance was the git repo cleaned
before compiling? was some sort of make clean invoked? I suggested in
my last mail to invoke the script with '-x' so we should see all it's
appending.
Thanks
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.