[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r4659 - in glibc-package/trunk/debian: . debhelper.in



Author: aurel32
Date: 2011-05-12 09:27:00 +0000 (Thu, 12 May 2011)
New Revision: 4659

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/debhelper.in/libc.preinst
Log:
  * debhelper.in/libc.preinst: require a 8.0 kernel on GNU/kFreeBSD.
    Closes: #626422.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2011-05-12 06:34:22 UTC (rev 4658)
+++ glibc-package/trunk/debian/changelog	2011-05-12 09:27:00 UTC (rev 4659)
@@ -1,3 +1,10 @@
+eglibc (2.13-5) UNRELEASED; urgency=low
+
+  * debhelper.in/libc.preinst: require a 8.0 kernel on GNU/kFreeBSD.
+    Closes: #626422.
+
+ -- Aurelien Jarno <aurel32@debian.org>  Thu, 12 May 2011 08:56:53 +0200
+
 eglibc (2.13-4) unstable; urgency=low
 
   * debian/sysdeps/amd64.mk: don't redefine libc6_extra_pkg_install.  

Modified: glibc-package/trunk/debian/debhelper.in/libc.preinst
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc.preinst	2011-05-12 06:34:22 UTC (rev 4658)
+++ glibc-package/trunk/debian/debhelper.in/libc.preinst	2011-05-12 09:27:00 UTC (rev 4659)
@@ -336,10 +336,10 @@
       kernel_ver=`uname -r`
       if kfreebsd_compare_versions "$kernel_ver" lt 8.0
       then
-          echo WARNING: This version of glibc uses UMTX_OP_WAIT and UMTX_OP_WAKE
-	    echo syscalls that are not present in the current running kernel. They
-	    echo have been added in kFreeBSD 8.0.  Your system should still work,
-	    echo but it is recommended to upgrade to a more recent version.
+          echo WARNING: this version of the GNU libc requires kernel version
+          echo 8.0 or later.  Please upgrade your kernel before installing
+          echo glibc.
+          exit 1
       fi
   fi
 fi


Reply to: