Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 278006 - dev-util/kbuild-0.1.5-r1 fails to build. Add dep: dev-util/yacc
Summary: dev-util/kbuild-0.1.5-r1 fails to build. Add dep: dev-util/yacc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Markus Ullmann (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-16 03:47 UTC by Eric Smith
Modified: 2011-08-11 02:32 UTC (History)
2 users (show)

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 Eric Smith 2009-07-16 03:47:11 UTC
Below is the relevant output when building kbuild without dev-util/yacc installed:

kBuild: Compiling kmk_ash - /var/tmp/paludis/dev-util-kbuild-0.1.5-r1/work/kBuild-0.1.5/src/ash/arith.y
kmk: yacc: Command not found       
The failing command:
@yacc -ld -b /var/tmp/paludis/dev-util-kbuild-0.1.5-r1/work/kBuild-0.1.5/out/linux.amd64/release/obj/kmk_ash/arith /var/tmp/paludis/dev-util-kbuild-0.1.5-r1/work/kBuild-0.1.5/src/ash/arith.y
Comment 1 Wormo (RETIRED) gentoo-dev 2009-07-17 05:50:51 UTC
Thanks for reporting this missing dependency. dev-util/bison would also work btw.
Comment 2 Wormo (RETIRED) gentoo-dev 2009-07-17 05:55:39 UTC
Wait a second! How did you end up with a system that doesn't have bison on it, since bison is in the system set? 

Please give more info on your system, such as versions of bison and autotools since something strange seems to be going on...
Comment 3 Eric Smith 2009-07-17 13:47:46 UTC
Ah, sorry about that.  My yacc symlink had been deleted some how.  A reinstall of bison fixed it.