On 3/17/06, Lucas Correia Villa Real <[EMAIL PROTECTED]> wrote:
> On 3/17/06, Hisham Muhammad <[EMAIL PROTECTED]> wrote:
> > On 3/17/06, Lucas Correia Villa Real <[EMAIL PROTECTED]> wrote:
> > > Does anyone have any idea on how to fix this? Maybe adding
> > > System/Variable/tmp to the list of places on which writes are allowed?
> >
> > Writes are "allowed" everywhere during install, but they are caught
> > later as errors (as they should). Why is this package "creating" a
> > /S/V/tmp directory -- doesn't your build environment already have it?
> >
>
> Yes, it has. The only places where I can see a mkdir on tmp is happening is
> at config.guess, but I think that's pretty usual:
>
> config.guess:109: { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo
> "Warning: creating insecure temp directory" >&2; } ||

Oh, I get it. Temp files are being created and removed during install,
that's why the directory tree stays in the rw part of the union. We
need to remove empty directories from the leftovers section before
checking it. I'm committing a fix right now.

-- Hisham
_______________________________________________
gobolinux-devel mailing list
gobolinux-devel@lists.gobolinux.org
http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel

Reply via email to