Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 380533 - app-text/xdvik-22.84.16 missing parser generator dependency
Summary: app-text/xdvik-22.84.16 missing parser generator dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: CJK Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-24 17:31 UTC by Johannes Niess
Modified: 2011-12-04 16:40 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 Johannes Niess 2011-08-24 17:31:31 UTC
Configure phase fails with

checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes
checking for flex... no
checking for lex... no
checking for bison... no
checking for byacc... no
configure: error: no working parser generator (yacc/bison) found


Reproducible: Always

Steps to Reproduce:
1.emerge app-text/xdvik-22.84.16 in a reduced environment
2.
3.



emerge -av1 flex app-text/xdvik

is a tested workaround
Comment 1 Naohiro Aota gentoo-dev 2011-08-25 22:37:18 UTC
I've added -r1 having yacc/flex dependencies. Could you try it?
Comment 2 Alexis Ballier gentoo-dev 2011-08-26 07:01:59 UTC
(In reply to comment #1)
> I've added -r1 having yacc/flex dependencies. Could you try it?

you dont need a revbump for this, please remove it and add it to -r0
Comment 3 Naohiro Aota gentoo-dev 2011-08-28 15:50:22 UTC
(In reply to comment #2)
> (In reply to comment #1)
> > I've added -r1 having yacc/flex dependencies. Could you try it?
> 
> you dont need a revbump for this, please remove it and add it to -r0

OK... moved.
Comment 4 Johannes Niess 2011-12-04 16:40:07 UTC
Fixed. Tested by

emerge -C flex
sawfish ~ # emerge -av1 xdvik

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N     ] sys-devel/flex-2.5.35_p10  USE="nls -static -test" 0 kB
[ebuild  N     ] virtual/yacc-0  0 kB
[ebuild   R    ] app-text/xdvik-22.84.16  USE="-Xaw3d -emacs -motif -neXt" 0 kB

Compiles without error and starts as expected.