MADDE/Known issues
(→Known Issues) |
(→General: wikify) |
||
Line 11: | Line 11: | ||
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 | + | in [[MADDE]] environment. However if one wants one, the following wrapper |
script can be made (in environments fakeroot command does not exist): | script can be made (in environments fakeroot command does not exist): | ||
- | + | #!/bin/sh | |
- | #!/bin/sh | + | exec "$@" |
- | exec "$@" | + | |
- | + | ||
- | Put this under < | + | Put this under <code>madbin</code> under what <code>mad query install-dir</code> outputs (with permissions 755). Note: this voids your warranty ;) |
- | (with permissions 755). Note: this voids your warranty ;) | + | |
=== Windows === | === Windows === |
Revision as of 10:26, 19 February 2010
Contents |
Known Issues
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:
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 windowses "Madde Terminal" may not start. A workaround is to remove -rxvt from "Madde Terminal" icon properties.
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).
- ar p on windows toolhains does LF -> CRLF conversions, breaking output.