Your message dated Sat, 27 Jun 2009 08:17:00 +1000
with message-id <[email protected]>
and subject line Re: FTBFS: attr-2.4.21-1 on GNU/Hurd
has caused the Debian Bug report #299094,
regarding FTBFS: attr-2.4.21-1 on GNU/Hurd
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
299094: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=299094
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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



--- End Message ---
--- Begin Message ---
On Fri, Jun 26, 2009 at 12:23:38PM -0400, Barry deFreese wrote:
>Actually no, it looks like we are up to date so you can probably close  
>this bug.

Closing it accordingly.


--- End Message ---

Reply via email to