On Fri, 22 Aug 2014, Mark ODell wrote:

cp: preserving ACL for
`/home/modell/pkg/sage/sage-6.3/local/include/NTL/version.h': Operation not
supported

Error installing package ntl-6.1.0.p0

Do you have some default ACL's set up? Something like

setfacl -m --default u:backup:r

said to directory you are using? Error message in itself is normal, for example:

[root@localhost ~]# echo foo > bar
[root@localhost ~]# setfacl -m u:jori:w /boot/bar
[root@localhost ~]# cp -a bar /boot/
cp: preserving permissions for ‘/boot/bar’: Operation not supported

(I.e. on this system /boot has no ACL support enabled.)

But what is make-command doing? I would try with

strace -e file make 2>&1 1>/dev/null | fgrep -5 version.h

or something like that.

--
Jori Mäntysalo

--
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to