On Wed, 2011-04-13 at 12:52 +0200, Svante Signell wrote: > On Wed, 2011-04-13 at 11:37 +0200, Samuel Thibault wrote: > > Svante Signell, le Wed 13 Apr 2011 11:28:34 +0200, a écrit : > > > > libfakeroot: read: Connection reset by peer > > > > Also, you should probably check how things work when not using fakeroot, > > i.e. when the build already runs as root. Maybe libfakeroot has bugs > > here too (we do know that is has some bugs, see the race condition in > > the debian bts).
See below! > Success: lapack builds perfectly as root. The problems are probably > caused by {lib}fakeroot. I'll try to build ghc6 as root too to see if > the problems there are also caused by *fakeroot. > > BTW: Why does the build fail on the buildds? I thought the builds was > made with root permission. Yet another success: I managed to build the latest version of fakeroot 1.15.1-1 by disabling the sysv tests (9 out of 10 fails). Then I installed the built fakeroot and tried to build lapack again, and voila, it worked! If you want I can make a patch disabling the sysv checks (or even the whole build of libfakeroot-sysv.so) and send a bug report to the Debian BTS. I think this version would be much better to have on the buildds since they don't run with root permissions.