rinigus
|
2017-10-05
, 06:15
|
Posts: 1,414 |
Thanked: 7,547 times |
Joined on Aug 2016
@ Estonia
|
#101
|
|
2017-10-05
, 19:56
|
Posts: 1,414 |
Thanked: 7,547 times |
Joined on Aug 2016
@ Estonia
|
#102
|
The Following User Says Thank You to rinigus For This Useful Post: | ||
|
2017-10-05
, 23:34
|
Posts: 1,548 |
Thanked: 7,510 times |
Joined on Apr 2010
@ Czech Republic
|
#103
|
Very-very simple (instructions have not been tested in real life, correct as needed):
* clone recursively https://github.com/rinigus/pkg-mapbox-gl-native
* make subdir build
* copy mapbox-gl-native-lib.pro to mapbox-gl-native subdir
* in build subdir, qmake5 ../mapbox-gl-native/mapbox-gl-native-lib.pro
* make -jXX
* clone https://github.com/rinigus/mapbox-gl-qml
* open in QtCreator mapbox-gl-qml/app/mapbox-qml.pro
* Adjust mapbox-qml.pro (https://github.com/rinigus/mapbox-gl...ox-qml.pro#L12 ) INCLUDEPATH and LIBS to point to pkg-mapbox-gl-native/build and pkg-mapbox-gl-native/mapbox-gl-native location accordingly.
01:28:34: Running steps for project mapbox-qml... 01:28:34: Configuration unchanged, skipping qmake step. 01:28:34: Starting: "/usr/bin/make" g++ -o mapbox-qml main.o qquickitemmapboxgl.o qsgmapboxglnode.o qsgtextureplain.o qmapboxsync.o qrc_qml.o moc_qquickitemmapboxgl.o moc_qsgmapboxglnode.o moc_qsgtextureplain.o -L../../pkg-mapbox-gl-native/build -lqmapboxgl -lz -lQt5Location -lQt5Quick -lQt5Gui -lQt5Qml -lQt5Network -lQt5Positioning -lQt5Core -lGL -lpthread ../../pkg-mapbox-gl-native/build/libqmapboxgl.a(sqlite3.o): In function `mapbox::sqlite::checkQueryError(QSqlQuery const&)': sqlite3.cpp:(.text+0x16a): undefined reference to `QSqlQuery::lastError() const' sqlite3.cpp:(.text+0x172): undefined reference to `QSqlError::type() const' sqlite3.cpp:(.text+0x17e): undefined reference to `QSqlError::~QSqlError()' sqlite3.cpp:(.text+0x1a8): undefined reference to `QSqlError::nativeErrorCode() const' sqlite3.cpp:(.text+0x1ca): undefined reference to `QSqlError::text() const' sqlite3.cpp:(.text+0x238): undefined reference to `QSqlError::~QSqlError()' ../../pkg-mapbox-gl-native/build/libqmapboxgl.a(sqlite3.o): In function `mapbox::sqlite::checkDatabaseError(QSqlDatabase const&)': sqlite3.cpp:(.text+0x2aa): undefined reference to `QSqlDatabase::lastError() const' sqlite3.cpp:(.text+0x2b2): undefined reference to `QSqlError::type() const' sqlite3.cpp:(.text+0x2be): undefined reference to `QSqlError::~QSqlError()' sqlite3.cpp:(.text+0x2e8): undefined reference to `QSqlError::nativeErrorCode() const' sqlite3.cpp:(.text+0x30a): undefined reference to `QSqlError::text() const' sqlite3.cpp:(.text+0x378): undefined reference to `QSqlError::~QSqlError()' ../../pkg-mapbox-gl-native/build/libqmapboxgl.a(sqlite3.o): In function `mapbox::sqlite::checkDatabaseOpenError(QSqlDatabase const&)': sqlite3.cpp:(.text+0x3e2): undefined reference to `QSqlDatabase::lastError() const' sqlite3.cpp:(.text+0x3ea): undefined reference to `QSqlError::type() const' sqlite3.cpp:(.text+0x3f6): undefined reference to `QSqlError::~QSqlError()' sqlite3.cpp:(.text+0x44e): undefined reference to `QSqlError::~QSqlError()' ../../pkg-mapbox-gl-native/build/libqmapboxgl.a(sqlite3.o): In function `mapbox::sqlite::Database::~Database()': sqlite3.cpp:(.text+0x4a2): undefined reference to `QSqlDatabase::close()' sqlite3.cpp:(.text+0x4ba): undefined reference to `QSqlDatabase::~QSqlDatabase()' ../../pkg-mapbox-gl-native/build/libqmapboxgl.a(sqlite3.o): In function `mapbox::sqlite::Statement::Statement(mapbox::sqlite::Database*, char const*)': sqlite3.cpp:(.text+0x53f): undefined reference to `QSqlDatabase::QSqlDatabase(QSqlDatabase const&)' sqlite3.cpp:(.text+0x54a): undefined reference to `QSqlQuery::QSqlQuery(QSqlDatabase)' sqlite3.cpp:(.text+0x555): undefined reference to `QSqlDatabase::~QSqlDatabase()' sqlite3.cpp:(.text+0x572): undefined reference to `QSqlQuery::setForwardOnly(bool)' sqlite3.cpp:(.text+0x580): undefined reference to `QSqlQuery::prepare(QString const&)' sqlite3.cpp:(.text+0x5e1): undefined reference to `QSqlQuery::~QSqlQuery()' sqlite3.cpp:(.text+0x60c): undefined reference to `QSqlDatabase::~QSqlDatabase()' ../../pkg-mapbox-gl-native/build/libqmapboxgl.a(sqlite3.o): In function `mapbox::sqlite::Statement::~Statement()': sqlite3.cpp:(.text+0x66d): undefined reference to `QSqlQuery::clear()' sqlite3.cpp:(.text+0x675): undefined reference to `QSqlQuery::~QSqlQuery()' ../../pkg-mapbox-gl-native/build/libqmapboxgl.a(sqlite3.o): In function `void mapbox::sqlite::Statement::bind<decltype(nullptr)>(int, decltype(nullptr))': sqlite3.cpp:(.text+0x6ce): undefined reference to `QSqlQuery::bindValue(int, QVariant const&, QFlags<QSql::ParamTypeFlag>)' ../../pkg-mapbox-gl-native/build/libqmapboxgl.a(sqlite3.o): In function `mapbox::sqlite::Statement::bind(int, char const*, unsigned long, bool)': sqlite3.cpp:(.text+0x7d7): undefined reference to `QSqlQuery::bindValue(int, QVariant const&, QFlags<QSql::ParamTypeFlag>)' ../../pkg-mapbox-gl-native/build/libqmapboxgl.a(sqlite3.o): In function `mapbox::sqlite::Statement::bindBlob(int, void const*, unsigned long, bool)': sqlite3.cpp:(.text+0x92e): undefined reference to `QSqlQuery::bindValue(int, QVariant const&, QFlags<QSql::ParamTypeFlag>)' ../../pkg-mapbox-gl-native/build/libqmapboxgl.a(sqlite3.o): In function `mapbox::sqlite::Statement::run()': sqlite3.cpp:(.text+0x9ef): undefined reference to `QSqlQuery::isValid() const' sqlite3.cpp:(.text+0xa04): undefined reference to `QSqlQuery::setForwardOnly(bool)' sqlite3.cpp:(.text+0xa0c): undefined reference to `QSqlQuery::exec()' sqlite3.cpp:(.text+0xa24): undefined reference to `QSqlQuery::lastInsertId() const' sqlite3.cpp:(.text+0xa66): undefined reference to `QSqlQuery::numRowsAffected() const' sqlite3.cpp:(.text+0xa74): undefined reference to `QSqlQuery::next()' sqlite3.cpp:(.text+0xa8c): undefined reference to `QSqlQuery::next()' ../../pkg-mapbox-gl-native/build/libqmapboxgl.a(sqlite3.o): In function `std::vector<unsigned char, std::allocator<unsigned char> > mapbox::sqlite::Statement::get<std::vector<unsigned char, std::allocator<unsigned char> > >(int)': sqlite3.cpp:(.text+0xaf1): undefined reference to `QSqlQuery::value(int) const' ../../pkg-mapbox-gl-native/build/libqmapboxgl.a(sqlite3.o): In function `std::chrono::time_point<std::chrono::_V2::system_clock, std::chrono::duration<long, std::ratio<1l, 1l> > > mapbox::sqlite::Statement::get<std::chrono::time_point<std::chrono::_V2::system_clock, std::chrono::duration<long, std::ratio<1l, 1l> > > >(int)': sqlite3.cpp:(.text+0xca7): undefined reference to `QSqlQuery::value(int) const' ../../pkg-mapbox-gl-native/build/libqmapboxgl.a(sqlite3.o): In function `std::experimental::fundamentals_v1::optional<long> mapbox::sqlite::Statement::get<std::experimental::fundamentals_v1::optional<long> >(int)': sqlite3.cpp:(.text+0xd2a): undefined reference to `QSqlQuery::value(int) const' ../../pkg-mapbox-gl-native/build/libqmapboxgl.a(sqlite3.o): In function `std::experimental::fundamentals_v1::optional<double> mapbox::sqlite::Statement::get<std::experimental::fundamentals_v1::optional<double> >(int)': sqlite3.cpp:(.text+0xdea): undefined reference to `QSqlQuery::value(int) const' ../../pkg-mapbox-gl-native/build/libqmapboxgl.a(sqlite3.o): In function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > mapbox::sqlite::Statement::get<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int)': sqlite3.cpp:(.text+0xeb1): undefined reference to `QSqlQuery::value(int) const' ../../pkg-mapbox-gl-native/build/libqmapboxgl.a(sqlite3.o):sqlite3.cpp:(.text+0xf91): more undefined references to `QSqlQuery::value(int) const' follow ../../pkg-mapbox-gl-native/build/libqmapboxgl.a(sqlite3.o): In function `mapbox::sqlite::Database::setBusyTimeout(std::chrono::duration<long, std::ratio<1l, 1000l> >)': sqlite3.cpp:(.text+0x1219): undefined reference to `QSqlDatabase::connectOptions() const' sqlite3.cpp:(.text+0x12e7): undefined reference to `QSqlDatabase::isOpen() const' sqlite3.cpp:(.text+0x12f6): undefined reference to `QSqlDatabase::close()' sqlite3.cpp:(.text+0x1304): undefined reference to `QSqlDatabase::setConnectOptions(QString const&)' sqlite3.cpp:(.text+0x130f): undefined reference to `QSqlDatabase::open()' ../../pkg-mapbox-gl-native/build/libqmapboxgl.a(sqlite3.o): In function `mapbox::sqlite::Database::Database(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int)': sqlite3.cpp:(.text+0x14ae): undefined reference to `QSqlDatabase::drivers()' sqlite3.cpp:(.text+0x153c): undefined reference to `QSqlDatabase::addDatabase(QString const&, QString const&)' sqlite3.cpp:(.text+0x155b): undefined reference to `QSqlDatabase::~QSqlDatabase()' sqlite3.cpp:(.text+0x15a1): undefined reference to `QSqlDatabase::connectOptions() const' sqlite3.cpp:(.text+0x1678): undefined reference to `QSqlDatabase::setConnectOptions(QString const&)' sqlite3.cpp:(.text+0x16a8): undefined reference to `QSqlDatabase::setDatabaseName(QString const&)' sqlite3.cpp:(.text+0x16d4): undefined reference to `QSqlDatabase::open()' sqlite3.cpp:(.text+0x18a2): undefined reference to `QSqlDatabase::~QSqlDatabase()' ../../pkg-mapbox-gl-native/build/libqmapboxgl.a(sqlite3.o): In function `mapbox::sqlite::Database::exec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': sqlite3.cpp:(.text+0x1b15): undefined reference to `QSqlDatabase::QSqlDatabase(QSqlDatabase const&)' sqlite3.cpp:(.text+0x1b20): undefined reference to `QSqlQuery::QSqlQuery(QSqlDatabase)' sqlite3.cpp:(.text+0x1b28): undefined reference to `QSqlDatabase::~QSqlDatabase()' sqlite3.cpp:(.text+0x1b35): undefined reference to `QSqlQuery::setForwardOnly(bool)' sqlite3.cpp:(.text+0x1b40): undefined reference to `QSqlQuery::prepare(QString const&)' sqlite3.cpp:(.text+0x1b48): undefined reference to `QSqlQuery::exec()' sqlite3.cpp:(.text+0x1b5c): undefined reference to `QSqlQuery::~QSqlQuery()' sqlite3.cpp:(.text+0x1c23): undefined reference to `QSqlQuery::~QSqlQuery()' sqlite3.cpp:(.text+0x1c38): undefined reference to `QSqlDatabase::~QSqlDatabase()' ../../pkg-mapbox-gl-native/build/libqmapboxgl.a(sqlite3.o): In function `mapbox::sqlite::Statement::reset()': sqlite3.cpp:(.text+0x1184): undefined reference to `QSqlQuery::finish()' ../../pkg-mapbox-gl-native/build/libqmapboxgl.a(sqlite3.o): In function `void mapbox::sqlite::Statement::bind<long>(int, long)': sqlite3.cpp:(.text._ZN6mapbox6sqlite9Statement4bindIlEEviT_[_ZN6mapbox6sqlite9Statement4bindIlEEviT_]+0x3f): undefined reference to `QSqlQuery::bindValue(int, QVariant const&, QFlags<QSql::ParamTypeFlag>)' ../../pkg-mapbox-gl-native/build/libqmapboxgl.a(sqlite3.o): In function `bool mapbox::sqlite::Statement::get<bool>(int)': sqlite3.cpp:(.text._ZN6mapbox6sqlite9Statement3getIbEET_i[_ZN6mapbox6sqlite9Statement3getIbEET_i]+0x17): undefined reference to `QSqlQuery::value(int) const' ../../pkg-mapbox-gl-native/build/libqmapboxgl.a(sqlite3.o): In function `int mapbox::sqlite::Statement::get<int>(int)': sqlite3.cpp:(.text._ZN6mapbox6sqlite9Statement3getIiEET_i[_ZN6mapbox6sqlite9Statement3getIiEET_i]+0x17): undefined reference to `QSqlQuery::value(int) const' ../../pkg-mapbox-gl-native/build/libqmapboxgl.a(sqlite3.o): In function `long mapbox::sqlite::Statement::get<long>(int)': sqlite3.cpp:(.text._ZN6mapbox6sqlite9Statement3getIlEET_i[_ZN6mapbox6sqlite9Statement3getIlEET_i]+0x17): undefined reference to `QSqlQuery::value(int) const' ../../pkg-mapbox-gl-native/build/libqmapboxgl.a(sqlite3.o): In function `double mapbox::sqlite::Statement::get<double>(int)': sqlite3.cpp:(.text._ZN6mapbox6sqlite9Statement3getIdEET_i[_ZN6mapbox6sqlite9Statement3getIdEET_i]+0x17): undefined reference to `QSqlQuery::value(int) const' collect2: error: ld returned 1 exit status make: *** [Makefile:193: mapbox-qml] Error 1 01:28:35: The process "/usr/bin/make" exited with code 2. Error while building/deploying project mapbox-qml (kit: Fedora Qt 5) The kit Fedora Qt 5 has configuration issues which might be the root cause for this problem. When executing step "Make" 01:28:35: Elapsed time: 00:01.
INCLUDEPATH += ../../pkg-mapbox-gl-native/mapbox-gl-native/platform/qt/include ../../pkg-mapbox-gl-native/mapbox-gl-native/include LIBS += -L ../../pkg-mapbox-gl-native/build -lqmapboxgl -lz
|
2017-10-06
, 06:24
|
Posts: 1,414 |
Thanked: 7,547 times |
Joined on Aug 2016
@ Estonia
|
#104
|
Got as far as this but it's wont compile, complaining about some sqlite3.cpp errors
...
If I understand it correctly it fails during linking so maybe my mapbox-native-gl is compiled incorrectly or something ? It seem to compile without issues though during the earlier steps.
network gui sql
|
2017-10-06
, 19:20
|
Posts: 1,414 |
Thanked: 7,547 times |
Joined on Aug 2016
@ Estonia
|
#105
|
|
2017-10-06
, 23:53
|
Posts: 1,548 |
Thanked: 7,510 times |
Joined on Apr 2010
@ Czech Republic
|
#106
|
@MartinK, try again with the new .pro file. I also changed the path for the library in this file, hopefully it would fit better now.
I do wonder whether I am supposed to start a new thread under development since we probably are out of the brainstorm phase by now. Or anyone interested can find the information here as well?
One more question on mouse area: do we make
* a "universal" one which would expose via signals on whether it was clicked, double clicked, press-and-hold at some coordinate.
or
* provide it as a template that anyone can fit into the project and process the signals as they wish.
For example, at present, double click is routed to centering on current position in Poor Maps and increasing zoom level in modRana. I am personally fine with the both ways, its probably up to the map app authors to state the preference.
If we go for the universal mouse area interaction, do we call it MapboxMapMouseArea?
|
2017-10-07
, 15:10
|
|
Posts: 141 |
Thanked: 1,530 times |
Joined on May 2011
@ Finland
|
#107
|
|
2017-10-07
, 16:09
|
Posts: 1,414 |
Thanked: 7,547 times |
Joined on Aug 2016
@ Estonia
|
#108
|
The Following User Says Thank You to rinigus For This Useful Post: | ||
|
2017-10-09
, 17:30
|
Posts: 1,414 |
Thanked: 7,547 times |
Joined on Aug 2016
@ Estonia
|
#109
|
The Following User Says Thank You to rinigus For This Useful Post: | ||
|
2017-10-09
, 21:18
|
Posts: 339 |
Thanked: 1,623 times |
Joined on Oct 2013
@ France
|
#110
|
I have some feedback from Mapbox GL authors regarding J1 crashes. It was suggested to test with a very simple theme that just shows country borders on red background. Would J1 and Photon Q users test the last version of the demo app:
[nemo@Sailfish ~]$ pkcon install mapbox-sfos mapbox-sfos-debuginfo mapbox-sfos-debugsource
[nemo@Sailfish ~]$ pkcon search name mapbox Searching by name Waiting in queue Starting Refreshing software list Querying Installed mapbox-sfos-0.1+master.20171009164303.d09e6cb-10.15.1.jolla.armv7hl Mapbox GL test Installed mapbox-sfos-debuginfo-0.1+master.20171009164303.d09e6cb-10.15.1.jolla.armv7hl Debug information for package mapbox-sfos Installed mapbox-sfos-debugsource-0.1+master.20171009164303.d09e6cb-10.15.1.jolla.armv7hl Debug sources for package mapbox-sfos Available mapboxgl-qml-1.0.0+master.20171008193555.041251f-10.17.1.jolla.armv7hl Mapbox GL Native QML plugin Available mapboxgl-qml-debuginfo-1.0.0+master.20171008193555.041251f-10.17.1.jolla.armv7hl Debug information for package mapboxgl-qml Available mapboxgl-qml-debugsource-1.0.0+master.20171008193555.041251f-10.17.1.jolla.armv7hl Debug sources for package mapboxgl-qml Available qmapboxgl-1.1.0+master.20171008181234.42fd177-10.11.1.jolla.armv7hl Mapbox GL Native Qt version Available qmapboxgl-debugsource-1.1.0+master.20171008181234.42fd177-10.11.1.jolla.armv7hl Debug sources for package qmapboxgl
[nemo@Sailfish ~]$ time mapbox-sfos [D] unknown:0 - Using Wayland-EGL [W] unknown:0 - Could not find any zN.M subdirs! [W] unknown:0 - Theme dir "/usr/share/themes/jolla-ambient/meegotouch/z1.0/" does not exist Segmentation fault real 0m1.358s user 0m1.230s sys 0m0.210s
Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x464b5390 (LWP 3920)] 0x2a3b84fc in QQuickItemMapboxGL::staticMetaObject () (gdb) bt full #0 0x2a3b84fc in QQuickItemMapboxGL::staticMetaObject () No symbol table info available. #1 0x2a1ac6a6 in mbgl::gl::Context::createVertexBuffer(void const*, unsigned int, mbgl::gl::BufferUsage) () No symbol table info available. #2 0x2a1bfeba in mbgl::RenderStaticData::RenderStaticData(mbgl::gl::Context&, float, std::experimental::fundamentals_v1::optional<std::string> const&) () No symbol table info available. #3 0x2a0eb914 in mbgl::Renderer::Impl::render(mbgl::UpdateParameters const&) () No symbol table info available. #4 0x2a0de5fa in QMapboxGLRendererFrontend::render() () No symbol table info available. #5 0x2a088364 in QSGMapboxGLTextureNode::render (this=this@entry=0x44e19248, window=0x2a3e4308) at mapbox-gl-qml/src/qsgmapboxglnode.cpp:111 loaded = false alignment = 4 #6 0x2a082216 in QQuickItemMapboxGL::updatePaintNode (this=0x2a4d8270, node=<optimized out>) at mapbox-gl-qml/src/qquickitemmapboxgl.cpp:769 n = 0x44e19248 sz = {wd = 540, ht = 960} map = 0x44e25208 loaded = <optimized out> tol = <optimized out> #7 0x401fc970 in QQuickWindowPrivate::updateDirtyNode(QQuickItem*) () from /usr/lib/libQt5Quick.so.5 No symbol table info available. #8 0x44e34ce0 in ?? () No symbol table info available. #9 0x44e34ce0 in ?? () No symbol table info available. Backtrace stopped: previous frame identical to this frame (corrupt stack?)
[ 1213.066503] dbus-daemon(877) send signal 9 to dbus-daemon(5056) [ 1213.178421] dbus-daemon(877) send signal 9 to dbus-daemon(5063) [ 1213.327269] QSGRenderThread: unhandled page fault (11) at 0x4043a4fc, code 0x8000000f [ 1213.327300] pgd = d3360000 [ 1213.327330] [4043a4fc] *pgd=9f88e831, *pte=b7c4b75f, *ppte=b7c4bc7f [ 1213.327361] Pid: 5070, comm: QSGRenderThread [ 1213.327391] CPU: 1 Tainted: P W O (3.4.108.20161101.1 #1) [ 1213.327422] PC is at 0x4043a4fc [ 1213.327422] LR is at 0x4022e6a7 [ 1213.327452] pc : [<4043a4fc>] lr : [<4022e6a7>] psr: 20010010 sp : 4792f768 ip : 4792f7fc fp : 46030504 [ 1213.327483] r10: 00000001 r9 : 460300c8 r8 : 00000010 [ 1213.327513] r7 : 00000000 r6 : 460281c8 r5 : 46030504 r4 : 460300c8 [ 1213.327513] r3 : 00000010 r2 : 460281c8 r1 : 4792f76c r0 : 00000001 [ 1213.327544] Flags: nzCv IRQs on FIQs on Mode USER_32 ISA ARM Segment user [ 1213.327574] Control: 10c5787d Table: 9356006a DAC: 00000015 [ 1213.327605] [<c010b73c>] (unwind_backtrace+0x0/0x118) from [<c010f658>] (__do_user_fault+0x6c/0xb4) [ 1213.327666] [<c010f658>] (__do_user_fault+0x6c/0xb4) from [<c08a3364>] (do_page_fault+0x358/0x3e8) [ 1213.327697] [<c08a3364>] (do_page_fault+0x358/0x3e8) from [<c01003a0>] (do_PrefetchAbort+0x34/0x98) [ 1213.327727] [<c01003a0>] (do_PrefetchAbort+0x34/0x98) from [<c08a1e14>] (ret_from_exception+0x0/0x10) [ 1213.327758] Exception stack(0xd7bd5fb0 to 0xd7bd5ff8) [ 1213.327758] 5fa0: 00000001 4792f76c 460281c8 00000010 [ 1213.327788] 5fc0: 460300c8 46030504 460281c8 00000000 00000010 460300c8 00000001 46030504 [ 1213.327819] 5fe0: 4792f7fc 4792f768 4022e6a7 4043a4fc 20010010 ffffffff [ 1213.327849] QSGRenderThread(5049) send signal 11 to QSGRenderThread(5049)
[nemo@Sailfish ~]$ uname -a Linux Sailfish 3.4.108.20161101.1 #1 SMP PREEMPT Fri Jan 13 19:52:23 UTC 2017 armv7l armv7l armv7l GNU/Linux
[nemo@Sailfish ~]$ file /usr/bin/mapbox-sfos /usr/bin/mapbox-sfos: ELF 32-bit LSB shared object, ARM, EABI5 version 1 (GNU/Linux), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, BuildID[sha1]=0xeb52e8e722b03018b9eb54bfae5e1f8075cd0b1c, stripped [nemo@Sailfish ~]$ file /usr/bin/harbour-osmscout-server /usr/bin/harbour-osmscout-server: ELF 32-bit LSB shared object, ARM, EABI5 version 1 (GNU/Linux), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, BuildID[sha1]=0x80681b84d5766bad516af8bcd83013f9094096f1, stripped [nemo@Sailfish ~]$ file /usr/bin/harbour-webpirate /usr/bin/harbour-webpirate: ELF 32-bit LSB shared object, ARM, EABI5 version 1 (GNU/Linux), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, BuildID[sha1]=0x6ec0ffe927ef023defe31fde5a5d59e97aa95df7, stripped [nemo@Sailfish ~]$ file /usr/bin/gdb /usr/bin/gdb: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, BuildID[sha1]=0x927abc6ea716799bbd25629812c19be76980df95, stripped [nemo@Sailfish ~]$ file /usr/bin/git /usr/bin/git: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, BuildID[sha1]=0x4226c108af6ade5d5163e4512d28a4d8e7cb3fb3, stripped [nemo@Sailfish ~]$ file /usr/bin/file /usr/bin/file: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, BuildID[sha1]=0x765abfa4940d6d8e5dd0be6cf14159e8d40ed616, stripped