GNU bug report logs -
#10305
coreutils-8.14, "rm -r" fails with EBADF
Previous Next
Full log
Message #240 received at 10305 <at> debbugs.gnu.org (full text, mbox):
Thanks, I pushed the following gnulib patch:
---
ChangeLog | 8 ++++++++
m4/non-recursive-gnulib-prefix-hack.m4 | 3 ---
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 725fe13..0d2715c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2013-03-04 Paul Eggert <eggert <at> cs.ucla.edu>
+
+ non-recursive-gnulib-prefix-hack: port coreutils 8.21 to HP NonStop
+ * m4/non-recursive-gnulib-prefix-hack.m4
+ (gl_NON_RECURSIVE_GNULIB_PREFIX_HACK): Don't mess with ALLOCA.
+ Problem reported for HP NonStop + coreutils 8.21 by Joachim Schmitz in
+ <http://bugs.gnu.org/10305#237>.
+
2013-03-04 Eric Blake <eblake <at> redhat.com>
test-getsockopt: avoid compiler warning
diff --git a/m4/non-recursive-gnulib-prefix-hack.m4 b/m4/non-recursive-gnulib-prefix-hack.m4
index 3153e0f..6d27f06 100644
--- a/m4/non-recursive-gnulib-prefix-hack.m4
+++ b/m4/non-recursive-gnulib-prefix-hack.m4
@@ -29,7 +29,4 @@ AC_DEFUN([gl_NON_RECURSIVE_GNULIB_PREFIX_HACK],
(*_H:*.h) eval "$ac_var=$1/\$$ac_var";;
esac
done
-
- # If $ALLOCA is not empty, prefix its value with "lib/".
- test -n "$ALLOCA" && ALLOCA="lib/$ALLOCA"
])
--
1.7.11.7
This bug report was last modified 12 years and 110 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.