Bug #1084
filezilla compiler compatibility issue, cls
Статус: | Closed | Начата: | 24.07.2018 | |
---|---|---|---|---|
Приоритет: | Normal | Дата выполнения: | ||
Назначена: | - | Готовность в %: | 0% |
|
Категория: | Calculate Linux Scratch | Затраченное время: | - | |
Версия: | - | |||
Голоса: | 0 |
Описание
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?
История
Обновлено BH Reach больше 6 лет назад
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.
Обновлено Александр Красов больше 6 лет назад
Та же проблема с 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 не помогло.
Обновлено Alexander Tratsevskiy около 6 лет назад
- Параметр Статус изменился с New на Closed
Now all the packages of the repository are reassembled by the new GCC and filezilla is working.