Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 612758 - games-arcade/criticalmass-1.0.2 : Config.cpp:46:10: error: ‘ci’ was not declared in this scope
Summary: games-arcade/criticalmass-1.0.2 : Config.cpp:46:10: error: ‘ci’ was not decla...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-6
  Show dependency tree
 
Reported: 2017-03-15 18:14 UTC by Toralf Förster
Modified: 2017-07-30 09:13 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,5.82 KB, text/plain)
2017-03-15 18:14 UTC, Toralf Förster
Details
config.log.tbz2 (config.log.tbz2,4.60 KB, application/x-bzip)
2017-03-15 18:14 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,259.42 KB, text/plain)
2017-03-15 18:14 UTC, Toralf Förster
Details
environment (environment,120.88 KB, text/plain)
2017-03-15 18:14 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,47.60 KB, application/x-bzip)
2017-03-15 18:14 UTC, Toralf Förster
Details
games-arcade:criticalmass-1.0.2:20170315-054517.log (games-arcade:criticalmass-1.0.2:20170315-054517.log,26.14 KB, text/plain)
2017-03-15 18:14 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,32.33 KB, application/x-bzip)
2017-03-15 18:14 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2017-03-15 18:14:22 UTC
     hash_map<string, Value*, hash<string> >::const_iterator ci;
                                                             ^~
Config.cpp:46:10: error: ‘ci’ was not declared in this scope
     for( ci=_keyValueMap.begin(); ci!=_keyValueMap.end(); ci++)
          ^~
Config.cpp:46:26: error: request for member ‘begin’ in ‘((Config*)this)->Config::_keyValueMap’, which is of non-class type ‘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)
  [4]   jython2.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-15 18:14:26 UTC
Created attachment 467150 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-03-15 18:14:30 UTC
Created attachment 467152 [details]
config.log.tbz2
Comment 3 Toralf Förster gentoo-dev 2017-03-15 18:14:34 UTC
Created attachment 467154 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2017-03-15 18:14:38 UTC
Created attachment 467156 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2017-03-15 18:14:42 UTC
Created attachment 467158 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2017-03-15 18:14:47 UTC
Created attachment 467160 [details]
games-arcade:criticalmass-1.0.2:20170315-054517.log
Comment 7 Toralf Förster gentoo-dev 2017-03-15 18:14:51 UTC
Created attachment 467162 [details]
temp.tbz2
Comment 8 Peter Levine 2017-07-21 03:17:12 UTC
PR: https://github.com/gentoo/gentoo/pull/5156
Comment 9 David Seifert gentoo-dev 2017-07-30 09:13:22 UTC
commit 56f42357d0ae0208813406989a847c2fa5d9812d
Author: Peter Levine <plevine457@gmail.com>
Date:   Thu Jul 20 23:05:47 2017 -0400

    games-arcade/criticalmass: Fix building with GCC-6
    
    Bug: https://bugs.gentoo.org/show_bug.cgi?id=612758