pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/58858: wm/mutter is missing a dependency (graphics/MesaLib)



>Number:         58858
>Category:       pkg
>Synopsis:       wm/mutter is missing a dependency (graphics/MesaLib)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Nov 28 07:30:00 +0000 2024
>Originator:     Earldridge Jazzed Pineda
>Release:        NetBSD 10.0
>Organization:
>Environment:
NetBSD vbox 10.0 NetBSD 10.0 (GENERIC) #0: Thu Mar 28 08:33:33 UTC 2024 mkrepro%mkrepro.NetBSD.org@localhost:/usr/src/sys/arch/amd64/compile/GENERIC amd64
>Description:
Running the Mutter window manager (wm/mutter) without graphics/MesaLib installed causes windows to render as a black rectangle or even not render at all. This can be seen when using the GNOME desktop environment.
>How-To-Repeat:
1. Install the following packages: wm/mutter x11/gnome-session x11/gnome-shell
2. Enable and start the "dbus" service
3. Edit .xinitrc or .xsession and add "gnome-session"
4. Run "startx" or log in using XDM
>Fix:
Add one of the following lines to the Makefile of wm/mutter:
.include "../../graphics/MesaLib/buildlink3.mk"
DEPENDS+=MesaLib-[0-9]*:../../graphics/MesaLib


Home | Main Index | Thread Index | Old Index