bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: OpenBSD 3.6 sparc64 Build Failure on TRUNK


From: Derek Price
Subject: Re: OpenBSD 3.6 sparc64 Build Failure on TRUNK
Date: Wed, 15 Jun 2005 14:25:41 -0400
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

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.  Otherwise it will fall through and perform various
actions depending on the argument to --run.

One of the things it does is verify that the requested executable exists
and that it is a GNU application.  This is what caught us - the script
was assuming that any GNU program is good and therefore that its failure
meant a real failure.  I added a new bison wrapper based on missing to
handle the version check.  Let me know if it doesn't work for you.

This problem should go away when we start using Automake 1.10 since it
won't allow Yacc targets to be built without the
--enable-maintainer-mode argument to configure.

Regards,

Derek





reply via email to

[Prev in Thread] Current Thread [Next in Thread]