Re: [SailfishDevel] Error with libstdc++.so.6(CXXABI_1.3.8)

2020-04-05 Thread Martin Kampas
Hi,

> You're using an SDK targeted at newer releases [...]

More correctly it is the "built target" (under Qt Creator this 
corresponds to "kit") which is incompatible with your older Sailfish OS 
release. You can install build targets (as well as emulators) matching 
older Sailfish OS releases using the SDK Maintenance Tool.

BR,
Martin
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] Error with libstdc++.so.6(CXXABI_1.3.8)

2020-04-05 Thread E.S. Rosenberg
You're using an SDK targeted at newer releases thus there is a mismatch
between what is available on your phone and in the SDK.
HTH,
Eli

Op zo 5 apr. 2020 om 06:34 schreef joao morgado via Devel <
devel@lists.sailfishos.org>:

> Hi
>
> I'm porting a C++/QML OpenGL app from android to Sailfish. I'm trying to
> isolate an error I got,  so I started adding class's one by one (not yet
> instanciating any object). One class that causes the error has the
> following includes:
>
> #include 
> #include 
> #include 
> #include 
> #include 
> #include 
>
>  Deploying the app as RPM package, I get the error:
>
> Error: nothing provides libstdc++.so.6(CXXABI_1.3.8) needed by
> harbour-mathgraphica-0.1-1.armv7hl
>
> Finished transaction (status=2, runtime=408ms)
>
> Deploy failed
>
> 03:48:44: The process
> "/home/joao/.config/SailfishSDK/libsfdk/build-target-tools/Sailfish OS
> Build Engine/SailfishOS-3.2.1.20-armv7hl/deploy" exited with code 1.
>
> Error while building/deploying project harbour-mathgraphica (kit:
> SailfishOS-3.2.1.20-armv7hl (in Sailfish OS Build Engine))
>
> When executing step "RPM"
>
> Deploying the app by copying binaries I get the error:
>
> 04:08:47: Starting
> /opt/sdk/harbour-mathgraphica/usr/bin/harbour-mathgraphica ...
>
> /opt/sdk/harbour-mathgraphica/usr/bin/harbour-mathgraphica:
> /usr/lib/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by
> /opt/sdk/harbour-mathgraphica/usr/bin/harbour-mathgraphica)
>
> 04:08:48: Application finished with exit code 1.
>
> Building the RPM package for manual deployment works, but installing the
> binaries manually fails with an error.
>
> I have a Intex AguaFish  with OS 3.0.1.11. the sdk I'm using has the
> version 3.0.7 with toolchain 3.2.1.20. They both should be compatible right
> ? Any ideias ?
>
> Cheers
> João
>
>
>
>
>
> ___
> SailfishOS.org Devel mailing list
> To unsubscribe, please send a mail to
> devel-unsubscr...@lists.sailfishos.org
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

[SailfishDevel] Error with libstdc++.so.6(CXXABI_1.3.8)

2020-04-04 Thread joao morgado via Devel
Hi
I'm porting a C++/QML OpenGL app from android to Sailfish. I'm trying to 
isolate an error I got,  so I started adding class's one by one (not yet 
instanciating any object). One class that causes the error has the following 
includes:
#include #include 
#include 
#include 
#include 
#include 
 Deploying the app as RPM package, I get the error:
Error: nothing provides libstdc++.so.6(CXXABI_1.3.8) needed by 
harbour-mathgraphica-0.1-1.armv7hl

Finished transaction (status=2, runtime=408ms)

Deploy failed

03:48:44: The process 
"/home/joao/.config/SailfishSDK/libsfdk/build-target-tools/Sailfish OS Build 
Engine/SailfishOS-3.2.1.20-armv7hl/deploy" exited with code 1.

Error while building/deploying project harbour-mathgraphica (kit: 
SailfishOS-3.2.1.20-armv7hl (in Sailfish OS Build Engine))

When executing step "RPM"

Deploying the app by copying binaries I get the error:

04:08:47: Starting /opt/sdk/harbour-mathgraphica/usr/bin/harbour-mathgraphica 
...

/opt/sdk/harbour-mathgraphica/usr/bin/harbour-mathgraphica: 
/usr/lib/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by 
/opt/sdk/harbour-mathgraphica/usr/bin/harbour-mathgraphica)

04:08:48: Application finished with exit code 1.

Building the RPM package for manual deployment works, but installing the 
binaries manually fails with an error.
I have a Intex AguaFish  with OS 3.0.1.11. the sdk I'm using has the version 
3.0.7 with toolchain 3.2.1.20. They both should be compatible right ? Any 
ideias ?
CheersJoão





___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org