Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 390649 - net-dialup/linux-atm-2.5.0 has missing yacc or bison DEPEND
Summary: net-dialup/linux-atm-2.5.0 has missing yacc or bison DEPEND
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Dialup Developers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-15 19:28 UTC by Nikoli
Modified: 2013-02-09 19:52 UTC (History)
0 users

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


Attachments
build.log (linux-atm-2.5.0_build.log,34.96 KB, text/plain)
2011-11-15 19:28 UTC, Nikoli
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nikoli 2011-11-15 19:28:53 UTC
Created attachment 292675 [details]
build.log

/bin/sh ../../ylwrap ispl_y.y y.tab.c ispl_y.c y.tab.h ispl_y.h y.output ispl_y.output -- yacc -d  
mv -f .deps/bw.Tpo .deps/bw.Po
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../..     -I../../src/include -march=core2 -O2 -pipe -fno-strict-aliasing -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT ispl_l.o -MD -MP -MF .deps/ispl_l.Tpo -c -o ispl_l.o ispl_l.c
../../ylwrap: line 111: yacc: command not found
make[3]: *** [ispl_y.c] Error 1
...
emake failed


After installing sys-devel/bison it builds fine.
Comment 1 Sergey Popov gentoo-dev 2013-02-09 19:52:05 UTC
+  09 Feb 2013; Sergey Popov <pinkbyte@gentoo.org> linux-atm-2.5.0.ebuild:
+  Add missing dependency on virtual/yacc, wrt bug #390649. Thanks to Nikoli
+  <nikoli AT lavabit.com> for discovering this issue