Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 732586 - x11-misc/xdg-utils: Missing dependency on virtual/w3m ?
Summary: x11-misc/xdg-utils: Missing dependency on virtual/w3m ?
Status: RESOLVED DUPLICATE of bug 679626
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Freedesktop bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-07-14 17:59 UTC by Martin
Modified: 2020-07-22 06:35 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin 2020-07-14 17:59:25 UTC
Attempting to emerge x11-misc/xdg-utils-1.1.3-r1 gave the errors:

/usr/bin/w3m: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory
make[1]: *** [Makefile:114: xdg-desktop-icon.txt] Error 1
make[1]: *** Waiting for unfinished jobs....
/usr/bin/w3m: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory
make[1]: *** [Makefile:114: xdg-desktop-menu.txt] Error 1
/usr/bin/w3m: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory
make[1]: *** [Makefile:114: xdg-email.txt] Error 1
/usr/bin/w3m: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory
/usr/bin/w3m: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory
make[1]: *** [Makefile:114: xdg-mime.txt] Error 1
/usr/bin/w3m: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory
make[1]: *** [Makefile:114: xdg-open.txt] Error 1
make[1]: *** [Makefile:114: xdg-icon-resource.txt] Error 1
rm xdg-mime.txt xdg-email.txt xdg-desktop-menu.txt xdg-open.txt xdg-desktop-icon.txt xdg-icon-resource.txt
make[1]: Leaving directory '/var/tmp/portage/x11-misc/xdg-utils-1.1.3-r1/work/xdg-utils-1.1.3/scripts'
make: *** [Makefile:25: scripts] Error 2
 * ERROR: x11-misc/xdg-utils-1.1.3-r1::gentoo failed (compile phase):
*   emake failed


And indeed, there is no longer any libssl.so.1.0.0:

ls -lh  /usr/lib64/libssl.so*
lrwxrwxrwx 1 root root   13 Jun 30 21:45 /usr/lib64/libssl.so -> libssl.so.1.1
-rwxr-xr-x 1 root root 512K Jun 30 21:46 /usr/lib64/libssl.so.1.1


emerging a more recent version of virtual/w3m permits the emerge of x11-misc/xdg-utils to complete without error.

Thanks,
Martin
Comment 1 jannis 2020-07-22 04:27:38 UTC
Duplicate of 679626
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-07-22 06:35:16 UTC

*** This bug has been marked as a duplicate of bug 679626 ***