Bernhard R. Link schrieb:
This bug was fixed upstream in 3.6.5.90-1, the first version
after lenny. :-(
Just for the records: In 3.6.5.90 (upstream) the configure-script was broken. Commit 73bb88a65dc1c6c9dc309b60b5454d9475cfccd9 repaired the defect (and changed other things):

--- a/gv/configure.ac
+++ b/gv/configure.ac
@@ -92,7 +92,7 @@ AC_CHECK_LIB(Xinerama, main, , , $X_LIBS)

 opt_mkstemp=false

-AC_CHECK_FUNCS([mkstemp],[opt_setenv_code=true],[opt_setenv_code=false])
+AC_CHECK_FUNCS([mkstemp],[opt_mkstemp=true],[opt_mkstemp=false])
 AM_CONDITIONAL(HAVE_MKSTEMP, test x$opt_mkstemp = xtrue)


So the bugfix was disfunctional until configure.ac has been fixed. :-( And even worse: Nobody noticed that a rather long time.

Attached is a simplified version (without the configure changes
as Debian has mkstemp) that should fix this in lenny.
Happily you did not include the disfunctional configure changes. So this patch works.



Markus Steinborn
GNU gv maintainer




--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to