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.
pull/891/head
Boris Nagaev 9 years ago
parent 4a741cf319
commit ef9c905457

@ -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'))

Loading…
Cancel
Save