Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 645412 - x11-wm/mutter-3.24.4 build fails with USE="debug"
Summary: x11-wm/mutter-3.24.4 build fails with USE="debug"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords: Inclusion
Depends on:
Blocks:
 
Reported: 2018-01-22 20:11 UTC by Maik
Modified: 2018-01-25 08:36 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 Maik 2018-01-22 20:11:18 UTC
USE="debug" emerge mutter
fails with
In file included from x11/clutter-device-manager-xi2.c:37:0:
x11/clutter-device-manager-xi2.c: In function ‘translate_pad_event’:
x11/clutter-device-manager-xi2.c:1163:32: error: ‘stage_x11’ undeclared (first use in this function)
                 (unsigned int) stage_x11->xwin,


known bug in mutter, needs patch:
https://git.gnome.org/browse/mutter/commit/?h=gnome-3-26&id=c9937faf1e2c81005289e18974ed5d10b2dc37ab
Comment 1 Larry the Git Cow gentoo-dev 2018-01-25 08:36:07 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a06072d9ebea366e0057e14b14aa0f06e2ea2cb

commit 2a06072d9ebea366e0057e14b14aa0f06e2ea2cb
Author:     Gilles Dartiguelongue <eva@gentoo.org>
AuthorDate: 2018-01-25 08:25:02 +0000
Commit:     Gilles Dartiguelongue <eva@gentoo.org>
CommitDate: 2018-01-25 08:35:52 +0000

    x11-wm/mutter: fix build with USE=debug
    
    Closes: https://bugs.gentoo.org/645412
    Package-Manager: Portage-2.3.20, Repoman-2.3.6

 x11-wm/mutter/files/3.24.4-build-debug.patch | 28 ++++++++++++++++++++++++++++
 x11-wm/mutter/mutter-3.24.4.ebuild           |  2 ++
 2 files changed, 30 insertions(+)