https://bugs.kde.org/show_bug.cgi?id=441091
Bug ID: 441091
Summary: SUMMARY: Build error on Ubuntu 20.04
Product: Haruna
Version: unspecified
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: generic
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
SUMMARY: Build error on Ubuntu 20.04
Commit : 61169db3aaa9691d75931ddbb3a4c87438f10402
https://github.com/ShrirajHegde/haruna/runs/3352524889
```
[ 77%] Building CXX object src/CMakeFiles/haruna.dir/worker.cpp.o
[ 79%] Building CXX object
src/CMakeFiles/haruna.dir/screensaverdbusinterface.cpp.o
/home/runner/work/haruna/haruna/src/worker.cpp: In member function ‘void
Worker::makePlaylistThumbnail(const QString&, int)’:
/home/runner/work/haruna/haruna/src/worker.cpp:81:16: error: invalid use of
incomplete type ‘class QDebug’
81 | qDebug() << QStringLiteral("Failed to create thumbnail for
file: %1").arg(id);
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:1206,
from /usr/include/x86_64-linux-gnu/qt5/QtCore/qnamespace.h:43,
from
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs.h:48,
from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:46,
from /usr/include/x86_64-linux-gnu/qt5/QtCore/QObject:1,
from /home/runner/work/haruna/haruna/src/worker.h:10,
from /home/runner/work/haruna/haruna/src/worker.cpp:7:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qlogging.h:57:7: note: forward
declaration of ‘class QDebug’
57 | class QDebug;
| ^~~~~~
/home/runner/work/haruna/haruna/src/worker.cpp:90:20: error: invalid use of
incomplete type ‘class QDebug’
90 | qDebug() << QStringLiteral("Failed to save thumbnail for
file: %1").arg(id);
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:1206,
from /usr/include/x86_64-linux-gnu/qt5/QtCore/qnamespace.h:43,
from
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs.h:48,
from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:46,
from /usr/include/x86_64-linux-gnu/qt5/QtCore/QObject:1,
from /home/runner/work/haruna/haruna/src/worker.h:10,
from /home/runner/work/haruna/haruna/src/worker.cpp:7:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qlogging.h:57:7: note: forward
declaration of ‘class QDebug’
57 | class QDebug;
| ^~~~~~
make[2]: *** [src/CMakeFiles/haruna.dir/build.make:470:
src/CMakeFiles/haruna.dir/worker.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/Makefile2:594: src/CMakeFiles/haruna.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
Error: Process completed with exit code 2.
0s
```
--
You are receiving this mail because:
You are watching all bug changes.