Harbour is rejecting rpm package build by latest SDK
Hi.
I build my project OSM Scout with latest SDK as usual, but harbour is refusing to accept generated rpm package with this message:
No OS version and packages satisfy package requirements: 1.0.2.5 excluded by qt5-qtpositioning EQ 0:5.1.0+git21-1.12.1 1.0.6.12 excluded by qt5-qtpositioning EQ 0:5.1.0+git28-1.17.2 1.0.7.12 excluded by qt5-qtpositioning EQ 0:5.1.0+git28-1.17.5 1.0.8.19 excluded by qt5-qtpositioning EQ 0:5.1.0+git28-1.17.7 Requirement libstdc++.so.6(CXXABI_1.3.8) not available Requirement libstdc++.so.6(GLIBCXX_3.4.20) not available 1.0.2.5 excluded by qt5-qtdeclarative-import-positioning EQ 0:5.1.0+git21-1.12.1 1.0.6.12 excluded by qt5-qtdeclarative-import-positioning EQ 0:5.1.0+git28-1.17.2 1.0.7.12 excluded by qt5-qtdeclarative-import-positioning EQ 0:5.1.0+git28-1.17.5 1.0.8.19 excluded by qt5-qtdeclarative-import-positioning EQ 0:5.1.0+git28-1.17.7
- spec file is here: https://github.com/Karry/osmscout-sailfish/blob/master/rpm/harbour-osmscout.spec
- rpm packages are here: https://github.com/Karry/osmscout-sailfish/releases/tag/v1.11-1
Any idea what is wrong? I am not really sure from provided error message...
I just removed manual dependencies from spec file: https://github.com/Karry/osmscout-sailfish/commit/fadcddb3359c5855b7b0b4dbe15052c2ee8816ec
That solves errors with Qt libraries, but errors about CXX abi remains:
It is necessary to mention that I started to using c++14 standard with SDK 3.0.3 ;-)
all dependencies
Karry ( 2019-05-28 08:59:34 +0200 )editSame for me. Harbour refuses the package with the following message:
And as Karry I also started using C++14.
Buschmann ( 2019-06-06 13:15:24 +0200 )editAny news about this?. I get No OS version and packages satisfy package requirements:
Rikujolla ( 2019-06-19 16:19:20 +0200 )editRequirement libstdc++.so.6(GLIBCXX_3.4.20) not available
message when uploading my Fastchess application. Code can be found https://github.com/Rikujolla/shakkikello. I have not changed my C++ part of the code recently. EDIT 20th June 19, now it works, thanks!