Hi Dennis,

> Le 24 mai 2019 à 08:53, Dennis Clarke <[email protected]> a écrit :
> 
> On 5/22/19 3:34 PM, Akim Demaille wrote:
>> The Bison team is sad to announce the crash of Bison 3.4.
>> May its cores rest in peace.
>> Rejoice!  Bison 3.4 is born again!  And he shall be called Bison 3.4.1.
> 
> Builds fine on ye ol Solaris 10 sparc boxen and fails every test :

Well, not "every", just the ones in examples/.  But because they failed, the 
main test suite was skipped.  You can try with make check-local instead of make 
check.

> FAIL: examples/c++/variant-11
> =============================
> 
> ./examples/test: syntax error at line 21: `me=$' unexpected
> FAIL examples/c++/variant-11.test (exit status: 2)
> 
> corv $
> 
> Some sort of weird me=$ thing there.

This is because I used $(...) in these tests, which exists only in not too 
ancient shells.

Replacing all the $(...) by `...` in examples/test should address the issue.

Thanks!

Reply via email to