On 2015年12月04日 19:29, Mike Hommey wrote:
> On Fri, Dec 04, 2015 at 11:36:41AM +0900, ISHIKAWA, Chiaki wrote:
>> diff --git a/mail/app/moz.build b/mail/app/moz.build
>> --- a/mail/app/moz.build
>> +++ b/mail/app/moz.build
>> @@ -46,11 +46,10 @@ DEFINES['APP_VERSION'] = CONFIG['MOZ_APP
>>
>>  if CONFIG['MOZILLA_OFFICIAL']:
>>      DEFINES['MOZILLA_OFFICIAL'] = True
>>
>>  DISABLE_STL_WRAPPING = True
>>
>>  JS_PREFERENCE_FILES += [
>>      'profile/all-thunderbird.js',
>> -    'profile/channel-prefs.js',
>>  ]
> 
> JS_PREFERENCE_FILES are not preprocessed anymore, you shouldn't be
> getting this error at all, because the preprocessor shouldn't be used
> for that file in the first place.
> 
> Mike
> 

Thank you for the clarification.

I suspect then the C-C tree was in a confused state in the first few days of
December.

Let me keep an eye on tryserver build run of C-C TB.

My latest build request seemed to run successfully, *but*
just in case, I had the patch to ignore the "no preprocessor directives
found" patch in my build request.
(I had to refresh C-C to incorporate various C-C patches:EnumeratedRead,
DIST_FILES change, mozbuild.cache sync error patch, etc.] )

Another build request that came later than mine also ran successfully
without special patch it seems.

So I think the tree is in a better shape now.

TIA





_______________________________________________
dev-builds mailing list
dev-builds@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-builds

Reply via email to