<html>
  <head>
    <meta content="text/html; charset=KOI8-R" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Всегда было интересно, зачем весь этот ворох боляч^W зависимостей<br>
    ipython'у.<br>
    <br>
    03.06.2012 14:22, Sergey Vlasov написал:
    <blockquote cite="mid:20120603072202.GA8099@atlas.home" type="cite">
      <pre wrap="">On Sun, Jun 03, 2012 at 01:22:04PM +0700, REAL wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">со сборкой в хэшере справился (недавно было обсуждение про ошибки 
собрки, если в хэшер устанавливается /proc), но вот сборочницы дурит. 
как это вылечить?
</pre>
      </blockquote>
      <pre wrap="">
</pre>
      <blockquote type="cite">
        <pre wrap="">2012-Jun-03 10:21:33 :: [x86_64] #200 python-module-matplotlib.git 
1.2.0-alt2.git20120505: build FAILED
copying 
lib/matplotlib/tests/baseline_images/test_tightlayout/tight_layout6.svg -&gt; 
build/lib.linux-i686-3.2/matplotlib/tests/baseline_images/test_tightlayout
error: Function not implemented
</pre>
      </blockquote>
      <pre wrap="">
<a class="moz-txt-link-freetext" href="https://github.com/matplotlib/matplotlib-py3/issues/32">https://github.com/matplotlib/matplotlib-py3/issues/32</a>

Вероятнее всего, multiprocessing.Pool в hasher тоже не работает из-за
отсутствия /dev/shm:

  <a class="moz-txt-link-freetext" href="http://stackoverflow.com/questions/6033599/oserror-38-errno-38-with-multiprocessing">http://stackoverflow.com/questions/6033599/oserror-38-errno-38-with-multiprocessing</a>
  <a class="moz-txt-link-freetext" href="http://thread.gmane.org/gmane.linux.altlinux.devel/83771/focus=83784">http://thread.gmane.org/gmane.linux.altlinux.devel/83771/focus=83784</a>

Похоже, пора уже добавлять в hasher поддержку /dev/shm к уже имеющимся
/proc и /dev/pts (но этот /dev/shm может быть и собственным
экземпляром, изолированным от системного).
</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Devel@lists.altlinux.org">Devel@lists.altlinux.org</a>
<a class="moz-txt-link-freetext" href="https://lists.altlinux.org/mailman/listinfo/devel">https://lists.altlinux.org/mailman/listinfo/devel</a></pre>
    </blockquote>
    <br>
  </body>
</html>