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-15 Thread Derek Price
Alexander Taler wrote: $ make make all-recursive Making all in lib cp ./alloca_.h alloca.h-t mv alloca.h-t alloca.h /bin/sh ../build-aux/ylwrap getdate.y y.tab.c getdate.c y.tab.h getdate.h y.output getdate.output -- /bin/sh /home/dissent/prj/libcvs/var/ccvs-1.12/build-aux/missing --run

Re: OpenBSD 3.6 sparc64 Build Failure on TRUNK

2005-06-15 Thread Derek Price
Alexander Taler wrote: case $1 in --run) # Try to run requested program, and just exit if it succeeds. run= shift $@ exit 0 Where do you suppose that check should be? Actually, `missing' only `exit 0's when the program exited with a success code.