Bug #1084
filezilla compiler compatibility issue, cls
Status: | Closed | Start: | 07/24/2018 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% |
|
Category: | Calculate Linux Scratch | Spent time: | - | |
Target version: | - | |||
Votes: | 0 |
Description
Running filezilla in a terminal gives the following error:
Fatal Error: Mismatch between the program and library build versions detected.
The library used 3.0 (wchar_t,compiler with C++ ABI 1011,wx containers,compatible with 2.8),
and your program used 3.0 (wchar_t,compiler with C++ ABI 1010,wx containers,compatible with 2.8).
Aborted
I have cls running on several computers. The one I first installed it on several months ago runs filezilla correctly. The other 3 that I have installed cls on more recently, all give the above error. It is not clear what program/library the error refers to. An Internet search for the error brings up several similar errors all related to wxWidgets.
All computers are fully updated and are running the same versions of filezilla.
I don't know how to fix this problem?
History
Updated by BH Reach over 6 years ago
I found a solution to the problem. Compiling filezilla, libfilezilla, and wxGTK fixes the problem. Here is the command I used:
FEATURES="-getbinpkg" emerge -av filezilla libfilezilla wxGTK
I'll post this solution in the forum in case anybody else has this problem.
Updated by Александр Красов over 6 years ago
Та же проблема с kicad
strange@calculate ~ $ kicad
Fatal Error: Mismatch between the program and library build versions detected.
The library used 3.0 (wchar_t,compiler with C++ ABI 1010,wx containers,compatible with 2.8),
and your program used 3.0 (wchar_t,compiler with C++ ABI 1011,wx containers,compatible with 2.8).
Аварийный останов
FEATURES="-getbinpkg" emerge -av kicad wxGTK не помогло.
Updated by Alexander Tratsevskiy about 6 years ago
- Status changed from New to Closed
Now all the packages of the repository are reassembled by the new GCC and filezilla is working.