You are not logged in.

#1 2020-09-28 01:06:29

cubethethird
Member
Registered: 2016-01-25
Posts: 61
Website

BOINC manager not listing projects

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

#2 2020-09-30 15:13:20

easilok
Member
Registered: 2011-06-13
Posts: 12

Re: BOINC manager not listing projects

cubethethird wrote:

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

#3 2020-09-30 15:49:05

cubethethird
Member
Registered: 2016-01-25
Posts: 61
Website

Re: BOINC manager not listing projects

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

#4 2020-09-30 16:05:58

easilok
Member
Registered: 2011-06-13
Posts: 12

Re: BOINC manager not listing projects

cubethethird wrote:

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

#5 2020-09-30 17:13:12

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: BOINC manager not listing projects

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.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#6 2020-10-30 03:41:06

cubethethird
Member
Registered: 2016-01-25
Posts: 61
Website

Re: BOINC manager not listing projects

Package version 7.16.11-1 fixed the issue.

Offline

Board footer

Powered by FluxBB