sorry about that... I have cd'ed into the directory and executed the compile
manually. It seems that the compiler goes into an infinite loop ?!? It takes
a very long time to run (minutes) and then an error is finally printed. Here
is the full output.
lsoltero@ubuntu14TLS:~/Android/mozilla-central/obj-arm-linux-androideabi/layout/base$
/home/lsoltero/Android/android-ndk-r10d/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++
-o Unified_cpp_layout_base1.o -c -I../../dist/system_wrappers -include
/home/lsoltero/Android/mozilla-central/config/gcc_hidden.h -DOS_POSIX=1
-DOS_LINUX=1 -DSTATIC_EXPORTABLE_JS_API -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL
-DAB_CD=en-US -DNO_NSPR_10_SUPPORT
-I/home/lsoltero/Android/mozilla-central/layout/base -I.
-I/home/lsoltero/Android/mozilla-central/obj-arm-linux-androideabi/ipc/ipdl/_ipdlheaders
-I/home/lsoltero/Android/mozilla-central/ipc/chromium/src
-I/home/lsoltero/Android/mozilla-central/ipc/glue
-I/home/lsoltero/Android/mozilla-central/layout/base/../forms
-I/home/lsoltero/Android/mozilla-central/layout/base/../generic
-I/home/lsoltero/Android/mozilla-central/layout/base/../mathml
-I/home/lsoltero/Android/mozilla-central/layout/base/../printing -I/home/lsol
tero/Android/mozilla-central/layout/base/../style
-I/home/lsoltero/Android/mozilla-central/layout/base/../svg
-I/home/lsoltero/Android/mozilla-central/layout/base/../tables
-I/home/lsoltero/Android/mozilla-central/layout/base/../xul
-I/home/lsoltero/Android/mozilla-central/layout/base/../xul/tree/
-I/home/lsoltero/Android/mozilla-central/docshell/base
-I/home/lsoltero/Android/mozilla-central/dom/base
-I/home/lsoltero/Android/mozilla-central/dom/html
-I/home/lsoltero/Android/mozilla-central/dom/svg
-I/home/lsoltero/Android/mozilla-central/dom/xbl
-I/home/lsoltero/Android/mozilla-central/view -I../../dist/include
-I/home/lsoltero/Android/mozilla-central/obj-arm-linux-androideabi/dist/include/nspr
-I/home/lsoltero/Android/mozilla-central/obj-arm-linux-androideabi/dist/include/nss
-fPIC -idirafter
/home/lsoltero/Android/android-ndk-r10d/platforms/android-9/arch-arm/usr/include
-DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF
.deps/Unified_cpp_layout_base1.o.pp -idira
fter
/home/lsoltero/Android/android-ndk-r10d/platforms/android-9/arch-arm/usr/include
-Wall -Wempty-body -Woverloaded-virtual -Wsign-compare -Wwrite-strings
-Wno-invalid-offsetof -mandroid -fno-short-enums -fno-exceptions -Wno-psabi
-march=armv7-a -mthumb -mfpu=vfp -mfloat-abi=softfp -mno-unaligned-access
-isystem /home/lsoltero/Android/mozilla-central/build/stlport/stlport -isystem
/home/lsoltero/Android/mozilla-central/build/stlport/overrides -isystem
/home/lsoltero/Android/android-ndk-r10d/sources/cxx-stl/system/include
-fno-exceptions -fno-strict-aliasing -fno-rtti -fno-exceptions -fno-math-errno
-std=gnu++0x -pipe -DNDEBUG -DTRIMMED -g -freorder-blocks -Os
-fno-reorder-functions -fomit-frame-pointer
-I/home/lsoltero/Android/mozilla-central/obj-arm-linux-androideabi/dist/include/cairo
/home/lsoltero/Android/mozilla-central/obj-arm-linux-androideabi/layout/base/Unified_cpp_layout_base1.cpp
In file included from
/home/lsoltero/Android/mozilla-central/obj-arm-linux-androideabi/layout/base/Unified_cpp_layout_base1.cpp:128:0:
/home/lsoltero/Android/mozilla-central/layout/base/nsLayoutUtils.cpp: In static
member function 'static nscoord
nsLayoutUtils::ComputeISizeValue(nsRenderingContext*, nsIFrame*, nscoord,
nscoord, nscoord, const nsStyleCoord&)':
/home/lsoltero/Android/mozilla-central/layout/base/nsLayoutUtils.cpp:4554:11:
warning: 'result' may be used uninitialized in this function
[-Wmaybe-uninitialized]
nscoord result;
^
/home/lsoltero/Android/mozilla-central/layout/base/nsLayoutUtils.cpp: In static
member function 'static nsRect nsLayoutUtils::ComputeObjectDestRect(const
nsRect&, const IntrinsicSize&, const nsSize&, const nsStylePosition*,
nsPoint*)':
/home/lsoltero/Android/mozilla-central/layout/base/nsLayoutUtils.cpp:3691:56:
warning: '*((void*)& fitType +8)' may be used uninitialized in this function
[-Wmaybe-uninitialized]
*fitType));
^
/home/lsoltero/Android/mozilla-central/layout/base/nsLayoutUtils.cpp:3668:35:
note: '*((void*)& fitType +8)' was declared here
Maybe<nsImageRenderer::FitType> fitType;
^
/home/lsoltero/Android/mozilla-central/layout/base/nsLayoutUtils.cpp:3567:74:
warning: '*((void*)& specifiedHeight +8)' may be used uninitialized in this
function [-Wmaybe-uninitialized]
return NSCoordSaturatingNonnegativeMultiply(knownDimensionSize, ratio);
^
/home/lsoltero/Android/mozilla-central/layout/base/nsLayoutUtils.cpp:3619:18:
note: '*((void*)& specifiedHeight +8)' was declared here
Maybe<nscoord> specifiedHeight;
^
/home/lsoltero/Android/mozilla-central/layout/base/nsLayoutUtils.cpp:3567:74:
warning: '*((void*)& specifiedWidth +8)' may be used uninitialized in this
function [-Wmaybe-uninitialized]
return NSCoordSaturatingNonnegativeMultiply(knownDimensionSize, ratio);
^
/home/lsoltero/Android/mozilla-central/layout/base/nsLayoutUtils.cpp:3614:18:
note: '*((void*)& specifiedWidth +8)' was declared here
Maybe<nscoord> specifiedWidth;
^
In file included from
/home/lsoltero/Android/mozilla-central/layout/base/nsCSSColorUtils.h:11:0,
from
/home/lsoltero/Android/mozilla-central/layout/base/nsCSSColorUtils.cpp:8,
from
/home/lsoltero/Android/mozilla-central/obj-arm-linux-androideabi/layout/base/Unified_cpp_layout_base1.cpp:2:
../../dist/include/nsColor.h: In static member function 'static void
nsCSSRendering::GetBackgroundClip(const nsStyleBackground::Layer&, nsIFrame*,
const nsStyleBorder&, const nsRect&, const nsRect&, bool, nscoord,
nsCSSRendering::BackgroundClipState*)':
../../dist/include/nsColor.h:40:53: warning: 'color' may be used uninitialized
in this function [-Wmaybe-uninitialized]
#define NS_GET_A(_rgba) ((uint8_t) (((_rgba) >> 24) & 0xff))
^
In file included from
/home/lsoltero/Android/mozilla-central/obj-arm-linux-androideabi/layout/base/Unified_cpp_layout_base1.cpp:20:0:
/home/lsoltero/Android/mozilla-central/layout/base/nsCSSRendering.cpp:1686:11:
note: 'color' was declared here
nscolor color;
^
In file included from ../../dist/include/nsAString.h:21:0,
from ../../dist/include/nsSubstring.h:10,
from ../../dist/include/nsString.h:12,
from ../../dist/include/nsStringGlue.h:18,
from ../../dist/include/nsHashKeys.h:18,
from
/home/lsoltero/Android/mozilla-central/layout/base/nsIPresShell.h:28,
from
/home/lsoltero/Android/mozilla-central/layout/base/nsPresContext.h:16,
from
/home/lsoltero/Android/mozilla-central/layout/base/../style/nsRuleNode.h:14,
from
/home/lsoltero/Android/mozilla-central/layout/base/../style/nsStyleContext.h:13,
from
/home/lsoltero/Android/mozilla-central/layout/base/../generic/nsIFrame.h:25,
from
/home/lsoltero/Android/mozilla-central/layout/base/nsGenConList.h:11,
from
/home/lsoltero/Android/mozilla-central/layout/base/nsQuoteList.h:12,
from
/home/lsoltero/Android/mozilla-central/layout/base/nsCSSFrameConstructor.h:18,
from
/home/lsoltero/Android/mozilla-central/layout/base/nsCSSFrameConstructor.cpp:12,
from
/home/lsoltero/Android/mozilla-central/obj-arm-linux-androideabi/layout/base/Unified_cpp_layout_base1.cpp:11:
../../dist/include/nsTSubstring.h: In member function 'void
nsCounterUseNode::GetText(nsString&)':
../../dist/include/nsTSubstring.h:528:40: warning: 'separator' may be used
uninitialized in this function [-Wmaybe-uninitialized]
Replace(mLength, 0, aData, aLength);
^
In file included from
/home/lsoltero/Android/mozilla-central/obj-arm-linux-androideabi/layout/base/Unified_cpp_layout_base1.cpp:47:0:
/home/lsoltero/Android/mozilla-central/layout/base/nsCounterManager.cpp:103:21:
note: 'separator' was declared here
const char16_t* separator;
^
In file included from
/home/lsoltero/Android/mozilla-central/obj-arm-linux-androideabi/layout/base/Unified_cpp_layout_base1.cpp:20:0:
/home/lsoltero/Android/mozilla-central/layout/base/nsCSSRendering.cpp: In
static member function 'static void
nsCSSRendering::PaintOutline(nsPresContext*, nsRenderingContext&, nsIFrame*,
const nsRect&, const nsRect&, nsStyleContext*)':
/home/lsoltero/Android/mozilla-central/layout/base/nsCSSRendering.cpp:907:42:
warning: 'width' may be used uninitialized in this function
[-Wmaybe-uninitialized]
Float outlineWidths[4] = { Float(width / twipsPerPixel),
^
/home/lsoltero/Android/mozilla-central/layout/base/nsCSSRendering.cpp: In
static member function 'static void
nsCSSRendering::PaintGradient(nsPresContext*, nsRenderingContext&,
nsStyleGradient*, const nsRect&, const nsRect&, const nsRect&, const
CSSIntRect&, const nsSize&)':
/home/lsoltero/Android/mozilla-central/layout/base/nsCSSRendering.cpp:399:66:
warning: 'position' may be used uninitialized in this function
[-Wmaybe-uninitialized]
mPosition(aPosition), mIsMidpoint(aIsMidPoint), mColor(aColor) {}
^
/home/lsoltero/Android/mozilla-central/layout/base/nsCSSRendering.cpp:2474:12:
note: 'position' was declared here
double position;
^
{standard input}: Assembler messages:
{standard input}:231163: Warning: end of file not at end of a line; newline
inserted
{standard input}: Error: open CFI at the end of file; missing .cfi_endproc
directive
arm-linux-androideabi-g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://source.android.com/source/report-bugs.html> for instructions.
_______________________________________________
dev-builds mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-builds