On 3/17/06, Lucas Correia Villa Real <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm trying to compile the xf86-input-keyboard input driver for the Xorg
> package here.
> I cannot use UnionSandbox, though. It appears that the install is trying to
> copy and remove some files from $TEMPDIR, and UnionSandbox is not allowing
> that. This is the error reported by it:
> SandboxInstall: Left over files:
> System
> System/Variable
> System/Variable/tmp
There are no files listed, the problem seems to be the tmp directory itself.
> 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; } ||
--
Lucas
powered by /dev/dsp
_______________________________________________ gobolinux-devel mailing list gobolinux-devel@lists.gobolinux.org http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel