Questions and Answers :
Unix/Linux :
FIXED: Computation Error
Message board moderation
Author | Message |
---|---|
Chris Granger Send message Joined: 2 Sep 11 Posts: 3 Credit: 34,381 RAC: 0 |
All tasks are failing immediately with computation errors on my 64-bit Linux box. http://yafu.dyndns.org/yafu/results.php?hostid=70 |
fzs600 Send message Joined: 2 Sep 11 Posts: 7 Credit: 25,785,325 RAC: 4 |
All tasks are failing immediately with computation errors on my 64-bit Linux box. +1 |
frankhagen Send message Joined: 2 Sep 11 Posts: 6 Credit: 2,081,426 RAC: 0 |
+1 |
nenym Send message Joined: 2 Sep 11 Posts: 2 Credit: 10,006,356 RAC: 0 |
+1 user (2 machines Ubuntu 10.04) |
nenym Send message Joined: 2 Sep 11 Posts: 2 Credit: 10,006,356 RAC: 0 |
It works now. hajek@Note_Hajek:~/BOINC/projects/yafu.dyndns.org_yafu$ ldd yafu-32k-linux64 linux-vdso.so.1 => (0x00007fff16fff000) libgmp.so.10 => /usr/local/lib/libgmp.so.10 (0x00007f1d0895f000) libm.so.6 => /lib/libm.so.6 (0x00007f1d086dc000) libpthread.so.0 => /lib/libpthread.so.0 (0x00007f1d084be000) libc.so.6 => /lib/libc.so.6 (0x00007f1d0813b000) /lib64/ld-linux-x86-64.so.2 (0x00007f1d08beb000) Found here: https://answers.launchpad.net/ubuntu/+question/157810 Luky Winarto wrote: Let's do the trick again. |
AMDave Volunteer moderator Volunteer tester Send message Joined: 30 Aug 11 Posts: 41 Credit: 100,018 RAC: 0 |
Thanks for the info, nenym. d/l and compiles just fine on Ubuntu 10.04 AMD64 KVM host after m4 installed. Unfortunately does not compile inside the Ubuntu 10.04 AMD64 KVM guests. gcc is found but get a test_array error during configure tests. something for me to work through on the weekend ;) Applied NATE1's relocation: sudo cp /usr/local/lib/libgmp.so.10 /lib64/. yafu wu's now running on host. Thanks guys. Hopefully the yafu DEV will fix the missing lib in the next compile? The current libgmp version on Ubuntu 10.04 stable appears to be libgmp.so.3.5.2 not even close to the version required for this client app. |
yoyo_rkn Volunteer moderator Project administrator Project developer Project tester Volunteer developer Volunteer tester Project scientist Send message Joined: 22 Aug 11 Posts: 736 Credit: 17,612,101 RAC: 76 |
The issue will be probably fixed in the next app version which will contain a static linked yafu executable. |
yoyo_rkn Volunteer moderator Project administrator Project developer Project tester Volunteer developer Volunteer tester Project scientist Send message Joined: 22 Aug 11 Posts: 736 Credit: 17,612,101 RAC: 76 |
Should be fixed with version 128.02. |