[Bug 242801] x11-toolkits/wlroots: Fix usage on TTY 11 or higher

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Dec 22 12:32:06 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242801

            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 at FreeBSD.org
          Reporter: lantw44 at gmail.com
          Assignee: jbeich at FreeBSD.org
             Flags: maintainer-feedback?(jbeich at FreeBSD.org)

Created attachment 210135
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=210135&action=edit
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 TTY 11
to /dev/ttyv10 results in 'No such file or directory' error.

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

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


More information about the freebsd-ports-bugs mailing list