/hg/icedtea7: acinclude.m4: Add devel package suggestions for ep...

mark at icedtea.classpath.org mark at icedtea.classpath.org
Tue Sep 27 01:43:30 PDT 2011


changeset 426efa8c5ec4 in /hg/icedtea7
details: http://icedtea.classpath.org/hg/icedtea7?cmd=changeset;node=426efa8c5ec4
author: Mark Wielaard <mark at klomp.org>
date: Tue Sep 27 10:43:05 2011 +0200

	acinclude.m4: Add devel package suggestions for epoll/xattr check
	failure.


diffstat:

 ChangeLog    |  5 +++++
 acinclude.m4 |  2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r b11497e41b7c -r 426efa8c5ec4 ChangeLog
--- a/ChangeLog	Tue Sep 27 01:51:32 2011 +0100
+++ b/ChangeLog	Tue Sep 27 10:43:05 2011 +0200
@@ -1,3 +1,8 @@
+2011-09-27  Mark Wielaard  <mark at klomp.org>
+
+	* acinclude.m4: Add devel package suggestions for epoll/xattr
+	check failure.
+
 2011-09-27  Andrew John Hughes  <ahughes at redhat.com>
 
 	* acinclude.m4:
diff -r b11497e41b7c -r 426efa8c5ec4 acinclude.m4
--- a/acinclude.m4	Tue Sep 27 01:51:32 2011 +0100
+++ b/acinclude.m4	Tue Sep 27 10:43:05 2011 +0200
@@ -2164,7 +2164,7 @@
     AC_CHECK_FUNCS([openat64 fstatat64 fgetxattr fsetxattr fremovexattr flistxattr unlinkat renameat futimesat fdopendir epoll_create epoll_ctl epoll_wait],,
       [AC_MSG_ERROR([Could not find required syscalls; check config.log and use --disable-compile-against-syscalls if necessary.])])
     AC_CHECK_HEADERS([sys/epoll.h attr/xattr.h],
-      , [AC_MSG_ERROR([Could not find required system headers; install the appropriate files or use --disable-compile-against-syscalls if necessary.])])
+      , [AC_MSG_ERROR([Could not find required system headers; install the appropriate files from glibc-headers, libc6-dev and/or libattr-devel, libattr1-dev or use --disable-compile-against-syscalls if necessary.])])
   fi
   AM_CONDITIONAL(USE_SYSCALL_COMPILATION, test x"${ENABLE_SYSCALL_COMPILATION}" = "xyes")
   AC_SUBST(ENABLE_SYSCALL_COMPILATION)



More information about the distro-pkg-dev mailing list