Description of problem: formats.c: In function `i18nTag': formats.c:1059: error: `_nl_msg_cat_cntr' undeclared (first use in this function) formats.c:1059: error: (Each undeclared identifier is reported only once formats.c:1059: error: for each function it appears in.) make[3]: *** [formats.lo] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Version-Release number of selected component (if applicable): 4.4.1-0.9 How reproducible: always Steps to Reproduce: 1. ./configure --disable-nls 2. make 3. Actual results: make failure Expected results: make success Additional info: Mac OS X 10.3 DarwinPorts
Created attachment 110213 [details] patch-formats.diff #ifdef was missing in one place out of three
Added to cvs, head and rpm-4_4, should be in rpm-4.4.1-0.10 momentarily. Thanks for the patch.