Control: tags -1 +unreproducible Control: tags -1 +moreinfo On Sun, Nov 6, 2016 at 11:18 AM, Samuele Battarra <batta...@libero.it> wrote: > Package: libgvc6 > Version: 2.38.0-16 > Severity: grave > Justification: renders package unusable [...] > when I try to install graphviz I got this error: [...] > Warning: Could not load "/usr/lib/graphviz/libgvplugin_gd.so.6" - file not > found > Segmentation fault > dpkg: errore nell'elaborare il pacchetto libgvc6 (--configure): > il sottoprocesso installato script di post-installation ha restituito lo > stato di errore 139 > Configurazione di libgvpr2 (2.38.0-16)... > dpkg: problemi con le dipendenze impediscono la configurazione di graphviz: > graphviz dipende da libgvc6; comunque: > Il pacchetto libgvc6 non รจ ancora configurato. Strange, I can't reproduce it on the same architecture you have: # dpkg --purge graphviz libxdot4 libpathplan4 libgvc6-plugins-gtk libgvc6 libcgraph6 libcdt5 libgvpr2 # apt-get install graphviz Setting up graphviz (2.38.0-16) ... Processing triggers for libc-bin (2.24-5) ... #
What happens if you issue 'apt-get -f install'? Also, the file is in place after install: $ ls -l /usr/lib/graphviz/libgvplugin_gd.so.6 /usr/lib/graphviz/libgvplugin_gd.so.6 -> libgvplugin_gd.so.6.0.0 $ ls -l /usr/lib/graphviz/libgvplugin_gd.so.6.0.0 -rw-r--r-- 1 root root 47240 Oct 20 17:43 /usr/lib/graphviz/libgvplugin_gd.so.6.0.0 It's also part of the package: $ dpkg -S /usr/lib/graphviz/libgvplugin_gd.so.6 libgvc6: /usr/lib/graphviz/libgvplugin_gd.so.6 What's the output of: $ ls -l /usr/lib/graphviz/libgvplugin_gd.so* on your system? I'm interested why do you get segmentation fault error during apt-get. Regards, Laszlo/GCS