MADDE/Known issues

({{MADDE}} and wikify)
(Known Issues)
 
(10 intermediate revisions not shown)
Line 1: Line 1:
{{MADDE}}
{{MADDE}}
-
== Known Issues ==
+
== Add New Bug ==
-
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:
+
Use this link to add new MADDE bug:
-
* [https://bugs.maemo.org/show_bug.cgi?id=8918 8918]
+
https://bugs.maemo.org/enter_bug.cgi?product=Development%20platform&component=Madde
-
* [https://bugs.maemo.org/show_bug.cgi?id=8947 8947]
+
-
* [https://bugs.maemo.org/show_bug.cgi?id=9350 9350]
+
-
=== General ===
+
== Known Issues ==
-
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):
+
As of this moment (2010-05-11) the list of open bugs in https://bugs.maemo.org/buglist.cgi?component=madde are not mentioned here:
-
#!/bin/sh
+
* [https://bugs.maemo.org/show_bug.cgi?id=8918 8918]
-
exec "$@"
+
-
Put this under <code>madbin</code> under what <code>mad query install-dir</code> outputs (with permissions 755). Note: this voids your warranty ;)
+
=== General ===
 +
 
 +
No general items for MADDE 0.6.72 (so far)
=== Windows ===
=== Windows ===
 +
 +
* When home directory path has whitespaces MADDE environment sets alternate home directory for user. This breaks interaction with non-msys programs in some special cases (almost all 'qmake' invocations are such a cases). To "fix" this one needs to enter <tt>echo >/etc/fstab</tt> in MADDE terminal.
* 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 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
Line 28: Line 29:
* Some F-Secure products may identify the file xtar.exe suspicious. In this case, mark the file as trusted, and restart the installation process.
* Some F-Secure products may identify the file xtar.exe suspicious. In this case, mark the file as trusted, and restart the installation process.
 +
 +
* Some Avira products may identify the file utfs-server.exe suspicious.
 +
 +
* MADDE can be only installed on NTFS file system.
=== Linux ===
=== Linux ===
 +
Madde installer for version 0.6.72 will fail if there is system 'mad' command
 +
(package 'mmv' installs such a command).
 +
 +
Simplest workaround is to remove 'mmv' before installation and then
 +
reinstall it. Next simplest is to move /usr/bin/mad (or whatever it is called)
 +
to different name before MADDE installation.
=== Mac ===
=== Mac ===
[[Category:Development]]
[[Category:Development]]

Latest revision as of 09:09, 8 September 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

[edit] Add New Bug

Use this link to add new MADDE bug:

https://bugs.maemo.org/enter_bug.cgi?product=Development%20platform&component=Madde


[edit] Known Issues

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

[edit] General

No general items for MADDE 0.6.72 (so far)

[edit] Windows

  • When home directory path has whitespaces MADDE environment sets alternate home directory for user. This breaks interaction with non-msys programs in some special cases (almost all 'qmake' invocations are such a cases). To "fix" this one needs to enter echo >/etc/fstab in MADDE terminal.
  • 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.
  • Some Avira products may identify the file utfs-server.exe suspicious.
  • MADDE can be only installed on NTFS file system.

[edit] Linux

Madde installer for version 0.6.72 will fail if there is system 'mad' command (package 'mmv' installs such a command).

Simplest workaround is to remove 'mmv' before installation and then reinstall it. Next simplest is to move /usr/bin/mad (or whatever it is called) to different name before MADDE installation.

[edit] Mac