From ef9c905457b0ef6fce140c3576b78d9b1b377372 Mon Sep 17 00:00:00 2001 From: Boris Nagaev Date: Sun, 27 Sep 2015 13:44:40 +0300 Subject: build-pkg: add a note about fakeroot ipc problem I faced with the problem after running build-pkg on this machine many-many times. Finally I found this method how to fix it without restarting the machine. --- tools/build-pkg.lua | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tools/build-pkg.lua b/tools/build-pkg.lua index 3a7e1a4..8cf94c8 100755 --- a/tools/build-pkg.lua +++ b/tools/build-pkg.lua @@ -23,6 +23,13 @@ In this case fakeroot and dpkg-deb are not needed. To limit number of packages being built to x, set environment variable MXE_MAX_PACKAGES to x, + +The following error: +> fakeroot, while creating message channels: Invalid argument +> This may be due to a lack of SYSV IPC support. +> fakeroot: error while starting the `faked' daemon. +can be caused by leaked ipc resources originating in fakeroot. +How to remove them: http://stackoverflow.com/a/4262545 ]] local max_packages = tonumber(os.getenv('MXE_MAX_PACKAGES')) -- cgit v0.12