> From: "Marc Espie" <es...@nerim.net>
> To: "Rob Pierce" <r...@2keys.ca>
> Cc: "tech" <tech@openbsd.org>
> Sent: Sunday, July 23, 2017 7:36:29 PM
> Subject: Re: broken base build at src/usr/lib/libpcap?

> On Sun, Jul 23, 2017 at 05:40:24PM -0400, Rob Pierce wrote:
> > yacc -ppcap_yy -d grammar.y
>> cc -O2 -pipe -g -I. -I/usr/src/lib/libpcap -Dyylval=pcap_yylval
>> -DHAVE_SYS_IOCCOM_H -DHAVE_SYS_SOCKIO_H -DHAVE_ETHER_HOSTTON -DHAVE_STRERROR
>> -DHAVE_SOCKADDR_SA_LEN -DLBL_ALIGN -DHAVE_IFADDRS_H -DINET6
> > -DHAVE_BSD_IEEE80211 -c -o grammar.o y.tab.c
> > rm -f y.tab.c
> > lex -Ppcap_yy scanner.l
>> cc -O2 -pipe -g -I. -I/usr/src/lib/libpcap -Dyylval=pcap_yylval
>> -DHAVE_SYS_IOCCOM_H -DHAVE_SYS_SOCKIO_H -DHAVE_ETHER_HOSTTON -DHAVE_STRERROR
>> -DHAVE_SOCKADDR_SA_LEN -DLBL_ALIGN -DHAVE_IFADDRS_H -DINET6
> > -DHAVE_BSD_IEEE80211 -c -o scanner.o lex.yy.c
> > cc: lex.yy.c: No such file or directory
> > cc: no input files

> Building part of source seldom goes well.
> Especially WITHOUT updating share/mk first.
Yes, sorry for the noise. All I needed to do was review the FAQ section on 
following -current: 

http://www.openbsd.org/faq/current.html 

Rob 

Reply via email to