On Tue, Sep 12, 2017 at 08:59:14AM +0900, Nobuhiro Iwamatsu wrote: > Package: hhvm_3.21.0+dfsg-1 > Version: 3.21.0+dfsg-1 > Severity: important > Tags: buster sid > Justification: FTBFS on amd64 > > Dear Maintainer, > > I am a lz4 package maintainer. > I plan to update this to 1.8 and it has already been uploaded to experimental. > I am checking the build of packages that depend on it. > https://packages.debian.org/source/experimental/lz4 > > hhvm is one of packages that depends on lz4. I noticed that this > packge FTBFS with lz4 1.8. > Could you please confirm this problem? > > Best regards, > Nobuhiro > ------ > mkdir /root/hhvm/hhvm-3.21.0+dfsg/debian/build > LC_ALL=C.UTF-8 HOME=/root/hhvm/hhvm-3.21.0+dfsg/debian/build > hphp/hhvm/hhvm hphp/test/run -m jit quick > Running 1135 tests in 8 threads (0 in serial) > ..........................................................................................................s.................................................................................................... > FAILED: /root/hhvm/hhvm-3.21.0+dfsg/hphp/test/quick/chdir_posix.php > 002+ bool(true) > 002- > 003- Warning\: chdir\(\)\: Permission denied \(errno 13\) in > [^\r\n]+\/test\/quick\/chdir_posix\.php on line 13 > 004- bool\(false\) > ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... > 1 tests failed > (╯°□°)╯︵ ┻━┻ > ------ > > Coudl you check about this problem?
You seem to build as the root user? Does it also fail with a non-privileged user? Cheers, Moritz