MADDE/Known issues

(Known Issues)
(Known Issues)
 
(18 intermediate revisions not shown)
Line 1: Line 1:
-
== Known Issues ==
+
{{MADDE}}
-
As of this writing (2010-02-05) the list of open bugs in https://bugs.maemo.org/buglist.cgi?component=madde are not mentioned here:
+
== Add New Bug ==
-
[https://bugs.maemo.org/show_bug.cgi?id=8918 8918 ]
+
Use this link to add new MADDE bug:
-
=== General ===
+
https://bugs.maemo.org/enter_bug.cgi?product=Development%20platform&component=Madde
-
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):
 
-
<pre>
+
== Known Issues ==
-
#!/bin/sh
+
-
exec "$@"
+
-
</pre>
+
-
Put this under <tt>madbin</tt> under what <tt>mad query install-dir</tt> outputs
+
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:
-
(with permissions 755). Note: this voids your warranty ;)
+
 
 +
* [https://bugs.maemo.org/show_bug.cgi?id=8918 8918]
 +
 
 +
=== General ===
 +
 
 +
No general items for MADDE 0.6.72 (so far)
=== 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
+
* 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 windowses "Madde terminal" takes ages to start. It seems some programs sleep 30 secs doing nothing.  
+
* 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 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.
 +
 +
* 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]]

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