Package Details: auctex 13.3-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: GPL-3.0-only
Submitter: xyproto
Maintainer: buzo
Last Packager: buzo
Votes: 9
Popularity: 0.071256
First Submitted: 2019-03-27 09:19 (UTC)
Last Updated: 2024-01-18 14:10 (UTC)

Latest Comments

1 2 Next › Last »

buzo commented on 2023-11-09 15:07 (UTC) (edited on 2023-11-09 15:07 (UTC) by buzo)

LaserTron: Please have a look at the Wiki: For building an AUR package, base-devel must be installed. Otherwise almost every package would need such basic dependencies.

LaserTron commented on 2023-11-09 14:44 (UTC)

Recently installed on a fresh distro. Installed failed because make was not installed. Please add make as a dependency.

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.