Package: attr Version: 2.4.21-1 Typical non-POSIX PATH_MAX issue. I have a patch here, though it is not ideal.
diff -urp setfattr.org/setfattr.c setfattr/setfattr.c --- setfattr.org/setfattr.c 2005-03-11 07:49:57.000000000 -0500 +++ setfattr/setfattr.c 2005-03-11 07:50:32.000000000 -0500 @@ -33,6 +33,10 @@ #include "config.h" #include "misc.h" +#ifndef PATH_MAX +# define PATH_MAX 4096 +#endif + #define CMD_LINE_OPTIONS "n:x:v:h" #define CMD_LINE_SPEC1 "{-n name} [-v value] [-h] file..." #define CMD_LINE_SPEC2 "{-x name} [-h] file..." Thank you, Barry deFreese (aka bddebian) DD wannabe -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]