Bugs item #1104635, was opened at 2005-01-18 17:19 Message generated for change (Comment added) made by tkikuchi You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1104635&group_id=103
Category: configuring/installing Group: 2.1 beta >Status: Closed Resolution: None Priority: 5 Submitted By: Thomas Arendsen Hein (thomas_ah) Assigned to: Nobody/Anonymous (nobody) Summary: building with old msgmerge (without option "-U") Initial Comment: Building mailman 2.1.6beta1 on Debian woody yields an error message during make: /usr/bin/python2.2 ../build/bin/msgfmt.py -o zh_CN/LC_MESSAGES/mailman.mo zh_CN/LC_MESSAGES/mailman.po Merging new template file with existing translations msgmerge -U zh_TW/LC_MESSAGES/mailman.po mailman.pot || touch zh_TW/LC_MESSAGES/mailman.po msgmerge: invalid option -- U Try `msgmerge --help' for more information. /usr/bin/python2.2 ../build/bin/msgfmt.py -o zh_TW/LC_MESSAGES/mailman.mo zh_TW/LC_MESSAGES/mailman.po woody's msgmerge is too old to support -U (or --update). It seems as if mailman.po did not get updated for zh_TW, all other languages are ok. It's only a cosmetic bug, because make doesn't abort. ---------------------------------------------------------------------- >Comment By: Tokio Kikuchi (tkikuchi) Date: 2005-01-19 02:25 Message: Logged In: YES user_id=67709 mailman.po files are essentially 'msgmerge'd before shipping in the tar ball. So, this error is safely ignored unless you are going to generate your own mailman.po catalog by yourself. There is also a problem in Chinese(Taiwan) charset (Big5) that it allows special characters (like '\') in the second byte of 16bit code. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1104635&group_id=103 _______________________________________________ Mailman-coders mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-coders
