On Thu, Feb 7, 2013 at 7:37 AM, Stephen Rothwell wrote: > Hi all, > > Changes since 20130206: > > Removed tree: kvmtool (still present via the tip tree) > > The block tree lost its build failure. > > The tip tree gained a conflict against the s390 tree. > > The kvm tree gained a conflict against Linus' tree. > > The tty tree lost its build failure. > > The arm-soc tree gained conflicts against the iommu tree. > > The signal tree gained a conflict against the s390 tree. > > The akpm tree gained a conflict against the kvm tree and lost its build > failure. > > ---------------------------------------------------------------------------- > My build-script uses fakeroot and does no more start: $ ./scripts/build_linux-next.sh make options ...... CC=gcc-4.6 -j4 KBUILD_BUILD_USER=sedat.dilek@gmail.com LOCALVERSION=-next20130207-2-iniza-small dep-pkg options ... KDEB_PKGVERSION=3.8.0~rc6~next20130207-2~iniza+dileks1 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. kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec] Any hints? ( I could run strace... ) - Sedat -