Ошибка установки AUCTeX «Произошла ошибка при обработке /usr/share/emacs24/site-lisp/debian-startup.el»

491
Marius Hofert

Я начал работать с Debian Testing на новом Lenovo Thinkpad X1 Carbon (3-го поколения). Я установил Emacs и AucTeX с «обычным способом»: sudo apt-get install emacs24 auctex. Мой .emacsсодержит (на протяжении многих лет, под Ubuntu):

(add-to-list 'load-path "/usr/share/emacs/site-lisp") (require 'tex-site) 

Когда я запускаю emacs, я получаю сообщение об ошибке, которое tex-site.elне может быть найдено. Затем я посмотрел вверх /usr/share/emacs/site-lisp(а также соответствующий путь с заменой emacs на emacs24 ... Я никогда не знаю, какой из них "правильный"), но эти папки были пусты. Я думал, что что-то пошло не так во время установки и хотел начать с нуля с помощью sudo apt-get purge..., но я получил:

$ sudo apt-get purge emacs24 emacs24-bin-common emacs24-common emacsen-common auctex Reading package lists... Done Building dependency tree  Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:  The following packages have unmet dependencies: libwebkitgtk-3.0-0 : Depends: libenchant1c2a (>= 1.6.0) but it is not going to be installed E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages. 

Мне немного интересно о том, Some packages could not be installed...как я пытался удалить их (я также использовал sudo apt-get remove...). Но тогда, если я пытаюсь переустановить, я получаю:

$ sudo apt-get install emacs24 auctex Reading package lists... Done Building dependency tree  Reading state information... Done auctex is already the newest version. emacs24 is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1 not fully installed or removed. After this operation, 0 B of additional disk space will be used. Do you want to continue? [Y/n]  Setting up auctex (11.87-3+deb8u1) ... Install emacsen-common for emacs24 emacsen-common: Handling install of emacsen flavor emacs24 Wrote /etc/emacs24/site-start.d/00debian-vars.elc >>Error occurred processing /usr/share/emacs24/site-lisp/debian-startup.el: File error (("Opening input file" "no such file or directory" "/usr/share/emacs24/site-lisp/debian-startup.el")) ERROR: install script from emacsen-common package failed dpkg: error processing package auctex (--configure): subprocess installed post-installation script returned error exit status 1 Errors were encountered while processing: auctex E: Sub-process /usr/bin/dpkg returned an error code (1) 

Как это можно решить? Должен ли я удалить связанные с emacs папки вручную, а затем повторить попытку? Я знаю, что это взлом, и я, вероятно, не должен был использовать purgeэто рано, но это ситуация сейчас.

0

1 ответ на вопрос

0
Marius Hofert

I just saw this bug report and adapted the workaround to sudo rm /var/lib/emacsen-common/state/flavor/installed/emacs24. Then sudo apt-get install emacs24 auctex worked.

Похожие вопросы