home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / linux / 16585 < prev    next >
Encoding:
Text File  |  1992-11-13  |  1.1 KB  |  33 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!email!saruman.neuro.tuwien.ac.at!kircher
  3. From: kircher@saruman.neuro.tuwien.ac.at (Gerhard R. Kircher)
  4. Subject: Re: Bison Problem  (SLS package)
  5. Message-ID: <1992Nov13.104540.9394@email.tuwien.ac.at>
  6. Sender: news@email.tuwien.ac.at
  7. Nntp-Posting-Host: saruman.neuro.tuwien.ac.at
  8. Organization: Technical University of Vienna
  9. X-Newsreader: TIN [version 1.1 PL6]
  10. Date: Fri, 13 Nov 1992 10:45:40 GMT
  11. Lines: 20
  12.  
  13. The Problem: In an old SLS version there existed a symlink
  14.      /usr/bin/yacc -> /usr/bin/bison
  15. One of the last SLS updates (i think zafix.taz) added a shell script
  16. /usr/bin/yacc containing
  17.      /usr/bin/bison -y $*
  18. to call bison in yacc compatibility mode.
  19. Unfortunately this does not overwrite the existing link, but
  20. The /usr/bin/bison binary. So We end up with /usr/bin/bison
  21. being a recursive shell script. When exectuting it, we run out
  22. of resources (too many open files).
  23.  
  24. The Solution: 1) Remove the symlink /usr/bin/yacc -> /usr/bin/bison
  25. 2) move /usr/bin/bison to /usr/bin/yacc
  26. 3) reinstall /usr/bin/bison from bin.taz on the ?? distribution disk
  27.  
  28. -Gerhard
  29.  
  30. Gerhard Kircher     kircher@neuro.tuwien.ac.aT
  31.  
  32.  
  33.