On Sun, Dec 29, 2019 at 02:21:21AM -0800, Xiyue Deng wrote:
> (Adding mailing list back to CC which I accidentally dropped in my last mail.)
> 
> Marc Espie <[email protected]> writes:
> 
> > On Sat, Dec 28, 2019 at 03:02:59PM -0800, Xiyue Deng wrote:
> >> > No it doesn't. It's definitely not what it says.
> >> > The actual code will try to figure out on which mountpoint /build is 
> >> > located,
> >> > by calling dirname() until it doesn't change any more.
> >> >
> >> > How about giving us the output of mount as well ?
> >> 
> >> I didn't mount /build, it's just a normal directory.
> >
> > How about givins us the output of mount ?
> >
> > I'm not saying it's not a normal directory, I'm saying that proot runs
> > "mount" to figure out where /build is located, and somehow in your
> > configuration, it can't. So I'd like to see the output of mount.
> 
> Sure thing.  It's not very interesting and looks like below:
> 
> $ mount
> /dev/wd0a on / type ffs (local, wxallowed, softdep)
> 
> (So basically my whole disk is mounted on /)

So it got fixed, once Xiyue sent me the output of mount.
It was a stupid bug, as expected.

(In general, when a developer asks you for something specific, just do it,
don't presume. Most bugs are stupid, and the only way to fix them is to
figure out the wrong assumption... in that specific case, the loop to figure
out where a directory was mount'd was just plain wrong)

Reply via email to