MADDE/Known issues

(Known Issues)
Line 32: Line 32:
=== Mac ===
=== Mac ===
 +
 +
[[Category:Development]]

Revision as of 12:05, 11 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:

8918 8947

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" takes ages to start. It seems some programs sleep 30 secs doing nothing.
  • ar p on windows toolhains does LF -> CRLF conversions, breaking output.

Linux

Mac