Bug 28755 - after gnuupdate script, cscope fails to emerge
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.

------- Comment #1 From Brandy Westcott (RETIRED) 2003-09-15 00:52:18 0000 -------
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. 

------- Comment #2 From Seemant Kulleen (RETIRED) 2003-09-19 23:26:16 0000 -------
thanks Brandy :)