(In reply to Mike Hommey [:glandium] from comment #49)
> > Yes, except that YarrSyntaxChecker.cpp is in CPPSRCS only in 
> > ENABLE_YARR_JIT case.. 
> 
> Both your patch and my older patch add YarrSyntaxChecker.cpp to CPPSRCS in
> the non-ENABLE_YARR_JIT case

Yep, but YarrSyntaxChecker.h is only included within #ifdef
ENABLE_YARR_JIT.. and even with that 'fixed', i'm now seeing the same
error as Emmanuel Chourdakis.

See bottom of 
http://buildbot.rhaalovely.net/builders/mozilla-central-macppc/builds/60/steps/build/logs/stdio
 for the full log error.
# nm objdir/dist/lib/libjs_static.a | grep MOZ_                                 
                                              
00000028 T MOZ_Assert
00000000 T MOZ_Crash

# nm objdir/dist/lib/libmozglue.a

Assertions.o:
00000000 F Assertions.cpp
00000004 ? MOZ_Assert
00000000 ? MOZ_Crash

I sense something related to your last blog post and related to
something which landed recently... any clue ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/908508

Title:
  Firefox/Thunderbird 10 FTBFS on powerpc in js/src/yarr/pcre

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/908508/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to