We have moved to a new Sailfish OS Forum. Please start new discussions there.
0

CXXABI_1.3.8 is needed

asked 2020-04-23 03:38:26 +0300

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

updated 2020-04-23 03:38:26 +0300

nemirova gravatar image

Hey guys, SFOS 3.0.8 on Xperia X. (pkon refresh and pkcon update been run successfully.)

installing scout: rpm -ihv harbour-osmscout-2.1-1.armv7hl.rpm error: Failed dependencies: libstdc++.so.6(CXXABI_1.3.8) is needed by harbour-osmscout-2.1-1.armv7hl libstdc++.so.6(GLIBCXX_3.4.20) is needed by harbour-osmscout-2.1-1.armv7hl what do I need todo to fix the dependencies? the same error with phonebook

rpm -ihv phonehook-0.9.0-1.armv7hl.rpm

error: Failed dependencies: libstdc++.so.6(CXXABI_1.3.8) is needed by phonehook-0.9.0-1.armv7hl

edit retag flag offensive close delete

Comments

1

IIRC this is because the application was compiled against SFOS 3.3.0 which includes newer GCC for example. The application should be compiled against SFOS 3.2.0 instead to support older releases. Please correct me if I'm wrong.

Direc ( 2020-04-23 05:56:06 +0300 )edit
1

If SFOS 3.3.0 breaks backwards compatibility, should it have been labeled SFOS 4.0.0 instead? </showerthoughts>

Direc ( 2020-04-23 06:02:08 +0300 )edit

@Ville Nummela you should convert this to answer)

coderus ( 2020-04-23 12:27:22 +0300 )edit

1 Answer

Sort by » oldest newest most voted
4

answered 2020-04-23 09:06:55 +0300

Ville Nummela gravatar image

Building with 3.2.0 targets would not help here, as 3.0.0.8 (which I assume op has, as there is no such release 3.0.8) is still on CXXABI 1.3.7.

3.2.0 has CXXABI 1.3.8, and 3.3.0 has CXXABI 1.3.11.

This does not break backwards compatibility, as the newer libraries also support the older versions. You should be able to run apps built for 3.0.0.8 just fine on a device with SFOS 3.3.0. But the new Sailfish OS releases always bring new features and improvements which are not available on previous releases, e.g. new CXXABI versions.

edit flag offensive delete publish link more
Login/Signup to Answer

Question tools

Follow
2 followers

Stats

Asked: 2020-04-23 03:38:26 +0300

Seen: 448 times

Last updated: Apr 23 '20