Hi!
I'm testing paludis and I've found strange (for me) behavior.
During installing packages, I receive error message like this:
>>> Running ebuild phases prerm saveenv as root:root...
bunzip2 < /var/db/pkg/sys-apps/paludis-0.24.2/environment.bz2 >
/mnt/hda5/tmp/portage/paludis/environment-sys-apps-paludis-0.24.2-4925
ACCESS DENIED open_wr:
/mnt/hda5/tmp/portage/paludis/environment-sys-apps-paludis-0.24.2-4925
/usr/libexec/paludis/ebuild.bash: line 227:
/mnt/hda5/tmp/portage/paludis/environment-sys-apps-paludis-0.24.2-4925:
Permission denied
After a few tries, I workaround problem, manualy putting full path of
PALUDIS_TMPDIR into SANDBOX_WRITE variable at the begging of ebuild.bash
file.
My paludis/bashrc is quite simple:
export CFLAGS="-Os -march=i686 -pipe -fomit-frame-pointer"
export CHOST="i686-pc-linux-gnu"
export CXXFLAGS="${CFLAGS}"
export MAKEOPTS="-j3"
export PALUDIS_TMPDIR="/mnt/hda5/tmp/portage/paludis"
Have I missed something during FAQ reading? Is it normal behavior of
paludis??
Thanks for your help!
Piotr
_______________________________________________
paludis-user mailing list
[email protected]
http://lists.pioto.org/mailman/listinfo/paludis-user