Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 May 2012 23:14:40 +0000
From:      "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net>
To:        current@FreeBSD.org
Subject:   Repeated build failures in expr due to yyparse
Message-ID:  <BE417E61-0794-4E0A-AC6E-1217F9E1571A@lists.zabbadoz.net>

next in thread | raw e-mail | index | archive | help
Running a make -s -j5 buildworld;  cleaned the entire obj tree =
meanwhile.
Builds are running on a slightly older HEAD thought with an updated libc
and some headers.

I can reproduce this all the time.  Buildworld at this stage should be
self-contained, right?  So why is it failing?

=3D=3D=3D> bin/expr (all)
cc1: warnings being treated as errors
/zoo/bz/HEAD.svn/bin/expr/expr.y: In function 'main':
/zoo/bz/HEAD.svn/bin/expr/expr.y:291: warning: implicit declaration of =
function 'yyparse'
/zoo/bz/HEAD.svn/bin/expr/expr.y:291: warning: nested extern declaration =
of 'yyparse'
expr.c: At top level:
expr.c:813: warning: no previous prototype for 'yyparse'
*** Error code 1


--=20
Bjoern A. Zeeb                                 You have to have visions!
   It does not matter how good you are. It matters what good you do!




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BE417E61-0794-4E0A-AC6E-1217F9E1571A>