The error was:
Merging new template file with existing translations msgmerge -U ca/LC_MESSAGES/mailman.po mailman.pot msgmerge: invalid option -- U Try `msgmerge --help' for more information. make[1]: *** [ca/LC_MESSAGES/mailman.po] Error 1
Tokio Kikuchi <tkikuchi@is.kochi-u.ac.jp> Sent by: mailman-users-bounces@python.org 09/02/2004 08:39 PM
To: Takahiro_Horie@nidek.com
cc: mailman-users@python.org
Subject: Re: [Mailman-Users] Sequence Numbers
Hi,
Takahiro_Horie@nidek.com wrote:
I applied the patch found on
http://sourceforge.net/tracker/?func=detail&aid=601117&group_id=103&atid=300103
File: http://mm.tkikuchi.net/mailman-2.1.5+patch.20040516.gz
that adds sequence numbers. I reconfigured, did make, make install (with
errors).
What was this error ?
I'm using 2.1.5
Any idea why it's not working?
Here's the error when i visit the mailman/listinfo page: Traceback (most recent call last): File "/home/tak/mailman/scripts/driver", line 61, in run_main import paths File "/home/tak/mailman/scripts/paths.py", line 55, in ? import japanese ImportError: No module named japanese
Looks like the japanese package is not properly installed. Find the <prefix>/pythonlib directory and check if the japanese directory is there. You may have to check the "make install" result by redirecting the output in a file and inspect the lines before this error occurs.
% make install >& install.log % more install.log
-- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/
Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Takahiro_Horie@nidek.com wrote:
The error was:
Merging new template file with existing translations msgmerge -U ca/LC_MESSAGES/mailman.po mailman.pot msgmerge: invalid option -- U Try `msgmerge --help' for more information. make[1]: *** [ca/LC_MESSAGES/mailman.po] Error 1
Your installation stopped there? You may comment out the msgmerge portion of the messages/Makefile and complete install.
-- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/
participants (2)
-
Takahiro_Horie@nidek.com -
Tokio Kikuchi