FS#70843 - [filezilla] Fails to start due to mismatching C+

Attached to Project: Community Packages
Opened by Tamás Varga (xx55tt) - Thursday, 13 May 2021, 19:26 GMT
Last edited by Levente Polyak (anthraxx) - Thursday, 13 May 2021, 20:06 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Levente Polyak (anthraxx)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 2
Private No

Details

Description:
FileZilla cannot be started because it has been linked against a newer C++ library than what is available at the moment. GLIBCXX_3.4.29 was added in GCC 11.1.0.
https://gcc.gnu.org/onlinedocs/libstdc++/manual/abi.html

filezilla: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by filezilla)
filezilla: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by /usr/lib/libfzclient-commonui-private-3.54.1.so)
filezilla: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by /usr/lib/libfzclient-private-3.54.1.so)
filezilla: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by /usr/lib/libfilezilla.so.13)

Additional info:
filezilla: 3.54.1-1
gcc-libs: 10.2.0-6

Steps to reproduce:
Start FileZilla.
This task depends upon

Closed by  Levente Polyak (anthraxx)
Thursday, 13 May 2021, 20:06 GMT
Reason for closing:  Fixed
Additional comments about closing:  3.54.1-2

Loading...