Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 504244 - net-dns/pdns-3.3.1 should depend on virtual/yacc
Summary: net-dns/pdns-3.3.1 should depend on virtual/yacc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sven Wegener
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-11 20:06 UTC by cyberbat
Modified: 2014-10-23 10:55 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description cyberbat 2014-03-11 20:06:31 UTC
make[6]: Entering directory `/var/tmp/portage/net-dns/pdns-3.3.1/work/pdns-3.3.1/pdns/backends/bind'
/bin/sh ../../../ylwrap bindparser.yy y.tab.c bindparser.cc y.tab.h `echo bindparser.cc | sed -e s/cc$/hh/ -e s/cpp$/hpp/ -e s/cxx$/hxx/ -e s/c++$/h++/ -e s/c$/h/` y.output bindparser.output -- yacc -d --verbose --debug 
../../../ylwrap: line 178: yacc: command not found
Comment 1 Sven Wegener gentoo-dev 2014-10-23 10:55:36 UTC
It shouldn't be invoking yacc in the first place as the generated parser ships with the tarball. automake now generates .hh instead of .h, I've fixed this by copying over the generated file.