symbol lookup error after update of Calculate Linux 17

Hi everybody,

After update of Calculate Linux 17, you can have application which don’t run on your system.

When you launch apps in the terminal, you have an error symbol lookup error.

Example with Chromium :

chromium-browser: symbol lookup error: chromium-browser: undefined symbol: _ZN3re23RE27ReplaceEPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKS0_RKNS_11StringPieceE

Or Clementine :

clementine: symbol lookup error: clementine: undefined symbol: _ZN6google8protobuf8internal13empty_string_B5cxx11E

To solve the problem, you must download again packages which depends of GCC. (because the problem is after the GCC upgrade)

To do that, run this command with root user :

revdep-rebuild --library 'libstdc++.so.6' -- --exclude gcc

Hundred packages will be downloaded and installed again.

After you can run apps !