<br><br><div class="gmail_quote">On Mon, Nov 17, 2008 at 15:04, Erik Garrison <span dir="ltr"><<a href="mailto:erik@laptop.org">erik@laptop.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Mon, Nov 17, 2008 at 01:42:17PM -0500, <a href="mailto:luke@laptop.org">luke@laptop.org</a> wrote:<br>
> On 2008-11-17, Erik Garrison <<a href="mailto:erik@laptop.org">erik@laptop.org</a>> wrote:<br>
> ><br>
> > I believe you can resolve these warnings by running the locale-gen<br>
> > utility.<br>
><br>
> I had already run that, and the discouraging results pasted in the top<br>
> of the pastebin.<br>
<br>
The error message and its location in the source [1]:<br>
<br>
  /* Map the header and all the administration data structures.  */<br>
  p = mmap64 (NULL, total, PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0);<br>
  if (p == MAP_FAILED)<br>
    {<br>
      int errval = errno;<br>
      unlink (fname);<br>
      error (EXIT_FAILURE, errval, _("cannot map archive header"));<br>
    }<br>
<br>
... suggest that the problem is that localegen is trying to do a shared<br>
writeable mmap.  These do not work on jffs2 [2].<br>
<br>
I don't know the best way to proceed, but it would appear we need to<br>
raise the issue with upstream.  It will not be fixed in jffs2.<br>
<br>
That said, I am running debxo 0.3 base and not seeing the same error<br>
messages.  (I see that the locale is set to "POSIX" immediately after<br>
installation.)</blockquote><div><br>This is very odd.<br><br>I do not experience this problem right after install, but only after updating, locale is set to a new version, which may be when this bug is introduced. <br><br>
-lf <br></div></div><br>