MADDE/Known issues

m (Windows: F-Secure & xtar.exe)
({{MADDE}} and wikify)
Line 1: Line 1:
 +
{{MADDE}}
 +
== Known Issues ==
== Known Issues ==
As of this moment (2010-03-11) the list of open bugs in https://bugs.maemo.org/buglist.cgi?component=madde are not mentioned here:
As of this moment (2010-03-11) the list of open bugs in https://bugs.maemo.org/buglist.cgi?component=madde are not mentioned here:
-
[https://bugs.maemo.org/show_bug.cgi?id=8918 8918 ]
+
* [https://bugs.maemo.org/show_bug.cgi?id=8918 8918]
-
[https://bugs.maemo.org/show_bug.cgi?id=8947 8947 ]
+
* [https://bugs.maemo.org/show_bug.cgi?id=8947 8947]
-
[https://bugs.maemo.org/show_bug.cgi?id=9350 9350 ]
+
* [https://bugs.maemo.org/show_bug.cgi?id=9350 9350]
=== General ===
=== General ===
-
fakeroot is currently missing in distribution images. It is not needed
+
fakeroot is currently missing in distribution images. It is not needed in [[MADDE]] environment. However if one wants one, the following wrapper script can be made (in environments fakeroot command does not exist):
-
in [[MADDE]] environment. However if one wants one, the following wrapper
+
-
script can be made (in environments fakeroot command does not exist):
+
  #!/bin/sh
  #!/bin/sh
Line 21: Line 21:
=== Windows ===
=== Windows ===
-
* On some windowses "Madde Terminal" may not start. A workaround is to remove <tt>-rxvt</tt> from "Madde Terminal" icon properties. <br/>See https://bugs.maemo.org/show_bug.cgi?id=8622
+
* On some versions of Windows, "Madde Terminal" may not start. A workaround is to remove <tt>-rxvt</tt> from "Madde Terminal" icon properties. <br/>See https://bugs.maemo.org/show_bug.cgi?id=8622
-
* On some windowses "Madde terminal" takes ages to start. It seems some programs sleep 30 secs doing nothing. (Update: this does not happen to the reporter anymore (too). Maybe related to the windows 7 (64bit) update happened recently).  
+
* On some version of Windows, "Madde terminal" takes ages to start. It seems some programs sleep 30 secs doing nothing. (Update: this does not happen to the reporter anymore (too). Maybe related to the windows 7 (64bit) update happened recently).  
* <tt>ar p</tt> on windows toolhains does LF -> CRLF conversions, breaking output.
* <tt>ar p</tt> on windows toolhains does LF -> CRLF conversions, breaking output.

Revision as of 12:49, 21 April 2010

Image:Ambox_notice.png
MADDE is currently a technology preview.

These instructions are liable to change as development progresses. If some of the components do not work as expected, please add your question to the MADDE talk thread and follow up the discussion.

tablets-dev.nokia.com is down, see MADDE#Installation for alternatives.


Contents

Known Issues

As of this moment (2010-03-11) the list of open bugs in https://bugs.maemo.org/buglist.cgi?component=madde are not mentioned here:


General

fakeroot is currently missing in distribution images. It is not needed in MADDE environment. However if one wants one, the following wrapper script can be made (in environments fakeroot command does not exist):

#!/bin/sh
exec "$@"

Put this under madbin under what mad query install-dir outputs (with permissions 755). Note: this voids your warranty ;)

Windows

  • On some version of Windows, "Madde terminal" takes ages to start. It seems some programs sleep 30 secs doing nothing. (Update: this does not happen to the reporter anymore (too). Maybe related to the windows 7 (64bit) update happened recently).
  • ar p on windows toolhains does LF -> CRLF conversions, breaking output.
  • Some F-Secure products may identify the file xtar.exe suspicious. In this case, mark the file as trusted, and restart the installation process.

Linux

Mac