Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Texlive install fails: fmtutil returns an error code

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
paersona
Posts: 1
Joined: 2018-03-09 17:51

Texlive install fails: fmtutil returns an error code

#1 Post by paersona »

When installing texlive on debian 9.3 stretch, dpkg fails to configure all the tex related packages.

What I know now is that:
tex-common is failing to be configured because fmtutil fails.
Everything else fails because tex-common can't be configured.

I can't use apt to remove the packages, it is broken, because it will try and fail to configure the packages.

Output of: sudo apt-get -f install:
https://pastebin.com/eCVUXKAj
fmtutil log:
https://pastebin.com/AARWqivR

Can someone help me with it? How should I procede?

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Texlive install fails: fmtutil returns an error code

#2 Post by Head_on_a_Stick »

Try

Code: Select all

# apt update
# apt-get -f install
We should probably also see the output of

Code: Select all

apt policy
deadbang

Post Reply