summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtools/build-pkg.lua7
1 files changed, 7 insertions, 0 deletions
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'))