Bug 376906 - kgraphicswebview.h: No such file or directory
Summary: kgraphicswebview.h: No such file or directory
Status: RESOLVED DOWNSTREAM
Alias: None
Product: amarok
Classification: Applications
Component: general (show other bugs)
Version: 2.8-git
Platform: Arch Linux Linux
: NOR critical
Target Milestone: 2.9
Assignee: Amarok Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-25 07:17 UTC by Nikola Yanev
Modified: 2017-02-25 12:49 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikola Yanev 2017-02-25 07:17:00 UTC
...
It is imposstible to compile the latest git. See the error below:

[ 70%] Building CXX object src/context/applets/albums/CMakeFiles/amarok_context_applet_albums.dir/TrackItem.cpp.o
[ 70%] Building CXX object src/context/applets/albums/CMakeFiles/amarok_context_applet_albums.dir/AlbumsModel.cpp.o
[ 70%] Linking CXX shared module ../../../../lib/amarok_context_applet_albums.so
[ 70%] Built target amarok_context_applet_albums
Scanning dependencies of target amarok_context_applet_currenttrack_automoc
Generating CurrentTrack.moc
Generating PixmapViewer.moc
Generating moc_RecentlyPlayedListWidget.cpp
[ 70%] Built target amarok_context_applet_currenttrack_automoc
[ 70%] Generating ui_currentTrackSettings.h
Scanning dependencies of target amarok_context_applet_currenttrack
[ 70%] Building CXX object src/context/applets/currenttrack/CMakeFiles/amarok_context_applet_currenttrack.dir/amarok_context_applet_currenttrack_automoc.cpp.o
[ 70%] Building CXX object src/context/applets/currenttrack/CMakeFiles/amarok_context_applet_currenttrack.dir/CurrentTrack.cpp.o
[ 70%] Building CXX object src/context/applets/currenttrack/CMakeFiles/amarok_context_applet_currenttrack.dir/__/__/widgets/RecentlyPlayedListWidget.cpp.o
[ 70%] Building CXX object src/context/applets/currenttrack/CMakeFiles/amarok_context_applet_currenttrack.dir/__/__/__/widgets/PixmapViewer.cpp.o
[ 70%] Linking CXX shared module ../../../../lib/amarok_context_applet_currenttrack.so
[ 70%] Built target amarok_context_applet_currenttrack
Scanning dependencies of target amarok_context_applet_info_automoc
Generating InfoApplet.moc
[ 70%] Built target amarok_context_applet_info_automoc
Scanning dependencies of target amarok_context_applet_info
[ 70%] Building CXX object src/context/applets/info/CMakeFiles/amarok_context_applet_info.dir/amarok_context_applet_info_automoc.cpp.o
[ 70%] Building CXX object src/context/applets/info/CMakeFiles/amarok_context_applet_info.dir/InfoApplet.cpp.o
In file included from ~/amarok/src/amarok/src/context/applets/info/InfoApplet.cpp:29:0:
/usr/include/KDE/KGraphicsWebView:1:33: fatal error: ../kgraphicswebview.h: No such file or directory
 #include "../kgraphicswebview.h"
                                 ^
compilation terminated.
make[2]: *** [src/context/applets/info/CMakeFiles/amarok_context_applet_info.dir/build.make:87: src/context/applets/info/CMakeFiles/amarok_context_applet_info.dir/InfoApplet.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:2901: src/context/applets/info/CMakeFiles/amarok_context_applet_info.dir/all] Error 2
make: *** [Makefile:139: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
Comment 1 Myriam Schweingruber 2017-02-25 12:49:13 UTC
Please report this to your distribution, we didn't change anything on our side in that regard.
Missing dependencies need to be addressed by the distributions.