I am building with LXC containers and I received this error while gbuild'ing qt-linux.yml:
--- Building for precise i386 ---
Stopping target if it is up
Making a new image copy
stdin: is not a tty
lxc-start: Connection refused - inotify event with no name (mask 32768)
Starting target
Checking if target is up
Preparing build environment
lxc-start: Connection refused - inotify event with no name (mask 32768)
Updating apt-get repository (log in var/install.log)
Installing additional packages (log in var/install.log)
bin/gbuild:21:in `system!': failed to run on-target -u root -e DEBIAN_FRONTEND=noninteractive apt-get --no-install-recommends -y install zip unzip faketime unzip libxext-dev > var/install.log 2>&1 (RuntimeError)
from bin/gbuild:87:in `build_one_configuration'
from bin/gbuild:235:in `block (2 levels) in <main>'
from bin/gbuild:230:in `each'
from bin/gbuild:230:in `block in <main>'
from bin/gbuild:228:in `each'
from bin/gbuild:228:in `<main>'
The var/install.log file contains:
Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
libpthread-stubs0 libpthread-stubs0-dev libx11-dev libxau-dev libxcb1-dev
libxdmcp-dev x11proto-core-dev x11proto-input-dev x11proto-kb-dev
x11proto-xext-dev xorg-sgml-doctools xtrans-dev
Suggested packages:
libxcb-doc
Recommended packages:
libx11-doc
The following NEW packages will be installed:
faketime libpthread-stubs0 libpthread-stubs0-dev libx11-dev libxau-dev
libxcb1-dev libxdmcp-dev libxext-dev unzip x11proto-core-dev
x11proto-input-dev x11proto-kb-dev x11proto-xext-dev xorg-sgml-doctools
xtrans-dev zip
0 upgraded, 16 newly installed, 0 to remove and 0 not upgraded.
Need to get 2,454 kB of archives.
After this operation, 8,441 kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
libpthread-stubs0 libpthread-stubs0-dev xorg-sgml-doctools libxau-dev
libxdmcp-dev x11proto-kb-dev xtrans-dev x11proto-xext-dev zip faketime
E: There are problems and -y was used without --force-yes
lxc-start: Connection refused - inotify event with no name (mask 32768)
NOTE: I have always ignored those errors "lxc-start: Connection refused - inotify event with no name (mask 32768)", because I always get them also when gbuild'ing 0.9.1, but they do not affect the end result (matching).
Has somebody else experienced this issue?
I am really wondering what is causing this. And I have no intention to use --force-yes.