Checking for gypsy... no
Checking for winrt... no
Running configuration tests...
Checking for Gypsy... yes
Checking for WinRT Geolocation API... no
Done running configuration tests.
Configure summary:
Qt Positioning:
Gypsy GPS Daemon ....................... yes
WinRT Geolocation API .................. no
Qt Location:
Qt.labs.location experimental QML plugin . no
Geoservice plugins:
OpenStreetMap ........................ yes
HERE ................................. yes
Esri ................................. yes
Mapbox ............................... yes
MapboxGL ............................. yes
Itemsoverlay ......................... yes
Qt is now configured for building. Just run 'make'.
Once everything is built, you must run 'make install'.
Qt will be installed into '/usr'.
Prior to reconfiguration, make sure you remove any leftovers from
the previous build.
declarativemaps/qdeclarativegeoroutemodel.cpp: In member function ‘QJSValue QDeclarativeGeoRouteQuery::excludedAreas() const’:
declarativemaps/qdeclarativegeoroutemodel.cpp:956:30: warning: possibly dangling reference to a temporary [-Wdangling-reference]
956 | const QGeoRectangle &r = request_.excludeAreas().at(i);
| ^
declarativemaps/qdeclarativegeoroutemodel.cpp:956:55: note: ‘QList’ temporary created here
956 | const QGeoRectangle &r = request_.excludeAreas().at(i);
| ~~~~~~~~~~~~~~~~~~~~~^~
declarativemaps/qdeclarativegeoroutesegment.cpp: In member function ‘QJSValue QDeclarativeGeoRouteSegment::path() const’:
declarativemaps/qdeclarativegeoroutesegment.cpp:155:31: warning: possibly dangling reference to a temporary [-Wdangling-reference]
155 | const QGeoCoordinate &c = segment_.path().at(i);
| ^
declarativemaps/qdeclarativegeoroutesegment.cpp:155:48: note: ‘QList’ temporary created here
155 | const QGeoCoordinate &c = segment_.path().at(i);
| ~~~~~~~~~~~~~^~
declarativemaps/qdeclarativegeoroute.cpp: In member function ‘QJSValue QDeclarativeGeoRoute::path() const’:
declarativemaps/qdeclarativegeoroute.cpp:189:31: warning: possibly dangling reference to a temporary [-Wdangling-reference]
189 | const QGeoCoordinate &c = route_.path().at(i);
| ^
declarativemaps/qdeclarativegeoroute.cpp:189:46: note: ‘QList’ temporary created here
189 | const QGeoCoordinate &c = route_.path().at(i);
| ~~~~~~~~~~~^~
In file included from /usr/include/gconf/2/gconf/gconf-schema.h:26,
from /usr/include/gconf/2/gconf/gconf.h:27,
from /usr/include/gconf/2/gconf/gconf-client.h:25,
from qgeosatelliteinfosource_gypsy_p.h:59,
from qgeosatelliteinfosource_gypsy.cpp:40:
/usr/include/gconf/2/gconf/gconf-value.h:139:10: warning: ‘GTime’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
139 | GTime mod_time; /* time of the modification */
| ^~~~~~~~
In file included from /usr/include/glib-2.0/glib.h:45,
from /usr/include/glib-2.0/gobject/gbinding.h:30,
from /usr/include/glib-2.0/glib-object.h:24,
from /usr/include/gypsy/gypsy-satellite.h:29,
from qgeosatelliteinfosource_gypsy_p.h:56:
/usr/include/glib-2.0/glib/gdate.h:41:17: note: declared here
41 | typedef gint32 GTime GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
| ^~~~~
/usr/include/gconf/2/gconf/gconf-value.h:144:62: warning: ‘GTime’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
144 | GTime gconf_meta_info_mod_time (GConfMetaInfo *gcmi);
| ^
/usr/include/glib-2.0/glib/gdate.h:41:17: note: declared here
41 | typedef gint32 GTime GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
| ^~~~~
/usr/include/gconf/2/gconf/gconf-value.h:153:69: warning: ‘GTime’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
153 | GTime mod_time);
| ^
/usr/include/glib-2.0/glib/gdate.h:41:17: note: declared here
41 | typedef gint32 GTime GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
| ^~~~~
qgeosatelliteinfosource_gypsy.cpp: In member function ‘int QGeoSatelliteInfoSourceGypsy::init()’:
qgeosatelliteinfosource_gypsy.cpp:221:17: warning: ‘void g_type_init()’ is deprecated [-Wdeprecated-declarations]
221 | g_type_init ();
| ~~~~~~~~~~~~^~
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
from /usr/include/glib-2.0/gobject/gbinding.h:31:
/usr/include/glib-2.0/gobject/gtype.h:737:23: note: declared here
737 | void g_type_init (void);
| ^~~~~~~~~~~
In file included from /usr/include/gconf/2/gconf/gconf-schema.h:26,
from /usr/include/gconf/2/gconf/gconf.h:27,
from /usr/include/gconf/2/gconf/gconf-client.h:25,
from qgeosatelliteinfosource_gypsy_p.h:59,
from qgeopositioninfosourcefactory_gypsy.cpp:41:
/usr/include/gconf/2/gconf/gconf-value.h:139:10: warning: ‘GTime’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
139 | GTime mod_time; /* time of the modification */
| ^~~~~~~~
In file included from /usr/include/glib-2.0/glib.h:45,
from /usr/include/glib-2.0/gobject/gbinding.h:30,
from /usr/include/glib-2.0/glib-object.h:24,
from /usr/include/gypsy/gypsy-satellite.h:29,
from qgeosatelliteinfosource_gypsy_p.h:56:
/usr/include/glib-2.0/glib/gdate.h:41:17: note: declared here
41 | typedef gint32 GTime GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
| ^~~~~
/usr/include/gconf/2/gconf/gconf-value.h:144:62: warning: ‘GTime’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
144 | GTime gconf_meta_info_mod_time (GConfMetaInfo *gcmi);
| ^
/usr/include/glib-2.0/glib/gdate.h:41:17: note: declared here
41 | typedef gint32 GTime GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
| ^~~~~
/usr/include/gconf/2/gconf/gconf-value.h:153:69: warning: ‘GTime’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
153 | GTime mod_time);
| ^
/usr/include/glib-2.0/glib/gdate.h:41:17: note: declared here
41 | typedef gint32 GTime GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
| ^~~~~
In file included from /usr/include/gconf/2/gconf/gconf-schema.h:26,
from /usr/include/gconf/2/gconf/gconf.h:27,
from /usr/include/gconf/2/gconf/gconf-client.h:25,
from .moc/../qgeosatelliteinfosource_gypsy_p.h:59,
from .moc/moc_qgeosatelliteinfosource_gypsy_p.cpp:10:
/usr/include/gconf/2/gconf/gconf-value.h:139:10: warning: ‘GTime’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
139 | GTime mod_time; /* time of the modification */
| ^~~~~~~~
In file included from /usr/include/glib-2.0/glib.h:45,
from /usr/include/glib-2.0/gobject/gbinding.h:30,
from /usr/include/glib-2.0/glib-object.h:24,
from /usr/include/gypsy/gypsy-satellite.h:29,
from .moc/../qgeosatelliteinfosource_gypsy_p.h:56:
/usr/include/glib-2.0/glib/gdate.h:41:17: note: declared here
41 | typedef gint32 GTime GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
| ^~~~~
/usr/include/gconf/2/gconf/gconf-value.h:144:62: warning: ‘GTime’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
144 | GTime gconf_meta_info_mod_time (GConfMetaInfo *gcmi);
| ^
/usr/include/glib-2.0/glib/gdate.h:41:17: note: declared here
41 | typedef gint32 GTime GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
| ^~~~~
/usr/include/gconf/2/gconf/gconf-value.h:153:69: warning: ‘GTime’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
153 | GTime mod_time);
| ^
/usr/include/glib-2.0/glib/gdate.h:41:17: note: declared here
41 | typedef gint32 GTime GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
| ^~~~~
In file included from src/mbgl/util/rapidjson.hpp:3,
from src/mbgl/style/conversion/stringify.hpp:10,
from src/mbgl/style/properties.hpp:4,
from src/mbgl/style/paint_property.hpp:4,
from src/mbgl/style/layers/symbol_layer_properties.hpp:7,
from src/mbgl/style/layers/symbol_layer_impl.hpp:5,
from src/mbgl/annotation/annotation_manager.cpp:10:
deps/rapidjson/1.1.0/include/rapidjson/document.h: In member function ‘rapidjson::GenericStringRef& rapidjson::GenericStringRef::operator=(const rapidjson::GenericStringRef&)’:
deps/rapidjson/1.1.0/include/rapidjson/document.h:319:82: error: assignment of read-only member ‘rapidjson::GenericStringRef::length’ [-Wtemplate-body]
319 | GenericStringRef& operator=(const GenericStringRef& rhs) { s = rhs.s; length = rhs.length; }
| ~~~~~~~^~~~~~~~~~~~
make[4]: *** [Makefile:4461: .obj/src/mbgl/annotation/annotation_manager.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[3]: *** [Makefile:203: sub-------3rdparty-mapbox-gl-native-make_first] Error 2
make[2]: *** [Makefile:73: sub-geoservices-make_first] Error 2
make[1]: *** [Makefile:234: sub-plugins-make_first] Error 2
make: *** [Makefile:49: sub-src-make_first] Error 2
Traceback (most recent call last):
File "/var/pisi/qt5-location/actions.py", line 18, in build
qt5.make()
File "/usr/lib/pisilinux/pisi/actionsapi/qt5.py", line 71, in make
cmaketools.make(parameters)
File "/usr/lib/pisilinux/pisi/actionsapi/cmaketools.py", line 77, in make
if system(command):
File "/usr/lib/pisilinux/pisi/actionsapi/shelltools.py", line 255, in system
error(_("Command \"%s\" failed, return value was %d.") % (command, retValue))
File "/usr/lib/pisilinux/pisi/actionsapi/__init__.py", line 27, in error
raise Error(msg)
pisi.actionsapi.Error: Command "make -j5" failed, return value was 2.
[01;31mAction script error caught.
[0m[01;33m*** 1 error(s), 0 warning(s)
[0m[01;31mProgram terminated.
[0m