Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 564180 - sci-misc/boinc-7.4.42-r1 cannot show seti@home graphics by default
Summary: sci-misc/boinc-7.4.42-r1 cannot show seti@home graphics by default
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Sven Eden
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-26 12:40 UTC by Laurent V
Modified: 2016-11-04 11:50 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge-info.txt,5.15 KB, text/plain)
2015-10-26 12:40 UTC, Laurent V
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Laurent V 2015-10-26 12:40:58 UTC
Created attachment 415516 [details]
emerge --info

Hello,

When using BOINC 7.4.42-r1 to compute for the seti@home projects, by default, the "Show graphics" option doesn't work within the BOINC manager GUI client.

That's because the binary located at /var/lib/boinc/projects/setiathome.berkeley.edu/setigraphics_7.01_x86_64-pc-linux-gnu is looking for libssl.so.10 and libcrypto.so.10

Making a symlink this way fixes the issue, the graphics are well displayed :

ln -s /usr/lib/libssl.so.1.0.0 /usr/lib/libssl.so.10
ln -s /usr/lib/libcrypto.so.1.0.0 /usr/lib/libcrypto.so.10

Hope it helps, I would be happy to make any further tests if you need :)
Comment 1 Sven Eden 2016-05-06 06:27:06 UTC
Could you please try the current 7.6 client and check, whether the problem remains?

My client currently does not pull in SETI@home units (project overview shows a status about waiting for the scheduler), so I can't test for myself right now.
Comment 2 Sven Eden 2016-05-06 06:40:14 UTC
I found some overdue projects I aborted. Nicely enough boinc downloaded four SETI@home tasks for me.

AstroPulse v7 does not have the graphic button enabled.
SETI@home v8 has it enabled and it works here with the 7.6 client.

Could you please check whether the bug is still valid?
Comment 3 Sven Eden 2016-11-04 11:50:41 UTC
As there was no response, and because of the seti@home graphics work fine for me in all versions, I assume this to be resolved by upstream and close this bug.

Feel free to reopen the bug if I have missed something.