| Bug#: 28755 | Product: Gentoo Linux | Version: unspecified | Platform: All |
| OS/Version: Linux | Status: RESOLVED | Severity: normal | Priority: P2 |
| Resolution: FIXED | Assigned To: bug-wranglers@gentoo.org | Reported By: mkennedy@gentoo.org | |
| Component: Ebuilds | |||
| URL: http://dev.gentoo.org/~mkennedy/cscope-failure.txt | |||
| Summary: after gnuupdate script, cscope fails to emerge | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2003-09-14 22:06 0000 | |||
| Description: | Opened: 2003-09-14 22:06 0000 |
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.