Re: Hurd's fakeroot seems to break dpkg 1.18.24 testsuite

2017-06-05 Thread Justus Winter
Hi :) Guillem Jover writes: > I finally got the chance to take a look at the dpkg FTBFS on Hurd (after > recovering my VM! :), and it appears as if it was a fakeroot problem? It is a bug in our fakeroot, it breaks O_NOFOLLOW: teythoon@hurdbox ~ % cat onofollow.c #include #include #include #

Hurd's fakeroot seems to break dpkg 1.18.24 testsuite

2017-05-29 Thread Guillem Jover
Hi! I finally got the chance to take a look at the dpkg FTBFS on Hurd (after recovering my VM! :), and it appears as if it was a fakeroot problem? Building dpkg w/o fakeroot works fine. And running the specific test w/ and w/o fakeroot shows the problem: ,--- $ apt-get source dpkg $ cd dpk