Is there any way to fix cmake or the ceph cmake rules so that they report
the real useful error message, instead of throwing it away & providing a
generic "cannot copy file" message with no details ?

Quick and dirty: prefix all commands with something like
        strace -o "| grep '= -1'"
Example:
        $ strace -o "| grep '= -1'" /bin/true
        access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or 
directory)
        $

--
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Reply via email to