Description of problem: Decided to listen to an audio cd on my newly installed Mageia 6 system (currently updated w/all fixes). I normally use VLC Media Player, but it didn't recognize that the CD was in the DVD player. Then tried to use File Manager to see if the disk was there, not found. Looking through /var/log/syslog, I see: Jan 12 23:03:56 unix org.gtk.vfs.Daemon[3989]: /usr/libexec/gvfsd: error while loading shared libraries: libgcrypt.so.11: cannot open shared object file: No such file or directory Jan 12 23:04:18 unix org.gtk.vfs.Daemon[3989]: /usr/libexec/gvfsd: error while loading shared libraries: libgcrypt.so.11: cannot open shared object file: No such file or directory Jan 12 23:04:18 unix org.gtk.vfs.UDisks2VolumeMonitor[3989]: /usr/libexec/gvfs-udisks2-volume-monitor: error while loading shared libraries: libgcrypt.so.11: cannot open shared object file: No such file or directory running ldd on /usr/libexec/gvfsd shows ... /lib64/ld-linux-x86-64.so.2 (0x00007fafa1bc5000) libgcrypt.so.11 => not found libgpg-error.so.0 => /lib64/libgpg-error.so.0 (0x00007faf9f4a1000) ... libgcrypt.so.11 is being reported as necessary for a bug related to drakconf no longer functioning that was duped to 21814 ... Version-Release number of selected component (if applicable): Mageia 6 How reproducible: Try to listen to an audio cd Steps to Reproduce: 1. insert audio cd into drive 2. run audacity or vlc media player 3. check /var/log/messages and /var/log/syslog
Shouldn't it be looking for libgcrypt.so.20 ?
Assignee: bugsquad => gnomeCC: (none) => marja11Source RPM: (none) => gvfs
What's the output of the following cmd? rpm -qa '(gvfs|*gcrypt*)' In my mga6 chroot everything looks OK: $ ldd /usr/libexec/gvfsd | grep gcrypt libgcrypt.so.20 => /lib64/libgcrypt.so.20 (0x00007ffb097e3000) $ urpmq --requires gvfs | grep gcrypt libgcrypt.so.20()(64bit) libgcrypt.so.20(GCRYPT_1.6)(64bit)
CC: (none) => jani.valimaa
[jerry@unix ~]$ rpm -qa '(gvfs|*gcrypt*)' lib64gcrypt20-1.7.8-1.1.mga6 gvfs-1.32.1-1.mga6 [jerry@unix ~]$ ldd /usr/libexec/gvfsd | grep gcrypt libgcrypt.so.11 => not found libgcrypt.so.20 => /usr/lib64/libgcrypt.so.20 (0x00007f8485183000) [jerry@unix ~]$ urpmq --requires gvfs | grep gcrypt --requires behaviour changed, use --requires-recursive to get the old behaviour libgcrypt.so.20()(64bit) libgcrypt.so.20(GCRYPT_1.6)(64bit) [jerry@unix ~]$ uname -a Linux unix.hobbeshollow.com 4.14.10-desktop-1.mga6 #1 SMP Sat Dec 30 01:10:25 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux [jerry@unix ~]$
gvfsd from Mageia 5 is linked to gcrypt 11. Maybe try "urpmi --reinstall gvfs" to make sure the correct file is in place.
[jerry@unix downloads]$ sudo urpmi --reinstall gvfs Unknown option: reinstall Package gvfs-1.32.1-1.mga6.x86_64 is already installed Marking gvfs as manually installed, it won't be auto-orphaned writing /var/lib/rpm/installed-through-deps.list [jerry@unix downloads]$
I did 'urpmi --replacepkgs gvfs' and gvfs was reinstalled. ldd on /usr/libexec/gvfsd still shows libgcrypt.so.11 missing Noticed that VLC media player was looking for /dev/sr1, but I only had /dev/sr0. Once I reset it to use /dev/sr0 all is good. go ahead and close this one.
Resolution: (none) => INVALIDStatus: NEW => RESOLVED
See Also: (none) => https://bugs.mageia.org/show_bug.cgi?id=23123