On Thu, 11 Mar 2010, Cazzaniga Sandro wrote: > I updated a patch from mandriva. I do not know if you had sent the first. In > any case, here on the version 2.4.1b (attachement). > Please apply it for next version.
> -AT_CHECK_CONFLICTING_OUTPUT([foo.y], [], [-o foo.y], > -[foo.y: refusing to overwrite the input file `foo.y' > -], 1) > +dnl this check gets additional messages on stderr about a broken pipe > +dnl which causes the test to fail > +dnl AT_CHECK_CONFLICTING_OUTPUT([foo.y], [], [-o foo.y], > +dnl [foo.y: fatal error: refusing to overwrite the input file `foo.y' > +dnl ], 1) One of the main purposes of Bison 2.4.1b is to fix this problem so that this test group does not need to be removed. If you find that this is not the case, then please build Bison 2.4.1b without your patch, run `make check', and send us the resulting tests/testsuite.log. Thanks.
