Roderick Schertler <[EMAIL PROTECTED]> writes:
> On Sun, 19 Nov 2006 11:15:00 +0100, Goswin von Brederlow <[EMAIL PROTECTED]>
> said:
>>
>> t/linux-ext2.....Error: No such file or directory
>
> The error messages in the test suite should be improved (I'm doing
> that), but I suspect this was caused because there's no /etc/mtab in
> your build environment. Is that the case?
>
> I think I'm going to change it to try /etc/mtab, and if that fails
> /proc/mounts, and if that fails to skip the tests.
>
> --
> Roderick Schertler
> [EMAIL PROTECTED]
I had no /etc/mtab till I noticed at some point and added a link to
/proc/mounts.
t/linux-ext2...../bin/df: `/mnt/music': No such file or directory
/bin/df: `/mnt/burned': No such file or directory
...
Not very successfull. Didn't /proc/mounts used to list the paths
relative to the current chroot? As is it is very broken.
So lets try again:
$ cat /etc/mtab
/dev/e/chroot / ext3 rw 0 0
Now the build works.
I see you closed the bug. I'm never sure if builds can rely on
/etc/mtab to be present and fine. Given how /proc/mounts now looks
sources might have to cope better with failures there.
MfG
Goswin
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]