[Esbox-commits] r1833 - www/2nd_edition

eswartz at garage.maemo.org eswartz at garage.maemo.org
Wed Jul 1 01:38:28 EEST 2009


Author: eswartz
Date: 2009-07-01 01:38:28 +0300 (Wed, 01 Jul 2009)
New Revision: 1833

Modified:
   www/2nd_edition/release_2_0_0_M5.html
Log:
Add note about #4237 workaround and #3955 fix


Modified: www/2nd_edition/release_2_0_0_M5.html
===================================================================
--- www/2nd_edition/release_2_0_0_M5.html	2009-06-30 18:10:11 UTC (rev 1832)
+++ www/2nd_edition/release_2_0_0_M5.html	2009-06-30 22:38:28 UTC (rev 1833)
@@ -82,6 +82,10 @@
 <li class="fix">Ensure that prerequisites for Python Debian packages are installed (python2.5-distutils)
 <a href="https://garage.maemo.org/tracker/index.php?func=detail&aid=4128&group_id=192&atid=1420">[#4128]</a>
 </li>
+<li class="fix">Fix problem creating Debian packages on OS X
+<a href="http://garage.maemo.org/tracker/?func=detail&atid=1420&aid=3955&group_id=192">[#3955]</a>
+</li>
+
 <li class="add">Added <strong>Help &gt; Maemo Links</strong> menu for
 locating useful documentation.</li>
 <li class="add">Add <strong>Convert to ESbox Python Project</strong> wizard, which will
@@ -102,6 +106,17 @@
 See <a href="http://mica.garage.maemo.org/2nd_edition/release_2_0_0_M5.html">the Mica 2.0.0M5 release notes</a>.
 </p>
 
+<h3>Known Issues</h3>
+
+<ul>
+<li>Some template projects do not build properly on Mac OS X, especially after "make clean", because the
+version of Samba shipped with OS X 10.5 is lacking a fundamental bugfix that allows deleting softlinks.
+Convert any build scripts you have to use hardlinks or copying instead of creating softlinks, or manually
+delete such files from the host side to work around this problem.
+<a href="http://garage.maemo.org/tracker/?func=detail&atid=1420&aid=4237&group_id=192">[#4237]</a>
+</li>
+</ul>
+
 </div>
 
 </div>



More information about the Esbox-commits mailing list