Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 564180

Summary: sci-misc/boinc-7.4.42-r1 cannot show seti@home graphics by default
Product: Gentoo Linux Reporter: Laurent V <laurent>
Component: [OLD] ServerAssignee: Sven Eden <sven.eden>
Status: RESOLVED OBSOLETE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info

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.