17.10 Erro encontrado durante o processamento do python-olefile

1

Instalação relativamente nova de 17.10. Em algum momento eu aparentemente estraguei algo, porque agora eu recebo um erro do dpkg ao processar python-olefile.

Setting up python-olefile (0.44-1) ...
Segmentation fault (core dumped)
dpkg: error processing package python-olefile (--configure):
subprocess installed post-installation script returned error exit status 139
Setting up python-olefile (0.44-1) ...
Segmentation fault (core dumped)
dpkg: error processing package python-olefile (--configure):
subprocess installed post-installation script returned error exit status 139

Acho que percebi isso pela primeira vez ao instalar o Kodi no centro de software, mas o problema real pode ter vindo de uma operação anterior e eu não notei.

Eu tentei executar alguns dos vários comandos do gerenciador de pacotes para tentar limpá-lo, mas não tive sucesso

sudo dpkg --configure python-olefile
sudo dpkg --configure -a
sudo apt remove python-olefile
sudo apt autoremove
sudo apt autoclean
sudo apt -f install
sudo apt install python-olefile -f
sudo dpkg -r python-olefile

Eu também executei o dpkg --audit e obtive o seguinte resultado:

The following packages are only half configured, probably due to problems configuring them the first time. The configuration should be retried using dpkg --configure or the configure menu option in dselect:
python-olefile Python module to read/write MS OLE2 files

Houve alguns PPAs adicionados, mas desativá-los e tentar consertar / concluir a instalação não parece ajudar, por isso não sei se eles são os culpados. Se houver mais detalhes que eu possa fornecer que possam ajudar a diagnosticar isso, vou tentar fornecer.

    
por user755347 03.11.2017 / 02:45

0 respostas