help-bison
[Top][All Lists]
Advanced

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

Re: Help with make and install


From: Akim Demaille
Subject: Re: Help with make and install
Date: Wed, 12 Sep 2018 17:55:14 +0200

Hi!

> Le 12 sept. 2016 à 03:36, Cailin La Prairie <address@hidden> a écrit :
> 
> Hi,
> 
> I'm getting three errors when I try to make the latest version of Bison.
> 
> I can't figure out what the errors are for or find documentation on the
> error codes.
> 
> Thanks!
> 
> Cailin
> 
> […]
> make[3]: *** [Makefile:6844: check-local] Error 77
> make[3]: Leaving directory
> '/cygdrive/c/Users/Cailin_2/csci-e-95-project/src/bison-3.0.4'
> make[2]: *** [Makefile:4975: check-am] Error 2
> make[2]: Leaving directory
> '/cygdrive/c/Users/Cailin_2/csci-e-95-project/src/bison-3.0.4'
> make[1]: *** [Makefile:4522: check-recursive] Error 1
> make[1]: Leaving directory
> '/cygdrive/c/Users/Cailin_2/csci-e-95-project/src/bison-3.0.4'
> make: *** [Makefile:4977: check] Error 2

For the records, this means that the test suite considers your
C++ compiler to be broken, and it exited with code 77.
Of course, it should have displayed an error message (which
might be in the testsuite.log file).

man sysexits

     EX_NOPERM (77)     You did not have sufficient permission to perform
                        the operation.  This is not intended for file sys-
                        tem problems, which should use EX_NOINPUT or
                        EX_CANTCREAT, but rather for higher level permis-
                        sions.

I’ll see if I can reproduce and improve the error message.


reply via email to

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