That doesn't actually look like the error -- there should be a line starting with `FAILED:` earlier in your console. You can always look at the dedicated error log after the build too, in out/error.log, which should only contain errors (not other build output that finished after the error).
- Dan On Tue, Jun 22, 2021 at 10:11 PM Prabhakar Lad <[email protected]> wrote: > Hi All, > > I am trying to build the master branch for target db845c-userdebug, at > around 90% I see the below build errors: > > [ 90% 97817/107707] //bionic/libm:libm.ndk abidw > out/soong/.intermediates/bionic/libm/libm/android_arm_armv8-2a_kryo385_shared/unstripped/libm. > no declaration found for ELF symbol acoshl > no declaration found for ELF symbol acosl > no declaration found for ELF symbol asinhl > no declaration found for ELF symbol asinl > no declaration found for ELF symbol atan2l > no declaration found for ELF symbol atanhl > no declaration found for ELF symbol atanl > no declaration found for ELF symbol cacoshl > no declaration found for ELF symbol cacosl > no declaration found for ELF symbol casinhl > no declaration found for ELF symbol casinl > no declaration found for ELF symbol catanhl > no declaration found for ELF symbol catanl > no declaration found for ELF symbol cbrtl > no declaration found for ELF symbol ceill > no declaration found for ELF symbol clogl > no declaration found for ELF symbol coshl > no declaration found for ELF symbol cosl > no declaration found for ELF symbol csqrtl > no declaration found for ELF symbol erfcl > no declaration found for ELF symbol erfl > no declaration found for ELF symbol expm1l > no declaration found for ELF symbol floor > no declaration found for ELF symbol floorl > no declaration found for ELF symbol fmal > no declaration found for ELF symbol frexpl > no declaration found for ELF symbol hypotl > no declaration found for ELF symbol ldexpf > no declaration found for ELF symbol ldexpl > no declaration found for ELF symbol lgammal > no declaration found for ELF symbol lgammal_r > no declaration found for ELF symbol log10l > no declaration found for ELF symbol log1pl > no declaration found for ELF symbol logbl > no declaration found for ELF symbol nanl > no declaration found for ELF symbol nextafterl > no declaration found for ELF symbol nexttoward > no declaration found for ELF symbol nexttowardl > no declaration found for ELF symbol remainderl > no declaration found for ELF symbol remquol > no declaration found for ELF symbol rintl > no declaration found for ELF symbol scalbnl > no declaration found for ELF symbol sinhl > no declaration found for ELF symbol sinl > no declaration found for ELF symbol sqrt > no declaration found for ELF symbol sqrtf > no declaration found for ELF symbol sqrtl > no declaration found for ELF symbol tanhl > no declaration found for ELF symbol tanl > no declaration found for ELF symbol truncl > 18:07:10 ninja failed with: exit status 137 > > #### failed to build some targets (04:58:40 (hh:mm:ss)) #### > > My host platform is ubntu20.04. > > Has anyone faced similar issue or any pointers on this would be helpful. > > Cheers, > Prabhakar > > -- > -- > You received this message because you are subscribed to the "Android > Building" mailing list. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-building?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "Android Building" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/android-building/e303dccd-e520-480b-adfc-c7acad4475bbn%40googlegroups.com > <https://groups.google.com/d/msgid/android-building/e303dccd-e520-480b-adfc-c7acad4475bbn%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- -- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-building?hl=en --- You received this message because you are subscribed to the Google Groups "Android Building" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/android-building/CALQgHdmUs-Q8c0SmR83DCutJVZgnke5qNQm8NpGr4Jszn5vJwQ%40mail.gmail.com.
