Closed
Bug 531191
Opened 16 years ago
Closed 15 years ago
FTBFS on Fedora 12/x86_64
Categories
(Mozilla Labs :: Jetpack Prototype, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: mcepl, Unassigned)
Details
Attachments
(1 file)
c++ -o memory_profiler.o -c -I../../../../dist/include/system_wrappers -include /home/matej/rpmbuild/BUILD/mozilla-1.9.1/config/gcc_hidden.h -DOSTYPE=\"Linux2.6.31.5-127.fc12\" -DOSARCH=Linux -I/home/matej/rpmbuild/BUILD/mozilla-1.9.1/browser/components/jetpack/src -I. -I../../../../dist/include/xpcom -I../../../../dist/include/string -I../../../../dist/include/js -I../../../../dist/include/xpconnect -I../../../../dist/include/caps -I../../../../dist/include/dom -I../../../../dist/include -I../../../../dist/include/jetpack -I/home/matej/rpmbuild/BUILD/mozilla-1.9.1/dist/include/nspr -I/home/matej/rpmbuild/BUILD/mozilla-1.9.1/dist/sdk/include -fPIC -fno-rtti -fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-long-long -pedantic -fno-strict-aliasing -fshort-wchar -pthread -pipe -DNDEBUG -DTRIMMED -Os -freorder-blocks -fno-reorder-functions -DMOZILLA_CLIENT -include ../../../../mozilla-config.h -Wp,-MD,.deps/memory_profiler.pp memory_profiler.cpp
memory_profiler.cpp:70: error: extra qualification ‘ProfilerRuntime::’ on member ‘globalFunctions’
gmake[2]: *** [memory_profiler.o] Error 1
gmake[2]: Leaving directory `/home/matej/rpmbuild/BUILD/mozilla-1.9.1/browser/components/jetpack/src'
gmake[1]: *** [libs] Error 2
gmake[1]: Leaving directory `/home/matej/rpmbuild/BUILD/mozilla-1.9.1/browser/components/jetpack'
make: *** [default] Error 2
---> pavement.xpcom
Building XPCOM binary components for Linux_x86_64-gcc3
Process failed with exit code 2.
bradford:jetpack$
Comment 1•15 years ago
|
||
We will be monitoring all these issues after the rebooted Jetpack code base is released in the first week of March to ensure their causes are not duplicated. Many of the bugs/issues with the prototype version of Jetpack will be made irrelevant given the structure of the new SDK.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•