GNU bug report logs - #59508
mpv compiled without x11 support

Previous Next

Package: guix;

Reported by: Saku Laesvuori <saku <at> laesvuori.fi>

Date: Wed, 23 Nov 2022 08:29:03 UTC

Severity: normal

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 59508 in the body.
You can then email your comments to 59508 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#59508; Package guix. (Wed, 23 Nov 2022 08:29:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Saku Laesvuori <saku <at> laesvuori.fi>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Wed, 23 Nov 2022 08:29:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Saku Laesvuori <saku <at> laesvuori.fi>
To: bug-guix <at> gnu.org
Subject: mpv compiled without x11 support
Date: Tue, 22 Nov 2022 22:33:13 +0200
[Message part 1 (text/plain, inline)]
The mpv package from (gnu packages video) is compiled without x11
support and fails with:

[vo/gpu] VT_GETMODE failed: Inappropriate ioctl for device
[vo/gpu/opengl] Failed to set up VT switcher. Terminal switching will be unavailable.
[vo/gpu] Failed to commit ModeSetting atomic request (-13)
[vo/gpu/opengl] Failed to set CRTC for connector 95: Permission denied

when trying to play a video. This can be fixed by adding "--enable-x11"
to configure-flags (tested with guix shell).

I'm not sure  is that enough to make guix consider the package updated
(though I would assume so), so I didn't prepare a patch. Anyway the fix
is a trivial one line addition.

- Saku
[signature.asc (application/pgp-signature, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#59508; Package guix. (Wed, 23 Nov 2022 22:33:02 GMT) Full text and rfc822 format available.

Message #8 received at 59508 <at> debbugs.gnu.org (full text, mbox):

From: "(" <paren <at> disroot.org>
To: "Saku Laesvuori" <saku <at> laesvuori.fi>, <59508 <at> debbugs.gnu.org>
Subject: Re: bug#59508: mpv compiled without x11 support
Date: Wed, 23 Nov 2022 22:32:13 +0000
On Tue Nov 22, 2022 at 8:33 PM GMT, Saku Laesvuori via Bug reports for GNU Guix wrote:
> I'm not sure  is that enough to make guix consider the package updated
> (though I would assume so), so I didn't prepare a patch. Anyway the fix
> is a trivial one line addition.

It is.

    -- (




Information forwarded to bug-guix <at> gnu.org:
bug#59508; Package guix. (Wed, 23 Nov 2022 23:12:01 GMT) Full text and rfc822 format available.

Message #11 received at 59508 <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Saku Laesvuori <saku <at> laesvuori.fi>
Cc: 59508 <at> debbugs.gnu.org
Subject: Re: bug#59508: mpv compiled without x11 support
Date: Thu, 24 Nov 2022 00:11:13 +0100
Hi,

Saku Laesvuori <saku <at> laesvuori.fi> skribis:

> The mpv package from (gnu packages video) is compiled without x11
> support and fails with:
>
> [vo/gpu] VT_GETMODE failed: Inappropriate ioctl for device
> [vo/gpu/opengl] Failed to set up VT switcher. Terminal switching will be unavailable.
> [vo/gpu] Failed to commit ModeSetting atomic request (-13)
> [vo/gpu/opengl] Failed to set CRTC for connector 95: Permission denied

I believe this was fixed by commit
78f03567f44f704dfbc03cb64368aa42a01e78ad, though not by adding
‘--enable-x11’ (see <https://issues.guix.gnu.org/59279>).

Anyway it definitely works for me on X11.  Could you confirm?

Thanks,
Ludo’.




Information forwarded to bug-guix <at> gnu.org:
bug#59508; Package guix. (Thu, 24 Nov 2022 22:16:02 GMT) Full text and rfc822 format available.

Message #14 received at 59508 <at> debbugs.gnu.org (full text, mbox):

From: Saku Laesvuori <saku <at> laesvuori.fi>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 59508 <at> debbugs.gnu.org
Subject: Re: bug#59508: mpv compiled without x11 support
Date: Thu, 24 Nov 2022 22:00:58 +0200
[Message part 1 (text/plain, inline)]
> I believe this was fixed by commit
> 78f03567f44f704dfbc03cb64368aa42a01e78ad, though not by adding
> ‘--enable-x11’ (see <https://issues.guix.gnu.org/59279>).
> 
> Anyway it definitely works for me on X11.  Could you confirm?

Yes, that seems to have fixed it.

- Saku
[signature.asc (application/pgp-signature, inline)]

Reply sent to Maxim Cournoyer <maxim.cournoyer <at> gmail.com>:
You have taken responsibility. (Sat, 26 Nov 2022 02:44:02 GMT) Full text and rfc822 format available.

Notification sent to Saku Laesvuori <saku <at> laesvuori.fi>:
bug acknowledged by developer. (Sat, 26 Nov 2022 02:44:02 GMT) Full text and rfc822 format available.

Message #19 received at 59508-done <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Saku Laesvuori <saku <at> laesvuori.fi>
Cc: 59508-done <at> debbugs.gnu.org, Ludovic Courtès <ludo <at> gnu.org>
Subject: Re: bug#59508: mpv compiled without x11 support
Date: Fri, 25 Nov 2022 21:43:26 -0500
Hi,

Saku Laesvuori <saku <at> laesvuori.fi> writes:

>> I believe this was fixed by commit
>> 78f03567f44f704dfbc03cb64368aa42a01e78ad, though not by adding
>> ‘--enable-x11’ (see <https://issues.guix.gnu.org/59279>).
>> 
>> Anyway it definitely works for me on X11.  Could you confirm?
>
> Yes, that seems to have fixed it.

OK, closing!

-- 
Thanks,
Maxim




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 24 Dec 2022 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 124 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.