[Buildroot] [Bug 11366] [2018.08] SysV IPC not available for fakeroot on WSL

bugzilla at busybox.net bugzilla at busybox.net
Mon Nov 4 21:29:03 UTC 2019


https://bugs.busybox.net/show_bug.cgi?id=11366

Peter Korsgaard <jacmet at uclibc.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|ASSIGNED                    |RESOLVED

--- Comment #12 from Peter Korsgaard <jacmet at uclibc.org> ---
Fixed by:
https://git.buildroot.org/buildroot/commit/?id=fd1bcce9894773d7e1c1ca5be0f04b0b32128a1d

commit fd1bcce9894773d7e1c1ca5be0f04b0b32128a1d
Author: Matt Weber <matthew.weber at rockwellcollins.com>
Date:   Mon Sep 16 22:58:14 2019 -0500

    package/fakeroot: test for SYSV IPC support

    fakeroot can be built to either use SYSV IPC or TCP for message passing.

    A bug was discovered where Microsoft Windows 10 Services for Linux
    doesn't include support for SYSV IPC MsgQ.  This patch adds support to
    detect this case and automatically build fakeroot to use the TCP
    transport instead (It is assumed a TCP transport would definitely have
    more overhead then MsgQs so the default wasn't changed to TCP).

    Fixes
    https://bugs.busybox.net/show_bug.cgi?id=11366

    Cc: Yann E. MORIN <yann.morin.1998 at free.fr>
    Signed-off-by: Jean-Francois Doyon <jfdoyon at gmail.com>
    Signed-off-by: Matthew Weber <matthew.weber at rockwellcollins.com>
    [Arnout: use a post-patch hook and AUTORECONF=YES]
    Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the buildroot mailing list