From Bugzilla Helper: User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows 98) Description of problem: I just tried to compile package groff-1_18_1-29 from Fedora. The compiler said 1. draw.c(421): warning #165: too few arguments in function call The source code is DoCharacter (dw, code, wid); but the definition of DoCharacter is static void #ifdef ENABLE_MULTIBYTE DoCharacter (dw, c, wid, char2xchar2b) #else DoCharacter (dw, c, wid) #endif it looks like someone is missing some support for multi-byte characters. 2. draw.c(432): warning #165: too few arguments in function call Same problem as #1. Version-Release number of selected component (if applicable): groff-1_18_1-29 How reproducible: Always Steps to Reproduce: 1. by inspection 2. 3. Additional info:
Fixed in rawhide in rpm groff-1.18.1.1-2 or newer.