<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi all<br>
    <br>
    I am working on Hamara helpers script for ARMHF Raspberry Pi 2. I
    have hit an issue while running script make-choose-mirror. The issue
    is that choose-mirror is trying to run command <b>msgunfmt</b>
    which causing script to exit with message <b>Segmentation fault
      (core dumped)<br>
      <br>
    </b>Earlier i thought may be some package is missing and due to it,
    it is not able to build choose-mirror package. In my investigation I
    have found that it trying to run command <br>
    msgunfmt /usr/share/locale/oc/LC_MESSAGES/iso_3166.mo
    >debian/iso-codes/oc.po 2>/dev/null<br>
    <br>
    Which gives output<br>
    Segmentation fault (core dumped)<br>
    <br>
    The articles I have gone through states that segmentation fault come
    when system is trying to access resource which are not there. Or the
    command is trying to run as multi-threaded with qemu does not
    support I guess. <br>
  </body>
</html>