bug-bison
[Top][All Lists]
Advanced

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

Re: Bison 3.4.1 released [stable]


From: Akim Demaille
Subject: Re: Bison 3.4.1 released [stable]
Date: Sat, 25 May 2019 08:38:49 +0200

Hi Dennis,

> Le 24 mai 2019 à 08:53, Dennis Clarke <address@hidden> 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

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