OpenBSD 3.6 sparc64 stable crash

2005-05-29 Thread Alexander Taler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sun, 29 May 2005 21:02:58 EDT Hi, my nightly testing started generating crashes on saturday morning on the stable branch. The platform is OpenBSD 3.6 sparc64, and the crashes are occuring in run.c. I am including basic debugging information

OpenBSD 3.6 sparc64 stable crash

2005-05-30 Thread Alexander Taler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sun, 29 May 2005 21:02:58 EDT Hi, my nightly testing started generating crashes on saturday morning on the stable branch. The platform is OpenBSD 3.6 sparc64, and the crashes are occuring in run.c. I am including basic debugging information

Re: OpenBSD 3.6 sparc64 stable crash

2005-05-31 Thread Alexander Taler
/ChangeLog 31 May 2005 23:20:07 - @@ -1,3 +1,9 @@ +2005-05-31 Alexander Taler [EMAIL PROTECTED] + + * rcscmds.c: Change type of call_diff_argc_allocated from int to + size_t, to match the prototype of run_add_arg_p(). This fixes a + bus error in OpenBSD 3.6 sparc64. + 2005

Re: OpenBSD 3.6 sparc64 stable crash

2005-05-31 Thread Alexander Taler
:07 - @@ -1,3 +1,9 @@ +2005-05-31 Alexander Taler [EMAIL PROTECTED] + + * rcscmds.c: Change type of call_diff_argc_allocated from int to + size_t, to match the prototype of run_add_arg_p(). This fixes a + bus error in OpenBSD 3.6 sparc64. + 2005-05-27 Conrad T. Pino [EMAIL

OpenBSD 3.6 sparc64 Build Failure on TRUNK

2005-06-15 Thread Alexander Taler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tue, 14 Jun 2005 09:32:06 EDT Hi, I'm having a build failure for the feature version of CVS on OpenBSD 3.6 sparc64. It appears to be a problem with bison, and I'm not really sure what the next steps are. Alex $ make make all-recursive Making all

Re: OpenBSD 3.6 sparc64 Build Failure on TRUNK

2005-06-16 Thread Alexander Taler
Derek One of the things it does is verify that the requested executable Derek exists and that it is a GNU application. This is what caught us - the Derek script was assuming that any GNU program is good and therefore that Derek its failure meant a real failure. I added a new bison