Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 722480 - media-sound/linuxsampler-2.1.1 : lscp.y: error: YYTERROR was not declared in this scope
Summary: media-sound/linuxsampler-2.1.1 : lscp.y: error: YYTERROR was not declared in ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-11 14:53 UTC by Toralf Förster
Modified: 2020-06-10 07:13 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,16.33 KB, text/plain)
2020-05-11 14:53 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,280.64 KB, text/plain)
2020-05-11 14:53 UTC, Toralf Förster
Details
environment (environment,64.37 KB, text/plain)
2020-05-11 14:53 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,16.72 KB, application/x-bzip)
2020-05-11 14:53 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,23.19 KB, application/x-bzip)
2020-05-11 14:53 UTC, Toralf Förster
Details
media-sound:linuxsampler-2.1.1:20200511-112431.log (media-sound:linuxsampler-2.1.1:20200511-112431.log,104.19 KB, text/plain)
2020-05-11 14:53 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,27.02 KB, application/x-bzip)
2020-05-11 14:53 UTC, Toralf Förster
Details
Patch derived from SVN commit (bison-fix.patch,427 bytes, patch)
2020-06-10 04:40 UTC, Reuben Martin
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2020-05-11 14:53:19 UTC
      |                                                            ^~~~~
lscp.y: In function void walkAndFillExpectedSymbols(std::vector<short int>&, std::map<std::__cxx11::basic_string<char>, BisonSymbolInfo>&, String&, YYStackHistory&, int):
lscp.y:1605:22: error: YYTERROR was not declared in this scope; did you mean YYERROR?
 1605 |         if (token <= YYTERROR) continue;
      |                      ^~~~~~~~
      |                      YYERROR

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_hardened-abi32+64-20200503-182741

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10.1.0 *
clang version 10.0.0 
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/10/bin
/usr/lib/llvm/10
10.0.0
Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python3.8 (fallback)
  [3]   python3.7 (fallback)
  [4]   python2.7 (fallback)
  [5]   pypy3 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.43.1 *
The following VMs are available for generation-2:
*)	AdoptOpenJDK 8.252_p09 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.0.2

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Mon 11 May 2020 10:10:08 AM UTC

emerge -qpvO media-sound/linuxsampler
[ebuild  N    ] media-sound/linuxsampler-2.1.1  USE="alsa -doc -jack -lv2 -sf2 -sqlite"
Comment 1 Toralf Förster gentoo-dev 2020-05-11 14:53:21 UTC
Created attachment 638178 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-05-11 14:53:24 UTC
Created attachment 638180 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-05-11 14:53:27 UTC
Created attachment 638184 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-05-11 14:53:30 UTC
Created attachment 638186 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-05-11 14:53:33 UTC
Created attachment 638188 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-05-11 14:53:35 UTC
Created attachment 638190 [details]
media-sound:linuxsampler-2.1.1:20200511-112431.log
Comment 7 Toralf Förster gentoo-dev 2020-05-11 14:53:38 UTC
Created attachment 638192 [details]
temp.tbz2
Comment 9 Reuben Martin 2020-06-10 04:40:02 UTC
Created attachment 644206 [details, diff]
Patch derived from SVN commit
Comment 10 Miroslav Šulc gentoo-dev 2020-06-10 07:13:28 UTC
fixed in latest commit. thanks for the info and the patch.