Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jun 2019 15:24:36 +0200
From:      Michael Tuexen <tuexen@freebsd.org>
To:        "koobs@freebsd.org" <koobs@FreeBSD.org>
Cc:        FreeBSD Current <freebsd-current@freebsd.org>
Subject:   Re: error: yacc.h: No such file or directory
Message-ID:  <061907F0-D8FC-4AEA-AA8C-5928A09425E9@freebsd.org>
In-Reply-To: <4b1f9f81-6463-c1bd-30a9-14aed49fc038@FreeBSD.org>
References:  <0737312F-50AE-4526-B201-E62DB8949612@freebsd.org> <4b1f9f81-6463-c1bd-30a9-14aed49fc038@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> On 18. Jun 2019, at 12:56, Kubilay Kocak <koobs@FreeBSD.org> wrote:
>=20
> On 18/06/2019 5:42 pm, Michael Tuexen wrote:
>> Dear all,
>> I'm trying to run
>> sudo make buildworld
>> in a directory with r349168.
>> The result is:
>> cc  -O2 -pipe -I/usr/home/tuexen/head/usr.bin/mkesdb_static =
-I/usr/home/tuexen/head/usr.bin/mkesdb_static/../mkesdb  =
-I/usr/home/tuexen/head/usr.bin/mkesdb_static/../../lib/libc/iconv  -g =
-MD  -MF.depend.lex.o -MTlex.o -std=3Dgnu99     =
-I/usr/obj/usr/home/tuexen/head/powerpc.powerpc64/tmp/legacy/usr/include =
-c lex.c -o lex.o
>> /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:46:18: error: yacc.h: No =
such file or directory
>> /usr/home/tuexen/head/usr.bin/mkesdb/lex.l: In function 'yylex':
>> /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:60: error: 'R_LN' =
undeclared (first use in this function)
>> /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:60: error: (Each =
undeclared identifier is reported only once
>> /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:60: error: for each =
function it appears in.)
>> /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:72: error: 'yylval' =
undeclared (first use in this function)
>> /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:73: error: 'L_IMM' =
undeclared (first use in this function)
>> /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:76: error: 'R_NAME' =
undeclared (first use in this function)
>> /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:77: error: 'R_ENCODING' =
undeclared (first use in this function)
>> /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:78: error: 'R_VARIABLE' =
undeclared (first use in this function)
>> /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:79: error: 'R_DEFCSID' =
undeclared (first use in this function)
>> /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:80: error: 'R_INVALID' =
undeclared (first use in this function)
>> /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:88: error: 'L_STRING' =
undeclared (first use in this function)
>> *** Error code 1
>> Stop.
>> make[3]: stopped in /usr/home/tuexen/head/usr.bin/mkesdb_static
>> *** Error code 1
>> Stop.
>> make[2]: stopped in /usr/home/tuexen/head
>> *** Error code 1
>> Stop.
>> make[1]: stopped in /usr/home/tuexen/head
>> *** Error code 1
>> Stop.
>> make: stopped in /usr/home/tuexen/head
>> This is on a 64 bit PPC system. Doing sudo rm -rf /usr/obj does not =
resolve the issue.
>> Any idea what is going wrong?
>> Best regards
>> Michael
>=20
> Have seen another report on Twitter yesterday. Didn't see a full build =
log, but theirs was had apparently without -j, apparently on June 14 =
sources:
>=20
> Error:
> /usr/src/usr.bin/mkesdb/lex.1:46:10: fatal error: 'yacc.h' file not =
found
>=20
> Have not heard back from them whether it continued after trying -j2 =
but I did ask them to hit up freebsd-current if it continued to be an =
issue
OK, I started the build again with -j 2 and it seems that the problem =
does not occur.

Since I have been using make buildworld without -j n in the past on that =
machine, the
problem seems to be introduced recently. Any idea what is the cause of =
the problem?

Best regards
Michael
>=20




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?061907F0-D8FC-4AEA-AA8C-5928A09425E9>