1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
From: Rafael Laboissiere <rafael@debian.org>
Date: Wed, 25 Sep 2002 10:39:30 +0200
Subject: debianize test failure msg
Redirect users to the Debian BTS in the error message of rbox.
---
src/libqhull/io.c | 5 +----
src/libqhull_r/io_r.c | 5 +----
2 files changed, 2 insertions(+), 8 deletions(-)
diff --git a/src/libqhull/io.c b/src/libqhull/io.c
index beed156..037cfd5 100644
--- a/src/libqhull/io.c
+++ b/src/libqhull/io.c
@@ -4002,10 +4002,7 @@ coordT *qh_readpoints(int *numpoints, int *dimension, boolT *ismalloc) {
if (!strcmp(qh rbox_command, "./rbox D4"))
qh_fprintf(qh ferr, 8055, "\n\
This is the qhull test case. If any errors or core dumps occur,\n\
-recompile qhull with 'make new'. If errors still occur, there is\n\
-an incompatibility. You should try a different compiler. You can also\n\
-change the choices in user.h. If you discover the source of the problem,\n\
-please send mail to qhull_bug@qhull.org.\n\
+file a bug report against the libqhull<soversion> Debian package.\n\
\n\
Type 'qhull' for a short list of options.\n");
qh_free(qh line);
diff --git a/src/libqhull_r/io_r.c b/src/libqhull_r/io_r.c
index a80a5b1..871232d 100644
--- a/src/libqhull_r/io_r.c
+++ b/src/libqhull_r/io_r.c
@@ -4002,10 +4002,7 @@ coordT *qh_readpoints(qhT *qh, int *numpoints, int *dimension, boolT *ismalloc)
if (!strcmp(qh->rbox_command, "./rbox D4"))
qh_fprintf(qh, qh->ferr, 8055, "\n\
This is the qhull test case. If any errors or core dumps occur,\n\
-recompile qhull with 'make new'. If errors still occur, there is\n\
-an incompatibility. You should try a different compiler. You can also\n\
-change the choices in user_r.h. If you discover the source of the problem,\n\
-please send mail to qhull_bug@qhull.org.\n\
+file a bug report against the libqhull-r<soversion> Debian package.\n\
\n\
Type 'qhull' for a short list of options.\n");
qh_free(qh->line);
|