Package Details: auctex 13.2-1

Git Clone URL: https://aur.archlinux.org/auctex.git (read-only, click to copy)
Package Base: auctex
Description: An extensible package for writing and formatting TeX files in Emacs
Upstream URL: https://www.gnu.org/software/auctex/
Licenses: GPL3
Submitter: xyproto
Maintainer: buzo
Last Packager: buzo
Votes: 8
Popularity: 0.098530
First Submitted: 2019-03-27 09:19 (UTC)
Last Updated: 2023-05-29 17:50 (UTC)

Latest Comments

buzo commented on 2022-08-12 19:19 (UTC)

I'd like to take over maintenance since I'm using auctex myself, so I tried to reach smallst via e-mail, but it bounced after four days (mail server not responding).

haawda commented on 2022-08-07 21:27 (UTC)

13.1 is out.

haawda commented on 2019-11-28 17:26 (UTC)

James-T,

gpg --receive-keys E2FD58BF20485F50

should help you.

James-T commented on 2019-11-28 15:09 (UTC) (edited on 2019-11-28 15:11 (UTC) by James-T)

I'm getting a signature error with 12.1-3:

==> Validating source files with sha256sums...
    auctex-12.1.tar.gz ... Passed
    auctex-12.1.tar.gz.sig ... Skipped
==> Verifying source file signatures with gpg...
    auctex-12.1.tar.gz ... FAILED (unknown public key E2FD58BF20485F50)
==> ERROR: One or more PGP signatures could not be verified!

haawda commented on 2019-05-05 17:07 (UTC)

arch=('x86_64') is wrong, should be arch=('any').

gbabin commented on 2019-04-14 21:08 (UTC) (edited on 2019-04-14 21:09 (UTC) by gbabin)

@LinRs

Thank you for your timely response.

The build succeeded in the chroot.

Here are some differences between the chroot and non-chroot files:

$ diff {,/var/lib/archbuild/extra-x86_64/$USER/build/auctex/}src/auctex-12.1/config.status
615c615
< S["lisptexsite"]="(expand-file-name \"../tex-site.el\" (file-name-directory load-file-name))"
---
> S["lisptexsite"]="(expand-file-name \"tex-site.el\" (file-name-directory load-file-name))"
621,622c621,622
< S["previewstartfile"]="${datadir}/emacs/site-lisp/site-start.d/preview-latex.el"
< S["auctexstartfile"]="${datadir}/emacs/site-lisp/site-start.d/auctex.el"
---
> S["previewstartfile"]="${datadir}/emacs/site-lisp/preview-latex.el"
> S["auctexstartfile"]="${datadir}/emacs/site-lisp/auctex.el"

$ diff {,/var/lib/archbuild/extra-x86_64/$USER/build/auctex/}src/auctex-12.1/Makefile     
36,37c36,37
< auctexstartfile=${datadir}/emacs/site-lisp/site-start.d/auctex.el
< previewstartfile = ${datadir}/emacs/site-lisp/site-start.d/preview-latex.el
---
> auctexstartfile=${datadir}/emacs/site-lisp/auctex.el
> previewstartfile = ${datadir}/emacs/site-lisp/preview-latex.el

$ diff {,/var/lib/archbuild/extra-x86_64/$USER/build/auctex/}src/auctex-12.1/auctex.el                        
8c8
<   (expand-file-name "../tex-site.el" (file-name-directory load-file-name)))
---
>   (expand-file-name "tex-site.el" (file-name-directory load-file-name)))

LinRs commented on 2019-04-14 03:31 (UTC)

@gbabin
I couldn't reproduce your result, could your please build auctex in a clean chroot?
e.g. install devtool from [extra], and run extra-x86_64-build -r /var/lib/archbuild/ -c PKGBUILD in the directory where your placed the package build script , and then check the log file when the error occurred.

gbabin commented on 2019-04-13 17:54 (UTC)

I have the following error when building this package:

/usr/bin/install -c -m 644 images/viewdvi.xpm /tmp/auctex/pkg/auctex/usr/share/emacs/site-lisp/auctex/images
/usr/bin/install -c -m 644 images/viewpdf.xpm /tmp/auctex/pkg/auctex/usr/share/emacs/site-lisp/auctex/images
/usr/bin/install -c -m 644 images/viewps.xpm /tmp/auctex/pkg/auctex/usr/share/emacs/site-lisp/auctex/images
test "xno" != xno || make preview-latex.el
make[1]: Entering directory '/tmp/auctex/src/auctex-12.1'
make[1]: 'preview-latex.el' is up to date.
make[1]: Leaving directory '/tmp/auctex/src/auctex-12.1'
test no != no || /usr/bin/install -c -m 644 preview-latex.el /tmp/auctex/pkg/auctex/usr/share/emacs/site-lisp/site-start.d/preview-latex.el
/usr/bin/install: cannot create regular file '/tmp/auctex/pkg/auctex/usr/share/emacs/site-lisp/site-start.d/preview-latex.el': No such file or directory
make: *** [Makefile:289: install-startup] Error 1