Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 714638 - app-emulation/wine-vanilla USE=-mono - /usr/lib/wine-vanilla-4.0.2/bin/wine: error while loading shared libraries: libwine.so.1: cannot open shared object file: No such file or directory
Summary: app-emulation/wine-vanilla USE=-mono - /usr/lib/wine-vanilla-4.0.2/bin/wine: ...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Wine Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-25 07:31 UTC by Jeroen Roovers (RETIRED)
Modified: 2021-01-15 05:12 UTC (History)
0 users

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 Jeroen Roovers (RETIRED) gentoo-dev 2020-03-25 07:31:42 UTC
With USE=-mono, the wine executable fails to find its dynamically linked libraries. I happened to discover this when I grasped for a straw and set USE=mono. After re-emerging, suddenly the problem disappeared.

With USE=-mono:
 $ wine-vanilla-4.0.2
/usr/lib/wine-vanilla-4.0.2/bin/wine: error while loading shared libraries: libwine.so.1: cannot open shared object file: No such file or directory

After re-emerging with USE=mono:
$ wine-vanilla-4.0.2
Usage: wine PROGRAM [ARGUMENTS...]   Run the specified program
       wine --help                   Display this help and exit
       wine --version                Output version information and exit

Perhaps the pkg_postinst() message for the `! use mono` case should be updated to reflect that, or the actual problem could be fixed instead.
Comment 1 Nick Sarnie gentoo-dev 2020-03-25 22:22:07 UTC
Hi Jeroen,

Does this occur on wine-vanilla-4.0.3?

Also, what are the specific reproduction steps?

Thanks,
Nick
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2020-03-26 05:38:15 UTC
(In reply to Nick Sarnie from comment #1)
> Also, what are the specific reproduction steps?

I described those in comment #0.
Comment 3 Nick Sarnie gentoo-dev 2020-11-24 05:04:41 UTC
Is this still reproducible?