Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Mar 2016 11:57:31 -0800
From:      "Jack L." <xxjack12xx@gmail.com>
To:        Kurt Jaeger <lists@opsec.eu>
Cc:        current@freebsd.org
Subject:   Re: Build error on current@r296308: 'yacc.h' file not found
Message-ID:  <CALeGphxM5xEpGf5nDSvtx9OjaSNPUJAC90_40cCHNXb-gPqMeg@mail.gmail.com>
In-Reply-To: <20160302194825.GF79128@home.opsec.eu>
References:  <20160302190022.GA20540@home.opsec.eu> <20160302194825.GF79128@home.opsec.eu>

next in thread | previous in thread | raw e-mail | index | archive | help
I have the same compilation error when I tried to build current today as well.

On Wed, Mar 2, 2016 at 11:48 AM, Kurt Jaeger <lists@opsec.eu> wrote:
> Hi!
>
>> Today, I upgraded to r296308 and had this failure during buildworld:
>>
>> ===> usr.bin/mkesdb_static (obj,build-tools)
>> cc -O2 -pipe -I/usr/src/usr.bin/mkesdb_static -I/usr/src/usr.bin/mkesdb_static/../mkesdb  -I/usr/src/usr.bin/mkesdb_static/../../lib/libc/iconv  -g -std=gnu99  -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c lex.c -o lex.o
>> /usr/src/usr.bin/mkesdb_static/../mkesdb/lex.l:44:10: fatal error: 'yacc.h' file not found
>> #include "yacc.h"
>> 1 error generated.
>> *** Error code 1
>>
>> A 'script' output is available at http://people.freebsd.org/~pi/logs/src-up-2
>>
>> Is it just me or ... ?
>
> If I change the sequence in
>
> /usr/src/usr.bin/mkesdb/Makefile.inc
>
> for line
>
> SRCS+=  lex.l yacc.y
>
> to
>
> SRCS+=  yacc.y lex.l
>
> it builds ? That file was last touched 4 years ago ?
>
> --
> pi@opsec.eu            +49 171 3101372                         4 years to go !
> _______________________________________________
> freebsd-current@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"



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