<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - duplicate message definitions in some .pot files"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=107611#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - duplicate message definitions in some .pot files"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=107611">bug 107611</a>
              from <span class="vcard"><a class="email" href="mailto:ml.nishibori.kiyotaka@gmail.com" title="Kiyotaka Nishibori <ml.nishibori.kiyotaka@gmail.com>"> <span class="fn">Kiyotaka Nishibori</span></a>
</span></b>
        <pre>Hi, Buovjaga 

<span class="quote">> I didn't find anything:</span >
I'm sorry  I wrote wrong command: not "msgmerge" but "msgfmt".
I rewrite command for verifying:
export LANG=C; cd workdir; for i in `find pot -name "*.pot" -print|sort`; do
msgfmt -cv -o /dev/null $i >> pots-status 2>&1; done; grep --before-context=0
--after-context=1 -e 'definition' pots-status > pots-errors

Your retrying would be much appreciated.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>