Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /disks/centurion/b/carolyn/b/home/boincadm/projects/beta/html/inc/boinc_db.inc on line 147
SETI@home v8 beta to begin on Tuesday

SETI@home v8 beta to begin on Tuesday

Message boards : News : SETI@home v8 beta to begin on Tuesday
Message board moderation

To post messages, you must log in.

Previous · 1 . . . 11 · 12 · 13 · 14 · 15 · 16 · 17 . . . 99 · Next

AuthorMessage
Profile Raistmer
Volunteer tester
Avatar

Send message
Joined: 18 Aug 05
Posts: 2423
Credit: 15,878,738
RAC: 0
Russia
Message 55506 - Posted: 27 Dec 2015, 20:55:39 UTC - in response to Message 55503.  

With optimized source tree await when Urs commits his updates for Mac build.
News about SETI opt app releases: https://twitter.com/Raistmer
ID: 55506 · Report as offensive
TBar
Volunteer tester

Send message
Joined: 2 Jul 13
Posts: 505
Credit: 5,019,318
RAC: 0
United States
Message 55507 - Posted: 27 Dec 2015, 21:13:06 UTC - in response to Message 55506.  

With optimized source tree await when Urs commits his updates for Mac build.

Guess I don't have a choice seeing as how about a dozen different builds All immediately crash with the same SIGSEGV: segmentation violation Error. The thing sees the malloc header, whether it's using it or not is a different matter;
checking /System/Library/Frameworks/Kernel.framework/Versions/A/Headers/sys/malloc.h usability... yes
checking /System/Library/Frameworks/Kernel.framework/Versions/A/Headers/sys/malloc.h presence... yes
checking for /System/Library/Frameworks/Kernel.framework/Versions/A/Headers/sys/malloc.h... yes

At least I can build an App in the sah_v7_opt folder, the seti_boinc folder doesn't even get that far.
ID: 55507 · Report as offensive
TBar
Volunteer tester

Send message
Joined: 2 Jul 13
Posts: 505
Credit: 5,019,318
RAC: 0
United States
Message 55515 - Posted: 29 Dec 2015, 10:06:42 UTC
Last modified: 29 Dec 2015, 10:40:34 UTC

Now trying seti-boinc r3298 in Mountain Lion I'm getting some strange problem with fftw3. The error reads;
analyzeFuncs.cpp:661:2: error: Analysis needs to be modified for your FFT choice.
#error Analysis needs to be modified for your FFT choice.
 ^

It says fftw3 is right where it has always been;
checking /usr/local/include/fftw3.h usability... yes
checking /usr/local/include/fftw3.h presence... yes
checking for /usr/local/include/fftw3.h... yes

Checking sah_config.h it says;
/* Define to 1 if you have the <fftw3.h> header file. */
/* #undef HAVE_FFTW3_H */
/* Define to 1 if you have the fftw3f library */
#define HAVE_LIBFFTW3F 1
However, sah_config.h says a number of items are missing when they aren't...

If I change it to;
/* Define to 1 if you have the <fftw3.h> header file. */
#define HAVE_FFTW3_H */
the error goes away and is replaced by;
analyzeFuncs.cpp:107:9: warning: ----FFTW---- [-W#pragma-messages]
#pragma message ("----FFTW----")
but the compile just stops a short while later with;
8 warnings generated.
make: `../aclocal.m4' is up to date.
TomsMacPro:client Tom$
This is a new one...

Apparently the compile is stopping in Mountain Lion because the dependencies folder is Not being written, Right at the Top;
TomsMacPro:client Tom$ make -i -k
Makefile:151: dependencies: No such file or directory
g++  -I/usr/local/include -ffast-math -I/usr/include -I/usr/include/openssl -DHAVE_CONFIG_H -DTEXT_UI -DNDEBUG -DCLIENT -DBOINC_APP_GRAPHICS  -I.. -I/ -I../db -I/Users/Tom/boinc/api -I/Users/Tom/boinc/lib -I/Users/Tom/boinc/image_libs/ -I/usr/openwin/share/include/ -I../jpeglib -M *.cpp > dependencies
In file included from analyzeFuncs.cpp:50:
../sah_config.h:564:9: warning: 'HOSTTYPE' macro redefined
#define HOSTTYPE "x86_64-apple-darwin"
        ^
/Users/Tom/boinc/lib/config.h:621:9: note: previous definition is here
#define HOSTTYPE "x86_64-apple-darwin1"
        ^
analyzeFuncs.cpp:107:9: warning: ----FFTW---- [-W#pragma-messages]
#pragma message ("----FFTW----")
        ^
2 warnings generated.
In file included from main.cpp:73:
In file included from /Users/Tom/boinc/lib/str_replace.h:24:
In file included from /Users/Tom/boinc/lib/config.h:10:
/Users/Tom/boinc/lib/version.h:29:9: warning: 'PACKAGE' macro redefined
#define PACKAGE "boinc"
        ^
../sah_config.h:589:9: note: previous definition is here
#define PACKAGE "setiathome_v8"
        ^
In file included from main.cpp:73:
In file included from /Users/Tom/boinc/lib/str_replace.h:24:
In file included from /Users/Tom/boinc/lib/config.h:10:
/Users/Tom/boinc/lib/version.h:32:9: warning: 'PACKAGE_BUGREPORT' macro redefined
#define PACKAGE_BUGREPORT ""
        ^
../sah_config.h:592:9: note: previous definition is here
#define PACKAGE_BUGREPORT "korpela@ssl.berkeley.edu"
        ^
In file included from main.cpp:73:
In file included from /Users/Tom/boinc/lib/str_replace.h:24:
In file included from /Users/Tom/boinc/lib/config.h:10:
/Users/Tom/boinc/lib/version.h:35:9: warning: 'PACKAGE_NAME' macro redefined
#define PACKAGE_NAME "BOINC"
        ^
../sah_config.h:595:9: note: previous definition is here
#define PACKAGE_NAME "setiathome_v8"
        ^
In file included from main.cpp:73:
In file included from /Users/Tom/boinc/lib/str_replace.h:24:
In file included from /Users/Tom/boinc/lib/config.h:10:
/Users/Tom/boinc/lib/version.h:38:9: warning: 'PACKAGE_STRING' macro redefined
#define PACKAGE_STRING "BOINC 7.7.0"
        ^
../sah_config.h:598:9: note: previous definition is here
#define PACKAGE_STRING "setiathome_v8 8.00"
        ^
In file included from main.cpp:73:
In file included from /Users/Tom/boinc/lib/str_replace.h:24:
In file included from /Users/Tom/boinc/lib/config.h:10:
/Users/Tom/boinc/lib/version.h:41:9: warning: 'PACKAGE_TARNAME' macro redefined
#define PACKAGE_TARNAME "boinc"
        ^
../sah_config.h:601:9: note: previous definition is here
#define PACKAGE_TARNAME "setiathome_v8"
        ^
In file included from main.cpp:73:
In file included from /Users/Tom/boinc/lib/str_replace.h:24:
In file included from /Users/Tom/boinc/lib/config.h:10:
/Users/Tom/boinc/lib/version.h:44:9: warning: 'PACKAGE_VERSION' macro redefined
#define PACKAGE_VERSION "7.7.0"
        ^
../sah_config.h:607:9: note: previous definition is here
#define PACKAGE_VERSION "8.00"
        ^
In file included from main.cpp:73:
In file included from /Users/Tom/boinc/lib/str_replace.h:24:
/Users/Tom/boinc/lib/config.h:621:9: warning: 'HOSTTYPE' macro redefined
#define HOSTTYPE "x86_64-apple-darwin1"
        ^
../sah_config.h:564:9: note: previous definition is here
#define HOSTTYPE "x86_64-apple-darwin"
        ^
In file included from main.cpp:73:
In file included from /Users/Tom/boinc/lib/str_replace.h:24:
/Users/Tom/boinc/lib/config.h:728:9: warning: 'VERSION' macro redefined
#define VERSION "7.7.0"
        ^
../sah_config.h:700:9: note: previous definition is here
#define VERSION "8.00"
        ^
8 warnings generated.
In file included from sah_gfx.cpp:136:
In file included from /Users/Tom/boinc/lib/str_replace.h:24:
In file included from /Users/Tom/boinc/lib/config.h:10:
/Users/Tom/boinc/lib/version.h:29:9: warning: 'PACKAGE' macro redefined
#define PACKAGE "boinc"
        ^
../sah_config.h:589:9: note: previous definition is here
#define PACKAGE "setiathome_v8"
        ^
In file included from sah_gfx.cpp:136:
In file included from /Users/Tom/boinc/lib/str_replace.h:24:
In file included from /Users/Tom/boinc/lib/config.h:10:
/Users/Tom/boinc/lib/version.h:32:9: warning: 'PACKAGE_BUGREPORT' macro redefined
#define PACKAGE_BUGREPORT ""
        ^
../sah_config.h:592:9: note: previous definition is here
#define PACKAGE_BUGREPORT "korpela@ssl.berkeley.edu"
        ^
In file included from sah_gfx.cpp:136:
In file included from /Users/Tom/boinc/lib/str_replace.h:24:
In file included from /Users/Tom/boinc/lib/config.h:10:
/Users/Tom/boinc/lib/version.h:35:9: warning: 'PACKAGE_NAME' macro redefined
#define PACKAGE_NAME "BOINC"
        ^
../sah_config.h:595:9: note: previous definition is here
#define PACKAGE_NAME "setiathome_v8"
        ^
In file included from sah_gfx.cpp:136:
In file included from /Users/Tom/boinc/lib/str_replace.h:24:
In file included from /Users/Tom/boinc/lib/config.h:10:
/Users/Tom/boinc/lib/version.h:38:9: warning: 'PACKAGE_STRING' macro redefined
#define PACKAGE_STRING "BOINC 7.7.0"
        ^
../sah_config.h:598:9: note: previous definition is here
#define PACKAGE_STRING "setiathome_v8 8.00"
        ^
In file included from sah_gfx.cpp:136:
In file included from /Users/Tom/boinc/lib/str_replace.h:24:
In file included from /Users/Tom/boinc/lib/config.h:10:
/Users/Tom/boinc/lib/version.h:41:9: warning: 'PACKAGE_TARNAME' macro redefined
#define PACKAGE_TARNAME "boinc"
        ^
../sah_config.h:601:9: note: previous definition is here
#define PACKAGE_TARNAME "setiathome_v8"
        ^
In file included from sah_gfx.cpp:136:
In file included from /Users/Tom/boinc/lib/str_replace.h:24:
In file included from /Users/Tom/boinc/lib/config.h:10:
/Users/Tom/boinc/lib/version.h:44:9: warning: 'PACKAGE_VERSION' macro redefined
#define PACKAGE_VERSION "7.7.0"
        ^
../sah_config.h:607:9: note: previous definition is here
#define PACKAGE_VERSION "8.00"
        ^
In file included from sah_gfx.cpp:136:
In file included from /Users/Tom/boinc/lib/str_replace.h:24:
/Users/Tom/boinc/lib/config.h:621:9: warning: 'HOSTTYPE' macro redefined
#define HOSTTYPE "x86_64-apple-darwin1"
        ^
../sah_config.h:564:9: note: previous definition is here
#define HOSTTYPE "x86_64-apple-darwin"
        ^
In file included from sah_gfx.cpp:136:
In file included from /Users/Tom/boinc/lib/str_replace.h:24:
/Users/Tom/boinc/lib/config.h:728:9: warning: 'VERSION' macro redefined
#define VERSION "7.7.0"
        ^
../sah_config.h:700:9: note: previous definition is here
#define VERSION "8.00"
        ^
8 warnings generated.
In file included from seti.cpp:65:
In file included from /Users/Tom/boinc/lib/str_replace.h:24:
In file included from /Users/Tom/boinc/lib/config.h:10:
/Users/Tom/boinc/lib/version.h:29:9: warning: 'PACKAGE' macro redefined
#define PACKAGE "boinc"
        ^
../sah_config.h:589:9: note: previous definition is here
#define PACKAGE "setiathome_v8"
        ^
In file included from seti.cpp:65:
In file included from /Users/Tom/boinc/lib/str_replace.h:24:
In file included from /Users/Tom/boinc/lib/config.h:10:
/Users/Tom/boinc/lib/version.h:32:9: warning: 'PACKAGE_BUGREPORT' macro redefined
#define PACKAGE_BUGREPORT ""
        ^
../sah_config.h:592:9: note: previous definition is here
#define PACKAGE_BUGREPORT "korpela@ssl.berkeley.edu"
        ^
In file included from seti.cpp:65:
In file included from /Users/Tom/boinc/lib/str_replace.h:24:
In file included from /Users/Tom/boinc/lib/config.h:10:
/Users/Tom/boinc/lib/version.h:35:9: warning: 'PACKAGE_NAME' macro redefined
#define PACKAGE_NAME "BOINC"
        ^
../sah_config.h:595:9: note: previous definition is here
#define PACKAGE_NAME "setiathome_v8"
        ^
In file included from seti.cpp:65:
In file included from /Users/Tom/boinc/lib/str_replace.h:24:
In file included from /Users/Tom/boinc/lib/config.h:10:
/Users/Tom/boinc/lib/version.h:38:9: warning: 'PACKAGE_STRING' macro redefined
#define PACKAGE_STRING "BOINC 7.7.0"
        ^
../sah_config.h:598:9: note: previous definition is here
#define PACKAGE_STRING "setiathome_v8 8.00"
        ^
In file included from seti.cpp:65:
In file included from /Users/Tom/boinc/lib/str_replace.h:24:
In file included from /Users/Tom/boinc/lib/config.h:10:
/Users/Tom/boinc/lib/version.h:41:9: warning: 'PACKAGE_TARNAME' macro redefined
#define PACKAGE_TARNAME "boinc"
        ^
../sah_config.h:601:9: note: previous definition is here
#define PACKAGE_TARNAME "setiathome_v8"
        ^
In file included from seti.cpp:65:
In file included from /Users/Tom/boinc/lib/str_replace.h:24:
In file included from /Users/Tom/boinc/lib/config.h:10:
/Users/Tom/boinc/lib/version.h:44:9: warning: 'PACKAGE_VERSION' macro redefined
#define PACKAGE_VERSION "7.7.0"
        ^
../sah_config.h:607:9: note: previous definition is here
#define PACKAGE_VERSION "8.00"
        ^
In file included from seti.cpp:65:
In file included from /Users/Tom/boinc/lib/str_replace.h:24:
/Users/Tom/boinc/lib/config.h:621:9: warning: 'HOSTTYPE' macro redefined
#define HOSTTYPE "x86_64-apple-darwin1"
        ^
../sah_config.h:564:9: note: previous definition is here
#define HOSTTYPE "x86_64-apple-darwin"
        ^
In file included from seti.cpp:65:
In file included from /Users/Tom/boinc/lib/str_replace.h:24:
/Users/Tom/boinc/lib/config.h:728:9: warning: 'VERSION' macro redefined
#define VERSION "7.7.0"
        ^
../sah_config.h:700:9: note: previous definition is here
#define VERSION "8.00"
        ^
8 warnings generated.
In file included from timecvt.cpp:40:
In file included from /Users/Tom/boinc/lib/str_replace.h:24:
In file included from /Users/Tom/boinc/lib/config.h:10:
/Users/Tom/boinc/lib/version.h:29:9: warning: 'PACKAGE' macro redefined
#define PACKAGE "boinc"
        ^
../sah_config.h:589:9: note: previous definition is here
#define PACKAGE "setiathome_v8"
        ^
In file included from timecvt.cpp:40:
In file included from /Users/Tom/boinc/lib/str_replace.h:24:
In file included from /Users/Tom/boinc/lib/config.h:10:
/Users/Tom/boinc/lib/version.h:32:9: warning: 'PACKAGE_BUGREPORT' macro redefined
#define PACKAGE_BUGREPORT ""
        ^
../sah_config.h:592:9: note: previous definition is here
#define PACKAGE_BUGREPORT "korpela@ssl.berkeley.edu"
        ^
In file included from timecvt.cpp:40:
In file included from /Users/Tom/boinc/lib/str_replace.h:24:
In file included from /Users/Tom/boinc/lib/config.h:10:
/Users/Tom/boinc/lib/version.h:35:9: warning: 'PACKAGE_NAME' macro redefined
#define PACKAGE_NAME "BOINC"
        ^
../sah_config.h:595:9: note: previous definition is here
#define PACKAGE_NAME "setiathome_v8"
        ^
In file included from timecvt.cpp:40:
In file included from /Users/Tom/boinc/lib/str_replace.h:24:
In file included from /Users/Tom/boinc/lib/config.h:10:
/Users/Tom/boinc/lib/version.h:38:9: warning: 'PACKAGE_STRING' macro redefined
#define PACKAGE_STRING "BOINC 7.7.0"
        ^
../sah_config.h:598:9: note: previous definition is here
#define PACKAGE_STRING "setiathome_v8 8.00"
        ^
In file included from timecvt.cpp:40:
In file included from /Users/Tom/boinc/lib/str_replace.h:24:
In file included from /Users/Tom/boinc/lib/config.h:10:
/Users/Tom/boinc/lib/version.h:41:9: warning: 'PACKAGE_TARNAME' macro redefined
#define PACKAGE_TARNAME "boinc"
        ^
../sah_config.h:601:9: note: previous definition is here
#define PACKAGE_TARNAME "setiathome_v8"
        ^
In file included from timecvt.cpp:40:
In file included from /Users/Tom/boinc/lib/str_replace.h:24:
In file included from /Users/Tom/boinc/lib/config.h:10:
/Users/Tom/boinc/lib/version.h:44:9: warning: 'PACKAGE_VERSION' macro redefined
#define PACKAGE_VERSION "7.7.0"
        ^
../sah_config.h:607:9: note: previous definition is here
#define PACKAGE_VERSION "8.00"
        ^
In file included from timecvt.cpp:40:
In file included from /Users/Tom/boinc/lib/str_replace.h:24:
/Users/Tom/boinc/lib/config.h:621:9: warning: 'HOSTTYPE' macro redefined
#define HOSTTYPE "x86_64-apple-darwin1"
        ^
../sah_config.h:564:9: note: previous definition is here
#define HOSTTYPE "x86_64-apple-darwin"
        ^
In file included from timecvt.cpp:40:
In file included from /Users/Tom/boinc/lib/str_replace.h:24:
/Users/Tom/boinc/lib/config.h:728:9: warning: 'VERSION' macro redefined
#define VERSION "7.7.0"
        ^
../sah_config.h:700:9: note: previous definition is here
#define VERSION "8.00"
        ^
8 warnings generated.
make: `../aclocal.m4' is up to date.
TomsMacPro:client Tom$

The .deps folder Is being written in Yosemite, why it's not being written in Mountain Lion is indeed a New mystery.
ID: 55515 · Report as offensive
Profile Mike
Volunteer tester
Avatar

Send message
Joined: 16 Jun 05
Posts: 2531
Credit: 1,074,556
RAC: 0
Germany
Message 55518 - Posted: 29 Dec 2015, 10:53:44 UTC

Number of tasks completed 55
Max tasks per day 89
Number of tasks today 50
Consecutive valid tasks 56
Average processing rate 271.56 GFLOPS
Average turnaround time 0.50 days
With each crime and every kindness we birth our future.
ID: 55518 · Report as offensive
TBar
Volunteer tester

Send message
Joined: 2 Jul 13
Posts: 505
Credit: 5,019,318
RAC: 0
United States
Message 55519 - Posted: 29 Dec 2015, 13:51:04 UTC

Well that was fun. Seems now in Mountain Lion deleting the Makefile.in and renaming Makefile.in.graphics Before running Configure Breaks the Dependencies. You can run Configure first then change the names and run Configure again but that appears to break certain rules and ends with Graphics errors. If you run with Graphics Disabled it Almost works but you end with the same errors you get in Yosemite;
vector/analyzeFuncs_vector.cpp:660:35: error: use of undeclared identifier '__isnan'
            if ((timing<speed) && isnotnan(accuracy) && (accuracy<1e-5)) {
                                  ^
vector/analyzeFuncs_vector.cpp:99:23: note: expanded from macro 'isnotnan'
#define isnotnan(x) (!isnan(x))
                      ^
vector/analyzeFuncs_vector.cpp:52:15: note: expanded from macro 'isnan'
#define isnan __isnan
              ^
vector/analyzeFuncs_vector.cpp:786:35: error: use of undeclared identifier '__isnan'
            if ((timing<speed) && isnotnan(accuracy) && (accuracy<1e-5)) {
                                  ^
vector/analyzeFuncs_vector.cpp:99:23: note: expanded from macro 'isnotnan'
#define isnotnan(x) (!isnan(x))
                      ^
vector/analyzeFuncs_vector.cpp:52:15: note: expanded from macro 'isnan'
#define isnan __isnan
              ^
vector/analyzeFuncs_vector.cpp:956:35: error: use of undeclared identifier '__isnan'
            if ((timing<speed) && isnotnan(accuracy) && (accuracy<5e-3)) {
                                  ^
vector/analyzeFuncs_vector.cpp:99:23: note: expanded from macro 'isnotnan'
#define isnotnan(x) (!isnan(x))
                      ^
vector/analyzeFuncs_vector.cpp:52:15: note: expanded from macro 'isnan'
#define isnan __isnan
              ^
vector/analyzeFuncs_vector.cpp:1081:35: error: use of undeclared identifier '__isnan'
            if ((timing<speed) && isnotnan(accuracy) && (accuracy<1e-6)) {
                                  ^
vector/analyzeFuncs_vector.cpp:99:23: note: expanded from macro 'isnotnan'
#define isnotnan(x) (!isnan(x))
                      ^
vector/analyzeFuncs_vector.cpp:52:15: note: expanded from macro 'isnan'
#define isnan __isnan
              ^
vector/analyzeFuncs_vector.cpp:1471:31: error: use of undeclared identifier '__isnan'
      if ((timing < speed) && isnotnan(accuracy) && (accuracy < 1e-6) && (errmax < 1e-4)) {
                              ^
vector/analyzeFuncs_vector.cpp:99:23: note: expanded from macro 'isnotnan'
#define isnotnan(x) (!isnan(x))
                      ^
vector/analyzeFuncs_vector.cpp:52:15: note: expanded from macro 'isnan'
#define isnan __isnan
              ^
vector/analyzeFuncs_vector.cpp:48:2: error: unterminated conditional directive
#ifdef __APPLE_CC__
 ^

Hopefully, after that is fixed I can at least get somekind of App...
ID: 55519 · Report as offensive
Profile Eric J Korpela
Volunteer moderator
Project administrator
Project developer
Project scientist
Avatar

Send message
Joined: 15 Mar 05
Posts: 1547
Credit: 27,183,456
RAC: 0
United States
Message 55522 - Posted: 29 Dec 2015, 16:33:29 UTC - in response to Message 55519.  
Last modified: 29 Dec 2015, 16:35:10 UTC

Hmmm... Does it work if you #undefine HAVE___ISNAN in "sah_config.h"? Damn apple for undefining isnan(). This bug has been in Apple's C headers since 10.3.
ID: 55522 · Report as offensive
JGilmore
Volunteer tester

Send message
Joined: 7 Feb 08
Posts: 1
Credit: 146,042
RAC: 0
United States
Message 55523 - Posted: 29 Dec 2015, 23:57:34 UTC

Probably a stupid question. But this task was in my work, was trying to take a look at the result. Buts it not on my task list as pending or validated.

Odd part is when I let the computer get beta tasks it grabed 50(don't usually have cpu work and set back to no new work after), and when I look at the results, I have 11 of this group of 50 validated and 39 in progress and this one is not one of them. Log shows it completed uploaded and was reported. Was curious if anyone knew why its not in my tasks at all.

12/29/2015 4:26:27 PM | SETI@home Beta Test | Computation for task guppi_8bit_56520_6_VOYAGER1_0012.9111.209.19.22.203.vlar_2 finished
12/29/2015 4:26:28 PM | SETI@home Beta Test | Started upload of guppi_8bit_56520_6_VOYAGER1_0012.9111.209.19.22.203.vlar_2_0
12/29/2015 4:26:31 PM | SETI@home Beta Test | Finished upload of guppi_8bit_56520_6_VOYAGER1_0012.9111.209.19.22.203.vlar_2_0
12/29/2015 4:53:49 PM | SETI@home Beta Test | [sched_op] handle_scheduler_reply(): got ack for task guppi_8bit_56520_6_VOYAGER1_0012.9111.209.19.22.203.vlar_2
ID: 55523 · Report as offensive
Urs Echternacht
Volunteer tester
Avatar

Send message
Joined: 18 Jan 06
Posts: 1038
Credit: 18,734,730
RAC: 0
Germany
Message 55524 - Posted: 30 Dec 2015, 0:14:22 UTC - in response to Message 55523.  

Probably a stupid question. But this task was in my work, was trying to take a look at the result. Buts it not on my task list as pending or validated.

Odd part is when I let the computer get beta tasks it grabed 50(don't usually have cpu work and set back to no new work after), and when I look at the results, I have 11 of this group of 50 validated and 39 in progress and this one is not one of them. Log shows it completed uploaded and was reported. Was curious if anyone knew why its not in my tasks at all.

12/29/2015 4:26:27 PM | SETI@home Beta Test | Computation for task guppi_8bit_56520_6_VOYAGER1_0012.9111.209.19.22.203.vlar_2 finished
12/29/2015 4:26:28 PM | SETI@home Beta Test | Started upload of guppi_8bit_56520_6_VOYAGER1_0012.9111.209.19.22.203.vlar_2_0
12/29/2015 4:26:31 PM | SETI@home Beta Test | Finished upload of guppi_8bit_56520_6_VOYAGER1_0012.9111.209.19.22.203.vlar_2_0
12/29/2015 4:53:49 PM | SETI@home Beta Test | [sched_op] handle_scheduler_reply(): got ack for task guppi_8bit_56520_6_VOYAGER1_0012.9111.209.19.22.203.vlar_2

Normal after tuesday outages for server maintenance. Wait some hours until every database part has synched again. Then your "missing" work should appear.
_\|/_
U r s
ID: 55524 · Report as offensive
Urs Echternacht
Volunteer tester
Avatar

Send message
Joined: 18 Jan 06
Posts: 1038
Credit: 18,734,730
RAC: 0
Germany
Message 55525 - Posted: 30 Dec 2015, 0:27:59 UTC - in response to Message 55522.  

Hmmm... Does it work if you #undefine HAVE___ISNAN in "sah_config.h"? Damn apple for undefining isnan(). This bug has been in Apple's C headers since 10.3.

Have you crosschecked how Charly got around that issue ?

#include <cmath>
#define isnan std::isnan
_\|/_
U r s
ID: 55525 · Report as offensive
TBar
Volunteer tester

Send message
Joined: 2 Jul 13
Posts: 505
Credit: 5,019,318
RAC: 0
United States
Message 55526 - Posted: 30 Dec 2015, 5:40:33 UTC - in response to Message 55522.  
Last modified: 30 Dec 2015, 6:21:24 UTC

Hmmm... Does it work if you #undefine HAVE___ISNAN in "sah_config.h"? Damn apple for undefining isnan(). This bug has been in Apple's C headers since 10.3.

In Yosemite with r3300 Changing it to;
/* Define to 1 if you have the `__isnan' function. */
/* #undef HAVE___ISNAN */

Removes all the isnan Errors except this one;
vector/analyzeFuncs_vector.cpp:48:2: error: unterminated conditional directive
#ifdef __APPLE_CC__
 ^

It seems r3301 fixes the __isnan problems...Nice

Now the only Error showing in Yosemite is the Time Error;
vector/hires_timer.cpp:90:3: error: use of undeclared identifier 'gettimeofday'
  gettimeofday(&tp,0);
  ^
vector/hires_timer.cpp:112:10: error: use of undeclared identifier 'mach_absolute_time'
  return mach_absolute_time();
         ^


Also for some reason after it finishes with the Client part it starts compiling the Tools part and complains about export.h again.
ID: 55526 · Report as offensive
Profile Eric J Korpela
Volunteer moderator
Project administrator
Project developer
Project scientist
Avatar

Send message
Joined: 15 Mar 05
Posts: 1547
Credit: 27,183,456
RAC: 0
United States
Message 55535 - Posted: 30 Dec 2015, 20:43:26 UTC - in response to Message 55526.  
Last modified: 30 Dec 2015, 20:44:39 UTC


vector/hires_timer.cpp:90:3: error: use of undeclared identifier 'gettimeofday'
  gettimeofday(&tp,0);
  ^
vector/hires_timer.cpp:112:10: error: use of undeclared identifier 'mach_absolute_time'
  return mach_absolute_time();



Did configure find "mach/mach_time.h" (i.e. is HAVE_MACH_MACH_TIME_H defined?)
If not send me the sections of config.log where it looks for it.
ID: 55535 · Report as offensive
TBar
Volunteer tester

Send message
Joined: 2 Jul 13
Posts: 505
Credit: 5,019,318
RAC: 0
United States
Message 55536 - Posted: 30 Dec 2015, 21:02:35 UTC - in response to Message 55535.  

Did configure find "mach/mach_time.h" (i.e. is HAVE_MACH_MACH_TIME_H defined?)
If not send me the sections of config.log where it looks for it.

I finally got past those errors, then ended up with the Graphics Error(s)...again.
I tried 3301 in Lion with the same result, something about symbols for a Mac Icon.

I gave up and went over to the dark side...again, http://setiweb.ssl.berkeley.edu/beta/results.php?hostid=63959
Seems to work. Later I'll boot to Mountain Lion and compile it there, I just don't trust things compiled in 10.7.3 that much. The GPU build appears to have run out of lines to write about FFT and just gave up, I couldn't find any errors, but it failed anyway.
ID: 55536 · Report as offensive
Profile Eric J Korpela
Volunteer moderator
Project administrator
Project developer
Project scientist
Avatar

Send message
Joined: 15 Mar 05
Posts: 1547
Credit: 27,183,456
RAC: 0
United States
Message 55537 - Posted: 30 Dec 2015, 21:10:25 UTC - in response to Message 55536.  

I just #if 0 out the setMacIcon line for my client builds, for the same reason. The client doesn't need an icon, anyway.
ID: 55537 · Report as offensive
TBar
Volunteer tester

Send message
Joined: 2 Jul 13
Posts: 505
Credit: 5,019,318
RAC: 0
United States
Message 55538 - Posted: 30 Dec 2015, 22:02:06 UTC - in response to Message 55537.  

I just #if 0 out the setMacIcon line for my client builds, for the same reason. The client doesn't need an icon, anyway.

Can you be a little more descriptive on what to add. Now that I think about it the main problem with seti-bonic and 10.7.3 was a very large number of errors with the AVX part. So, I'll have to try it in Mountain Lion the next time I'm up to removing the two NV750s. The nice thing about 10.7.3 is you don't have to remove any GPUs...which should tell you something about the GPU drivers in 10.7.3.
ID: 55538 · Report as offensive
Profile Eric J Korpela
Volunteer moderator
Project administrator
Project developer
Project scientist
Avatar

Send message
Joined: 15 Mar 05
Posts: 1547
Credit: 27,183,456
RAC: 0
United States
Message 55539 - Posted: 30 Dec 2015, 22:08:37 UTC - in response to Message 55538.  

I was referring to the linking problem on MacOS where setMacIcon() is not found, because we don't link the client with the libboinc_graphics2 . (The Xcode projects do link the client to the graphics library, though).
ID: 55539 · Report as offensive
TBar
Volunteer tester

Send message
Joined: 2 Jul 13
Posts: 505
Credit: 5,019,318
RAC: 0
United States
Message 55540 - Posted: 30 Dec 2015, 22:38:05 UTC - in response to Message 55539.  

I was referring to the linking problem on MacOS where setMacIcon() is not found, because we don't link the client with the libboinc_graphics2 . (The Xcode projects do link the client to the graphics library, though).

Yes, but Where and What do you have to Add to the code to avoid that build Killing Error in the terminal?
I have tried seti-boinc in xCode 6.1.1/Yosemite and I get the Same Error I receive in the terminal, something about the Linker failed. The only builds that have been successful have been in Mountain Lion and lower using the terminal. All higher OSes fail with the Linker Error.
ID: 55540 · Report as offensive
Urs Echternacht
Volunteer tester
Avatar

Send message
Joined: 18 Jan 06
Posts: 1038
Credit: 18,734,730
RAC: 0
Germany
Message 55541 - Posted: 31 Dec 2015, 4:52:34 UTC - in response to Message 55537.  

I just #if 0 out the setMacIcon line for my client builds, for the same reason. The client doesn't need an icon, anyway.

The icon is less of a problem currently. My test on OS X ML finished unsuccessful with :

ld: library not found for -lboinc_api
collect2: ld returned 1 exit status
make[2]: *** [seti_boinc] Error 1
make[1]: *** [all-recursive] Error 1


The problem identified itself in non-GUI section of seti_boinc/client/Makefile.am :

CLIENT_LD_FLAGS = $(PTHREAD_CFLAGS) $(LDFLAGS) $(APP_LDFLAGS)
CLIENT_LD_ADD = $(PTHREAD_LIBS) $(BOINC_LIBS) $(APP_LIBS)

	

if ENABLE_GUI
     CLIENT_BIN = $(CLIENT_PROG) $(CLIENT_NATIVE) $(DEBUG_NATIVE) $(DEBUG_PROG) 
     GUI_BIN = seti_graphics
     GUI_C_FLAGS = $(CLIENT_C_FLAGS) $(GRAPHICS_CFLAGS)
     GUI_LD_ADD = $(GRAPHICS_LIBS_RAW)
     CLIENT_LD_FLAGS += $(LDSTATIC)
     CLIENT_LD_ADD += -L$(BOINCDIR)/api -L$(BOINCDIR)/lib $(BOINC_LIBS) 
     SAH_GRX_SOURCES = sah_gfx_main.cpp 
else
#no graphics
     SAH_GRX_SOURCES =
     CLIENT_BIN = $(CLIENT_PROG) $(DEBUG_PROG) 
endif

Suggestion for a fix :
CLIENT_LD_FLAGS = $(PTHREAD_CFLAGS) $(LDFLAGS) $(APP_LDFLAGS)
CLIENT_LD_ADD = $(PTHREAD_LIBS) $(APP_LIBS)
CLIENT_LD_FLAGS += $(LDSTATIC)
#always needed by setiathome app with GUI or without GUI
CLIENT_LD_ADD += -L$(BOINCDIR)/api -L$(BOINCDIR)/lib $(BOINC_LIBS) 

if ENABLE_GUI
     CLIENT_BIN = $(CLIENT_PROG) $(CLIENT_NATIVE) $(DEBUG_NATIVE) $(DEBUG_PROG) 
     GUI_BIN = seti_graphics
     GUI_C_FLAGS = $(CLIENT_C_FLAGS) $(GRAPHICS_CFLAGS)
     GUI_LD_ADD = $(GRAPHICS_LIBS_RAW)
     SAH_GRX_SOURCES = sah_gfx_main.cpp 
else
#no graphics
     SAH_GRX_SOURCES =
     CLIENT_BIN = $(CLIENT_PROG) $(DEBUG_PROG) 
endif


How is that ?
_\|/_
U r s
ID: 55541 · Report as offensive
Profile Eric J Korpela
Volunteer moderator
Project administrator
Project developer
Project scientist
Avatar

Send message
Joined: 15 Mar 05
Posts: 1547
Credit: 27,183,456
RAC: 0
United States
Message 55543 - Posted: 31 Dec 2015, 17:29:33 UTC - in response to Message 55541.  

I'll add it. There was also a problem with configure correctly setting BOINCDIR.
ID: 55543 · Report as offensive
Profile Eric J Korpela
Volunteer moderator
Project administrator
Project developer
Project scientist
Avatar

Send message
Joined: 15 Mar 05
Posts: 1547
Credit: 27,183,456
RAC: 0
United States
Message 55545 - Posted: 31 Dec 2015, 18:51:33 UTC - in response to Message 55543.  

ATI HD5 OpenCL version has been released to beta.

So have all the ARM/android versions, but it looks like state file creation isn't working properly. Could be a problem with client-app communications.
ID: 55545 · Report as offensive
Dr Who Fan
Volunteer tester
Avatar

Send message
Joined: 6 Apr 11
Posts: 13
Credit: 205,673
RAC: 0
United States
Message 55548 - Posted: 1 Jan 2016, 3:36:55 UTC

Computer 73535 Belonging to user "Anonymous"
HAS NOTHING BUT ERRORS (except SOME that miraculously get validated):
Tasks 840
State: All (840) · In progress (0) · Validation pending (0) · Validation inconclusive (14) · Valid (256) · Invalid (569) · Error (1) 
Application: All (840) · AstroPulse v7 (1) · SETI@home v7 (839) · SETI@home v8 (0)


ID: 55548 · Report as offensive
Previous · 1 . . . 11 · 12 · 13 · 14 · 15 · 16 · 17 . . . 99 · Next

Message boards : News : SETI@home v8 beta to begin on Tuesday


 
©2025 University of California
 
SETI@home and Astropulse are funded by grants from the National Science Foundation, NASA, and donations from SETI@home volunteers. AstroPulse is funded in part by the NSF through grant AST-0307956.