Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 637356 - media-radio/unixcw-3.5.1 : /.../qwidget.h:186:14: error: missing binary operator before token (
Summary: media-radio/unixcw-3.5.1 : /.../qwidget.h:186:14: error: missing binary opera...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Thomas Beierlein
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-13 18:50 UTC by Toralf Förster
Modified: 2017-12-28 08:34 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,15.40 KB, text/plain)
2017-11-13 18:50 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,64.12 KB, text/plain)
2017-11-13 18:50 UTC, Toralf Förster
Details
environment (environment,99.00 KB, text/plain)
2017-11-13 18:50 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,12.30 KB, application/x-bzip)
2017-11-13 18:50 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,11.68 KB, application/x-bzip)
2017-11-13 18:50 UTC, Toralf Förster
Details
media-radio:unixcw-3.5.1:20171113-084243.log (media-radio:unixcw-3.5.1:20171113-084243.log,64.39 KB, text/plain)
2017-11-13 18:50 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,33.48 KB, application/x-bzip)
2017-11-13 18:50 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-11-13 18:50:34 UTC
                 from /usr/include/qt5/QtWidgets/QToolBar:1,
                 from application.cc:24:
/usr/include/qt5/QtWidgets/qwidget.h:186:14: error: missing binary operator before token "("
 #if QT_CONFIG(statustip)
              ^
/usr/include/qt5/QtWidgets/qwidget.h:189:14: error: missing binary operator before token "("

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-desktop-plasma-systemd_libressl-abi32+64-test_20171110-233503

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

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

Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python2.7 (fallback)

java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.6.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpv media-radio/unixcw
[ebuild  N    ] media-radio/unixcw-3.5.1  USE="alsa ncurses qt5 -pulseaudio -suid"
Comment 1 Toralf Förster gentoo-dev 2017-11-13 18:50:37 UTC
Created attachment 503934 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-11-13 18:50:40 UTC
Created attachment 503936 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2017-11-13 18:50:43 UTC
Created attachment 503938 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2017-11-13 18:50:47 UTC
Created attachment 503940 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2017-11-13 18:50:50 UTC
Created attachment 503942 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2017-11-13 18:50:53 UTC
Created attachment 503944 [details]
media-radio:unixcw-3.5.1:20171113-084243.log
Comment 7 Toralf Förster gentoo-dev 2017-11-13 18:50:56 UTC
Created attachment 503946 [details]
temp.tbz2
Comment 8 Thomas Beierlein gentoo-dev 2017-12-04 16:57:37 UTC
Sorry. I can not reproduce the bug here. 

Atm, there is no idea what could be wrong.Build works in stable and unstable systems with qt-5.7.1 as well as 5.9.2 and 5.9.3.
Comment 9 Toralf Förster gentoo-dev 2017-12-04 21:30:53 UTC
It emerges fine at current running images, however still fails at this particular image.
Comment 10 Thomas Beierlein gentoo-dev 2017-12-05 05:36:34 UTC
Thanks for rechecking.

The error sounds as if the preprocessor has no definition for QT_CONFIG. That comes from QtCore/qglobal.h and should be included somewhere before.

As there is no indication about a 'file not found' or similar in the log it may be that an old include file (or a wrong path) lead to a qglobal.h without that definition.
Comment 11 Thomas Beierlein gentoo-dev 2017-12-28 08:34:53 UTC
Seems to be the same problem as in bug#637490.