xindy 無法在 TeXLive 中工作 - 未找到 xindy 內核

xindy 無法在 TeXLive 中工作 - 未找到 xindy 內核

我在 Fedora 25 上使用 TeXLive 2016,但我的安裝似乎xindy無法正常工作。每當調用它時,它都會返回

xindy: Could not execute xindy kernel: No such file or directory

電話

xindy --version

回報

xindy release: 2.5.1
xindy script version: 1.18
xindy: Could not execute xindy kernel: No such file or directory

這是否意味著我必須單獨安裝 xindy 核心?如果我必須這樣做,該怎麼辦?

答案1

xindy內部使用 GNU CLISP 解釋器,因此它必須與xindy腳本(用 Perl 編寫)一起安裝。如果xindy找不到clisp(或clisp.exeWindows 而言),它會發出以下錯誤訊息:

xindy: Could not execute xindy kernel: No such file or directory

這意味著clisp必須安裝。

之後可以有消息

/usr/lib64/clisp-2.49+/base/lisp.run: initialization file /usr/bin/xindy.mem' was not created by this version of CLISP runtime

這意味著xindy它本身必須從源頭開始重建。另外,xindy如果它是作為二進位安裝,我會報告它的包裝中的錯誤。

相關內容