Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 622244 - app-emulation/wine-vanilla fails install phase due to missing man folder
Summary: app-emulation/wine-vanilla fails install phase due to missing man folder
Status: RESOLVED DUPLICATE of bug 617864
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: 2017-06-19 19:06 UTC by Matthew Turnbull
Modified: 2017-06-20 05:34 UTC (History)
1 user (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 Matthew Turnbull 2017-06-19 19:06:57 UTC
app-emulation/wine-vanilla-2.10 fails to complete the install phase because it encounters an error removing a non-existant folder.

/tmp/portage/app-emulation/wine-vanilla-2.10/temp/environment: line 4000: no match: /tmp/portage/app-emulation/wine-vanilla-2.10/image/usr/share/wine-vanilla-2.10/man/pl*

This seems to trace back to multilib_src_install_all

https://gitweb.gentoo.org/repo/gentoo.git/tree/app-emulation/wine-vanilla/wine-vanilla-2.10.ebuild#n465

> # respect LINGUAS when installing man pages, #469418
> local l
> for l in de fr pl; do
> 	use linguas_${l} || rm -r "${D%/}${MY_MANDIR}"/${l}*
> done
Comment 1 Jonas Stein gentoo-dev 2017-06-19 19:16:20 UTC
Thank you for the analysis and the report.
Comment 2 Adam Feldman gentoo-dev 2017-06-20 05:34:24 UTC

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