On Fri, Feb 21, 2003 at 04:26:43PM +0000, James Troup wrote: > Frank Gevaerts <[EMAIL PROTECTED]> writes: > > > can anyone tell me what is the problem with foobillard on mips and > > mipsel ? > > The mips and mipsel buildds are the only two (AFAIK) buildds which use > -rsudo rather than -rfakeroot (fakeroot doesn't work on them); you > should be able to reproduce the problem locally by doing the same > thing. (Traditionally such problems are that directories get created > in the clean target which is run as root and if it's real root, you > then hit perm problems during build which isn't run as root)
Thanks, that was it. Doing a make distclean in the src/ directory fixes it. Frank > -- > James > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

