Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 606592 - dev-ros/rviz-1.12.4-r1 : /.../qbasicatomic.h:93:23: error: ‘QAtomicOpsSupport’ was not declared in this scope
Summary: dev-ros/rviz-1.12.4-r1 : /.../qbasicatomic.h:93:23: error: ‘QAtomicOpsSupport...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Robot Operating System team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-5-stable
  Show dependency tree
 
Reported: 2017-01-20 11:19 UTC by Toralf Förster
Modified: 2017-02-02 12:44 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,6.00 KB, text/plain)
2017-01-20 11:19 UTC, Toralf Förster
Details
dev-ros:rviz-1.12.4-r1:20170120-093841.log (dev-ros:rviz-1.12.4-r1:20170120-093841.log,455.97 KB, text/plain)
2017-01-20 11:19 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,185.53 KB, text/plain)
2017-01-20 11:19 UTC, Toralf Förster
Details
environment (environment,163.48 KB, text/plain)
2017-01-20 11:19 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,13.25 KB, application/x-bzip)
2017-01-20 11:19 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-01-20 11:19:24 UTC
                 from sipAPIlibrviz_sip.h:12,
                 from siplibrviz_sipcmodule.cpp:7:
/usr/include/qt5/QtCore/qbasicatomic.h:93:23: error: ‘QAtomicOpsSupport’ was not declared in this scope
     Q_STATIC_ASSERT_X(QAtomicOpsSupport<sizeof(T)>::IsSupported, "template parameter is an integral of a size not supported on this platform");
                       ^
/usr/include/qt5/QtCore/qglobal.h:756:110: note: in definition of macro ‘Q_STATIC_ASSERT’

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

  This is an unstable amd64 chroot image (named desktop-unstable_20170117-114911) at a hardened host acting as a tinderbox.

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-5.4.0 *
llvm-config --version:
3.9.1
Available Java Virtual Machines:
  [1]   icedtea-bin-7 
  [2]   icedtea-bin-8  system-vm
  [3]   jamvm 
Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python3.5 (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:
1)	IcedTea JDK 7.2.6.8 [icedtea-bin-7]
*)	IcedTea JDK 3.2.0 [icedtea-bin-8]
3)	JamVM JDK 2.0.0 [jamvm]
  -----------------------------------------------------------------
Comment 1 Toralf Förster gentoo-dev 2017-01-20 11:19:27 UTC
Created attachment 460722 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-01-20 11:19:30 UTC
Created attachment 460724 [details]
dev-ros:rviz-1.12.4-r1:20170120-093841.log
Comment 3 Toralf Förster gentoo-dev 2017-01-20 11:19:33 UTC
Created attachment 460726 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2017-01-20 11:19:36 UTC
Created attachment 460728 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2017-01-20 11:19:39 UTC
Created attachment 460730 [details]
etc.portage.tbz2
Comment 6 Alexis Ballier gentoo-dev 2017-01-28 15:30:45 UTC

*** This bug has been marked as a duplicate of bug 605466 ***
Comment 7 Victor Mataré 2017-01-29 23:29:12 UTC
This is actually not a dupe of bug #605466 and is not solved by adding -std=c++11 to the eclass. This fails because the c++11 flag is missing in the Makefile generated by /usr/share/python_qt_binding/cmake/sip_configure.py. To resolve this, dev-ros/python_qt_binding needs to be bumped to 0.3.2, which fixes that. Cf. https://github.com/ros-visualization/python_qt_binding/commit/1847630ad075a7b34db891f09f96492c5752b7cb
Comment 8 Alexis Ballier gentoo-dev 2017-02-02 12:44:20 UTC
well, its been bumped anyway