tags:

views:

25

answers:

0

Trying to build android src.

Followed all instructions from source.android.com

I know it says Snow-Leopard is not supported, but have googled and have found many guys are able to build android src

So , installed Macports 1.9.1 dmg file and repo sync the code Ran 'make' , got some kind of error that said "object_error_freed"

In some post it was pointed out that it mainly happened due 'Newest version of Macports'

So completely uninstalled macports and installed macport 1.9.0

Now in this step : POSIXLY_CORRECT=1 sudo port install gmake libsdl git-core gnupg

i get error as :

" ---> Dependencies to be installed: xorg-libXext xorg-libX11 xorg-libxcb python26 db46 gdbm openssl zlib readline sqlite3 xorg-libpthread-stubs xorg-xcb-proto libxml2 xorg-util-macros xorg-xcmiscproto xorg-xextproto xorg-xf86bigfontproto xorg-xtrans xorg-libXrandr xorg-randrproto xrender xorg-renderproto

---> Building db46 Error: Target org.macports.build returned: shell command failed

Log for db46 is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_databases_db46/main.log

Error: The following dependencies failed to build: xorg-libXext xorg-libX11 xorg-libxcb python26 db46 gdbm openssl zlib readline sqlite3 xorg-libpthread-stubs xorg-xcb-proto libxml2 xorg-util-macros xorg-xcmiscproto xorg-xextproto xorg-xf86bigfontproto xorg-xtrans xorg-libXrandr xorg-randrproto xrender xorg-renderproto

Error: Status 1 encountered during processing.

To report a bug, see http://guide.macports.org/#project.tickets

"

I am just unable to understand what should be the next step.

Where to debug ?

Thanks Yogurt