Le 19 déc. 2012 à 11:32, Samuel John <[email protected]> a écrit :

> Hi,
> 
> On latest Mac OS X 10.8.2 (aka Mountain Lion) the testsuite: 143 failed.
> 
> I am in the process of updating the Homebrew [1] formula to version 2.7.
> Therefore, I ran the testsuite[2]. The configure output is also in the same 
> gist https://gist.github.com/4335706.
> Is this failure a show stopper for us to update?
> 
>> 143: Several parsers                                 FAILED (headers.at:274)
> 
> 
> [1]: http://mxcl.github.com/homebrew/
> [2]: https://gist.github.com/4335706#file-testsuite-log

Hi Samuel,

It seems that brew adds its own clutter to the process:

./headers.at:274: $CXX $CXXFLAGS $CPPFLAGS -c -o cxx-only.o cxx-only.cc 
stderr:
brew: superenv removed: -g -O2
stdout:
./headers.at:274: $CXX $CXXFLAGS $CPPFLAGS $LDFLAGS c-only.o cxx-only.o -o 
c-and-cxx ||
          exit 77
--- /dev/null   2012-12-19 11:02:32.000000000 +0100
+++ /private/tmp/bison-8C35/bison-2.7/tests/testsuite.dir/at-groups/143/stderr  
2012-12-19 11:02:50.000000000 +0100
@@ -0,0 +1 @@
+brew: superenv removed: -g -O2
stdout:
143. headers.at:125: 143. Several parsers (headers.at:125): FAILED 
(headers.at:274)

the failure is due to some interaction between your environment,
and our request to use the C++ compiler to link the application.
Could you investigate this issue?

(So, yes, you can trust Bison 2.7).

Reply via email to