Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-13939] BlackBerry: Builds failing on CI due to compile error.

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionFixed
Resolution Date2013-05-23T19:22:27.000+0000
Affected Version/sRelease 3.1.1, Release 3.2.0
Fix Version/s2013 Sprint 11 BB, 2013 Sprint 11, Release 3.1.1, Release 3.2.0
ComponentsBlackBerry
Labelsn/a
ReporterJosh Roesslein
AssigneeJosh Roesslein
Created2013-05-21T19:25:24.000+0000
Updated2013-06-05T21:23:28.000+0000

Description

We are getting the following compile error on the CI server:
qcc -Vgcc_ntoarmv7le -c -Wno-psabi -lang-c++ -fstack-protector-strong -mcpu=cortex-a9 -O2 -Wno-psabi -Wall -W -fPIC -D_REENTRANT -DQT_NO_IMPORT_QT47_QML -DQ_OS_BLACKBERRY -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_SCRIPT_LIB -DQT_SVG_LIB -DQT_SQL_LIB -DQT_XMLPATTERNS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/opt/bbndk/target_10_0_9_2372/qnx6/usr/share/qt4/mkspecs/unsupported/blackberry-armv7le-qcc -I../../tibb -I/opt/bbndk/target_10_0_9_2372/qnx6/usr/include/qt4/QtCore -I/opt/bbndk/target_10_0_9_2372/qnx6/usr/include/qt4/QtNetwork -I/opt/bbndk/target_10_0_9_2372/qnx6/usr/include/qt4/QtGui -I/opt/bbndk/target_10_0_9_2372/qnx6/usr/include/qt4/QtXml -I/opt/bbndk/target_10_0_9_2372/qnx6/usr/include/qt4/QtXmlPatterns -I/opt/bbndk/target_10_0_9_2372/qnx6/usr/include/qt4/QtSql -I/opt/bbndk/target_10_0_9_2372/qnx6/usr/include/qt4/QtSvg -I/opt/bbndk/target_10_0_9_2372/qnx6/usr/include/qt4/QtScript -I/opt/bbndk/target_10_0_9_2372/qnx6/usr/include/qt4/QtDeclarative -I/opt/bbndk/target_10_0_9_2372/qnx6/usr/include/qt4 -I/opt/bbndk/target_10_0_9_2372/qnx6/usr/include/qt4/QtSensors -I../../tibb -I../include -I../../../runtime/v8/include -I/opt/bbndk/target_10_0_9_2372/qnx6/usr/include/qt4 -I/opt/bbndk/target_10_0_9_2372/qnx6/usr/include/qt4/QtMobility -Ia.le-v7/.moc -I/opt/bbndk/target_10_0_9_2372/qnx6/usr/include -I/opt/bbndk/target_10_0_9_2372/qnx6/usr/include/freetype2 -I. -o a.le-v7/.obj/TiUtils.o ../TiUtils.cpp
../TiUtils.cpp: In constructor 'TiUtils::TiUtils()':
../TiUtils.cpp:31:99: error: 'sqrtf' was not declared in this scope
cc: /opt/bbndk/host_10_0_9_534/linux/x86/usr/lib/gcc/arm-unknown-nto-qnx8.0.0eabi/4.6.3/cc1plus error 1
make[2]: *** [a.le-v7/.obj/TiUtils.o] Error 1
make[2]: Leaving directory /var/lib/jenkins/jobs/titanium_mobile_blackberry_3.1.x/workspace/src/tibb/arm'
make[1]: *** [release-all] Error 2
make[1]: Leaving directory /var/lib/jenkins/jobs/titanium_mobile_blackberry_3.1.x/workspace/src/tibb/arm'
make: *** [device] Error 2
Creating the BlackBerry drop-in folder at build/sdk/blackberry
Triggering a new build of titanium_mobile_3.1.x #86
Finished: SUCCESS

Comments

  1. Josh Roesslein 2013-05-21

    Created pull request [#44](https://github.com/appcelerator/titanium_mobile_blackberry/pull/44) for 3_1_X.
  2. Josh Roesslein 2013-05-21

    We should fix the silent failures on the CI server. If make fails the build shouldn't be successful.
  3. Josh Roesslein 2013-05-22

    Created pull request [#46](https://github.com/appcelerator/titanium_mobile_blackberry/pull/46) for master.
  4. Lokesh Choudhary 2013-06-05

    Verified & the BB builds are getting built properly. Thus closing.

JSON Source