pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/net/wireshark



Hi,

On Tue, Jun 29, 2010 at 08:51:19AM +0200, Tobias Nygren wrote:
> On Sun, 27 Jun 2010 11:20:18 +0000
> OBATA Akio <obache%netbsd.org@localhost> wrote:
> 
> > Module Name:        pkgsrc
> > Committed By:       obache
> > Date:               Sun Jun 27 11:20:18 UTC 2010
> > 
> > Modified Files:
> >     pkgsrc/net/wireshark: Makefile
> > 
> > Log Message:
> > Need yacc & lex.
> > PR#43539 by Aleksey Cheusov.
> 
> My wireshark build fails after this change, but I don't
> fully understand the issue:
> 
> checking for bison... /usr/bin/yacc
> checking for /usr/bin/yacc... no
> configure: error: I couldn't find yacc (or bison or ...);
> make sure it's installed and in your path
> *** Error code 1
> 
> I suspect the configure script is broken and the breakage is
> triggered when ${YACC} is set in the configure environment.
Hm, same here. I tried something like "env YACC=/usr/pkg/bin/bison...."
which didn't help. Modifying the Makefile replacing "yacc" by "bison"
ends with (from memory, don't have the log at hand and no machine I
can try on):

checking for bison... /usr/pkg/bin/bison
checking for /usr/pkg/bin/bison... no
configure: error: I couldn't find yacc (or bison or ...);
make sure it's installed and in your path
*** Error code 1

I gave up at that point - and got sidetracked by other things ... ;-)

Kurt


Home | Main Index | Thread Index | Old Index