Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 690714 - media-sound/vimpc-0.09.2 : src/clientstate.hpp:125:12: error: thread in namespace std does not name a type
Summary: media-sound/vimpc-0.09.2 : src/clientstate.hpp:125:12: error: thread in names...
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: 2019-07-25 18:44 UTC by Toralf Förster
Modified: 2020-07-15 17:55 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.00 KB, text/plain)
2019-07-25 18:44 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,102 bytes, text/plain)
2019-07-25 18:44 UTC, Toralf Förster
Details
environment (environment,60.77 KB, text/plain)
2019-07-25 18:44 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,10.37 KB, application/x-bzip)
2019-07-25 18:44 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,7.36 KB, application/x-bzip)
2019-07-25 18:44 UTC, Toralf Förster
Details
media-sound:vimpc-0.09.2:20190725-103140.log (media-sound:vimpc-0.09.2:20190725-103140.log,7.94 KB, text/plain)
2019-07-25 18:44 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,18.10 KB, application/x-bzip)
2019-07-25 18:44 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 2019-07-25 18:44:23 UTC
In file included from src/vimpc.hpp:28,
                 from src/buffers.cpp:22:
src/clientstate.hpp:125:12: error: ‘thread’ in namespace ‘std’ does not name a type
       std::thread             updateThread_;
            ^~~~~~
src/clientstate.hpp:125:7: note: ‘std::thread’ is defined in header ‘<thread>’; did you forget to ‘#include <thread>’?

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

  This is an stable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_systemd-stable-20190724-210354

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

  Please see the tracker bug for details.

gcc-config -l:
 [1] x86_64-pc-linux-gnu-8.3.0 *

Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems) *




emerge -qpvO media-sound/vimpc
[ebuild  N    ] media-sound/vimpc-0.09.2  USE="boost -taglib"
Comment 1 Toralf Förster gentoo-dev 2019-07-25 18:44:26 UTC
Created attachment 584580 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-07-25 18:44:29 UTC
Created attachment 584582 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-07-25 18:44:32 UTC
Created attachment 584584 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2019-07-25 18:44:35 UTC
Created attachment 584586 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2019-07-25 18:44:37 UTC
Created attachment 584588 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-07-25 18:44:40 UTC
Created attachment 584590 [details]
media-sound:vimpc-0.09.2:20190725-103140.log
Comment 7 Toralf Förster gentoo-dev 2019-07-25 18:44:44 UTC
Created attachment 584592 [details]
temp.tbz2
Comment 8 Stefan Strogin gentoo-dev 2019-07-25 21:21:30 UTC
I see USE=boost makes that happen
Why it blocks gcc-9 when you?
What's your boost version, 1.70.0?
Comment 9 Stefan Strogin gentoo-dev 2019-07-25 21:22:13 UTC
(sorry) *Why it blocks gcc-9 bug when your gcc version is 8.3.0?
Comment 10 Stefan Strogin gentoo-dev 2019-07-26 00:19:43 UTC
No, it reproduces with boost-1.65.0 as well.

Reported upstream: https://github.com/boysetsfrog/vimpc/issues/87
Comment 11 Stefan Strogin gentoo-dev 2019-07-26 00:45:06 UTC
Have sent a patch upstream: https://github.com/boysetsfrog/vimpc/pull/88
Comment 12 Larry the Git Cow gentoo-dev 2019-07-29 04:40:55 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=714aa1f90509b8887f7b3d40e20db224a7837391

commit 714aa1f90509b8887f7b3d40e20db224a7837391
Author:     Stefan Strogin <steils@gentoo.org>
AuthorDate: 2019-07-29 04:39:10 +0000
Commit:     Stefan Strogin <steils@gentoo.org>
CommitDate: 2019-07-29 04:40:25 +0000

    media-sound/vimpc: add patch for building with boost
    
    Closes: https://bugs.gentoo.org/690714
    Package-Manager: Portage-2.3.69, Repoman-2.3.16
    Signed-off-by: Stefan Strogin <steils@gentoo.org>

 media-sound/vimpc/files/vimpc-0.09.2-boost.patch | 217 +++++++++++++++++++++++
 media-sound/vimpc/vimpc-0.09.2-r1.ebuild         |  44 +++++
 2 files changed, 261 insertions(+)