Bonjour,
J’ai récemment fait une transition de Jessie vers stretch et maintenant j’ai quelques bugs de fonctionnement. Pas mal de Segmentation fault qui traine, GDM3 qui veut plus fonctionner …
Après utilisation de gdb, il semblerai que le problème vienne de la librairie libnettle4:
$ gdb gimp
GNU gdb (Debian 7.11.1-2) 7.11.1
Copyright © 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and “show warranty” for details.
This GDB was configured as “i686-linux-gnu”.
Type “show configuration” for configuration details.
For bug reporting instructions, please see:
Find the GDB manual and other documentation resources online at:
For help, type “help”.
Type “apropos word” to search for commands related to “word”…
Reading symbols from gimp…(no debugging symbols found)…done.
(gdb) r
Starting program: /usr/bin/gimp
[Thread debugging using libthread_db enabled]
Using host libthread_db library “/lib/i386-linux-gnu/libthread_db.so.1”.
Program received signal SIGSEGV, Segmentation fault.
0xb3781788 in nettle_yarrow256_update () from /usr/lib/i386-linux-gnu/libnettle.so.4
J’ai regardé sur internet, et il semblerai que libnettle4 ne fasse plus partie de Stretch. Mais je l’ai toujours … Quand j’essais un apt-get remove libnettle4, il veut supprimer tout un tas de logiciel du type gdm, gimp etc … (tous ceux qui merdent en gros …)
Mon sources.list:
$ cat /etc/apt/sources.list
deb http:-//ftp.u-picardie.fr/mirror/debian/ testing main contrib non-free
deb-src http:-//ftp.u-picardie.fr/mirror/debian/ testing main non-free
deb http:-//security.debian.org/ testing/updates main non-free
deb-src http:-//security.debian.org/ testing/updates main non-free
stretch-updates, previously known as ‘volatile’
deb http:-//ftp.u-picardie.fr/mirror/debian/ testing-updates main non-free
deb-src http:-//ftp.u-picardie.fr/mirror/debian/ testing-updates main non-free
deb http:-//http.debian.net/debian/ stretch main contrib non-free
Quelqu’un aurais une idée pour résoudre ce problème ?