Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 612654

Summary: games-puzzle/brainparty-0.61 : WordList.h:70:7: error: ‘it’ was not declared in this scope
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: normal CC: plevine457
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 582084    
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.portage.tbz2
games-puzzle:brainparty-0.61:20170314-061339.log
temp.tbz2

Description Toralf Förster gentoo-dev 2017-03-14 21:15:58 UTC
   string_hash_set::const_iterator it = Words.find(string);
                                   ^~
WordList.h:70:7: error: ‘it’ was not declared in this scope
   if (it != Words.end()) {
       ^~
WordList.h:70:19: error: request for member ‘end’ in ‘((WordList*)this)->WordList::Words’, which is of non-class type ‘string_hash_set {aka int}’

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

  This is an unstable amd64 chroot image (named plasma-abi32+64_20170309-193709) at a hardened host acting as a tinderbox.

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-6.3.0 *
llvm-config:
3.9.1
Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python3.6 (fallback)
  [3]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby21 (with Rubygems) *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.3.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm
Comment 1 Toralf Förster gentoo-dev 2017-03-14 21:16:02 UTC
Created attachment 467046 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-03-14 21:16:06 UTC
Created attachment 467048 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2017-03-14 21:16:10 UTC
Created attachment 467050 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2017-03-14 21:16:15 UTC
Created attachment 467052 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2017-03-14 21:16:20 UTC
Created attachment 467054 [details]
games-puzzle:brainparty-0.61:20170314-061339.log
Comment 6 Toralf Förster gentoo-dev 2017-03-14 21:16:25 UTC
Created attachment 467056 [details]
temp.tbz2
Comment 7 Peter Levine 2017-03-17 02:09:36 UTC
Pull request: https://github.com/gentoo/gentoo/pull/4220
Comment 8 David Seifert gentoo-dev 2017-03-25 12:50:32 UTC
commit fab43f983be105df1d882e762a8d835529601276
Author: Peter-Levine <plevine457@gmail.com>
Date:   Fri Mar 24 12:52:45 2017 -0400

    games-puzzle/brainparty: Fix GCC-6 build
    
    Bug: https://bugs.gentoo.org/show_bug.cgi?id=612654