AUCTeX इंस्टॉलेशन विफलता "त्रुटि आई / प्रसंस्करण / सुरक्षा /emacs24/site-lisp/debian-startup.el


0

मैंने एक नए लेनोवो थिंकपैड एक्स 1 कार्बन (3 जी) पर डेबियन परीक्षण के साथ काम करना शुरू किया। मैंने Emacs और AUCTeX को 'सामान्य तरीका' स्थापित किया: sudo apt-get install emacs24 auctex। मेरे .emacs शामिल हैं (कई वर्षों के लिए, Ubuntu के तहत):

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

जब मैं एमएसीएस शुरू करता हूं, तो मुझे यह कहते हुए एक त्रुटि हुई tex-site.el नहीं मिल पाया। मैंने फिर ऊपर देखा /usr/share/emacs/site-lisp (और यह भी emacs24 द्वारा प्रतिस्थापित emacs के साथ इसी पथ ... मुझे कभी नहीं पता है जो "सही" एक है) लेकिन ये फ़ोल्डर खाली थे। मैंने सोचा कि स्थापना के दौरान कुछ गलत हो गया था और उपयोग करके खरोंच से शुरू करना चाहता था 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 यह जल्दी है, लेकिन अभी यह स्थिति है।

जवाबों:


हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.