Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 668236 - app-misc/qlcplus-4.11.1 : artnetcontroller.cpp:146:56: error: bitwise comparison always evaluates to false [-Werror=tautological-compare]
Summary: app-misc/qlcplus-4.11.1 : artnetcontroller.cpp:146:56: error: bitwise compari...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: jannis
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-10 16:04 UTC by Toralf Förster
Modified: 2019-12-24 12:18 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.03 KB, text/plain)
2018-10-10 16:04 UTC, Toralf Förster
Details
app-misc:qlcplus-4.11.1:20181009-232906.log (app-misc:qlcplus-4.11.1:20181009-232906.log,930.98 KB, text/plain)
2018-10-10 16:04 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,163.24 KB, text/plain)
2018-10-10 16:04 UTC, Toralf Förster
Details
environment (environment,62.61 KB, text/plain)
2018-10-10 16:04 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,11.92 KB, application/x-bzip)
2018-10-10 16:04 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,32.36 KB, application/x-bzip)
2018-10-10 16:04 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 2018-10-10 16:04:05 UTC
x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -Werror -Wno-unused-local-typedefs -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../../interfaces -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o artnetcontroller.o artnetcontroller.cpp
artnetcontroller.cpp: In member function ‘void ArtNetController::removeUniverse(quint32, ArtNetController::Type)’:
artnetcontroller.cpp:146:56: error: bitwise comparison always evaluates to false [-Werror=tautological-compare]
         if (type == Output && ((this->type() | Output) == 0))
                                ~~~~~~~~~~~~~~~~~~~~~~~~^~~~
cc1plus: all warnings being treated as errors

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-desktop-plasma-systemd_20181006-204435

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-8.2.0 *

Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)
  [3]   pypy (fallback)
Available Ruby profiles:
  [1]   ruby23 (with Rubygems) *
java-config:
The following VMs are available for generation-2:
1)	IcedTea JDK 3.9.0 [icedtea-8]
*)	IcedTea JDK 3.9.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-8 
  [2]   icedtea-bin-8  system-vm

emerge -qpvO app-misc/qlcplus
[ebuild  N    ] app-misc/qlcplus-4.11.1  USE="-test"
Comment 1 Toralf Förster gentoo-dev 2018-10-10 16:04:08 UTC
Created attachment 550380 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-10-10 16:04:10 UTC
Created attachment 550382 [details]
app-misc:qlcplus-4.11.1:20181009-232906.log
Comment 3 Toralf Förster gentoo-dev 2018-10-10 16:04:13 UTC
Created attachment 550384 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2018-10-10 16:04:16 UTC
Created attachment 550386 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2018-10-10 16:04:18 UTC
Created attachment 550388 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-10-10 16:04:21 UTC
Created attachment 550390 [details]
temp.tbz2
Comment 7 jannis 2019-09-27 20:40:48 UTC
Should be fixed with bumped ebuilds. Please see PR at #687636
Comment 8 jannis 2019-12-15 17:28:24 UTC
Likely caused by default "-Werror"-CFLAG that was previously used with qlcplus. Can you please retry with qlcplus-4.12.2? Thanks!
Comment 9 jannis 2019-12-24 12:18:37 UTC
Fixed with app-misc/qlcplus-4.12.2. Please re-open if problem persists. Happy Holidays :)