Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Dec 2019 12:32:05 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 242801] x11-toolkits/wlroots: Fix usage on TTY 11 or higher
Message-ID:  <bug-242801-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242801

            Bug ID: 242801
           Summary: x11-toolkits/wlroots: Fix usage on TTY 11 or higher
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: jbeich@FreeBSD.org
          Reporter: lantw44@gmail.com
          Assignee: jbeich@FreeBSD.org
             Flags: maintainer-feedback?(jbeich@FreeBSD.org)

Created attachment 210135
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D210135&action=
=3Dedit
Patch from https://github.com/swaywm/wlroots/pull/1945

Currently wlroots only works for TTY 1 ~ 10 because of its use of %d in
snprintf format string to map the number to the path to TTY device. This is
wrong because FreeBSD kernel uses base 32 instead of base 10, so mapping TT=
Y 11
to /dev/ttyv10 results in 'No such file or directory' error.

Please see https://github.com/swaywm/wlroots/issues/1854 for details.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-242801-7788>