Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
see build log at URL. host is a plain ~x86 gentoo install Reproducible: Always Steps to Reproduce: 1. 2. 3.
This error is caused by modern versions of bison rejecting very old (and now deprecated) syntax in egrep.y Adding the following line to the cscope ebuild is a proposed fix: sed -i -e "s:={:{:" src/egrep.y With this change both cscope-15.3 and cscope-15.4 complile ok using all versions of bison currently in the portage tree.
thanks Brandy :)