On Mon, Aug 03, 2015 at 11:47:18PM +0100, Ken Moffat wrote:
second time with the full log, I hope
> I had built most of kf5-5.11.0, and some of plasma, on one machine.
> Then I updated the versions in my buildscript to match the current
> versions. Now I'm trying to build the same things on another
> machine, but with current versions, and using /usr. But
> kidletime-5.12.0 does not build for me. I could ask on -support,
> but I figured I'd be more likely to get a useful response here ;)
>
> As far as I can see, ALL optional and required deps were found, but
> I'll attach the full log in case I'm missing something obvious.
> This is a system from June, with gcc-5.1.0 (the system where I built
> 5.11 was similar except that there I put qt5 and kf5 in /opt.
>
> The problem is :
>
> [ 35%] Building CXX object
> src/CMakeFiles/KF5IdleTime.dir/kidletime.cpp.o
> /scratch/working/kidletime-5.12.0/src/kidletime.cpp: In member
> function 'void KIdleTimePrivate::loadSystem()':
> /scratch/working/kidletime-5.12.0/src/kidletime.cpp:193:9: error:
> 'isPlatformX11' is not a member of 'QX11Info'
> if (QX11Info::isPlatformX11()) {
> ^
> src/CMakeFiles/KF5IdleTime.dir/build.make:67: recipe for target
> 'src/CMakeFiles/KF5IdleTime.dir/kidletime.cpp.o' failed
> make[2]: *** [src/CMakeFiles/KF5IdleTime.dir/kidletime.cpp.o] Error
> 1
> make[2]: *** Waiting for unfinished jobs....
>
> Any clues, please ?
>
> ĸen
> --
> This one goes up to eleven: but only on a clear day, with the wind in
> the right direction.
--
This one goes up to eleven: but only on a clear day, with the wind in
the right direction.
-- The C compiler identification is GNU 5.1.0
-- The CXX compiler identification is GNU 5.1.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
--
-- Looking for __GLIBC__
-- Looking for __GLIBC__ - found
-- Performing Test _OFFT_IS_64BIT
-- Performing Test _OFFT_IS_64BIT - Success
-- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so
-- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so -
found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib64/libX11.so
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.28")
-- Found XCB_XCB: /usr/lib64/libxcb.so (found version "1.11")
-- Found XCB: /usr/lib64/libxcb.so (found version "1.11") found components:
XCB
-- Found XCB_SYNC: /usr/lib64/libxcb-sync.so (found version "1.11")
-- Found XCB: /usr/lib64/libxcb.so;/usr/lib64/libxcb-sync.so (found version
"1.11") found components: XCB SYNC
-- Found X11_XCB: /usr/lib64/libX11-xcb.so (found version "1.6.3")
-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY
-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success
--
-- The following features have been enabled:
* libXext , required for X-Sync based poller
* libX11-xcb , required for X-Sync based poller
* libxcb , required for X-Sync based poller
* libxcb-sync , required for X-Sync based poller
* X-Sync based poller , efficient operation of KIdleTime. STRONGLY RECOMMENDED
(requires libXext, libX11-xcb, libxcb and libxcb-sync)
* X-Screensaver based poller , KIdleTime fallback mode (libXss)
-- The following OPTIONAL packages have been found:
* X11
* XCB , X protocol C-language Binding , <http://xcb.freedesktop.org>
* PkgConfig
* X11_XCB , A compatibility library for code that translates Xlib API calls
into XCB calls , <http://xorg.freedesktop.org/>
-- The following REQUIRED packages have been found:
* ECM (required version >= 5.12.0) , Extra CMake Modules. ,
<https://projects.kde.org/projects/kdesupport/extra-cmake-modules>
* Qt5Core (required version >= 5.5.0)
* Qt5Gui (required version >= 5.5.0)
* Qt5Widgets
* Qt5X11Extras
* Qt5DBus
* Qt5 (required version >= 5.2.0)
-- Configuring done
-- Generating done
-- Build files have been written to: /scratch/working/kidletime-5.12.0/build
Scanning dependencies of target kidletime_example_automoc
Scanning dependencies of target KF5IdleTime_automoc
[ 14%] Automatic moc for target kidletime_example
Generating moc_KIdleTest.cpp
[ 14%] Built target kidletime_example_automoc
[ 14%] Automatic moc for target KF5IdleTime
Generating moc_kidletime.cpp
Generating moc_abstractsystempoller.cpp
Generating moc_widgetbasedpoller.cpp
Generating moc_xscreensaverbasedpoller.cpp
Generating moc_xsyncbasedpoller.cpp
[ 14%] Built target KF5IdleTime_automoc
[ 21%] Generating screensaver_interface.cpp, screensaver_interface.h
[ 28%] Generating screensaver_interface.moc
Scanning dependencies of target KF5IdleTime
[ 50%] Building CXX object
src/CMakeFiles/KF5IdleTime.dir/abstractsystempoller.cpp.o
[ 42%] Building CXX object
src/CMakeFiles/KF5IdleTime.dir/widgetbasedpoller.cpp.o
[ 57%] Building CXX object
src/CMakeFiles/KF5IdleTime.dir/xscreensaverbasedpoller.cpp.o
[ 35%] Building CXX object src/CMakeFiles/KF5IdleTime.dir/kidletime.cpp.o
/scratch/working/kidletime-5.12.0/src/kidletime.cpp: In member function 'void
KIdleTimePrivate::loadSystem()':
/scratch/working/kidletime-5.12.0/src/kidletime.cpp:193:9: error:
'isPlatformX11' is not a member of 'QX11Info'
if (QX11Info::isPlatformX11()) {
^
src/CMakeFiles/KF5IdleTime.dir/build.make:67: recipe for target
'src/CMakeFiles/KF5IdleTime.dir/kidletime.cpp.o' failed
make[2]: *** [src/CMakeFiles/KF5IdleTime.dir/kidletime.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
[ 64%] Building CXX object
src/CMakeFiles/KF5IdleTime.dir/screensaver_interface.cpp.o
[ 71%] Building CXX object src/CMakeFiles/KF5IdleTime.dir/xsyncbasedpoller.cpp.o
[ 78%] Building CXX object
src/CMakeFiles/KF5IdleTime.dir/KF5IdleTime_automoc.cpp.o
CMakeFiles/Makefile2:107: recipe for target
'src/CMakeFiles/KF5IdleTime.dir/all' failed
make[1]: *** [src/CMakeFiles/KF5IdleTime.dir/all] Error 2
Makefile:116: recipe for target 'all' failed
make: *** [all] Error 2
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page