[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Groff] Re: new groff release
From: |
Mike FABIAN |
Subject: |
[Groff] Re: new groff release |
Date: |
Wed, 14 Jul 2004 15:51:31 +0200 |
User-agent: |
Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.5 (celeriac, linux) |
Colin Watson <address@hidden> さんは書きました:
> On Tue, May 04, 2004 at 02:38:10PM +0200, Werner LEMBERG wrote:
>> I'll release a new version of groff (1.19.1) in the next few days.
>>
>> Bernd Warken has told me that Debian (and other distributions) are
>> reluctant to update since groff apparently depends on recent texinfo
>> versions. Is this true?
[...]
> My problems with updating are documented in
> http://bugs.debian.org/196762. I'd love to update, but the conflicts in
> grops were hideous and I never managed to figure out a working
> resolution ...
I'm reluctant to update the groff package in SuSE Linux for the same
reasons.
By the way, the debian-multibyte patch
http://ftp.debian.org/debian/pool/main/g/groff/groff_1.18.1.1-1.diff.gz
contains a small problem which makes the latest versions of gcc
complain ("random data returned from non-void function"). I "fixed"
it with the following small patch:
diff -ru groff-1.18.1.1.orig/src/xditview/lex.c
groff-1.18.1.1/src/xditview/lex.c
--- groff-1.18.1.1.orig/src/xditview/lex.c 2004-07-13 17:16:27.036918000
+0200
+++ groff-1.18.1.1/src/xditview/lex.c 2004-07-13 17:19:37.526695651 +0200
@@ -155,6 +155,7 @@
return i;
}
/* NOT REACHED */
+ return 0;
}
int
--
Mike FABIAN <address@hidden> http://www.suse.de/~mfabian
睡眠不足はいい仕事の敵だ。