On Tue, 2010-08-24 at 20:03 +0200, Alexis ROBERT wrote:
> I'm trying to build Android with ArchLinux for my Nexus One and I'm
> having the following message during the build :

> find: `drm/java': No such file or directory
> find: `drm/java': No such file or directory
> external/qemu/Makefile.android:1101: warning: overriding recipe for
> target `external/qemu/android/avd/hw-config-defs.h'
> external/qemu/Makefile.android:933: warning: ignoring old recipe for
> target `external/qemu/android/avd/hw-config-defs.h'
> *** glibc detected *** make: free(): invalid next size (fast): 0x0d0e8ea0 ***

I've not seen this before.  I wonder if it has something to do with
overriding recipes?  Thanks for reporting it.  However:

> ======= Backtrace: =========
> /lib/libc.so.6(+0x6c7b1)[0xb775a7b1]
> /lib/libc.so.6(+0x6d52b)[0xb775b52b]
> /lib/libc.so.6(cfree+0x6d)[0xb775f1cd]
> make[0x8050558]
> make[0x804fad1]
    ...
> make[0x8058def]

This backtrace is not useful because your version of GNU make was
compiled without debugging enabled.  Can you get a copy and build it
with CFLAGS=-g to enable debugging and disable optimization, then force
the failure and report the stack trace?

That would be very helpful.  Thanks!


PS. Note I'm on vacation this week so I won't be able to provide very
timely replies.


_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to