Closed Bug 1127690 Opened 10 years ago Closed 10 years ago

[flatfish] build break in gecko/dom/system/gonk/GonkGPSGeolocationProvider.cpp

Categories

(Firefox OS Graveyard :: General, defect)

ARM
Gonk (Firefox OS)
defect
Not set
normal

Tracking

(firefox38 fixed)

RESOLVED FIXED
2.2 S5 (6feb)
Tracking Status
firefox38 --- fixed

People

(Reporter: dliang, Assigned: sku)

References

Details

Attachments

(1 file, 2 obsolete files)

Attached file build.log (obsolete) —
Below is error message:
In file included from Unified_cpp_dom_system_gonk0.cpp:38:0:
../../../../gecko/dom/system/gonk/GonkGPSGeolocationProvider.cpp: In member function 'virtual nsresult GonkGPSGeolocationProvider::Startup()':
../../../../gecko/dom/system/gonk/GonkGPSGeolocationProvider.cpp:874:7: error: 'mObservingSettingsChange' was not declared in this scope
       mObservingSettingsChange = true;
       ^
In file included from Unified_cpp_dom_system_gonk0.cpp:38:0:
../../../../gecko/dom/system/gonk/GonkGPSGeolocationProvider.cpp: In member function 'virtual nsresult GonkGPSGeolocationProvider::Shutdown()':
../../../../gecko/dom/system/gonk/GonkGPSGeolocationProvider.cpp:941:7: error: 'mObservingSettingsChange' was not declared in this scope
       mObservingSettingsChange = false;
       ^
In file included from Unified_cpp_dom_system_gonk0.cpp:38:0:
../../../../gecko/dom/system/gonk/GonkGPSGeolocationProvider.cpp: In member function 'virtual nsresult GonkGPSGeolocationProvider::Observe(nsISupports*, const char*, const char16_t*)':
../../../../gecko/dom/system/gonk/GonkGPSGeolocationProvider.cpp:1074:41: error: 'kSettingRilDefaultServiceId' was not declared in this scope
     } else if (setting.mKey.EqualsASCII(kSettingRilDefaultServiceId)) {
                                         ^
../../../../gecko/dom/system/gonk/GonkGPSGeolocationProvider.cpp:1076:57: error: 'IsValidRilServiceId' was not declared in this scope
           !IsValidRilServiceId(setting.mValue.toNumber())) {
                                                         ^
../../../../gecko/dom/system/gonk/GonkGPSGeolocationProvider.cpp:1080:7: error: 'mRilDataServiceId' was not declared in this scope
       mRilDataServiceId = setting.mValue.toNumber();
       ^
../../../../gecko/dom/system/gonk/GonkGPSGeolocationProvider.cpp:1081:28: error: 'UpdateRadioInterface' was not declared in this scope
       UpdateRadioInterface();
Hi Sku,
The build break might be caused by your commit, could you help to check it?

commit 32fc68464e9007d8c9248d09d22d7a319501897f
Author: Shawn Ku <sku@mozilla.com>
Date:   Mon Jan 19 10:51:57 2015 +0800

    Bug 878748 - [dolphin] B2G GPS: acquire correct RadioInterface instance in MultiSIM configuration. r=KanRu.
Flags: needinfo?(sku)
Assignee: nobody → sku
Flags: needinfo?(sku)
Attachment #8557035 - Flags: review?(kchen)
Attachment #8557035 - Flags: review?(kchen) → review+
https://hg.mozilla.org/mozilla-central/rev/169dc0d84256
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → 2.2 S5 (6feb)
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: