Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 May 2012 21:20:59 -0700
From:      Garrett Cooper <yanegomi@gmail.com>
To:        Kevin Lo <kevlo@freebsd.org>
Cc:        svn-src-all@freebsd.org, src-committers@freebsd.org, Baptiste Daroussin <baptiste.daroussin@gmail.com>
Subject:   Re: svn commit: r235771 - head/bin/expr
Message-ID:  <CAGH67wR9OCq93bWCfJPn6WXNFfVUthBrUhtxpHDRVQXWavx9yg@mail.gmail.com>
In-Reply-To: <201205220301.q4M31tJn084097@svn.freebsd.org>
References:  <201205220301.q4M31tJn084097@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, May 21, 2012 at 8:01 PM, Kevin Lo <kevlo@freebsd.org> wrote:
> Author: kevlo
> Date: Tue May 22 03:01:54 2012
> New Revision: 235771
> URL: http://svn.freebsd.org/changeset/base/235771
>
> Log:
> =A0Remove redundant declaration of yyparse
>
> =A0Reported by: =A0tinderbox
>
> Modified:
> =A0head/bin/expr/expr.y
>
> Modified: head/bin/expr/expr.y
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- head/bin/expr/expr.y =A0 =A0 =A0 =A0Tue May 22 02:37:04 2012 =A0 =A0 =
=A0 =A0(r235770)
> +++ head/bin/expr/expr.y =A0 =A0 =A0 =A0Tue May 22 03:01:54 2012 =A0 =A0 =
=A0 =A0(r235771)
> @@ -74,7 +74,6 @@ int =A0 =A0 =A0 =A0 =A0 to_integer(struct val *);
> =A0void =A0 =A0 =A0 =A0 =A0 to_string(struct val *);
> =A0int =A0 =A0 =A0 =A0 =A0 =A0yyerror(const char *);
> =A0int =A0 =A0 =A0 =A0 =A0 =A0yylex(void);
> -int =A0 =A0 =A0 =A0 =A0 =A0yyparse(void);
>
> =A0%}

    There are a lot more than just this unfortunately (I'm working on
a complete patchset).
    This breakage really makes me think that yacc isn't being built at
the right time or pathed properly in the build system.
Thanks,
-Garrett



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAGH67wR9OCq93bWCfJPn6WXNFfVUthBrUhtxpHDRVQXWavx9yg>