Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 665552 - media-plugins/qmmp-plugin-pack-1.2.2 : /.../history.cpp:21:10: fatal error: QSqlDatabase: No such file or directory
Summary: media-plugins/qmmp-plugin-pack-1.2.2 : /.../history.cpp:21:10: fatal error: Q...
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: 2018-09-09 08:14 UTC by Toralf Förster
Modified: 2020-09-29 17:59 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.90 KB, text/plain)
2018-09-09 08:14 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,45.26 KB, text/plain)
2018-09-09 08:14 UTC, Toralf Förster
Details
environment (environment,110.78 KB, text/plain)
2018-09-09 08:14 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,23.04 KB, application/x-bzip)
2018-09-09 08:15 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,4.56 KB, application/x-bzip)
2018-09-09 08:15 UTC, Toralf Förster
Details
media-plugins:qmmp-plugin-pack-1.2.2:20180909-022146.log (media-plugins:qmmp-plugin-pack-1.2.2:20180909-022146.log,124.57 KB, text/plain)
2018-09-09 08:15 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,31.77 KB, application/x-bzip)
2018-09-09 08:15 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-09-09 08:14:48 UTC
cd /var/tmp/portage/media-plugins/qmmp-plugin-pack-1.2.2/work/qmmp-plugin-pack-1.2.2_build/src/General/history && /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -Dhistory_EXPORTS -I/var/tmp/portage/media-plugins/qmmp-plugin-pack-1.2.2/work/qmmp-plugin-pack-1.2.2_build/src/General/history -I/var/tmp/portage/media-plugins/qmmp-plugin-pack-1.2.2/work/qmmp-plugin-pack-1.2.2/src/General/history -I/var/tmp/portage/media-plugins/qmmp-plugin-pack-1.2.2/work/qmmp-plugin-pack-1.2.2_build/src/General/history/history_autogen/include -I/usr/include/qt5/QtNetwork -isystem /usr/local/include -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++   -DNDEBUG -O2 -pipe -march=native -fPIC -fvisibility=hidden   -fPIC -std=gnu++11 -o CMakeFiles/history.dir/history.cpp.o -c /var/tmp/portage/media-plugins/qmmp-plugin-pack-1.2.2/work/qmmp-plugin-pack-1.2.2/src/General/history/history.cpp
/var/tmp/portage/media-plugins/qmmp-plugin-pack-1.2.2/work/qmmp-plugin-pack-1.2.2/src/General/history/history.cpp:21:10: fatal error: QSqlDatabase: No such file or directory
 #include <QSqlDatabase>
          ^~~~~~~~~~~~~~
compilation terminated.

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-desktop-plasma-systemd_abi32+64_20180907-165116

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

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

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

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

emerge -qpv media-plugins/qmmp-plugin-pack
[ebuild  N    ] media-plugins/qmmp-plugin-pack-1.2.2
Comment 1 Toralf Förster gentoo-dev 2018-09-09 08:14:51 UTC
Created attachment 546358 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-09-09 08:14:54 UTC
Created attachment 546360 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2018-09-09 08:14:57 UTC
Created attachment 546362 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2018-09-09 08:15:00 UTC
Created attachment 546364 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2018-09-09 08:15:03 UTC
Created attachment 546366 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-09-09 08:15:07 UTC
Created attachment 546368 [details]
media-plugins:qmmp-plugin-pack-1.2.2:20180909-022146.log
Comment 7 Toralf Förster gentoo-dev 2018-09-09 08:15:10 UTC
Created attachment 546370 [details]
temp.tbz2
Comment 8 Andreas Sturmlechner gentoo-dev 2018-09-10 18:58:40 UTC
There are two issues here:

1) build system depends on QtSql implicitly, missing checks
2) ebuild is missing dev-qt/qtsql dependency

None of them is related to Qt 5.11. The error is an include not found, rather than an include missing.
Comment 9 Miroslav Šulc gentoo-dev 2020-09-29 17:59:13 UTC
can't find this include in 1.4.0 (the only version we have atm).