You are not logged in.
I installed and set up BOINC according to the wiki, however when I open boincmgr, clicking "Add Project" starts the process of only adding a custom project, and doesn't seem to pick up on existing ones.
I have checked in /var/lib/boinc/ and the file all_projects_list.xml appears to be correctly populated.
Also, I am unsure if this is related, but I get the following warnings when launching boincmgr:
Warning: Mismatch between the program and library build versions detected.
The library used 3.0 (wchar_t,compiler with C++ ABI 1013,wx containers,compatible with 2.8),
and your program used 3.0 (wchar_t,compiler with C++ ABI 1014,wx containers,compatible with 2.8).
Any assistance in adding/selecting a project would be appreciated.
Offline
I installed and set up BOINC according to the wiki, however when I open boincmgr, clicking "Add Project" starts the process of only adding a custom project, and doesn't seem to pick up on existing ones.
I have checked in /var/lib/boinc/ and the file all_projects_list.xml appears to be correctly populated.Also, I am unsure if this is related, but I get the following warnings when launching boincmgr:
Warning: Mismatch between the program and library build versions detected.
The library used 3.0 (wchar_t,compiler with C++ ABI 1013,wx containers,compatible with 2.8),
and your program used 3.0 (wchar_t,compiler with C++ ABI 1014,wx containers,compatible with 2.8).Any assistance in adding/selecting a project would be appreciated.
Well I have the same problem. I know your question is recent, but did you already manage to solve the problem?
Offline
For the time being, I manually added a project using boinccmd, as per the cli instructions on the wiki. Active projects seem to work without issue in the manager, but adding them does not.
Offline
For the time being, I manually added a project using boinccmd, as per the cli instructions on the wiki. Active projects seem to work without issue in the manager, but adding them does not.
Thanks, that worked.
Offline
Searching for that error gives many results on ddg, http://wxwidgets.10942.n7.nabble.com/qu … 88591.html gives the best description I think.
It let me to https://gcc.gnu.org/onlinedocs/gcc/C_00 … tions.html .
The 1014 ABI is used in g++ 10 , 1013 was used from gcc 8.2+ on .
The build dates for boinc & wxgtk suggest boinc was build with gcc 10.2 , while wxgtk was build with gcc 9.3 .
If that is correct, a lot more applications depending on wxgtk should show similar errrors.
A rebuild of wxgtk against latest gcc might solve this.
I'm no expert with gcc / wxwidgets though, I hope archlinux dev arojas or someone else with a good understanding of g++ ABI sees this.
Last edited by Lone_Wolf (2020-09-30 17:13:48)
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Package version 7.16.11-1 fixed the issue.
Offline