Bug 22383

Summary: /usr/libexec/gvfsd complains about missing libgcrypt.so.11
Product: Mageia Reporter: Jerrold Heyman <heymanj>
Component: RPM PackagesAssignee: GNOME maintainers <gnome>
Status: RESOLVED INVALID QA Contact:
Severity: major    
Priority: Normal CC: jani.valimaa, marja11
Version: 6   
Target Milestone: ---   
Hardware: x86_64   
OS: Linux   
See Also: https://bugs.mageia.org/show_bug.cgi?id=23123
Whiteboard:
Source RPM: gvfs CVE:
Status comment:

Description Jerrold Heyman 2018-01-13 05:17:52 CET
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
Comment 1 Marja Van Waes 2018-01-13 08:14:44 CET
Shouldn't it be looking for libgcrypt.so.20 ?

Assignee: bugsquad => gnome
CC: (none) => marja11
Source RPM: (none) => gvfs

Comment 2 Jani Välimaa 2018-01-13 12:18:34 CET
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

Comment 3 Jerrold Heyman 2018-01-13 15:41:38 CET
[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 ~]$
Comment 4 David Walser 2018-01-14 18:14:54 CET
gvfsd from Mageia 5 is linked to gcrypt 11.

Maybe try "urpmi --reinstall gvfs" to make sure the correct file is in place.
Comment 5 Jerrold Heyman 2018-01-14 19:15:09 CET
[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]$
Comment 6 Jerrold Heyman 2018-01-14 19:22:00 CET
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) => INVALID
Status: NEW => RESOLVED

Marja Van Waes 2018-06-07 10:03:59 CEST

See Also: (none) => https://bugs.mageia.org/show_bug.cgi?id=23123