summaryrefslogtreecommitdiff
path: root/hints/broken-db.msg
diff options
context:
space:
mode:
Diffstat (limited to 'hints/broken-db.msg')
-rw-r--r--hints/broken-db.msg14
1 files changed, 14 insertions, 0 deletions
diff --git a/hints/broken-db.msg b/hints/broken-db.msg
new file mode 100644
index 0000000000..92ba0776bf
--- /dev/null
+++ b/hints/broken-db.msg
@@ -0,0 +1,14 @@
+# Several OSs come with an old version of the DB library which fails
+# on a few of the db-recno.t tests. This file is sourced by the hints
+# files for those OSs.
+
+cat <<EOF >&4
+
+Unless you've upgraded your DB library manually you will see failures in
+db-recno tests 51, 53 and 55. The behavior these tests are checking is
+broken in the DB library which is included with the OS. You can ignore
+the errors if you're never going to use the broken functionality (recno
+databases with a modified bval), otherwise you'll have to upgrade your
+DB library or OS.
+
+EOF